@charset "UTF-8";

header.open .header_box .gnb_wrap {
  left: 0;
  display: block;
}

header.open .dim {
  z-index: 999;
  opacity: 1;
}

header .header_box {
  background: #214166;
}

header .header_box .inner {
  position: relative;
  padding: 0 10px;
  height: 56px;
  text-align: center;
}

header .header_box .inner .logo {
  display: inline-block;
  width: 210px;
  height: 56px;
  line-height: 56px;
}

header .header_box .inner .logo>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/advance/header_logo_m.png") no-repeat center/105px;
}

header .header_box .inner .btn_menu_open {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url("../../img/advance/ico_menu_open_m.png") no-repeat center/18px;
}

header .header_box .inner .utill_box {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
}

header .header_box .inner .utill_box>ul>li.cart,
header .header_box .inner .utill_box>ul>li.scrap,
header .header_box .inner .utill_box>ul>li.lately {
  display: none;
}

header .header_box .inner .utill_box>ul>li.login>a {
  background: url("../../img/advance/ico_header_login_m.png") no-repeat center/18px 19px;
}

header .header_box .inner .utill_box>ul>li.login .myinfo_box {
  display: none;
}

header .header_box .inner .utill_box>ul>li>a {
  display: block;
  width: 36px;
  height: 38px;
}

header .header_box .gnb_wrap {
	display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  z-index: 1000;
  transition: left 0.7s ease;
}

header .header_box .gnb_wrap .top {
  position: relative;
  height: 56px;
  background: url("../../img/advance/header_logo_m.png") no-repeat top 50% left 22px/105px;
  background-color: #214166;
}

header .header_box .gnb_wrap .top .logout_btn {
  position: absolute;
  top: 20px;
  right: 60px;
  padding-left: 16px;
  color: #fff;
  background: url("../../img/advance/ico_logout.png") no-repeat left 0 top 3px/11px 12px;
  font-size: 13px;
  line-height: normal;
}

header .header_box .gnb_wrap .utill_box_m>ul {
  border-bottom: solid 1px #dddddd;
}

header .header_box .gnb_wrap .utill_box_m>ul:after {
  content: '';
  display: block;
  clear: both;
}

header .header_box .gnb_wrap .utill_box_m>ul>li {
  width: 50%;
  float: left;
}

header .header_box .gnb_wrap .utill_box_m>ul>li:first-child {
  border-right: solid 1px #ddd;
}

header .header_box .gnb_wrap .utill_box_m>ul>li>a {
  display: block;
  height: 45px;
  line-height: 43px;
  background: #f9f9f9;
  font-size: 14px;
  color: #626668;
  text-align: center;
}

header .header_box .gnb_wrap .utill_box02_m>ul {
  border-bottom: solid 1px #dddddd;
}

header .header_box .gnb_wrap .utill_box02_m>ul:after {
  content: '';
  display: block;
  clear: both;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li {
  position: relative;
  width: calc(100% / 3);
  float: left;
  height: 65px;
  line-height: 63px;
  background: #f9f9f9;
  text-align: center;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 35px);
  margin-top: -17px;
  background: #ddd;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li.cart>a {
  background: url("../../img/advance/ico_header_cart_m.png") no-repeat center/27px;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li.scrap>a {
  background: url("../../img/advance/ico_header_scrap_m.png") no-repeat center/18px;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li.lately>a {
  background: url("../../img/advance/ico_header_lately_m.png") no-repeat center/25px;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li>a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

header .header_box .gnb_wrap .utill_box02_m>ul>li>a .number {
  position: absolute;
  top: -2px;
  display: inline-block;
  background: #ee6d0e;
  padding: 0 5px;
  height: 15px;
  line-height: 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
}

header .header_box .gnb_wrap .gnb_box {
  background: #fff;
  height: calc(100vh - 100px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header .header_box .gnb_wrap .gnb_box::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

header .header_box .gnb_wrap .gnb_box nav {
  padding-top: 22px;
}

header .header_box .gnb_wrap .gnb_box nav>ul {
  padding: 0 22px 50px 22px;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li {
  border-bottom: solid 1px #ddd;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li>a {
  display: table-cell;
  width: 100vw;
  padding: 5px 0;
  height: 50px;
  vertical-align: middle;
  font-size: 15px;
  color: #2a2c2f;
  text-align: left;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li>a.plus {
  padding: 5px 20px 5px 0;
  background: url("../../img/advance/ico_header_dep_plus_m.png") no-repeat top 50% right 0/12px;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li .dep {
  display: none;
  background: #e4e9f1;
  padding: 11px 15px;
  border-top: solid 1px #ddd;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li {
  text-align: left;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li>a {
  font-size: 14px;
  color: #626668;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li:not(:last-child) {
  margin-bottom: 7px;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li.active>a {
  color: #2a2c2f;
  font-weight: 500;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li.active>a {
  color: #2477bd;
  font-weight: 400;
}

header .header_box .gnb_wrap .gnb_box nav>ul>li.active>a.plus {
  background-image: url("../../img/advance/ico_header_dep_minus_m.png");
}

header .header_box .gnb_wrap .btn_menu_close {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 9px;
  right: 8px;
  background: url("../../img/advance/ico_menu_close_m.png") no-repeat center/19px;
}

header .header_box .header-in.custom {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}

header .header_box .header-in.custom .act-login {
  position: static;
  display: block;
  margin-right: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/advance/ico_header_login_m.png") no-repeat center/18px 19px;
  opacity: 1;
  color: transparent;
}

header .header_box .header-in.custom .act-join {
  display: none;
}

header .dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: 0.7s ease;
}

.site-map.advance {
  display: flex;
}

.site-map.advance .site-list {
  display: inline-block;
  width: calc(100% / 2 - 12px);
  margin-right: 0;
  vertical-align: top;
  margin-right: 20px;
}

.site-map.advance .site-list:nth-child(2n) {
  margin-right: 0;
}

.timeMonth {
  line-height: 35px;
  margin-left: 10px;
}

.error_wrap {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../../img/advance/bg_error.jpg") no-repeat center/cover;
}

.error_wrap .error_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.error_wrap .error_box .logo {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 124px;
}

.error_wrap .error_box .logo>img {
  width: 100%;
}

.error_wrap .error_box .script {
  background: url("../../img/advance/bg_error_phone.jpg") no-repeat top 0 left 50%/183px;
  padding: 0 10px;
  padding-top: 142px;
}

.error_wrap .error_box .script>strong {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}

.error_wrap .error_box .script>p {
  margin-top: 13px;
}

.error_wrap .btn_box>.btn {
  width: 100px;
}

.error_wrap .error_box .script.type02 {
  background: url("../../img/advance/bg_error_com.png") no-repeat top 0 left 50%/130px;
}

.error_wrap .error_box .script.type02 strong>span {
  color: #28abb9;
}

.error_wrap .error_box .script>p>strong {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.error_wrap .error_box .btm_box {
  border-top: solid 1px #d7d7d7;
  padding-top: 10px;
  margin-top: 17px;
}

@media screen and (min-width: 1024px) {
  header .header_box .header-in.custom {
    max-width: none;
    padding: 0;
  }

  header .header_box .header-in.custom .act-login {
    margin-left: 0;
    line-height: normal;
  }
}

@media screen and (min-width: 1217px) {
  header .header_box .inner {
    padding: 0;
    height: 91px;
    width: 1200px;
    margin: 0 auto;
  }

  header .header_box .inner .logo {
    display: inline-block;
    width: 170px;
    height: 91px;
    line-height: 90px;
  }

  header .header_box .inner .logo>a {
    background: url("../../img/advance/header_logo.png") no-repeat center;
  }

  header .header_box .inner .btn_menu_open {
    background: url("../../img/advance/ico_menu_open.png") no-repeat left 0 top 50%;
    width: 106px;
    text-align: right;
  }

  header .header_box .inner .btn_menu_open>.blind {
    display: inline;
    position: static;
    left: auto;
    text-indent: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
  }

  header .header_box .inner .utill_box {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 0;
  }

  header .header_box .inner .utill_box>ul:after {
    content: '';
    display: block;
    clear: both;
  }

  header .header_box .inner .utill_box>ul>li {
    float: left;
  }

  header .header_box .inner .utill_box>ul>li.cart {
    display: block;
  }

  header .header_box .inner .utill_box>ul>li.cart>a {
    background: url("../../img/advance/ico_header_cart.png") no-repeat center;
  }

  header .header_box .inner .utill_box>ul>li.scrap {
    display: block;
  }

  header .header_box .inner .utill_box>ul>li.scrap>a {
    background: url("../../img/advance/ico_header_scrap.png") no-repeat center;
  }

  header .header_box .inner .utill_box>ul>li.lately {
    display: block;
  }

  header .header_box .inner .utill_box>ul>li.lately>a {
    background: url("../../img/advance/ico_header_lately.png") no-repeat center;
  }

  header .header_box .inner .utill_box>ul>li.login {
    position: relative;
  }

  header .header_box .inner .utill_box>ul>li.login>a {
    position: relative;
    background: url("../../img/advance/ico_header_login.png") no-repeat center;
  }

  header .header_box .inner .utill_box>ul>li.login>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    border-radius: 7px;
  }

  header .header_box .inner .utill_box>ul>li.login.active>a:before {
    background: rgba(255, 255, 255, 0.25);
  }

  header .header_box .inner .utill_box>ul>li.login.active>a+.myinfo_box {
    z-index: 200;
    opacity: 1;
    display: block;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box {
    position: absolute;
    top: calc(100% + 13px);
    left: 50%;
    border-radius: 8px;
    width: 330px;
    padding: 21px 25px 25px 25px;
    background: #fff;
    text-align: left;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: 0.5s ease;
    z-index: -1;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../../img/advance/ic_myinfo_box_arr.png") no-repeat center;
    width: 20px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .top {
    padding-bottom: 16px;
    border-bottom: solid 1px #ddd;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .top .greeting>strong {
    color: #214166;
    font-size: 18px;
    font-weight: 500;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .top .txt {
    margin-top: 8px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom {
    padding-top: 16px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .list01>li:not(:last-child) {
    margin-bottom: 5px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .list01>li .deadline {
    margin-top: 8px;
    color: #ee6d0e;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .list01>li .deadline .btn_deadline {
    border-radius: 5px;
    background: #ee6d0e;
    height: 30px;
    line-height: 28px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation {
    margin-top: 20px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation:after {
    content: '';
    display: block;
    clear: both;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation>div {
    float: left;
    border: solid 2px #ececec;
    border-radius: 5px;
    height: 134px;
    padding: 11px 15px;
    width: calc(50% - 5px);
    text-align: center;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation>div .tt {
    margin-bottom: 20px;
    color: #214166;
    font-weight: 400;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation .status {
    margin-right: 5px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation .status .number>strong {
    color: #2477bd;
    font-weight: 500;
    font-size: 20px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation .status .total {
    color: #999;
    font-size: 13px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation .todays .rec {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 58px;
    background: url("../../img/advance/ico_status_rec.png") no-repeat center;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .bottom .infomation .todays .rec>span {
    position: absolute;
    top: -8px;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    color: #ffffff;
    background: #2477bd;
    border-radius: 15px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .btn_box {
    margin-top: 15px;
  }

  header .header_box .inner .utill_box>ul>li.login .myinfo_box .btn_box .btn {
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }

  header .header_box .inner .utill_box>ul>li>a {
    position: relative;
    margin: 0 7px;
    width: 43px;
    height: 43px;
  }

  header .header_box .inner .utill_box>ul>li>a .number {
    position: absolute;
    top: 0;
    display: inline-block;
    background: #ee6d0e;
    padding: 0 7px;
    height: 16px;
    line-height: 14px;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
  }

  header .header_box .gnb_wrap {
    width: 440px;
    text-align: left;
  }

  header .header_box .gnb_wrap .top {
    display: none;
  }

  header .header_box .gnb_wrap .utill_box_m {
    display: none;
  }

  header .header_box .gnb_wrap .utill_box02_m {
    display: none;
  }

  header .header_box .gnb_wrap .gnb_box {
    height: 100vh;
  }

  header .header_box .gnb_wrap .gnb_box nav {
    padding-top: 120px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul {
    padding: 0 40px 50px 40px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li>a {
    padding: 10px 0;
    height: 70px;
    font-size: 20px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li>a.plus {
    padding: 10px 32px 10px 0;
    background: url("../../img/advance/ico_header_dep_plus.png") no-repeat top 50% right 0;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li .dep {
    padding: 15px 20px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li>a {
    font-size: 17px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li:not(:last-child) {
    margin-bottom: 12px;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li .dep>li:hover>a {
    color: #2a2c2f;
    font-weight: 500;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li.active>a {
    font-weight: 500;
  }

  header .header_box .gnb_wrap .gnb_box nav>ul>li.active>a.plus {
    background-image: url("../../img/advance/ico_header_dep_minus.png");
  }

  header .header_box .gnb_wrap .btn_menu_close {
    top: 26px;
    right: 28px;
    background: url("../../img/advance/ico_menu_close.png") no-repeat center;
  }

  header .header_box .header-in.custom {
    width: auto;
    height: auto;
    margin-top: -15px;
  }

  header .header_box .header-in.custom .act-login {
    width: auto;
    display: inline-block;
    background: transparent;
    color: #fff;
  }

  header .header_box .header-in.custom .act-join {
    display: inline-block;
    color: #fff;
  }

  .error_wrap {
    background: url("../../img/advance/bg_error.jpg") no-repeat center/cover;
  }

  .error_wrap .error_box .logo {
    margin-bottom: 50px;
    width: 170px;
  }

  .error_wrap .error_box .script {
    background-size: auto;
    padding: 0;
    padding-top: 280px;
  }

  .error_wrap .error_box .script>strong {
    font-size: 23px;
  }

  .error_wrap .error_box .script>p {
    margin-top: 26px;
  }

  .error_wrap .btn_box {
    margin-top: 36px;
  }

  .error_wrap .btn_box>.btn {
    width: 126px;
  }

  .error_wrap .error_box .script.type02 {
    background-size: auto;
  }

  .error_wrap .error_box .script.type02>strong {
    font-size: 28px;
  }

  .error_wrap .error_box .script>p>strong {
    font-size: 20px;
  }

  .error_wrap .error_box .btm_box {
    max-width: 1200px;
    margin: 37px auto 50px;
    padding-top: 34px;
  }
}

/* 기타 */
input[type="radio"]:focus+label {
  outline: 1px dotted #000;
}

.bt-1.w60_100 {
  min-width: 60px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}

.dp_block {
  display: block !important;
}

.col_blue {
  color: #2174b9 !important;
}

.col_red {
  color: #db2e2e !important;
}

.col_navy {
  color: #08355a !important;
}

.col_bk {
  color: #2a2c2f !important;
}

.fwn {
  font-weight: 300;
}

.fwr {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

.m_cont {
  display: block;
}

.pc_cont {
  display: none;
}

.pc_colgroup {
  display: none;
}

.mb_r4 {
  margin-bottom: 4px;
}

.mt11_15 {
  margin-top: 11px;
}

.mt20_30 {
  margin-top: 20px;
}

.mb16_66 {
  margin-bottom: 16px;
}

.mt35_65 {
  margin-top: 35px;
}

.ml4 {
  margin-left: 4px;
}

.mt8_20 {
  margin-top: 8px;
}

.mt8_12 {
  margin-top: 8px;
}

.dp_ib {
  display: inline-block;
}

.mb6_8 {
  margin-bottom: 6px;
}

.mb16_32 {
  margin-bottom: 16px;
}

.m_t01 {
  margin-top: 4px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.bg_none {
  background: transparent !important;
}

.linked {
  display: inline-block;
  position: relative;
}

.linked:hover {
  text-decoration: underline;
}

.bold {
  font-weight: 500;
  color: #2a2c2f;
}

.deco_line {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

textarea.w100 {
  width: 100%;
}

.sub_txt {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: normal;
}

.sub_txt02 {
  margin-bottom: 16px;
  color: #2a2c2f;
  font-weight: 500;
  line-height: normal;
}

*:before,
*:after {
  box-sizing: border-box;
}

.text_el {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_el03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: 4.5em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.txt_link {
  color: #2477bd;
}

.bt-4.col_bk {
  background: #2a2c2f;
  border-color: #2a2c2f;
  color: #fff !important;
}
.bt-4.col_bk:focus {
	outline: 3px solid #fff;
  outline-offset: -4px ;
}

.bt-3.col_white {
  background: #ffffff;
  border: solid 1px #2a2c2f;
  color: #2a2c2f;
}

.bt-3.col_white:hover {
  background: #2a2c2f;
  color: #fff;
}

.w_62_180 {
  width: 62px;
  padding: 0 10px;
}

.inp_form {
  border-top: solid 1px #d7d8da;
  border-bottom: solid 1px #d7d8da;
  padding: 15px 12px;
  background: #f9f9f9;
  overflow: hidden;
}

.inp_form .inp_box {
  display: block;
  float: left;
}

.inp_form .inp_box.w_level01 {
  margin-right: 6px;
  width: calc(100% - 54px);
}

.sel_box {
  display: inline-block;
}

.sel_box.w_level01 {
  min-width: 215px;
}

.sel_box.w_level02 {
  min-width: 120px;
}

input[type="file"] {
  max-width: 100%;
}

/* 검색 */
.vis-sch .sch-option {
  padding: 0;
  margin-top: 0;
  top: 150px;
  width: calc(100% + 60px);
  margin-left: -30px;
}

.vis-sch .search_detail .top .tab_slide_area {
  position: relative;
  padding: 0 18px;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide {
  position: relative;
  background: #fff;
  text-align: center;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 25px);
  background: #c9cacd;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide.active {
  color: #1c6bad;
  font-weight: 500;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #256ca7;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide>a {
  display: table;
  height: 40px;
  padding: 5px;
  border-bottom: solid 1px #c9cacd;
}

.vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide>a>span {
  display: table-cell;
  width: 100vw;
  vertical-align: middle;
}

.vis-sch .search_detail .top .tab_slide_area .menu-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 40px;
  background: url("../../img/advance/ico_arr_search_prev.png") no-repeat center/5px;
  background-color: #e4e9f1;
  cursor: pointer;
  z-index: 10;
}

.vis-sch .search_detail .top .tab_slide_area .menu-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 40px;
  background: url("../../img/advance/ico_arr_search_next.png") no-repeat center/5px;
  background-color: #e4e9f1;
  cursor: pointer;
  z-index: 10;
}

.vis-sch .search_detail .middle {
  background: #f9f9f9;
  border-bottom: solid 1px #c9cacd;
  padding: 13px 12px 0 12px;
  max-height: 300px;
  overflow-y: auto;
}

.vis-sch .search_detail .middle:after {
  content: '';
  display: block;
  height: 13px;
}

.vis-sch .search_detail .middle .cont_box {
  display: none;
}

.vis-sch .search_detail .middle .cont_box.open {
  display: block;
}

.vis-sch .search_detail .middle .cont_box .term_area .term_menu>ul:after {
  content: '';
  display: block;
  clear: both;
}

.vis-sch .search_detail .middle .cont_box .term_area .term_menu>ul>li:last-child {
  width: 100%;
}

.vis-sch .search_detail .middle .cont_box .term_area .term_op {
  margin-top: 10px;
}

.vis-sch .search_detail .middle .cont_box .term_area .term_op .tt {
  display: inline-block;
  padding-bottom: 4px;
  color: #767676;
  font-size: 12px;
  font-weight: 500;
}

.vis-sch .search_detail .middle .cont_box .sch-option {
  display: block;
  position: static;
  width: 100%;
  top: auto;
  left: auto;
  z-index: 0;
  box-shadow: none;
  margin-left: 0;
}

.vis-sch .search_detail .middle .cont_box .sch-option .scroll {
  margin-top: 0;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul>li {
  position: relative;
  background: transparent;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul>li:before {
  content: '';
  position: absolute;
  width: 24px;
  left: 0;
  top: 8px;
  height: 100%;
  background-image: url(32px.png);
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul>li:last-child:before {
  display: none;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul>li:not(:last-child) {
  padding-bottom: 5px;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li>.jstree-anchor {
  color: #212121;
  font-weight: 500;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li>.jstree-icon {
  position: relative;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li.jstree-closed>.jstree-ocl {
  background: url(../../img/advance/ico_tree_plus_m.jpg) no-repeat center/12px;
  vertical-align: middle;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li.jstree-open>.jstree-ocl {
  background: url(../../img/advance/ico_tree_minus_m.jpg) no-repeat center/12px;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children .jstree-children .jstree-node:not(.jstree-leaf)>.jstree-icon.jstree-ocl {
  background-position: 2px 50%;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-leaf>.jstree-ocl {
  background-position: -72px -2px;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-children:not(.jstree-container-ul) .jstree-node {
  background-position: -296px -4px;
  padding-bottom: 2px;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-themeicon {
  display: none;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-checkbox {
  display: none;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 15px;
  height: 15px;
  line-height: 14px;
  padding-left: 22px;
  font-size: 14px;
  color: #767676;
  cursor: pointer;
  vertical-align: middle;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor.jstree-clicked:before {
  border-color: #2477bd;
  background-color: #2477bd;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor.jstree-clicked:after {
  opacity: 1;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor.jstree-undetermined:before {
  border-color: #2477bd;
  background-color: #2477bd;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor.jstree-undetermined:after {
  opacity: 1;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:before,
.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:after {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 15px;
  border: solid 1px #626668;
  background-color: #fff;
}

.vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border: solid 0 #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) skew(-1deg, -1deg);
  opacity: 0;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li {
  position: relative;
  width: 100%;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li.open>.dep_btn {
  background: url("../../img/advance/ico_tree_minus_m.jpg") no-repeat center/12px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li:last-child .dep:last-child:before {
  height: calc(100% - 15px);
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li>label {
  color: #212121;
  font-weight: 500;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep_btn {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../../img/advance/ico_tree_plus_m.jpg") no-repeat center/12px;
  cursor: pointer;
  font-size: 0;
  vertical-align: middle;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep_btn~label {
  margin-left: 7px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep {
  display: none;
  position: relative;
  margin-top: 12px;
  padding-left: 49px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 33px;
  width: 4px;
  height: 100%;
  background: url("../../img/advance/bg_dotted03_m.png") repeat center/4px 3px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li {
  position: relative;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li.open>.dep_btn {
  background: url("../../img/advance/ico_tree_minus_m.jpg") no-repeat center/12px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:last-child .dep:last-child:before {
  height: calc(100% - 15px);
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:not(:last-child) {
  margin-bottom: 15px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  left: -13px;
  top: 7px;
  width: 13px;
  height: 4px;
  background: url("../../img/advance/bg_dotted02_m.png") no-repeat center/13px 4px;
}

.vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: -42px;
  top: -13px;
  width: 40px;
  height: 22px;
  background: url("../../img/advance/bg_dotted01_m.png") no-repeat center/40px 22px;
}

.vis-sch .search_detail .middle .cont_box .search_box {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 5px;
}

.vis-sch .search_detail .middle .cont_box .search_box .l {
  float: left;
  margin-right: 5px;
  line-height: 35px;
  min-width: 110px;
}

.vis-sch .search_detail .middle .cont_box .search_box .r {
  overflow: hidden;
}

.vis-sch .search_detail .bottom {
  padding: 13px 12px;
  background: #fff;
}

.vis-sch .search_detail .bottom .btnarea {
  margin-top: 0;
}

.vis-sch .search_detail .bottom .btnarea .bt-1.w60_100 {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.vis-sch .keyword_btn.search_keyword .bt-reload {
  background: #08355a;
}

.vis-sch .keyword_btn.search_keyword .bt-reload>span {
  background: url("../../img/advance/ico_resaerch_m.png") no-repeat center/21px;
}

.pop-layer .pop-cont.type02 {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}

.pop-layer .pop-cont.type02 .cont_box {
  padding: 8px 6px;
}

.pop-layer .pop-cont.type02 .cont_box .btn.link {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.pop-layer .pop-cont.type02 .news-view {
  background: #fff;
  padding: 0;
}

.pop-layer .pop-cont.type02 .news-view .bt-unit {
  padding: 5px 29px 5px 8px;
  white-space: normal;
  line-height: normal;
}

.pop-layer .pop-cont.type02 .btnarea.double .btn {
  width: calc(50% - 6px);
}

.pop-layer .pop-cont.type02 .btnarea.double .btn:first-child {
  margin-right: 12px;
}

.pop-layer .pop-cont .cont_box {
  padding: 13px 20px;
  background: #f9f9f9;
}

.pop-layer .pop-cont .cont_box .date {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #2a2c2f;
  font-weight: 400;
}

.pop-layer .pop-cont .cont_box .tit {
  color: #2a2c2f;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

.pop-layer .pop-cont .cont_box .tit.v2 {
  font-weight: 400;
}

.pop-layer .pop-cont .btnarea {
  margin-top: 15px;
}

.pop-layer .pop-cont .btm {
  margin-top: 10px;
}

.pop-layer .pop-cont .vis-sch {
  margin-top: 12px;
  height: 330px;
  background: #f9f9f9;
  padding: 13px 12px;
}

.pop-layer .pop-cont .vis-sch .sch-option {
  position: static;
  display: block;
  width: 100%;
  margin-left: 0;
  box-shadow: none;
}

.pop-layer .tbl_wrap {
  margin-top: 11px;
}

.pop-layer .tbl_wrap table.custom thead {
  display: none;
}

.pop-layer .tbl_wrap table.custom tr {
  width: 100%;
}

.pop-layer .tbl_wrap table.custom tr th {
  background: #e4e9f1;
  min-width: 92px;
}

.pop-layer .tbl_wrap table tr td:first-child,
.pop-layer .tbl_wrap table tr th:first-child {
  border-left: 0;
}

.total-pick .option_info {
  padding: 0px 12px;
}

.total-pick .option_info>li:not(:last-child) {
  margin-bottom: 3px;
}

.news-view .option_wrap {
  text-align: center;
}

.news-view .option_wrap .option-area .options.op01 {
  margin-bottom: 0;
  z-index: 200;
}

.news-view .option_wrap .option-area .options.op01 .tab {
  padding: 0 0 0 12px;
  line-height: 33px;
}

.news-view .option_wrap .option-area .options.op01 .tab:not(:first-child) {
  border-top: 1px solid #c9cacd;
}

.news-view .option_wrap .option-area .options.op01 .tab>label {
  color: #2477bd;
  padding-left: 0;
}

.news-view .option_wrap .option-area .options.op01 .tab>label:before {
  display: none;
}

.news-view .option_wrap .option-area .options.op01 .tab>label:after {
  display: none;
}

.news-view .option_wrap .option-area .options.op02 {
  z-index: 200;
}

.news-view .option_wrap .option-area .options.op02 .opts-grid {
  display: block;
}

.news-view .option_wrap .option-area .options.op02 .opts-grid tbody tr:first-child td:first-of-type {
  border-top: 0;
}

.news-view .option_wrap .bt-5 {
  min-width: 70px;
}

.news-view .option_wrap .op_cont {
  display: none;
}

.news-view .option_wrap .op_cont.open {
  display: block;
}

.news-view .option_wrap .op_cont .payment_box02 {
  background: #e4e9f1;
  padding: 7px 12px 8px;
}

.news-view .total-pick {
  position: relative;
}

.news-view .payment_box {
  margin-top: 20px;
  display: table;
  width: 100%;
  min-height: 36px;
  text-align: center;
}

.news-view .payment_box>a {
  display: table-cell;
  width: 100vw;
  padding: 5px 15px;
  background: #08355a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

.news-view .payment_box02 {
  margin-top: 11px;
}

.news-view .payment_box02 .list01+.btnarea {
  margin-top: 7px;
}

.news-view .payment_box02 .agree {
  margin-top: 16px;
}

.news-view .pop-layer .scroll {
  overflow-y: auto;
}

.news-view .btnarea .bt-1,
.news-view .btnarea .bt-2,
.news-view .btnarea .bt-3,
.news-view .btnarea .bt-4 {
  padding: 0 12px;
}

.list01.sm>li:not(:last-child) {
  margin-bottom: 5px;
}

.list01>li {
  position: relative;
  padding-left: 8px;
}

.list01>li:not(:last-child) {
  margin-bottom: 7px;
}

.list01>li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #767676;
  border-radius: 100%;
}

.list01>li .list_normal {
  margin-top: 5px;
}

.list01 .analysis_list {
  margin-left: -8px;
}

.list01 .api_btn_wrap {
  margin-left: -8px;
}

.list_normal>li:not(:last-child) {
  margin-bottom: 5px;
}

.list_bot {
  position: relative;
  padding-left: 8px;
}

.list_bot:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #767676;
  border-radius: 100%;
}

.bt13-1 {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #2174b9;
  background: #2174b9;
  border-radius: 2px;
}

.bt13-1:focus{
	outline: 2px solid #ee6d0e;
}

.bt13-1.big {
  height: 36px;
  line-height: 34px;
}

.btn {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid #2174b9;
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.btn.type02 {
  border-radius: 36px;
}

.btn.link_white {
  padding-right: 37px;
  background-image: url("../../img/advance/btn_white_link.png");
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: top 50% right 15px;
}

.btn:not(:last-child) {
  margin-right: 4px;
}

.btn.sm {
  height: 25px;
  line-height: 23px;
  padding: 0 6px;
}

.btn.sm.plus {
  padding: 0 6px 0 20px;
  background: url("../../img/advance/btn_ico_plus_m.png") no-repeat top 7px left 6px/11px;
}

.btn.pc_big.link {
  padding: 0 35px;
}

.btn.pc_big.link02 {
  padding: 0 35px;
}

.btn.white {
  background: #fff;
  color: #444;
  border: 1px solid #626668;
}

.btn.white:focus {
  outline: 2px solid #ee6d0e;
}

.btn.bg_white {
  background: #fff;
}

.btn.blue {
  background: #2174b9;
}

.btn.blue.hover:hover {
  color: #2174b9;
  background: #fff;
}

.btn.blue:focus{
  outline: 2px solid #ee6d0e;
}

.btn.bg_orange {
  background-color: #ee6d0e;
  border-color: #ee6d0e;
}

.btn.black {
  background: #2a2c2f;
  border-color: #2a2c2f;
}

.btn.black:not(.hover):focus {
  outline: 2px solid #ee6d0e;
}

.btn.black.hover:hover {
  color: #2a2c2f;
  background: #fff;
}

.btn.black.hover:focus {
  color: #2a2c2f;
  background: #fff;
  outline: 2px solid #ee6d0e;
}

.btn.brown {
  color: #a8650f;
  border-color: #a8650f;
}

.btn.red {
  color: #db2e2e;
  border-color: #db2e2e;
}

.btn.col_blue {
  color: #2174b9;
  border-color: #2174b9;
}

.btn.d_gray {
  background: #444444;
  border-color: #444444;
}

.btn.d_gray:focus {
  outline: 2px solid #ee6d0e;
}

.btn.d_gray.hover:hover {
  color: #444444;
  background: #fff;
}

.btn.d_gray_2 {
  border-color: #404040;
  background: #fff;
  color: #46464a;
}

.btn.d_gray_2:focus {
  outline: 2px solid #ee6d0e;
}

.btn.d_gray_2.hover:hover {
  color: #fff;
  background: #46464a;
  border-color: #46464a;
}

.btn.gray {
  background: #626668;
  border-color: #626668;
}

.btn.gray:focus{
	outline: 2px solid #ee6d0e;
}

.btn.gray.hover:hover {
  color: #626668;
  background: #fff;
}

.btn.link:before {
  content: '';
  display: inline-block;
  margin-right: 9px;
  width: 7px;
  height: 35px;
  background: url("../../img/advance/btn_ico_link_m.png") no-repeat center/7px;
  vertical-align: top;
}

.btn.link02:after {
  content: '';
  display: inline-block;
  margin-left: 9px;
  width: 7px;
  height: 35px;
  background: url("../../img/advance/btn_ico_link02_m.png") no-repeat center/7px;
  vertical-align: top;
}

.btn.link03 {
  height: 37px;
  line-height: 35px;
  border-radius: 37px;
}

.btn.link03:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 36px;
  background: url("../../img/advance/ico_link03.png") no-repeat center/14px;
  vertical-align: top;
}

.btn.w100 {
  width: 100%;
}

.btn.m_w100 {
  width: 100%;
}

.btn.pd01 {
  padding: 0 50px;
}

.btn.pd02 {
  padding: 0 30px;
}

.btn.h_level01 {
  height: 35px;
  line-height: 33px;
}

.btn.download>span {
  padding: 0 0 0 15px;
  background: url("../../img/advance/btn_download_m.png") no-repeat top 50% left 0/11px;
}

.btn.print>span {
  padding: 0 0 0 18px;
  background: url("../../img/advance/btn_print.png") no-repeat top 50% left 0/14px 15px;
}

.btn_box {
  margin-top: 13px;
}

.tab_area.margin {
  margin-bottom: 16px;
}

.tab_area.service_news .service_news_tab {
  border-bottom: solid 1px #c9cacd;
}

.tab_area.service_news .service_news_tab>ul {
  display: table;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
}

.tab_area.service_news .service_news_tab>ul>li {
  position: relative;
  display: table-cell;
  max-width: 130px;
  vertical-align: top;
}

.tab_area.service_news .service_news_tab>ul>li.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #1c6bad;
}

.tab_area.service_news .service_news_tab>ul>li.active>a {
  display: block;
  color: #1c6bad;
  font-weight: bold;
}

.tab_area.service_news .service_news_tab>ul>li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 16px;
  margin-top: -10px;
  background: #c9cacd;
}

.tab_area.service_news .service_news_tab>ul>li>a {
  display: block;
  padding: 0 12px;
  padding-bottom: 10px;
  color: #767676;
  font-size: 14px;
  font-weight: 500;
}

.tab_area.service_news .tab_cont_box {
  padding: 0 12px;
}

.tab_area.service_news .tab_cont_box .slide_section {
  position: relative;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide {
  border: solid 1px #c9cacd;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide.company {
  height: 45px;
  text-align: center;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide {
  border-left: solid 1px #c9cacd;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide:first-child {
  border-left: 0;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide.active .cont {
  background: #2477bd;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide.active .cont .st {
  color: #fff;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide.active .cont .number {
  color: #fff;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont {
  position: relative;
  display: block;
  padding: 11px 15px;
  height: 100px;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont .st {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  line-height: 1.2em;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  color: #2a2c2f;
}

.tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont .number {
  position: absolute;
  bottom: 11px;
  color: #c9cacd;
}

.tab_area.service_news .tab_cont_box .tab_cont .service-prev {
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -13px;
  display: block;
  width: 27px;
  height: 27px;
  background: url("../../img/advance/ico_service_slide_prev_m.png") no-repeat center/27px;
  z-index: 10;
  cursor: pointer;
}

.tab_area.service_news .tab_cont_box .tab_cont .service-next {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -13px;
  display: block;
  width: 27px;
  height: 27px;
  background: url("../../img/advance/ico_service_slide_next_m.png") no-repeat center/27px;
  z-index: 10;
  cursor: pointer;
}

.tab_area .tab.table>ul {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.tab_area .tab.table>ul li {
  position: relative;
  display: table-cell;
}

.tab_area .tab.table>ul li:not(:last-child):before {
  border-right: 0;
}

.tab_area .tab.table>ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #d9d9d9;
}

.tab_area .tab.table>ul li>a {
  position: relative;
  display: table;
  width: 100%;
  height: 40px;
  color: #2a2c2f;
}

.tab_area .tab.table>ul li>a>span {
  display: table-cell;
  vertical-align: middle;
}

.tab_area .tab.table>ul li.active>a {
  background: #214166;
  color: #fff;
}

.tab_area .tab02>ul {
  width: 100%;
  text-align: center;
}

.tab_area .tab02>ul:after {
  content: '';
  display: block;
  clear: both;
}

.tab_area .tab02>ul li {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 -1px -1px;
}

.tab_area .tab02>ul li:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #d9d9d9;
}

.tab_area .tab02>ul li>a {
  position: relative;
  display: table;
  padding: 0 5px;
  width: 100%;
  height: 40px;
  color: #2a2c2f;
}

.tab_area .tab02>ul li>a>span {
  display: table-cell;
  vertical-align: middle;
}

.tab_area .tab02>ul li.active>a {
  background: #214166;
  color: #fff;
  z-index: 10;

}
.tab_area .tab02>ul li.active>a:focus {
	outline: 2px solid #ee6d0e;
}

.tab_area .tab02.table>ul {
  display: table;
  table-layout: fixed;
}

.tab_area .tab02.table>ul>li {
  display: table-cell;
  margin: 0;
}

.tab_area .tab02.table>ul>li:not(:last-child):before {
  border-right: 0;
}

.tab_area .tab_cont_box {
  margin-top: 20px;
}

.tab_area .tab_cont_box .tab_cont {
  display: none;
}

.tab_area .tab_cont_box .tab_cont.open {
  display: block;
}

.tab_area .tab_cont_box .tab_cont .gr_box .tbl_wrap {
  margin-top: 8px;
}

.tab_area .tab_cont_box .tab_cont .gr_box+.tbl_wrap {
  margin-top: 16px;
}

.service_info {
  color: #767676;
}

.service_info .section.bg_service {
  background: url("../../img/advance/bg_service_m.jpg") no-repeat bottom 0 left 50%/299px;
  padding-bottom: 230px;
}

.service_info .section.bg02 {
  background: url("../../img/advance/bg_newsbuy_m.jpg") no-repeat bottom 0 left 50%/299px;
  padding-bottom: 230px;
}

.service_info .section.bg03 {
  background: url("../../img/advance/bg_newsapi_m.jpg") no-repeat bottom 0 left 50%/298px;
  padding-bottom: 270px;
}

.service_info .section.bg04 {
  background: url("../../img/advance/bg_subscribe_m.jpg") no-repeat bottom 0 left 50%/298px;
  padding-bottom: 230px;
}

.service_info .section.bg05 {
  background: url("../../img/advance/bg_newscreator_m.png") no-repeat bottom 0 left 50%/293px 200px;
  padding-bottom: 230px;
}

.service_info .section.bg06 {
  background: url("../../img/advance/bg_newsapi_m.png") no-repeat bottom 0 left 50%/294px 200px;
  padding-bottom: 230px;
}

.service_info .section.bg07 {
  background: url("../../img/advance/bg_copyright01_m.png") no-repeat bottom 30px left 50%/288px 200px;
  padding-bottom: 260px;
  border-bottom: solid 1px #d7d8da;
}

.service_info .section.bg08 {
  background: url("../../img/advance/bg_copyright02_m.png") no-repeat bottom 30px left 50%/255px 200px;
  padding-bottom: 260px;
  border-bottom: solid 1px #d7d8da;
}

.service_info .section.bg09 {
  background: url("../../img/advance/bg_copyright03_m.png") no-repeat bottom 30px left 50%/262px 200px;
  padding-bottom: 260px;
  border-bottom: solid 1px #d7d8da;
}

.service_info .section.bg10 {
  background: url("../../img/advance/bg_copyright04_m.png") no-repeat bottom 30px left 50%/290px 200px;
  padding-bottom: 260px;
  border-bottom: solid 1px #d7d8da;
}

.service_info .section.bg11 {
  background: url("../../img/advance/bg_copyright05_m.png") no-repeat bottom 30px left 50%/230px 200px;
  padding-bottom: 230px;
}

.service_info .section.bg12 {
  background: url("../../img/advance/bg_copyright06_m.png") no-repeat bottom 30px left 50%/293px 200px;
  padding-bottom: 230px;
}

.service_info .section.bg13 {
  background: url("../../img/advance/bg_copyright07_m.png") no-repeat bottom 30px left 50%/294px 200px;
  padding-bottom: 230px;
}

.service_info .section.bg14 {
  background: url("../../img/advance/bg_copyright08_m.png") no-repeat bottom 30px left 50%/274px 173px;
  padding-bottom: 230px;
}

.service_info .section.bg15 {
  background: url("../../img/advance/bg_newsone_m.png") no-repeat bottom 30px left 50%/293px 200px;
  padding-bottom: 230px;
}

.service_info.type02 .section:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}

.service_info.type02 .section:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #d7d8da;
}

.service_info.type02 .section .intro {
  color: #626668;
  font-weight: 500;
}

.service_info.type02 .section .sec_tit>strong {
  color: #2a2c2f;
}

.service_info.type02 .section .btn_box {
  margin-top: 20px;
}

.service_info.type02 .section.bg01 {
  background: url("../../img/advance/bg_type02_service_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.service_info.type02 .section.bg02 {
  background: url("../../img/advance/bg_type02_service02_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.service_info.type02 .section.bg03 {
  background: url("../../img/advance/bg_type02_service03_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.service_info.type02 .section.bg04 {
  background: url("../../img/advance/bg_type02_service04_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.service_info.type02 .section.bg05 {
  background: url("../../img/advance/bg_type02_service05_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.service_info.type02 .section.bg06 {
  background: url("../../img/advance/bg_type02_service06_m.png") no-repeat bottom 30px left 50%/360px;
  padding-bottom: 330px;
}

.creator_info .box {
  padding: 166px 0 26px;
  border-bottom: solid 1px #d7d8da;
  color: #626668;
  font-weight: 300;
}

.creator_info .box:nth-child(1) {
  background: url("../../img/advance/bg_creator_info01.png") no-repeat top 25px left 0/131px;
}

.creator_info .box:nth-child(2) {
  background: url("../../img/advance/bg_creator_info02.png") no-repeat top 25px right 0/149px;
}

.creator_info .box:nth-child(3) {
  background: url("../../img/advance/bg_creator_info03.png") no-repeat top 25px left 0/145px;
}

.creator_info .box.cont04 {
  background: url("../../img/advance/bg_creator_info04.png") no-repeat top 25px left 0/122px;
}

.creator_info .box.cont05 {
  background: url("../../img/advance/bg_creator_info05.png") no-repeat top 25px right 0/126px;
}

.creator_info .box.cont06 {
  background: url("../../img/advance/bg_creator_info06.png") no-repeat top 25px left 0/126px;
}

.creator_info .box.cont07 {
  background: url("../../img/advance/bg_creator_info07.png") no-repeat top 25px left 0/150px;
}

.creator_info .box.cont08 {
  background: url("../../img/advance/bg_creator_info08.png") no-repeat top 25px right 0/158px;
}

.creator_info .box.cont09 {
  background: url("../../img/advance/bg_creator_info09.png") no-repeat top 25px left 0/143px;
}

.creator_info .box.cont10 {
  background: url("../../img/advance/bg_creator_info10.png") no-repeat top 25px left 0/141px;
}

.creator_info .box.cont11 {
  background: url("../../img/advance/bg_creator_info11.png") no-repeat top 25px right 0/156px;
}

.creator_info .box.cont12 {
  background: url("../../img/advance/bg_creator_info12.png") no-repeat top 25px left 0/139px;
}

.creator_info .box.cont13 {
  background: url("../../img/advance/bg_creator_info13.png") no-repeat top 25px left 0/145px;
}

.creator_info .box.cont14 {
  background: url("../../img/advance/bg_creator_info14.png") no-repeat top 25px right 0/143px;
}

.creator_info .box.cont15 {
  background: url("../../img/advance/bg_creator_info15.png") no-repeat top 25px left 0/170px;
}

.creator_info .box strong {
  display: block;
  margin-bottom: 8px;
  color: #2a2c2f;
  font-size: 17px;
  font-weight: bold;
}

.section:not(:last-child) {
  margin-bottom: 35px;
}

.sub_section:not(:last-child) {
  margin-bottom: 16px;
}

.sub-vis.ty-5 .bg {
  background: url("../../img/advance/vis-ty-5_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-6 .bg {
  background: url("../../img/advance/vis-ty-6_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-7 .bg {
  background: url("../../img/advance/vis-ty-7_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-8 .bg {
  background: url("../../img/advance/vis-ty-8_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-9 .bg {
  background: url("../../img/advance/vis-ty-9_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-10 .bg {
  background: url("../../img/advance/vis-ty-10_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-11 .bg {
  background: url("../../img/advance/vis-ty-11_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-12 .bg {
  background: url("../../img/advance/vis-ty-12_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-13 .bg {
  background: url("../../img/advance/vis-ty-13_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-14 .bg {
  background: url("../../img/advance/vis-ty-14_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-15 .bg {
  background: url("../../img/advance/vis-ty-15_m.jpg") no-repeat center/cover;
}

.sub-vis.ty-16 .bg {
  background: url("../../img/advance/vis-ty-16_m.jpg") no-repeat center/cover;
}
.sub-vis.ty-17 .bg {
  background: url("../../img/advance/vis-ty-17_m.jpg") no-repeat center/cover;
}
.sub-vis.ty-18 .bg {
  background: url("../../img/advance/vis-ty-18_m.jpg") no-repeat center/cover;
}

.sec_tit {
  color: #2477bd;
  font-weight: 400;
  font-size: 28px;
  padding-bottom: 16px;
}

.sec_tit>strong {
  font-weight: bold;
}

.sec_tit .intro {
  color: #2a2c2f;
  font-size: 14px;
  font-weight: 500;
}

.sub_sec_tit {
  padding-bottom: 16px;
  color: #2a2c2f;
  font-size: 18px;
  font-weight: bold;
}

.api_btn_wrap {
  margin-top: 5px;
  margin-bottom: -5px;
}

.api_btn_wrap.mt8_20 {
  margin-top: 8px;
}

.api_btn_wrap .bt-8 {
  margin-bottom: 5px;
  margin-right: 4px;
}

.tbl_btm {
  margin-top: 12px;
}

.procedure {
  margin-bottom: -15px;
}

.procedure:after {
  content: '';
  display: block;
  clear: both;
}

.procedure.news>li:nth-child(1) {
  background-image: url("../../img/advance/ico_procedure_news01_m.png");
}

.procedure.news>li:nth-child(2) {
  background-image: url("../../img/advance/ico_procedure_news02_m.png");
}

.procedure.news>li:nth-child(3) {
  background-image: url("../../img/advance/ico_procedure_news03_m.png");
}

.procedure.news>li:nth-child(4) {
  background-image: url("../../img/advance/ico_procedure_news04_m.png");
}

.procedure.news>li:nth-child(5) {
  background-image: url("../../img/advance/ico_procedure_news05_m.png");
}

.procedure.news>li:nth-child(6) {
  background-image: url("../../img/advance/ico_procedure_news06_m.png");
}

.procedure.subscribe>li:nth-child(1) {
  background-image: url("../../img/advance/ico_procedure_subs01_m.png");
}

.procedure.subscribe>li:nth-child(2) {
  background-image: url("../../img/advance/ico_procedure_subs02_m.png");
}

.procedure.subscribe>li:nth-child(3) {
  background-image: url("../../img/advance/ico_procedure_subs03_m.png");
}

.procedure.subscribe>li:nth-child(4) {
  background-image: url("../../img/advance/ico_procedure_subs04_m.png");
}

.procedure.buyer>li:nth-child(1) {
  background-image: url("../../img/advance/ico_procedure01_m.png");
}

.procedure.buyer>li:nth-child(2) {
  background-image: url("../../img/advance/ico_procedure02_m.png");
}

.procedure.buyer>li:nth-child(3) {
  background-image: url("../../img/advance/ico_procedure03_m.png");
}

.procedure.buyer>li:nth-child(4) {
  background-image: url("../../img/advance/ico_procedure04_m.png");
}

.procedure.buyer>li:nth-child(5) {
  background-image: url("../../img/advance/ico_procedure05_m.png");
}

.procedure>li {
  float: left;
  width: calc(33.33% - 16px);
  min-height: 200px;
  padding-top: 90px;
  background-size: 80px;
  background-position: top 0 left 50%;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 15px;
}

.procedure>li:not(:nth-child(3n)) {
  margin-right: 17px;
}

.procedure>li .bold {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.procedure>li .sub_text {
  font-size: 14px;
  color: #767676;
  line-height: 1.5;
}

.procedure>li:nth-child(1) {
  background-image: url("../../img/advance/ico_procedure01_m.png");
}

.procedure>li:nth-child(2) {
  background-image: url("../../img/advance/ico_procedure02_m.png");
}

.procedure>li:nth-child(3) {
  background-image: url("../../img/advance/ico_procedure04_m.png");
}

.procedure>li:nth-child(4) {
  background-image: url("../../img/advance/ico_procedure05_m.png");
}

.procedure>li:not(:last-child) {
  position: relative;
}

.procedure>li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  top: 40px;
  margin-top: -6px;
  width: 7px;
  height: 12px;
  background: url("../../img/advance/ico_arr_procedure_m.png") no-repeat center/7px 12px;
}

.gr_box {
  background: #f9f9f9;
  padding: 11px 15px;
}

.gr_box .tt {
  padding-bottom: 5px;
}

.gr_box .txt_mt {
  margin-top: 5px;
}

.gr_box .box:not(:last-child) {
  margin-bottom: 12px;
}

.download_area {
  margin-bottom: -15px;
}

.download_area:after {
  content: '';
  display: block;
  clear: both;
}

.download_area .down_box {
  position: relative;
  float: left;
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
  padding: 13px 20px 17px;
  border: solid 1px #cbcbcb;
  text-align: center;
}

.download_area .down_box:nth-child(odd) {
  margin-right: 15px;
}

.download_area .down_box .tt {
  color: #2a2c2f;
  font-weight: 400;
  font-size: 16px;
}

.download_area .down_box .price {
  margin-top: 4px;
}

.download_area .down_box .price>.through {
  text-decoration: line-through;
}

.download_area .down_box .price strong {
  display: block;
  margin-top: 4px;
  color: #db2e2e;
  font-size: 21px;
  font-weight: 500;
}

.download_area .down_box .btnarea {
  margin-top: 13px;
}

.download_area .down_box .btnarea .bt13-1 {
  width: 100%;
}

.tbl_wrap.mo_w_level01 .tbl_box table {
  min-width: 400px;
}

.tbl_wrap.txt_l .tbl_box table th {
  text-align: left;
}

.tbl_wrap.txt_l .tbl_box table td {
  text-align: left;
}

.tbl_wrap.m_block {
  display: block;
}

.tbl_wrap.type_list.view .tbl_box table tbody tr td>div {
  margin-top: 8px;
}

.tbl_wrap.type_list .tbl_box {
  overflow: visible;
}

.tbl_wrap.type_list .tbl_box table {
  display: block;
  width: 100%;
  min-width: auto;
}

.tbl_wrap.type_list .tbl_box table tbody {
  display: block;
}

.tbl_wrap.type_list .tbl_box table tbody tr {
  padding: 12px 6px;
  display: flex;
  flex-direction: column;
}

.tbl_wrap.type_list .tbl_box table tbody tr:not(:last-child) {
  border-bottom: solid 1px #c9cacd;
}

.tbl_wrap.type_list .tbl_box table tbody tr td {
  display: block;
  border: 0;
  padding: 0;
  height: auto;
}

.tbl_wrap.type_list .tbl_box table tbody tr td.txt_l {
  text-align: left;
}

.tbl_wrap.type_list .tbl_box table tbody tr td.txt_r {
  text-align: right;
}

.tbl_wrap.type_list .tbl_box table tbody tr td.txt_r_l {
  text-align: right;
}

.tbl_wrap.type_list .tbl_box table tbody tr td.txt_r_c {
  text-align: right;
}

.tbl_wrap.type_list .tbl_box table tbody tr td.margin {
  margin-top: 12px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td>div {
  margin-top: 5px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .title {
  color: #2a2c2f;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .margin02 {
  margin-left: 7px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .ream {
  color: #2a2c2f;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .state_normal {
  margin-right: 7px;
  color: #2a2c2f;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .price {
  color: #2a2c2f;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .price>strong {
  font-size: 24px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .cancel {
  color: #2a2c2f;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .success {
  color: #db2e2e;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .incomplete {
  color: #a76510;
  font-weight: 700;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .box.block {
  margin-bottom: 8px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .box>strong {
  margin-right: 8px;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .box .btn_box {
  display: inline-block;
  margin: 0;
}

.tbl_wrap.type_list .tbl_box table tbody tr td .box .btn {
  margin-right: 4px;
  margin-bottom: 5px;
}

.tbl_wrap.type02.border_style .tbl_box table thead th {
  border-width: 1px;
  border-color: #c9cacd;
  border-style: solid;
  border-bottom: 0;
}

.tbl_wrap.type02.border_style .tbl_box table thead th:first-child {
  border-style: solid solid none none;
}

.tbl_wrap.type02.border_style .tbl_box table thead th:last-child {
  border-style: solid none none solid;
}

.tbl_wrap.type02.border_style .tbl_box table tbody tr:not(:last-child) {
  border-bottom: solid 1px #c9cacd;
}

.tbl_wrap.type02.bg_blue .tbl_box table thead th {
  background: #e4e9f1;
}

.tbl_wrap.type02.bg_blue .tbl_box table tbody tr td .div_th {
  background: #e4e9f1;
}

.tbl_wrap.type02.blue .tbl_box table thead th {
  background: #e4e9f1;
}

.tbl_wrap.type02.blue .tbl_box table tbody tr td .div_th {
  background: #e4e9f1;
}

.tbl_wrap.type02 .tbl_box table {
  display: block;
  width: 100%;
  min-width: auto;
}

.tbl_wrap.type02 .tbl_box table thead {
  display: none;
}

.tbl_wrap.type02 .tbl_box table thead th {
  background: #f9f9f9;
}

.tbl_wrap.type02 .tbl_box table tbody {
  display: block;
}

.tbl_wrap.type02 .tbl_box table tbody tr {
  display: block;
}

.tbl_wrap.type02 .tbl_box table tbody td {
  display: table;
  width: 100%;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.tbl_wrap.type02 .tbl_box table tbody td:not(:last-child) {
  border-bottom: solid 1px #c9cacd;
}

.tbl_wrap.type02 .tbl_box table tbody td .div_th {
  display: table-cell;
  background: #f9f9f9;
  width: 120px;
  min-width: 120px;
  height: 37px;
  padding: 10px;
  color: #222;
  font-weight: 500;
  text-align: left;
}

.tbl_wrap.type02 .tbl_box table tbody td .div_td {
  display: table-cell;
  padding: 10px;
  text-align: left;
}

.tbl_wrap.type02 .tbl_box table tbody td .div_td.txt_c {
  text-align: center;
}

.tbl_wrap.th_td_border_pc .tbl_box table tr th {
  border: 0;
}

.tbl_wrap.th_td_border_pc .tbl_box table tr td {
  border: 0;
}

.tbl_wrap .tbl_intro {
  position: relative;
  margin-bottom: 11px;
}

.tbl_wrap .tbl_intro:after {
  content: '';
  display: block;
  clear: both;
}

.tbl_wrap .tbl_intro .l {
  float: left;
}

.tbl_wrap .tbl_intro .l .g-title-2 {
  margin-bottom: 8px;
}

.tbl_wrap .tbl_intro .r {
  float: right;
}

.tbl_wrap .tbl_intro .r.ab {
  position: absolute;
  right: 0;
  bottom: 0;
}

.tbl_wrap .tbl_box {
  position: relative;
  overflow: auto;
  border-bottom: solid 1px #c9cacd;
  border-top: solid 2px #222;
}

.tbl_wrap .tbl_box::-webkit-scrollbar {
  width: 3px;
  height:4px;
}

.tbl_wrap .tbl_box::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}

.tbl_wrap .tbl_box.w100 table {
  min-width: 100%;
}

.tbl_wrap .tbl_box.border_top_none {
  border-top: 0;
}

.tbl_wrap .tbl_box.txt_l table td,
.tbl_wrap .tbl_box.txt_l th {
  text-align: left;
}

.tbl_wrap .tbl_box.type02 {
  border-top: 0;
}

.tbl_wrap .tbl_box.type02 th {
  background: #ffffff;
  height: 35px;
}

.tbl_wrap .tbl_box.type02 td {
  background: #ffffff;
  height: 35px;
}

.tbl_wrap .tbl_box.type03 th {
  height: 60px;
  padding: 0 6px;
  border-right: 0;
}

.tbl_wrap .tbl_box.type03 td {
  padding: 12px;
  border-left: 0;
}

.tbl_wrap .tbl_box.m_trans table {
  min-width: 100%;
}

.tbl_wrap .tbl_box.m_trans thead {
  display: none;
}

.tbl_wrap .tbl_box.m_trans tbody .th {
  display: table-cell;
  background: #e4e9f1;
}

.tbl_wrap .tbl_box.m_trans tbody .th.w35 {
  width: 35%;
}

.tbl_wrap .tbl_box.m_trans tbody td,
.tbl_wrap .tbl_box.m_trans tbody th {
  display: none;
}

.tbl_wrap .tbl_box.m_trans tbody .td {
  display: table-cell;
  text-align: left;
  border-right: 0;
}

.tbl_wrap .tbl_box.m_trans tbody .td.txt_c {
  text-align: center;
}

.tbl_wrap .tbl_box.m_trans tbody .m_cont {
  display: table-row;
  width: 100%;
}

.tbl_wrap .tbl_box table {
  min-width: 550px;
  word-break: keep-all;
  table-layout: fixed;
}

.tbl_wrap .tbl_box table th {
  background: #e4e9f1;
  color: #222;
  font-weight: 500;
  text-align: center;
  height: 37px;
  padding: 10px;
  border-width: 1px;
  border-color: #c9cacd;
  border-style: solid;
}

.tbl_wrap .tbl_box table th:first-child {
  border-style: solid none none none;
}

.tbl_wrap .tbl_box table th:last-child {
  border-style: solid none none solid;
}

.tbl_wrap .tbl_box table td {
  border: solid 1px #c9cacd;
  height: 37px;
  padding: 10px;
  text-align: center;
  color: #767676;
}

.tbl_wrap .tbl_box table td.txt_l {
  text-align: left;
}

.tbl_wrap .tbl_box table td.txt_r {
  text-align: right;
}

.tbl_wrap .tbl_box table td.txt_r_l {
  text-align: right;
}

.tbl_wrap .tbl_box table td.txt_r_c {
  text-align: right;
}

.tbl_wrap .tbl_box table td:first-child {
  border-style: solid solid none none;
}

.tbl_wrap .tbl_box table td:last-child {
  border-style: solid none none solid;
}

.tbl_wrap .tbl_box td
 {
  border-style: solid none solid none;
}

.tbl_wrap .tbl_box table tr:last-child td,
.tbl_wrap .tbl_box table tr:last-child th {
  border-bottom: 0;
}

.tbl_wrap .tbl_box table tr.m_cont {
  display: table-row;
}

.tbl_wrap .tbl_box table tbody.wd_bka td {
  word-break: break-all;
}

.tbl_wrap .tbl_box table tbody th {
  background: #f9f9f9;
}

/* .tbl_wrap .tbl_box .list_info>li {
  color: #8a8a8a;
} */

.tbl_wrap .btm:after {
  content: '';
  display: block;
  clear: both;
}

.tbl_wrap .btm .l {
  float: left;
}

.tbl_wrap .btm .r {
  float: right;
}

.tbl_wrap .btm.type02 {
  padding: 10px;
  min-height: 37px;
  background: #f9f9f9;
  color: #2a2c2f;
  font-weight: 500;
}

.tbl_wrap .bor_t_solid {
  border-top: solid 1px #d7d7d7;
}

.tbl_wrap .bor_b_solid {
  border-bottom: solid 1px #d7d7d7;
}

.board_wrap:not(:last-child) {
  margin-bottom: 15px;
}

.board_wrap.th_level00 .board_box .board .row .div_th {
  width: 35%;
  min-width: 35%;
}

.board_wrap.th_level01 .board_box .board .row .div_th {
  width: 120px;
  min-width: 120px;
}

.board_wrap.th_level02 .board_box .board .row .div_th {
  width: 120px;
  min-width: 120px;
}

.board_wrap .board_intro {
  margin-bottom: 8px;
  overflow: hidden;
}

.board_wrap .board_intro .l {
  float: left;
}

.board_wrap .board_intro .r {
  float: right;
}

.board_wrap .board_intro .blue_box {
  height: 35px;
  padding: 0;
  line-height: 33px;
  color: #2a2c2f;
  font-weight: 500;
  text-align: center;
}

.board_wrap .board_intro .g-title-2 {
  margin-bottom: 8px;
}

.board_wrap .board_intro.double .l {
  margin-top: 7px;
}

.board_wrap .board_intro.double .r {
  margin-top: 0;
}

.board_wrap .board_box {
  border-bottom: solid 1px #c9cacd;
  border-top: solid 2px #222;
}

.board_wrap .board_box .board .row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.board_wrap .board_box .board .row:not(:last-child) {
  border-bottom: solid 1px #c9cacd;
}

.board_wrap .board_box .board .row .div_th {
  display: table-cell;
  min-width: 120px;
  width: 120px;
  height: 37px;
  padding: 10px;
  background: #f9f9f9;
  vertical-align: top;
  color: #2a2c2f;
  font-weight: 500;
}

.board_wrap .board_box .board .row .div_th.vm {
  vertical-align: middle;
}

.board_wrap .board_box .board .row .div_td {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  color: #767676;
  word-break: break-all;
}

.board_wrap .bor_t_solid {
  border-top: solid 1px #d7d7d7;
}

.board_wrap .bor_b_solid {
  border-bottom: solid 1px #d7d7d7;
}

.com_number_box {
  display: flex;
}

.com_number_box.pc_cont {
  display: none;
}

.com_number_box .item {
  flex: 1;
  display: inline-block;
}

.com_number_box .item:not(:last-child) {
  position: relative;
  margin-right: 16px;
}

.com_number_box .item:not(:last-child):before {
  content: '-';
  display: block;
  position: absolute;
  width: 16px;
  height: 35px;
  right: -15px;
  top: 0;
  text-align: center;
  line-height: 35px;
}

.grid-list-2.cmgt .w-ty label {
  color: #2a2c2f;
}

.analysis_list {
  overflow-x: auto;
}

.analysis_list.scroll {
  padding-right: 0;
}

.analysis_list.scroll::-webkit-scrollbar {
  height: 5px;
}

.analysis_list>ul {
  width: 1164px;
  margin-bottom: 12px;
}

.analysis_list>ul:after {
  content: '';
  display: block;
  clear: both;
}

.analysis_list>ul>li {
  float: left;
  width: 156px;
}

.analysis_list>ul>li:not(:last-child) {
  margin-right: 12px;
}

.analysis_list>ul>li .bg {
  width: 100%;
  height: 0;
  padding-bottom: calc(230 / 312 * 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.analysis_list>ul>li:nth-child(1) .bg {
  background-image: url("../../img/advance/analysis01_m.jpg");
}

.analysis_list>ul>li:nth-child(2) .bg {
  background-image: url("../../img/advance/analysis02_m.jpg");
}

.analysis_list>ul>li:nth-child(3) .bg {
  background-image: url("../../img/advance/analysis03_m.jpg");
}

.analysis_list>ul>li:nth-child(4) .bg {
  background-image: url("../../img/advance/analysis04_m.jpg");
}

.analysis_list>ul>li:nth-child(5) .bg {
  background-image: url("../../img/advance/analysis05_m.jpg");
}

.analysis_list>ul>li:nth-child(6) .bg {
  background-image: url("../../img/advance/analysis06_m.jpg");
}

.analysis_list>ul>li:nth-child(7) .bg {
  background-image: url("../../img/advance/analysis07_m.jpg");
}

.analysis_list>ul>li .txt_box {
  border: solid 1px #cbcbcb;
  border-top: 0;
  padding: 11px 20px 15px;
  min-height: 130px;
  text-align: center;
}

.analysis_list>ul>li .txt_box .tt {
  display: block;
  margin-bottom: 2px;
  color: #2a2c2f;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.news-summary .company {
  color: #2477bd;
  font-weight: 500;
  margin-bottom: 2px;
}

.news-summary .text.type02 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  line-height: 1.2em;
  word-break: break-all;
  white-space: normal;
}

.pro_mo_box {
  background: #e4e9f1;
  text-align: center;
  padding: 56px 43px 60px;
  color: #2a2c2f;
  font-size: 18px;
  font-weight: 500;
}

.pro_mo_box>.btn_box {
  margin-top: 12px;
}

.pro_mo_box>.btn_box>a {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
}

.pro_mo_box>.btn_box>a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 34px;
  margin-right: 4px;
}

.pro_mo_box .password_row {
  margin-top: 12px;
}

.pro_mo_box .password_row>input {
  width: 200px;
}

.kakao_btn {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  background: #f6bf3a;
  color: #391f1f;
}

.kakao_btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 34px;
  margin-right: 4px;
  background: url("../../img/advance/login_kakao.png") no-repeat center/15px;
}

.google_btn {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
}

.google_btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 34px;
  margin-right: 4px;
  background: url("../../img/advance/login_google.png") no-repeat center/15px;
}

.naver_btn {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  background: #5dab4e;
  color: #fff;
}

.naver_btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 34px;
  margin-right: 4px;
  background: url("../../img/advance/login_naver.png") no-repeat center/15px;
}

.Profile_cer {
  margin-top: 35px;
}

.Profile_cer .kakao_btn {
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

.Profile_cer .naver_btn {
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

.Profile_cer .google_btn {
  display: block;
  text-align: center;
}

.Profile_cer .txt {
  margin-bottom: 15px;
}

.blue_box {
  padding: 12px;
  background: #e4e9f1;
}

#entPrsCheck {
  margin-top: 35px;
}

#entPrsCheck .info {
  margin-bottom: 12px;
  color: #db2e2e;
}

.intro_box {
  margin-bottom: 16px;
  padding: 12px;
  background: #f9f9f9;
  font-weight: 300;
}

.intro_box strong {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.intro_box p {
  margin-top: 5px;
}

.intro_box .btn_box {
  margin-top: 8px;
}

.press_choice {
  padding: 12px;
  background: #f9f9f9;
}

.press_choice .choice_box {
  height: 300px;
  overflow: auto;
}

.press_choice .choice_box>ul>li:not(:last-child) {
  margin-bottom: 15px;
}

.press_choice .choice_box>ul>li>.checked-i {
  margin-bottom: 10px;
}

.press_choice .choice_box>ul>li .press {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  border-left: 1px solid #c9cacd;
}

.press_choice .choice_box>ul>li .press>li {
  width: calc(100% / 3 - 0.1px);
  margin-top: -1px;
  line-height: 33px;
  height: 35px;
  font-size: 12px;
  color: #444;
  border: 0 solid #c9cacd;
  border-width: 1px 1px 1px 0;
  font-weight: 500;
  text-align: center;
}

.press_choice .choice_box>ul>li .press>li input {
  position: static;
}

.press_choice .choice_box>ul>li .press>li input:checked+.checked-i {
  background: #2477bd;
  color: #fff;
}

.press_choice .choice_box>ul>li .press>li label {
  bottom: 33px;
}

.press_choice .choice_box>ul>li .press>li .checked-i {
  position: relative;
  display: block;
  background: #fff;
}

.press_choice .choice_box>ul>li .press>li .checked-i:before {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0;
}

.keyword_box {
  margin-bottom: -6px;
  border-bottom: solid 1px #d7d8da;
  padding: 12px;
}

.keyword_box .btn_box {
  margin-top: 16px;
}

.keyword_wrap {
  display: inline-block;
  margin-bottom: -6px;
}

.keyword_btn {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
  border: solid 1px #c9cacd;
  padding: 0 29px 0 8px;
  height: 25px;
  background: #e4e9f1;
  line-height: 23px;
  color: #2a2c2f;
  font-size: 12px;
  font-weight: 500;
}

.keyword_btn.white {
  background: #fff;
}

.keyword_btn.normal {
  padding: 0 8px;
}

.keyword_btn:not(:last-child) {
  margin-right: 2px;
}

.keyword_btn>button {
  position: absolute;
  top: 0;
  right: 8px;
  border-radius: 2px;
  width: 12px;
  height: 24px;
  background: url("../../img/advance/ico_keyword_del_m.jpg") no-repeat center/12px;
}

.news_view_area {
  margin-top: 12px;
  background: #f9f9f9;
}

.news_view_area .news_view {
  padding: 16px 12px;
}

.news_view_area .news_view .top .pic {
  position: relative;
  margin-bottom: 10px;
  height: 0;
  padding-bottom: calc(330 / 600 * 100%);
  overflow: hidden;
}

.news_view_area .news_view .top .pic>img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news_view_area .news_view .top .subj {
  color: #2477bd;
  margin-bottom: 3px;
}

.news_view_area .news_view .top .tt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: 3em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 500;
}

.news_view_area .news_view .top .tt:hover {
  text-decoration: underline;
}

.news_view_area .news_view .bottom {
  margin-top: 13px;
}

.news_view_area .news_view .bottom .list01>li {
  overflow: hidden;
}

.news_view_area .news_view .bottom .list01>li:nth-child(n+5) {
  display: none;
}

.news_view_area .news_view .bottom .list01>li>a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 70%;
  float: left;
  overflow: hidden;
}

.news_view_area .news_view .bottom .list01>li>a:hover {
  text-decoration: underline;
}

.news_view_area .news_view .bottom .list01>li>.comp {
  display: block;
  float: right;
  margin-right: 10px;
  color: #2477bd;
}

.contents-mid.login-wrap.login_advance {
  width: auto;
  height: auto;
}

.login_intro {
  margin-bottom: 10px;
  text-align: center;
}

.login_intro .g-title {
  margin-bottom: 10px;
}

.login_intro>strong {
  display: block;
  margin-bottom: 5px;
  color: #2a2c2f;
  font-size: 17px;
  font-weight: bold;
}

.login_intro>p {
  color: #767676;
}

.ease_login_box {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.ease_login_box:after {
  content: '';
  top: 9px;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c9cacd;
  z-index: -1;
}

.ease_login_box>strong {
  display: inline-block;
  padding: 0 15px;
  background: #e4e9f1;
  color: #2a2c2f;
  font-size: 14px;
  font-weight: 500;
}

.ease_login_box .ease_login {
  margin-top: 13px;
}

.ease_login_box .ease_login:after {
  content: '';
  display: block;
  clear: both;
}

.ease_login_box .ease_login>li {
  width: calc(100% / 3 - 8px);
  float: left;
}

.ease_login_box .ease_login>li:not(:last-child) {
  margin-right: 12px;
}

.ease_login_box .ease_login>li>a {
  display: block;
  height: 70px;
  font-weight: 400;
  padding-top: 39px;
  border-radius: 3px;
}

.ease_login_box .ease_login>li.kakao>a {
  background: url("../../img/advance/login_kakao.png") no-repeat top 17px left 50%;
  background-color: #f6bf3a;
  color: #391f1f;
}

.ease_login_box .ease_login>li.naver>a {
  background: url("../../img/advance/login_naver.png") no-repeat top 17px left 50%;
  background-color: #5dab4e;
  color: #fff;
}

.ease_login_box .ease_login>li.google>a {
  background: url("../../img/advance/login_google.png") no-repeat top 17px left 50%;
  background-color: #fff;
  color: #2a2c2f;
}

.join_area {
  padding-bottom: 200px;
}

.join_area .join_box {
  margin: 0 auto;
}

.payment_table .state_normal {
  color: #2a2c2f;
  font-weight: 500;
}

.list_info {
  font-size: 0;
  margin-bottom: -5px;
}

.list_info>li {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #2a2c2f;
}

.list_info>li:not(:last-child) {
  position: relative;
  margin-right: 19px;
}

.list_info>li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -10px;
  width: 1px;
  height: 11px;
  background: #c9cacd;
}

.api_used_wrap {
  margin-bottom: -12px;
  overflow: hidden;
}

.api_used_wrap .scroll {
  padding: 0;
}

.api_used_wrap .api_used_box {
  border: solid 1px #c9cacd;
  border-top: solid 1px #2a2c2f;
  padding: 8px 12px;
  float: left;
  width: calc(50% - 6px);
  margin-bottom: 12px;
}

.api_used_wrap .api_used_box:nth-child(odd) {
  margin-right: 12px;
}

.api_used_wrap .api_used_box>strong {
  display: block;
  color: #2a2c2f;
  padding-bottom: 7px;
}

.api_used_wrap .api_used_box .used_list>li {
  overflow: hidden;
}

.api_used_wrap .api_used_box .used_list>li .q {
  float: left;
  color: #767676;
}

.api_used_wrap .api_used_box .used_list>li .a {
  display: block;
  padding-left: 4px;
  color: #db2e2e;
  text-align: right;
  overflow: hidden;
}

.da_myinfo {
  margin-bottom: 10px;
  background: url("../../img/advance/ico_mydash.png") no-repeat left 0 top 0/30px;
  padding-left: 37px;
  color: #2a2c2f;
  font-weight: 500;
  min-height: 30px;
  line-height: 28px;
}

.news_tab {
  position: relative;
  margin-bottom: 16px;
  border-top: solid 1px #c9cacd;
  border-bottom: solid 1px #c9cacd;
  background: #f9f9f9;
  padding: 12px 28px 14px 58px;
  color: #2a2c2f;
  font-weight: 400;
}

.news_tab .new {
  position: absolute;
  top: 10px;
  left: 12px;
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  line-height: 22px;
  background: #214166;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
}

.news_tab .obtion {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("../../img/advance/ico_option.png") no-repeat center/15px;
}

.dashboard_wrap {
  margin-bottom: -16px;
  display: flex;
  flex-wrap: wrap;
}

.dashboard_wrap:after {
  content: '';
  display: block;
  clear: both;
}

.dashboard_wrap .box {
  flex: 1 1 40%;
  border: solid 1px #c9cace;
  border-radius: 2px;
  float: left;
  max-width: calc(50% - 8px);
  margin-bottom: 12px;
}

.dashboard_wrap .box:nth-child(odd) {
  margin-right: 12px;
}

.dashboard_wrap .box>a {
  display: block;
  padding: 15px 15px 11px 15px;
  text-align: center;
}

.dashboard_wrap .box>a>span {
  position: relative;
  display: inline-block;
  width: 90px;
  padding-top: 76px;
  background-position: top 0 left 50%;
  background-repeat: no-repeat;
  background-size: 66px;
  color: #2a2c2f;
  font-weight: 500;
}

.dashboard_wrap .box>a>span .num {
  position: absolute;
  top: 0;
  right: 1px;
  background: #2477bd;
  color: #fff;
  padding: 0 10px;
  height: 21px;
  line-height: 20px;
  border-radius: 20px;
}

/* .dashboard_wrap .box:nth-child(1)>a>span {
  background-image: url("../../img/advance/ico_dashboard01.png");
}

.dashboard_wrap .box:nth-child(2)>a>span {
  background-image: url("../../img/advance/ico_dashboard02.png");
}

.dashboard_wrap .box:nth-child(3)>a>span {
  background-image: url("../../img/advance/ico_dashboard03.png");
}

.dashboard_wrap .box:nth-child(4)>a>span {
  background-image: url("../../img/advance/ico_dashboard04.png");
}

.dashboard_wrap .box:nth-child(5)>a>span {
  background-image: url("../../img/advance/ico_dashboard05.png");
}

.dashboard_wrap .box:nth-child(6)>a>span {
  background-image: url("../../img/advance/ico_dashboard06.png");
} */

.api_saech .inp_box {
  margin-bottom: 10px;
}

.api_saech .inp_box .menu:not(:last-child) {
  margin-bottom: 10px;
}

.api_saech .inp_box .menu>strong {
  display: block;
  margin-bottom: 5px;
  color: #2a2c2f;
  font-weight: 500;
  text-align: left;
}

.api_saech .btn {
  width: 100%;
}

.url_inp_box {
  margin-top: 15px;
}

.url_inp_box .box {
  position: relative;
  padding-right: 24px;
}

.url_inp_box .box:not(:last-child) {
  margin-bottom: 12px;
}

.url_inp_box .box span {
  display: block;
}

.url_inp_box .box span:not(:last-child) {
  margin-bottom: 6px;
}

.url_inp_box .box .del {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../../img/advance/ico_tree_minus_m.jpg") no-repeat center/12px;
}

.url_inp_box .add {
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
}

.account_wrap .t {
  margin-bottom: 16px;
  padding: 8px 12px;
  background: #e4e9f1;
}

.account_wrap .bankbook {
  padding: 12px 30px;
  background: url("../../img/advance/ico_bankbook.png") no-repeat left 12px top 17px/12px;
  background-color: #f9f9f9;
}

.newstore_service .sercive_list>li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 67px;
  background-position: top 0 left 0;
  min-height: 67px;
  padding-left: 77px;
}

.newstore_service .sercive_list>li:not(:last-child) {
  margin-bottom: 24px;
}

.newstore_service .sercive_list>li strong {
  display: block;
  margin-bottom: 3px;
  color: #2a2c2f;
  font-weight: 500;
}

.newstore_service .sercive_list>li:nth-child(1) {
  background-image: url("../../img/advance/bg_newstore_service01.png");
}

.newstore_service .sercive_list>li:nth-child(2) {
  background-image: url("../../img/advance/bg_newstore_service02.png");
}

.newstore_service .sercive_list>li:nth-child(3) {
  background-image: url("../../img/advance/bg_newstore_service03.png");
}

.newstore_service .sercive_list>li:nth-child(4) {
  background-image: url("../../img/advance/bg_newstore_service04.png");
}

.newstore_service .sercive_list>li:nth-child(5) {
  background-image: url("../../img/advance/bg_newstore_service05.png");
}

.newstore_service .sercive_list>li:nth-child(6) {
  background-image: url("../../img/advance/bg_newstore_service06.png");
}

.date_sel_wrap {
  flex-wrap: wrap;
}

.date_sel_wrap .first,
.date_sel_wrap .last {
  width: 100%;
  font-size: 0;
}

.date_sel_wrap .first {
  position: relative;
  width: calc(100% - 20px);
  margin-bottom: 5px;
}

.date_sel_wrap .first::after {
  content: '~';
  display: block;
  position: absolute;
  width: 20px;
  top: 0;
  right: -20px;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
}

.date_sel_wrap .fm-cal {
  position: relative;
  width: calc(50% - 7.5px);
}

.date_sel_wrap .fm-cal:nth-child(1) {
  margin-right: 15px;
}

.date_sel_wrap .fm-cal:nth-child(1)::before {
  content: '-';
  display: block;
  position: absolute;
  width: 15px;
  line-height: 35px;
  top: 0;
  right: -15px;
  font-size: 13px;
  text-align: center;
}

.date_sel_wrap .fm-cal::after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 13px;
  height: 15px;
  margin-top: -7px;
  background-image: url(../../img/common/sprite-mo.png);
  background-size: 500px 250px;
  background-position: -139px -31px;
  z-index: -1;
}

.date_sel_wrap .fm-sel {
  background: transparent;
  cursor: pointer;
}

.fm-rad,
.fm-chk,
.fm-etc {
  /*position: fixed;*/
  position: absolute;
  left: -1000%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

.vis-sch .sch-option .chk-group>li>input {
  position: static;
}

.vis-sch .sch-option .chk-group>li .opt-row>li {
  height: 35px;
}

.vis-sch .sch-option .chk-group>li .opt-row>li input {
  position: static;
  left: auto;
}

.vis-sch .sch-option .chk-group>li .opt-row>li label {
  bottom: 33px;
}

@media screen and (min-width: 500px) {
  .date_sel_wrap {
    flex-wrap: nowrap;
  }

  .date_sel_wrap .first {
    width: 100%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1024px),
print {
  .vis-sch .sch-option .chk-group>li .opt-row>li {
    height: 40px;
  }

  .vis-sch .sch-option .chk-group>li .opt-row>li input {
    position: static;
    left: auto;
  }

  .vis-sch .sch-option .chk-group>li .opt-row>li label {
    bottom: 38px;
  }

  /* 기타 */
  .bt-1.w60_100 {
    min-width: 100px;
  }

  .tab_slide_area .menu-prev {
    display: none;
  }

  .tab_slide_area .menu-next {
    display: none;
  }

  .pc_cont {
    display: block;
  }

  .pc_colgroup {
    display: table-column-group;
  }

  .m_cont {
    display: none;
  }

  .mb_r4 {
    margin-bottom: 0px;
    margin-right: 4px;
  }

  .mt11_15 {
    margin-top: 15px;
  }

  .mt20_30 {
    margin-top: 30px;
  }

  .mt35_65 {
    margin-top: 65px;
  }

  .mb16_66 {
    margin-bottom: 66px;
  }

  .mt8_20 {
    margin-top: 20px;
  }

  .mt8_12 {
    margin-top: 12px;
  }

  .mb6_8 {
    margin-bottom: 8px;
  }

  .mb16_32 {
    margin-bottom: 32px;
  }

  .pc_mt0 {
    margin-top: 0 !important;
  }

  .m_t01 {
    margin-top: 0px;
    margin-left: 4px;
  }

  .w_62_180 {
    width: 180px;
    padding: 0 30px;
  }

  .tbl_btm {
    margin-top: 15px;
  }

  .inp_form {
    padding: 22px;
  }

  .inp_form .inp_box.w_level01 {
    margin-right: 8px;
    width: 300px;
  }

  .inp_form .btn {
    font-size: 16px;
  }

  .sel_box.w_level01 {
    min-width: 315px;
  }

  .sel_box.w_level02 {
    min-width: 140px;
  }

  /* 검색 */
  .vis-sch.search_area {
    width: 800px;
  }

  .vis-sch .search_detail {
    top: calc(100% + 15px);
    left: 30px;
  }

  .vis-sch .search_detail.w-1 {
    width: 800px;
  }

  .vis-sch .search_detail .top .tab_slide_area {
    padding: 0;
  }

  .vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide {
    width: calc(100% / 5);
  }

  .vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide:not(:last-child):before {
    width: 2px;
    height: calc(100% - 35px);
    right: 0px;
    margin-top: -10px;
  }

  .vis-sch .search_detail .top .tab_slide_area .tab_slide .swiper-slide>a {
    height: 55px;
  }

  .vis-sch .search_detail .middle {
    padding: 24px 18px 0 24px;
    overflow: hidden;
    max-height: 310px;
  }

  .vis-sch .search_detail .middle:after {
    height: 18px;
  }

  .vis-sch .search_detail .middle .cont_box .term_area .term_menu>ul>li {
    width: calc(100% / 7);
  }

  .vis-sch .search_detail .middle .cont_box .term_area .term_menu>ul>li:last-child {
    width: calc(100% / 7);
  }

  .vis-sch .search_detail .middle .cont_box .term_area .term_menu>ul>li>a {
    height: 40px;
    font-size: 14px;
  }

  .vis-sch .search_detail .middle .cont_box .term_area .fm-grid-2 .fm-cal {
    width: 200px;
  }

  .vis-sch .search_detail .middle .cont_box .term_area .fm-grid-2 .fm-cal:last-child {
    margin-top: 0;
  }

  .vis-sch .search_detail .middle .cont_box .sch-option {
    display: block;
    position: static;
    width: 100%;
    top: auto;
    left: auto;
    z-index: 0;
    box-shadow: none;
    margin-left: 0;
  }

  .vis-sch .search_detail .middle .cont_box .sch-option .scroll {
    max-height: 260px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul {
    max-height: 260px;
    overflow: auto;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-container-ul>li:not(:last-child) {
    padding-bottom: 15px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li.jstree-closed>.jstree-ocl {
    background: url(../../img/advance/ico_tree_plus.jpg) no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-children>li.jstree-open>.jstree-ocl {
    background: url(../../img/advance/ico_tree_minus.jpg) no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-children .jstree-children .jstree-node:not(.jstree-leaf)>.jstree-icon.jstree-ocl {
    background-position: 1px 50%;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-children .jstree-children:not(.jstree-container-ul) .jstree-node {
    background-position: -296px -4px;
    padding-bottom: 6px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-children .jstree-children:not(.jstree-container-ul) .jstree-node:first-child {
    padding-top: 10px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-themeicon {
    display: none;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-checkbox {
    display: none;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor {
    min-height: 20px;
    line-height: 19px;
    padding-left: 28px;
    font-size: 16px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:before {
    width: 21px;
    height: 20px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .jstree-anchor:after {
    left: 5px;
    top: 6px;
    width: 11px;
    height: 6px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li {
    position: relative;
    width: 100%;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li:last-child .dep:last-child:before {
    height: calc(100% - 20px);
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li.open>.dep_btn {
    background: url("../../img/advance/ico_tree_minus.jpg") no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep_btn {
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
    background: url("../../img/advance/ico_tree_plus.jpg") no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep {
    margin-top: 15px;
    padding-left: 57px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep:before {
    top: 11px;
    left: 33px;
    width: 5px;
    height: 100%;
    background: url("../../img/advance/bg_dotted03.png") repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li.open>.dep_btn {
    background: url("../../img/advance/ico_tree_minus.jpg") no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:not(:last-child) {
    margin-bottom: 20px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:not(:first-child):before {
    left: -19px;
    width: 18px;
    height: 7px;
    background: url("../../img/advance/bg_dotted02.png") no-repeat center;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:first-child:before {
    left: -52px;
    top: -17px;
    width: 51px;
    height: 27px;
    background: url("../../img/advance/bg_dotted01.png") no-repeat center/48px 27px;
  }

  .vis-sch .search_detail .middle .cont_box .jstree .chk-group>li .dep>li:last-child .dep:last-child:before {
    height: calc(100% - 20px);
  }

  .vis-sch .search_detail .middle .cont_box .search_box {
    padding: 0 145px;
    margin-bottom: 10px;
  }

  .vis-sch .search_detail .middle .cont_box .search_box .l {
    margin-right: 10px;
    line-height: 46px;
    min-width: 125px;
  }

  .vis-sch .search_detail .bottom {
    padding: 18px;
  }

  .vis-sch .search_detail .bottom .btnarea .bt-1.w60_100 {
    min-width: 100px;
    padding: 0 8px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .vis-sch .keyword_btn.search_keyword .bt-reload>span {
    background-image: url("../../img/advance/ico_resaerch.png");
  }

  .pop-layer .news-view .option_wrap .option-area .options.op01 .tab {
    width: 25%;
    margin: 0 -1px 0 0;
  }

  .pop-layer .pop_intro {
    margin-top: 15px;
  }

  .pop-layer.w720 {
    max-width: 720px;
  }

  .pop-layer.w870 {
    max-width: 870px;
  }

  .pop-layer.w1040 {
    max-width: 1040px;
  }

  .pop-layer .pop-cont.type02 {
    margin-top: 24px;
  }

  .pop-layer .pop-cont.type02 .cont_box {
    padding: 26px 30px;
  }

  .pop-layer .pop-cont.type02 .cont_box .btn.link {
    margin-top: 36px;
    height: 54px;
    line-height: 52px;
    font-size: 16px;
  }

  .pop-layer .pop-cont.type02 .cont_box .btn.link:before {
    margin-right: 15px;
    width: 8px;
    height: 54px;
    background-size: 8px 14px;
  }

  .pop-layer .pop-cont.type02 .news-view {
    width: 100%;
  }

  .pop-layer .pop-cont.type02 .news-view .bt-unit {
    padding: 0 52px 0 17px;
    line-height: 49px;
  }

  .pop-layer .pop-cont.type02 .btnarea .btn {
    width: calc(50% - 6px);
  }

  .pop-layer .pop-cont.type02 .btnarea .btn:first-child {
    margin-right: 12px;
  }

  .pop-layer .pop-cont .cont_box {
    padding: 26px 30px;
    background: #f9f9f9;
  }

  .pop-layer .pop-cont .cont_box .date {
    margin-top: 10px;
    margin-bottom: 6px;
    color: #2a2c2f;
    font-weight: 400;
  }

  .pop-layer .pop-cont .cont_box .tit {
    color: #2a2c2f;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
  }

  .pop-layer .pop-cont .cont_box .tit.v2 {
    font-size: 24px;
  }

  .pop-layer .pop-cont .btnarea {
    margin-top: 26px;
  }

  .pop-layer .pop-cont .btm {
    margin-top: 24px;
  }

  .pop-layer .pop-cont .btm.type02 {
    padding: 16px 18px;
  }

  .pop-layer .pop-cont .vis-sch {
    margin-top: 40px;
    box-shadow: none;
    padding: 26px 30px;
    height: 460px;
  }

  .pop-layer .pop-cont .vis-sch+.tbl_wrap {
    margin-top: 30px;
  }

  .pop-layer .tbl_wrap {
    margin-top: 15px;
  }

  .pop-layer .tbl_wrap .tbl_box table.custorm thead {
    display: block;
  }

  .pop-layer .tbl_wrap .tbl_box table th,
  .pop-layer .tbl_wrap .tbl_box table td {
    height: 32px;
    padding: 3px;
  }

  .pop-layer .tbl_wrap.type02.sm .tbl_box table thead th {
    padding: 10px;
  }

  .pop-layer .tbl_wrap.type02.sm .tbl_box table tbody td {
    padding: 10px;
  }

  .pop-layer .tbl_wrap.type02 .btm.type02 {
    padding: 10px;
  }

  .total-pick .option_info {
    padding: 0px 24px 12px;
  }

  .news-view .option_wrap .option-area .options.op01 {
    border-top: 0;
  }

  .news-view .option_wrap .option-area .options.op01:after {
    content: '';
    display: block;
    clear: both;
  }

  .news-view .option_wrap .option-area .options.op01 .tab {
    position: relative;
    margin: 0 0 -1px -1px;
    float: left;
    width: calc(50% + 1px);
    padding: 0;
  }

  .news-view .option_wrap .option-area .options.op01 .tab:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #c9cacd;
    left: 0;
    top: 0;
  }

  .news-view .option_wrap .option-area .options.op01 .tab input[type="radio"]:checked+label {
    background: #626668;
    color: #fff;
    font-weight: bold;
  }

  .news-view .option_wrap .option-area .options.op01 .tab:not(:first-child) {
    border-top: 0;
  }

  .news-view .option_wrap .option-area .options.op01 .tab>label {
    display: block;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: normal;
    padding: 7px 5px;
  }

  .news-view .option_wrap .option-area .options.op01 .tab>label:before {
    display: none;
  }

  .news-view .option_wrap .option-area .options.op01 .tab>label:after {
    display: none;
  }

  .news-view .option_wrap .option-area .options.op02 {
    z-index: 200;
  }

  .news-view .option_wrap .option-area .options.op02 .opts-grid {
    display: table;
  }

  .news-view .option_wrap .option-area .options.op02 .opts-grid tbody tr:first-child td:first-of-type {
    border-top: 0;
  }

  .news-view .option_wrap .bt-5 {
    min-width: 120px;
  }

  .news-view .option_wrap .op_cont .payment_box02 {
    padding: 12px 24px 16px;
  }

  .news-view .payment_box {
    margin-top: 48px;
    height: 53px;
  }

  .news-view .payment_box>a {
    font-size: 16px;
  }

  .news-view .payment_box02 {
    margin-top: 15px;
  }

  .news-view .payment_box02 .list01+.btnarea {
    margin-top: 10px;
  }

  .news-view .payment_box02 .agree {
    margin-top: 35px;
  }

  .news-view .payment_box02+.payment_box {
    margin-top: 25px;
  }

  .list01.sm>li:not(:last-child) {
    margin-bottom: 6px;
  }

  .list01>li {
    padding-left: 13px;
  }

  .list01>li:not(:last-child) {
    margin-bottom: 13px;
  }

  .list01>li:before {
    top: 13px;
    width: 4px;
    height: 4px;
  }

  .list01 .analysis_list {
    margin-left: -13px;
  }

  .list01 .api_btn_wrap {
    margin-left: -13px;
  }

  .list_bot {
    padding-left: 13px;
  }

  .list_bot:before {
    top: 13px;
    width: 4px;
    height: 4px;
  }

  .bt13-1 {
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
  }

  .btn.sm {
    height: 29px;
    line-height: 27px;
    padding: 0 11px;
  }

  .btn.sm.plus {
    padding: 0 11px 0 26px;
    background: url("../../img/advance/btn_ico_plus.png") no-repeat top 8px left 11px;
  }

  .btn.link_white {
    padding-right: 50px;
    background-size: auto;
    background-position: top 50% right 20px;
  }

  .btn.pc_big {
    height: 54px;
    line-height: 52px;
    font-size: 16px;
  }

  .btn.pc_big.link {
    padding: 0 60px;
  }

  .btn.pc_big.link:after {
    height: 54px;
  }

  .btn.pc_big.link02 {
    padding: 0 60px;
  }

  .btn.pc_big.link02:after {
    height: 54px;
  }

  .btn.white.hover:hover {
    background: #2a2c2f;
    border-color: #2a2c2f;
    color: #fff;
  }

  .btn.blue.hover:hover {
    background: #fff;
    color: #2477bd;
  }

  .btn.col_blue.hover:hover {
    background: #2477bd;
    color: #fff !important;
  }

  .btn.bbig {
    height: 54px;
    line-height: 52px;
    font-size: 16px;
  }

  .btn.pd01 {
    padding: 0 65px;
  }

  .btn.pd02 {
    padding: 0 50px;
  }

  .btn.link02.bbig:after {
    margin-left: 15px;
    width: 8px;
    height: 54px;
    background-size: 8px 14px;
  }

  .btn.h_level01 {
    height: 46px;
    line-height: 44px;
  }

  .btn.download>span {
    padding: 0 0 0 17px;
    background: url("../../img/advance/btn_download.png") no-repeat top 50% left 0;
  }

  .btn.m_w100 {
    width: auto;
  }

  .btn.print>span {
    padding: 0 0 0 28px;
    background: url("../../img/advance/btn_print.png") no-repeat top 50% left 0;
  }

  .btn_box {
    margin-top: 18px;
  }

  .service_info .section.bg_service {
    background: url("../../img/advance/bg_service.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg02 {
    background: url("../../img/advance/bg_newsbuy.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg03 {
    background: url("../../img/advance/bg_newsapi.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg04 {
    background: url("../../img/advance/bg_subscribe.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg05 {
    height: 363px;
    background: url("../../img/advance/bg_newscreator.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg06 {
    min-height: 348px;
    background: url("../../img/advance/bg_newsapi.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg07 {
    background: url("../../img/advance/bg_copyright01.png") no-repeat top 0 right 0;
    padding-bottom: 70px;
  }

  .service_info .section.bg08 {
    background: url("../../img/advance/bg_copyright02.png") no-repeat top 0 left 0;
    padding: 0 0 70px 500px;
  }

  .service_info .section.bg09 {
    background: url("../../img/advance/bg_copyright03.png") no-repeat top 0 right 0;
    padding-bottom: 70px;
  }

  .service_info .section.bg10 {
    background: url("../../img/advance/bg_copyright04.png") no-repeat top 0 left 0;
    padding: 0 0 70px 500px;
  }

  .service_info .section.bg11 {
    background: url("../../img/advance/bg_copyright05.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg12 {
    background: url("../../img/advance/bg_copyright06.png") no-repeat top 0 right 0;
    padding-bottom: 0;
    height: 348px;
  }

  .service_info .section.bg13 {
    background: url("../../img/advance/bg_copyright07.png") no-repeat top 0 right 0;
    padding-bottom: 0;
    height: 348px;
  }

  .service_info .section.bg14 {
    background: url("../../img/advance/bg_copyright08.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info .section.bg15 {
    background: url("../../img/advance/bg_newsone.png") no-repeat top 0 right 0;
    padding-bottom: 0;
    height: 363px;
  }

  .service_info.type02 .section {
    min-height: 456px;
    display: table;
    width: 100%;
  }

  .service_info.type02 .section:not(:last-child) {
    margin-bottom: 100px;
  }

  .service_info.type02 .section:not(:last-child):after {
    bottom: -50px;
  }

  .service_info.type02 .section .tbl_c {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }

  .service_info.type02 .section .intro {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .service_info.type02 .section .sec_tit {
    font-size: 28px;
    padding-bottom: 25px;
    line-height: normal;
  }

  .service_info.type02 .section .sec_tit>strong {
    font-size: 38px;
  }

  .service_info.type02 .section .sub_txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .service_info.type02 .section .btn_box {
    margin-top: 40px;
  }

  .service_info.type02 .section .btn_box .btn {
    height: 46px;
    line-height: 44px;
    border-radius: 46px;
    font-size: 16px;
  }

  .service_info.type02 .section.bg01 {
    background: url("../../img/advance/bg_type02_service.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info.type02 .section.bg02 {
    background: url("../../img/advance/bg_type02_service02.png") no-repeat top 0 left 0;
    padding-bottom: 0;
    padding-left: 700px;
  }

  .service_info.type02 .section.bg03 {
    background: url("../../img/advance/bg_type02_service03.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info.type02 .section.bg04 {
    background: url("../../img/advance/bg_type02_service04.png") no-repeat top 0 left 0;
    padding-bottom: 0;
    padding-left: 750px;
  }

  .service_info.type02 .section.bg05 {
    background: url("../../img/advance/bg_type02_service05.png") no-repeat top 0 right 0;
    padding-bottom: 0;
  }

  .service_info.type02 .section.bg06 {
    background: url("../../img/advance/bg_type02_service06.png") no-repeat top 0 left 0;
    padding-bottom: 0;
    padding-left: 700px;
  }

  .service_info .btn_box {
    margin-top: 26px;
  }

  .creator_info .box {
    display: table;
    width: 100%;
    padding: 0 0 0 430px;
    height: 290px;
  }

  .creator_info .box:nth-child(1) {
    background: url("../../img/advance/bg_creator_info01.png") no-repeat top 40px left 60px;
  }

  .creator_info .box:nth-child(2) {
    background: url("../../img/advance/bg_creator_info02.png") no-repeat top 40px right 60px;
    padding: 0 330px 0 60px;
  }

  .creator_info .box:nth-child(3) {
    background: url("../../img/advance/bg_creator_info03.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont04 {
    background: url("../../img/advance/bg_creator_info04.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont05 {
    background: url("../../img/advance/bg_creator_info05.png") no-repeat top 40px right 60px;
    padding: 0 330px 0 60px;
  }

  .creator_info .box.cont06 {
    background: url("../../img/advance/bg_creator_info06.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont07 {
    background: url("../../img/advance/bg_creator_info07.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont08 {
    background: url("../../img/advance/bg_creator_info08.png") no-repeat top 40px right 60px;
    padding: 0 330px 0 60px;
  }

  .creator_info .box.cont09 {
    background: url("../../img/advance/bg_creator_info09.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont10 {
    background: url("../../img/advance/bg_creator_info10.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont11 {
    background: url("../../img/advance/bg_creator_info11.png") no-repeat top 40px right 60px;
    padding: 0 330px 0 60px;
  }

  .creator_info .box.cont12 {
    background: url("../../img/advance/bg_creator_info12.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont13 {
    background: url("../../img/advance/bg_creator_info13.png") no-repeat top 40px left 60px;
  }

  .creator_info .box.cont14 {
    background: url("../../img/advance/bg_creator_info14.png") no-repeat top 40px right 60px;
  }

  .creator_info .box.cont15 {
    background: url("../../img/advance/bg_creator_info15.png") no-repeat top 40px left 60px;
  }

  .creator_info .box .tbl_cell {
    display: table-cell;
    vertical-align: middle;
  }

  .creator_info .box strong {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: normal;
  }

  .section:not(:last-child) {
    margin-bottom: 58px;
  }

  .sub_section:not(:last-child) {
    margin-bottom: 26px;
  }

  .sub-vis.ty-5 .bg {
    background-image: url("../../img/advance/vis-ty-5.jpg");
  }

  .sub-vis.ty-6 .bg {
    background-image: url("../../img/advance/vis-ty-6.jpg");
  }

  .sub-vis.ty-7 .bg {
    background-image: url("../../img/advance/vis-ty-7.jpg");
  }

  .sub-vis.ty-8 .bg {
    background-image: url("../../img/advance/vis-ty-8.jpg");
  }

  .sub-vis.ty-9 .bg {
    background-image: url("../../img/advance/vis-ty-9.jpg");
  }

  .sub-vis.ty-10 .bg {
    background-image: url("../../img/advance/vis-ty-10.jpg");
  }

  .sub-vis.ty-11 .bg {
    background-image: url("../../img/advance/vis-ty-11.jpg");
  }

  .sub-vis.ty-12 .bg {
    background-image: url("../../img/advance/vis-ty-12.jpg");
  }

  .sub-vis.ty-13 .bg {
    background-image: url("../../img/advance/vis-ty-13.jpg");
  }

  .sub-vis.ty-14 .bg {
    background-image: url("../../img/advance/vis-ty-14.jpg");
  }

  .sub-vis.ty-15 .bg {
    background-image: url("../../img/advance/vis-ty-15.jpg");
  }

  .sub-vis.ty-16 .bg {
    background-image: url("../../img/advance/vis-ty-16.jpg");
  }

  .sec_tit {
    font-size: 56px;
    padding-bottom: 38px;
    line-height: 72px;
  }

  .sec_tit .intro {
    line-height: normal;
    font-size: 24px;
  }

  .sub_sec_tit {
    padding-bottom: 26px;
    font-size: 24px;
  }

  .sub_txt {
    margin-bottom: 63px;
    font-size: 18px;
    font-weight: bold;
  }

  .sub_txt.sm {
    margin-bottom: 43px;
  }

  .sub_txt02 {
    margin-bottom: 63px;
  }

  .api_btn_wrap {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .api_btn_wrap.mt8_20 {
    margin-top: 20px;
  }

  .api_btn_wrap .bt-8 {
    margin-bottom: 0;
    margin-right: 6px;
  }

  .gr_box {
    padding: 21px 25px;
  }

  .gr_box .tt {
    padding-bottom: 11px;
  }

  .gr_box .txt_mt {
    margin-top: 14px;
  }

  .gr_box .box:not(:last-child) {
    margin-bottom: 28px;
  }

  .tab_area.margin {
    margin-bottom: 32px;
  }

  .tab_area.service_news .service_news_tab>ul>li {
    min-width: 145px;
    width: auto;
    max-width: none;
  }

  .tab_area.service_news .service_news_tab>ul>li.active:after {
    height: 4px;
  }

  .tab_area.service_news .service_news_tab>ul>li:not(:last-child):before {
    margin-top: -20px;
    height: 21px;
  }

  .tab_area.service_news .service_news_tab>ul>li>a {
    padding: 0 21px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .tab_area.service_news .tab_cont_box {
    padding: 0;
    margin-top: 48px;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service_slide.company {
    height: 68px;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont {
    padding: 20px 18px;
    height: 130px;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont .st {
    font-size: 18px;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service_slide .swiper-slide>.cont .number {
    font-weight: 500;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service-prev {
    margin-top: -22px;
    width: 44px;
    height: 44px;
    left: -22px;
    background: url("../../img/advance/ico_service_slide_prev.png") no-repeat center;
  }

  .tab_area.service_news .tab_cont_box .tab_cont .service-next {
    margin-top: -22px;
    width: 44px;
    height: 44px;
    right: -22px;
    background: url("../../img/advance/ico_service_slide_next.png") no-repeat center;
  }

  .tab_area .tab.table>ul li>a {
    height: 55px;
  }

  .tab_area .tab02>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .tab_area .tab02>ul>li {
    display: table-cell;
    float: none;
    margin: 0;
  }

  .tab_area .tab02>ul>li:not(:last-child):before {
    border-right: 0;
  }

  .tab_area .tab02>ul>li>a {
    height: 55px;
  }

  .tab_area .tab02.table>ul li>a {
    height: 55px;
  }

  .tab_area .tab_cont_box {
    margin-top: 30px;
  }

  .tab_area .tab_cont_box .tab_cont .gr_box .tbl_wrap {
    margin-top: 16px;
  }

  .tab_area .tab_cont_box .tab_cont .gr_box+.tbl_wrap {
    margin-top: 16px;
  }

  .download_area {
    margin-bottom: 0;
  }

  .download_area .down_box {
    position: relative;
    float: left;
    width: calc(25% - 19px);
    margin-bottom: 0;
    padding: 26px 30px 30px 30px;
  }

  .download_area .down_box:nth-child(odd) {
    margin-right: 0;
  }

  .download_area .down_box:not(:nth-child(4n)) {
    margin-right: 25px;
  }

  .download_area .down_box .tt {
    font-size: 20px;
  }

  .download_area .down_box .price {
    margin-top: 2px;
  }

  .download_area .down_box .price strong {
    margin-top: 9px;
    font-size: 30px;
  }

  .download_area .down_box .btnarea>.bt13-1.big {
    height: 40px;
    line-height: 38px;
  }

  .tbl_wrap.padding .tbl_box table thead tr th {
    padding: 16px 24px;
  }

  .tbl_wrap.padding .tbl_box table tbody tr th,
  .tbl_wrap.padding .tbl_box table tbody tr td {
    padding: 16px 24px;
  }

  .tbl_wrap.type_list.view .tbl_box table tbody td .margin {
    margin-top: 16px;
  }

  .tbl_wrap.type_list.view .tbl_box table tbody td .minus {
    display: block;
    margin-bottom: 5px;
  }

  .tbl_wrap.type_list .tbl_box table {
    display: table;
    table-layout: fixed;
  }

  .tbl_wrap.type_list .tbl_box table tbody {
    display: table-row-group;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr {
    padding: 0;
    display: table-row;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td {
    display: table-cell;
    padding: 9px 18px;
    height: 140px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td.txt_r_l {
    text-align: left;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td.txt_r_c {
    text-align: center;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td.margin {
    margin-top: 0;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .title {
    color: #2a2c2f;
    font-weight: 700;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .margin {
    margin-top: 16px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .margin02 {
    margin-left: 7px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .state_normal {
    margin-right: 7px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .price>strong {
    font-size: 28px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td:nth-child(3) {
    padding-left: 72px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td:nth-child(3) .box {
    display: block;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td:nth-child(3) .box.margin02 {
    margin-left: 0;
    margin-top: 11px;
  }

  .tbl_wrap.type_list .tbl_box table tbody tr td .box .btn_box {
    margin-top: 5px;
  }

  .tbl_wrap.type02.border_style .tbl_box table tbody td:not(:last-child) {
    border-right: solid 1px #c9cacd;
  }

  .tbl_wrap.type02.blue .tbl_box table thead th {
    border: solid 1px #c9cacd;
  }

  .tbl_wrap.type02.blue .tbl_box table thead th:first-child {
    border-style: solid solid none none;
  }

  .tbl_wrap.type02.blue .tbl_box table thead th:last-child {
    border-style: solid none none solid;
  }

  .tbl_wrap.type02.blue .tbl_box table tbody tr td {
    border: solid 1px #c9cacd;
    border-bottom: 0;
  }

  .tbl_wrap.type02.blue .tbl_box table tbody tr td:first-child {
    border-style: solid solid none none;
  }

  .tbl_wrap.type02.blue .tbl_box table tbody tr td:last-child {
    border-style: solid none none solid;
  }

  .tbl_wrap.type02 .tbl_box table {
    display: table;
    width: 100%;
  }

  .tbl_wrap.type02 .tbl_box table thead {
    display: table-row-group;
  }

  .tbl_wrap.type02 .tbl_box table thead th {
    border: 0;
    padding: 16px 18px;
  }

  .tbl_wrap.type02 .tbl_box table tbody {
    display: table-row-group;
  }

  .tbl_wrap.type02 .tbl_box table tbody tr {
    display: table-row;
  }

  .tbl_wrap.type02 .tbl_box table tbody td {
    display: table-cell;
    padding: 16px 24px;
  }

  .tbl_wrap.type02 .tbl_box table tbody td:not(:last-child) {
    border-bottom: 0;
  }

  .tbl_wrap.type02 .tbl_box table tbody td .div_th {
    display: none;
  }

  .tbl_wrap.type02 .tbl_box table tbody td .div_td {
    display: block;
    padding: 0;
    text-align: center;
  }

  .tbl_wrap .tbl_intro {
    margin-bottom: 16px;
  }

  .tbl_wrap .tbl_intro .l .g-title-2 {
    margin-bottom: 18px;
  }

  .tbl_wrap .tbl_box.type02 {
    border-top: 0;
  }

  .tbl_wrap .tbl_box.type02 th {
    padding: 0;
    height: 32px;
  }

  .tbl_wrap .tbl_box.type02 td {
    padding: 0;
    height: 32px;
  }

  .tbl_wrap .tbl_box.type03 th {
    height: 95px;
    padding: 0 18px;
  }

  .tbl_wrap .tbl_box.type03 td {
    padding: 24px 18px;
  }

  .tbl_wrap .tbl_box.type04 th {
    padding: 18px;
  }

  .tbl_wrap .tbl_box.type04 td {
    padding: 24px 18px;
  }

  .tbl_wrap .tbl_box.m_trans table {
    min-width: 100%;
  }

  .tbl_wrap .tbl_box.m_trans thead {
    display: table-row-group;
  }

  .tbl_wrap .tbl_box.m_trans tbody .th {
    display: none;
  }

  .tbl_wrap .tbl_box.m_trans tbody td,
  .tbl_wrap .tbl_box.m_trans tbody th {
    display: table-cell;
  }

  .tbl_wrap .tbl_box.m_trans tbody .td {
    display: none;
  }

  .tbl_wrap .tbl_box.m_trans tbody .m_cont {
    display: none;
  }

  .tbl_wrap .tbl_box table tr.m_cont {
    display: none;
  }

  .tbl_wrap .tbl_box table th {
    height: 63px;
  }

  .tbl_wrap .tbl_box table td {
    height: 63px;
  }

  .tbl_wrap .tbl_box .list_info>li:not(:last-child) {
    margin-right: 22px;
  }

  .tbl_wrap .tbl_box .list_info>li:not(:last-child):before {
    right: -12px;
    margin-top: -6px;
    height: 14px;
  }

  .tbl_wrap.th_td_border_pc .tbl_box table tr th {
    border-right: solid 1px #c9cacd;
  }

  .tbl_wrap.th_td_border_pc .tbl_box table tr th:last-child {
    border-right: 0;
  }

  .tbl_wrap.th_td_border_pc .tbl_box table tr td {
    border-right: solid 1px #c9cacd;
  }

  .tbl_wrap.th_td_border_pc .tbl_box table tr td:last-child {
    border-right: 0;
  }

  .board_wrap.th_l_c .div_th {
    text-align: center;
  }

  .board_wrap:not(:last-child) {
    margin-bottom: 25px;
  }

  .board_wrap.th_level00 .board_box .board .row .div_th {
    width: 120px;
    min-width: 120px;
  }

  .board_wrap.th_level01 .board_box .board .row .div_th {
    width: 140px;
    min-width: 140px;
  }

  .board_wrap.th_level01 .board_box .board .row .div_td {
    width: 100%;
  }

  .board_wrap.th_level02 .board_box .board .row .div_th {
    width: 180px;
    min-width: 180px;
  }

  .board_wrap.th_level02 .board_box .board .row .div_td {
    width: 100%;
  }

  .board_wrap .board_intro {
    margin-bottom: 13px;
  }

  .board_wrap .board_intro .blue_box {
    height: 60px;
    line-height: 58px;
  }

  .board_wrap .board_intro .g-title-2 {
    margin-bottom: 18px;
  }

  .board_wrap .board_box .board .row {
    display: flex;
  }

  .board_wrap .board_box .board .row .double {
    width: 50%;
    border-bottom: 0;
    vertical-align: top;
  }

  .board_wrap .board_box .board .row .double_three {
    border-bottom: 0;
    vertical-align: top;
  }

  .board_wrap .board_box .board .row .div_th {
    display: flex;
    min-width: 50%;
    width: 50%;
    min-height: 58px;
    height: auto;
    padding: 16px 18px;
    align-items: center;
    justify-content: center;
  }

  .board_wrap .board_box .board .row .div_th.w25 {
    min-width: 25%;
    width: 25%;
  }

  .board_wrap .board_box .board .row .div_th.w16 {
    min-width: calc(100% / 6);
    width: calc(100% / 6);
  }

  .board_wrap .board_box .board .row .div_th.txt_l {
    justify-content: left;
  }

  .board_wrap .board_box .board .row .div_td {
    display: flex;
    width: 50%;
    padding: 16px 24px;
    align-items: center;
  }

  .grid-list-2.cmgt.custom .w-ty {
    text-align: right;
    padding: 20px 15px;
  }

  .grid-list-2.cmgt.custom .w-ty+dd {
    width: calc(100% - 180px);
  }

  .procedure {
    margin-bottom: 0;
    text-align: center;
  }

  .procedure.news>li {
    width: calc(100% / 6 - 31px);
    background-size: 100%;
  }

  .procedure.news>li:not(:last-child) {
    margin-right: 124px;
  }

  .procedure.news>li:nth-child(1) {
    background-image: url("../../img/advance/ico_procedure_news03.png");
  }

  .procedure.news>li:nth-child(2) {
    background-image: url("../../img/advance/ico_procedure_news02.png");
  }

  .procedure.news>li:nth-child(3) {
    background-image: url("../../img/advance/ico_procedure_news04.png");
  }

  .procedure.news>li:nth-child(4) {
    background-image: url("../../img/advance/ico_procedure_news06.png");
  }

  .procedure.news>li:nth-child(5) {
    background-image: url("../../img/advance/ico_procedure_news05.png");
  }

  .procedure.news>li:nth-child(6) {
    background-image: url("../../img/advance/ico_procedure_news06.png");
  }

  .procedure.subscribe>li {
    background-size: auto;
  }

  .procedure>li {
    float: none;
    display: inline-block;
    width: calc(100% / 5 - 31px);
    padding-top: 170px;
    background-size: auto;
    margin-bottom: 0;
    vertical-align: top;
  }

  .procedure>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .procedure>li:not(:last-child) {
    margin-right: 35px;
  }

  .procedure>li:last-child {
    margin-right: 0;
  }

  .procedure>li .bold {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  .procedure>li .sub_text {
    font-size: 16px;
    color: #767676;
    line-height: 1.5;
  }

  .procedure>li:nth-child(1) {
    background-image: url("../../img/advance/ico_procedure01.png");
  }

  .procedure>li:nth-child(2) {
    background-image: url("../../img/advance/ico_procedure02.png");
  }

  .procedure>li:nth-child(3) {
    background-image: url("../../img/advance/ico_procedure04.png");
  }

  .procedure>li:nth-child(4) {
    background-image: url("../../img/advance/ico_procedure05.png");
  }

  .procedure>li:not(:last-child):after {
    right: -26px;
    top: 70px;
    margin-top: 0;
    width: 10px;
    height: 16px;
    background: url("../../img/advance/ico_arr_procedure.png") no-repeat center/auto;
  }

  .procedure.news >li:not(:last-child):after{
    right: -74px;
  }

  .analysis_list>ul {
    width: 1632px;
    margin-bottom: 18px;
  }

  .analysis_list>ul>li {
    width: 216px;
  }

  .analysis_list>ul>li:not(:last-child) {
    margin-right: 20px;
  }

  .analysis_list>ul>li .bg {
    width: 100%;
    height: 160px;
    background-size: auto;
  }

  .analysis_list>ul>li:nth-child(1) .bg {
    background-image: url("../../img/advance/analysis01.jpg");
  }

  .analysis_list>ul>li:nth-child(2) .bg {
    background-image: url("../../img/advance/analysis02.jpg");
  }

  .analysis_list>ul>li:nth-child(3) .bg {
    background-image: url("../../img/advance/analysis03.jpg");
  }

  .analysis_list>ul>li:nth-child(4) .bg {
    background-image: url("../../img/advance/analysis04.jpg");
  }

  .analysis_list>ul>li:nth-child(5) .bg {
    background-image: url("../../img/advance/analysis05.jpg");
  }

  .analysis_list>ul>li:nth-child(6) .bg {
    background-image: url("../../img/advance/analysis06.jpg");
  }

  .analysis_list>ul>li:nth-child(7) .bg {
    background-image: url("../../img/advance/analysis07.jpg");
  }

  .analysis_list>ul>li .txt_box {
    padding: 15px 30px 20px;
    min-height: 140px;
    height: 164px;
    line-height: normal;
  }

  .analysis_list>ul>li .txt_box .tt {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .news-summary .company {
    margin-bottom: 4px;
  }

  .pro_mo_box {
    padding: 115px 43px 120px;
    font-size: 24px;
  }

  .pro_mo_box>.btn_box {
    margin-top: 26px;
  }

  .pro_mo_box>.btn_box>a {
    padding: 0 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
  }

  .pro_mo_box>.btn_box>a:before {
    width: 20px;
    height: 48px;
    margin-right: 10px;
  }

  .pro_mo_box .password_row {
    margin-top: 26px;
  }

  .pro_mo_box .password_row>input {
    width: 300px;
  }

  .kakao_btn {
    padding: 0 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
  }

  .kakao_btn:before {
    width: 20px;
    height: 48px;
    margin-right: 10px;
    background-size: auto;
  }

  .google_btn {
    padding: 0 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
  }

  .google_btn:before {
    width: 20px;
    height: 48px;
    margin-right: 10px;
    background-size: auto;
  }

  .naver_btn {
    padding: 0 58px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
  }

  .naver_btn:before {
    width: 20px;
    height: 48px;
    margin-right: 10px;
    background-size: auto;
  }

  .Profile_cer {
    margin-top: 65px;
  }

  .Profile_cer .kakao_btn {
    display: inline-block;
    padding: 0 36px;
    margin-bottom: 0;
    margin-right: 4px;
  }

  .Profile_cer .naver_btn {
    padding: 0 36px;
    margin-right: 4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .Profile_cer .google_btn {
    padding: 0 36px;
    display: inline-block;
  }

  .Profile_cer .txt {
    padding-left: 18px;
    margin-bottom: 25px;
  }

  .blue_box {
    padding: 24px 20px;
  }

  .com_number_box.pc_cont {
    display: flex;
    flex: 1;
  }

  .com_number_box .l {
    padding: 0 12px 0 24px;
    line-height: 44px;
  }

  .com_number_box .r {
    flex: 1;
  }

  .com_number_box .r .com_number {
    display: flex;
  }

  .com_number_box .item:not(:last-child) {
    margin-right: 20px;
  }

  .com_number_box .item:not(:last-child):before {
    width: 20px;
    height: 46px;
    right: -20px;
    line-height: 46px;
  }

  #entPrsCheck {
    margin-top: 65px;
  }

  #entPrsCheck .info {
    margin-bottom: 24px;
    color: #db2e2e;
  }

  .intro_box {
    margin-bottom: 35px;
    display: table;
    width: 100%;
    min-height: 138px;
    padding: 21px 40px 21px 138px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 50% left 24px;
  }

  .intro_box.bg01 {
    background-image: url("../../img/advance/bg_intro_01.png");
  }

  .intro_box.bg02 {
    background-image: url("../../img/advance/bg_intro_02.png");
  }

  .intro_box .tbl_cell {
    display: table-cell;
    vertical-align: middle;
  }

  .intro_box strong {
    font-size: 18px;
  }

  .intro_box p {
    margin-top: 10px;
  }

  .intro_box .btn_box {
    margin-top: 13px;
  }

  .press_choice {
    padding: 24px 18px;
  }

  .press_choice .choice_box>ul>li:not(:last-child) {
    margin-bottom: 23px;
  }

  .press_choice .choice_box>ul>li>.checked-i {
    margin-bottom: 12px;
  }

  .press_choice .choice_box>ul>li .press>li {
    width: calc(100% / 7);
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  .press_choice .choice_box>ul>li .press>li label {
    bottom: 38px;
  }

  .keyword_box {
    position: relative;
    padding: 23px 138px 23px 18px;
    margin-bottom: -8px;
    min-height: 85px;
  }

  .keyword_box .btn_box {
    position: absolute;
    top: 18px;
    right: 18px;
    margin-top: 0;
  }

  .keyword_wrap {
    margin-bottom: -8px;
  }

  .keyword_btn {
    padding: 0 42px 0 12px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .keyword_btn.normal {
    padding: 0 12px;
  }

  .keyword_btn:not(:last-child) {
    margin-right: 4px;
  }

  .keyword_btn>button {
    right: 12px;
    width: 18px;
    height: 29px;
    background: url("../../img/advance/ico_keyword_del.jpg") no-repeat center;
  }

  .news_view_area {
    margin-top: 24px;
  }

  .news_view_area .news_view {
    padding: 32px;
  }

  .news_view_area .news_view:after {
    content: '';
    display: block;
    clear: both;
  }

  .news_view_area .news_view .top {
    float: left;
    width: 360px;
    margin-right: 48px;
  }

  .news_view_area .news_view .top .pic {
    margin-bottom: 20px;
    height: 227px;
    padding-bottom: 0;
  }

  .news_view_area .news_view .top .pic>img {
    min-height: 100%;
  }

  .news_view_area .news_view .top .subj {
    margin-bottom: 9px;
  }

  .news_view_area .news_view .top .tt {
    font-size: 20px;
    font-weight: bold;
  }

  .news_view_area .news_view .bottom {
    width: 728px;
    width: calc(100% - 408px);
    margin-top: 0;
    float: left;
  }

  .news_view_area .news_view .bottom .list01>li:nth-child(n+5) {
    display: block;
  }

  .news_view_area .news_view .bottom .list01>li>.comp {
    font-weight: 500;
  }

  .contents-mid.login-wrap.login_advance {
    position: static;
    transform: none;
    width: 376px;
    margin: 0 auto;
    padding-bottom: 200px;
  }

  .login_intro {
    padding-top: 110px;
    margin-bottom: 30px;
  }

  .login_intro .g-title {
    margin-bottom: 20px;
  }

  .login_intro>strong {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .ease_login_box {
    margin-top: 24px;
  }

  .ease_login_box:after {
    top: 15px;
  }

  .ease_login_box>strong {
    padding: 0 20px;
    font-size: 16px;
  }

  .ease_login_box .ease_login {
    margin-top: 21px;
  }

  .ease_login_box .ease_login>li {
    width: 116px;
  }

  .ease_login_box .ease_login>li:not(:last-child) {
    margin-right: 14px;
  }

  .ease_login_box .ease_login>li>a {
    height: 93px;
    padding-top: 53px;
  }

  .ease_login_box .ease_login>li.kakao>a {
    background: url("../../img/advance/login_kakao_pc.png") no-repeat top 25px left 50%;
    background-color: #f6bf3a;
  }

  .ease_login_box .ease_login>li.naver>a {
    background: url("../../img/advance/login_naver_pc.png") no-repeat top 25px left 50%;
    background-color: #5dab4e;
  }

  .ease_login_box .ease_login>li.google>a {
    background: url("../../img/advance/login_google_pc.png") no-repeat top 25px left 50%;
    background-color: #fff;
  }

  .join_area {
    padding-bottom: 200px;
  }

  .join_area .join_box {
    width: 376px;
    margin: 0 auto;
  }

  .site-map.advance .site-list {
    width: calc(100% / 5 - 23px);
    margin-right: 25px;
    margin-bottom: 80px;
  }

  .site-map.advance .site-list:nth-child(2n) {
    margin-right: 25px;
  }

  .site-map.advance .site-list:nth-child(5n) {
    margin-right: 0;
  }

  .news_view_area .news_view .bottom .list01>li>a {
    max-width: 80%;
  }

  .list_info>li {
    font-size: 16px;
  }

  .list_info>li:not(:last-child) {
    margin-right: 35px;
  }

  .list_info>li:not(:last-child):before {
    margin-top: -8px;
    right: -18px;
    height: 17px;
  }

  .api_used_wrap {
    margin-bottom: 0;
    overflow-x: auto;
  }

  .api_used_wrap.scroll {
    padding-right: 0;
  }

  .api_used_wrap.scroll::-webkit-scrollbar {
    height: 5px;
  }

  .api_used_wrap .scroll {
    width: 1660px;
    margin-bottom: 18px;
  }

  .api_used_wrap .api_used_box {
    border-top: solid 2px #2a2c2f;
    padding: 16px 22px;
    width: 220px;
    margin-bottom: 0;
  }

  .api_used_wrap .api_used_box:nth-child(odd) {
    margin-right: 0;
  }

  .api_used_wrap .api_used_box:not(:last-child) {
    margin-right: 20px;
  }

  .api_used_wrap .api_used_box>strong {
    padding-bottom: 20px;
  }

  .api_used_wrap .api_used_box .used_list>li {
    overflow: hidden;
  }

  .api_used_wrap .api_used_box .used_list>li .q {
    float: left;
    color: #767676;
  }

  .api_used_wrap .api_used_box .used_list>li .a {
    display: block;
    padding-left: 10px;
    color: #db2e2e;
    text-align: right;
    overflow: hidden;
  }

  .da_myinfo {
    margin-bottom: 20px;
    background-size: auto;
    padding-left: 52px;
    min-height: 40px;
    line-height: 38px;
  }

  .news_tab {
    margin-bottom: 32px;
    padding: 25px 58px 25px 82px;
  }

  .news_tab .new {
    top: 24px;
    left: 18px;
    padding: 0 12px;
    height: 29px;
    line-height: 27px;
    font-size: 14px;
    border-radius: 14px;
  }

  .news_tab .obtion {
    position: absolute;
    top: 24px;
    right: 12px;
    width: 30px;
    height: 30px;
    background-size: auto;
  }

  .dashboard_wrap {
    display: block;
    margin-bottom: 0;
  }

  .dashboard_wrap .box {
    border-radius: 5px;
    width: calc(16.66% - 20px);
    margin-bottom: 0;
  }

  .dashboard_wrap .box:nth-child(odd) {
    margin-right: 0;
  }

  .dashboard_wrap .box:not(:last-child) {
    margin-right: 24px;
  }

  .dashboard_wrap .box>a {
    padding: 30px 15px 26px 15px;
    height: 184px;
  }

  .dashboard_wrap .box>a>span {
    width: 110px;
    padding-top: 105px;
    background-size: 88px;
  }

  .dashboard_wrap .box>a>span .num {
    right: -5px;
    padding: 0 15px;
    height: 28px;
    line-height: 27px;
    border-radius: 28px;
  }

  /* .dashboard_wrap .box:nth-child(1)>a>span {
    background-image: url("../../img/advance/ico_dashboard01.png");
  }

  .dashboard_wrap .box:nth-child(2)>a>span {
    background-image: url("../../img/advance/ico_dashboard02.png");
  }

  .dashboard_wrap .box:nth-child(3)>a>span {
    background-image: url("../../img/advance/ico_dashboard03.png");
  }

  .dashboard_wrap .box:nth-child(4)>a>span {
    background-image: url("../../img/advance/ico_dashboard04.png");
  }

  .dashboard_wrap .box:nth-child(5)>a>span {
    background-image: url("../../img/advance/ico_dashboard05.png");
  }

  .dashboard_wrap .box:nth-child(6)>a>span {
    background-image: url("../../img/advance/ico_dashboard06.png");
  } */

  .api_saech {
    overflow: hidden;
  }

  .api_saech .inp_box .menu {
    overflow: hidden;
  }

  .api_saech .inp_box .menu:not(:last-child) {
    margin-bottom: 10px;
  }

  .api_saech .inp_box .menu>strong {
    float: left;
    margin-bottom: 0;
    width: 160px;
    line-height: 46px;
  }

  .api_saech .inp_box .menu>span {
    display: block;
    overflow: hidden;
  }

  .api_saech .btn {
    width: 170px;
    margin-top: 10px;
    font-size: 16px;
  }

  .url_inp_box {
    margin-top: 20px;
  }

  .url_inp_box .box {
    padding-right: 34px;
  }

  .url_inp_box .box:not(:last-child) {
    margin-bottom: 10px;
  }

  .url_inp_box .box span {
    display: inline-block;
  }

  .url_inp_box .box span:not(:last-child) {
    margin-bottom: 0px;
  }

  .url_inp_box .box .url {
    margin-right: 6px;
    width: calc(100% - 200px);
  }

  .url_inp_box .box .subsc {
    width: 190px;
  }

  .url_inp_box .box .del {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("../../img/advance/ico_tree_minus_big.jpg") no-repeat center;
  }

  .url_inp_box .add {
    height: 40px;
    line-height: 38px;
    padding: 0 42px;
  }

  .account_wrap .t {
    margin-bottom: 24px;
    padding: 24px 18px;
  }

  .account_wrap .bankbook {
    padding: 24px 40px;
    background: url("../../img/advance/ico_bankbook.png") no-repeat left 18px top 29px;
    background-color: #f9f9f9;
  }

  .newstore_service .sercive_list {
    display: flex;
    flex-wrap: wrap;
  }

  .newstore_service .sercive_list>li {
    flex: 1 1 40%;
    background-size: auto;
    padding-left: 102px;
    min-height: 90px;
  }

  .newstore_service .sercive_list>li:nth-child(odd) {
    margin-right: 60px;
  }

  .newstore_service .sercive_list>li strong {
    display: block;
    margin-bottom: 3px;
    color: #2a2c2f;
    font-weight: 500;
  }

  .newstore_service .sercive_list>li:nth-child(1) {
    background-image: url("../../img/advance/bg_newstore_service01.png");
  }

  .newstore_service .sercive_list>li:nth-child(2) {
    background-image: url("../../img/advance/bg_newstore_service02.png");
  }

  .newstore_service .sercive_list>li:nth-child(3) {
    background-image: url("../../img/advance/bg_newstore_service03.png");
  }

  .newstore_service .sercive_list>li:nth-child(4) {
    background-image: url("../../img/advance/bg_newstore_service04.png");
  }

  .newstore_service .sercive_list>li:nth-child(5) {
    background-image: url("../../img/advance/bg_newstore_service05.png");
  }

  .newstore_service .sercive_list>li:nth-child(6) {
    background-image: url("../../img/advance/bg_newstore_service06.png");
  }

  .date_sel_wrap {
    flex-wrap: wrap;
  }

  .date_sel_wrap .first {
    width: auto;
    margin-right: 30px;
  }

  .date_sel_wrap .first:after {
    width: 30px;
    line-height: 46px;
    right: -30px;
    font-size: 16px;
  }

  .date_sel_wrap .last {
    width: auto;
  }

  .date_sel_wrap .fm-cal {
    width: 150px;
  }

  .date_sel_wrap .fm-cal:nth-child(1) {
    margin-right: 20px;
  }

  .date_sel_wrap .fm-cal:nth-child(1)::before {
    line-height: 46px;
    width: 20px;
    right: -20px;
    font-size: 16px;
  }

  .date_sel_wrap .fm-cal:after {
    margin-top: -11px;
    width: 21px;
    height: 23px;
    background-position: -172px -28px;
    background-image: url(../../img/common/sprite.png);
    background-size: 500px 600px;
  }

  /* 241210 뉴스단건 및 보도사진 고도화 */

  .section.single_photo {
    margin-bottom: 15px;
  }

  .single_photo .box.cont17{
    padding: 0 18px;
  }

  .news_pic_bg3 h3.sec_tit {
    letter-spacing: -2.1px;
  }

  .news_pic_bg3 .sec_tit + .btn_box{
  position: static;
  margin:80px 0 0px;

}

.section.bg16 .btn_box .btn{
  padding: 17px 25px 26px;
  line-height: 1;
  box-sizing: border-box;
}

.box.cont17 .tbl_cell{
  padding: 30px 0 70px;
}

.box.cont17 .caution{
  padding: 23px 37px;
  background: #f7f7f7;
  transform: translate(-17px, -22px);
}

.box.cont17 .caution ul{
  padding-left: 0px;
}

.box.cont17 .caution li.list {
  position: relative;
  margin-bottom: 0;
}

.box.cont17 .caution .list::before{
  top: 6px;
  left: -1px;
} 

.box.cont17 .caution .list:nth-of-type(4)::before,
.box.cont17 .caution .list:nth-of-type(5)::before{
  background-color: transparent;
}

.box.cont17.default .caution .list:nth-of-type(4)::before,
.box.cont17.default .caution .list:nth-of-type(5)::before{
  background-color: #767676;
}

.box.cont17 .caution .title{
  font-size: 16px;
}

.box.cont17 .caution p.text {
  font-size: 16px;
}

.box.cont17 .d_down_md{
  display: none;
}

.box.cont17 {
  border-bottom: transparent;
}

.section.bg16+.section{
 margin-bottom: 18px;
}

.section.price .tbl_wrap{
  margin-top: 14px;
}

div.section.price .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}

.section.price .sub_sec_tit{
  padding-bottom: 0;
}

.section.price .text{
  margin-bottom: 0;
}

.section.price .tbl_box{
  border-top: 0;
}

.section.price .tbl_wrap .tbl_box table td{
  height: 40px;
  padding: 4px 10px;
}

/* 구매요청기사등록 */

.section.buying{
  margin-bottom: 0;
}

.section.buying .section-header {
  width: 100%;
  /* width: calc(100% - 36px);
  margin: auto; */
} 

.section.buying .section-header +.tbl_wrap{
  margin-bottom: 70px;
}

div.section.buying .tab-list{
  margin: 0px 0 34px;
  /* border-right: 1px solid transparent; */
}

.section.buying .tab-list .tab{
  width: 50%;
  height: 56px;
  padding: 21px 0;
  font-size: 16px;
  color: #2a2c2f;
}

.section.buying .tbl_box tr{
  display: table-row;
}

.section.buying .tbl_wrap{
  margin-bottom: 70px;
}

.section.buying .tbl_wrap .tbl_box tbody>tr{
  border-bottom: 1px solid #c9cacd;
}

.section.buying .tbl_wrap .tbl_box th{
  width: 231px;
  padding: 0 19px;
  text-align: left;
}

.section.buying .tbl_wrap .tbl_box th div{
  display: flex;
}

.section.buying .tbl_wrap .tbl_box table th:first-child {
  border-style: none;
}

.section.buying .tbl_box span{
  line-height: 1;
}

.section.buying .tbl_box .required{
  position: relative;
}

.section.buying .tbl_box .required::after{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #db2e2e;
  border-radius: 100%;
  top: 0;
  right: 0;
  transform: translate(4px, 0);
}

.section.buying .tbl_wrap .tbl_box td:last-child {
  padding: 18px;  
  border-style: none;

}

.section.buying .tbl_box td .radio{
  position: relative; 
  cursor: pointer;
}

.section.buying .tbl_box td span:first-child .radio{
  margin: 0 46.5px 0 22px;
}

.section.buying .tbl_box td .fm-item.w-ty::after{
  background-size: 100%;
  transform: translate(-18px, -4.5px);
}

.section.buying .tbl_box .company .fm-item.w-ty::after{
  transform: translate(-38px, -4.5px);
}

.section.buying .tbl_wrap .tbl_box td .radio::before{
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translate(-26px, -41%);
}

.section.buying .tbl_wrap .tbl_box td input[type="radio"]:checked+.radio::after{
    content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #2174b9;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(-21.5px, -30%);
}

.section.buying .tbl_box td select{
  position: relative;
  padding: 0px 0 0px 14px;
}

.section.buying .tbl_box td .use{
  width: 100%;
  display: flex;
  gap: 12px;
}

.section.buying .tbl_wrap .tbl_box .use li:first-of-type {
  width: calc(100% / 3 - 24px);
  min-width: 174px;}

.section.buying .tbl_wrap .tbl_box .use li:first-of-type select{
  padding: 0  33px 0 8px;
  width: 100%;
  min-width: 174px;
}
.section.buying .tbl_wrap .tbl_box td .use li{
  /* width: calc(100% / 3 - 24px); */
  width: calc(100% / 3);
  min-width: 174px;
}

.section.buying .tbl_wrap .tbl_box td .use select{
  padding: 0  32px 0 8px;
  width: 100%;
  min-width: 174px;
}

.section.buying .tbl_wrap .tbl_box td select{
  height: 48px;
}

.section.buying .tbl_box td .use select{
  width: 174px;
}

.section.buying .tbl_wrap .tbl_box td.company select{
  width: 100%;
  min-width: 295px;
  margin-right: 20px;
  padding: 0 30px 0 8px;
}

.section.buying .tbl_wrap .tbl_box td.company{
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.section.buying .tbl_wrap .tbl_box .company .fm-item.w-ty{
  width: 295px;
}

.section.buying .tbl_wrap .tbl_box td.company .btn_box{
  width: fit-content;
  margin: 0;
}

.section.buying .tbl_wrap .tbl_box td.company .btn.black{
  height: auto;
  padding: 13px 30px;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
}

.section.buying .tbl_wrap .tbl_box input[type="text"],
.section.buying .tbl_wrap .tbl_box input[type="url"] {
  padding: 11px 18px;
  height: 48px;
}

.section.buying .tbl_wrap .tbl_box .fm-cal input[type="text"]{
  padding: 11px 7px;
}

.section.buying .tbl_wrap .paper input[type="text"]{
  width: 100px;
}

.section.buying .tbl_wrap .tbl_box .cont-wrap{
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.section.buying .tbl_wrap .tbl_box td.pdf{
  padding: 28px 20px ;
}

.section.buying .tbl_wrap .pdf .input-area{
  padding-left: 5px;
}

.section.buying .tbl_box .pdf  .input-area + .required_text {
  margin: 0px;
}

.section.buying .btn_group .order{
  border: 1px solid #ee6d0e;
  color: #ee6d0e;
  /* line-height: 1; */
  width: 200px;
  height: 56px;
}

.btn_group .outline-blue {
  border: 1px solid #3280c1;
  color: #3280c1;
}

.section.buying .btn_group{
  width: fit-content;
  margin: 70px auto ;
}


.service_info.type02 .section.buying-list{
  margin-bottom: 0px;
}
.service_info.type02 .section.buying-list::after{
  content: "";
  width: 0;
}

.buying-list .news-item .news_tit{
  display: inline-flex;
  gap: 0;
}

.buying-list .news-item .news_tit .tit{
  width: 70%;
  -webkit-line-clamp: 1;
}

.buying-list .news-item .info-list{
  display: flex;
  flex-wrap: wrap;
}

.buying-list .wrapper .news-item {
  display: flex;
  margin-bottom: 0;
}

.buying-list .wrapper .news-item .wrap{
  padding: 17px 18px;
  flex: 1 1 auto;
}

.buying-list .wrapper .news-item .info-list li{
  position: relative;
  margin: 0 24px 0 0;
}

/* .buying-list .news-item .info-list li:not(:last-child) ::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -6px);
  width: 1px;
  height: 14px;
  background-color: #8a8a8a;
} */

.buying-list .news-item .info-list strong{
  font-weight: 400;
  color: #2a2c2f
}

.buying-list .wrapper .news-item .btn_group{
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0;
  width: fit-content;
}

.section.buying .tbl_wrap > .btn_group {
  margin: 70px auto 0;
}

.buying-list .wrapper .news-item button.delete{
  /* width: 85px;
  height: auto;
  min-width: auto;
  padding: 13px 30px 14px;
  line-height: 1; */

  width: 120px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: #2477bd;
  color: #fff;
  font-size: 14px;
}

.buying-list .wrapper .btn.blue{
  height: auto;
  max-height: fit-content;
  padding: 20px 0px;
  line-height: 1;
  width: 200px;
  text-align: center;
}

div.btn_group.require{
  margin: 65px auto 0;
}

/* 엑셀로 등록하기 */
#excels div.excel {
  margin-bottom: 72px;
}

#excels div.excel .col-gray{
  max-width: 1164px;
  padding: 20px 24px;
  background-color: #f9f9f9;
  margin: 0 auto 34px;
}

div.excel .list{
  padding-left: 13px;
  margin-bottom: 10px;
}
div.excel .list li{
  position: relative;
  margin-bottom: 0;
}

div.excel .list li::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 100%;
  top: -2px;
  left: 0;
  transform: translate(-12px, 13px);

}

.section.buying .excel .btn_group{
  display: flex;
  gap: 12px;
  width: fit-content;
  margin: 8px 0 0px;
}

.section.buying .excel .button{
  display: flex;
  height: auto;
  padding: 6px 30px;
  font-size: 14px;
}

.section.buying .excel .button .ico{
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 14px;
  background-size: 100%;
  background-position: 50% 50%;
}

/* 구매완료 팝업 */

div.popup-container.pay_complete{
  width: 100%;
  max-width: 720px;
  padding: 55px 60px 60px;
}

.pay_compelete .pop-head {
  margin-bottom: 5px;
}
div.popup-excel .pop-title,
.popup-container.pay_complete .pop-title {
  font-size: 24px;
}

.pay_compelete .pay_req_box{
  background-image: url(../img/2022/user/bg_pay_req.png);
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: 50% 0;
  margin-top: 34px;
}

div.pay_complete .title{
  text-align: center;
  font-size: 28px;
  padding-top: 0px;
  margin-bottom: 22px;
}

div.pay_complete .pay_req_box .col_gray {
  padding: 20px 36px;
  background-color: #f9f9f9;
  margin-bottom: 35px;
}

div.pay_complete .pay_req_box{
  background-size: 52px 52px;
  background-position: 50% 18px;
  padding-top: 78px;
}

div.popup-excel .col_gray,
div.pay_complete .col_gray li{
  position: relative;;
  font-size: 16px;
}

div.pay_complete  .col_gray li .menu{
  color: #222;
}

div.pay_complete .pay_req_box .col_gray li::before{
  content: "";
  position: absolute;
  top: 13px;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #767676;

}

.pay_complete .pay_req_box div.btn_group{
  margin: 0 auto;
  width: 302px;
}

.pay_complete .pay_req_box div.btn_group .btn.blue{
  height: 54px;
  margin: auto;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 1;
}

div.popup-container.popup-excel.pop-layer {
  padding: 60px;
  min-width: fit-content;
}


/* 뉴스토어에서 검색해서 기사찾기 팝업 */

div.popup-container.searching.pop-layer {
  padding: 60px;
  min-width: fit-content;
}


.searching .search-article .news_search_list_warp {
  margin-top: 24px;
  padding: 28px 30px;
}

.searching .pop-title{
  font-size: 24px;
}

.searching .search-article .board-sch{
  background-color: #e4e9f1;
  border: 1px solid #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 23px 24px;
  margin-bottom: 10px;
}

.popup-container.searching.type2 .fm-item.date-picker::after{
  transform: translate(-66%, 50%);
}

.popup-container.searching.type2 .date-picker .fm-ipt{
  width: 250px;
}

.popup-container.searching.type2 .date-picker .fm-cal .cal-btn{
  height: 47px;
  width: 80px;
}

.popup-container.searching.type2 .date-picker .fm-cal .cal-btn:focus-visible{
  outline-offset: -4px;
}

.popup-container.searching.type2 .board-sch .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-container.searching.type2 .board-sch .wrap .btn{
  margin: 0 0 0 12px;
  height: 40px;
}

.searching .search-article .search-form select,
.searching .search-article .search-form input{
  border: 1px solid #c9cacd;
  padding: 0px 18px;
  height: 48px;
  line-height: 1;
}

.searching .search-article .search-form input{
  color: #8a8a8a;
  width: 100%;
  min-width: 250px;
}

.searching .search-article .search-form .fm-item.w-ty{
  position: relative;
  margin-right: 11px;
  min-width: 174px;
}

.searching .search-article .search-form .fm-item.w-ty select{
  color: #2a2c2f;
  width: 174px;
}

div.search-article .news_list input[type="radio"] + label{
  width: 21px;
  height: 20px;
  margin-right: 22px;
  cursor: pointer;

}

.searching .search-article .right {
  display: table;
  width: calc(100% - 28px);
  table-layout: fixed;
  flex: 1 1 auto;
  padding-left: 0px;
}


div.search-article .news_list input[type="radio"]:checked + label::after{
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 5px;
}

.search-article .news_list_box ul.news_list > li .news .ico_picture {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.search-article .news_list_box ul.news_list > li .news .ico_newssurface {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;

} 

.searching .search-article .board-sch button span{
  font-size: 14px;
}

.search-article p.required_text{
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
}

.searching div.search-article ul.news_list li{
  margin-bottom: 8px;
}

.news-list .search-article .right {
  padding-left: 8px;
}

.searching .search-article .news_list_box .news_list > li .time{
  font-size: 16px;
  width: 96px;
  text-align: center;
  padding: 0 2px 0;
}

.searching .search-article .news_list_box .news_list > li .company{
  text-align: center;
  font-size: 16px;
}

.searching .search-article .paging {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
}

.searching .search-article .paging a{
  text-align: center;
  min-width: 30px;
  height: 30px;
  border-radius: 2px;
}

.search-article .paging a.active{
  background-color: #2477bd;
  border-color: #2477bd;
  color: #fff;
}
.searching .search-article .paging a:focus-visible{
  outline: 2px solid #ee6d0e;
  outline-offset: 0px;
}
.search-article .paging a.active:focus-visible{
  outline: 1px solid #000;
  outline-offset: 2px;
}


.searching .search-article .paging + .btn_group{
  width: fit-content;
  margin: 0 auto;
}

.search-article .btn_group .btn.blue{
  display: block;
  width: 210px;
  height: auto;
  margin: auto;
  padding: 19px 62px;
  line-height: 1;  
}

.searching .news_list_box .news_list > li > .right > *{
  display: table-cell;
  min-width: 100px;
  text-align: left;
}

/* 뉴스기사 등록(엑셀) 팝업 */

div.popup-excel div.pop-head{
  margin-bottom: 32px;
}

div.popup-excel .col_gray {
  padding: 20px 23px;
}

div.popup-excel .col_gray .title{
  font-size: 18px;
}

div.popup-excel .col_gray ul{
  padding: 0 14px;
  gap: 0;
}

div.popup-excel .col_gray li{
  font-size: 16px;
}

div.popup-excel div.col_gray li::before{
  top: 14px;
  left: -12px;
  width: 4px;
  height: 4px;
}

.popup-excel .file-upload .tbl_wrap{
  max-width: 600px;
  margin-bottom: 0;
}

div.popup-excel .file-upload tr{
  display: table-row;
}

div.popup-excel input{
  font-size: 14px;
}

div.popup-excel input::file-selector-button{
  margin-right: 13px;
  width: 100px;
  height: 40px;
  padding: 8px 9.5px;
  background-color: #626668;
  border: 0;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

div.popup-excel .button.line{
  display: flex;
  justify-content: center;
  width: 160px;
  height: auto;
  padding: 14px 64px;
  background-color: #fff;
  border: 1px solid #2a2c2f;
  border-radius: 2px;
  color: #2a2c2f;
  font-weight: bold;
}

div.popup-excel .tbl_wrap .tbl_box table tbody th{
  width: 128px;
  height: auto;
  vertical-align: middle;
  text-align: left;
  padding-left: 17px;
}

div.popup-excel .tbl_wrap .tbl_box table td{
  display: flex;
  align-items: center;
  height: 92px;
  padding-left: 24px;
}

div.popup-excel .file-upload .btn_group{
  margin: 38px auto 0;
  width: fit-content;
}

/* 인공지능용 데이터 */
.ai .fwr.gr_box .title{
  font-size: 16px;
}

.ai .tbl_cell .d_up_md{
  display: block;
}
.ai .box.cont17{
  padding: 0px;
}
.ai .box.cont17 .tbl_cell {
  padding-top: 0px ;
}
.ai .tbl_wrap .tbl_box table tbody th{
  width: 200px;
}

.ai .box.cont17 ~ .btn-group{
  justify-content: end;
  margin: 38px 0 70px;

}

.ai .box.cont17 ~ .btn-group .btn{
  width: 208px;
  height: 56px;
  font-size: 16px;
}

/* .section.ai .list02 li {
  padding-left: 16px;
} */
.section.ai .list02 li::before {
  content: "-";
  left: 4px;
}

br.d_up_md{
  display: inline-block;
}
br.d_down_md{
  display: none;
}

.required-info{
  font-size: 14px;
}
.section.ai-newsdata .required-info{
  bottom: -20px;
  font-size: 14px;
}
.section.ai-newsdata .fm-ipt.fm-w-sm{
  padding: 0px 4px;
}
.section.ai-newsdata .fm-ipt{
  padding: 0 18px;
  margin: 6px 8px 8px 0;
}
.section.ai-newsdata .grid-list-2 .pd-min.type02 td{
  padding: 14px 0;
}

.section.ai-newsdata .grid-list-2 .pd-min.type02 td span{
  margin-left: 18px;
}

.ai-newsdata .gr_box li p{
  margin-left: -13px;
}
.section.ai-newsdata .gr_box .list01 > li{
  font-size: 16px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.section.ai-newsdata .gr_box .list02 > li{
  margin-bottom: 4px;
  font-size: 16px;
}

.section.ai-newsdata .gr_box {
  padding: 28px 18px;
  line-height: 1.5;
}

.section.ai-newsdata .tt.bold {
  padding-bottom: 2px;
}
.section .list02 li::before{
  left: -13px;
}

.section.ai-newsdata .fm-ipt{
  height: 46px;
  margin: 4px 18px 12px;
  width: calc(100% - 36px);
}

.section.ai-newsdata .fm-ipt.fm-ipt-sm{
  width: calc(100% - 36px);
}


.section.ai-newsdata .grid-list-2{
  padding: 15px 0px 10px;
}
.section.ai-newsdata.detail .grid-list-2{
  padding: 14px 0px;

}
.section.ai-newsdata .grid-list-2.gr_box{
  margin-top: 26px;
  padding: 12px 20px 18px;
}
.section.ai-newsdata .grid-list-2.gr_box .fm-row+.fm-row{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-top: 20px;
}

.section.ai-newsdata .fm-row{
  margin-top: 5px;
}
.section.ai-newsdata .fm-row+.fm-row{
  margin-top: 0px;
}
.section.ai-newsdata .checked-i.txt{
  flex: 0 0 auto;
}
.section.ai-newsdata .wrap {
  margin-top: 0px;
}
.section.ai-newsdata .wrap + .wrap{
  margin-top: 44px;
}
.section.ai-newsdata .fm-ta {
  height: 200px;
  width: 100%;
  display: block;
  padding: 6px 18px;
}
.section.ai-newsdata .text-blue{
  margin: 0 18px;
  line-height: 1.3;
}
.section.ai-newsdata .grid-list-2.cmgt-2{
  margin-top: 26px;
}
.section.ai-newsdata .g-title-2{
  letter-spacing: -0.7px;
}
.section.ai-newsdata .wrapper +  .grid-list-2 {
  margin-top: 0;
}
.section.ai-newsdata .custom{
  border: none;
}
.section.ai-newsdata .fm-w-150{
  width:200px;
}
.section.ai-newsdata .fm-w-sm{
  width:50px;
}
.section.ai-newsdata table + .fm-ipt{
  margin: 20px 20px 8px;
}
.section.ai-newsdata .wrapper{
  margin: 0 18px 12px;
}
.section.ai-newsdata .ai-newsdata .dl.grid-list-2 > dt, .section.ai-newsdata  .grid-list-2 .grid-list-2 th{
  padding: 12px 16px;
}
.section.ai-newsdata .tbl_wrap{
  margin: 54px 0 50px;
}
.ai-newsdata .grid-list-2 table.grid-list-2{
  margin: 6px 0px 20px;
  border: 1px solid #c2c2c3;
}

.section.ai-newsdata .grid-list-2 table.grid-list-2 tr{
  height: 52px;
}
.section.ai-newsdata .grid-list-2 table.grid-list-2 th{
  border-right: 1px solid #c2c2c3;
}

.section.ai-newsdata .grid-list-2 table.grid-list-2 td{
  padding: 16px 16px 12px;
}

.section.ai-newsdata .grid-list-2 table.grid-list-2 li{
  margin-left: 52px;
}
.section.ai-newsdata .grid-list-2 table.grid-list-2 + .text-blue {
  display: block;
  margin-bottom: 10px;
}

.tbl_wrap.type_list .tbl_box .aidata-list tbody tr td{
  height: fit-content;
  padding: 20px;
}
table.aidata-list .customer{
  font-size: 16px;
}

table.aidata-list strong{
  font-size: 16px;
}

table.aidata-list .list li {
  margin-right: 52px;
}
table.aidata-list .btn_box .btn{
  padding: 0 16px;
  font-size: 16px;
}
table.aidata-list .btn_box .btn .ico{
  width: 14px;
  height: 13px;
}

span.input-btn label{
  padding: 12px 20px;
  margin-right: 10px;
}

}

/* 뉴스기사 등록(엑셀) 팝업 */

div.popup-excel .pop-head{
  margin-bottom: 22px;
}

.popup-excel .col_gray {
  padding: 12px 0 0 12px;
  background-color: #f9f9f9;
  margin-bottom: 27px;
}

.popup-excel .col_gray .title{
  display: block;
  font-size: 15px;
  color: #2a2c2f;
  font-weight: 500;
  margin-bottom: 4px;
}

.popup-excel .col_gray ul{
  padding: 4px 8px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.popup-excel .col_gray li{
  position: relative;
  color: #767676;
  font-size: 14px;
}

.popup-excel div.col_gray li::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #767676;
  top: 8px;
  left: -8px;
}

.popup-excel .file-upload .tbl_wrap{
  max-width: 600px;
  margin-bottom: 0;
}

.popup-excel .file-upload tr{
  display: flex;
}

.popup-excel .tbl_wrap .tbl_box table tbody th{
  width: 100%;
  height: 35px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
}

.popup-excel input{
  color: #767676;
  font-size: 12px;
}

.popup-excel input::file-selector-button{
  margin-right: 13px;
  padding: 12px 9.5px;
  background-color: #626668;
  border: 0;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  height: 30px;
  font-weight: 400;
}

.popup-excel .file-upload .btn_group{
  width: fit-content;
  margin: 21px auto 8px;
}

.popup-excel .button.line{
  display: block;
  width: 125px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #2a2c2f;
  border-radius: 2px;
  color: #2a2c2f;
  font-weight: bold;
  padding: 9px 30px;
  text-align: center;
}

@media (min-width: 1120px) {
  .news-view .option_wrap .option-area .options.op01 .tab {
    width: calc(25% + 1px);
  }
}
@media (min-width: 1217px), print {
  .procedure.news > li {
    background-size: auto;
  }
}
@media (max-width: 400px), print {
  .download_area .down_box {
    min-height: 250px;
  }
}

@media (min-width: 1120px) {
  .news-view .option_wrap .option-area .options.op01 .tab {
    width: calc(25% + 1px);
  }
}

@media (min-width: 1217px),
print {
  .procedure.news>li {
    background-size: auto;
  }
}

@media (max-width: 400px),
print {
  .download_area .down_box {
    min-height: 250px;
  }
}

@media (max-width: 385px),
print {
  .w_62_180 {
    min-width: 90px;
    padding: 0 5px;
  }
}

@media (max-width: 360px) {
  .procedure.buyer>li {
    min-height: 250px;
  }
}

@media (max-width: 340px),
print {
  .analysis_list>ul>li .txt_box {
    padding: 11px 20px 0;
    min-height: 140px;
    text-align: center;
  }
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }

  header {
    display: none;
  }

  body {
    width: 100%;
    height: 257mm;
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .pop-layer {
    width: 100%;
    height: 100%;
    margin-top: 1cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    box-shadow: none;
  }

  .pop-layer .pop-cont {
    overflow: hidden !important;
    max-height: none !important;
  }

  .pop-layer .pop-apr-msg {
    margin-left: auto;
    width: 440px;
  }

  html,
  body {
    overflow: visible !important;
  }

  :focus {
    outline: none;
  }

  body,
  input,
  select,
  textarea,
  button,
  table {
    line-height: normal;
  }

  .pop-btn-close {
    display: none;
  }

  .grid-list tr,
  .grid-list-2 tr {
    height: 30px;
  }

  .grid-list th,
  .grid-list td,
  .grid-list-2 th {
    padding: 0 10px;
  }

  .grid-list-2.pop-line-ty {
    font-size: 13px;
  }

  .grid-list-2.pop-line-ty thead th {
    padding: 4px 6px;
  }

  .printBeroreNewsView,
  .printBerorePopup,
  .printBerore,
  #wrap {
    padding: 3px !important;
    margin: 0 auto !important;
    width: 1024px !important;
  }

  .printBerorePopup .pop-btnarea,
  .printBerore .pop-btnarea {
    display: none;
  }

  .printBeroreNewsView #header,
  .printBeroreNewsView #footer,
  .printBeroreNewsView .page-path,
  .printBeroreNewsView .sub-vis,
  .printBeroreNewsView .category,
  .printBeroreNewsView .news-list,
  .printBeroreNewsView .news-view>div,
  .printBeroreNewsView .news-view>dl,
  .printBeroreNewsView .news-view>button {
    display: none;
  }

  .printBeroreNewsView #container {
    padding: 0;
    margin: 0;
  }

  .printBeroreNewsView .news-view {
    width: auto;
    padding: 0;
    transition: none;
    margin: 0;
    background: none;
  }

  .printBeroreNewsView .news-view .news-view-detail {
    display: block !important;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .printBerorePopup .container {
    padding: 0;
  }

  .printBerorePopup #header,
  .printBerorePopup #footer,
  .printBerorePopup .page-path,
  .printBerorePopup .sub-vis,
  .printBerorePopup .container>*:not(.uipop-container):not(.pop-layer) {
    display: none;
  }

  .uipop-container {
    position: static !important;
    background: none !important;
    overflow: visible !important;
  }

  .uipop-container.dim .uipop-track,
  .uipop-container .uipop-track {
    display: block;
    width: auto !important;
    height: auto !important;
  }

  .uipop-container .pop-layer,
  .pop-layer {
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  .grid-list-2.line-ty,
  .grid-list-2.pop-line-ty {
    margin-left: -2px;
  }

  .board_wrap .board_intro .blue_box {
    height: 30px;
    line-height: 30px;
  }

  .board_wrap .board_box .board .row .div_th {
    min-height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    border-right: solid 1px #c9cacd;
  }

  .board_wrap .board_box .board .row .div_td {
    padding: 0 16px;
  }

  .board_wrap .board_box .board .row .double:first-of-type {
    border-right: solid 1px #c9cacd;
  }

  .tbl_wrap .tbl_box table thead tr {
    border-bottom: solid 1px #c9cacd;
  }

  .tbl_wrap .tbl_box table tbody tr:not(:last-child) {
    border-bottom: solid 1px #c9cacd;
  }

  .tbl_wrap .tbl_box table th {
    height: 30px;
    padding: 4px 6px !important;
  }

  .tbl_wrap .tbl_box table td {
    height: 30px;
    padding: 4px 6px !important;
  }
}

.ease_login_box .ease_login>li {
  width: calc(50% - 6px);
}

@media screen and (min-width: 1024px),
print {
  .ease_login_box .ease_login>li {
    width: calc(50% - 7px);
  }
}

/* 241210 뉴스단건 및 보도사진 고도화 */


.single_photo .creator_info .box:nth-child(2){
  background-image: none;
}

.news_pic_bg3 .sec_tit{
  letter-spacing: -1.1px;
  line-height: 1.3;
  padding-bottom: 21px;
}

.news_pic_bg3 .btn_box{
  position: absolute;
  bottom: -32px;

}

.section.bg16 .btn_box .btn{
  padding: 17px 25px 26px;
  line-height: 1;
  box-sizing: border-box;
}

.box.cont17 {
  padding: 0;
}

.box.cont17 .caution{
  padding: 16px;
  background: #f7f7f7;
}

.box.cont17 .caution::before{
  content: "";
}


.box.cont17 .caution ul{
  padding-left: 0px;
}

.box.cont17 .caution .list {
  position: relative;
  margin-bottom: 5px;
}

.cont17 .caution .list::before{
  top: 0px;
  left: 0px;
  transform: translate(-11px, 8px);
} 

.cont17 .caution .list:nth-of-type(4)::before,
.cont17 .caution .list:nth-of-type(5)::before{
  background-color: #767676;
}

.box.cont17 .title{
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 12px 11px;
  display: block;
  line-height: 1;
}

.box.cont17 .caution .text {
  font-size: 14px;
  color: #767676;
}

.box.cont17 .caution .text a:hover{
  text-decoration: underline;
}

.cont17 .d_down_md{
  display: inline-block;
}


.box.cont17 {
  border-bottom: transparent;
}

.section.bg16+.section{
 margin-bottom: 18px;
}

.section.price .tbl_wrap{
  margin-top: 14px;
}


.section.price .sub_sec_tit{
  padding-bottom: 0;
}

.section.price .text{
  margin-bottom: 0;
}

.section.price .tbl_box{
  border-top: 0;
}

/* 구매요청기사등록 */

.section.buying{
  min-height: 0;
}

.section.buying .section-header {
  margin: auto;
}

.section.buying .section-header +.tbl_wrap{
  margin-bottom: 70px;
}

.section.buying .tab-list{
  display: flex;
  /* width: 100%; */
  margin: 0px 0 17px;
  width: 602px;
}

.buying .tbl_wrap{
  margin-bottom: 32px;
}

.section.buying .tbl_box span{
  line-height: 1;
}

.section.buying .tbl_box .required{
  position: relative;
}

.section.buying .tbl_box .required::after{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #db2e2e;
  border-radius: 100%;
  top: 0;
  right: 0;
  transform: translate(4px, 0);
}

.buying .tbl_wrap .tbl_box td:last-child {
  display: flex;
  padding: 8px;
  height: 100%;
  min-height: 54px;
  align-items: center;
  border-style: solid none none none;
}

.section.buying .tbl_box td .radio{
  position: relative; 
}

.buying .tbl_box td span:first-child .radio{
  margin: 0 22.5px 0 12px;
  color: #767676;
}

.section.buying .tbl_box td .fm-item.w-ty::after{
  background-size: 100%;
  transform: translate(-18px, -4.5px);
}

.section.buying .tbl_box .company .fm-item.w-ty::after{
  transform: translate(-38px, -4.5px);
}

.section.buying .tbl_box td .radio::before{
  content: "";
  position: absolute;
  width: 12.75px;
  height: 12.75px;
  border: 1px solid #626668;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(-17px, -50%);
}

.section.buying .tbl_box td input[type="radio"]:checked+.radio::after{
    content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #2174b9;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(-15.5px, -50%);
}

.section.buying .tbl_box td select{
  position: relative;
  padding: 0px 0 0px 14px;
}

.section.buying .tbl_box td .use{
  width: 100%;
  display: flex;
  gap: 12px;
}

.buying .tbl_wrap .tbl_box td select{
  padding: 0 33px 0 8px;
  position: relative;
}

.section.buying .tbl_wrap .tbl_box td.company select{
  width: 100%;
  margin-right: 0px;
  padding: 0 33px 0 8px;
}

.section.buying .tbl_box td.company{
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.buying .tbl_wrap .tbl_box .company .fm-item.w-ty{
  width: calc(50% - 6px)
}

.section.buying .tbl_wrap .tbl_box td.company .btn_box{
  width: fit-content;
  margin: 0;
}


.buying .tbl_wrap .tbl_box td.company .btn.black{
  width: 100%;
  height: auto;
  padding: 10px 4px;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
}

.section.buying  .tbl_box input[type="text"],
.section.buying .tbl_box input[type="url"] {
  width: 100%;
  height: 34px;
  border: 1px solid #c9cacd;
  padding: 5px 6px;
  box-sizing: border-box;
}

.section.buying .tbl_box .cont-wrap{
  width: fit-content;
  display: block;
}

.section.buying .tbl_wrap .tbl_box .required_text{
  display: flex;
  align-items: center;
  margin-left: 22px;
  color: #3280c1;
}


.section.buying .tbl_wrap td.pdf{
  padding: 20px 12px 10px 5px;
}

.section.buying .tbl_wrap .pdf .input-area{
  padding-left: 5px;
}

/* .section.buying .order{
  max-height: 36px;
  padding: 11.5px 38px;
  border: 1px solid #ee6d0e;
  color: #ee6d0e;
  line-height: 1;
} */

.section.buying .btn_group{
  width: fit-content;
  margin: 70px auto ;
}

.section.buying .btn_group.type01{
  width: fit-content;
  margin: 60px auto 71px;
}

.section.buying.type01 {
 margin-top: 80px;
 min-height: auto;
}

.section.buying.type02 {
  max-width: 1155px;
  margin: 0 auto;
 }

.section.buying.type01 .tbl_wrap .tbl_box td {
  min-height: 62px;
}

.service_info.type02 .section.buying-list{
  margin-bottom: 0px;
}
.service_info.type02 .section.buying-list + .section.buying-list{
  margin-top: 74px;
}
.service_info.type02 .section.buying-list::after{
  content: "";
  width: 0;
}
.buying-list .wrapper {
  position: relative;
  border-top: 2px solid #000;
  min-height: 398px;
}

.buying-list .news-item {
  display: flex;
  justify-content: space-between;
  padding: 0 18px 0 0;
  /* max-height: 131px; */
}

.buying-list .news-item .wrap{
  display: block;
  width: auto;
  padding: 10px 8px;
  margin-bottom: 0;
}

.buying-list .news_tit{
  display: block;
  font-weight: 700;
  color: #2a2c2f;
  margin-bottom: 10px;
}

.buying-list .news-item .news_tit .tit{
  width: 100%;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}

.buying-list .news-item .info-list{
  display: flex;
  flex-wrap: wrap;
}

.buying-list .wrapper .news-item .info-list li{
  position: relative;
  margin: 0 24px 0 0;
  height: auto;
}

/* .buying-list .news-item .info-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -6px);
  width: 1px;
  height: 14px;
  background-color: #8a8a8a;
} */

.buying-list .news-item .info-list strong{
  font-weight: 400;
  color: #2a2c2f
}

.buying-list .wrapper .news-item .btn_group{
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 12px 0;
  flex: 1 1 auto;
}

.buying .tbl_wrap > .btn_group {
  margin: 36px auto 0;
}


.buying-list .news-item button.delete{
  height: auto;
  min-width: auto;
  padding: 9.5px 30px;
  line-height: 1;
  width: 100%;
  font-size: 12px;
}

.buying-list .btn.btn-sm{
  max-height: 36px;
  padding: 11.5px 38px;
  line-height: 1;
}

.btn.btn-lg {
  height: 56px;
  width: 200px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}

.btn.btn-lg-2 {
  height: 56px;
  width: 160px;
}

.wrap.order-process{
  border: 3px solid #214166;
  padding: 0 22px;
  margin: 81px auto 77px;
}

.service_info.type02 .section.cart-list {
  margin: 50px auto 67px;
  min-height: auto;
  max-width: 1155px;
}

.service_info.type02 .section.cart-list .no-data {
  text-align: center;
  min-height: 63px;
}

.service_info.type02 .section.cart-list::after {
  display: none;
}

.section.cart-list .link {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #3280c1;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.section.cart-list .table-cart {
  border-top: 1px solid #c9cacd;
}

.section.cart-list .table-cart tr {
  text-align: center;
  vertical-align: center;
  height: 62px;
}

.section.cart-list .table-cart thead {
  background-color: #f9f9f9;
  border-bottom: 1px solid #c9cacd;
}

.section.cart-list .table-cart thead th {
  border-right: 1px solid #c9cacd;
  font-weight: 500;
}

.section.cart-list .table-cart tbody td {
  color: #767676;
  border-right: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  padding: 0 2px;
}

.section.cart-list .table-cart tbody td:last-child,
.section.cart-list .table-cart thead th:last-child {
  border-right: 1px solid transparent;
}

.section.cart-list .table-cart .cell-title {
  max-width: 521px;
  padding: 0 10px;
}

.section.cart-list .table-cart .cell-title p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.cart-list .table-cart .cell-number {
  min-width: 63px;
}
.section.cart-list .table-cart .cell-news {
  max-width: 208px;
}
.section.cart-list .table-cart .cell-date {
  min-width: 92px;
}
.section.cart-list .table-cart .cell-btn {
  min-width: 160px;
}

.section.buying .g-title-sub {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 30px;
  color: #3280c1;
  font-size: 18px;
}

.ico-delete {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: url(../../img/2022/advance/ico_delete_white.png) no-repeat center/cover;
}


/* 엑셀로 등록하기 */
div.excel {
  margin-bottom: 36px;
}

div.excel .col-gray{
  padding: 10px 13px;
  background-color: #f9f9f9;
  margin-bottom: 34px;
}

.buying .excel .col-title{
  margin-bottom: 8px;
  color: #2a2c2f;
}

div.excel .list{
  padding-left: 13px;
}
div.excel .list li{
  position: relative;
}

.excel .list li::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 100%;
  top: 0;
  left: 0;
  transform: translate(-12px, 8px);
}


.buying .excel .btn_group{
  display: block;
  margin: 12px 0 0px;
}


.buying .excel .button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  padding: 5px 17px;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius:4px;
  color: #2a2c2f;
  font-size: 12px;
  font-weight: 500;
}

.buying .excel .button .ico{
  display: inline-block;
  margin-left: 4px;
  width: 8px;
  height: 14px;
  background: url(../../img/2022/advance/ico-sm-arrow-black.png) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}

.buying-list .wrapper > ul {
  min-height: 398px;
}

.buying-list .wrapper .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 398px;
}

.buying-list .no-data h5 {
  text-align: center;
}

/* 구매완료 팝업 */

.pay_compelete .pop-head {
  margin-bottom: 5px;
}

.pay_compelete .pay_req_box{
  background-image: url(../../img/2022/user/bg_pay_req.png);
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: 50% 0;
  margin-top: 34px;
}

.pay_complete .btn_group{
  margin: 0 auto;
}

.pay_complete .btn_broup .btn.blue{
  height: auto;
  margin: auto;
  padding: 20px 60px;
  line-height: 1;
}

.pay_complete .pop-btn-close {
  top: 18px;
  right: 18px;
}

.popup-container.popup-excel.pop-layer {
  width: 324px;
  padding: 40px 35px 30px;
}

.pay_complete .pay_req_box .col_gray{
  margin-bottom: 20px;
  padding: 12px 19px;
  background-color: #f9f9f9;
}

.pay_complete .pay_req_box .col_gray ul{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pay_complete .pay_req_box .col_gray li{
  position: relative;
}

.pay_complete .pay_req_box .col_gray li::before{
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 3px;
  height: 3px;
  background-color: #767676;
  border-radius: 100%;
}

/* 뉴스토어에서 검색해서 기사찾기 팝업 */

.popup-container.searching.pop-layer {
  padding: 36px 36px;
  max-width: 870px;
  width: 100%;
}
.searching .pop-head {
  margin-bottom: 27px;
}

.searching .news_list_box .news_list > li:not(:last-child){
  display: flex;
  height: 32px;
  margin-bottom: 20px;
}

.search-article .news_list input[type="radio"] + label{
  display: block;
  position: relative;
  width: 16px;
  height: 15px;
  padding: 0;
  margin-right: 4px;
  border: solid 1px #c9cacd;
  background-color: #fff;
  transform: translateY(2px);
}

.search-article .news_list input[type="radio"]{
  position: absolute;
  width: 0;
  height: 1px;
}

.searching .search-article .right {
  display: table;
  width: calc(100% - 28px);
  table-layout: fixed;
  flex: 1 1 auto;
  padding-left: 0px;
}

.search-article .news_list input[type="radio"]:checked+label{
  background-color: #2477bd;
}

.search-article .news_list input[type="radio"]:checked + label::after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 5px;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg) skew(-1deg, -1deg);
}


.searching .search-article .company{
  width: 140px;
  padding: 0 43px 0 5px;
  color: #2477bd;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}

.searching-article .company{
  position: relative;
  display: inline;
  width: 120px;
  padding: 0 5px;
  color: #2477bd;
  font-weight: 400;
  text-align: center;
  vertical-align: auto;
}


 .search-article .company::before{
  content: "[";
}

 .search-article .company::after{
  content: "]";
}

.searching .search-article .news{
  display: inline-flex;
  width: 100%;
  vertical-align: top;
  gap: 4px;
}


.searching .search-article .news .text_el{
  display: inline-flex;
  max-width: calc(100% - 20px);
  vertical-align: top;
}

.searchng .search-article .news .text_el a{
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-article .news_list_box .news_list > li .news .ico_picture {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../img/2022/user/ico_picture.png) no-repeat center;
  background-size: 20px 20px;
  flex: 0 0 auto;
  vertical-align: middle;
}

.search-article .news_list_box .news_list > li .news .ico_newssurface {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  vertical-align: middle;
  background: url(../../img/2022/user/ico_newssurface.png) no-repeat center;
  background-size: 20px 20px;

} 

.search-article .required_text{
  display: block;
  color: #db2e2e;
}


.search-article .search-form{
  display: block;
  padding: 0px ;
  margin: 0;
  width: 100%;
}

.search-article .search-form select,
.search-article .search-form input{
  border: 1px solid #c9cacd;
  padding: 0px 9px;
  height: 34px;
  line-height: 1;
}

.search-article .search-form .fm-item.w-ty{
  position: relative;
  margin-right: 6px;
  flex: 0;
}

.search-article .search-form select{
  width: 107px;
}

.search-article .board-sch{
display: block;
padding: 12px 12px 22px;
margin-bottom: 15px;
}

.searching .search-article .board-sch button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 30px;
  margin:12px 0 0 0;
  padding: 10px;
  background-color: #444;
  border-radius: 2px;
  color: #fff;
}

.searching .search-article .board-sch button span{
  font-size: 12px;
}

.search-article .ico-search{
  display: block;
  width: 15px;
  height: 16px;
  background: url(../../img/2022/advance/ico-sm-search-white@2x.png) no-repeat 50%;
  background-size: 15px 16px;
  flex: 0 0 auto;
}

.search-article .paging {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0px;
  margin: 20px 0;
}

.search-article .paging a{
  text-align: center;
  min-width: 23px;
  height: 23px;
  border: 1px solid #626668;
  border-radius: 2px;
  color: #2a2c2f;
}

.search-article .paging a.active{
  background-color: #2477bd;
  border-color: #2477bd;
  color: #fff;
}

.searching .search-article .btn_group{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.search-article .btn.blue{
  width: 100%;
  height: 36px;
  line-height: 1;  
}

.search-article .btn_group .btn.btn-lg-2{
  width: 160px;
  height: 56px;
  padding: 0;
}

.section.buying-list .buying-wrap .btn_group{
  display: flex;
  align-items: center;
  gap: 20px;
}

.section.buying-list .buying-wrap .btn_group .price{
  display: flex;
}

.section.buying-list .buying-wrap .btn_group .price strong{
  margin-right: 8px;
  display: block;
  min-width: 38px;
}

.section.buying-list .buying-wrap .btn.delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 120px;
  background-color: #2477bd;
  text-align: center;
}

.section.buying-list .buying-wrap .title-list {
  border-top: 2px solid #2a2c2f;
}

.section.buying-list .buying-wrap .title-list .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 18px;
  border-bottom: 1px solid #c9cacd;
  font-size: 16px;
}

.section.buying-list .buying-wrap .title-list .list-item strong{
  font-weight: 500;
  font-size: 16px;
  color: #2a2c2f;
}

.section.buying-list .buying-wrap .title-list .list-item span{
  color: #8a8a8a;
}

.section.buying-list .buying-wrap .title-list .list-item ul{
  width: 100%;
  padding-right: 20px;
}

.section.buying-list .buying-wrap .title-list .list-item.no-data {
  min-height: 260px;
}

.section.buying-list .buying-wrap .title-list .option-cell{
  display: inline-block;
  margin-right: 14px;
}

/* .section.buying-list .buying-wrap .title-list .option-cell {
  margin-right: 0;
} */

.section.buying-list .buying-wrap .title-list .title-cell{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.section.buying-list .buying-wrap .title-list .title-cell strong{
  width: 75px;
  flex: 0 0 auto;
}

.section.buying-list .buying-wrap .title-list .title-text{
  flex: 1 1 auto;
  display: inline-block;
  align-items: center;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.buying-list .buying-wrap .title-list .title-cell .link {
  color: #498ec8;
}

.section.buying-list .sum-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 18px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #c9cacd;
  background-color: #f9f9f9;
}

.section.buying-list .buying-wrap .title-list .channel-cell {
  display: flex;
}

.section.buying-list .buying-wrap .title-list .channel-cell strong{
  display: block;
  min-width: 155px;
}

.section.buying-list .buying-wrap .title-list .channel-cell span {
  display: block;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 4px;
  flex: 1 1 auto;
}

.section.buying-list .sum-price .total{
  color: #2a2c2f;
  font-size: 16px;
}

.section.buying-list .sum-price .price{
  color: #2a2c2f;
  min-width: 212px;
  font-size: 16px;
}

/* 뉴스토어에서 검색해서 기사찾기 팝업 수정본 */


.popup-container.searching.type2 .date-picker{
  position: relative;
  display: flex;
  gap: 0px;
  justify-content: center;
  margin-bottom: 12px;
}

.popup-container.searching.type2 .date-picker::after{
  content: "-";
  position: absolute;
  left: 53%;
  top: 0%;
  transform: translate(-35%, 50%);
  width: 20px;
  height: 10px;
  color: #444;
  font-size: 20px;
}

.popup-container.searching.type2 .date-picker .text{
  display: block;
  margin-right: 10px;
  font-size: 16px;
  color: #2a2c2f;
  line-height: 34px;
}

.popup-container.searching.type2 .date-picker .fm-cal{
  margin-right: 40px;
}

.popup-container.searching.type2 .date-picker .fm-ipt{
  width: 100%;
}

.popup-container.searching.type2 .date-picker .cal-btn{
  width: 50px;
  height: 32px;
  margin: auto;
  top: 1px;
  border-radius: 0 2px 2px 0 ;
  background-color: #444;
}

.popup-container.searching.type2 .wrap{
  display: block;
}

.popup-container.searching.type2 .wrap input {
  margin-right: 0;
  min-width: 385px;
}

.popup-container.searching.type2 .wrap .btn {
  min-width: 120px;
}

.popup-container.searching.type2 .article{
  display: flex;
}

.popup-container.searching.type2 .article input{
  display: flex;
  flex: 1;
}

.popup-container.searching.type2 .board-sch {
  max-width: 750px;
}

.popup-container.searching.type2 .search-article .paging {
  gap: 0;
}

.popup-container.searching.type2 .search-article .info{
  background-color: #f9f9f9;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 12px;
}

.popup-container.searching.type2 .search-article .info .text{
  color: #2477bd;
  font-size: 12px;
  margin-left: 14px;
  position: relative;
}

.popup-container.searching.type2 .search-article .info .text::before{
  content: "※";
  position: absolute;
  left: -18px;
  top: 0px;
  width: 14px;
  height: 14px;
}

.popup-container.searching.type2 .table-position {
  position: relative;
  max-width: 750px;
  text-align: center;

  table-layout: fixed; 
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.popup-container.searching.type2 .table-position .input-txt {
  width: 132px;
  height: 32px;
  border: 1px solid #c5c5c5;
  padding: 0 8px;
  font-size: 14px;
}

.popup-container.searching.type2 .table-position .remove {
  width: 56px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}

.popup-container.searching.type2 .sub-title {
  font-size: 24px;
  color: #2a2c2f;
  margin: 26px 0 8px;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.popup-container.searching.type2 .table-position thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #f5f5f5;
  color: #272727;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  overflow-x: hidden;
}

.popup-container.searching.type2 .table-position tbody{
  display: block;
  width: 100%;
  max-height: calc(174px - 44.3px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 0;
}

.popup-container.searching.type2 .table-position tbody::-webkit-scrollbar-track{
  display: none;
}

.popup-container.searching.type2 .table-position thead tr,
.popup-container.searching.type2 .table-position tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.popup-container.searching.type2 .table-position th,
.popup-container.searching.type2 .table-position td {
  border-right: 1px solid #d9d9d9;
  padding: 0 10px;
  line-height: 1;
  height: 43px;
}

.popup-container.searching.type2 .table-position td {
  border-bottom: 1px solid #d9d9d9;
}

.popup-container.searching.type2 .table-position th {
  font-weight: 500;
}

.popup-container.searching.type2 .table-position th:last-child,
.popup-container.searching.type2 .table-position td:last-child {
  border-right: 1px solid transparent;
}

.popup-container.searching.type2 .table-position th.cell-news {
  width: 108px;
  max-width: 108px;
}
.popup-container.searching.type2 .table-position th.cell-date {
  width: 116px;
  max-width: 116px;
}
.popup-container.searching.type2 .table-position th.cell-title {
  width: 295px;
  max-width: 295px;
}
.popup-container.searching.type2 .table-position th.cell-input {
  width: 160px;
  max-width: 160px;
}
.popup-container.searching.type2 .table-position th.cell-btn {
  width: 70px;
  max-width: 70px;
}

.popup-container.searching.type2 .table-position td.cell-news {
  width: 108.14px;
  max-width: 108.14px;
}
.popup-container.searching.type2 .table-position td.cell-date {
  width: 116.15px;
  max-width: 116.15px;
}
.popup-container.searching.type2 .table-position td.cell-title {
  text-align: left;
  width: 295.39px;
  max-width: 295.39px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-container.searching.type2 .table-position td.cell-input {
  padding: 4px 10px;
  width: 160.21px;
  max-width: 160.21px;
}
.popup-container.searching.type2 .table-position td.cell-btn {
  padding: 4px 6px 4px 4px;
  width: 70.13px;
  max-width: 70.13px;
}

.popup-container.searching.type2 .table-position td .link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2477bd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.popup-container.searching.type2 .table-position .no-data {
  min-height: 126px;
  height: 126px;
}

.popup-container.searching.type2 .table-position td p {
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-article.pop-cont + .search-article.pop-cont{
  margin-top: 40px;
}

/* 구매완료 팝업 */


.popup-container.pay_complete {
  padding: 35px;
}

.pay_complete .pop-head {
  margin-bottom: 16px;
}

.pay_complete .pay_req_box{
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 50% 11px;
  padding-top: 58px;
}

.pay_complete .title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2a2c2f;
  padding-top: 8px;
  margin-bottom: 20px;
}

.pay_complete .pay_req_box .btn_group{
  width: 100%;
  margin: 0 auto;
}

.pay_complete .btn_broup .btn.blue{
  height: auto;
  margin: auto;
  padding: 20px 60px;
  line-height: 1;
}

.pay_complete .pop-btn-close {
  top: 18px;
  right: 18px;
}

.pay_complete .btn.blue{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

/* 엑셀로 등록 */

.excel{
  margin-bottom: 0;
}

.excel .col-gray{
  padding: 25px 24px;
  background-color: #f9f9f9;
  margin-bottom: 17px;
}

.excel .list{
  padding-left: 13px;
}
.excel .list li{
  position: relative;
  margin-bottom: 3px;
}


/* 뉴스기사 등록(엑셀) 팝업 */


.popup-excel .file-upload .tbl_wrap{
  max-width: 600px;
  margin-bottom: 0;
}

.popup-excel .tbl_wrap .tbl_box table{
  width: 100%;
  min-width: 0;
  height: 90px;
}

.popup-excel tr{
  display: flex;
  flex-direction: column;
  height: 90px;
}
.popup-excel .tbl_wrap .tbl_box table th{
  border: 0;
  width: 128px;
}

.popup-excel .tbl_wrap .tbl_box table td{
  height: 64px;
  padding-left: 0px;
  border-style: solid none none none;
}

.popup-excel input{
  color: #767676;
  border: 0;
  border-style: none;
}

.popup-excel input::file-selector-button{
  margin-right: 13px;
  padding: 12px 9.5px;
  background-color: #626668;
  border: 0;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}


@media (min-width: 1120px) {
  .news-view .option_wrap .option-area .options.op01 .tab {
    width: calc(25% + 1px);
  }
}
@media (min-width: 1217px), print {
  .procedure.news > li {
    background-size: auto;
  }
}
@media (max-width: 400px), print {
  .download_area .down_box {
    min-height: 250px;
  }

  .d_down_md{
    display: inline-block;
  }
}
@media (max-width: 385px), print {
  .w_62_180 {
    min-width: 90px;
    padding: 0 5px;
  }
}
@media (max-width: 360px) {
  .procedure.buyer > li {
    min-height: 250px;
  }
}
@media (max-width: 340px), print {
  .analysis_list > ul > li .txt_box {
    padding: 11px 20px 0;
    min-height: 140px;
    text-align: center;
  }
}
@media print {
  @page {
    size: A4;
    margin: 0;
  }
  header {
    display: none;
  }
  body {
    width: 100%;
    height: 257mm;
    margin: 0;
    padding: 0;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .pop-layer {
    width: 100%;
    height: 100%;
    margin-top: 1cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pop-layer .pop-cont {
    overflow: hidden !important;
    max-height: none !important;
  }
  .pop-layer .pop-apr-msg {
    margin-left: auto;
    width: 440px;
  }
  html,
body {
    overflow: visible !important;
  }
  :focus {
    outline: none;
  }
  body,
input,
select,
textarea,
button,
table {
    line-height: normal;
  }
  .pop-btn-close {
    display: none;
  }
  .grid-list tr,
.grid-list-2 tr {
    height: 30px;
  }
  .grid-list th,
.grid-list td,
.grid-list-2 th {
    padding: 0 10px;
  }
  .grid-list-2.pop-line-ty {
    font-size: 13px;
  }
  .grid-list-2.pop-line-ty thead th {
    padding: 4px 6px;
  }
  .printBeroreNewsView,
.printBerorePopup,
.printBerore,
#wrap {
    padding: 3px !important;
    margin: 0 auto !important;
    width: 1024px !important;
  }
  .printBerorePopup .pop-btnarea,
.printBerore .pop-btnarea {
    display: none;
  }
  .printBeroreNewsView #header,
.printBeroreNewsView #footer,
.printBeroreNewsView .page-path,
.printBeroreNewsView .sub-vis,
.printBeroreNewsView .category,
.printBeroreNewsView .news-list,
.printBeroreNewsView .news-view > div,
.printBeroreNewsView .news-view > dl,
.printBeroreNewsView .news-view > button {
    display: none;
  }
  .printBeroreNewsView #container {
    padding: 0;
    margin: 0;
  }
  .printBeroreNewsView .news-view {
    width: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    margin: 0;
    background: none;
  }
  .printBeroreNewsView .news-view .news-view-detail {
    display: block !important;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .printBerorePopup .container {
    padding: 0;
  }
  .printBerorePopup #header,
.printBerorePopup #footer,
.printBerorePopup .page-path,
.printBerorePopup .sub-vis,
.printBerorePopup .container > *:not(.uipop-container):not(.pop-layer) {
    display: none;
  }
  .uipop-container {
    position: static !important;
    background: none !important;
    overflow: visible !important;
  }
  .uipop-container.dim .uipop-track,
.uipop-container .uipop-track {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .uipop-container .pop-layer,
.pop-layer {
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  .grid-list-2.line-ty,
.grid-list-2.pop-line-ty {
    margin-left: -2px;
  }
  .board_wrap .board_intro .blue_box {
    height: 30px;
    line-height: 30px;
  }
  .board_wrap .board_box .board .row .div_th {
    min-height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    border-right: solid 1px #c9cacd;
  }
  .board_wrap .board_box .board .row .div_td {
    padding: 0 16px;
  }
  .board_wrap .board_box .board .row .double:first-of-type {
    border-right: solid 1px #c9cacd;
  }
  .tbl_wrap .tbl_box table thead tr {
    border-bottom: solid 1px #c9cacd;
  }
  .tbl_wrap .tbl_box table tbody tr:not(:last-child) {
    border-bottom: solid 1px #c9cacd;
  }
  .tbl_wrap .tbl_box table th {
    height: 30px;
    padding: 4px 6px !important;
  }
  .tbl_wrap .tbl_box table td {
    height: 30px;
    padding: 4px 6px !important;
  }
}
.ease_login_box .ease_login > li {
  width: calc(50% - 6px);
}

@media screen and (min-width: 1024px), print {
  .ease_login_box .ease_login > li {
    width: calc(50% - 7px);
  }
}

/* 241210 뉴스단건/보도사진 */

.section.bg16{
  position: relative;
  margin-bottom: 0px;
}

.section.bg16 .sec_tit{
  padding-bottom: 70px;
  letter-spacing: -1.4px;
}

.section.bg16 .btn_box{
  position: absolute;
  bottom: 36px;
  left: 0px;
}

.box.cont17 .tbl_cell{
  padding: 10px 0 0px;
}

.box.cont17 .caution ul{
  padding-left: 11px;
  margin-left: 14px;
}

.caution .list {
  position: relative;
}

.caution li{
  margin-bottom: 5px;
}

.caution .list::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 100%;
  top: 0px;
  left: -9px;
  transform: translate(0, 8px);
}

.box.cont17 .caution .text .highlight{
  color: #222;
}

.box.cont17 {
  border-bottom: transparent;
}

.section.bg16 + .section{
 margin: -34px 0 2px;
}

.section.price .wrapper{
  display: block;
  margin-bottom: 14px;
}

.section.price .sub_sec_tit{
  padding-bottom: 3px;
}

.section.price .text{
  margin-bottom: 16px;
}

.section.price .tbl_box{
  border-top: 0;
}


/* 구매요청기사 등록 - 개별등록 */

/* 탭 */
#single{
  display: none;
}

#single.open{
  display: block;
}

#excels{
  display: none;
}

#excels.open{
  display: block;
}

.service_info.type02 .section.buying{
  margin-bottom: 0;
}

.service_info.type02 .section.buying::after{
  background: transparent;
}

.section.buying .sec_tit{
  padding-bottom: 16px;
  font-size: 23px;
}

.section.buying .section-header .sec_tit {
  margin-left: 32px;
  padding-bottom: 14px;
}

.btn_group.require{
  width: fit-content;
  margin: 36px auto;
}

.buying .tab-list {
  display: flex;
  margin: 12px 0 17px;
  border: 1px solid #cacaca
}

.buying .tab-list .tab{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  width: 50%;
  height: auto;
}

.section.buying .tab-list .tab.active{
  background-color: #214166;
  color: #fff;
}

.section.buying .tab-list .tab.active:focus-visible{
  outline: 1px solid #fff;
  outline-offset: -3px;
}

.section.buying .tbl_wrap .tbl_box table {
  min-width: 0;
  border-collapse: collapse;
}

.buying .tbl_box tr{
  display: flex;
  flex-direction: column;
}

.buying .tbl_wrap .tbl_box table th{
  width: 100%;
  padding: 7px 6px;
  height: 34px;
}

.buying .tbl_wrap .tbl_box th div{
  display: flex;
}

.section.buying .tbl_box .required{
  position: relative;
  width: fit-content;
}

.section.buying .tbl_box .required::after{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #db2e2e;
  border-radius: 100%;
  top: 0;
  right: 0;
  transform: translate(4px, 0);
}

.section.buying .tbl_wrap .tbl_box td .input-area{
  display: flex;
  justify-content: flex-start;
}

.section.buying .tbl_wrap .tbl_box td .radio{
  position: relative; 
}

.buying .tbl_box td span:first-child .radio{
  margin: 0 27.5px 0 9px;
  color: #767676;
}

.section.buying .tbl_box td input[type="radio"]:checked+.radio::after{
  content: "";
  position: absolute;
  width: 6.3px;
  height: 6.3px;
  background-color: #2174b9;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(-14.1px, -50%);
}

.section.buying .tbl_box td .use{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section.buying  .tbl_box .use li:first-of-type {
  width: 100%;
}

.section.buying  .tbl_box .use li:first-of-type select{
  width: 100%;
}

.section.buying .tbl_box td li{
  width: calc(50% - 6px);
}

.buying .tbl_box td select{
  position: relative;
  height: 34px;
  border: 1px solid #c9cacd;
  padding: 0px 0 0px 7px;
  color: #767676;
}

.section.buying .tbl_box td .fm-item.w-ty{
  position: relative;
}

.buying .tbl_box td .fm-item.w-ty::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 9px;
  background-size: 12px 6px;
  background-position: 50% 50%;
  transform: translate(-8px, -4px);
}

.section.buying .tbl_box .company .fm-item.w-ty{
  width: 50%;
}

.buying .tbl_box .company .fm-item.w-ty::after{
  transform: translate(-16px, -4px);
}

.section.buying .tbl_box td .use select{
  width: 100%;
}

.section.buying .tbl_box td.company select{
  width: 100%;
}

.section.buying .tbl_box td.company .btn_box{
  width: calc(50% - 6px);
  margin: 0;
}

.section.buying .paper span{
  display: flex;
  align-items: center;
  gap: 10px;
}

.section.buying .paper input[type="text"]{
  width: 60px;
}


.buying .tbl_wrap .pdf{
  padding: 20px 12px 10px 5px;
}

.buying .tbl_wrap .pdf .input-area{
  padding-left: 5px;
}

.section.buying .tbl_box .required_text{
  display: flex;
  align-items: center;
  margin-left: 4px; 
  color: #3280c1;
  text-align: left;
}

.section.buying .tbl_box .input-area + .required_text {
  margin: 9px 0 0 0;
}

.buying .btn_group{
  width: fit-content;
  margin: 70px auto 0 ;
}

.service_info.type02 .section.buying-list::after{
  content: "";
  width: 0;
}

.buying-list .news-item {
  padding: 0;
  display: block;
  border-bottom: 1px solid #8a8a8a;
}

.buying-list .news_tit .tit{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.buying-list .news-item .news_tit .link{
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #2477bd;
}

.buying-list .news-item .info-list{
  display: flex;
  flex-wrap: wrap;
}

.buying-list .news-item .info-list li{
  position: relative;
  margin: 0px 24px 2px 0;
}

/* .buying-list .news-item .info-list li:nth-of-type(1)::after,
.buying-list .news-item .info-list li:nth-of-type(2)::after,
.buying-list .news-item .info-list li:nth-of-type(3)::after,
.buying-list .news-item .info-list li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -6px);
  width: 1px;
  height: 14px;
  background-color: #8a8a8a;
} */

.buying-list .news-item .info-list strong{
  font-weight: 400;
  color: #2a2c2f
}

.buying-list .news-item .btn_group{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 6px;
  width: 100%;
}

.mob-content {
  background-color: #e4e9f1;
  border-top: 1px solid#c9cacd;
  border-bottom: 1px solid#c9cacd;
  padding: 62px 10px;
}

.mob-content .ico-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.mob-content .ico-wrap span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 99px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #2477bb;
}

.ico-tablet {
  display: inline-block;
  width: 67px;
  height: 41px;
  background: url(../../img/2022/advance/ico_tablet.png) no-repeat center/cover;
}

.ico-computer {
  display: inline-block;
  width: 62px;
  height: 40px;
  background: url(../../img/2022/advance/ico_computer.png) no-repeat center/cover;
}

.mob-content .text-wrap {
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.025em;
  color: #2a2c2f;
}

.mob-content .text-wrap .text-blue {
  margin-top: 17px;
  color: #2477bd;
}

/* 뉴스토어에서 검색해서 기사찾기 팝업 */

.searching .pop-head {
  margin-bottom: 26px;
}

.search-article .news_search_list_warp {
  display: flex;
  align-items: center;
  max-width: 750px;
  margin-top: 22px;
  padding: 20px 22px 18px 12px;
  background-color: #f9f9f9;
}

#popupComplete02.pop-layer{
  width: calc(100vw - 36px);
}

.d_down_md{
  display: inline-block;
}

/* [25-01-14] AI용 뉴스 데이터-구매 문의 및 요청 */

.d_up_md{
  display: none;
}

.list02 li{
  position: relative;
}
.list02 li::before{
  content: "-";
  position: absolute;
  top: 0;
  left: -9px;
}

.ai-newsdata .tbl_intro{
  display: flex;
  align-items: self-end;
  position: relative;
}
.required-info{
  color: #d92f30;
  text-align: right;
  font-size: 12px;
  display: block;
  width: 100%;
}
.ai-newsdata .required-info{
  flex: 1 1 auto;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.ai-newsdata .gr_box li{
  font-size: 14px;
}

.ai-newsdata .g-title-2{
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.45px;
}
.ai-newsdata .gr_box {
  padding: 14px 12px;
  word-break: break-all;
  font-size: 13px;
  letter-spacing: -0.45px;
  line-height: 1.2;
}
.ai-newsdata ul.gr_box {
  padding: 8px 12px 4px;
} 

.ai-newsdata .tt.bold{
  display: block;
  font-weight: 700;
}

.ai-newsdata .icon-required{
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ai-newsdata .icon-required::after{
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: #d92f30;
}

.ai-newsdata .text-blue{
  color: #2477bd;
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
}

.ai-newsdata .bulit{
  display: block;
  margin-left: 16px;
  position: relative;
}

.ai-newsdata .bulit::before{
  content: "※";
  position: absolute;
  left: -16px;
}

.ai-newsdata .txt{
  color: #2a2c2f;
  line-height: 18px;
}

.ai-newsdata .fm-row+.fm-row{
  margin-top: 4px;
}

.ai-newsdata .gr_box .fm-row+.fm-row{
  margin-top: 8px;
}

.ai-newsdata .fm-ipt {
  height: 34px;
  margin:0;
}

.ai-newsdata.detail .fm-ipt {
  height: 34px;
  border: none;
  padding: 4px 0 8px;
  background-color: transparent;

}

.ai-newsdata .fm-ipt:focus-visible{
  outline: none;
  border: 1px solid #000;
}

.ai-newsdata .fm-ipt.fm-ipt-sm {
  height: 25px;
  margin: 0 0 0 8px;
  width: calc(100% - 68px);
}
.ai-newsdata .grid-list-2{
  padding: 10px 0px;
  border-bottom: 1px solid #c9cacd
}
.ai-newsdata.detail .grid-list-2{
  padding: 2px;
}

.ai-newsdata .wrapper + .grid-list-2 {
  margin-top: 0;
  padding: 0px 0 10px;
  border-bottom: 0;
}

.ai-newsdata .grid-list-2.gr_box{
  padding: 10px 12px;
}
.ai-newsdata .wrap .gr_box 
.ai-newsdata .fm-ta{
  height: 124px;
  margin-top: 2px;
}

.ai-newsdata .grid-list-2.gr_box .fm-row+.fm-row{
  margin-top: 9px
}

.ai-newsdata .fm-chk+.checked-i:before {
  top: 2px;
}

.ai-newsdata .tbl_wrap{
  margin-bottom: 22px;
}

.ai-newsdata .wrap + .wrap{
  margin-top: 20px;
}
.ai-newsdata .fm-row{
  display: block;
  align-items: center;
  margin-top: 1px;
  vertical-align: middle;
}
.ai-newsdata .checked-i.txt{
  flex: 1 0 auto;
}
.fm-w-150{
  width: 150px;
}
.fm-w-sm{
  width: 50px;
  padding: 0 4px;
}
.ai-newsdata .fm-ta{
  height: 124px;
}
.ai-newsdata .dl.grid-list-2 > dt{
  background-color: #f9f9f9;
  vertical-align: middle;
}

.ai-newsdata .grid-list-2 table.grid-list-2{
  padding: 0;
}

.section.ai-newsdata .grid-list-2 table.grid-list-2 th{
  background-color: #f9f9f9;
  vertical-align: middle;
}

.ai-newsdata.detail .grid-list-2 table.grid-list-2 + .text-blue {
  display: none;
}
.ai-newsdata.detail .fm-ta {
  border: none;
}

.ai-newsdata.detail .list02{
  margin: 0px 0 8px 8px;
}
table.fixed {
  table-layout: fixed;
}
.rad-list {
  margin-top: 4px;
}
.rad-list > li .checked-i {
  padding-left: 26px;
  color: #2a2c2f;
}

.sub_txt03 {
  color: #2477bd;
  letter-spacing: -0.04em;
}
.page-path.md {
  margin-bottom: 36px;
}
.ipt-mg {
  margin: 10px 0;
  width: 100%;
  max-width: 264px;
}

.grid-list-2 tr.pd-min.type02 td {
  padding-top: 14px; 
  padding-bottom: 14px;
}
.grid-list-2 tr.pd-min.type02 th {
  line-height: 1.2;
  letter-spacing: -0.05em;
  padding: 0 8px 0 18px;
}
.grid-list-2 tr.pd-min.type02 td.cell-rad {
  padding-top: 4px; 
  padding-bottom: 6px;
}
.fm-ta.type02 {
  height: 200px;
  margin: 11px 0;
}
.g-title.type02 {
  letter-spacing: -0.05em;
}
br.d-up-lg {
  display: none;
}


/* 인공지능용 뉴스데이터 */
.ai .d_up_md{
  display: none;
}
.ai .box .tbl_cell {
  padding-top: 14px;
}

.ai .list02 li {
  padding-left: 0;
}
.ai .list02 li::before {
  content: none;
}

.ai .btn-group{
  margin: 36px 0;
  display: flex;
  justify-content: center;
}

.ai .btn-group .btn{
  width: 145px;
}

.ai .tbl_wrap .tbl_box table{
  width: 100%;
  min-width: auto;
}

.ai .tbl_wrap .tbl_box table th{
  text-align: left;
  width: 100px;
}

.ai .tbl_wrap .tbl_box table td{
  text-align: left;
}

.aidata-list .list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.aidata-list .list li{
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  line-height: 36px;
  margin-right: 24px;
  padding-left: 14px;
  position: relative;
}

.aidata-list .list span{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aidata-list .list li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #2a2c2f;
}
.aidata-list .customer {
  display: flex;
  align-items: center;
  gap: 4px;
}
.aidata-list strong{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.aidata-list .customer span{
  color: #000;
  display: inline-block;
  width: calc(100% - 200px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aidata-list .txt_l{
  padding: 20px;
}

.aidata-list .box.block{
  display: flex;
  justify-content: end;
  height: fit-content;
  margin-bottom: 0!important;
}
.aidata-list .btn_box .btn{
  margin: 0 !important;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.aidata-list .btn_box .btn.custom span{
  color: #2174b9;
}
.aidata-list .box.block .ico{
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-left: 8px;
}

.aidata-list .ico-arrow-right-white{
  background: url("../../img/advance/ico-arrow-right-white.png") no-repeat center/100%;
}
.aidata-list .ico-arrow-right-primary{
  background: url("../../img/advance/ico-arrow-right-primary.png") no-repeat center/100%;
}
.tbl_wrap.type_list .tbl_box .aidata-list tbody tr td.empty{
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-btn label{
  border: 1px solid #c9cacd;
  padding: 6px 12px;
  margin-right: 4px;
  color: #2a2c2f;
  font-size: ;
}

.input-btn input:checked + label{
  background-color: #214166;
  color: #fff;
}
@media screen and (max-width: 1023.98px) {
  .service_info.type02 .section.cart-list .wrapper {
    overflow-x: auto;
    max-width: 100%;
  }
  .section.buying .btn_group .order{
    border: 1px solid #ee6d0e;
    color: #ee6d0e;
  }
  .btn_group .outline-blue {
    border: 1px solid #3280c1;
    color: #3280c1;
  }
  .search-article .btn_group .btn.btn-lg-2{
    width: 160px;
    height: 46px;
  }
 
  .popup-container.searching.type2 .table-position {
    font-size: 13px;
    letter-spacing: -0.02em;
  }

  .popup-container.searching.type2 .table-position th.cell-news {
    width: 108.14px;
    max-width: 108.14px;
  }
  .popup-container.searching.type2 .table-position th.cell-date {
    width: 116.15px;
    max-width: 116.15px;
  }
  .popup-container.searching.type2 .table-position th.cell-title {
    width: auto;
    max-width: none;
  }
  .popup-container.searching.type2 .table-position th.cell-input {
    width: 160.21px;
    max-width: 160.21px;
  }
  .popup-container.searching.type2 .table-position th.cell-btn {
    width: 75px;
    max-width: 75px;
  }
  .popup-container.searching.type2 .table-position td.cell-title {
    width: auto;
    max-width: none;
  }
  .popup-container.searching.type2 .sub-title {
    font-size: 18px;
  }
  .section.buying .g-title-sub {
    font-size: 15px;
  }
  .section.buying .tbl_wrap td.pdf {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .mo-block-2 {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .page-path.md {
    margin-bottom: 40px;
  }
  .ipt-mg {
    margin: 0;
  }
  .rad-list {
    margin-top: 5px; 
  }
  .rad-list > li + li {
    margin-top: 9px;
  }
  .rad-list > li .checked-i {
    padding-left: 18px;
    color: #2a2c2f;
  }

  .grid-list-2 tr.pd-min.type02 th {
    padding: 0 1px 0 7px;
  }
  .grid-list-2 tr.pd-min.type02 td {
    padding-top: 7px; 
    padding-bottom: 7px;
  }
  .grid-list-2 tr.pd-min.type02 td.cell-rad {
    padding: 8px 0px 10px 12px;
  }
  .grid-list-2 tr.pd-min.type02 td.cell-rad .checked-i{
    line-height: 18px;
  }
  .grid-list-2 tr.pd-min.type02 td.cell-rad .checked-i:before{
    top: 3px;
  }
  .grid-list-2 tr.pd-min.type02 td.cell-rad .checked-i:after{
    top: 6px;
  }
  .fm-ta.type02 {
    height: 125px;
    margin: 0;
  }
  br.d-up-lg {
    display: inline-block;
  }

  .mo-block-2 {
    display: block !important;
  }
  .section.buying .section-header .sec_tit {
    margin-left: 0;
  }
}