/* 태블릿용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (min-width: 640px) and (max-width: 1099px) {
  /*================ 공통사용 ================*/

  body {
    position: relative;
  }
  .cen {
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }

  .pc_only {
    display: block;
  }
  .mobile_only {
    display: none;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .gnv_wrap {
    width: 100%;
    box-sizing: border-box;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transition: 0.3s;
  }
  .gnv_wrap.on {
    border-bottom: rgba(238, 238, 238, 1) 1px solid;
  }
  .gnv_wrap.on {
    background: #fff;
  }
  .gnv_wrap > .cen {
    height: 121px;
  }
  .gnv_logo {
    float: left;
    position: relative;
  }
  .gnv_logo > img {
    width: 250px;
    height: 48px;
    margin: 40px 0 0 0;
  }
  .gnv_menu_wrap {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 121px;
    display: none;
  }
  .gnv_wrap.on.mobile .gnv_menu_wrap {
    display: block;
  }
  .gnv_wrap.on.mobile .gnv_menu_wrap:after {
    content: '';
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
  }
  .gnv_menu {
    width: 25%;
    height: 200px;
    float: left;
    position: relative;
  }
  .gnv_wrap.on .gnv_menu_tit {
    color: #000;
  }
  .gnv_menu_tit {
    padding: 20px 0;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
  }
  .gnv_menu_tit:hover {
    color: #eebe7f;
  }
  .gnv_wrap.on .gnv_menu_tit:hover {
    color: #eebe7f;
  }
  .gnv_wrap.on .gnv_menu_tit.on {
    color: #eebe7f;
  }
  .gnv_menu_tit.on {
    color: #eebe7f;
  }

  .gnv_menu_dep {
    width: 100%;
    text-align: center;
    clear: both;
    z-index: 10;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.3s;
  }
  .gnv_menu_dep.on {
    max-height: 300px;
  }
  .gnv_dep_02 {
    height: 40px;
    line-height: 50px;
    clear: both;
    transition: 0.3s;
  }
  .gnv_dep_02:hover {
    color: #eebe7f;
  }
  .gnv_menu_dep > a:first-child .gnv_dep_02 {
  }
  .gnv_menu_dep > a:last-child .gnv_dep_02 {
    margin-bottom: 30px;
  }
  .gnv_menu_open {
    float: right;
  }
  .menu_bg {
    width: 100%;
    box-sizing: border-box;
    height: 0px;
    background: #fff;
    position: absolute;
    top: 121px;
    left: 0;
    z-index: 1;
  }
  .menu_bg.on {
    height: 400px;
    border-bottom: #f1f1f1 1px solid;
  }
  .gnv_menu_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12.5px;
  }
  .gnv_menu_rel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .gnv_btn_bar:nth-child(1) {
    width: 26px;
    height: 4px;
    background: #eebe7f;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .gnv_btn_bar:nth-child(2) {
    width: 18px;
    height: 4px;
    background: #eebe7f;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 0;
    transition: 0.3s;
  }
  .gnv_btn_bar:nth-child(3) {
    width: 25px;
    height: 4px;
    background: #eebe7f;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: 0.3s;
  }
  .gnv_btn_click {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
  }
  .gnv_menu_rel.on > .gnv_btn_bar:nth-child(1) {
    top: 15px;
    transform: rotate(90deg);
  }
  .gnv_menu_rel.on > .gnv_btn_bar:nth-child(2) {
    top: 9px;
    right: 4px;
  }
  .gnv_menu_rel.on > .gnv_btn_bar:nth-child(3) {
    right: -25px;
  }
  /*================ GNV 끝 ================*/

  /*================ 슬라이더 ================*/

  .slider {
    width: 100%;
  }
  .slider_01 {
    width: 100%;
    padding-bottom: 26%;
    background: url('/images/slider/silder_01.png');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .slider_02 {
    width: 100%;
    padding-bottom: 26%;
    background: url('/images/slider/slider_02.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .slider_03 {
    width: 100%;
    padding-bottom: 26%;
    background: url('/images/slider/slider_03.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .slider_ab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .slider_rel {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 120px 0 0 0;
    position: relative;
  }
  .slider_t {
    width: 100%;
    height: 100%;
    display: table;
  }
  .slider_c {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
  }
  .slider_tit {
    margin: 0 0 1vw 0;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 20px;
  }
  .slider_txt {
    font-size: 1em;
    line-height: 2em;
  }

  /* Arrows */
  .slider .slick-prev,
  .slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% + 60px);
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1;
    opacity: 0;
  }
  .slider .slick-prev {
    background: url('/images/slider/prev.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slider .slick-next {
    background: url('/images/slider/next.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slider .slick-prev:hover,
  .slider .slick-next:hover {
    outline: none;
    opacity: 0;
  }
  .slider .slick-prev:hover:before,
  .slider .slick-prev:focus:before,
  .slider .slick-next:hover:before,
  .slider .slick-next:focus:before {
    opacity: 0;
  }
  .slider .slick-prev.slick-disabled:before,
  .slider .slick-next.slick-disabled:before {
    opacity: 0;
  }

  .slider .slick-prev:before,
  .slider .slick-next:before {
    font-size: 50px;
    line-height: 1;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slider .slick-prev {
    left: 50px;
  }
  [dir='rtl'] .slider .slick-prev {
    right: 10%;
    left: auto;
  }
  .slider .slick-prev:before {
    content: '';
  }
  [dir='rtl'] .slider .slick-prev:before {
    content: '';
  }

  .slider .slick-next {
    right: 50px;
  }
  [dir='rtl'] .slider .slick-next {
    right: auto;
    left: 0px;
  }
  .slider .slick-next:before {
    content: '';
  }
  [dir='rtl'] .slider .slick-next:before {
    content: '';
  }

  /* Dots */
  .slider .slick-dotted.slick-slider {
    margin-bottom: 100px;
  }

  .slider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 3%;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
  }
  .slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: none;
  }
  .slider .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.8);
  }

  /*================ 슬라이더 끝 ================*/

  /*================ 메인화면 ================*/

  .main_con_wrap {
    width: 100%;
    position: relative;
  }
  .main_con_bg_01 {
    width: 100%;
    padding-bottom: 150%;
    background: url('/images/main/bg_l.svg');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: -10%;
    bottom: 500px;
    z-index: -1;
  }
  .main_con_bg_02 {
    width: 312px;
    height: 364px;
    background: url('/images/main/bg_l.svg');
    background-size: 352px;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 1020px;
    z-index: -1;
  }
  .main_section {
    padding: 120px 0;
    box-sizing: border-box;
  }
  .con_tit {
    padding: 10px 0 25px 0;
    font-size: 2em;
    font-weight: 800;
  }

  .con_tit_bar_wrap {
    line-height: 0;
  }
  .con_tit_bar {
    width: 50px;
    border-top: #bba069 2px solid;
    display: inline-block;
  }
  .con_txt {
    margin: 10px 0;
    color: #515151;
    line-height: 2em;
  }
  .con_txt_close {
    margin-top: -30px;
    color: #515151;
    line-height: 2em;
  }
  .div_t {
    width: 100%;
    display: table;
  }
  .div_half_c {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .div_half_c_top {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
  }
  .div_half_c > img {
    width: 100%;
  }
  .div_half_c:nth-child(1) {
    box-sizing: border-box;
    padding: 0 5% 0 0;
  }
  .div_half_c:nth-child(2) {
    box-sizing: border-box;
    padding: 0 0 0 5%;
  }
  .div_3_c {
    width: 33.3%;
    display: table-cell;
  }
  .main_section_colored {
    background: #5a4d3c;
    box-sizing: border-box;
    color: #fff;
    padding: 100px 0;
  }

  .main_icon {
    padding: 50px 0 0 0;
  }
  .main_icon > img {
  }
  .main_icon_tit {
    margin: 1.5em 0 0 0;
    font-size: 1.2em;
    font-weight: 700;
  }
  .main_icon_txt {
    color: #949494;
    font-size: 0.9em;
  }
  .main_mission_wrap {
    padding: 50px 0 0 0;
    position: relative;
  }
  .main_mission_wrap > img {
    width: 100%;
  }
  .main_mission_wrap:after {
    content: '';
    width: 40px;
    height: 15px;
    background: url('/images/main/main_arr.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    bottom: 8%;
  }
  .main_mission_con {
    position: absolute;
    left: 5%;
    top: calc(5% + 50px);
  }
  .main_mission_tit {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
  }
  .main_mission_txt {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.5);
  }

  .main_gallery_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    text-align: center;
  }
  .main_gallery {
    width: 100%;
  }
  .main_gallery_slider {
    box-sizing: border-box;
    padding: 5px;
  }
  .main_gallery_slider_img {
  }
  .main_gallery_slider_img > img {
    width: 100%;
    margin: 0 auto;
  }
  .main_gallery_slider_date {
    text-align: left;
    color: #bcbcbc;
    font-size: 0.9em;
  }
  .main_gallery_slider_tit {
    text-align: left;
  }

  /* Arrows */
  .main_gallery .slick-prev,
  .main_gallery .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1;
    opacity: 0.5;
  }
  .main_gallery .slick-prev {
    background: url('/images/main/prev.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_gallery .slick-next {
    background: url('/images/main/next.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_gallery .slick-prev:hover,
  .main_gallery .slick-next:hover {
    outline: none;
    opacity: 1;
  }
  .main_gallery .slick-prev:hover:before,
  .main_gallery .slick-prev:focus:before,
  .main_gallery .slick-next:hover:before,
  .main_gallery .slick-next:focus:before {
    opacity: 1;
  }
  .main_gallery .slick-prev.slick-disabled:before,
  .main_gallery .slick-next.slick-disabled:before {
    opacity: 1;
  }

  .main_gallery .slick-prev:before,
  .main_gallery .slick-next:before {
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .main_gallery .slick-prev {
    left: -50px;
  }
  [dir='rtl'] .main_gallery .slick-prev {
    right: 10%;
    left: auto;
  }
  .main_gallery .slick-prev:before {
    content: '';
  }
  [dir='rtl'] .main_gallery .slick-prev:before {
    content: '';
  }

  .main_gallery .slick-next {
    right: -50px;
  }
  [dir='rtl'] .main_gallery .slick-next {
    right: auto;
    left: 0px;
  }
  .main_gallery .slick-next:before {
    content: '';
  }
  [dir='rtl'] .main_gallery .slick-next:before {
    content: '';
  }

  .main_board_wrap {
    width: 100%;
    height: 100%;
  }
  .main_board_tit_wrap {
  }
  .main_board_tit {
    font-size: 2em;
    font-weight: 800;
    float: left;
  }
  .main_board_more {
    color: #bcbcbc;
    font-size: 0.8em;
    line-height: 2em;
    cursor: pointer;
    float: right;
  }
  .main_board_list_wrap {
  }
  .main_board_list {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: table;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    transition: background 0.3s;
  }
  .main_board_list:hover {
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
  }
  .main_board_list_con {
    padding: 0 20px 0 0;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .main_board_list_txt {
    font-weight: 500;
  }
  .main_board_list_date {
    color: #bcbcbc;
    font-size: 0.8em;
  }
  .main_board_list_more {
    width: 25px;
    background: url('/images/main/board_arr.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
  }
  .video_wrap {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  .video_ab {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .video_area {
    width: 100%;
    height: 100%;
    position: relative;
  }

  /*================ 메인화면 끝 ================*/

  /*================ 푸터 ================*/

  .footer_wrap {
    width: 100%;
    border-top: #dfdfdf 1px solid;
    padding: 65px 0;
    font-size: 14px;
    clear: both;
  }
  .foot_logo {
    padding: 0 20px 0 0;
    float: left;
  }
  .foot_sns_wrap {
    float: right;
  }
  .foot_info_wrap {
    float: left;
  }
  .foot_sns_wrap a {
    height: 23px;
    margin: 0 0 0 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    float: left;
  }
  .foot_sns_wrap a:nth-child(2n) {
    padding: 3px 0 0 0;
  }
  .foot_sns_wrap a img {
    max-width: 23px;
  }
  .foot_menu_wrap {
    margin: 0 0 20px 0;
  }
  .foot_menu_wrap > a {
    padding: 0 20px;
    border-right: #dfdfdf 1px solid;
    display: inline-block;
    line-height: 10px;
  }
  .foot_menu_wrap > a:first-child {
    padding-left: 0px;
  }
  .foot_menu_wrap > a:last-child {
    border-right: none;
  }
  .foot_info {
    color: #888888;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
  }
  .foot_info_top > div {
    padding: 0 10px;
    line-height: 15px;
    float: left;
  }
  .foot_info_top > div:first-child {
    border-right: #dfdfdf 1px solid;
    padding-left: 0px;
    float: left;
  }
  .foot_info {
  }

  /*================ 푸터 끝 ================*/

  /*================ 서브공통 ================*/

  .sub_tab_wrap {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #707070;
  }
  .sub_tab {
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: color 0.3s;
    font-weight: 700;
  }
  .sub_tab:hover {
    color: #eebe7f;
  }
  .sub_tab.on {
    color: #eebe7f;
  }
  .sub_tab:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
  }
  a:last-child .sub_tab:after {
    display: none;
  }

  .sub_con_wrap {
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
  }

  .sub_txt {
    color: #515151;
    font-weight: 300;
    line-height: 2em;
  }
  .sub_bg_box {
    width: 100%;
    color: #fff;
    position: relative;
  }
  .sub_bg_box_darken {
    width: 100%;
    height: 100%;
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.4);
  }

  /* 탭 */
  .con_tab_wrap {
    width: 100%;
    margin: 65px 0 50px 0;
    display: table;
    background: #f1f1f1;
    border-bottom: #bc9664 2px solid;
    font-weight: 600;
  }
  .con_tab {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 3em;
    cursor: pointer;
  }
  .con_tab.on {
    background: #ba996a;
    color: #fff;
  }
  .con_tab_box {
    width: 100%;
    display: none;
  }
  .con_tab_box.on {
    display: block;
  }

  /* 페이지네이션 */

  .pagenation_wrap {
    width: 100%;
    text-align: center;
    clear: both;
  }
  .pagenation_num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
  }
  .pagenation_num:hover {
    background: rgba(174, 158, 122, 0.09);
    cursor: pointer;
    font-weight: 800;
  }
  .pagenation_num.on {
    background: rgba(174, 158, 122, 0.09);
    cursor: pointer;
    font-weight: 800;
  }

  .sub_half_wrap {
    width: 100%;
    position: relative;
  }
  .sub_half_r {
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #f1f1f1;
    left: 50%;
    top: 0;
    z-index: -1;
    display: none;
  }
  .sub_half_l {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f1f1f1;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sub_half_t {
    width: 100%;
    height: 100%;
  }
  .sub_half_c {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10%;
    vertical-align: middle;
  }
  .sub_half_c:nth-child(2) {
    padding-top: 0;
  }

  .board_btn_wrap {
    width: 100%;
    text-align: right;
  }
  .board_btn {
    padding: 1em 2em;
    margin: 0 1em;
    display: inline-block;
  }
  .board_btn:last-child {
    margin-right: 0;
  }

  /* 게시판 */
  .board_wrap {
    padding: 60px 0;
  }
  .board_sort_wrap {
    margin: 0 0 10px 0;
  }
  .board_sort_count {
    float: left;
  }
  .board_sort_count > span {
    font-weight: 800;
  }
  .board_sort {
    display: table;
    float: right;
  }
  .board_sort_tit {
    display: table-cell;
  }
  .board_sort_select {
    padding: 0 0 0 10px;
    display: table-cell;
  }
  .board_sort_select select {
    font-size: 0.9em;
    font-weight: 900;
    padding: 0 20px 0 0;
  }
  .board_list {
    width: 100%;
    border-top: #5a4d3c 4px solid;
    border-collapse: collapse;
  }
  .board_list_tr {
    height: 80px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .board_list_tr:hover {
    background: #f9f9f9;
  }
  .board_list_td {
    text-align: center;
    border-bottom: #707070 1px solid;
  }
  .board_list_td:nth-child(1) {
    width: 150px;
  }
  .board_list_td:nth-child(2) {
    font-weight: 600;
    text-align: left;
  }
  .board_list_td:nth-child(3) {
    width: 150px;
  }
  .board_list_td:nth-child(4) {
  }

  /* 게시판 뷰 */

  .board_con_area_wrap {
    width: 100%;
    margin: 0 0 50px 0;
    border-top: #5a4d3c 4px solid;
  }

  .board_con_tit_wrap {
    width: 100%;
    height: 100px;
    border-bottom: #bcbcbc 1px solid;
    display: table;
  }
  .board_con_tit_box {
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
  }
  .board_con_tag {
    font-size: 0.9em;
    color: #ba996a;
  }
  .board_con_tit {
    font-weight: 600;
    font-size: 1.1em;
  }

  .board_con_date {
    width: 100px;
    box-sizing: border-box;
    padding: 0 40px 0 0;
    color: #bcbcbc;
    font-size: 0.9em;
    display: table-cell;
    vertical-align: middle;
  }

  .board_con_area {
    min-height: 500px;
  }

  .board_shift {
    width: 100%;
    height: 70px;
    border-top: #bcbcbc 1px solid;
    border-bottom: #bcbcbc 1px solid;
    display: Table;
  }
  .board_shift_prev {
    width: 50%;
    border-right: #bcbcbc 1px solid;
    display: Table-cell;
    vertical-align: middle;
  }
  .board_shift_tag {
    display: inline-block;
    padding: 0 2em;
    background: none;
    color: #515151;
    font-size: 1.1em;
    font-weight: 600;
  }
  .board_shift_tit {
    display: inline-block;
  }

  .board_shift_next {
    width: 50%;
    text-align: right;
    display: Table-cell;
    vertical-align: middle;
  }
  .board_shift_tit {
  }

  .reply_wrap {
    margin: 50px 0 0px 0;
    width: 100%;
  }
  .reply_count {
    margin: 0 0 10px 0;
    color: #ba996a;
    font-size: 0.9em;
    font-weight: 600;
  }
  .reply_list {
    border-top: #dfdfdf 1px solid;
  }
  .reply_t {
    width: 100%;
    padding: 20px 0;
    display: table;
  }
  .reply_r {
    display: table-row;
  }
  .reply_c {
    min-height: 40px;
    padding: 5px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  .reply_c:nth-child(1) {
    font-weight: 600;
    width: 10%;
  }
  .reply_c:nth-child(2) {
    text-align: left;
  }
  .reply_c:nth-child(3) {
    width: 15%;
    color: #bcbcbc;
  }
  .reply_c:nth-child(4) {
    width: 50px;
    cursor: pointer;
  }

  .reply_write {
    width: 100%;
    display: table;
  }
  .reply_w_c {
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  .reply_w_c:nth-child(1) {
    width: 200px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .reply_w_c:nth-child(2) {
    border: #dfdfdf 1px solid;
  }
  .reply_w_c:nth-child(3) {
    width: 100px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  .reply_input {
    width: 100%;
    height: 30px;
    margin: 0 0 15px 0;
    border: #dfdfdf 1px solid;
    position: relative;
  }
  .reply_input:last-child {
    margin: 0 0 0 0;
  }
  .reply_input > .pl_txt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    line-height: 30px;
    left: 0;
    top: 0;
    z-index: 0;
    color: #dfdfdf;
  }
  .reply_input > .pl_ip {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .reply_w_c > .pl_txt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    line-height: 30px;
    left: 0;
    top: 0;
    z-index: 0;
    color: #dfdfdf;
  }
  .reply_w_c > .pl_ip {
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    left: 0;
    top: 0;
    z-index: 10;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
  }

  .reply_w_c > input[type='button'] {
    width: 100%;
    height: 79px;
    background: #515151;
    color: #fff;
  }

  .board_del_password {
    width: 180px;
    padding: 20px 30px;
    position: absolute;
    background: #fff;
    border: #ba996a 1px solid;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
  }

  .board_del_password.on {
    display: block;
  }
  .del_input {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    border: #dfdfdf 1px solid;
    float: left;
  }
  .del_input .pl_wrap {
    width: 100%;
    height: 100%;
  }
  .del_input .pl_wrap .pl_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    z-index: 0;
    color: #dfdfdf;
  }
  .del_input .pl_wrap .pl_ip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    z-index: 1;
    text-align: center;
    font-size: 1.1em;
  }
  .del_btn {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background: #ba996a;
    color: #fff;
    float: left;
  }
  .del_close_btn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
  }

  .file_list_wrap {
    padding: 20px 0;
  }
  .file_list_tit {
    margin: 0 0 10px 0;
    color: #ba996a;
    font-weight: 600;
    font-size: 0.9em;
  }
  .file_list_name {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
  }

  /* 게시판 작성 */

  .board_write_t {
    width: 100%;
    display: table;
  }
  .board_write_c {
    height: 60px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  .board_write_c:first-child {
    width: 15%;
    box-sizing: border-box;
    padding: 0 0 0 2%;
    font-weight: 700;
  }
  .board_write_select {
    width: 150px;
    font-weight: 600;
    font-size: 1em;
  }
  .board_write_input {
    width: 50%;
    height: 40px;
    position: relative;
    border: #dfdfdf 1px solid;
  }
  .board_write_textarea {
    width: 100%;
    min-height: 600px;
    position: relative;
    border: #dfdfdf 1px solid;
  }
  .board_write_textarea .pl_txt,
  .board_write_input .pl_txt {
    width: 100%;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 1em;
    color: #aaa;
  }
  .board_write_textarea textarea,
  .board_write_input .pl_ip {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .board_write_textarea textarea {
    box-sizing: border-box;
    padding: 10px;
  }
  .board_write_file_wrap {
    width: 50%;
    height: 40px;
    position: relative;
  }
  .board_write_c input[type='file'] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  input[id='ip_file'] + label {
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    background: #707070;
    color: #fff;
    right: 0;
    top: 0;
    display: none;
  }

  /*================ 서브공통 끝 ================*/

  /* sub11 */
  .sub11_bg_box {
    background: url('/images/main/bg_l.svg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .bg_sub11 {
    line-height: 3em;
    background-image: url('/images/sub/sub1/sub11_box_bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  /* sub12 */
  .sub12_t {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sub12_c {
    box-sizing: border-box;
  }
  .sub12_c:nth-child(1) {
    width: 100%;
    margin: 0 0 30px 0;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
  }
  .sub12_c:nth-child(2) {
    box-sizing: border-box;
  }
  .sub12_c:nth-child(2) > div {
    font-weight: 800;
  }
  .sub12_icon {
  }
  .sub12_icon_txt_01 {
    font-size: 1.2em;
  }
  .sub12_icon_txt_02 {
    width: 100%;
    padding-bottom: 3em;
    font-size: 1.3em;
    font-weight: 800;
    border-bottom: #f1f1f1 4px solid;
  }

  /* sub13 */
  .sub13_t {
    width: 100%;
    margin-top: 80px;
    display: table;
  }
  .sub13_t:first-child {
    margin-top: 0;
  }
  .sub13_c:nth-child(1) {
    width: 20%;
    padding: 35px 0 0 0;
    font-weight: 800;
    font-size: 2em;
    box-sizing: border-box;
    border-top: #ba996a 4px solid;
    display: table-cell;
  }
  .sub13_c:nth-child(2) {
    box-sizing: border-box;
    padding-left: 40px;
    display: table-cell;
    vertical-align: top;
  }
  .sub13_ct {
    width: 100%;
    padding: 35px 0;
    border-top: #dfdfdf 1px solid;
    display: table;
  }
  .sub13_ct:last-child {
    border-bottom: #dfdfdf 1px solid;
  }
  .sub13_ct_c:nth-child(1) {
    width: 10%;
    font-weight: 800;
    display: table-cell;
  }
  .sub13_ct_c:nth-child(1) {
    display: table-cell;
  }

  /* sub21 */
  .bg_sub21 {
    line-height: 3em;
    background-image: url('/images/sub/sub2/sub21_box_bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  /* sub31 */
  .bg_sub31 {
    line-height: 3em;
    background-image: url('/images/sub/sub3/sub31_box_bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  /* sub41 */
  .thumb_box {
    width: calc(50% - 10px);
    height: 360px;
    padding: 25px;
    margin-bottom: 3em;
    margin-right: 20px;
    box-sizing: border-box;
    border: #bcbcbc 1px solid;
    float: left;
  }
  .thumb_box:nth-child(2n) {
    margin-right: 0px;
  }
  .thumb_img {
    width: 100%;
    height: 196px;
    margin: 0 0 15px 0;
    background: #f3f3f3;
	overflow:hidden;
  }
  .thumb_tag {
    width: 100%;
    font-size: 0.9em;
    color: #ba996a;
  }
  .thumb_tit {
    font-weight: 700;
    font-size: 1.2em;
  }
  .thumb_info_wrap {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .thumb_info_date {
    color: #bcbcbc;
    font-size: 0.9em;
    float: left;
  }
  .thumb_info_box {
    float: right;
  }
  .thumb_info_icon_wrap {
    margin-left: 15px;
    display: table;
    float: left;
  }
  .count_icon {
    height: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .count_icon img {
    height: 20px;
    margin: 5px 5px 0 0;
    display: inline-block;
  }
  .thumb_info_count {
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0.8em;
  }

  /* sub61 */
  .sub61_r_bg {
    background-image: url('/images/sub/sub6/sub61_bg.png');
    background-size: cover;
    background-position: center;
  }
  .sub61_l_bg {
    background-image: url('/images/sub/sub6/sub61_bg.png');
    background-size: cover;
    background-position: center;
  }
  .sub61_con {
  }
  .sub61_tit {
    font-size: 2em;
    font-weight: 800;
    line-height: 2em;
  }
  .sub61_tit_s {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 2em;
  }
  .sub61_txt {
    color: #707070;
    line-height: 2em;
  }
  .sub61_txt > span {
    font-weight: 800;
  }
  .sub61_btn {
    margin: 2em 0 0 0;
    padding: 0.8em 2em;
    background: #ba996a;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
  }

  /* sub71 */
  .sub71_l_bg {
    background-image: url('/images/sub/sub7/sub71_bg.png');
    background-size: cover;
    background-position: center;
  }
  .sub71_con {
    box-sizing: border-box;
  }

  .contact_tit {
    color: #ffe5b2;
    font-size: 2em;
    font-weight: 800;
    line-height: 2em;
  }
  .contact_txt {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 2em;
  }
  .contact_line {
    width: 90%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    margin: 40px 0;
  }
  .contact_info {
    display: table;
    margin: 0 0 30px 0;
  }
  .contact_info_icon {
    display: table-cell;
    vertical-align: middle;
  }
  .contact_info_num {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 0 0 15px;
  }
  .contact_input_wrap {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: #dfdfdf 1px solid;
    background: #fff;
    position: relative;
  }
  .contact_input_wrap > .pl_txt {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    color: #bcbcbc;
    font-weight: 600;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .contact_input_wrap > .pl_ip {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: 1em;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .contact_textarea_wrap {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: #dfdfdf 1px solid;
    background: #fff;
    position: relative;
  }
  .contact_textarea_wrap > .pl_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    font-weight: 1em;
    line-height: 40px;
    padding: 0 20px;
    color: #bcbcbc;
    font-weight: 600;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .contact_textarea_wrap > .pl_ip {
    width: 100%;
    height: 100%;
    font-size: 1em;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .sub71_btn {
    margin: 2em 0 2em 0;
    padding: 2em 3em;
    background: #707070;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    float: right;
  }
}
