@import url(gg-icon.css);

/* 웹폰트 : noto-sans-kr */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/Pby6FmXiEBPT4ITbgNA5CgmOsk7lyJQ.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/Pby7FmXiEBPT4ITbgNA5CgmOelz45bIS.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/PbykFmXiEBPT4ITbgNA5CgmG237u.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/Pby7FmXiEBPT4ITbgNA5CgmOIl345bIS.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/Pby7FmXiEBPT4ITbgNA5CgmOalv45bIS.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/notosanskr/v13/Pby7FmXiEBPT4ITbgNA5CgmOUln45bIS.otf) format('opentype');
}
/* config */
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  empty-cells: show;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.border-all {
  border: 1px solid #dedede;
}
.border-top {
  border-top: 1px solid #dedede;
}
.border-bottom {
  border-bottom: 1px solid #dedede;
}
.input-border {
  border: 1px solid #d9d9d9;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.taC {
  text-align: center;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.m0auto {
  margin: 0 auto;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
}
.clear10 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.y50p {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bgcover {
  background-size: cover;
}
.mc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eng {
  font-family: 'Roboto', sans-serif;
}
.w100p {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}

/***** 게시판 > 검색 *****/
.bbs_search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f6f6f6;
  position: relative;
}
.bbs_search:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.bbs_search .search_form {
  display: inline-block;
  margin: 0 auto;
}
.bbs_search .search_form ul {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.bbs_search .search_form ul label {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  position: absolute;
  left: -999px;
  top: -9999px;
}
.bbs_search .search_form ul .select select {
  border: 1px solid #dedede !important;
}
.bbs_search .search_form ul input[type="text"] {
  width: 100%;
  border: 1px solid #dedede !important;
  outline: none;
  font-weight: 500;
  color: #222;
  background-color: white;
  border-left: none;
  border-right: none;
}
.bbs_search .search_form ul .bttn {
  background-color: #96714f;
  color: white;
  display: block;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}
.bbs_search .search_form ul .bttn i {
  display: inline-block;
}
@media (min-width: 900px) {
  .bbs_search {
    padding: 20px 0;
    margin: 30px auto;
  }
  .bbs_search .search_form ul {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 100px 0 150px;
  }
  .bbs_search .search_form ul li:first-child {
    position: absolute;
    left: 1px;
    top: 0;
  }
  .bbs_search .search_form ul li:nth-child(2) {
    width: 100%;
  }
  .bbs_search .search_form ul li:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bbs_search .search_form ul .select-group {
    width: 150px;
    float: left;
  }
  .bbs_search .search_form ul input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    width: 300px;
  }
  .bbs_search .search_form ul .bttn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .bbs_search .search_form ul .bttn i {
    margin-right: 8px;
    color: #ffbc24;
  }
}
@media (max-width: 899px) {
  .bbs_search {
    padding: 10px 15px 10px 15px;
    margin: 15px 0;
  }
  .bbs_search .search_form {
    width: 100%;
    float: left;
  }
  .bbs_search .search_form ul {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 70px 0 120px;
  }
  .bbs_search .search_form ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }
  .bbs_search .search_form ul li:nth-child(2) {
    width: 100%;
  }
  .bbs_search .search_form ul li:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bbs_search .search_form ul .select-group {
    width: 120px;
    float: left;
  }
  .bbs_search .search_form ul input[type="text"] {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 15px;
  }
  .bbs_search .search_form ul .bttn {
    width: 70px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .bbs_search .search_form ul .bttn i {
    margin-right: 4px;
    color: #ffbc24;
    --ggs: 0.8;
  }
}
/***** 커뮤니티 > 버튼 *****/
.bbs_bttns {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 20px 0;
}
.bbs_bttns:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.bbs_bttns .L {
  float: left;
}
.bbs_bttns .L .bttn {
  margin-right: 10px;
}
.bbs_bttns .R {
  float: right;
}
.bbs_bttns .R .left {
  margin-right: 10px;
}
.bbs_bttns .bttn {
  color: white;
  background-color: #555;
  text-decoration: none;
  display: inline-block;
}
.bbs_bttns .bttn:hover {
  text-decoration: none;
  font-weight: 500;
  box-shadow: inset 9999px 9999px rgba(0, 0, 0, 0.2);
}
.bbs_bttns .bttn.navy {
  background-color: #27313b !important;
}
.bbs_bttns .bttn.brown {
  background-color: #96714f !important;
}
.bbs_bttns .bttn.red {
  background-color: #e83845 !important;
}
.bbs_bttns .bttn.darkgray {
  background-color: #222 !important;
}
.bbs_bttns .bttn.lightgray {
  background-color: #999 !important;
}
.bbs_bttns .bttn.sm {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 14px;
}
.bbs_bttns .bttn.md {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.bbs_bttns .bttn.lg {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
}
.bbs_category {
  width: 100%;
  float: left;
}
.bbs_category li {
  float: left;
}
.bbs_category li button {
  color: #555;
  cursor: pointer;
}
.bbs_category li button span {
  font-family: 'Roboto', sans-serif;
}
.bbs_category li button:hover {
  text-decoration: underline;
}
.bbs_category li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #dedede;
}
.bbs_category li:last-child {
  margin: 0;
  padding: 0;
}
.bbs_category li:last-child:after {
  display: none;
}
.bbs_category li.active button {
  color: #96714f;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .bbs_category {
    margin-bottom: 40px !important;
  }
  .bbs_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .bbs_category li button {
    font-size: 18px;
    line-height: 1.8;
  }
  .bbs_category li:after {
    top: 8px;
    height: 18px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .bbs_category {
    margin-bottom: 40px !important;
  }
  .bbs_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .bbs_category li button {
    font-size: 18px;
    line-height: 1.8;
  }
  .bbs_category li:after {
    top: 8px;
    height: 18px;
  }
}
@media (max-width: 899px) {
  .bbs_category {
    margin-bottom: 20px !important;
  }
  .bbs_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .bbs_category li button {
    font-size: 14px;
    line-height: 1.6;
  }
  .bbs_category li:after {
    top: 5px;
    height: 14px;
  }
}
/***** 게시판 > 일반 목록 *****/
.bbs_normal_list {
  width: 100%;
}
.bbs_normal_list i.new {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #e83845;
  color: white;
  font-size: 12px;
  padding: 0 10px;
}
.bbs_normal_list table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  empty-cells: show;
  width: 100%;
  border-top: 2px solid #44465C;
  border-bottom: 1px solid #bec2c8;
}
.bbs_normal_list table th,
.bbs_normal_list table td {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 15px;
}
.bbs_normal_list table th a,
.bbs_normal_list table td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}
.bbs_normal_list table th {
  background-color: #f6f6f6;
  color: #3a3a4a;
  padding: 15px 5px;
  line-height: 1.4;
  font-weight: 500;
}
.bbs_normal_list table td {
  background-color: white;
  color: #555;
  padding: 15px 5px;
  line-height: 1.4;
}
.bbs_normal_list table td.col_num {
  font-family: 'Roboto', sans-serif;
}
.bbs_normal_list table td.col_ttl {
  text-align: left !important;
}
.bbs_normal_list table td.col_date {
  font-family: 'Roboto', sans-serif;
}
.bbs_normal_list table td.col_view {
  font-family: 'Roboto', sans-serif;
}
.bbs_normal_list table a {
  text-decoration: none;
}
.bbs_normal_list table a:hover {
  text-decoration: underline;
  color: #96714f;
}
.bbs_normal_list table span.label {
  font-size: 14px;
  color: #998675;
}
@media (min-width: 800px) {
  .bbs_normal_list span.label {
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-indent: -999 !important;
  }
}
@media (max-width: 799px) {
  .bbs_normal_list colgroup {
    display: none;
  }
  .bbs_normal_list thead,
  .bbs_normal_list thead th {
    display: none;
  }
  .bbs_normal_list span.label {
    display: inline-block;
    padding-right: 10px;
  }
  .bbs_normal_list tr {
    border-bottom: 1px solid #ebebeb;
  }
  .bbs_normal_list td {
    float: left;
    text-align: left !important;
    border-bottom: none !important;
  }
  .bbs_normal_list td.col_num {
    width: 10%;
  }
  .bbs_normal_list td.col_ttl {
    width: 90%;
  }
  .bbs_normal_list td.col_date {
    width: 50%;
  }
  .bbs_normal_list td.col_view {
    width: 50%;
  }
}
/***** 게시판 > 갤러리 목록 *****/
.album_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.album_list:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.album_category {
  width: 100%;
  float: left;
}
.album_category li {
  float: left;
}
.album_category li button {
  color: #555;
  cursor: pointer;
}
.album_category li button span {
  font-family: 'Roboto', sans-serif;
}
.album_category li button:hover {
  text-decoration: underline;
}
.album_category li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #dedede;
}
.album_category li:last-child {
  margin: 0;
  padding: 0;
}
.album_category li:last-child:after {
  display: none;
}
.album_category li.active button {
  color: #96714f;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .album_list {
    padding: 60px 0 80px 0;
  }
  .album_category {
    margin-bottom: 40px !important;
  }
  .album_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .album_category li button {
    font-size: 18px;
    line-height: 1.8;
  }
  .album_category li:after {
    top: 8px;
    height: 18px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .album_list {
    padding: 60px 15px 80px 15px;
  }
  .album_category {
    margin-bottom: 40px !important;
  }
  .album_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .album_category li button {
    font-size: 18px;
    line-height: 1.8;
  }
  .album_category li:after {
    top: 8px;
    height: 18px;
  }
}
@media (max-width: 899px) {
  .album_list {
    padding: 40px 10px;
  }
  .album_category {
    margin-bottom: 20px !important;
  }
  .album_category li {
    margin-right: 10px;
    padding-right: 11px;
    position: relative;
  }
  .album_category li button {
    font-size: 14px;
    line-height: 1.6;
  }
  .album_category li:after {
    top: 5px;
    height: 14px;
  }
}
.album_pics {
  width: 100%;
  float: left;
}
.album_pics .pic {
  float: left;
  position: relative;
  background-color: white;
}
.album_pics .pic a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #E1E6DC;
  text-decoration: none;
}
.album_pics .pic a .img {
  width: 100%;
  overflow: hidden;
}
.album_pics .pic a img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.album_pics .pic a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.album_pics .pic ul {
  width: 100%;
}
.album_pics .pic ul li {
  width: 100%;
  color: #222;
  text-align: left;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (min-width: 900px) {
  .album_pics .pic {
    width: 25%;
    padding: 10px;
  }
  .album_pics .pic a {
    padding: 10px;
  }
  .album_pics .pic .img {
    width: 100%;
    height: 200px;
  }
  .album_pics .pic ul {
    padding: 10px 10px;
  }
  .album_pics .pic ul .ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .album_pics .pic ul .tag {
    font-size: 14px;
  }
}
@media (min-width: 500px) and (max-width: 899px) {
  .album_pics .pic {
    width: 50%;
    padding: 10px;
  }
  .album_pics .pic a {
    padding: 10px;
  }
  .album_pics .pic .img {
    width: 100%;
    height: 200px;
  }
  .album_pics .pic ul {
    padding: 10px 15px;
  }
  .album_pics .pic ul .ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .album_pics .pic ul .tag {
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .album_pics .pic {
    width: 50%;
    padding: 6px;
  }
  .album_pics .pic a {
    padding: 10px;
  }
  .album_pics .pic .img {
    width: 100%;
    height: 200px;
  }
  .album_pics .pic ul {
    padding: 10px;
  }
  .album_pics .pic ul .ttl {
    font-size: 14px;
    font-weight: 500;
  }
  .album_pics .pic ul .tag {
    font-size: 12px;
  }
}
/***** 게시판 > 읽기 *****/
.bbs_view {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}
.bbs_view:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.bbs_view ul,
.bbs_view li {
  list-style: none;
}
.bbs_view table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  empty-cells: show;
  width: 100%;
  border-top: 2px solid #44465C;
  border-bottom: 1px solid #bec2c8;
}
.bbs_view table tr {
  border-bottom: 1px solid #ebebeb;
}
.bbs_view table tr th {
  color: #998675;
  padding: 15px 5px;
  line-height: 1.4;
  font-weight: 500;
}
.bbs_view table tr td {
  color: #555;
  padding: 15px 5px;
  line-height: 1.4;
}
.bbs_view table tr td ul.td_file li {
  padding: 3px 0;
}
.bbs_view table tr td ul.td_file a {
  font-size: 14px;
  padding: 5px 0 0 20px;
  position: relative;
}
.bbs_view table tr td ul.td_file a i {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.7);
}
.bbs_view table tr td.td_ttl {
  font-weight: 500;
}
.bbs_view table a {
  text-decoration: none;
}
.bbs_view table a:hover {
  text-decoration: underline;
  color: #96714f;
}
.bbs_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 15px;
  border-bottom: 1px solid #bec2c8;
  line-height: 1.6;
  font-size: 15px;
  text-align: left;
}
.bbs_con .ebookImage {
  text-align: center;
}
.bbs_con .ebookImage span {
  border: 3px solid #d1d1d1;
  padding: 5px;
  display: inline-block;
}
.bbs_con .ebookImage .bttn {
  border: none;
  color: white;
  background-color: #555;
  text-decoration: none;
  display: inline-block;
}
.bbs_con .ebookImage .bttn:hover {
  text-decoration: none;
  font-weight: 500;
  box-shadow: inset 9999px 9999px rgba(0, 0, 0, 0.2);
}
.bbs_con .ebookImage .bttn.navy {
  background-color: #27313b !important;
}
.bbs_con .ebookImage .bttn.brown {
  background-color: #96714f !important;
}
.bbs_con .ebookImage .bttn.red {
  background-color: #e83845 !important;
}
.bbs_con .ebookImage .bttn.darkgray {
  background-color: #222 !important;
}
.bbs_con .ebookImage .bttn.lightgray {
  background-color: #999 !important;
}
.bbs_con .ebookImage .bttn.sm {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 14px;
}
.bbs_con .ebookImage .bttn.md {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.bbs_con .ebookImage .bttn.lg {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
}
.bbs_con .contentImage {
  width: 100%;
  text-align: center;
}
.bbs_con .contentImage span {
  display: inline-block;
  width: 100%;
  border: 3px solid #d1d1d1;
  padding: 5px;
}
.bbs_con .contentImage img {
  max-width: 100%;
}
.move_bttn {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  padding-top: 15px;
}
.move_bttn:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.move_bttn a {
  border: 1px solid #e1e1e1;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #555;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.move_bttn a i {
  position: absolute;
  top: 9px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.move_bttn a:hover {
  border: 1px solid black;
  box-shadow: inset 0 0 0 2px black;
}
.move_bttn .move_prev {
  float: left;
  padding: 0 15px 0 40px;
}
.move_bttn .move_prev i {
  left: 15px;
}
.move_bttn .move_next {
  float: right;
  padding: 0 40px 0 15px;
}
.move_bttn .move_next i {
  right: 15px;
}
@media (min-width: 800px) {
  .bbs_view th {
    width: 200px !important;
    background-color: #f6f6f6;
    font-size: 15px;
    text-align: center;
  }
  .bbs_view td {
    text-align: left;
    font-size: 15px;
  }
  .bbs_view td.td_date {
    font-family: 'Roboto', sans-serif;
  }
  .bbs_view td.td_view {
    font-family: 'Roboto', sans-serif;
  }
  .bbs_con .ebookImage img {
    width: 500px;
  }
}
@media (max-width: 799px) {
  .bbs_view colgroup {
    display: none;
  }
  .bbs_view tr {
    border-bottom: none !important;
  }
  .bbs_view th {
    width: 100%;
    font-size: 13px;
    display: inline-block;
    text-align: left !important;
    padding: 8px 5px 0 5px !important;
  }
  .bbs_view td {
    width: 100%;
    font-size: 13px;
    display: inline-block;
    text-align: left !important;
    border-bottom: 1px solid #ebebeb !important;
  }
  .bbs_view .th_date {
    width: 25% !important;
  }
  .bbs_con .ebookImage img {
    width: 80%;
  }
}
/***** 커뮤니티 > 자주 묻는 질문(목록) *****/
.faq_list {
  width: 100%;
}
.faq_list i.new {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #e83845;
  color: white;
  font-size: 12px;
  padding: 0 10px;
}
.faq_list table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  empty-cells: show;
  width: 100%;
  border-top: 2px solid #44465C;
  border-bottom: 1px solid #bec2c8;
}
.faq_list table th,
.faq_list table td {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 15px;
}
.faq_list table th a,
.faq_list table td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}
.faq_list table th {
  background-color: #f6f6f6;
  color: #3a3a4a;
  line-height: 1.4;
  font-weight: 500;
}
.faq_list table td {
  background-color: white;
  color: #555;
  line-height: 1.4;
}
.faq_list table a {
  text-decoration: none;
}
.faq_list table a:hover {
  text-decoration: underline;
  color: #96714f;
}
.faq_list table span.label {
  font-size: 14px;
  color: #998675;
}
@media (min-width: 800px) {
  .faq_list table th {
    padding: 15px 5px;
    line-height: 1.4;
    font-weight: 500;
  }
  .faq_list table td {
    padding: 15px 5px;
    line-height: 1.4;
  }
  .faq_list table td.col_ttl {
    text-align: left !important;
  }
  .faq_list table td.col_view {
    font-family: 'Roboto', sans-serif;
  }
  .faq_list span.label {
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-indent: -999 !important;
  }
}
@media (max-width: 799px) {
  .faq_list colgroup {
    display: none;
  }
  .faq_list thead,
  .faq_list thead th {
    display: none;
  }
  .faq_list span.label {
    display: inline-block;
    padding-right: 10px;
  }
  .faq_list tr {
    border-bottom: 1px solid #ebebeb;
  }
  .faq_list th {
    padding: 5px;
  }
  .faq_list td {
    float: left;
    text-align: left !important;
    border-bottom: none !important;
    padding: 5px;
  }
  .faq_list td.col_ttl {
    width: 100%;
  }
  .faq_list td.col_view {
    width: 100%;
  }
}
/***** 커뮤니티 > 공지사항(쓰기) *****/
.bbs_write {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}
.bbs_write table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
  empty-cells: show;
  width: 100%;
  border-top: 2px solid #44465C;
  border-bottom: 1px solid #bec2c8;
}
.bbs_write table tr th {
  color: #998675;
}
.bbs_write table tr td {
  color: #555;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  background-color: white;
}
.bbs_write .blind {
  display: none;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.bbs_write .input_box {
  display: inline-block;
  height: 34px;
  border: 1px solid #dedede;
  background-color: white;
}
.bbs_write .input_box input {
  width: 100%;
  border: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  color: #222;
}
.bbs_write .select_box {
  display: inline-block;
  height: 34px;
  border: 1px solid #dedede;
  background-color: white;
}
.bbs_write .select_box select {
  width: 100%;
  border: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  color: #222;
}
.bbs_write .td_ttl .input_box {
  width: 100%;
}
.bbs_write .td_file ul,
.bbs_write .td_file li {
  list-style: none;
}
.bbs_write .td_file .select_box {
  width: 200px;
  margin-bottom: 5px;
}
.bbs_write .td_file ul.td_file li {
  padding: 3px 0;
}
.bbs_write .td_file ul.td_file a {
  font-size: 14px;
  padding: 5px 0 0 20px;
  position: relative;
}
.bbs_write .td_file ul.td_file a i {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.7);
}
.bbs_write .td_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 15px;
  border-bottom: 1px solid #bec2c8;
}
.bbs_write .input_file {
  margin-bottom: 5px;
}
.bbs_write .td_file .bttn {
  border: none;
  color: white;
  background-color: #555;
  text-decoration: none;
  display: inline-block;
}
.bbs_write .td_file .bttn:hover {
  text-decoration: none;
  font-weight: 500;
  box-shadow: inset 9999px 9999px rgba(0, 0, 0, 0.2);
}
.bbs_write .td_file .bttn.navy {
  background-color: #27313b !important;
}
.bbs_write .td_file .bttn.brown {
  background-color: #96714f !important;
}
.bbs_write .td_file .bttn.red {
  background-color: #e83845 !important;
}
.bbs_write .td_file .bttn.darkgray {
  background-color: #222 !important;
}
.bbs_write .td_file .bttn.lightgray {
  background-color: #999 !important;
}
.bbs_write .td_file .bttn.sm {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 14px;
}
.bbs_write .td_file .bttn.md {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.bbs_write .td_file .bttn.lg {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
}
@media (min-width: 800px) {
  .bbs_write tr {
    border-bottom: 1px solid #bec2c8;
  }
  .bbs_write th {
    padding: 8px 5px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    background-color: #f6f6f6;
    border-right: 1px solid #bec2c8;
  }
  .bbs_write td {
    padding: 8px 5px;
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .bbs_write colgroup {
    display: none;
  }
  .bbs_write th {
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: left !important;
    padding: 8px 5px 5px 5px !important;
  }
  .bbs_write td {
    width: 100%;
    display: block;
    text-align: left !important;
    border-bottom: 1px solid #ebebeb !important;
    padding: 8px 5px 5px 5px !important;
  }
}

/* 추가 css */
.bttn_area {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.bttn_area .left {
    display: flex;
    gap: 10px;
}
.bttn_area .right {
    display: flex;
    gap: 10px;
}
.bttn_area button {
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: var(--brown);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
}

.brd_view .row.video img {
    max-width: 100%;
}
.brd_view .row.meta {
    display: block;
}

.brd_view .row.meta p {
	margin-bottom: 10px;
}

.brd_view .row-s.file {
	justify-content: left;
}

.brd_view .row-s.file ul.td_file li {
	padding: 3px 0;
}
.brd_view .row-s.file ul.td_file li a {
    padding: 5px 0 0 20px;
    display: flex;
    gap: 10px;
}

.brd_view .ebookImage {
  display: block;
  text-align: center;
}
.brd_view .ebookImage span {
  border: 3px solid #d1d1d1;
  padding: 5px;
  display: inline-block;
}
.brd_view .ebookImage .bttn {
  border: none;
  color: white;
  background-color: #555;
  text-decoration: none;
  display: inline-block;
}
.brd_view .ebookImage .bttn:hover {
  text-decoration: none;
  font-weight: 500;
  box-shadow: inset 9999px 9999px rgba(0, 0, 0, 0.2);
}
.brd_view .ebookImage .bttn.navy {
  background-color: #27313b !important;
}
.brd_view .ebookImage .bttn.brown {
  background-color: #96714f !important;
}
.brd_view .ebookImage .bttn.red {
  background-color: #e83845 !important;
}
.brd_view .ebookImage .bttn.darkgray {
  background-color: #222 !important;
}
.brd_view .ebookImage .bttn.lightgray {
  background-color: #999 !important;
}
.brd_view .ebookImage .bttn.sm {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 14px;
}
.brd_view .ebookImage .bttn.md {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.brd_view .ebookImage .bttn.lg {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
}

.record .list li {
	cursor: pointer;
}

.press ul li {
	cursor: pointer;
}