@charset "UTF-8";
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : gap
     * @comment      : 간격설정
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 320px) and (max-width: 1099px) {
    .gap_bottom{
        margin-bottom: 10px;
    }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
    .gap_bottom{
        margin-bottom: 20px;
    }
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : location
     * @comment      :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 320px) and (max-width: 1099px) {
  .location_wrap {
    display: none;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  .outline{
    display: inline-block;
    outline: 2px solid #ffa700;
    outline-offset: -2px;
  }
  .location_wrap {
    margin: 32px 0 23px 0;
    overflow: hidden;
  }
  .location_wrap
  .location_wrap .location {
    float: right;
    overflow: hidden;
    padding-left: 22px;
    background: url("/portal/common/kor/img/common/icon_home.gif") no-repeat 0 0;
  }
  .location_wrap .location li {
    float: left;
    padding: 0 12px;
    color: #555;
    background: url("/portal/common/kor/img/common/arrow_location.gif") no-repeat 0 0.2em;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : form
     * @comment      :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : title
    * @moduleName : _title
    * @comment    : title 기본
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* 전체 공통 */
.link_blank:link,
.link_blank:visited,
.link_blank:hover,
.link_blank:active {
  color: #d53800;
  text-decoration: underline;
}

.clearfix::after{content:''; display:block; clear:both}

/* 다운로드 */
.dwn_btn_wrap{
  text-align: center;
  margin: 20px 0 0;
}
.btn_anchor_link_type6 {
  display: inline-block;
  border-radius: 4px;
  margin: 0 auto;
  padding: 4px 16px 4px 35px;
  font-family: "ng-bold";
  font-size: 1.16667rem;
  line-height: 1.83333rem;
  color: #fff !important;
  background: #615455 url(/portal/common/kor/img/sub/lifeinkorea/dwn_icon.png) no-repeat 10px 50%;
}
.dwn_btn_wrap .btn_anchor_link_type6:first-child{
  margin-right: 10px;
}

/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .h1_sub_title {
    font-family: "ng-bold";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #333;
    margin-bottom: 10px;
  }

  .h1_sub_text_box {
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.5rem;
    color: #fc632c;
    margin-bottom: 10px;
  }
  .h1_sub_text_box > p {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
    margin-bottom: 10px;
  }

  .h1_line_box {
    margin-bottom: 5px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
    background: #f9f9f9;
  }

  .h2_sub_title {
    font-family: "ng-bold";
    font-size: 1.41667rem;
    line-height: 1.91667rem;
    color: #fc632c;
    margin-bottom: 5px;
  }

  .h2_sub_title_list {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.83333rem;
    color: #fc632c;
    margin-bottom: 15px;
  }

  .h2_sub_title_box {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.83333rem;
    color: #fc632c;
    margin-bottom: 6px;
  }
  .h2_sub_title_box p {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
    margin-bottom: 24px;
  }

  .h3_sub_title {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #333;
    margin-bottom: 7px;
  }
  .h3_sub_title .h3_mid_tit {
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #333;
  }
  .h3_sub_title:before {
    display: block;
    float: left;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-bottom: solid 6px #fb7647;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* 20170822 추가 */
  .h3_sub_title_v2 {
    margin: 8px 0 17px 0;
    font-family: "ng-bold";
    font-size: 1.250rem;
    line-height: 1.58333rem;
    color: #333;
  }
  /* //20170822 추가 */
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  .h1_sub_title {
    font-family: "ng-bold";
    font-size: 2.83333rem;
    line-height: 3.33333rem;
    color: #333;
    margin-bottom: 25px;
  }

  .h1_sub_text_box {
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.5rem;
    color: #fc632c;
    margin-bottom: 10px;
  }
  .h1_sub_text_box > p {
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 10px;
  }

  .h1_line_box {
    margin-bottom: 5px;
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
    background: #f9f9f9;
  }

  .h2_sub_title {
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.5rem;
    color: #fc632c;
    margin-bottom: 10px;
  }

  .h2_sub_title_list {
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.5rem;
    color: #fc632c;
    margin-bottom: 25px;
  }

  .h2_sub_title_box {
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.5rem;
    color: #fc632c;
    margin-bottom: 10px;
  }
  .h2_sub_title_box p {
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 24px;
  }
  .h2_sub_title_box p:only-of-type {
    margin-bottom: 0;
  }

  .h3_sub_title {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333;
    margin-bottom: 15px;
  }
  .h3_sub_title .h3_mid_tit {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #333;
  }
  .h3_sub_title:before {
    display: block;
    float: left;
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-bottom: solid 6px #fb7647;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* 20170822 추가 */
  .h3_sub_title_v2 {
    margin: 8px 0 26px 0;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.66777rem;
    color: #333;
  }
  /* //20170822 추가 */
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : ButtonGroup
    * @moduleName : _buttons
    * @comment    : 버튼그룹
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* ButtonGroup */
  .btn_grp_type1 {
    overflow: hidden;
    padding: 13px 0 35px 0;
  }

  .btn_grp_type2 {
    overflow: hidden;
    margin: -30px 0 30px;
  }

  .btn_grp_type3 {
    overflow: hidden;
    margin: 20px 0;
  }

  .btn_grp_type4 {
    overflow: hidden;
    text-align: center;
  }

  .btn_grp_left_type1 {
    font-size: 0;
    margin: 8px 0;
  }

  .btn_grp_center_type1 {
    overflow: hidden;
    padding: 18px 0 35px 0;
    text-align: right;
  }

  .btn_grp_center_type2 {
    font-size: 0;
    overflow: hidden;
    padding: 20px 0 25px 0;
    text-align: center;
  }

  .btn_grp_center_type3 {
    font-size: 0;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
  }

  .btn_grp_right_type1 {
    overflow: hidden;
    padding: 18px 0 35px 0;
    text-align: right;
  }

  /* 버튼포지션그룹 */
  .btn_grp_pos {
    position: relative;
  }

  /* 모바일 전용 */
  .btn_grp_mobile {
    margin: 10px 0;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* ButtonGroup */
  .btn_grp_type1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 18px 0 35px 0;
  }

  .btn_grp_type2 {
    overflow: hidden;
    margin: -30px 0 30px;
  }

  .btn_grp_type3 {
    overflow: hidden;
    margin: 20px 0;
  }

  .btn_grp_type4 {
    overflow: hidden;
    text-align: center;
  }

  .btn_grp_left_type1 {
    font-size: 0;
    margin: 8px 0;
    padding: 0 30px;
  }

  .btn_grp_left_type2 {
    font-size: 0;
    margin: 8px 0;
  }

  .btn_grp_center_type1 {
    overflow: hidden;
    padding: 18px 0 35px 0;
    text-align: center;
  }

  .btn_grp_center_type2 {
    font-size: 0;
    overflow: hidden;
    padding: 30px 0 45px 0;
    text-align: center;
  }

  .btn_grp_center_type3 {
    font-size: 0;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
  }

  .btn_grp_right_type1 {
    overflow: hidden;
    padding: 18px 0 35px 0;
    text-align: right;
  }

  /* 버튼포지션그룹 */
  .btn_grp_pos {
    position: relative;
  }

  /* 모바일 전용 */
  .btn_grp_mobile {
    display: none;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : CustomButtons
    * @moduleName : _buttons
    * @comment    : 커스텀 버튼(커스터마이징 가능)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* Anchor태그 버튼 */
  /* site_link */
  .btn_anchor_link_type1 {
    display: inline-block;
    border: 1px solid #9a8a84;
    border-radius: 4px;
    padding: 6px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #333;
    background-color: #fff;
  }

  .btn_anchor_link_type1:link {
    color: #333;
  }

  .btn_anchor_link_type1:visited {
    color: #333;
  }

  .btn_anchor_link_type1:hover {
    color: #333;
  }

  .btn_anchor_link_type1:active {
    color: #333;
  }

  .btn_anchor_link_type2 {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 16px 4px 35px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background: #615455 url("/portal/common/kor/img/sub/common/icon_home.gif") no-repeat 10px 50%;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_anchor_link_type2 {
    background: #615455 url("/portal/common/kor/img/sub/common/icon_home_x1.5.gif") no-repeat 10px 50%;
    -webkit-background-size: 13px 13px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_anchor_link_type2 {
    background: #615455 url("/portal/common/kor/img/sub/common/icon_home_x2.gif") no-repeat 10px 50%;
    -webkit-background-size: 13px 13px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_anchor_link_type2 {
    background: #615455 url("/portal/common/kor/img/sub/common/icon_home_x3.gif") no-repeat 10px 50%;
    -webkit-background-size: 13px 13px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_anchor_link_type2:link {
    color: #fff;
  }

  .btn_anchor_link_type2:visited {
    color: #fff;
  }

  .btn_anchor_link_type2:hover {
    color: #fff;
  }

  .btn_anchor_link_type2:active {
    color: #fff;
  }

  /* 바로가기 */
  .btn_anchor_link_type3 {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 16px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_anchor_link_type3:link {
    color: #fff;
  }

  .btn_anchor_link_type3:visited {
    color: #fff;
  }

  .btn_anchor_link_type3:hover {
    color: #fff;
  }

  .btn_anchor_link_type3:active {
    color: #fff;
  }

  /* 지도보기 */
  .btn_anchor_link_type4 {
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    padding: 4px 16px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #d53800;
  }

  .btn_anchor_link_type4:link {
    color: #fff;
  }

  .btn_anchor_link_type4:visited {
    color: #fff;
  }

  .btn_anchor_link_type4:hover {
    color: #fff;
  }

  .btn_anchor_link_type4:active {
    color: #fff;
  }

  /* 이동 */
  .btn_anchor_link_type5 {
    margin-top: 10px;
    display: block;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    padding: 6px 0;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_anchor_link_type5:link {
    color: #fff;
  }

  .btn_anchor_link_type5:visited {
    color: #fff;
  }

  .btn_anchor_link_type5:hover {
    color: #fff;
  }

  .btn_anchor_link_type5:active {
    color: #fff;
  }

  /* btn_table_view */
  .btn_table_view {
    margin-top: 10px;
    display: block;
    border-radius: 4px;
    width: 100%;
    padding: 10px 0 10px 35px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background: #62605f url("/portal/common/kor/img/common/icon_table_view.gif") no-repeat 15px 13px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_table_view {
    background: #62605f url("/portal/common/kor/img/common/icon_table_view_x1.5.gif") no-repeat 15px 13px;
    -webkit-background-size: 17px 17px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_table_view {
    background: #62605f url("/portal/common/kor/img/common/icon_table_view_x2.gif") no-repeat 15px 13px;
    -webkit-background-size: 17px 17px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_table_view {
    background: #62605f url("/portal/common/kor/img/common/icon_table_view_x3.gif") no-repeat 15px 13px;
    -webkit-background-size: 17px 17px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_table_view:link {
    color: #fff;
  }

  .btn_table_view:visited {
    color: #fff;
  }

  .btn_table_view:hover {
    color: #fff;
  }

  .btn_table_view:active {
    color: #fff;
  }

  /* Anchor태그icon버튼 */
  .btn_icon_type1 {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 8px 55px 8px 25px;
    margin: 10px 0;
    text-align: center;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_icon_type1:link {
    color: #fff;
  }

  .btn_icon_type1:visited {
    color: #fff;
  }

  .btn_icon_type1:hover {
    color: #fff;
  }

  .btn_icon_type1:active {
    color: #fff;
  }

  .btn_icon_type1::after {
    display: block;
    position: absolute;
    top: 10px;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .btn_icon_type2 {
    position: relative;
    display: block;
    border: 1px solid #896f67;
    border-radius: 4px;
    padding: 12px 45px 12px 25px;
    margin-bottom: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #333;
    background: #fff;
  }

  .btn_icon_type2:link {
    color: #333;
  }

  .btn_icon_type2:visited {
    color: #333;
  }

  .btn_icon_type2:hover {
    color: #333;
  }

  .btn_icon_type2:active {
    color: #333;
  }

  .btn_icon_type2::after {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #896f67;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* button태그 버튼 */
  /* background 버튼 */
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* Anchor태그 버튼 */
  /* site_link */
  .btn_anchor_link_type1 {
    display: inline-block;
    border: 1px solid #9a8a84;
    border-radius: 4px;
    padding: 6px;
    min-width: 80px;
    text-align: center;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #333;
    background-color: #fff;
  }

  .btn_anchor_link_type1:link {
    color: #333;
  }

  .btn_anchor_link_type1:visited {
    color: #333;
  }

  .btn_anchor_link_type1:hover {
    color: #333;
  }

  .btn_anchor_link_type1:active {
    color: #333;
  }

  .btn_anchor_link_type2 {
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    padding: 4px 16px 4px 35px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background: #615455 url("/portal/common/kor/img/sub/common//icon_home.gif") no-repeat 10px 50%;
  }

  .btn_anchor_link_type2:only-child {
    display: inline-block;
    border-radius: 4px;
    margin-left: 0;
    padding: 4px 16px 4px 35px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background: #615455 url("/portal/common/kor/img/sub/common//icon_home.gif") no-repeat 10px 50%;
  }

  .btn_anchor_link_type2:link {
    color: #fff;
  }

  .btn_anchor_link_type2:visited {
    color: #fff;
  }

  .btn_anchor_link_type2:hover {
    color: #fff;
  }

  .btn_anchor_link_type2:active {
    color: #fff;
  }

  /* 바로가기 */
  .btn_anchor_link_type3 {
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    padding: 4px 16px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_anchor_link_type3:only-child {
    display: inline-block;
    border-radius: 4px;
    margin-left: 0;
    padding: 4px 16px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_anchor_link_type3:link {
    color: #fff;
  }

  .btn_anchor_link_type3:visited {
    color: #fff;
  }

  .btn_anchor_link_type3:hover {
    color: #fff;
  }

  .btn_anchor_link_type3:active {
    color: #fff;
  }

  /* 지도보기 */
  .btn_anchor_link_type4 {
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    padding: 4px 16px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #d53800;
  }

  .btn_anchor_link_type4:link {
    color: #fff;
  }

  .btn_anchor_link_type4:visited {
    color: #fff;
  }

  .btn_anchor_link_type4:hover {
    color: #fff;
  }

  .btn_anchor_link_type4:active {
    color: #fff;
  }

  /* 이동 */
  .btn_anchor_link_type5 {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    width: 80px;
    padding: 6px 0;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_anchor_link_type5:link {
    color: #fff;
  }

  .btn_anchor_link_type5:visited {
    color: #fff;
  }

  .btn_anchor_link_type5:hover {
    color: #fff;
  }

  .btn_anchor_link_type5:active {
    color: #fff;
  }

  /* Anchor태그icon버튼 */
  .btn_icon_type1 {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 9px 45px 9px 25px;
    margin: 10px 0;
    text-align: center;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    background: #62605f;
  }

  .btn_icon_type1:link {
    color: #fff;
  }

  .btn_icon_type1:visited {
    color: #fff;
  }

  .btn_icon_type1:hover {
    color: #fff;
  }

  .btn_icon_type1:active {
    color: #fff;
  }

  .btn_icon_type1::after {
    display: block;
    position: absolute;
    top: 13px;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .btn_icon_type2 {
    position: relative;
    display: inline-block;
    border: 1px solid #896f67;
    border-radius: 4px;
    padding: 9px 45px 9px 25px;
    text-align: center;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #333;
    background: #fff;
  }

  .btn_icon_type2:link {
    color: #333;
  }

  .btn_icon_type2:visited {
    color: #333;
  }

  .btn_icon_type2:hover {
    color: #333;
  }

  .btn_icon_type2:active {
    color: #333;
  }

  .btn_icon_type2::after {
    display: block;
    position: absolute;
    top: 16px;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #896f67;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* button태그 버튼 */
  /* background 버튼 */
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : Button공통
    * @moduleName : _buttons
    * @comment    : 공통버튼(커스터마이징 가능)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* 읽기 */
  /* 쓰기 */
  /* 수정 */
  .btn_modify_type1 {
    display: inline-block;
    padding: 13px 35px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_modify_type1:link {
    color: #fff;
  }

  .btn_modify_type1:visited {
    color: #fff;
  }

  .btn_modify_type1:hover {
    color: #fff;
  }

  .btn_modify_type1:active {
    color: #fff;
  }

  /* 목록 */
  .btn_list_type1 {
    display: block;
    width: 100%;
    padding: 13px 30px;
    margin: 7px 0;
    text-align: center;
    border-radius: 2px;
    background: #62605f;
  }

  .btn_list_type1:link {
    color: #fff;
  }

  .btn_list_type1:visited {
    color: #fff;
  }

  .btn_list_type1:hover {
    color: #fff;
  }

  .btn_list_type1:active {
    color: #fff;
  }

  .btn_list_type2 {
    clear: both;
    display: block;
    padding: 13px 60px;
    margin-top: 10px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_list_type2:link {
    color: #fff;
  }

  .btn_list_type2:visited {
    color: #fff;
  }

  .btn_list_type2:hover {
    color: #fff;
  }

  .btn_list_type2:active {
    color: #fff;
  }

  /* 확인 */
  /* 등록 */
  .btn_regist_type1 {
    display: inline-block;
    padding: 13px 60px;
    text-align: center;
    border-radius: 2px;
    background: #d53800;
  }

  .btn_regist_type1:link {
    color: #fff;
  }

  .btn_regist_type1:visited {
    color: #fff;
  }

  .btn_regist_type1:hover {
    color: #fff;
  }

  .btn_regist_type1:active {
    color: #fff;
  }

  .btn_regist_type2 {
    float: right;
    display: inline-block;
    padding: 13px 35px;
    margin-left: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_regist_type2:link {
    color: #fff;
  }

  .btn_regist_type2:visited {
    color: #fff;
  }

  .btn_regist_type2:hover {
    color: #fff;
  }

  .btn_regist_type2:active {
    color: #fff;
  }

  /* 취소 */
  .btn_cancel_type1 {
    float: left;
    display: inline-block;
    padding: 13px 35px;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_cancel_type1:link {
    color: #fff;
  }

  .btn_cancel_type1:visited {
    color: #fff;
  }

  .btn_cancel_type1:hover {
    color: #fff;
  }

  .btn_cancel_type1:active {
    color: #fff;
  }

  /* 삭제 */
  .btn_delete_type1 {
    float: right;
    display: inline-block;
    padding: 13px 35px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_delete_type1:link {
    color: #fff;
  }

  .btn_delete_type1:visited {
    color: #fff;
  }

  .btn_delete_type1:hover {
    color: #fff;
  }

  .btn_delete_type1:active {
    color: #fff;
  }

  /* 초기화 */
  .btn_reset_type1 {
    display: block;
    float: left;
    padding: 13px 0;
    width: 40%;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type1:link {
    color: #fff;
  }

  .btn_reset_type1:visited {
    color: #fff;
  }

  .btn_reset_type1:hover {
    color: #fff;
  }

  .btn_reset_type1:active {
    color: #fff;
  }

  .btn_reset_type2 {
    display: block;
    padding: 13px 0;
    width: 40%;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type2:link {
    color: #fff;
  }

  .btn_reset_type2:visited {
    color: #fff;
  }

  .btn_reset_type2:hover {
    color: #fff;
  }

  .btn_reset_type2:active {
    color: #fff;
  }

  .btn_reset_type3 {
    display: inline-block;
    padding: 13px 0;
    width: 40%;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type3:link {
    color: #fff;
  }

  .btn_reset_type3:visited {
    color: #fff;
  }

  .btn_reset_type3:hover {
    color: #fff;
  }

  .btn_reset_type3:active {
    color: #fff;
  }

  /* 차단 */
  .btn_cutoff_type1 {
    display: inline-block;
    padding: 13px 0;
    width: 43.91892%;
    margin: 0 5px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_cutoff_type1:link {
    color: #fff;
  }

  .btn_cutoff_type1:visited {
    color: #fff;
  }

  .btn_cutoff_type1:hover {
    color: #fff;
  }

  .btn_cutoff_type1:active {
    color: #fff;
  }

  /* 검색 */
  .btn_search_type1 {
    display: block;
    float: right;
    padding: 13px 0;
    width: 40%;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_search_type1:link {
    color: #fff;
  }

  .btn_search_type1:visited {
    color: #fff;
  }

  .btn_search_type1:hover {
    color: #fff;
  }

  .btn_search_type1:active {
    color: #fff;
  }

  .btn_search_type2 {
    display: block;
    padding: 11px 10px;
    width: 250px;
    margin: 10px auto 0 auto;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #fff;
    background: #615455;
  }

  .btn_search_type2:link {
    color: #fff;
  }

  .btn_search_type2:visited {
    color: #fff;
  }

  .btn_search_type2:hover {
    color: #fff;
  }

  .btn_search_type2:active {
    color: #fff;
  }

  /* 허용 */
  .btn_permit_type1 {
    display: inline-block;
    padding: 13px 0;
    width: 43.91892%;
    margin: 0 5px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_permit_type1:link {
    color: #fff;
  }

  .btn_permit_type1:visited {
    color: #fff;
  }

  .btn_permit_type1:hover {
    color: #fff;
  }

  .btn_permit_type1:active {
    color: #fff;
  }

  /* 정보 */
  /* 경고 */
  /* 주의 */
  /* 우편번호 */
  /* 닫기 */
  .btn_close_type1 {
    display: inline-block;
    padding: 12px 0;
    width: 170px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    background: #62605f;
  }

  .btn_close_type1:link {
    color: #fff;
  }

  .btn_close_type1:visited {
    color: #fff;
  }

  .btn_close_type1:hover {
    color: #fff;
  }

  .btn_close_type1:active {
    color: #fff;
  }

  /* 공통중요버튼*/
  .btn_important_type1 {
    display: block;
    padding: 12px 30px;
    margin: 7px 0;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.5rem;
    color: #f0f0f0;
    background: #d53800;
  }

  .btn_important_type1:link {
    color: #fff;
  }

  .btn_important_type1:visited {
    color: #fff;
  }

  .btn_important_type1:hover {
    color: #fff;
  }

  .btn_important_type1:active {
    color: #fff;
  }

  /* 공통기본버튼*/
  .btn_basics_type1 {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #f0f0f0;
    background: #62605f;
  }

  .btn_basics_type1:link {
    color: #fff;
  }

  .btn_basics_type1:visited {
    color: #fff;
  }

  .btn_basics_type1:hover {
    color: #fff;
  }

  .btn_basics_type1:active {
    color: #fff;
  }

  /* sns 공유버튼 */
  .btn_sns {
    display: inline-block;
    width: 40px;
    height: 39px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat center;
    background-size: 16px 16px;
    color:transparent !important;
    font-size:1px;
    overflow:hidden;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_sns {
    background: url("/portal/common/kor/img/common/icon_sns_x1.5.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_sns {
    background: url("/portal/common/kor/img/common/icon_sns_x2.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_sns {
    background: url("/portal/common/kor/img/common/icon_sns_x3.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_sns_right {
    display: inline-block;
    width: 40px;
    height: 39px;
    text-align: center;
    border-radius: 2px;
    text-indent: -500em;
    border: 1px solid #ccc;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat center;
    background-size: 16px 16px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_sns_right {
    background: url("/portal/common/kor/img/common/icon_sns_x1.5.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_sns_right {
    background: url("/portal/common/kor/img/common/icon_sns_x2.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_sns_right {
    background: url("/portal/common/kor/img/common/icon_sns_x3.gif") no-repeat center;
    -webkit-background-size: 16px 16px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  /* e-book */
  .btn_ebook_type1 {
    display: none;
    padding: 10px 14px;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
  }

  .btn_ebook_type1:link {
    color: #fff;
  }

  .btn_ebook_type1:visited {
    color: #fff;
  }

  .btn_ebook_type1:active {
    color: #fff;
  }

  .btn_ebook_type1:hover {
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_ebook_type2 {
    display: none;
    width: 47.36842%;
    text-align: center;
    padding: 10px 0;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    margin-right: 5.26316%;
    border: 1px solid #c5c5c5;
  }

  .btn_ebook_type2:link {
    color: #000;
  }

  .btn_ebook_type2:visited {
    color: #000;
  }

  .btn_ebook_type2:active {
    color: #000;
  }

  .btn_ebook_type2:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_ebook_type3 {
    display: none;
  }

  .btn_ebook_type4 {
    display: none;
  }

  /* pdf */
  .btn_pdf_type1 {
    position: relative;
    display: inline-block;
    padding: 10px 44px 10px 22px;
    border: 1px solid #fff;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
  }

  .btn_pdf_type1:link {
    color: #fff;
  }

  .btn_pdf_type1:visited {
    color: #fff;
  }

  .btn_pdf_type1:active {
    color: #fff;
  }

  .btn_pdf_type1:hover {
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type1:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_pdf_type1:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x1.5.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_pdf_type1:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x2.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_pdf_type1:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x3.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_pdf_type2 {
    position: relative;
    display: inline-block;
    padding: 10px 44px 10px 22px;
    width: 100%;
    text-align: center;
    border: 1px solid #c5c5c5;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
  }

  .btn_pdf_type2:link {
    color: #000;
  }

  .btn_pdf_type2:visited {
    color: #000;
  }

  .btn_pdf_type2:active {
    color: #000;
  }

  .btn_pdf_type2:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type2:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_pdf_type2:hover:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x1.5.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_pdf_type2:hover:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x2.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_pdf_type2:hover:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_x3.png") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_pdf_type2:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_off.gif") no-repeat top left;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_pdf_type2:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_off_x1.5.gif") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_pdf_type2:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_off_x2.gif") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn_pdf_type2:after {
    background: url("/portal/common/kor/img/sub/cultural/icon_pdf_down_off_x3.gif") no-repeat top left;
    -webkit-background-size: 16px 14px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  .btn_pdf_type3 {
    position: relative;
    display: inline-block;
    padding: 14px 10px 14px 0;
    margin: 0 10px;
    width: 140px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background-color: #fc632c;
  }

  .btn_pdf_type3:link {
    color: #fff;
  }

  .btn_pdf_type3:visited {
    color: #fff;
  }

  .btn_pdf_type3:active {
    color: #fff;
  }

  .btn_pdf_type3:hover {
    color: #fff;
  }

  .btn_pdf_type3:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 35px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type4 {
    position: relative;
    display: inline-block;
    padding: 10px 25px 10px 0;
    width: 90px;
    text-align: center;
    border: 1px solid #c5c5c5;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    background-color: #fff;
  }

  .btn_pdf_type4:link {
    color: #000;
  }

  .btn_pdf_type4:visited {
    color: #000;
  }

  .btn_pdf_type4:active {
    color: #000;
  }

  .btn_pdf_type4:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type4:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type4:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down_off.gif") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type5 {
    position: relative;
    display: block;
    padding: 8px 40px 8px 20px;
    border: 1px solid #896f67;
    border-radius: 4px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #745348;
  }

  .btn_pdf_type5:after {
    position: absolute;
    top: 8px;
    right: 20px;
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url("/portal/common/kor/img/sub//lifeinkorea/icon_acrobat.gif") no-repeat top left;
    background-size: 16px 14px;
  }

  /* 20170822 수정 */
  /* 아크로벳 다운로드 */
  .btn_acrobat {
    display: none;
  }
  .btn_acrobat_v2 {
    display: none;
  }
  /* //20170822 수정 */

  /* 더보기 */
  .btn_rainbow_more {
    display: block;
    text-align: center;
    padding: 18px 25px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #000;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
  }

  /* 구글번역 */
  .btn_google {
    display: none;
  }

  /* 구글번역 닫기 */
  .btn_google_close {
    display: none;
  }

  /* 사이트맵 */
  .btn_sitemap {
    display: none;
  }

  /* 전화걸기 버튼 */
  .btn_send_type1 {
    float: left;
    display: block;
    padding: 10px 0 11px 0;
    text-align: center;
    width: 26.66667%;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    border-radius: 4px;
    background-color: #62605f;
  }

  .btn_send_type1:link {
    color: #fff;
  }

  .btn_send_type1:visited {
    color: #fff;
  }

  .btn_send_type1:active {
    color: #fff;
  }

  .btn_send_type1:hover {
    color: #fff;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* 읽기 */
  /* 쓰기 */
  /* 수정 */
  .btn_modify_type1 {
    float: left;
    display: inline-block;
    padding: 13px 60px;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_modify_type1:link {
    color: #fff;
  }

  .btn_modify_type1:visited {
    color: #fff;
  }

  .btn_modify_type1:hover {
    color: #fff;
  }

  .btn_modify_type1:active {
    color: #fff;
  }

  /* 목록 */
  .btn_list_type1 {
    float: right;
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    margin-left: 15px;
    border-radius: 2px;
    background: #62605f;
  }

  .btn_list_type1:link {
    color: #fff;
  }

  .btn_list_type1:visited {
    color: #fff;
  }

  .btn_list_type1:hover {
    color: #fff;
  }

  .btn_list_type1:active {
    color: #fff;
  }

  .btn_list_type2 {
    float: right;
    display: inline-block;
    padding: 13px 60px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_list_type2:link {
    color: #fff;
  }

  .btn_list_type2:visited {
    color: #fff;
  }

  .btn_list_type2:hover {
    color: #fff;
  }

  .btn_list_type2:active {
    color: #fff;
  }

  /* 확인 */
  /* 등록 */
  .btn_regist_type1 {
    display: inline-block;
    padding: 13px 60px;
    text-align: center;
    border-radius: 2px;
    background: #d53800;
  }

  .btn_regist_type1:link {
    color: #fff;
  }

  .btn_regist_type1:visited {
    color: #fff;
  }

  .btn_regist_type1:hover {
    color: #fff;
  }

  .btn_regist_type1:active {
    color: #fff;
  }

  .btn_regist_type2 {
    float: right;
    display: inline-block;
    padding: 13px 60px;
    margin-left: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_regist_type2:link {
    color: #fff;
  }

  .btn_regist_type2:visited {
    color: #fff;
  }

  .btn_regist_type2:hover {
    color: #fff;
  }

  .btn_regist_type2:active {
    color: #fff;
  }

  /* 취소 */
  .btn_cancel_type1 {
    float: left;
    display: inline-block;
    padding: 13px 60px;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_cancel_type1:link {
    color: #fff;
  }

  .btn_cancel_type1:visited {
    color: #fff;
  }

  .btn_cancel_type1:hover {
    color: #fff;
  }

  .btn_cancel_type1:active {
    color: #fff;
  }

  /* 삭제 */
  .btn_delete_type1 {
    float: left;
    display: inline-block;
    padding: 13px 60px;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_delete_type1:link {
    color: #fff;
  }

  .btn_delete_type1:visited {
    color: #fff;
  }

  .btn_delete_type1:hover {
    color: #fff;
  }

  .btn_delete_type1:active {
    color: #fff;
  }

  /* 초기화 */
  .btn_reset_type1 {
    display: inline-block;
    padding: 13px 60px;
    margin: 0 20px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type1:link {
    color: #fff;
  }

  .btn_reset_type1:visited {
    color: #fff;
  }

  .btn_reset_type1:hover {
    color: #fff;
  }

  .btn_reset_type1:active {
    color: #fff;
  }

  .btn_reset_type2 {
    display: inline-block;
    padding: 13px 60px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type2:link {
    color: #fff;
  }

  .btn_reset_type2:visited {
    color: #fff;
  }

  .btn_reset_type2:hover {
    color: #fff;
  }

  .btn_reset_type2:active {
    color: #fff;
  }

  .btn_reset_type3 {
    display: inline-block;
    padding: 13px 60px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_reset_type3:link {
    color: #fff;
  }

  .btn_reset_type3:visited {
    color: #fff;
  }

  .btn_reset_type3:hover {
    color: #fff;
  }

  .btn_reset_type3:active {
    color: #fff;
  }

  /* 차단 */
  .btn_cutoff_type1 {
    display: inline-block;
    padding: 13px 0;
    width: 43.91892%;
    margin: 0 5px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #62605f;
  }

  .btn_cutoff_type1:link {
    color: #fff;
  }

  .btn_cutoff_type1:visited {
    color: #fff;
  }

  .btn_cutoff_type1:hover {
    color: #fff;
  }

  .btn_cutoff_type1:active {
    color: #fff;
  }

  /* 검색 */
  .btn_search_type1 {
    display: inline-block;
    padding: 13px 60px;
    margin: 0 20px;
    text-align: center;
    border-radius: 2px;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_search_type1:link {
    color: #fff;
  }

  .btn_search_type1:visited {
    color: #fff;
  }

  .btn_search_type1:hover {
    color: #fff;
  }

  .btn_search_type1:active {
    color: #fff;
  }

  .btn_search_type2 {
    display: inline-block;
    padding: 11px 10px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    width: 23.73887%;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #fff;
    background: #615455;
  }

  .btn_search_type2:link {
    color: #fff;
  }

  .btn_search_type2:visited {
    color: #fff;
  }

  .btn_search_type2:hover {
    color: #fff;
  }

  .btn_search_type2:active {
    color: #fff;
  }

  /* 허용 */
  .btn_permit_type1 {
    display: inline-block;
    padding: 13px 0;
    width: 43.91892%;
    margin: 0 5px;
    text-align: center;
    border-radius: 2px !important;
    border: none;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background: #d53800;
  }

  .btn_permit_type1:link {
    color: #fff;
  }

  .btn_permit_type1:visited {
    color: #fff;
  }

  .btn_permit_type1:hover {
    color: #fff;
  }

  .btn_permit_type1:active {
    color: #fff;
  }

  /* 정보 */
  /* 경고 */
  /* 주의 */
  /* 닫기 */
  .btn_close_type1 {
    display: inline-block;
    padding: 12px 0;
    width: 170px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    background: #62605f;
  }

  .btn_close_type1:link {
    color: #fff;
  }

  .btn_close_type1:visited {
    color: #fff;
  }

  .btn_close_type1:hover {
    color: #fff;
  }

  .btn_close_type1:active {
    color: #fff;
  }

  /* 우편번호 */
  /* 공통중요버튼*/
  .btn_important_type1 {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #f0f0f0;
    background: #d53800;
  }

  .btn_important_type1:link {
    color: #fff;
  }

  .btn_important_type1:visited {
    color: #fff;
  }

  .btn_important_type1:hover {
    color: #fff;
  }

  .btn_important_type1:active {
    color: #fff;
  }

  /* 공통기본버튼*/
  .btn_basics_type1 {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    border-radius: 2px;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #f0f0f0;
    background: #62605f;
  }

  .btn_basics_type1:link {
    color: #fff;
  }

  .btn_basics_type1:visited {
    color: #fff;
  }

  .btn_basics_type1:hover {
    color: #fff;
  }

  .btn_basics_type1:active {
    color: #fff;
  }
  .btn_important_type1:link:focus{
    outline: 2px solid #000;
    outline-offset: -2px;
  }
  /* sns 공유버튼 */
  .btn_sns {
    display: inline-block;
    width: 40px;
    height: 39px;
    text-align: center;
    border-radius: 2px;
    text-indent: -500em;
    border: 1px solid #ccc;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat center;
    background-size: 16px 16px;
  }

  .btn_sns_right {
    float: right;
    display: inline-block;
    width: 40px;
    height: 39px;
    text-align: center;
    border-radius: 2px;
    text-indent: -500em;
    border: 1px solid #ccc;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat center;
    background-size: 16px 16px;
  }

  /* e-book */
  .btn_ebook_type1 {
    display: inline-block;
    padding: 10px 14px;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
  }

  .btn_ebook_type1:link {
    color: #fff;
  }

  .btn_ebook_type1:visited {
    color: #fff;
  }

  .btn_ebook_type1:active {
    color: #fff;
  }

  .btn_ebook_type1:hover {
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_ebook_type2 {
    display: inline-block;
    width: 47.36842%;
    text-align: center;
    padding: 10px 0;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    margin-right: 5.26316%;
    border: 1px solid #c5c5c5;
    background-color: #fff;
  }

  .btn_ebook_type2:link {
    color: #000;
  }

  .btn_ebook_type2:visited {
    color: #000;
  }

  .btn_ebook_type2:active {
    color: #000;
  }

  .btn_ebook_type2:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_ebook_type3 {
    display: inline-block;
    width: 140px;
    text-align: center;
    padding: 14px 0;
    margin: 0 10px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_ebook_type3:link {
    color: #fff;
  }

  .btn_ebook_type3:visited {
    color: #fff;
  }

  .btn_ebook_type3:active {
    color: #fff;
  }

  .btn_ebook_type3:hover {
    color: #fff;
  }

  .btn_ebook_type4 {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    margin-right: 5.26316%;
    border: 1px solid #c5c5c5;
    background-color: #fff;
  }

  .btn_ebook_type4:link {
    color: #000;
  }

  .btn_ebook_type4:visited {
    color: #000;
  }

  .btn_ebook_type4:active {
    color: #000;
  }

  .btn_ebook_type4:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  /* pdf */
  .btn_pdf_type1 {
    position: relative;
    display: inline-block;
    padding: 10px 44px 10px 22px;
    border: 1px solid #fff;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
  }

  .btn_pdf_type1:link {
    color: #fff;
  }

  .btn_pdf_type1:visited {
    color: #fff;
  }

  .btn_pdf_type1:active {
    color: #fff;
  }

  .btn_pdf_type1:hover {
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type1:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type2 {
    position: relative;
    display: inline-block;
    padding: 10px 25px 10px 0;
    width: 47.36842%;
    text-align: center;
    border: 1px solid #c5c5c5;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    background-color: #fff;
  }

  .btn_pdf_type2:link {
    color: #000;
  }

  .btn_pdf_type2:visited {
    color: #000;
  }

  .btn_pdf_type2:active {
    color: #000;
  }

  .btn_pdf_type2:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type2:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type2:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down_off.gif") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type3 {
    position: relative;
    display: inline-block;
    padding: 14px 10px 14px 0;
    margin: 0 10px;
    width: 140px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    background-color: #fc632c;
  }

  .btn_pdf_type3:link {
    color: #fff;
  }

  .btn_pdf_type3:visited {
    color: #fff;
  }

  .btn_pdf_type3:active {
    color: #fff;
  }

  .btn_pdf_type3:hover {
    color: #fff;
  }

  .btn_pdf_type3:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 35px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type4 {
    position: relative;
    display: inline-block;
    padding: 10px 25px 10px 0;
    width: 90px;
    text-align: center;
    border: 1px solid #c5c5c5;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    background-color: #fff;
  }

  .btn_pdf_type4:link {
    color: #000;
  }

  .btn_pdf_type4:visited {
    color: #000;
  }

  .btn_pdf_type4:active {
    color: #000;
  }

  .btn_pdf_type4:hover {
    color: #fff;
    border: 1px solid #d53800;
    background-color: #d53800;
  }

  .btn_pdf_type4:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down.png") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type4:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/sub//cultural/icon_pdf_down_off.gif") no-repeat top left;
    background-size: 16px 14px;
  }

  .btn_pdf_type5 {
    position: relative;
    display: block;
    padding: 8px 40px 8px 20px;
    border: 1px solid #896f67;
    border-radius: 4px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #745348;
  }

  .btn_pdf_type5:after {
    position: absolute;
    top: 8px;
    right: 20px;
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url("/portal/common/kor/img/sub//lifeinkorea/icon_acrobat.gif") no-repeat top left;
    background-size: 16px 14px;
  }

  /* 20170822 수정 */
  /* 아크로벳 다운로드 */
  .btn_acrobat {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 8px 0px;
    border: 1px solid #896f67;
    border-radius: 4px;
    width: 204px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #745348;
  }
  .btn_acrobat_v2 {
    display: inline-block;
    padding: 8px 0px;
    border: 1px solid #896f67;
    border-radius: 4px;
    width: 204px;
    text-align: center;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #745348;
    background: #fff;
  }

  .btn_acrobat:after,
  .btn_acrobat_v2:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 10px;
    background: url("/portal/common/kor/img/sub//lifeinkorea/icon_acrobat.gif") no-repeat top left;
    background-size: 16px 14px;
  }
  /* //20170822 수정 */

  /* PPT뷰 */
  .btn_PPT {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    padding: 3px 10px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #fff;
    background-color: #615455;
  }

  .btn_PPT:link {
    color: #fff;
  }

  .btn_PPT:visited {
    color: #fff;
  }

  .btn_PPT:hover {
    color: #fff;
  }

  .btn_PPT:active {
    color: #fff;
  }

  /* 더보기 */
  .btn_rainbow_more {
    display: block;
    text-align: center;
    padding: 18px 25px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #000;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
  }

  /* 구글번역 */
  .btn_google {

  }
  .btn_google:link {
    
  }
  .btn_google:visited {
    
  }
  .btn_google:active {
    
  }
  .btn_google:hover {
  
  }

  /* 구글번역 닫기 */
  .btn_google_close {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    text-indent: -500em;
    background-color: #952700;
  }
  .btn_google_close::after {
    position: absolute;
    top: 11px;
    left: 4px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  .btn_google_close::before {
    position: absolute;
    top: 11px;
    left: 4px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  .btn_google_close::after, .btn_google_close::before {
    transition: all 0.3s ease-out 0s;
  }
  .btn_google_close:hover::after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .btn_google_close:hover::before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  /* 사이트맵 */
  .btn_sitemap {
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
    border: 1px solid #d5d5d5;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
  }
  .btn_sitemap:link {
    color: #333;
  }
  .btn_sitemap:visited {
    color: #333;
  }
  .btn_sitemap:active {
    color: #333;
  }
  .btn_sitemap:hover {
    color: #333;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table
    * @moduleName : _table
    * @comment    : 서브페이지 테이블(단순 표)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* 가로형(모바일) */
  .table_hoz_type1 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type1 table thead th {
    padding: 10px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type1 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type1 table thead td {
    padding: 10px;
    word-break: break-all;
  }
  .table_hoz_type1 table tbody th {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1 table tbody td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type1 table .left {
    text-align: left;
  }
  .table_hoz_type1 table .right {
    text-align: right;
  }
  .table_hoz_type1 table .center {
    text-align: center;
  }

  .table_hoz_type1_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type1_v2 table thead th {
    padding: 2px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type1_v2 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type1_v2 table thead td {
    padding: 2px;
    word-break: break-all;
  }
  .table_hoz_type1_v2 table tbody th {
    padding: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1_v2 table tbody td {
    padding: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: right;
    color: #333;
  }
  .table_hoz_type1_v2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type1_v2 table .left {
    text-align: left;
  }
  .table_hoz_type1_v2 table .right {
    text-align: right;
  }
  .table_hoz_type1_v2 table .center {
    text-align: center;
  }

  .table_hoz_type2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2 table thead th {
    padding: 10px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type2 table thead td {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    padding: 10px;
    word-break: break-all;
  }
  .table_hoz_type2 table tbody th {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2 table tbody td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2 table .left {
    text-align: left;
  }
  .table_hoz_type2 table .right {
    text-align: right;
  }
  .table_hoz_type2 table .center {
    text-align: center;
  }

  .table_hoz_type2_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2_v2 table colgroup .col_child1 {
    width: auto;
  }
  .table_hoz_type2_v2 table colgroup .col_child2 {
    width: auto;
  }
  .table_hoz_type2_v2 table colgroup .col_child3 {
    width: auto;
  }
  .table_hoz_type2_v2 table colgroup .col_child4 {
    width: 0;
  }
  .table_hoz_type2_v2 table thead th {
    padding: 10px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2_v2 table thead th:nth-child(3) {
    border-right: none;
  }
  .table_hoz_type2_v2 table thead th:nth-child(4) {
    display: none;
  }
  .table_hoz_type2_v2 table thead td {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    padding: 10px;
    word-break: break-all;
  }
  .table_hoz_type2_v2 table tbody tr td:nth-child(3) {
    border-right: none;
  }
  .table_hoz_type2_v2 table tbody tr td:nth-child(4) {
    display: none;
  }
  .table_hoz_type2_v2 table tbody th {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2_v2 table tbody td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2_v2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2_v2 table .left {
    text-align: left;
  }
  .table_hoz_type2_v2 table .right {
    text-align: right;
  }
  .table_hoz_type2_v2 table .center {
    text-align: center;
  }

  .table_hoz_type2_v3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2_v3 table colgroup .col_child1 {
    width: auto;
  }
  .table_hoz_type2_v3 table colgroup .col_child2 {
    width: 0;
  }
  .table_hoz_type2_v3 table colgroup .col_child3 {
    width: 18%;
  }
  .table_hoz_type2_v3 table colgroup .col_child4 {
    width: 0;
  }
  .table_hoz_type2_v3 table thead th {
    padding: 10px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2_v3 table thead th:nth-child(2),
  .table_hoz_type2_v3 table thead th:nth-child(4) {
    display: none;
  }
  .table_hoz_type2_v3 table thead td {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    padding: 10px;
    word-break: break-all;
  }
  .table_hoz_type2_v3 table tbody tr td:nth-child(2),
  .table_hoz_type2_v3 table tbody tr td:nth-child(4) {
    display: none;
  }
  .table_hoz_type2_v3 table tbody tr td:nth-child(3) {
    border-right: none;
  }
  .table_hoz_type2_v3 table tbody th {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2_v3 table tbody td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2_v3 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2_v3 table .left {
    text-align: left;
  }
  .table_hoz_type2_v3 table .right {
    text-align: right;
  }
  .table_hoz_type2_v3 table .center {
    text-align: center;
  }

  .table_hoz_type3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type3 table thead tr:first-child th:nth-child(2) {
    border: 1px solid #ccc;
    border-top: none;
  }
  .table_hoz_type3 table thead tr:last-child th:first-child {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
  }
  .table_hoz_type3 table thead th {
    padding: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background: #896f67;
  }
  .table_hoz_type3 table thead td {
    padding: 10px;
  }
  .table_hoz_type3 table tbody th {
    padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type3 table tbody td {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type3 table .left {
    text-align: left;
  }
  .table_hoz_type3 table .right {
    text-align: right;
  }
  .table_hoz_type3 table .center {
    text-align: center;
  }

  .table_hoz_type4 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4 table thead tr:first-child th:nth-child(1) {
    border-bottom: none;
  }
  .table_hoz_type4 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4 table thead tr:last-child th:last-child {
    border-right: none;
  }
  .table_hoz_type4 table thead th {
    padding: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4 table thead td {
    padding: 10px;
  }
  .table_hoz_type4 table tbody th {
    padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4 table tbody td {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type4 table .left {
    text-align: left;
  }
  .table_hoz_type4 table .right {
    text-align: right;
  }
  .table_hoz_type4 table .center {
    text-align: center;
  }

  .table_hoz_type4_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4_v2 table thead tr:first-child th:nth-child(1) {
    border-bottom: none;
  }
  .table_hoz_type4_v2 table thead tr:first-child th:nth-child(2) {
    border-bottom: none;
  }
  .table_hoz_type4_v2 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4_v2 table thead tr:last-child th:last-child {
    border-right: none;
  }
  .table_hoz_type4_v2 table thead th {
    padding: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4_v2 table thead td {
    padding: 10px;
  }
  .table_hoz_type4_v2 table tbody td {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type4_v2 table tbody td:first-child {
    border-left: none;
  }
  .table_hoz_type4_v2 table .left {
    text-align: left;
  }
  .table_hoz_type4_v2 table .right {
    text-align: right;
  }
  .table_hoz_type4_v2 table .center {
    text-align: center;
  }


  .table_hoz_type4_v3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4_v3 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_hoz_type4_v3 table thead th {
    padding: 2px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4_v3 table thead td {
    padding: 10px;
  }
  .table_hoz_type4_v3 table tbody td {
    padding: 2px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: right;
    color: #333;
  }
  .table_hoz_type4_v3 table tbody td:first-child {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type4_v3 table tbody td.brl {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type4_v3 table .left {
    text-align: left;
  }
  .table_hoz_type4_v3 table .right {
    text-align: right;
  }
  .table_hoz_type4_v3 table .center {
    text-align: center;
  }

  .table_hoz_type5 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type5 table thead th {
    padding: 10px;
    background: #896f67;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type5 table tbody th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type5 table tbody th + th {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type5 table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type5 table tbody td + td {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type5 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type5 table .left {
    text-align: left;
  }
  .table_hoz_type5 table .right {
    text-align: right;
  }
  .table_hoz_type5 table .center {
    text-align: center;
  }

  /* 세로형(모바일) */
  .table_vtc_type1 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type1 table tbody th {
    padding: 8px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_vtc_type1 table tbody th:first-child {
    border-left: none;
  }
  .table_vtc_type1 table tbody th:last-child {
    border-left: none;
  }
  .table_vtc_type1 table tbody td {
    padding: 8px;
    border: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type1 table tbody td:last-child {
    border-right: none;
  }
  .table_vtc_type1 table .left {
    text-align: left;
  }
  .table_vtc_type1 table .right {
    text-align: right;
  }
  .table_vtc_type1 table .center {
    text-align: center;
  }

  .table_vtc_type2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type2 table tbody th {
    padding: 8px;
    border: 1px solid #896f67;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type2 table tbody th:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .table_vtc_type2 table tbody td {
    padding: 8px;
    border: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type2 table tbody td:first-child {
    border-left: none;
  }
  .table_vtc_type2 table tbody td:last-child {
    border-right: none;
  }
  .table_vtc_type2 table .left {
    text-align: left;
  }
  .table_vtc_type2 table .right {
    text-align: right;
  }
  .table_vtc_type2 table .center {
    text-align: center;
  }

  .table_vtc_type3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type3 table tbody tr:last-child th {
    border-bottom: none;
  }
  .table_vtc_type3 table tbody th {
    padding: 8px 10px 8px 25px;
    border: 1px solid #896f67;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type3 table tbody td {
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type3 table tbody td p {
    margin-bottom: 5px;
  }
  .table_vtc_type3 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type3 table .left {
    text-align: left;
  }
  .table_vtc_type3 table .right {
    text-align: right;
  }
  .table_vtc_type3 table .center {
    text-align: center;
  }

  .table_vtc_type3_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type3_v2 table tbody th {
    text-align: left;
    padding: 8px 10px 8px 20px;
    border-right: 1px solid #ccc;
    border-bottom: none;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type3_v2 table tbody td {
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type3_v2 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type3_v2 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type3_v2 table .left {
    text-align: left;
  }
  .table_vtc_type3_v2 table .right {
    text-align: right;
  }
  .table_vtc_type3_v2 table .center {
    text-align: center;
  }

  .table_vtc_type4 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type4 table tbody tr:last-child th {
    border-bottom: none;
  }
  .table_vtc_type4 table tbody th {
    padding: 8px 10px 8px 25px;
    border: 1px solid #896f67;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type4 table tbody td {
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type4 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type4 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type4 table .bd_r {
    border-right: 1px solid #ccc;
  }
  .table_vtc_type4 table .left {
    text-align: left;
  }
  .table_vtc_type4 table .right {
    text-align: right;
  }
  .table_vtc_type4 table .center {
    text-align: center;
  }

  /* 공통 */
  .table_wrap {
    overflow: hidden;
  }
  .table_wrap .table_hoz_type1 {
    margin-bottom: 10px;
  }

  .table_top_right {
    text-align: right;
    margin: 10px 0 5px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom {
    text-align: center;
    margin: 5px 0 10px 0;
  }

  .table_bottom_left {
    text-align: left;
    margin-top: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom_left_v2 {
    text-align: left;
    margin: 5px 0 10px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom_right {
    text-align: right;
    margin-top: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* 가로형(PC) */
  .table_hoz_type1 table {
    width: 100%;
    table-layout: fixed;
    margin: 0 0 15px;
  }
  .table_hoz_type1 table thead th {
    padding: 13px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type1 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type1 table thead td {
    padding: 13px;
  }
  .table_hoz_type1 table tbody th {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1 table tbody td {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type1 table .left {
    text-align: left;
  }
  .table_hoz_type1 table .right {
    text-align: right;
  }
  .table_hoz_type1 table .center {
    text-align: center;
  }

  .table_hoz_type1_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type1_v2 table thead th {
    padding: 8px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type1_v2 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type1_v2 table thead td {
    padding: 13px;
  }
  .table_hoz_type1_v2 table tbody th {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type1_v2 table tbody td {
    padding: 5px 4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: right;
    color: #333;
  }
  .table_hoz_type1_v2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type1_v2 table .left {
    text-align: left;
  }
  .table_hoz_type1_v2 table .right {
    text-align: right;
  }
  .table_hoz_type1_v2 table .center {
    text-align: center;
  }

  .table_hoz_type2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2 table thead th {
    padding: 13px;
    background: #896f67;
    border-right: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type2 table thead td {
    padding: 13px;
  }
  .table_hoz_type2 table tbody th {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    word-break: break-all;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2 table tbody td {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2 table tbody td.check_day {
    text-align: center;
    padding: 13px 0;
    background-color: #fff2dd;
  }
  .table_hoz_type2 table .left {
    text-align: left;
  }
  .table_hoz_type2 table .right {
    text-align: right;
  }
  .table_hoz_type2 table .center {
    text-align: center;
  }
  .table_hoz_type2 .bord_b {
    border-bottom: 2px solid #896f67;
  }

  .table_hoz_type2_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2_v2 table colgroup .col_child1 {
    width: 18%;
  }
  .table_hoz_type2_v2 table colgroup .col_child2 {
    width: auto;
  }
  .table_hoz_type2_v2 table colgroup .col_child3 {
    width: auto;
  }
  .table_hoz_type2_v2 table colgroup .col_child4 {
    width: auto;
  }
  .table_hoz_type2_v2 table thead th {
    padding: 13px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2_v2 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type2_v2 table thead td {
    padding: 13px;
  }
  .table_hoz_type2_v2 table tbody th {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2_v2 table tbody td {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2_v2 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2_v2 table .left {
    text-align: left;
  }
  .table_hoz_type2_v2 table .right {
    text-align: right;
  }
  .table_hoz_type2_v2 table .center {
    text-align: center;
  }

  .table_hoz_type2_v3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type2_v3 table colgroup .col_child1 {
    width: 20%;
  }
  .table_hoz_type2_v3 table colgroup .col_child2 {
    width: auto;
  }
  .table_hoz_type2_v3 table colgroup .col_child3 {
    width: 20%;
  }
  .table_hoz_type2_v3 table colgroup .col_child4 {
    width: auto;
  }
  .table_hoz_type2_v3 table thead th {
    padding: 13px;
    background: #896f67;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type2_v3 table thead th:last-child {
    border-right: none;
  }
  .table_hoz_type2_v3 table thead td {
    padding: 13px;
  }
  .table_hoz_type2_v3 table tbody th {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type2_v3 table tbody td {
    padding: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type2_v3 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type2_v3 table .left {
    text-align: left;
  }
  .table_hoz_type2_v3 table .right {
    text-align: right;
  }
  .table_hoz_type2_v3 table .center {
    text-align: center;
  }

  .table_hoz_type3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type3 table thead tr:first-child th:nth-child(2) {
    border: 1px solid #ccc;
    border-top: none;
  }
  .table_hoz_type3 table thead tr:last-child th:first-child {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
  }
  .table_hoz_type3 table thead th {
    padding: 13px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background: #896f67;
  }
  .table_hoz_type3 table thead td {
    padding: 13px;
  }
  .table_hoz_type3 table tbody th {
    padding: 13px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type3 table tbody td {
    padding: 13px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type3 table .left {
    text-align: left;
  }
  .table_hoz_type3 table .right {
    text-align: right;
  }
  .table_hoz_type3 table .center {
    text-align: center;
  }

  .table_hoz_type4 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4 table thead tr:first-child th:nth-child(1) {
    border-bottom: none;
  }
  .table_hoz_type4 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4 table thead tr:last-child th:last-child {
    border-right: none;
  }
  .table_hoz_type4 table thead th {
    padding: 13px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4 table thead td {
    padding: 13px;
  }
  .table_hoz_type4 table tbody th {
    padding: 13px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4 table tbody td {
    padding: 13px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type4 table .left {
    text-align: left;
  }
  .table_hoz_type4 table .right {
    text-align: right;
  }
  .table_hoz_type4 table .center {
    text-align: center;
  }

  .table_hoz_type4_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4_v2 table thead tr:first-child th:nth-child(1) {
    border-bottom: none;
  }
  .table_hoz_type4_v2 table thead tr:first-child th:nth-child(2) {
    border-bottom: none;
  }
  .table_hoz_type4_v2 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type4_v2 table thead tr:last-child th:last-child {
    border-right: none;
  }
  .table_hoz_type4_v2 table thead th {
    padding: 13px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4_v2 table thead td {
    padding: 13px;
  }
  .table_hoz_type4_v2 table tbody td {
    padding: 13px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type4_v2 table tbody td:first-child {
    border-left: none;
  }
  .table_hoz_type4_v2 table .left {
    text-align: left;
  }
  .table_hoz_type4_v2 table .right {
    text-align: right;
  }
  .table_hoz_type4_v2 table .center {
    text-align: center;
  }

  .table_hoz_type4_v3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type4_v3 table thead tr:last-child th {
    border-top: none;
    font-weight: normal;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_hoz_type4_v3 table thead th {
    padding: 8px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #896f67;
  }
  .table_hoz_type4_v3 table thead td {
    padding: 13px;
  }
  .table_hoz_type4_v3 table tbody td {
    padding: 5px 4px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    text-align: right;
  }
  .table_hoz_type4_v3 table tbody td:first-child {
    border-left: none;
  }
  .table_hoz_type4_v3 table tbody td.brl {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type4_v3 table .left {
    text-align: left;
  }
  .table_hoz_type4_v3 table .right {
    text-align: right;
  }
  .table_hoz_type4_v3 table .center {
    text-align: center;
  }

  .table_hoz_type5 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_hoz_type5 table thead th {
    padding: 13px;
    background: #896f67;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .table_hoz_type5 table tbody th {
    padding: 13px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_hoz_type5 table tbody th + th {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type5 table tbody td {
    padding: 13px;
    border-bottom: 1px solid #ccc;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_hoz_type5 table tbody td + td {
    border-left: 1px solid #ccc;
  }
  .table_hoz_type5 table tbody td:last-child {
    border-right: none;
  }
  .table_hoz_type5 table .left {
    text-align: left;
  }
  .table_hoz_type5 table .right {
    text-align: right;
  }
  .table_hoz_type5 table .center {
    text-align: center;
  }

  /* 세로형(PC) */
  .table_vtc_type1 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type1 table tbody th {
    padding: 13px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .table_vtc_type1 table tbody th:first-child {
    border-left: none;
  }
  .table_vtc_type1 table tbody th:last-child {
    border-left: none;
  }
  .table_vtc_type1 table tbody td {
    padding: 13px;
    border: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type1 table tbody td:last-child {
    border-right: none;
  }
  .table_vtc_type1 table .left {
    text-align: left;
  }
  .table_vtc_type1 table .right {
    text-align: right;
  }
  .table_vtc_type1 table .center {
    text-align: center;
  }

  .table_vtc_type2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type2 table tbody th {
    padding: 13px 50px;
    border: 1px solid #896f67;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type2 table tbody th:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .table_vtc_type2 table tbody td {
    padding: 13px;
    border: 1px solid #ccc;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type2 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type2 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type2 table tbody td:first-child {
    border-left: none;
  }
  .table_vtc_type2 table tbody td:last-child {
    border-right: none;
  }
  .table_vtc_type2 table .left {
    text-align: left;
  }
  .table_vtc_type2 table .right {
    text-align: right;
  }
  .table_vtc_type2 table .center {
    text-align: center;
  }

  .table_vtc_type3 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type3 table tbody tr:last-child th {
    border-bottom: none;
  }
  .table_vtc_type3 table tbody th {
    padding: 13px 20px 13px 50px;
    border: 1px solid #896f67;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type3 table tbody td {
    padding: 13px 30px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type3 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type3 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type3 table .left {
    text-align: left;
  }
  .table_vtc_type3 table .right {
    text-align: right;
  }
  .table_vtc_type3 table .center {
    text-align: center;
  }

  .table_vtc_type3_v2 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type3_v2 table tbody th {
    text-align: left;
    padding: 13px 20px 13px 20px;
    border-right: 1px solid #ccc;
    border-bottom: none;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type3_v2 table tbody td {
    padding: 13px 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type3_v2 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type3_v2 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type3_v2 table .left {
    text-align: left;
  }
  .table_vtc_type3_v2 table .right {
    text-align: right;
  }
  .table_vtc_type3_v2 table .center {
    text-align: center;
  }

  .table_vtc_type4 table {
    width: 100%;
    table-layout: fixed;
  }
  .table_vtc_type4 table tbody tr:last-child th {
    border-bottom: none;
  }
  .table_vtc_type4 table tbody th {
    padding: 13px 20px 13px 30px;
    border: 1px solid #896f67;
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #896f67;
  }
  .table_vtc_type4 table tbody td {
    padding: 13px 30px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    word-break: break-all;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .table_vtc_type4 table tbody td p {
    margin-bottom: 10px;
  }
  .table_vtc_type4 table tbody td p:last-child {
    margin-bottom: 0;
  }
  .table_vtc_type4 table .bd_r {
    border-right: 1px solid #ccc;
  }
  .table_vtc_type4 table .left {
    text-align: left;
  }
  .table_vtc_type4 table .right {
    text-align: right;
  }
  .table_vtc_type4 table .center {
    text-align: center;
  }

  /* 공통 */
  .table_wrap {
    overflow: hidden;
  }
  .table_wrap .table_hoz_type1 {
    float: left;
    width: 33.33333%;
  }
  .table_wrap .table_hoz_type1:nth-child(2) {
    padding: 0 10px;
  }

  .table_top_left {
    text-align: left;
    margin: 10px 0 5px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_top_center {
    text-align: center;
    margin: 10px 0 5px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_top_right {
    text-align: right;
    margin: 10px 0 5px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_top_right_v2 {
    text-align: right;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom {
    text-align: center;
    margin: 10px 0 20px 0;
  }

  .table_bottom_left {
    text-align: left;
    margin-top: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom_left_v2 {
    text-align: left;
    margin: 10px 0;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .table_bottom_right {
    text-align: right;
    margin-top: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : tab
    * @moduleName : _tab
    * @comment    : tab메뉴(자세한 설명은 _tab 모듈 참고)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* tab */
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* box_style(2줄 기준) */
  .tab_wrap {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tab_wrap .tab_mobile_title a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }
  .tab_wrap .tab_mobile_title .mobile_on {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #81746f;
    border: none;
  }
  .tab_wrap .tab_mobile_title .mobile_on:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -7px;
    border: 1px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .tab_wrap .tab_group .tab_cell {
    display: none;
  }
  .tab_wrap .tab_group .tab_cell a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }

  /* tab_4_wrap : 4칸탭 */
  .tab_4_wrap {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tab_4_wrap .tab_mobile_title a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }
  .tab_4_wrap .tab_mobile_title .mobile_on {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #81746f;
    border: none;
  }
  .tab_4_wrap .tab_mobile_title .mobile_on:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -7px;
    border: 1px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .tab_4_wrap .tab_group .tab_cell {
    display: none;
  }
  .tab_4_wrap .tab_group .tab_cell a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }

  /* tab_2_wrap : 2칸탭 */
  .tab_2_wrap {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tab_2_wrap .tab_mobile_title a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }
  .tab_2_wrap .tab_mobile_title .mobile_on {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #916a5e;
    border: none;
  }
  .tab_2_wrap .tab_mobile_title .mobile_on:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -7px;
    border: 1px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .tab_2_wrap .tab_group .tab_cell {
    display: none;
  }
  .tab_2_wrap .tab_group .tab_cell a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    padding: 14px 45px 14px 20px;
    border: 1px solid #ddd;
    border-top: none;
  }

  /* line_style */
  .tab_line_wrap .tab_mobile_title {
    display: block;
    position: relative;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .tab_line_wrap .tab_mobile_title a {
    display: block;
    color: #fff;
    padding: 11px 30px 11px 15px;
    background: #81746f;
  }
  .tab_line_wrap .tab_mobile_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    content: "";
    border-bottom: solid 6px white;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tab_line_wrap .tab_select_options {
    display: none;
    text-align: left;
  }
  .tab_line_wrap .tab_select_options li {
    display: block;
  }
  .tab_line_wrap .tab_select_options li a {
    display: block;
    padding: 11px 0 11px 15px;
    border: 1px solid #c2c2c2;
    border-top: none;
    background: #fff;
  }

  .tab_line_wrap_v2 .tab_mobile_title {
    display: block;
    position: relative;
    border: 1px solid #81746f;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tab_line_wrap_v2 .tab_mobile_title a {
    display: block;
    color: #333;
    padding: 14px 45px 14px 20px;
    background: #fff;
  }
  .tab_line_wrap_v2 .tab_mobile_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -7px;
    border: 1px solid #333;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .tab_line_wrap_v2 .tab_select_options {
    display: none;
    text-align: left;
  }
  .tab_line_wrap_v2 .tab_select_options li {
    display: block;
  }
  .tab_line_wrap_v2 .tab_select_options li a {
    display: block;
    padding: 11px 0 11px 15px;
    border: 1px solid #81746f;
    border-top: none;
    background: #fff;
  }

  .tab_line_wrap_v3 {
    display: none;
  }

  /* only_mobile_tab */
  .only_mobile_tab {
    margin: 10px 0;
  }
  .only_mobile_tab .only_mobile_title {
    display: block;
    position: relative;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .only_mobile_tab .only_mobile_title a {
    display: block;
    color: #fff;
    padding: 14px 30px 14px 15px;
    background: #d53800;
  }
  .only_mobile_tab .only_mobile_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    content: "";
    border-bottom: solid 6px white;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .only_mobile_tab .only_mobile_select_options {
    display: none;
    text-align: left;
  }
  .only_mobile_tab .only_mobile_select_options li {
    display: block;
  }
  .only_mobile_tab .only_mobile_select_options li a {
    display: block;
    padding: 11px 0 11px 15px;
    border: 1px solid #c2c2c2;
    border-top: none;
    background: #fff;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* box_style(2줄 기준) */
  .tab_wrap {
    margin-bottom: 44px;
  }
  .tab_wrap .tab_mobile_title {
    display: none;
  }
  .tab_wrap .tab_group {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
  }
  .tab_wrap .tab_group .tab_cell {
    display: table-cell;
    width: 33.333333%;
    height: 100%;
  }
  .tab_wrap .tab_group .tab_cell a {
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 19px 10px;
    border-left: 1px solid #ddd;
  }
  .tab_wrap .tab_group .tab_cell .on {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #fc632c;
  }
  .tab_wrap .tab_group .tab_cell:first-child a {
    border-left: none;
  }

  .tab_wrap .tab_group:last-child {
    border-top: none;
  }

  /* tab_4_wrap : 4칸탭 */
  .tab_4_wrap {
    margin-bottom: 0;
  }
  .tab_4_wrap .tab_mobile_title {
    display: none;
  }
  .tab_4_wrap .tab_group {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
  }
  .tab_4_wrap .tab_group.type01 {
  	margin-bottom: 50px;
  }
  .tab_4_wrap .tab_group .tab_cell {
    display: table-cell;
    width: 25%;
    height: 100%;
  }
  .tab_4_wrap .tab_group .tab_cell a {
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 19px 10px;
    border-left: 1px solid #ddd;
  }
  .tab_4_wrap .tab_group .tab_cell .on {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #fc632c;
  }
  .tab_4_wrap .tab_group .tab_cell:first-child a {
    border-left: none;
  }

  /* tab_2_wrap : 2칸탭 */
  .tab_2_wrap {
    margin-bottom: 30px;
  }
  .tab_2_wrap .tab_mobile_title {
    display: none;
  }
  .tab_2_wrap .tab_group {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
  }
  .tab_2_wrap .tab_group .tab_cell {
    position: relative;
    display: table-cell;
    width: 25%;
    height: 100%;
  }
  .tab_2_wrap .tab_group .tab_cell a {
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 19px 10px;
    border-left: 1px solid #ddd;
    background-color: #d9d9d9;
  }
  .tab_2_wrap .tab_group .tab_cell .on {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #916a5e;
  }
  .tab_2_wrap .tab_group .tab_cell .on:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    content: "";
    width: 16px;
    height: 8px;
    border-bottom: solid 10px #916a5e;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tab_2_wrap .tab_group .tab_cell:first-child a {
    border-left: none;
  }

  /* tab_wrap2 */
  .tab_wrap2 {
    margin-bottom: 50px;
  }
  .tab_wrap2 .tab_group {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
  }
  .tab_wrap2 .tab_group .tab_cell {
    display: table-cell;
    width: 25%;
    height: 100%;
  }
  .tab_wrap2 .tab_group .tab_cell a {
    box-sizing: border-box;
    display: block;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 18px 10px;
    border-left: 1px solid #ddd;
  }
  .tab_wrap2 .tab_group .tab_cell .on {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #fff;
    background: #d53800;
  }
  .tab_wrap2 .tab_group .tab_cell:first-child a {
    border-left: none;
  }

  /* line_style */
  .tab_line_wrap {
    display: block;
  }
  .tab_line_wrap .tab_mobile_title {
    display: none;
  }
  .tab_line_wrap ul {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
  }
  .tab_line_wrap ul li {
    display: table-cell;
    width: 16.30435%;
    padding: 17px 17px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #83726c;
    border-left: none;
  }
  .tab_line_wrap ul li a {
    display: block;
    height: 100%;
    color: #a1a2a3;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.83333rem;
    color: #555;
    text-align: center;
  }
  .tab_line_wrap ul li:first-child {
    border-left: 1px solid #ddd;
  }
  .tab_line_wrap ul li.on {
    border: 2px solid #83726c;
    border-bottom: none;
  }
  .tab_line_wrap ul li.on:only-child {
    border: 2px solid #83726c;
  }
  .tab_line_wrap ul li.on a {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }

  .tab_line_wrap_v2 {
    display: block;
  }
  .tab_line_wrap_v2 .tab_mobile_title {
    display: none;
  }
  .tab_line_wrap_v2 ul {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
  }
  .tab_line_wrap_v2 ul li {
    display: table-cell;
    width: 16.30435%;
    padding: 17px 17px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #83726c;
    border-left: none;
  }
  .tab_line_wrap_v2 ul li a {
    display: block;
    height: 100%;
    color: #a1a2a3;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.83333rem;
    color: #555;
    text-align: center;
  }
  .tab_line_wrap_v2 ul li:first-child {
    border-left: 1px solid #ddd;
  }
  .tab_line_wrap_v2 ul li.on {
    border: 2px solid #83726c;
    border-bottom: none;
  }
  .tab_line_wrap_v2 ul li.on a {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }

  .tab_line_wrap_v3 {
    margin-top: 15px;
    position: relative;
    z-index: 1;
  }
  .tab_line_wrap_v3 ul {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
  }
  .tab_line_wrap_v3 ul li {
    display: table-cell;
    width: 16.30435%;
    padding: 17px 17px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #83726c;
    border-left: none;
    background-color: #fff;
  }
  .tab_line_wrap_v3 ul li a {
    display: block;
    height: 100%;
    color: #a1a2a3;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.83333rem;
    color: #555;
    text-align: center;
  }
  .tab_line_wrap_v3 ul li:first-child {
    border-left: 1px solid #ddd;
  }
  .tab_line_wrap_v3 ul li.on {
    border: 2px solid #83726c;
    border-bottom: none;
  }
  .tab_line_wrap_v3 ul li.on a {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }

  /* only_mobile_tab */
  .only_mobile_tab {
    display: none;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : icon(이미지)
    * @moduleName : _icon
    * @comment    : 블렛 및 게시판(파일,다운로드,찾기 기타 의미가 없는 아이콘)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* bul_arrow_type : 화살표 */
.bul_arrow_type1 li {
  padding-left: 20px;
  margin-bottom: 7px;
  background: url("/portal/common/kor/img/common/bul_chk_arrow.gif") no-repeat 0 0.5em;
}
/* @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .bul_arrow_type1 li {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x1.5.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .bul_arrow_type1 li {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x2.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .bul_arrow_type1 li {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x3.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
} */

.bul_arrow_type2 > dt {
  padding-left: 20px;
  margin-bottom: 7px;
  background: url("/portal/common/kor/img/common/bul_chk_arrow.gif") no-repeat 0 0.5em;
}
/* @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .bul_arrow_type2 > dt {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x1.5.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .bul_arrow_type2 > dt {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x2.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .bul_arrow_type2 > dt {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_x3.gif") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
} */
.bul_arrow_type2 > dd {
  padding-left: 20px;
  margin: 10px;
}
.bul_arrow_type2 > dd p {
  margin-bottom: 10px;
}
.bul_arrow_type2 > dd p:last-child {
  margin-bottom: 0;
}
.bul_arrow_type2 > dd ul li {
  padding-bottom: 2px;
}

.bul_arrow_type3 {
  padding-left: 20px;
  background: url("/portal/common/kor/img/common/bul_chk_arrow_v2.png") no-repeat 0 0.5em;
}
.bul_arrow_type4 > dd {
  margin:10px;
}
.bul_arrow_type4 > dt {
  padding-left: 20px;
  margin-bottom: 7px;
  background: url(/portal/common/kor/img/common/bul_chk_arrow.gif) no-repeat 0 0.5em;
}
/* @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .bul_arrow_type3 {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_v2_x1.5.png") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .bul_arrow_type3 {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_v2_x2.png") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .bul_arrow_type3 {
    background: url("/portal/common/kor/img/common/bul_chk_arrow_v2_x3.png") no-repeat 0 0.5em;
    -webkit-background-size: 12px 9px;
  }
} */

/* bul_trg_type1 : 삼각형 */
.bul_trg_type1 {
  padding-left: 10px;
  background: url("/portal/common/kor/img/common/icon_h3.gif.gif") no-repeat top left;
}

/* bul_arc_type1 : 원 */
.bul_arc_type1 {
  padding-left: 10px;
  background: url("/portal/common/kor/img/common/test.gif") no-repeat top left;
}

/* bul_rtg_type1 : 사각형 */
.bul_rtg_type1 {
  padding-left: 10px;
  background: url("/portal/common/kor/img/common/test.gif") no-repeat top left;
}

/* bul_file_type1 : 파일) */
.bul_file_type1 {
  padding-left: 10px;
  background: url("/portal/common/kor/img/common/test.gif") no-repeat top left;
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : icon(pseudo)
    * @moduleName : _icon
    * @comment    : 블렛(parameter) : $bul_sudo_rtg_type, $pdLeft, $posTop, $size, $color
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
	.table_hoz_type4_v3.type1 { overflow-x: scroll; }
  /* bul_sudo_rtg */
  .bul_sudo_rtg_type1 > li {
    position: relative;
    padding: 0 9px 8px;
  }
  .bul_sudo_rtg_type1 > li p + .table_hoz_type1 {
    margin: 5px 0 20px 0;
  }
  .bul_sudo_rtg_type1 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type1 > li:last-child {
    padding-bottom: 0;
  }

  .bul_sudo_rtg_type2 > dt {
    position: relative;
    padding: 0 9px 6px;
  }
  .bul_sudo_rtg_type2 > dt::before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }

  .bul_sudo_rtg_type3 {
    padding-bottom: 10px;
  }
  .bul_sudo_rtg_type3 > dt {
    position: relative;
    padding-left: 6px;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }
  .bul_sudo_rtg_type3 > dt::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type3 > dd {
    padding-left: 8px;
  }

  .bul_sudo_rtg_type4 {
    margin-bottom: 15px;
  }
  .bul_sudo_rtg_type4 > li {
    position: relative;
    padding: 0 9px 2px;
  }
  .bul_sudo_rtg_type4 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type4 > li:last-child {
    padding-bottom: 0;
  }

  .bul_sudo_rtg_type4 + .qlien_line_box {
    margin-top: -5px;
  }

  /* bul_sudo_line */
  .bul_sudo_line_tyoe1 > li {
    position: relative;
    padding: 0 9px 0;
  }
  .bul_sudo_line_tyoe1 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 4px;
    height: 1px;
    background: #9a8a84;
  }
  .bul_sudo_line_tyoe1 > li:last-child {
    padding-bottom: 0;
  }

  /* bul_singl_important */
  .bul_singl_important {
    position: relative;
    padding-left: 17px;
  }
  .bul_singl_important::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 4px;
    height: 1px;
  }
  .bul_singl_important em {
    color: #d53800;
  }

  .bul_singl_important_v2 {
    position: relative;
    padding-left: 17px;
    margin-left: 20px;
  }
  .bul_singl_important_v2::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 4px;
    height: 1px;
  }

  .bul_singl_important_v3 {
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .bul_singl_important_v3::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "*";
    width: 4px;
    height: 1px;
    color: #d53800;
  }
  .bul_singl_important_v3 dt {
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #d53800;
  }
  .bul_singl_important_v3 dd {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .bul_singl_important_v3:last-child {
    margin-bottom: 0;
  }
  /* 20170822 추가 */
  .bul_singl_important_v3 .file_list {
    overflow: hidden;
  }
  .bul_singl_important_v3 .file_list ul {
    padding-top: 10px;
  }
  .bul_singl_important_v3 .file_list ul li {
    padding: 5px 0 5px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
  /* //20170822 추가 */
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* bul_sudo_rtg */
  .bul_sudo_rtg_type1 > li {
    position: relative;
    padding: 0 9px 8px;
  }
  .bul_sudo_rtg_type1 > li p + .table_hoz_type1 {
    margin: 5px 0 20px 0;
  }
  .bul_sudo_rtg_type1 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type1 > li:last-child {
    padding-bottom: 0;
  }

  .bul_sudo_rtg_type2 > dt {
    position: relative;
    padding: 0 9px 6px;
  }
  .bul_sudo_rtg_type2 > dt::before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type2 > dd > figure {
    margin: 15px 0 20px 0;
  }
  .bul_sudo_rtg_type2 > dd > figure img {
    max-width: 100%;
  }

  .bul_sudo_rtg_type3 {
    padding: 0 10px 5px 0;
    margin-left: 15px;
  }
  .bul_sudo_rtg_type3 > dt {
    position: relative;
    padding-left: 6px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.91667rem;
    color: #333;
  }
  .bul_sudo_rtg_type3 > dt::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type3 > dd {
    padding-left: 8px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.91667rem;
    color: #333;
  }
  .bul_sudo_rtg_type3 > dd table {
    margin-bottom: 10px;
  }
  .bul_sudo_rtg_type3 > dd img {
    max-width: 100%;
  }

  .bul_sudo_rtg_type4 {
    margin-left: 20px;
  }
  .bul_sudo_rtg_type4 > li {
    position: relative;
    padding: 0 9px 8px;
  }
  .bul_sudo_rtg_type4 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background: #9a8a84;
  }
  .bul_sudo_rtg_type4 > li:last-child {
    padding-bottom: 0;
  }

  .bul_sudo_rtg_type4 + .qlien_line_box {
    margin-top: 20px;
  }

  /* bul_sudo_line */
  .bul_sudo_line_tyoe1 > li {
    position: relative;
    padding: 0 9px 0;
  }
  .bul_sudo_line_tyoe1 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 4px;
    height: 1px;
    background: #9a8a84;
  }

  .bul_sudo_line_type2 {
    margin-left: 20px;
  }
  .bul_sudo_line_type2 > li {
    position: relative;
    padding: 0 9px 0;
  }
  .bul_sudo_line_type2 > li::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 4px;
    height: 1px;
    background: #9a8a84;
  }

  /* bul_singl_important */
  .bul_singl_important:only-of-type {
    position: relative;
    padding-left: 17px;
  }
  .bul_singl_important:only-of-type::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 4px;
    height: 1px;
  }
  .bul_singl_important:only-of-type em {
    color: #d53800;
  }

  .bul_singl_important {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
  }
  .bul_singl_important::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 4px;
    height: 1px;
  }
  .bul_singl_important em {
    color: #d53800;
  }

  .bul_singl_important:last-of-type {
    margin-bottom: 0;
  }

  .bul_singl_important_v2 {
    position: relative;
    padding-left: 17px;
    margin-left: 20px;
  }
  .bul_singl_important_v2::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    width: 4px;
    height: 1px;
  }

  .bul_singl_important_v3 {
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .bul_singl_important_v3::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "*";
    width: 4px;
    height: 1px;
    color: #d53800;
  }
  .bul_singl_important_v3 dt {
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #d53800;
  }
  .bul_singl_important_v3 dd {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    color: #333;
  }

  .bul_singl_important_v3:last-child {
    margin-bottom: 0;
  }
  /* 20170822 추가 */
  .bul_singl_important_v3 .file_list {
    overflow: hidden;
  }
  .bul_singl_important_v3 .file_list ul {
    padding-top: 10px;
  }
  .bul_singl_important_v3 .file_list ul li {
    padding: 7px 0 7px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
  .bul_singl_important_v3 .file_list ul li a:hover {
    text-decoration: underline;
  }
  /* //20170822 추가 */
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : bul_icon
    * @moduleName : bul_icon
    * @comment    :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
@media (min-width: 120px) and (max-width: 1099px) {
  .bul_warning {
    display: inline-block;
    background: url("/portal/common/kor/img/common/icon_warning.gif") no-repeat 0 0.2em;
    padding-left: 20px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x1.5.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x2.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x3.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
} */

@media (min-width: 1099px) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning.gif") no-repeat 0 0.2em;
    padding-left: 20px;
  }
}
/* @media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x1.5.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x2.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 3) {
  .bul_warning {
    background: url("/portal/common/kor/img/common/icon_warning_x3.gif") no-repeat 0 0.2em;
    -webkit-background-size: 14px 14px;
  }
} */

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : icon_text
    * @moduleName : _icon
    * @comment    :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* 신청 */
  .icon_text_application {
    border: 1px solid #d53800;
    display: inline-block;
    padding: 2px 8px 4px 8px !important;
    margin-top: -3px;
    text-align: center;
    color: #d53800;
  }

  /* 완료 */
  .icon_text_completion {
    border: 1px solid #d53800;
    display: inline-block;
    padding: 2px 8px 4px 8px !important;
    margin-top: -3px;
    text-align: center;
    color: #d53800;
  }

  /* 지역 아이콘 */
  .icon_zone_warp {
    margin-bottom: 8px;
  }

  .icon_zone {
    display: block;
    width: 90px;
    padding: 4px;
    margin-right: 10px;
    text-align: center;
    border-radius: 3px;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.33333rem;
    color: #fff;
    background-color: #916a5e;
  }

  /* 질문접수 */
  .icon_text_question {
    display: inline-block;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.16667rem;
    color: #d53800;
    border: 1px solid #d53800;
    padding: 5px;
  }

  /* 답변완료 */
  .icon_text_reply {
    display: inline-block;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.16667rem;
    color: #d53800;
    border: 1px solid #d53800;
    padding: 5px;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* 신청 */
  .icon_text_application {
    border: 1px solid #d53800;
    display: inline-block;
    padding: 5px 15px;
    margin-left: 10px;
    margin-top: -5px;
    text-align: center;
    width: 60px;
    color: #d53800;
  }

  /* 완료 */
  .icon_text_completion {
    border: 1px solid #d53800;
    display: inline-block;
    padding: 5px 15px;
    margin-left: 10px;
    margin-top: -5px;
    text-align: center;
    width: 60px;
    color: #d53800;
  }

  /* 지역 아이콘 */
  .icon_zone_warp {
    margin-bottom: 10px;
  }

  .icon_zone {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.33333rem;
    color: #fff;
    background-color: #916a5e;
  }

  /* 질문접수 */
  .icon_text_question {
    display: inline-block;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #d53800;
    border: 1px solid #d53800;
    padding: 5px;
  }

  /* 답변완료 */
  .icon_text_reply {
    display: inline-block;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #d53800;
    border: 1px solid #d53800;
    padding: 5px;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : search
    * @moduleName : _search
    * @comment    : 검색영역
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .search_wrap {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f4f4f4;
  }
  .search_wrap label {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  .search_wrap select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px;
  }
  .search_wrap input[type="text"] {
    display: block;
    width: 100%;
    height: 36px;
    margin: 5px 0;
    text-indent: 10px;
    color: #595959;
  }
  .search_wrap input[type="text"]::placeholder {
  	color: #595959;
  }
  .search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .btn_search_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .btn_search_wrap button {
    display: block;
    width: 100%;
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-family: "ng-bold";
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .search_wrap_v2 {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(1) {
    margin-bottom: 10px;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(1) dd select {
    width: 100%;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd {
    font-size: 0;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd select {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd select:nth-of-type(1) {
    width: 46.15385%;
    margin-right: 1.92308%;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd select:nth-of-type(2) {
    width: 51.92308%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) {
    margin-bottom: 10px;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd {
    font-size: 0;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd select {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd select:nth-of-type(1) {
    width: 46.15385%;
    margin-right: 1.92308%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd select:nth-of-type(2) {
    width: 51.92308%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd {
    padding-left: 0;
    font-size: 0;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd select {
    width: 30.76923%;
    margin-right: 1.92308%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd input[type="text"] {
    width: 67.30769%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd select,
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd input[type="text"] {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd select::placeholder,
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd input[type="text"]::placeholder {
    color: #595959;
  
  }
  .search_wrap_v2 .field_list {
    position: relative;
  }
  .search_wrap_v2 .field_list:after {
    content: '';
    display: block;
    clear: both;
  }
  .search_wrap_v2 .field_list dt {
  	float:left;
    width: 64px;
    min-height: 36px;
    padding-top: 10px;
  }
  .search_wrap_v2 .field_list dt label {
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_list dd {
    float:left;
    width:calc(100% - 64px);
  }
  .search_wrap_v2 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v2 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v2 .btn_search_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v2 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .search_wrap_v3 {
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }
  .search_wrap_v3 .field_group {
    padding: 0 3.125%;
  }
  .search_wrap_v3 .field_list {
    overflow: hidden;
  }
  .search_wrap_v3 .field_list dt {
    float: left;
    text-align: right;
  }
  .search_wrap_v3 .field_list dd {
    float: left;
  }
  .search_wrap_v3 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v3 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v3 .field_list button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .search_wrap_v3 .field_list .sch_select {
    width: 100%;
  }
  .search_wrap_v3 .field_list .sch_select_v2 {
    width: 34.48276%;
  }
  .search_wrap_v3 .field_list .text_field {
    width: 59.05172%;
  }
  .search_wrap_v3 .field_list:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .search_wrap_v3 .field_list:nth-child(1) dt {
    padding: 10px 10px 0 0;
    text-align: left;
    max-width: 35px;
  }
  .search_wrap_v3 .field_list:nth-child(1) dd:nth-child(2) {
    width: 56.25%;
    margin-right: 10px;
  }
  .search_wrap_v3 .field_list:nth-child(1) dd:nth-child(3) {
    width: 18.75%;
  }
  .search_wrap_v3 .field_list:nth-child(2) {
    width: 100%;
  }
  .search_wrap_v3 .field_list:nth-child(2) dt {
    text-align: left;
    max-width: 35px;
  }
  .search_wrap_v3 .field_list:nth-child(2) dd:nth-child(2) {
    width: 60.9375%;
  }
  .search_wrap_v3 .field_list:nth-child(2) dd:nth-child(3) {
    width: 18.75%;
  }
  .search_wrap_v3 .btn_search_wrap {
    margin: 15px 30px 0 30px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v3 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .search_wrap_v4 {
    padding: 20px;
    margin: 0 auto 30px auto;
    background-color: #f4f4f4;
  }
  .search_wrap_v4 .field_group {
    overflow: hidden;
  }
  .search_wrap_v4 .field_list {
    display: block;
  }
  .search_wrap_v4 .field_list select {
    height: 36px;
    padding: 6px;
    width: 100%;
  }
  .search_wrap_v4 .field_list input[type="text"] {
    display: block;
    height: 36px;
    text-indent: 10px;
    width: 100%;
  }
  .search_wrap_v4 .field_list label {
    display: block;
    padding-right: 10px;
    width: 80px;
    text-align: right;
    word-break: break-all;
  }
  .search_wrap_v4 .field_list:nth-child(2) {
    margin-top: 10px;
    overflow: hidden;
  }
  .search_wrap_v4 .field_list:nth-child(2) label {
    float: left;
    text-align: left;
    padding: 7px 0;
    width: 24.19355%;
  }
  .search_wrap_v4 .field_list:nth-child(2) input[type="text"] {
    float: left;
    width: 75.40323%;
  }
  .search_wrap_v4 .btn_search_wrap {
    margin: 15px 0px 0 0px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v4 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .search_wrap_v5 {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) {
    margin-bottom: 10px;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd {
    font-size: 0;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd select {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd select:nth-of-type(1) {
    width: 46.15385%;
    margin-right: 1.92308%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd select:nth-of-type(2) {
    width: 51.92308%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd {
    padding-left: 0;
    font-size: 0;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd select {
    width: 30.76923%;
    margin-right: 1.92308%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd input[type="text"] {
    width: 67.30769%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd select,
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd input[type="text"],
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd input[type="text"]::placeholder {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v5 .field_list {
    position: relative;
  }
  .search_wrap_v5 .field_list dt {
    width: 64px;
    min-height: 36px;
    padding-top: 10px;
  }
  .search_wrap_v5 .field_list dt label {
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v5 .field_list dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 64px;
  }
  .search_wrap_v5 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v5 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v5 .btn_search_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v5 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .list_top {
    margin-bottom: 10px;
  }
  .list_top span {
    color: #d53800;
  }

  /* 전체 검색창 */
  .search_global_wrap {
    display: none;
  }

  .search_global_mobile_wrap {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .search_global_mobile_wrap .search_global_inside {
    max-width: 1178px;
    margin: 0 auto;
  }
  .search_global_mobile_wrap .search_global_inside .search_body {
    position: relative; /* 20170919 추가 */
    clear: both;
    padding: 20px;
    background: #fff;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .search_field {
    position: relative;
    /* border: 4px solid #fb7647; */ /* 20170928 수정 */
    margin-bottom: 15px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .search_field input[type="text"] {
    width: 100%;
    height: 62px;
    padding: 0 65px 0 20px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #222;
    border-radius: 10px;
    border: 1px solid #ea6425;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .search_field .btn_submit_search {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    border: none;
    background: url(/portal/common/kor/img/common/icon_search_in.png) no-repeat 50% 50%;
    background-size: 27px;
  }
  /* 20170919 추가 */
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap {
    position: absolute;
    top: 63px;
    left: 0;
    z-index: 320;
    width: 100%;
    padding: 0 5%;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete {
    /*padding: 10px;*/ /* 20170619 수정 */
    border: 1px solid #fc632c;
    background-color: #fff;
    width: 100%;
  }
  /* 20170619 추가 */
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list {
    padding: 10px 0;
    overflow: hidden;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li.on {
    background: #f9f5f2;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li a {
    display: block;
    padding: 5px 17px 8px 17px;
    letter-spacing: -0.0415rem;
    line-height: 1.167rem;
    font-size: 1.167rem;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list .emphasize {
    font-weight: bold;
    color: #d53800;
  }
  /* //20170919 추가 */
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .search_global_mobile_wrap .search_global_inside .search_body .search_field .btn_submit_search {
    background: #fb7647 url("/portal/common/kor/img/common/icon_search_in_x1.5.gif") no-repeat 50% 50%;
    -webkit-background-size: 19px 19px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .search_global_mobile_wrap .search_global_inside .search_body .search_field .btn_submit_search {
    background: #fb7647 url("/portal/common/kor/img/common/icon_search_in_x2.gif") no-repeat 50% 50%;
    -webkit-background-size: 19px 19px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .search_global_mobile_wrap .search_global_inside .search_body .search_field .btn_submit_search {
    background: #fb7647 url("/portal/common/kor/img/common/icon_search_in_x3.gif") no-repeat 50% 50%;
    -webkit-background-size: 19px 19px;
  }
} */
@media (min-width: 120px) and () {
  .search_global_mobile_wrap .search_global_inside .search_body .best_search {
    position: relative;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 24px;
    padding: 4px 8px;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    background: url("/portal/common/kor/img/common/bg_best_search.gif") no-repeat 0 0;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dt {
    background: url("/portal/common/kor/img/common/bg_best_search_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 82px 24px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dt {
    background: url("/portal/common/kor/img/common/bg_best_search_x2.gif") no-repeat 0 0;
    -webkit-background-size: 82px 24px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dt {
    background: url("/portal/common/kor/img/common/bg_best_search_x3.gif") no-repeat 0 0;
    -webkit-background-size: 82px 24px;
  }
} */
@media (min-width: 120px) and (max-width: 1099px) {
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dd {
    padding-top: 15px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dd ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: -3px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dd ul li a {
    display: inline-block;
    padding: 8px 12px;
    font-family: "ng-bold";
    font-size: 16px;
    text-align: center;
    line-height: 1.66667rem;
    color: #666;
    background: #f2f3f5;
    border-radius: 6px;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  .search_wrap {
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f4f4f4;
  }
  .search_wrap select {
    display: inline-block;
    min-width: 118px;
    height: 36px;
    margin: 0 5px;
    padding: 6px;
  }
  .search_wrap input[type="text"] {
    display: inline-block;
    min-width: 298px;
    height: 36px;
    text-indent: 10px;
  	color: #595959;
  }
  .search_wrap input[type="text"]::placeholder {
  	color: #595959;
  }
  .search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin: 0 5px;
    background: #615455;
  }
  .search_wrap button:focus{
    outline: 2px solid #ffa700;
  }
  .search_wrap label {
    margin-right: 12px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }

  .search_wrap_v2 {
    padding: 20px 7.6087%;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }
  .search_wrap_v2 .field_group {
    overflow: hidden;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(1) dd select {
    width: 100%;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd select {
    width: 48.27586%;
  }
  .search_wrap_v2 .field_group:nth-of-type(1) .field_list:nth-child(2) dd select:nth-child(1) {
    margin-right: 1.72414%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd select {
    width: 48.27586%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(1) dd select:nth-child(1) {
    margin-right: 1.72414%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd select {
    width: 31.03448%;
    margin-right: 1.72414%;
  }
  .search_wrap_v2 .field_group:nth-of-type(2) .field_list:nth-child(2) dd input[type="text"] {
    width: 64.51724%;
  }
  .search_wrap_v2 .field_list {
    float: left;
    overflow: hidden;
    width: 50%;
  }
  .search_wrap_v2 .field_list dt {
    float: left;
    padding-top: 10px;
    width: 15.38462%;
    margin-right: 2.5641%;
    text-align: right;
  }
  .search_wrap_v2 .field_list dt label {
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v2 .field_list dd {
    float: left;
    width: 74.35897%;
  }
  .search_wrap_v2 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v2 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v2 .btn_search_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v2 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .search_wrap_v2 .btn_search_wrap button:focus{
    outline: 2px solid #ffa700;
  }
  .search_wrap_v3 {
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }
  .search_wrap_v3 .field_group {
    overflow: hidden;
    padding: 0 5.43478%;
  }
  .search_wrap_v3 .field_list {
    float: left;
  }
  .search_wrap_v3 .field_list dt {
    float: left;
    text-align: right;
  }
  .search_wrap_v3 .field_list dd {
    float: left;
  }
  .search_wrap_v3 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v3 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v3 .field_list button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .search_wrap_v3 .field_list .sch_select {
    width: 100%;
  }
  .search_wrap_v3 .field_list .sch_select_v2 {
    margin-right: 10px;
    width: 27.02703%;
  }
  .search_wrap_v3 .field_list .text_field {
    width: 67.56757%;
  }
  .search_wrap_v3 .field_list:nth-child(1) {
    width: 46.95652%;
  }
  .search_wrap_v3 .field_list:nth-child(1) dt {
    padding-top: 10px;
    text-align: left;
    width: 9.1623%;
  }
  .search_wrap_v3 .field_list:nth-child(1) dd:nth-child(2) {
    width: 47.12042%;
    margin-right: 10px;
  }
  .search_wrap_v3 .field_list:nth-child(1) dd:nth-child(3) {
    width: 15.44503%;
  }
  .search_wrap_v3 .field_list:nth-child(2) {
    width: 47.6087%;
  }
  .search_wrap_v3 .field_list:nth-child(2) dd:nth-child(2) {
    width: 79.90868%;
    margin-right: 10px;
  }
  .search_wrap_v3 .field_list:nth-child(2) dd:nth-child(3) {
    width: 13.69863%;
  }
  .search_wrap_v3 .btn_search_wrap {
    margin: 15px 30px 0 30px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v3 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .search_wrap_v4 {
    padding: 20px 50px;
    margin: 0 auto 30px auto;
    background-color: #f4f4f4;
  }
  .search_wrap_v4 .field_group {
    overflow: hidden;
    padding: 0 5.72082%;
  }
  .search_wrap_v4 .field_list {
    display: table;
    float: left;
    width: 50%;
  }
  .search_wrap_v4 .field_list select {
    height: 36px;
    padding: 6px;
    width: 71.97943%;
  }
  .search_wrap_v4 .field_list input[type="text"] {
    display: table-cell;
    height: 36px;
    text-indent: 10px;
    width: 100%;
  }
  .search_wrap_v4 .field_list label {
    padding-right: 10px;
    width: 80px;
    text-align: right;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
  }
  .search_wrap_v4 .btn_search_wrap {
    margin: 15px 0px 0 0px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v4 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }
  .search_wrap_v4 .btn_search_wrap button:focus{
    outline: 2px solid #ffa700;
  }
  .search_wrap_v5 {
    padding: 20px 7.6087%;
    margin-bottom: 30px;
    background-color: #f4f4f4;
  }
  .search_wrap_v5 .field_group {
    overflow: hidden;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd select {
    width: 48.27586%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(1) dd select:nth-child(1) {
    margin-right: 1.72414%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dt {
    width: 0;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd {
    width: 95%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd select {
    width: 31.03448%;
    margin-right: 1.72414%;
  }
  .search_wrap_v5 .field_group .field_list:nth-child(2) dd input[type="text"] {
    width: 64.51724%;
  }
  .search_wrap_v5 .field_list {
    float: left;
    overflow: hidden;
    width: 50%;
  }
  .search_wrap_v5 .field_list dt {
    float: left;
    padding-top: 10px;
    width: 15.38462%;
    margin-right: 2.5641%;
    text-align: right;
  }
  .search_wrap_v5 .field_list dt label {
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #595959;
  }
  .search_wrap_v5 .field_list dd {
    float: left;
    width: 74.35897%;
  }
  .search_wrap_v5 .field_list select {
    display: inline-block;
    height: 36px;
    padding: 6px;
  }
  .search_wrap_v5 .field_list input[type="text"] {
    display: inline-block;
    height: 36px;
    text-indent: 10px;
  }
  .search_wrap_v5 .btn_search_wrap {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #9a8a84;
    text-align: center;
  }
  .search_wrap_v5 .btn_search_wrap button {
    border: 1px solid #62544e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #f0f0f0;
    padding: 10px 85px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #615455;
  }

  .list_top {
    margin-bottom: 10px;
  }
  .list_top span {
    color: #d53800;
  }

  /* 전체 검색창 */
  .search_global_mobile_wrap {
    display: none;
  }

  .search_global_wrap {
    display: none;
    position: absolute;
    top: 160px;
    width: 100%;
    height: 270px;
    padding: 0 10px;
  }
  .search_global_wrap .search_global_inside {
    max-width: 1200px;
    margin: 0 auto;
  }
  .search_global_wrap .search_global_inside .search_body {
    position: relative; /* 20170919 추가 */
    clear: both;
    padding: 55px 22.54237%;
    background: #f0f0f0;
  }
  .search_global_wrap .search_global_inside .search_body .search_field {
    position: relative;
    /* border: 4px solid #fb7647; */ /* 20170928 수정 */
    margin-bottom: 15px;
  }
  .search_global_wrap .search_global_inside .search_body .search_field input[type="text"] {
    border: none;
    width: 100%;
    height: 63px; /* 20170928 수정 */
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222;
    text-indent: 20px;
    border: 4px solid #fb7647; /* 20170928 수정 */
  }
  .search_global_wrap .search_global_inside .search_body .search_field .btn_submit_search {
    position: absolute;
    top: 4px; /* 20170928 수정 */
    right: 4px; /* 20170928 수정 */
    width: 60px;
    height: 55px;
    border: none;
    background: #fb7647 url("/portal/common/kor/img/common/icon_search_in.gif") no-repeat 50% 50%;
  }
  /* 20170919 추가 */
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap {
    position: absolute;
    top: 118px;
    left: 0;
    z-index: 320;
    width: 100%;
    padding: 0 100px;
  }
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete {
    /*padding: 10px;*/ /* 20170619 수정 */
    border: 1px solid #fc632c;
    background-color: #fff;
    width: 66.16704%;
    margin-left: 16.93898%;
  }
  /* 20170619 추가 */
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list {
    padding: 10px 0;
    overflow: hidden;
  }
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li.on {
    background: #f9f5f2;
  }
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list li a {
    display: block;
    padding: 5px 17px 8px 17px;
    letter-spacing: -0.0415rem;
    line-height: 1.167rem;
    font-size: 1.167rem;
  }
  .search_global_wrap .search_global_inside .search_body .auto_complete_wrap .auto_complete .auto_list .emphasize {
    font-weight: bold;
    color: #d53800;
  }
  /* //20170919 추가 */
  .search_global_wrap .search_global_inside .search_body .best_search {
    position: relative;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 24px;
    padding: 4px 8px;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.16667rem;
    color: #fff;
    background: url("/portal/common/kor/img/common/bg_best_search.gif") no-repeat top left;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd {
    padding-top: 5px;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd ul {
    overflow: hidden;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd ul li {
    float: left;
    padding: 0 13px;
    margin-bottom: 10px;
    border-right: 1px solid #a3a3a3;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd ul li a {
    text-align: center;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #333;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd ul li:first-child {
    text-indent: 89px;
    padding-left: 0;
  }
  .search_global_wrap .search_global_inside .search_body .best_search dd ul li:last-child {
    border: none;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : totalmenu
    * @moduleName : _totalmenu
    * @comment    : 전체메뉴
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
/* .total_mobile_menu_wrap {display:none;}
@media (min-width: 120px) and (max-width: 1099px) {
  pc
  .total_menu_wrap {
    display: none;
  }

  mobile
  .total_mobile_menu_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #fff;
  }
  .total_mobile_menu_wrap .total_menu_inside {
    max-width: 1178px;
    margin: 0 auto;
    height: 100%;
  }
  .total_mobile_menu_wrap .total_menu_inside > section {
    height: 100%;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header {
    position: relative;
    padding: 14px 20px;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: -500em;
    width: 43px;
    height: 43px;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu::after {
    position: absolute;
    top: 20px;
    left: 10px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #444;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu::before {
    position: absolute;
    top: 20px;
    left: 10px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #444;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu::after, .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu::before {
    transition: all 0.3s ease-out 0s;
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu:hover::after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .total_mobile_menu_wrap .total_menu_inside .cate_header .btn_mobile_close_menu:hover::before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .total_mobile_menu_wrap .total_menu_inside .btn_lan {
    display: block;
    position: relative;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #666;
    padding: 20px 35px 20px 50px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 10px solid #f0f0f0;
    background: #fff;
  }
  .total_mobile_menu_wrap .total_menu_inside .btn_lan::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url("/portal/common/kor/img/common/icon_lan_mobile.png") no-repeat top left / 100%;
  }
  .total_menu_inside .m_menu_list{
    position: static;
    height: 100%;
    padding: 0;
  }
  .total_menu_inside .m_menu_list .depth1{
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    text-align: left;
    position: absolute;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list{
    float: left;
    width: 100%;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.n1 > a{
    background-image: url("/portal/common/kor/img/common/menu_list_icon01.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 20px center;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.n2 > a{
    background-image: url("/portal/common/kor/img/common/menu_list_icon02.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 20px center;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.n3 > a{
    background-image: url("/portal/common/kor/img/common/menu_list_icon03.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 20px center;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.n4 > a{
    background-image: url("/portal/common/kor/img/common/menu_list_icon05.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 20px center;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.n5 > a{
    background-image: url("/portal/common/kor/img/common/menu_list_icon04.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 20px center;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on.n1 > a{
    background-image: url("/portal/common/kor/img/common/on_menu_list_icon01.png");
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on.n2 > a{
    background-image: url("/portal/common/kor/img/common/on_menu_list_icon02.png");
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on.n3 > a{
    background-image: url("/portal/common/kor/img/common/on_menu_list_icon03.png");
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on.n4 > a{
    background-image: url("/portal/common/kor/img/common/on_menu_list_icon05.png");
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on.n5 > a{
    background-image: url("/portal/common/kor/img/common/on_menu_list_icon04.png");
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list .depth1_tit{
    display: block;
    width: 220px;
    padding: 25px 20px 25px 50px;
    font-size: 15px;
    font-family: "ng-bold";
    color: #666;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth1_tit{
    background-color: #fff;
    font-family: 'ng';
    font-weight: 600;
    color: #ea6425;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2{
    display: none;
    overflow-x: hidden;
    position: absolute;
    top: 0px;
    left: 220px;
    right: 0;
    bottom: 0;
    height: 100%;
    margin: 0 0 15px;
    padding: 0 20px;
    background: #fff;
    border-right: 1px solid #ddd;
    z-index: 1;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2{
    display: block;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth2_list:first-child{
    border-top: none;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth2_list .depth2_tit{
    display: block;
    position: relative;
    padding: 24px 15px;
    font-size: 15px;
    color: #222;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2 .depth2_list.active .depth2_tit{
    font-family: 'ng-bold';
    color: #ea6425;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2 .depth2_list.active.depth3_on .depth2_tit:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 11px;
    transform: translateY(-50%);
    background: url(/portal/common/kor/img/common/menu_list_arrow_on.png) no-repeat 100% / 100%;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list .depth2 .depth2_list.depth3_on .depth2_tit:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 11px;
    transform: translateY(-50%);
    background: url(/portal/common/kor/img/common/menu_list_arrow_off.png) no-repeat 100% / 100%;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3{
    display: none;
    padding: 10px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2 .depth2_list .depth3{
    display: none;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2 .depth2_list.active .depth3{
    display: block;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3 .depth3_list{
    position: relative;
    padding: 10px 0px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3 .depth3_list .depth3_tit{
    display: block;
    position: relative;
    padding: 0 10px;
    color: #888;
    font-family: 'ng-bold';
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3 .depth3_list .depth3_tit:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #888;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .btn_lan::before {
    background: url("/portal/common/kor/img/common/icon_lan_mobile_x1.5.gif") no-repeat top left;
    -webkit-background-size: 19px 19px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .btn_lan::before {
    background: url("/portal/common/kor/img/common/icon_lan_mobile_x2.gif") no-repeat top left;
    -webkit-background-size: 19px 19px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .btn_lan::before {
    background: url("/portal/common/kor/img/common/icon_lan_mobile_x3.gif") no-repeat top left;
    -webkit-background-size: 19px 19px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .btn_lan::after {
    display: block;
    position: absolute;
    top: 16px;
    right: 18px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list {
    height: 100%;
    padding-bottom: 128px;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .totalscroll_wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu {
    border-bottom: 1px solid #9a8a84;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dt {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 15px 12px 50px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    background-size: 25px 150px;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(1) dt::before {
    width: 17px;
    height: 18px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 0;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(1) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(1) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 0;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(1) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 0;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(2) dt::before {
    width: 17px;
    height: 15px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 -25px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(2) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 -25px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(2) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 -25px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(2) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 -25px;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(3) dt::before {
    width: 17px;
    height: 15px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 -50px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(3) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 -50px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(3) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 -50px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(3) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 -50px;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(4) dt::before {
    width: 19px;
    height: 15px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 -75px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(4) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 -75px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(4) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 -75px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(4) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 -75px;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(5) dt::before {
    width: 18px;
    height: 15px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 -100px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(5) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 -100px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(5) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 -100px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(5) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 -100px;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(6) dt::before {
    width: 18px;
    height: 17px;
    background: url("/portal/common/kor/img/common/icon_mobile_menu.gif") no-repeat 0 -125px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(6) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x1.5.gif") no-repeat 0 -125px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(6) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x2.gif") no-repeat 0 -125px;
    -webkit-background-size: 25px 150px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:nth-child(6) dt::before {
    background: url("/portal/common/kor/img/common/icon_mobile_menu_x3.gif") no-repeat 0 -125px;
    -webkit-background-size: 25px 150px;
  }
}
@media (min-width: 120px) and (max-width: 1099px) {
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.33333rem;
    color: #666;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd > a {
    display: block;
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: -1px;
    padding: 12px 43px 12px 45px;
    background: #f4f4f4;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd > a::before {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 32px;
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd > a:only-child::after {
    display: none;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd > a::after {
    display: block;
    position: absolute;
    top: 16px;
    right: 18px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #726863;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd > .on::after {
    display: block;
    position: absolute;
    top: 16px;
    right: 18px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #f15d28;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd .depth3 {
    display: none;
    padding: 3px 0 5px 0px;
    background: #fff8ed;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd .depth3 li a {
    display: block;
    position: relative;
    padding: 7px 45px 7px 53px;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd .depth3 li a::before {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 45px;
    content: "";
    width: 4px;
    height: 1px;
    background: #666;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd:last-child > a {
    border-bottom: none;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu dd:last-child > .depth3 {
    border-top: 1px solid #dcdcdc;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:last-child {
    border-bottom: none;
  }
  .total_mobile_menu_wrap .total_menu_inside .total_menu_list .total_menu:last-child dd:last-child a {
    border-bottom: 1px solid #dcdcdc;
  }
}
desktop And desktopWide
@media (min-width: 1000px) {
  pc
  .total_menu_wrap {
    display: none;
    position: absolute;
    top: 160px;
    width: 100%;
    height: 270px;
    padding: 0 11px;
    z-index: 1;
  }
  .total_menu_wrap .total_menu_inside {
    word-break: break-all;
    max-width: 1200px;
    margin: 0 auto;
  }
  .total_menu_wrap .total_menu_inside .cate_header .title_categori {
    display: none;
  }
  .total_menu_wrap .total_menu_inside .btn_lan {
    display: none;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list {
    overflow: hidden;
    border: 2px solid #fb7647;
    padding: 35px 20px 60px 20px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background: #fff;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list:first-child {
    padding-left: 0;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu {
    display: table-cell;
    text-align: left;
    width: 14.83051%;
    padding-left: 19px;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu dt {
    font-family: "ng-bold";
    font-size: 1.41667rem;
    line-height: 1.41667rem;
    color: #222;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fb7647;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu dd {
    position: relative;
    padding: 0 0 15px 7px;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu dd a:hover {
    color: #d53800;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu dd a::before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 2px;
    height: 2px;
    background: #9a8a84;
  }
  .total_menu_wrap .total_menu_inside .total_menu_list .total_menu dd .depth3 {
    display: none;
  }
  .total_menu_wrap .total_menu_inside .btn_mobile_close_menu {
    display: none;
  }

  mobile
  .total_mobile_menu_wrap {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #fff;
  }
} */
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : dropdown
    * @moduleName : _dropdown
    * @comment    : 드롭다운 메뉴(자세한 설명은 _dropdown 모듈 참고)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .dropdown_box_wrap .dropdown_box {
    position: relative;
    margin-bottom: 9px;
  }
  .dropdown_box_wrap .dropdown_box:last-child {
    margin-bottom: 0;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo {
    position: relative;
    display: block;
    width: 100%;
    height: 33px;
    cursor: pointer;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo {
    display: block;
    padding: 0 8px;
    line-height: 33px;
    color: #fff;
    background: #404a58;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo:after {
    display: block;
    position: absolute;
    top: 45%;
    right: 17px;
    content: "";
    width: 11px;
    height: 11px;
    margin-top: -7px;
    border: 2px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo.on:after {
    display: block;
    position: absolute;
    top: 55%;
    right: 17px;
    content: "";
    width: 11px;
    height: 11px;
    margin-top: -7px;
    border: 2px solid #fff;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options {
    width: 100%;
    background: #293444;
    display: none;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul {
    padding: 11px 14px;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li a {
    display: block;
    line-height: 30px;
    color: #a1a2a3;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li a:hover, .dropdown_box_wrap .dropdown_box .dropdown_options ul li a:active {
    color: #fff;
    text-decoration: underline;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  .dropdown_box_wrap .dropdown_box {
    position: relative;
    margin-bottom: 9px;
  }
  .dropdown_box_wrap .dropdown_box:last-child {
    margin-bottom: 0;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo {
    position: relative;
    display: none;
    width: 190px;
    height: 33px;
    cursor: pointer;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo {
    display: block;
    padding: 0 8px;
    line-height: 33px;
    color: #fff;
    background: #404a58;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: url("/portal/common/kor/img/common/bg_dropdown_arrow.gif") no-repeat;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_combo .combo.on:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options {
    display: block;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li {
    display: table-cell;
    width: 25%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #83726c;
    border-left: none;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li a {
    display: block;
    height: 100%;
    color: #a1a2a3;
    font-family: "ng";
    font-size: 1.25rem;
    line-height: 1.83333rem;
    color: #555;
    text-align: center;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li:first-child {
    border-left: 1px solid #ddd;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li.on {
    border: 2px solid #83726c;
    border-bottom: none;
  }
  .dropdown_box_wrap .dropdown_box .dropdown_options ul li.on a {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : layerpop
    * @moduleName : _layerpop
    * @comment    : 레이어 팝업 싱글(한 페이지에 한번 호출) : Dimmed 포함
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* sns_공유하기 */
  .sns_share_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.45);
  }
  .sns_share_wrap .sns_share_inside {
    padding: 30px;
    margin: 120px auto 0 auto;
    width: 290px;
    background-color: #fff;
  }
  .sns_share_wrap .sns_share_inside .h1_sns_share {
    padding-bottom: 15px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 1.66667rem;
    color: #000;
    border-bottom: 2px solid #615455;
  }
    /* 20180528 수정 시작 */
  .sns_share_wrap .sns_share_inside .sns_list {
    overflow: hidden;
    padding: 20px 0 15px 0;
  }
  .sns_share_wrap .sns_share_inside .sns_list li {
    float: left;
	margin: 5px 0;
  }
  .sns_share_wrap .sns_share_inside .sns_list li a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 8px;
    background-size: 40px 40px;
    font-size:1px;
    color:transparent;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(1) {
    background: url("/portal/common/kor/img/common/icon_sns_facebook_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(2) {
    background: url("/portal/common/kor/img/common/icon_sns_twitter_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(3) {
    background: url("/portal/common/kor/img/common/icon_sns_blog_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(4) {
    background: url("/portal/common/kor/img/common/icon_sns_band_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(5) {
    background: url("/portal/common/kor/img/common/icon_sns_talk_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(6) {
    background: url("/portal/common/kor/img/common/icon_sns_story_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(7) {
    background: url("/portal/common/kor/img/common/icon_sns_navercafe_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(8) {
    background: url("/portal/common/kor/img/common/icon_sns_line_pc.gif") no-repeat center center;-webkit-background-size: 40px 40px;
  }
 .sns_share_wrap .sns_share_inside .copy_link {
    height: 28px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    line-height: 26px;
    display: flex;
 }
 .sns_share_wrap .sns_share_inside .copy_link span {
    width: auto;
    max-width: 165px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: inline-block;
 }
.sns_share_wrap .sns_share_inside .copy_link a {
    float: right;
    padding: 0 7px;
    display: block;
    border-left: 1px solid #ddd;
    width: 65px;
 }
   /* //20180528 수정 끝 */
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(1) {
    background: url("/portal/common/kor/img/common/icon_sns_facebook_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(2) {
    background: url("/portal/common/kor/img/common/icon_sns_twitter_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(3) {
    background: url("/portal/common/kor/img/common/icon_sns_blog_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(4) {
    background: url("/portal/common/kor/img/common/icon_sns_band_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(5) {
    background: url("/portal/common/kor/img/common/icon_sns_talk_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(6) {
    background: url("/portal/common/kor/img/common/icon_sns_story_mobile_x1.5.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(1) {
    background: url("/portal/common/kor/img/common/icon_sns_facebook_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(2) {
    background: url("/portal/common/kor/img/common/icon_sns_twitter_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(3) {
    background: url("/portal/common/kor/img/common/icon_sns_blog_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(4) {
    background: url("/portal/common/kor/img/common/icon_sns_band_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(5) {
    background: url("/portal/common/kor/img/common/icon_sns_talk_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(6) {
    background: url("/portal/common/kor/img/common/icon_sns_story_mobile_x2.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(1) {
    background: url("/portal/common/kor/img/common/icon_sns_facebook_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(2) {
    background: url("/portal/common/kor/img/common/icon_sns_twitter_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(3) {
    background: url("/portal/common/kor/img/common/icon_sns_blog_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(4) {
    background: url("/portal/common/kor/img/common/icon_sns_band_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(5) {
    background: url("/portal/common/kor/img/common/icon_sns_talk_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(6) {
    background: url("/portal/common/kor/img/common/icon_sns_story_mobile_x3.gif") no-repeat center center;
    -webkit-background-size: 46px 46px;
  }
} */

@media (min-width: 120px) and (max-width: 1099px) {
  /* 위치정보 */
  .posinfo_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.45);
  }
  .posinfo_wrap .posinfo_inside {
    padding: 30px;
    margin: 220px auto 0 auto;
    width: 290px;
    background-color: #fff;
  }
  .posinfo_wrap .posinfo_inside .h1_posinfo {
    padding-bottom: 15px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 1.66667rem;
    color: #000;
    border-bottom: 2px solid #615455;
  }
  .posinfo_wrap .posinfo_inside .txt {
    margin-top: 40px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.83333rem;
    color: #333;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* sns_공유하기 */
  .sns_share_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.45);
  }
  .sns_share_wrap .sns_share_inside {
    padding: 30px;
    margin: 320px auto 0 auto;
    width: 358px;
    background-color: #fff;
  }
  .sns_share_wrap .sns_share_inside .h1_sns_share {
    padding-bottom: 15px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 1.66667rem;
    color: #000;
    border-bottom: 2px solid #615455;
  }
      /* 20180528 수정 시작 */
  .sns_share_wrap .sns_share_inside .sns_list {
    overflow: hidden;
    padding: 20px 0;
  }
  .sns_share_wrap .sns_share_inside .sns_list li {
    float: left;
	margin: 10px 0;
  }
  .sns_share_wrap .sns_share_inside .sns_list li a {
    display: block;
    width: 54px;
    height: 54px;
    text-indent: -500em;
    margin: 0 16px;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(1) {
    background: url("/portal/common/kor/img/common/icon_sns_facebook_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(2) {
    background: url("/portal/common/kor/img/common/icon_sns_twitter_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(3) {
    background: url("/portal/common/kor/img/common/icon_sns_blog_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(4) {
    background: url("/portal/common/kor/img/common/icon_sns_band_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(5) {
    background: url("/portal/common/kor/img/common/icon_sns_talk_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(6) {
    display: none;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(7) {
    background: url("/portal/common/kor/img/common/icon_sns_navercafe_pc.gif") no-repeat top center;
  }
  .sns_share_wrap .sns_share_inside .sns_list li:nth-child(8) {
    display: none;
  }
.sns_share_wrap .sns_share_inside .copy_link {
    height: 28px;
    margin: -5px 0 20px;
    border: 1px solid #ddd;
    line-height: 26px;
    overflow: hidden;
}
.sns_share_wrap .sns_share_inside .copy_link span {
    width: 195px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.sns_share_wrap .sns_share_inside .copy_link a {
    float: right;
    padding: 0 7px;
    display: inline-block;
    border-left: 1px solid #ddd;
}
  /* //20180528 수정 끝 */

  /* 위치정보 */
  .posinfo_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.45);
  }
  .posinfo_wrap .posinfo_inside {
    padding: 30px;
    margin: 220px auto 0 auto;
    width: 358px;
    background-color: #fff;
  }
  .posinfo_wrap .posinfo_inside .h1_posinfo {
    padding-bottom: 15px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 1.66667rem;
    color: #000;
    border-bottom: 2px solid #615455;
  }
  .posinfo_wrap .posinfo_inside .txt {
    margin-top: 40px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.83333rem;
    color: #333;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : comment
    * @moduleName : _comment
    * @comment    :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.comment_wrap {
  border: 1px solid #78bb96;
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : faq
    * @moduleName : _faq
    * @comment    : FAQ 리스트 및 뷰
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .faq_slide {
    position: relative;
    margin-top: 10px;
    border-top: 2px solid #9a8a84;
  }
  .faq_slide .faq dl {
    border-bottom: 1px solid #dddddd;
  }
  .faq_slide .faq dl dt a {
    position: relative;
    display: block;
    padding: 20px 60px 20px 36px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
  }
  .faq_slide .faq dl dt a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-bottom: 3px solid #615455;
    border-left: 3px solid #615455;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .faq_slide .faq dl dt a.on {
    font-family: 'ng-bold';
    color: #2f2f2f;
  }
  .faq_slide .faq dl dt a.on:after {
    margin-top: -1px;
    border-bottom: 3px solid #d53800;
    border-left: 3px solid #d53800;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .faq_slide .faq dl dt a abbr {
    position: absolute;
    left: 5px;
    top: 34px;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.66667rem;
    color: #fff;
    border-radius: 50%;
    background: #d53800;
    cursor: pointer;
  }
  .faq_slide .faq dl dd {
    overflow: hidden;
  }
  .faq_slide .faq dl dd .answer {
    position: relative;
    padding: 15px 60px 15px 20px;
    border-top: 1px solid #e3e5e9;
    background: #fff7f0;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .faq_slide .faq dl dd .answer abbr {
    position: absolute;
    left: 5px;
    top: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.66667rem;
    color: #fff;
    border-radius: 50%;
    background: #09787C;
  }
  .faq_slide .faq dl dd .answer .context {
    padding-left: 10px;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  /* faq slide */
  .faq_slide {
    position: relative;
    margin-top: 10px;
  }
  .faq_slide .faq dl {
    border-bottom: 1px solid #dddddd;
  }
  .faq_slide .faq dl dt a {
    position: relative;
    display: block;
    padding: 20px 60px 20px 58px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 2.08333rem;
    color: #333;
  }
  .faq_slide .faq dl dt a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    border-bottom: 3px solid #615455;
    border-left: 3px solid #615455;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .faq_slide .faq dl dt a.on {
    font-family: 'ng-bold';
    color: #2f2f2f;
  }
  .faq_slide .faq dl dt a.on:after {
    margin-top: -1px;
    border-bottom: 3px solid #d53800;
    border-left: 3px solid #d53800;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .faq_slide .faq dl dt a abbr {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 25px;
    margin-top: -12px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 2.08333rem;
    color: #fff;
    border-radius: 50%;
    background: #d53800;
    cursor: pointer;
  }
  .faq_slide .faq dl dd {
    overflow: hidden;
  }
  .faq_slide .faq dl dd .answer {
    position: relative;
    padding: 25px 60px 25px 20px;
    border-top: 1px solid #e3e5e9;
    background: #fff7f0;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .faq_slide .faq dl dd .answer abbr {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 26px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 2.08333rem;
    color: #fff;
    border-radius: 50%;
    background: #1d7174;
  }
  .faq_slide .faq dl dd .answer .context {
    padding-left: 45px;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table_top
    * @moduleName : _tb_top
    * @comment    : 테이블 상단
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.tbl_top_wrap {
  border: 1px solid #768577;
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table_bottom
    * @moduleName : _tb_bottom
    * @comment    : 테이블 하단
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.tbl_btm_wrap {
  border: 1px solid #768577;
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table_list
    * @moduleName : _tb_list
    * @comment    : 테이블 리스트
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_type1_wrap {
    border-top: 2px solid #9a8a84;
  }

  .tbl_type2_wrap {
    border: 1px solid #d9d1cf;
  }

  .tbl_list_type1 {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
  }
  .tbl_list_type1 dt {
    padding-bottom: 10px;
  }
  .tbl_list_type1 dt img {
    padding-top: 2px;
  }
  .tbl_list_type1 dt a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl_list_type1 .file_list {
    display: none;
    margin-top: 10px;
  }
  .tbl_list_type1 .file_list ul {
    border-top: 1px solid #ddd;
    margin: 0 10px;
    padding-top: 10px;
  }
  .tbl_list_type1 .file_list ul li {
    padding: 7px 0 7px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x1.5.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x2.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x3.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
} */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_list_type1 .file_list ul li a:hover {
    text-decoration: underline;
    color: #d53800;
  }
  .tbl_list_type1 .icon_notice {
    display: inline-block;
    width: 38px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #007f98; /* 20170713 접근성 개선 수정 */
  }
  .tbl_list_type1 .title {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_list_type1 .text {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    padding-bottom: 9px;
  }
  .tbl_list_type1 .text a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl_list_type1 .text a:hover {
    text-decoration: underline;
  }
  .tbl_list_type1 .date {
    overflow: hidden;
  }
  .tbl_list_type1 .date li {
    float: left;
  }
  .tbl_list_type1 .date li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1 .date li:last-child:after {
    display: none;
  }
  .tbl_list_type1 .date .icon_download {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/common/icon_download.gif") no-repeat 0 0;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x2.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x3.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
} */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_list_type1 .date .icon_download span {
    display: inline-block;
    text-indent: -500em;
  }
  .tbl_list_type1 .date_search {
    overflow: hidden;
    float: right;
    padding-top: 10px;
  }
  .tbl_list_type1 .date_search li {
    float: left;
  }
  .tbl_list_type1 .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1 .date_search li:last-child:after {
    display: none;
  }
  .tbl_list_type1 .date_search li:nth-child(2) {
    margin-right: 10px;
  }

  .tbl_list_type1_v2 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
  }
  .tbl_list_type1_v2 dt img {
    padding-top: 2px;
  }
  .tbl_list_type1_v2 .file_list {
    display: none;
    margin-top: 10px;
  }
  .tbl_list_type1_v2 .file_list ul {
    border-top: 1px solid #ddd;
    margin: 0 10px;
    padding-top: 10px;
  }
  .tbl_list_type1_v2 .file_list ul li {
    padding: 7px 0 7px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x1.5.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x2.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x3.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
} */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_list_type1_v2 .file_list ul li a:hover {
    text-decoration: underline;
    color: #d53800;
  }
  .tbl_list_type1_v2 .icon_notice {
    display: inline-block;
    width: 38px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #25b1b6;
  }
  .tbl_list_type1_v2 .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_list_type1_v2 .text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    padding-bottom: 9px;
  }
  .tbl_list_type1_v2 .text a:hover {
    text-decoration: underline;
  }
  .tbl_list_type1_v2 .date::after {
    content:'';
    display:block;
    clear:both;
  }
  .tbl_list_type1_v2 .date li {
    float: left;
  }
  .tbl_list_type1_v2 .date li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1_v2 .date li:last-child:after {
    display: none;
  }
  .tbl_list_type1_v2 .date .icon_download {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/common/icon_download.gif") no-repeat 0 0;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x2.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1099px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x3.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
} */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_list_type1_v2 .date .icon_download span {
    display: inline-block;
    text-indent: -500em;
  }
  .tbl_list_type1_v2 .date_search {
    overflow: hidden;
    float: right;
    padding-top: 10px;
  }
  .tbl_list_type1_v2 .date_search li {
    float: left;
  }
  .tbl_list_type1_v2 .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1_v2 .date_search li:last-child:after {
    display: none;
  }
  .tbl_list_type1_v2 .date_search li:nth-child(2) {
    margin-right: 10px;
  }

  .tbl_list_type1_v3 {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_list_type1_v3 a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tbl_list_type2 {
    width: 100%;
    table-layout: fixed;
  }
  .tbl_list_type2 colgroup col:nth-child(1) {
    width: 20% !important;
  }
  .tbl_list_type2 colgroup col:nth-child(2) {
    width: 20% !important;
  }
  .tbl_list_type2 colgroup col:nth-child(4) {
    width: 25% !important;
  }
  .tbl_list_type2 colgroup col:nth-child(5) {
    display: none;
  }
  .tbl_list_type2 colgroup col:nth-child(6) {
    display: none;
  }
  .tbl_list_type2 thead {
    border-bottom: 1px solid #ddd;
  }
  .tbl_list_type2 thead th {
    text-align: center;
    padding: 20px 0;
  }
  .tbl_list_type2 thead th span {
    display: block;
    padding: 0 8px;
    border-right: 1px solid #ddd;
  }
  .tbl_list_type2 thead th:nth-child(4) span {
    border: 0;
  }
  .tbl_list_type2 thead th:nth-child(5),
  .tbl_list_type2 thead th:nth-child(6) {
    display: none;
  }
  .tbl_list_type2 tbody td {
    padding: 15px 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_list_type2 tbody td:nth-child(5),
  .tbl_list_type2 tbody td:nth-child(6) {
    display: none;
  }
  .tbl_list_type2 .left {
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.33333rem;
    color: #333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tbl_list_type2 .left span {
    font-family: "ng";
    font-size: 1rem;
    line-height: 1.33333rem;
    color: #333;
  }

  .tbl_list_type3 {
    margin-top: -1px;
    width: 100%;
    table-layout: fixed;
  }
  .tbl_list_type3 tbody tr:nth-child(odd) td {
    border-top: 1px solid #d9d1cf;
    border-bottom: 1px solid #d9d1cf;
    background-color: #fff7f0;
  }
  .tbl_list_type3 tbody tr:nth-child(even) td p {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .tbl_list_type3 tbody tr:nth-child(even) td:nth-child(2) {
    border-left: 1px solid #d9d1cf;
  }
  .tbl_list_type3 tbody td {
    padding: 7px 20px;
    text-align: left;
    word-break: break-all;
  }
  .tbl_list_type3 tbody td .tit {
    margin-bottom: 5px;
    display: block;
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
  }
  .tbl_list_type3 tbody tr th{
    padding: 7px 20px;
    text-align: left;
    border-top: 1px solid #d9d1cf;
    border-bottom: 1px solid #d9d1cf;
    background-color: #fff7f0;
  }
  .tbl_list_type3 .left {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
  }
}
/* desktop And desktopWide */
@media (min-width: 1099px) {
  .tbl_type1_wrap {
    border-top: 2px solid #9a8a84;
  }

  .tbl_type2_wrap {
    border: 1px solid #d9d1cf;
  }

  .tbl_list_type1 {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
  }
  .tbl_list_type1 dt {
    padding-bottom: 7px;
  }
  .tbl_list_type1 dt img {
    padding-top: 4px;
  }
  .tbl_list_type1 dt a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl_list_type1 .file_list {
    display: none;
    margin-top: 10px;
  }
  .tbl_list_type1 .file_list ul {
    border-top: 1px solid #ddd;
    margin: 0 10px;
    padding-top: 10px;
  }
  .tbl_list_type1 .file_list ul li {
    padding: 7px 0 7px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
}
/* @media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x1.5.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x2.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x3.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
} */
@media (min-width: 1000px) {
  .tbl_list_type1 .file_list ul li a:hover {
    text-decoration: underline;
    color: #d53800;
  }
  .tbl_list_type1 .icon_notice {
    display: inline-block;
    width: 38px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #007f98; /* 20170713 접근성 개선 수정 */
  }
  .tbl_list_type1 .icon_notice + .title {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .tbl_list_type1 .title {
    font-family: "ng";
    font-size: 1.5rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .tbl_list_type1 .text {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    padding-bottom: 9px;
  }
  .tbl_list_type1 .text a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl_list_type1 .text a:hover {
    text-decoration: underline;
  }
  .tbl_list_type1 .date {
    overflow: hidden;
  }
  .tbl_list_type1 .date li {
    float: left;
  }
  .tbl_list_type1 .date li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1 .date li:last-child:after {
    display: none;
  }
  .tbl_list_type1 .date .icon_download {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/common/icon_download.gif") no-repeat 0 0;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x2.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x3.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
} */
@media (min-width: 1000px) {
  .tbl_list_type1 .date .icon_download span {
    display: inline-block;
    text-indent: -500em;
  }
  .tbl_list_type1 .date_search {
    overflow: hidden;
    float: right;
    padding-top: 13px;
  }
  .tbl_list_type1 .date_search li {
    float: left;
  }
  .tbl_list_type1 .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1 .date_search li:last-child:after {
    display: none;
  }

  .tbl_list_type1_v2 {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
  }
  .tbl_list_type1_v2 dt {
    padding-bottom: 7px;
  }
  .tbl_list_type1_v2 dt a {
    display: block;
  }
  .tbl_list_type1_v2 dt img {
    padding-top: 2px;
  }
  .tbl_list_type1_v2 .file_list {
    display: none;
    margin-top: 10px;
  }
  .tbl_list_type1_v2 .file_list ul {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .tbl_list_type1_v2 .file_list ul li {
    padding: 7px 0 7px 30px;
    margin-bottom: 5px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #555;
    background: url("/portal/common/kor/img/common/icon_file.gif") no-repeat left 0.2em;
  }
}
/* @media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x1.5.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x2.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1_v2 .file_list ul li {
    background: url("/portal/common/kor/img/common/icon_file_x3.gif") no-repeat left 0.2em;
    -webkit-background-size: 23px 23px;
  }
} */
@media (min-width: 1000px) {
  .tbl_list_type1_v2 .file_list ul li a:hover {
    text-decoration: underline;
    color: #d53800;
  }
  .tbl_list_type1_v2 .title {
    display: block;
    margin-bottom: 5px;
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tbl_list_type1_v2 .text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #888;
  }
  .tbl_list_type1_v2 .text a:hover {
    text-decoration: underline;
  }
  .tbl_list_type1_v2 .date {
    overflow: hidden;
  }
  .tbl_list_type1_v2 .date li {
    float: left;
  }
  .tbl_list_type1_v2 .date li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_list_type1_v2 .date li:last-child:after {
    display: none;
  }
  .tbl_list_type1_v2 .date .icon_download {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/portal/common/kor/img/common/icon_download.gif") no-repeat 0 0;
    background-size: 16px 14px;
  }
}
/* @media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x1.5.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x2.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
}
@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 3) {
  .tbl_list_type1_v2 .date .icon_download {
    background: url("/portal/common/kor/img/common/icon_download_x3.gif") no-repeat 0 0;
    -webkit-background-size: 16px 14px;
  }
} */
@media (min-width: 1000px) {
  .tbl_list_type1_v2 .date .icon_download span {
    display: inline-block;
    text-indent: -500em;
  }

  .tbl_list_type1_v3 {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
  }
  .tbl_list_type1_v3 a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tbl_list_type2 {
    width: 100%;
    table-layout: fixed;
  }
  .tbl_list_type2 thead {
    border-bottom: 1px solid #ddd;
  }
  .tbl_list_type2 thead th {
    text-align: center;
    padding: 20px 0;
  }
  .tbl_list_type2 thead th span {
    display: block;
    padding: 0 25px;
    border-right: 1px solid #ddd;
  }
  .tbl_list_type2 thead th:last-child span {
    border: 0;
  }
  .tbl_list_type2 tbody td {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_list_type2 .left {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tbl_list_type3 {
    margin-top: -1px;
    width: 100%;
    table-layout: fixed;
  }
  .tbl_list_type3 tbody tr:nth-child(odd) td {
    border-top: 1px solid #d9d1cf;
    border-bottom: 1px solid #d9d1cf;
    background-color: #fff7f0;
  }
  .tbl_list_type3 tbody tr th{
    padding: 7px 20px;
    text-align: left;
    border-top: 1px solid #d9d1cf;
    border-bottom: 1px solid #d9d1cf;
    background-color: #fff7f0;
  }
  .tbl_list_type3 tbody tr:nth-child(even) td p {
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 2rem;
    color: #333;
  }
  .tbl_list_type3 tbody tr:nth-child(even) td:nth-child(2) {
    border-left: 1px solid #d9d1cf;
  }
  .tbl_list_type3 tbody td {
    padding: 7px 20px;
    text-align: left;
  }
  .tbl_list_type3 tbody td .tit {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
  }
  .tbl_list_type3 .left {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    color: #333;
    text-align: left;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table_view
    * @moduleName : _tb_view
    * @comment    : 테이블 상세 보기
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_view_type1_wrap {
    margin: 15px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .title {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    padding: 10px 0;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .title_v2 {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    padding: 10px 0;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count {
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
    /* 20180528 추가 시작 */
.tbl_view_type1_wrap .tbl_view_type1 .date_count span {
    padding-right: 10px;
}
  /* //20180528 추가 끝 */
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date {
    display: inline-block;
    padding: 8px 0 10px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search {
    overflow: hidden;
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0 5px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li {
    float: left;
    padding-top: 3px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date {
    display: inline-block;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_txt {
    padding: 10px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li {
    float: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date {
    display: inline-block;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .count_num:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0 4px 0 8px;
    vertical-align: middle;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_txt {
    padding: 10px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li {
    float: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content {
    padding: 10px 4px;
    text-align: left;
  }
  
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content img {
    max-width: 100% !important;
  }
  
  /* 20180528 수정 시작 */
.card_section_wrap_pc {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 255px;
}
.card_section_wrap_pc .card_section_pc {
    overflow: hidden;
    width: 100%;
}
.card_section_wrap_pc .card_section_pc li {
    position: relative;
    float: none !important;
    display: table-cell;
    width: 100%;
    height: 225px;
    vertical-align: middle;
    text-align: center;
    background: #cccccc;
}
.card_section_wrap_pc .card_section_pc li img {
    max-width: 100%;
    max-height: 225px;
}
.card_section_wrap_pc .bx-controls .bx-pager {
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #bbb;
    font-size: 14px;
    font-family: "ng-bold";
    background: #787878;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    background: none;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 30px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction .bx-prev {
    float: left;
    background-image: url("/portal/common/kor/img/common/btn_card_prev.png");
    background-repeat: no-repeat;
    background-size: 25px 30px;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction .bx-next {
    float: right;
    background-image: url("/portal/common/kor/img/common/btn_card_next.png");
    background-repeat: no-repeat;
    background-size: 25px 30px;
}
/* //20180528 수정 끝 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content table {
    width: 100% !important;
  }
  /* 20170822 추가 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap.last {
    border-bottom: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list {
    overflow: hidden;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li {
    overflow: hidden;
    float: left;
    padding-bottom: 16px;
    width: 50%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li:nth-child(2n+1) {
    padding-right: 5px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li:nth-child(2n+2) {
    padding-left: 5px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li div {
    overflow: hidden;
    position: relative;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a {
    display: block;
    width: 100%;
  }
  /* 20170927수정 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list .video_dim {
    display: none;
  }
  /* //20170927수정 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a:hover .video_dim {
    border: 3px solid #fb7647;
    background: transparent url("/portal/common/kor/img/sub/education/icon_play.png") no-repeat center center;
    background-size: 30px 30px;
    opacity: 1;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a img {
    width: 100%;
    height: 82px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list .video_title {
    overflow: hidden;
    padding: 7px 2px 0 2px;
    height: 44px;
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #333;
    font-family: "ng-reg"
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
    border-bottom: 1px dashed #d5d5d5;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap.last {
    border-bottom: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_left {
    overflow: hidden;
    float: none;
    width: 100%;
    text-align: center;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_left img {
  
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right {
    overflow: hidden;
    float: none;
    width: 100%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .pdf_title{
    overflow: hidden;
    margin: 15px 0 9px 0;
    padding: 3px 0 0 0;
    max-height: 44px;
    font-size: 1.33333rem;
    line-height: 1.66777rem;
    font-family: "ng-reg";
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .pdf_text {
    font-size: 1.08333rem;
    line-height: 1.66777rem;
    font-family: "ng-reg";
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf {
    margin-top: 16px;
    text-align: center;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf a {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-size: 1.08333rem;
    line-height: 3rem;
    font-family: "ng-bold";
    color: #fff;
    background: #d53800;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf a:after {
    content: "";
    display: inline-block;
    clear: both;
    margin-left: 7px;
    width: 16px;
    height: 14px;
    vertical-align: -3px;
    background: url("/portal/common/kor/img/sub/common/icon_download_v2.gif") no-repeat 0 0;
  }
  /* //20170822 추가 */
  .tbl_view_type1_wrap .file_wrap {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #ddd;
  }
  .tbl_view_type1_wrap .file_wrap dt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 150px;
    padding: 0 20px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .tbl_view_type1_wrap .file_wrap dd {
    display: table-cell;
    width: auto;
    padding: 15px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.33333rem;
    color: #333;
  }
  .tbl_view_type1_wrap .file_wrap dd a:hover {
    text-decoration: underline;
  }
  .tbl_view_type1_wrap .file_wrap dd ul li {
    padding: 3px;
  }

  .tbl_view_type2_wrap {
    border-top: 2px solid #9a8a84;
  }
  .tbl_view_type2_wrap dl {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tbl_view_type2_wrap dl dt {
    display: table-cell;
    width: 23.125%;
    height: 56px;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    background: #f9f8f7;
  }
  .tbl_view_type2_wrap dl dd {
    display: table-cell;
    width: 70.625%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    vertical-align: middle;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_view_type2_wrap dl dd input[type="text"] {
    padding: 8px 0;
    width: 100%;
  }
  .tbl_view_type2_wrap dl .secret {
    color: #888;
  }
  .tbl_view_type2_wrap dl .content {
    padding: 0;
    display: table-cell;
    vertical-align: top;
  }
  .tbl_view_type2_wrap dl .content div {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
    padding: 20px 10px;
  }
  /* 20170713 접근성 개선 추가 */
  .tbl_view_type2_wrap dl .content div:focus {
    border: 1px solid #ee601a;
    background: #fffbf7;
  }
  /* //20170713 접근성 개선 추가 */
  .tbl_view_type2_wrap dl .tit_reply {
    background: #fff7f0;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .tbl_view_type1_wrap {
    margin: 15px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .title {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.83333rem;
    color: #333;
    padding: 18px 10px;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .title_v2 {
    font-family: "ng-bold";
    font-size: 1.25rem;
    line-height: 1.66667rem;
    color: #333;
    padding: 10px 0;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  /* 20180528 추가 시작 */
.tbl_view_type1_wrap .tbl_view_type1 .date_count span {
    padding-right: 10px;
}
  /* //20180528 추가 끝 */
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search {
    overflow: hidden;
    float: right;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li {
    float: left;
    padding-top: 2px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .date_count .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date {
    display: inline-block;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .count_num:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0 4px 0 8px;
    vertical-align: middle;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_txt {
    float: left;
    width: 50%;
    padding: 13px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search {
    overflow: hidden;
    float: right;
    width: 50%;
    padding: 13px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li {
    float: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date {
    display: inline-block;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 4px 0 8px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .count_num:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0 4px 0 8px;
    vertical-align: middle;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_txt {
    float: left;
    width: 50%;
    padding: 13px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search {
    overflow: hidden;
    float: right;
    width: 50%;
    padding: 16px 0;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li {
    float: left;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:last-child:after {
    display: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .call_tell_v2 .date_search li:nth-child(2) {
    margin-right: 10px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content {
    padding: 20px 8px;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    word-break: keep-all;
  }
  
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content img {
    max-width: 100% !important;
  }
  
/* 20180528 수정 시작 */
.card_section_wrap_pc {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 900px;
}
.card_section_wrap_pc .card_section_pc {
    overflow: hidden;
    width: 1692px;
}
.card_section_wrap_pc .card_section_pc li {
    position: relative;
    float: none !important;
    display: table-cell;
    width: 900px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
    background: #cccccc;
}
.card_section_wrap_pc .card_section_pc li img {
    max-height: 600px;
}
.card_section_wrap_pc .bx-controls .bx-pager {
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #bbb;
    font-size: 14px;
    font-family: "ng-bold";
    background: #787878;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100%;
    background: none;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction a {
    width: 50px;
    height: 60px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction .bx-prev {
    float: left;
    background-image: url("/portal/common/kor/img/common/btn_card_prev.png");
    background-repeat: no-repeat;
}
.card_section_wrap_pc .bx-controls .bx-controls-direction .bx-next {
    float: right;
    background-image: url("/portal/common/kor/img/common/btn_card_next.png");
    background-repeat: no-repeat;
}
/* //20180528 수정 끝 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content table {
    max-width: 100% !important;
  }
  /* 20170822 추가 */
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d5d5d5;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap.last {
    border-bottom: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list {
    overflow: hidden;
    padding: 0 1.32743% 10px 1.32743%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li {
    overflow: hidden;
    float: left;
    padding-bottom: 16px;
    width: 31.81818%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li:nth-child(3n+2) {
    margin: 0 2.21238%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li div {
    overflow: hidden;
    position: relative;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a {
    width: 100%;
    display: block;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list .video_dim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a:hover .video_dim {
    border: 3px solid #fb7647;
    background: transparent url("/portal/common/kor/img/sub/education/icon_play.png") no-repeat center center;
    opacity: 1;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list li a img {
    width: 100%;
    height: 158px;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_video_wrap .tb_video_list .video_title {
    overflow: hidden;
    padding: 11px 14px 0 14px;
    height: 51px;
    text-align: center;
    font-size: 1.16777rem;
    line-height: 1.66777rem;
    color: #333;
    font-family: "ng-reg"
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 1.32743% 30px 1.32743%;
    border-bottom: 1px dashed #d5d5d5;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap.last {
    border-bottom: none;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_left {
    overflow: hidden;
    float: left;
    width: 18.18181%;
    background: #221144;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_left img {
    width: 100%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right {
    overflow: hidden;
    float: right;
    width: 78.40909%;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .pdf_title{
    overflow: hidden;
    margin-bottom: 15px;
    padding: 3px 0 0 0;
    max-height: 46px;
    font-size: 1.5rem;
    line-height: 1.83333rem;
    font-family: "ng-reg";
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .pdf_text {
    font-size: 1.167rem;
    line-height: 1.83333rem;
    font-family: "ng-reg";
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf {
    margin-top: 26px;
    text-align: right;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf a {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-size: 1.08333rem;
    line-height: 3rem;
    font-family: "ng-bold";
    color: #fff;
    background: #d53800;
  }
  .tbl_view_type1_wrap .tbl_view_type1 .tb_content .tb_pdf_wrap .pdf_right .btn_pdf a:after {
    content: "";
    display: inline-block;
    clear: both;
    margin-left: 7px;
    width: 16px;
    height: 14px;
    vertical-align: -3px;
    background: url("/portal/common/kor/img/sub/common/icon_download_v2.gif") no-repeat 0 0;
  }
  /* //20170822 추가 */
  .tbl_view_type1_wrap .file_wrap {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #ddd;
  }
  .tbl_view_type1_wrap .file_wrap dt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 150px;
    padding: 0 20px;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    background-color: #f9f8f7;
  }
  .tbl_view_type1_wrap .file_wrap dd {
    display: table-cell;
    width: auto;
    padding: 15px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_view_type1_wrap .file_wrap dd a:hover {
    text-decoration: underline;
  }
  .tbl_view_type1_wrap .file_wrap dd ul li {
    padding: 3px;
  }

  .tbl_view_type2_wrap {
    border-top: 2px solid #9a8a84;
  }
  .tbl_view_type2_wrap dl {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tbl_view_type2_wrap dl dt {
    display: table-cell;
    width: 16.30435%;
    height: 56px;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    background: #f9f8f7;
  }
  .tbl_view_type2_wrap dl dd {
    display: table-cell;
    width: 83.69565%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    vertical-align: middle;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_view_type2_wrap dl dd input[type="text"] {
    padding: 8px 0;
    width: 100%;
  }
  .tbl_view_type2_wrap dl .secret {
    color: #888;
  }
  .tbl_view_type2_wrap dl .content {
    padding: 0;
    display: table-cell;
    vertical-align: top;
  }
  .tbl_view_type2_wrap dl .content div {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    height: 200px;
    padding: 20px 10px;
  }
  /* 20170713 접근성 개선 추가 */
  .tbl_view_type2_wrap dl .content div:focus {
    border: 1px solid #ee601a;
    background: #fffbf7;
  }
  /* //20170713 접근성 개선 추가 */
  .tbl_view_type2_wrap dl .tit_reply {
    background: #fff7f0;
  }
  .tbl_view_type2_wrap dl:nth-child(2),
  .tbl_view_type2_wrap dl:nth-child(4) {
    float: left;
    width: 59.02174%;
  }
  .tbl_view_type2_wrap dl:nth-child(2) dt,
  .tbl_view_type2_wrap dl:nth-child(4) dt {
    width: 16.30435%;
  }
  .tbl_view_type2_wrap dl:nth-child(2) dd,
  .tbl_view_type2_wrap dl:nth-child(4) dd {
    width: 42.71739%;
  }
  .tbl_view_type2_wrap dl:nth-child(3),
  .tbl_view_type2_wrap dl:nth-child(5) {
    float: left;
    width: 40.97826%;
  }
  .tbl_view_type2_wrap dl:nth-child(3) dt,
  .tbl_view_type2_wrap dl:nth-child(5) dt {
    width: 16.30435%;
  }
  .tbl_view_type2_wrap dl:nth-child(3) dd,
  .tbl_view_type2_wrap dl:nth-child(5) dd {
    width: 24.67391%;
  }

  .tbl_view_type3_wrap {
    border-top: 2px solid #9a8a84;
  }
  .tbl_view_type3_wrap .tbl_view_title {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
  }
  .tbl_view_type3_wrap .tbl_view_title .title {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 1.66667rem;
    color: #333;
  }
  
  .kogl {
  	padding: 20px 0;
  	border-top: 1px solid #dddddd;
  }
  .kogl:after {
  	content: '';
  	display: block;
  	clear: both;
  }
  
  .kogl .mark {
  	float: left;
  }
  
  .kogl .desc {
  	float: left;
  	margin-left: 30px;
  	line-height: 54px;
  }
  
  .kogl .desc > a {
  	text-decoration: underline;
	text-underline-position: under;
  	color: #444444;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : table_write
    * @moduleName : _tb_write
    * @comment    : 글 등록
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_write_type1_wrap {
    border-top: 2px solid #9a8a84;
  }
  .tbl_write_type1_wrap dl {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tbl_write_type1_wrap dl dt {
    display: table-cell;
    width: 23.125%;
    height: 56px;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    background: #f9f8f7;
  }
  .tbl_write_type1_wrap dl dd {
    display: table-cell;
    width: 70.625%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    vertical-align: middle;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_write_type1_wrap dl dd input[type="text"] {
    padding: 8px 0;
    width: 100%;
    text-indent: 10px;
  }
  .tbl_write_type1_wrap dl dd .secret {
    color: #888;
  }
  .tbl_write_type1_wrap dl .textarea_wrap {
    padding: 10px;
  }
  .tbl_write_type1_wrap dl .content {
    padding: 10px;
    min-height: 200px;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .tbl_write_type1_wrap {
    border-top: 2px solid #9a8a84;
  }
  .tbl_write_type1_wrap dl {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tbl_write_type1_wrap dl dt {
    display: table-cell;
    width: 16.30435%;
    height: 56px;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    background: #f9f8f7;
  }
  .tbl_write_type1_wrap dl dd {
    display: table-cell;
    width: 83.69565%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    vertical-align: middle;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_write_type1_wrap dl dd input[type="text"] {
    padding: 8px 0;
    width: 100%;
    text-indent: 10px;
  }
  .tbl_write_type1_wrap dl dd .secret {
    color: #888;
  }
  .tbl_write_type1_wrap dl .textarea_wrap {
    padding: 10px;
  }
  .tbl_write_type1_wrap dl .content {
    padding: 10px;
    min-height: 200px;
  }
  .tbl_write_type1_wrap dl:nth-child(2) {
    float: left;
    width: 59.02174%;
  }
  .tbl_write_type1_wrap dl:nth-child(2) dt {
    width: 16.30435%;
  }
  .tbl_write_type1_wrap dl:nth-child(2) dd {
    width: 42.71739%;
  }
  .tbl_write_type1_wrap dl:nth-child(3) {
    float: left;
    width: 40.97826%;
  }
  .tbl_write_type1_wrap dl:nth-child(3) dt {
    width: 16.30435%;
  }
  .tbl_write_type1_wrap dl:nth-child(3) dd {
    width: 24.67391%;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : tb_gallery_list
    * @moduleName : _tb_gallery_list
    * @comment    : 갤러리 리스트
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .tbl_gallery_list_wrap {
    overflow: hidden;
  }
  /* 20180528 추가 시작 */
.sub_content section .total {
	display:inline-block;
    margin-bottom: 10px;
    color: #888;
}
.sub_content section .total span {
    color: #db6042;
}
/* //20180528 추가 끝 */
  .tbl_gallery_list_wrap .tbl_gallery_list {
    float: left;
    width: 48.33333%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .tbl_gallery_list_wrap .tbl_gallery_list:nth-child(2n+1) {
    margin-right: 1.66667%;
  }
  .tbl_gallery_list_wrap .tbl_gallery_list:nth-child(2n+2) {
    margin-left: 1.66667%;
  }
  .tbl_gallery_list_wrap .thum {
    padding: 30px;
    text-align: center;
  }
  .tbl_gallery_list_wrap .thum img {
    border: 1px solid #ddd;
    width: 100%;
    height: 130px;
  }
  .tbl_gallery_list_wrap .con_text {
    overflow: hidden;
    padding: 20px 20px 30px;
    border-top: 1px solid #ddd;
  }
  .tbl_gallery_list_wrap .con_text .date {
    padding-top: 4px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
  }
  .tbl_gallery_list_wrap .con_text .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 20px;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #333;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .tbl_gallery_list_wrap {
    overflow: hidden;
  }
  /* 20180528 추가 시작 */
.sub_content section .total {
    margin-bottom: 10px;
    color: #888;
    font-size: 13px;
}
.sub_content section .total span {
    color: #db6042;
}
/* //20180528 추가 끝 */
  .tbl_gallery_list_wrap .tbl_gallery_list {
    float: left;
    width: 31.73913%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .tbl_gallery_list_wrap .tbl_gallery_list:nth-child(3n+2) {
    margin: 0 2.3913%;
  }
  .tbl_gallery_list_wrap .thum {
    padding: 30px;
    text-align: center;
  }
  .tbl_gallery_list_wrap .thum img {
    border: 1px solid #ddd;
    max-width: 100%;
    height: 130px;
  }
  .tbl_gallery_list_wrap .con_text {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .tbl_gallery_list_wrap .con_text .date {
    padding-top: 10px;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #888;
  }
  .tbl_gallery_list_wrap .con_text .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #333;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : tableNoneDate
    * @moduleName : _tb_date_none
    * @comment    : 검색결과 없음
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  /* 검색결과 없음 */
  .tbl_date_none {
    padding: 117px 0 30px 0;
    border-bottom: 1px solid #dddddd;
    background: url("/portal/common/kor/img/common/icon_search_none_mobile.png") no-repeat 50% 20px;
  }
  .tbl_date_none .txt {
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_date_none .txt_eng {
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #555;
  }
  .tbl_date_none .txt_info {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    color: #555;
  }

  /* 등록 글 및 준비중 */
  .tbl_date_none_v2 {
    padding: 117px 0 30px 0;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #dddddd;
    background: url("/portal/common/kor/img/common/icon_search_none2_mobile.gif") no-repeat 50% 20px;
  }
  .tbl_date_none_v2 .txt {
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
  }
  .tbl_date_none_v2 .txt_eng {
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #555;
  }
  .tbl_date_none_v2 .txt_info {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    color: #555;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  /* 검색결과 없음 */
  .tbl_date_none {
    padding: 167px 0 50px 0;
    border-bottom: 1px solid #ddd;
    background: url("/portal/common/kor/img/common/icon_search_none_pc.png") no-repeat 50% 40px;
  }
  .tbl_date_none .txt {
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 2.08333rem;
    line-height: 2.25rem;
    color: #333;
  }
  .tbl_date_none .txt_eng {
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #555;
  }
  .tbl_date_none .txt_info {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    color: #555;
  }

  /* 등록 글 및 준비중 */
  .tbl_date_none_v2 {
    padding: 167px 0 50px 0;
    border-top: 2px solid #9a8a84;
    border-bottom: 1px solid #ddd;
    background: url("/portal/common/kor/img/common/icon_search_none2_pc.gif") no-repeat 50% 40px;
  }
  .tbl_date_none_v2 .txt {
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 2.08333rem;
    line-height: 2.25rem;
    color: #333;
  }
  .tbl_date_none_v2 .txt_eng {
    letter-spacing: -1px;
    text-align: center;
    font-family: "ng";
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #555;
  }
  .tbl_date_none_v2 .txt_info {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid #ddd;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 2.16667rem;
    color: #555;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : tb_gallery_view
    * @moduleName : _tb_gallery_view
    * @comment    : 갤러리 리스트
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.tbl_gallery_view_wrap {
  border: 1px solid #768577;
}

/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : thum_gallery_list
    * @moduleName : thum_gallery_list
    * @comment    : 썸네일 갤러리 리스트
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .thum_gallery_wrap {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ddd;
  }
    /* 20180528 추가 시작 */
.thum_gallery_wrap .hits {
    padding-top: 10px;
    color: #888;
}
/* 20180528 추가 끝 */
  .thum_gallery_wrap .thum_img {
    display: none;
  }
  .thum_gallery_wrap .thum_content .thum_header {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 13px;
  }
  .thum_gallery_wrap .thum_content .thum_header .title {
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.83333rem;
    color: #333;
  }
  .thum_gallery_wrap .thum_content .thum_header .sub_text {
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1.33333rem;
    color: #888;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group {
    overflow: hidden;
    margin-top: 10px;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li {
    float: left;
    width: 33.3333%;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li a {
    display: block;
    border: 1px solid #c5c5c5;
    font-family: "ng";
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
    padding: 7px 0;
    margin: 5px;
    text-align: center;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li .on {
    border: 1px solid #d53800;
    font-family: "ng-bold";
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    background: #d53800;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .thum_gallery_wrap {
	position:relative;/* 20180528 수정 */
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #ddd;
  }
  /* 20180528 추가 시작 */
.thum_gallery_wrap .hits {
    padding-top: 10px;
    color: #888;
    font-size: 13px;
}
/* 20180528 추가 끝 */
  .thum_gallery_wrap .thum_img {
    overflow: hidden;
    float: left;
    width: 27.5%;
  }
  .thum_gallery_wrap .thum_img > a:focus{
    display: block;
    outline: 2px solid #ffa700;
    outline-offset:-1px;
  }
  .thum_gallery_wrap .thum_img img {
    width: 100%;
    height: 130px;
    border: 1px solid #ddd;
  }
  .thum_gallery_wrap .thum_content {
    float: left;
    padding-left: 2.6087%;
    width: 72.17391%;
  }
  .thum_gallery_wrap .thum_content .thum_header {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 13px;
  }
  .thum_gallery_wrap .thum_content .thum_header .title {
    font-family: "ng-bold";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
  }
  .thum_gallery_wrap .thum_content .thum_header .sub_text {
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.5rem;
    color: #888;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group {
    overflow: hidden;
    margin-top: 10px;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li {
    float: left;
    width: 16.63043%;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li a {
    display: block;
    border: 1px solid #c5c5c5;
    font-family: "ng";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #333;
    padding: 7px 0;
    margin: 5px;
    text-align: center;
  }
  .thum_gallery_wrap .thum_content .thum_body .lng_group li .on {
    border: 1px solid #d53800;
    font-family: "ng-bold";
    font-size: 1.08333rem;
    line-height: 1.08333rem;
    color: #fff;
    background: #d53800;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : video_gallery_list
    * @moduleName : video_gallery_list
    * @comment    : 썸네일 갤러리 리스트
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .video_area {
    position: relative;
    text-align: center;
    background: #000;
  }
  .video_area .h3_video_title {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.16667rem;
    color: #fff;
    z-index: 15;
  }
  .video_area .video_screen_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 94px;
    background: url("/portal/common/kor/img/common/bg_video_screen.png") repeat-x top left;
  }
  .video_area .sns_video_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 16px;
    height:16px;
  }
  .video_area .sns_video_wrap .btn_video_sns {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url("/portal/common/kor/img/common/btn_video_sns.png") no-repeat 0 -20px;
    background-size: 20px 40px;
    font-size:1px;
    color:transparent;
  }
  .video_area .sns_video_wrap .btn_sns {
    display: block;
    text-indent: -500em;
    width: 16px;
    height: 16px;
    background: url("/portal/common/kor/img/common/btn_video_sns.png") no-repeat 0 -20px;
    background-size: 20px 40px;
  }
  .video_area img {
    max-width: 100%;
  }
  .video_area iframe,
  .video_area embed,
  .video_area object {
    max-width: 100%;
  }

  .video_caption_wrap {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background: #55494a;
  }
  .video_caption_wrap .video_caption {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    height: 90px;
    text-align: center;
  }

  .video_list_wrap .video_list_group {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .video_list_wrap .video_list_group .video_list {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    width: 48.91304%;
    margin-bottom: 22px;
  }
  .video_list_wrap .video_list_group .video_list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 2rem;
    color: #333;
  }
  .video_list_wrap .video_list_group .video_list .thum {
    width: 100%;
    padding:12px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .video_list_wrap .video_list_group .video_list .thum iframe,
  .video_list_wrap .video_list_group .video_list .thum embed,
  .video_list_wrap .video_list_group .video_list .thum object,
  .video_list_wrap .video_list_group .video_list .thum img {
    max-width: 100%;
    height: 152px;
    margin: 0 auto;
    padding: 10px;
  }
  .video_list_wrap .video_list_group .video_list .context {
    position: relative;
    padding: 12px;
  }
  .video_list_wrap .video_list_group .video_list .context::after {
  	content: '';
  	display:block;
  	clear:both;
  }
  .video_list_wrap .video_list_group .video_list .context .date {
    float: left;
  }
  .video_list_wrap .video_list_group .video_list .context .btn_sns_video {
    display: block;
    overflow: hidden;
    float: right;
    width: 16px;
    height: 16px;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat top left;
    font-size:1px;
    color:transparent;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list {
    position: absolute;
    top: -50px;
    right: 40px;
    float: right;
    display: none;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li {
    float: left;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px 4px;
    text-indent: -500em;
    background-size: 30px 30px;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(1) a {
    background: url("/portal/common/kor/img/common/btn_facebook.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(2) a {
    background: url("/portal/common/kor/img/common/btn_instagram.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(3) a {
    background: url("/portal/common/kor/img/common/btn_blog.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(4) a {
    background: url("/portal/common/kor/img/common/btn_band.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(5) a {
    background: url("/portal/common/kor/img/common/btn_kakao.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(6) a {
    background: url("/portal/common/kor/img/common/btn_kakaostory.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list:nth-child(2n+2) {
    margin-left: 2.17391%;
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .video_area {
    position: relative;
    text-align: center;
    background: #000;
  }
  .video_area .h3_video_title {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "ng-bold";
    font-size: 1.66667rem;
    line-height: 2.16667rem;
    color: #fff;
    z-index: 15;
  }
  .video_area .video_screen_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 94px;
    background: url("/portal/common/kor/img/common/bg_video_screen.png") repeat-x top left;
  }
  .video_area .sns_video_wrap {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .video_area .sns_video_wrap .btn_video_sns {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -500em;
    width: 16px;
    height: 16px;
    background: url("/portal/common/kor/img/common/btn_video_sns.png") no-repeat 0 -20px;
    background-size: 20px 40px;
  }
  .video_area img {
    max-width: 100%;
  }
  .video_area iframe,
  .video_area embed,
  .video_area object {
    max-width: 100%;
  }

  .video_caption_wrap {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    background: #55494a;
  }
  .video_caption_wrap .video_caption {
    overflow: hidden;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #fff;
    height: 90px;
    text-align: center;
  }

  .video_list_wrap .video_list_group {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .video_list_wrap .video_list_group .video_list {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    width: 31.73913%;
    min-height: 300px;
    margin-bottom: 22px;
  }
  .video_list_wrap .video_list_group .video_list .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "ng-bold";
    font-size: 1.33333rem;
    line-height: 1.33333rem;
    color: #333;
  }
  .video_list_wrap .video_list_group .video_list .thum {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
  }
  .video_list_wrap .video_list_group .video_list .thum a:focus{
    display: inline-block;
    outline: 2px solid #ffa700;
    outline-offset: -2px;
  }
  .video_list_wrap .video_list_group .video_list .thum img {
    width: 209px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #ddd;
  }
  .video_list_wrap .video_list_group .video_list .thum iframe,
  .video_list_wrap .video_list_group .video_list .thum embed,
  .video_list_wrap .video_list_group .video_list .thum object {
    width: 209px;
    height: 130px;
    margin: 0 auto;
  }
  .video_list_wrap .video_list_group .video_list .context {
    position: relative;
    padding: 20px;
  }
  .video_list_wrap .video_list_group .video_list .context::after {
    content:'';
    display:block;
    clear:both;
  }
  .video_list_wrap .video_list_group .video_list .context .date {
    float: left;
  }
  .video_list_wrap .video_list_group .video_list .context .btn_sns_video {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    text-indent: -500em;
    background: url("/portal/common/kor/img/common/icon_sns.gif") no-repeat top left;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list {
    position: absolute;
    top: 0;
    right: 40px;
    float: right;
    display: none;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li {
    float: left;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    text-indent: -500em;
    background-size: 30px 30px;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(5),
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(6) {
    display: none;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(1) a {
    background: url("/portal/common/kor/img/common/btn_facebook.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(2) a {
    background: url("/portal/common/kor/img/common/btn_instagram.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(3) a {
    background: url("/portal/common/kor/img/common/btn_blog.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(4) a {
    background: url("/portal/common/kor/img/common/btn_band.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(5) a {
    background: url("/portal/common/kor/img/common/btn_kakao.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list .context .sns_video_list li:nth-child(6) a {
    background: url("/portal/common/kor/img/common/btn_kakaostory.gif") no-repeat center;
  }
  .video_list_wrap .video_list_group .video_list:nth-child(3n+2) {
    margin: 0 2.3913%;
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : pagination
    * @moduleName : _pagination
    * @comment    : 페이징(자세한 설명은 _pagination 모듈 참고)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/* mobile And Tablet */
@media (min-width: 120px) and (max-width: 1099px) {
  .paging {
    display: none;
  }

  .paging_v2 {
    display: none;
  }

  .paging_mobile {
  	display:flex;
  	flex-wrap:wrap;
  	justify-content: center;
    clear: both;
    margin: 40px 0 120px 0;
    text-align: center;
    font-size: 0;
    line-height: 1.1rem;
  }
  .paging_mobile > a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_mobile > a span{
    top:inherit;
    left:inherit;
    font-size:1px;
    color:transparent;
  }
  .paging_mobile .btn_page_first {
    background: url("/portal/common/kor/img/common/btn_page_first.gif") no-repeat 50% 50%;
  }
  .paging_mobile .btn_page_prev {
    background: url("/portal/common/kor/img/common/btn_page_prev.gif") no-repeat 50% 50%;
  }
  .paging_mobile .btn_page_next {
    background: url("/portal/common/kor/img/common/btn_page_next.gif") no-repeat 50% 50%;
  }
  .paging_mobile .btn_page_last {
    background: url("/portal/common/kor/img/common/btn_page_last.gif") no-repeat 50% 50%;
  }
  .paging_mobile .page_num {
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
  }
  .paging_mobile .page_num li {
    float: left;
    width: 35px;
  }
  .paging_mobile .page_num li a {
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_mobile .page_num li a:link, .paging_mobile .page_num li a:visited, .paging_mobile .page_num li a:active, .paging_mobile .page_num li a:hover {
    text-decoration: none;
  }
  .paging_mobile .page_num .on {
    font-weight: bold;
    color: #fff;
    border: 1px solid #767676; /* 20170713 접근성 개선 수정 */
    background: #767676; /* 20170713 접근성 개선 수정 */
  }

  .paging_v2_mobile {
    clear: both;
    margin: 40px 0 120px 0;
    text-align: center;
    font-size: 0;
    line-height: 1.1rem;
  }
  .paging_v2_mobile > a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_v2_mobile .btn_page_first {
    background: url("/portal/common/kor/img/common/btn_page_first.gif") no-repeat 50% 50%;
  }
  .paging_v2_mobile .btn_page_prev {
    background: url("/portal/common/kor/img/common/btn_page_prev.gif") no-repeat 50% 50%;
  }
  .paging_v2_mobile .btn_page_next {
    background: url("/portal/common/kor/img/common/btn_page_next.gif") no-repeat 50% 50%;
  }
  .paging_v2_mobile .btn_page_last {
    background: url("/portal/common/kor/img/common/btn_page_last.gif") no-repeat 50% 50%;
  }
  .paging_v2_mobile .page_num {
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
    width: 40.21739%;
  }
  .paging_v2_mobile .page_num li {
    float: left;
    width: 35px;
  }
  .paging_v2_mobile .page_num li a {
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_v2_mobile .page_num li a:link, .paging_v2_mobile .page_num li a:visited, .paging_v2_mobile .page_num li a:active, .paging_v2_mobile .page_num li a:hover {
    text-decoration: none;
  }
  .paging_v2_mobile .page_num .on {
    font-weight: bold;
    color: #fff;
    border: 1px solid #9f9f9f;
    background: #9f9f9f;
  }

  /* 페이지 이전보기 다음보기*/
  .pageing_view {
    border-top: 2px solid #9a8a84;
  }
  .pageing_view dl {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .pageing_view dl dt {
    display: table-cell;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.16667rem;
    color: #333;
    background: #f9f8f7;
  }
  .pageing_view dl:nth-child(1) dt {
    padding: 28px 7px 20px;
  }
  .pageing_view dl:nth-child(2) dt {
    padding: 20px 7px 28px;
  }
  .pageing_view dl dd {
    display: table-cell;
    padding: 20px 15px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.5rem;
    color: #333;
    width: 68.75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pageing_view dl dd a > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pageing_view dl:nth-child(1) dt::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border: 1px solid #9a8a84;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pageing_view dl:nth-child(2) dt::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border: 1px solid #9a8a84;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
/* desktop And desktopWide */
@media (min-width: 1000px) {
  .paging {
    clear: both;
    margin: 40px 0 120px 0;
    text-align: center;
    font-size: 0;
    line-height: 1.1rem;
  }
  .paging > a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging .btn_page_first {
    background: url("/portal/common/kor/img/common/btn_page_first.gif") no-repeat 50% 50%;
  }
  .paging .btn_page_prev {
    background: url("/portal/common/kor/img/common/btn_page_prev.gif") no-repeat 50% 50%;
  }
  .paging .btn_page_next {
    background: url("/portal/common/kor/img/common/btn_page_next.gif") no-repeat 50% 50%;
  }
  .paging .btn_page_last {
    background: url("/portal/common/kor/img/common/btn_page_last.gif") no-repeat 50% 50%;
  }
  .paging .page_num {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
  .paging .page_num li {
    float: left;
  }
  .paging .page_num li a {
    font-size: 11px;
    display: block;
    text-align: center;
    min-width: 35px;
    padding: 10px 0;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging .page_num li a:link, .paging .page_num li a:visited, .paging .page_num li a:active, .paging .page_num li a:hover {
    text-decoration: none;
  }
  .paging .page_num .on {
    font-weight: bold;
    color: #fff;
    border: 1px solid #767676; /* 20170713 접근성 개선 수정 */
    background: #767676; /* 20170713 접근성 개선 수정 */
  }

  .paging_v2 {
  	display:flex;
  	justify-content:center;
    clear: both;
    margin: 35px 0 20px 0;
    text-align: center;
    font-size: 0;
    line-height: 1.1rem;
  }
  .paging_v2 > a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_v2 .btn_page_first {
    background: url("/portal/common/kor/img/common/btn_page_first.gif") no-repeat 50% 50%;
  }
  .paging_v2 .btn_page_prev {
    background: url("/portal/common/kor/img/common/btn_page_prev.gif") no-repeat 50% 50%;
  }
  .paging_v2 .btn_page_next {
    background: url("/portal/common/kor/img/common/btn_page_next.gif") no-repeat 50% 50%;
  }
  .paging_v2 .btn_page_last {
    background: url("/portal/common/kor/img/common/btn_page_last.gif") no-repeat 50% 50%;
  }
  .paging_v2 .page_num {
    overflow: hidden;
    display: inline-block;
    margin: 0 10px;
  }
  .paging_v2 .page_num li {
    float: left;
  }
  .paging_v2 .page_num li a {
    font-size: 11px;
    display: block;
    text-align: center;
    min-width: 35px;
    padding: 10px 0;
    margin: 0 2px;
    border: 1px solid #d5d5d5;
  }
  .paging_v2 .page_num li a:link, .paging_v2 .page_num li a:visited, .paging_v2 .page_num li a:active, .paging_v2 .page_num li a:hover {
    text-decoration: none;
  }
  .paging_v2 .page_num .on {
    font-weight: bold;
    color: #fff;
    border: 1px solid #9f9f9f;
    background: #9f9f9f;
  }

  .paging_mobile {
    display: none;
  }

  .paging_v2_mobile {
    display: none;
  }

  /* 페이지 이전보기 다음보기*/
  .pageing_view {
    border-top: 2px solid #9a8a84;
  }
  .pageing_view dl {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .pageing_view dl dt {
    display: table-cell;
    width: 16.30435%;
    vertical-align: middle;
    text-align: left;
    padding: 20px 2.17391%;
    font-family: "ng-bold";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    background: #f9f8f7;
  }
  .pageing_view dl dd {
    display: table-cell;
    padding: 20px 15px;
    font-family: "ng";
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    color: #333;
    width: 80.43478%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pageing_view dl dd a{
    display: block;
  }
  .pageing_view dl dd a > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pageing_view dl:nth-child(1) dt::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border: 1px solid #9a8a84;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .pageing_view dl:nth-child(2) dt::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border: 1px solid #9a8a84;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : layer_pop
     * @comment      :
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
#layer_pop_wrap{
    position: fixed;
    top: 10px;
    left: 10px;
    min-width: 100px;
    min-height: 100px;
    z-index: 99999;
    background-color: #fff;
}
.layer_pop_body{

}
.layer_pop_footer{
    width: 100%;
    color: #fff;
    padding: 5px;
    background-color: #000;
}
.layer_pop_footer .today_chk{
    overflow: hidden;
}
.layer_pop_footer .chk{
    float: left;
}
.layer_pop_footer .chk label{
    vertical-align: middle;
}
.layer_pop_footer .lay_close{
    float: right;
}
.layer_pop_footer .lay_close a:link,
.layer_pop_footer .lay_close a:visited,
.layer_pop_footer .lay_close a:hover,
.layer_pop_footer .lay_close a:active{
    color: #fff;
}



@media (min-width: 1000px) {

  /* 한주의 인기자료 */
  .week_best{
    display:block;
    width:100%;
    height:300px;
    padding:2% 3%;
    margin:0 0 50px 0;
    border:1px solid #ccc;
    text-align:center;
    background-color:#f4f4f4;
  }
  .week_best h2{
    margin:0 0 30px 0;
    font-size:24px;
    font-weight:bold;
    text-align:center;
  }
  .week_best div.best_contents{
    display:inline-block;
    width:28%;
    margin:0px 18px;
    vertical-align:top;
  }
  .week_best div.best_contents > img{
    width:100%;
    height:128px;
  }
  .week_best div.best_contents p{
    width:95%;
    padding:0 0 0 5px;
    margin:10px 0 0 0;
    text-align:justify;
    font-size:16px;
    font-weight:bold;
  }



  .tab_4_wrap_2{
    margin-bottom:30px;
  }
  .array_form{
    /* width:290px; */
    width:100%;
    height:40px;
    margin:0 0 -20px 0;
    text-align:right;
  }
  .array_form select{
    width:80px;
    height:37px;
    padding:0 0 0 5px;
    font-size:14px;
  }
  .array_form select:last-child{
    width:115px;
  }
  .thum_gallery_type2{
    overflow:hidden;
    width:100%;
  }
  .thum_gallery_type2 .thum_gallery_wrap{
    float:left;
    width:30%;
    height:300px;
    margin:0px 5% 35px 0px;
  }
  .thum_gallery_type2 .thum_gallery_wrap.last{
    margin-right:0px;
  }
  .thum_gallery_type2 .thum_gallery_wrap .thum_img{
    width:100%;
    margin:0px 0px 20px 0px;
  }
  .thum_gallery_type2 .thum_gallery_wrap .thum_content{
    width:100%;
    padding:0px;
  }
  .thum_gallery_type2 .tbl_list_type1_v2{
    height:80px;
  }
  .thum_gallery_type2 .thum_content .tbl_list_type1_v2 .title{
    margin-bottom:25px;
    line-height: 1.8rem;
  }
  .thum_gallery_type2 .thum_gallery_wrap .hits{
    left:20px;
    bottom:18px;
  }
  .thum_gallery_type2 .tbl_list_type1_v2 .date{
    position:absolute;
    right:30px;
    bottom:60px;
  }

}


@media (min-width: 120px) and (max-width: 1099px) {
  /* 레이어 팝업 */
  .layer_pop_div{
    display: none;
  }
  /* 한주의 인기자료 */
  .week_best{
    display:block;
    width:100%;
    padding:4% 3%;
    margin:0 0 20px 0;
    border:1px solid #ccc;
    text-align:center;
    background-color:#f4f4f4;
  }
  .week_best h2{
    margin:0 0 15px 0;
    font-size:24px;
    font-weight:bold;
    text-align:center;
  }
  .week_best div.best_contents{
    display:inline-block;
    width:45%;
    margin:0px 2%;
  }
  .week_best div.best_contents:last-child{
    display:none;
  }
  .week_best div.best_contents > img{
    width:100%;
    height:128px;
  }
  .week_best div.best_contents p{
    width:95%;
    padding:0 0 0 5px;
    margin:10px 0 0 0;
    text-align:justify;
    font-size:16px;
    font-weight:bold;
  }



  .tab_4_wrap_2{
    margin-bottom:30px;
  }
  .array_form{
    /* width:290px; */
    width:100%;
    height:40px;
    margin:0 0 -20px 0;
    text-align:right;
  }
  .array_form select{
    width:80px;
    height:37px;
    padding:0 0 0 5px;
    font-size:14px;
  }
  .array_form select:last-child{
    width:115px;
  }
  .thum_gallery_type2{
    overflow:hidden;
    width:100%;
    text-align:center;
  }
  .thum_gallery_type2 .thum_gallery_wrap{
    position:relative;
    float:left;
    width:47%;
    margin:0px 1.5% 15px 1.5%;
  }
  .thum_gallery_type2 .thum_gallery_wrap.last{
    margin-right:0px;
    display:none;
  }
  .thum_gallery_type2 .thum_gallery_wrap .thum_img{
    display:block;
    width:100%;
    height:100px;
    margin:0px 0px 20px 0px;
  }
  .thum_gallery_type2 .thum_gallery_wrap .thum_img img{
    width:100%;
    height:100px;
    border:1px solid #ddd;
  }
  .thum_gallery_type2 .thum_gallery_wrap .thum_content{
    width:100%;
    padding:0px;
  }
  .thum_gallery_type2 .tbl_list_type1_v2{
    height:auto;
  }
  .thum_gallery_type2 .thum_content .tbl_list_type1_v2 .title{
    margin-bottom:15px;
    text-align:left;
    line-height: 1.8rem;
  }
  .thum_gallery_type2 .thum_content .tbl_list_type1_v2 .text{
    padding:0px;
    font-size:0.9rem;
    letter-spacing:-1px;
    text-align:left;
    color:#7a7a7a;
  }
  .thum_gallery_type2 .thum_gallery_wrap .hits{
    letter-spacing:-1px;
    font-size:0.9rem;
    text-align:left;
  }
  .thum_gallery_type2 .tbl_list_type1_v2 .date{
    position:absolute;
    right:15px;
    bottom:40px;
  }
}
@media all and (max-width:1000px) {
  #event{top:100px !important;}
}
@media all and (max-width:768px) {
  .search_global_mobile_wrap{
    top: 61px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .search_field .btn_submit_search{
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .search_field input[type="text"]{
    height: 52px;
    padding: 0 55px 0 20px;
  }
  .search_global_mobile_wrap .search_global_inside .search_body .best_search dd ul li a{
    padding: 6px 12px;
    font-size: 15px;
  }
}
/* @media all and (max-width:480px) {
  .total_menu_inside .m_menu_list .depth1 .depth1_list .depth1_tit{
    width: 170px;
    padding: 20px 20px 20px 50px;
    font-size: 14px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2{
    left: 170px;
    padding: 0 20px 0 10px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth2_list .depth2_tit{
    padding: 18px 10px;
    font-size: 14px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3 .depth3_list{
    padding: 5px 0;
  }
  .total_menu_inside .m_menu_list .depth1 .depth2 .depth3 .depth3_list .depth3_tit{
    font-size: 13px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list .depth2 .depth2_list.depth3_on .depth2_tit:before{
    width: 14px;
    height: 7px;
  }
  .total_menu_inside .m_menu_list .depth1 .depth1_list.on .depth2 .depth2_list.active.depth3_on .depth2_tit:before{
    width: 14px;
    height: 7px;
  }
} */
#event{
  background-image: url("/portal/common/kor/img/common/event_icon.png");
  position:absolute;
  top:0;
  left:0;
  animation:ani 1s infinite alternate;
  z-index: 10;
}
#event > a{
  display: inline-block;
  width:141px;
  height:115px;
}
@keyframes ani{
  0%{transform:translate(0,0);}
  100%{transform:translate(0,100px);}
}
@keyframes ani2{
  0%{transform:translate(0,0);}
  100%{transform:translate(0,20px);}
}

@media all and (max-width:768px) {
  #event{
    top: 0;
    background-size: 100%;
  }
  #event > a{
    width: 80px;
    height: 66px;
  }
}