@charset "UTF-8";
@import url("/css/inc/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("/css/fonts/NanumGothic/font-face.css");
@import url("./inc/table.min.css");
@import url("./inc/button.min.css");
/* ==================== 초기화 ==================== */
html {
  overflow-y: scroll;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 100%;
}
body .modal-screen {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  opacity: 0;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li, dt, dd, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-position: inside;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label, input, button, select, img {
  vertical-align: middle;
}

input, button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

button, input[type=submit] {
  cursor: pointer;
}

textarea, select {
  font-size: 1em;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a, a:link, a:visited {
  text-decoration: none;
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  font-size: 1.083em;
  font-weight: bold;
  margin: 10px 0;
}

#wrapper {
  min-height: 480px;
}

/* ==================== 레이아웃 ==================== */
#adm-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
#adm-hd h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#adm-hd #hd-top {
  padding: 15px 2%;
  max-height: 80px;
}
#adm-hd #hd-top #adm-info {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}
#adm-hd #hd-top #adm-info #logo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
#adm-hd #hd-top #adm-info #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#adm-hd #hd-top #adm-info #logo img {
  width: 40px;
}
#adm-hd #hd-top #adm-info .tit a {
  color: white;
  padding: 10px 23px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  margin-left: 20px;
}
#adm-hd #hd-top #adm-info .tit a:hover {
  background: #fff;
}
#adm-hd #hd-top #adm-info .name,
#adm-hd #hd-top #adm-info .logout {
  padding: 0 10px;
}
#adm-hd #hd-top #adm-info .name {
  border-right: 1px solid #acacac;
}
#adm-hd #hd-top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#adm-hd #tnb {
  float: right;
}
#adm-hd #tnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#adm-hd #tnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#adm-hd #tnb ul li {
  float: left;
  position: relative;
  margin-left: 20px;
}
#adm-hd #tnb ul a {
  display: block;
  line-height: 36px;
  border-radius: 36px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: bold;
  padding: 0 23px;
}
#adm-hd #tnb ul a:hover {
  background: #fff;
}
#adm-hd #tnb ul a i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
#adm-hd #tnb ul button.manual {
  border: 0;
  background: none;
  outline: none;
}

#adm-gnb {
  padding-bottom: 5px;
}
#adm-gnb h2 {
  line-height: 35px;
  color: #fff;
  margin: 0;
  text-align: center;
}
#adm-gnb ul.menus {
  height: 0;
  overflow: hidden;
  text-align: center;
}
#adm-gnb ul.menus,
#adm-gnb ul.menus * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#adm-gnb ul.menus li {
  display: inline-block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 15px 0;
}
#adm-gnb ul.menus li a {
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
#adm-gnb ul.menus li a svg {
  margin-bottom: 5px;
}
#adm-gnb ul.menus li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 140px;
  height: 140px;
  color: #fff;
}
#adm-gnb ul.menus li a:hover {
  border-radius: 10px;
  background: #fff;
}
#adm-gnb ul.menus li a:hover span {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 10px;
}
#adm-gnb i {
  display: block;
  text-align: center;
  font-size: 20px;
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 10px;
  line-height: 10px;
}
#adm-gnb:hover ul.menus {
  height: 175px;
}
#adm-gnb:hover i {
  -webkit-transform: scaleX(1.5) rotateX(180deg);
          transform: scaleX(1.5) rotateX(180deg);
}

#manual {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 999999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#manual .mn-wrap {
  height: calc(100% - 75px);
  margin-top: 75px;
  overflow-y: scroll;
  padding: 0 5%;
  width: calc(50vw - 30px);
  margin-right: 30px;
}
#manual .mn-wrap::-webkit-scrollbar {
  width: 10px;
}
#manual .mn-wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
#manual section {
  background: white;
  border-radius: 15px;
  margin: 0 auto 30px;
}
#manual section:last-child {
  margin-bottom: 300px;
}
#manual section h2 {
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
  font-weight: 900;
  margin: 0;
}
#manual section ul li {
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}
#manual section ul dl {
  font-size: 12px;
  padding: 0 25px;
}
#manual section ul dl dt {
  padding-top: 10px;
}
#manual section ul dl dd {
  padding-bottom: 10px;
}
#manual section ul dl dd:last-child {
  padding-bottom: 0;
}
#manual .mn-popup h2 svg {
  position: relative;
  top: 7px;
}
#manual .mn-close {
  border: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
#manual .mn-close svg {
  width: 24px;
  height: 24px;
}

.open-manual {
  overflow: hidden;
  height: 100vh;
}
.open-manual #manual {
  width: 50vw;
}
.open-manual .modal-screen {
  z-index: 99999;
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* ==================== 중간 ====================*/
#container {
  margin-top: 130px;
  min-width: 1200px;
}

#container_wr {
  padding: 25px;
  min-height: 500px;
}

#container_title {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  line-height: 50px;
  font-size: 1.5em;
  padding: 0 20px;
  padding-left: 240px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 99;
}

#container.container-small #container_title {
  padding-left: 70px;
}

.container_wr {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: calc(100vh - 202px);
}

#adm-lnb {
  display: inline-block;
  width: 200px;
  background: #fff;
  border-radius: 15px;
}
#adm-lnb h3 {
  font-weight: 900;
  font-size: 16px;
  color: #6a6b6d;
  height: 68px;
  line-height: 68px;
  padding: 0;
  margin: 0;
  text-indent: 28px;
}
#adm-lnb ul li a {
  position: relative;
  line-height: 46px;
  margin: 0;
  left: 0px;
  width: 100%;
  padding: 0px 0px;
  text-indent: 30px;
  font-size: 12px;
  color: #6a6b6d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
#adm-lnb ul li a.on {
  color: #6a6b6d;
  text-indent: 24px;
  font-weight: 900;
}
#adm-lnb ul li a:hover {
  font-size: 14px;
  border-radius: 15px;
  left: -6px;
  color: white;
  border: none;
  padding: 0px 5px;
  width: 210px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#adm-lnb ul li a:hover:before {
  color: #fff;
}
#adm-lnb ul li a:before {
  content: "·";
  font-size: 60px;
  color: #d5d5d5;
  line-height: 0;
  height: 0;
  display: inline-block;
  width: 18px;
  text-indent: 0;
  position: relative;
  top: 16px;
  left: -8px;
}
#adm-lnb ul li a.on:before {
  top: 12px;
  font-size: 46px;
  left: -6px;
}

.contents-wr {
  width: calc(100% - 205px);
  background: #fff;
  border-radius: 15px;
  padding: 0 2% 10px;
}

.sc-contents {
  margin-bottom: 50px;
}
.sc-contents .h3, .sc-contents .h4, .sc-contents > h3, .sc-contents > h4 {
  padding: 0;
  margin: 0;
  font-family: dotum;
}
.sc-contents .h3, .sc-contents > h3 {
  font-size: 1.2em;
}
.sc-contents .h4, .sc-contents > h4 {
  font-size: 12px;
  font-weight: normal;
  padding: 5px 0 15px;
  line-height: 1.5em;
}
.sc-contents .inner {
  background: #fff;
  border-radius: 15px;
  padding: 30px 2%;
}
.sc-contents .inner .accordion-tb:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.sc-contents .inner .tb-type-1 table {
  font-family: dotum;
}
.sc-contents .inner .tb-type-1 table th,
.sc-contents .inner .tb-type-1 table td {
  border-bottom: 1px solid #ececec;
}
.sc-contents .inner .tb-type-1 table th {
  text-align: left;
  width: 230px;
}
.sc-contents .inner .tb-type-1 table td {
  padding: 20px 5px;
}
.sc-contents .inner .tb-type-1 table tr.bd-0 th,
.sc-contents .inner .tb-type-1 table tr.bd-0 td {
  border-bottom: 0;
}
.sc-contents .inner .tb-type-1 table tr.bd-0 + tr th,
.sc-contents .inner .tb-type-1 table tr.bd-0 + tr td {
  border-bottom: 1px solid #ececec;
}
.sc-contents .inner .tb-type-2 table {
  font-family: dotum;
}
.sc-contents .inner .tb-type-2 table th,
.sc-contents .inner .tb-type-2 table td {
  border-bottom: 1px solid #fff;
}
.sc-contents .inner .tb-type-2 table th {
  text-align: left;
  width: 230px;
  padding-left: 10px;
}
.sc-contents .inner .tb-type-2 table td {
  padding: 20px 5px;
}
.sc-contents .inner .tb-type-2 table tr.bd-0 th,
.sc-contents .inner .tb-type-2 table tr.bd-0 td {
  border-bottom: 0;
}
.sc-contents .inner .tb-type-2 table tr.bd-0 + tr th,
.sc-contents .inner .tb-type-2 table tr.bd-0 + tr td {
  border-bottom: 1px solid #ececec;
}
.sc-contents .inner .tb-type-2 table .frm_input {
  border: 1px solid #ced9de;
  background: #f6f9fa;
}

.accordion-bt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: dotum;
  height: 40px;
  padding-left: 10px;
  text-align: left;
  border: 0;
  outline: none;
  border-bottom: 1px solid #fff;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#to_content a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#to_content a:focus,
#to_content a:active {
  width: 100%;
  height: 70px;
  background: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.1em;
}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha img {
  border: 1px solid #ddd;
  border-right: 0;
}

#captcha_mp3 img {
  border: 1px solid #ddd;
  border-left: 0;
  background: #494949;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc !important;
  background: #fafafa !important;
  color: #000 !important;
  text-decoration: none !important;
  line-height: 1.9em;
  vertical-align: middle;
}

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}

.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}

.cke_sc_def dd {
  width: 30%;
}

/* 공통박스 */
.compare_wrap {
  margin: 0 0 10px;
  zoom: 1;
}

.compare_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.compare_wrap section {
  margin: 0 0 10px;
}

.compare_wrap h3 {
  margin: 10px 0;
  text-align: center;
  text-align: left;
}

.compare_wrap .tbl_frm {
  margin: 0;
}

.compare_wrap .frm_input {
  background: #fff;
}

.compare_wrap .btn_confirm {
  padding: 10px 0 0;
}

.compare_left {
  float: left;
  width: 49%;
}

.compare_right {
  float: right;
  width: 49%;
}

/*form*/
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.frm_input {
  height: 35px;
  line-height: 32px;
  border: 1px solid #d5d5d5;
}

.frm_input_full {
  width: 100%;
}

.required {
  background: url("../img/wrest.gif") top right no-repeat #f6f9fa;
}

select {
  height: 35px;
  line-height: 32px;
  border: 1px solid #d5d5d5;
}

textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 80px;
}

legend {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  border: 0;
  overflow: hidden;
}

.code_input {
  font: bold 15px Consolas;
}

/* 외부서비스 사이트코드 */
.sitecode {
  display: inline-block;
  font: bold 15px "Verdana";
  vertical-align: middle;
}

/*color*/
.color_01 {
  background: #fe528f;
}

.color_02 {
  background: #68d0a7;
}

.color_03 {
  background: #b668d0;
}

.color_04 {
  background: #ffa700;
}

.color_05 {
  background: #688fef;
}

.color_06 {
  border: #f7d9d9;
}

.color_st01 {
  background: #fe528f;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

.color_st02 {
  background: #68d0a7;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

.color_st03 {
  background: #b668d0;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

.color_st04 {
  background: #ffa700;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

.color_st05 {
  background: #688fef;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

.color_st06 {
  color: #ff0000;
  border: 1px solid #ff0000;
  display: inline-block;
  padding: 0 3px;
  font-size: 0.92em;
  line-height: 18px;
}

/* 폼 안내글 */
.frm_info {
  display: block;
  padding: 0 0 5px;
  color: #5b747e;
}

/* 목록 바로가기 */
.anchor {
  margin: 10px 0;
  padding: 0;
  zoom: 1;
}

.anchor:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.anchor li {
  float: left;
  margin-left: -1px;
  list-style: none;
}

.anchor a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c8ced1;
  background: #d6dde1;
  text-decoration: none;
}

#sort_mb {
  width: 800px;
}

#sort_sodr {
  width: 600px;
}

/* 하단 레이아웃 */
#ft {
  clear: both;
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 12px;
  color: #a7a7a7;
  text-align: center;
  border-top: solid 2px #ebeef3;
  background: #fff;
}

.scroll_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 0;
  text-align: center;
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
}

.scroll_top span.top_img {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.scroll_top span.top_txt {
  display: block;
}

.pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
}
.pg_wrap .pg_page, .pg_wrap .pg_current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  width: 35px;
  height: 35px;
  color: #767676;
  letter-spacing: 0;
  line-height: 2.2em;
  vertical-align: middle;
}
.pg_wrap .pg_page {
  background: #fff;
  text-decoration: none;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
}
.pg_wrap .pg_current {
  background: #808080;
  color: #fff;
  font-weight: normal;
  padding: 1px 9px !important;
  border-radius: 4px;
}

/* 페이지 내 검색 */
.local_sch:after,
.local_sch div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.local_sch .btn_sch {
  width: 30px;
  height: 30px;
  padding: 0;
  float: left;
  border: 1px solid #dcdcdc;
  border-left: 0;
  background: url(../img/sch_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
}

.local_sch .btn_sch2 {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #dcdcdc;
  background: url(../img/sch_btn.png) no-repeat 50% 50% #eee;
  text-indent: -999px;
  overflow: hidden;
}

.local_sch .sch_input {
  height: 30px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  padding: 0 5px;
  float: left;
}

.local_sch select {
  height: 30px;
  margin-right: 3px;
  border: 1px solid #dcdcdc;
}

.local_sch01 {
  margin: 10px 0;
}

.local_sch01 .frm_input {
  height: 30px;
  border: 1px solid #dcdcdc;
  padding: 0 5px;
}

.local_sch01 .btn_submit {
  width: 30px;
  height: 30px;
  border: 1px solid #dcdcdc;
  padding: 0;
  background: url(../img/sch_btn.png) no-repeat 50% 50% #eee;
  text-indent: -999px;
  overflow: hidden;
}

.local_sch03 {
  padding: 5px 15px;
  background: #e9ebf9;
  margin: 10px 0;
}

.local_sch div {
  margin: 5px 0;
}

.local_sch03 strong {
  display: inline-block;
  width: 70px;
}

.local_sch03 label {
  margin-right: 5px;
  display: inline-block;
}

.local_sch03 button {
  height: 30px;
  padding: 0 5px;
  border: 0;
  background: #9eacc6;
  color: #fff;
}

.local_sch03 .btn_submit {
  height: 30px;
  padding: 0 5px;
  border: 0;
  color: #fff;
}

.local_sch03 .frm_input {
  height: 30px;
  border: 1px solid #dcdcdc;
  padding: 0 5px;
}

/* 페이지 내 실행 */
.local_cmd {
  min-width: 960px;
}

.local_cmd01 {
  margin: 0 0 10px;
  padding: 0;
}

.local_cmd01 .cmd_tit {
  font-weight: bold;
}

.local_cmd01 .btn_submit {
  padding: 3px 5px;
  color: #fff;
  font-size: 0.95em;
  vertical-align: middle;
}

/* 페이지 내 안내문 */
.local_desc {
  background: #eaeaea;
  padding: 10px 20px;
  margin: 10px 0;
  line-height: 1.5em;
}

.local_desc ol,
.local_desc ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.local_desc li {
  margin: 10px 0;
}

.local_wr {
  margin: 0 0 10px;
}

.local_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.local_desc01 {
  margin: 10px 0 10px;
  padding: 10px 20px;
  border: 1px solid #f2f2f2;
  background: #f9f9f9;
}

.local_desc01 a {
  text-decoration: underline;
}

/* 주로 온라인 서식 관련 안내 내용에 사용 */
.local_desc02 {
  margin: 10px 0;
  min-width: 960px;
}

.local_desc02 p {
  padding: 0;
  line-height: 1.8em;
}

/* 페이지 내 카운트 */
.local_ov {
  min-width: 960px;
  font-family: dotum;
}

.local_ov01 {
  position: relative;
  margin: 10px 0;
}

.local_ov01 .ov_a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  font-size: 0.92em;
  background: #ff4081;
  color: #fff;
  vertical-align: top;
  border-radius: 5px;
  padding: 0 7px;
}

.local_ov01 .ov_a:hover {
  background: #ff1464;
}

/* UL */
.ul_01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul_01 li {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 100px 0 !important;
  text-align: center;
}

.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 폼 테이블 */
.tbl_frm01 {
  font-family: dotum;
}

.tbl_frm01 tbody tr:nth-of-type(1) th, .tbl_frm01 tbody tr:nth-of-type(1) td {
  border-top: 0;
  padding-top: 0;
}
.tbl_frm01 tbody tr:nth-last-of-type(1) th, .tbl_frm01 tbody tr:nth-last-of-type(1) td {
  border-bottom: 0;
  padding-bottom: 0;
}

.tbl_frm01 th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  width: 200px;
  text-align: left;
}

.tbl_frm01 td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 10px;
  text-align: left;
}

.tbl_frm01 textarea {
  height: 150px;
}

.tbl_frm01 #captcha {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.tbl_frm01 #captcha input {
  margin-left: 5px;
  text-align: center;
}

.h2_frm {
  text-align: left;
  font-size: 1.09em;
  font-weight: bold;
  margin: 20px 0 10px;
}

.tbl_frm01 #captcha {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tbl_frm01 #captcha input {
  margin-left: 5px;
  text-align: center;
}

#captcha {
  display: inline-block;
  position: relative;
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#captcha #captcha_img {
  height: 54px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
  margin-left: 10px;
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../img/captcha2.png") no-repeat 0 -54px;
  text-indent: -999px;
  border-radius: 3px;
  margin-left: 5px;
}

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 54px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}

#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
  width: 100%;
}

#captcha_audio {
  margin-left: 10px;
}

/* 테이블 그리드 */
.grid_1 {
  width: 50px;
}

.grid_2 {
  width: 100px;
}

.grid_3 {
  width: 150px;
}

.grid_4 {
  width: 200px;
}

.grid_5 {
  width: 250px;
}

.grid_6 {
  width: 300px;
}

.grid_7 {
  width: 350px;
}

.grid_8 {
  width: 400px;
}

.grid_9 {
  width: 450px;
}

.grid_10 {
  width: 500px;
}

.grid_11 {
  width: 550px;
}

.grid_12 {
  width: 600px;
}

.grid_13 {
  width: 650px;
}

.grid_14 {
  width: 700px;
}

.grid_15 {
  width: 750px;
}

.grid_16 {
  width: 800px;
}

.grid_17 {
  width: 850px;
}

.grid_18 {
  width: 900px;
}

/* 목록 홀짝 배경색 */
.tbl_head01 tbody .bg0 {
  background: #fff !important;
}

.tbl_head01 tbody .bg1 {
  background: #eff3f9 !important;
}

.tbl_head01 tbody .bg0cancel {
  background: #fdebf3 !important;
}

.tbl_head01 tbody .bg0cancel td {
  border-color: #f9d8e6 !important;
}

.tbl_head01 tbody .bg1cancel {
  background: #fdebf3 !important;
}

.tbl_head01 tbody .bg1cancel td {
  border-color: #f9d8e6 !important;
}

/* 메뉴설정 */
#menu_frm #menu_result {
  margin: 10px 0;
}

#menulist .sub_menu_class {
  padding-left: 25px;
  background: url("../img/sub_menu_ico.gif") 5px 15px no-repeat;
}

/* 회원관리 목록 */
.mb_leave_msg {
  color: #b6b6b6;
}

.mb_intercept_msg {
  color: #ff0000;
}

#point_mng {
  margin-top: 50px;
}

/* 게시판추가/수정 */
#anc_bo_extra .td_grpset label {
  width: auto;
}

#anc_bo_extra .td_grpset input {
  margin: 0;
}

#anc_bo_extra label {
  display: inline-block;
  width: 100px;
}

#anc_bo_extra input {
  margin-right: 10px;
}

/* 환경설정 및 게시판 여분필드 값 input style 로빈아빠님 제안 */
#anc_bo_extra input.extra-value-input,
#anc_cf_extra input.extra-value-input {
  width: calc(100% - 370px);
}

/* 접속자집계 목록 */
.tbl_visit_list td {
  text-align: center;
}

.visit_bar {
  position: relative;
}

.visit_bar span {
  position: absolute;
  top: -8px;
  left: 0;
  height: 15px;
}

/*접속자로그삭제*/
.visit_del_bt {
  margin: 5px 0;
  border-top: 1px solid #eee;
  padding: 5px 0;
}

.visit_del_bt .btn_submit {
  border: 0;
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
}

/*접속자로그삭제*/
.visit_del_bt {
  margin: 5px 0;
  border-top: 1px solid #eee;
  padding: 5px 0;
}

.visit_del_bt .btn_submit {
  border: 0;
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
}

/* 공통 */
.td_addr {
  text-align: left !important;
}

.td_alignc {
  text-align: center;
}

.td_addr_line {
  line-height: 2em;
}

.td_addr_line .frm_input {
  margin: 2px 0;
}

.td_amount {
  width: 70px;
  text-align: center;
}

.td_auth {
  width: 100px;
  text-align: center;
}

.td_auth_mbnick {
  width: 200px;
}

.td_boolean {
  width: 50px;
  text-align: center;
}

.td_category {
  width: 120px;
  text-align: center;
}

.td_categorysmall {
  width: 60px;
  text-align: center;
}

.td_chk {
  width: 30px;
  text-align: center;
}

.td_chk2 {
  width: 70px;
}

.td_cnt {
  width: 100px;
  font-size: 0.95em;
  text-align: center;
}

.td_cntsmall {
  width: 50px;
  font-size: 0.95em;
  text-align: center;
}

.td_code {
  width: 80px;
  text-align: center;
}

.td_confirm {
  width: 90px;
  text-align: center;
}

.td_date {
  width: 70px;
  text-align: center;
}

.td_datetime {
  width: 130px;
  text-align: center;
}

.td_delicom {
  width: 100px;
}

.td_delino {
  width: 130px;
}

.td_device {
  width: 70px;
  text-align: center;
}

.td_etc {
  width: 80px;
  text-align: center;
}

.td_extra label {
  display: inline-block;
  width: 100px;
}

.td_extra input {
  margin-right: 5px;
  width: 130px;
}

.td_grid {
  width: 60px;
  text-align: center;
}

td.td_grpset {
  width: 160px;
  border-left: 1px solid #e9ecee;
  text-align: center;
}

.td_id {
  width: 150px;
}

.td_idsmall {
  width: 75px;
}

.td_itname {
  text-align: left !important;
}

.td_itopt {
  width: 200px;
}

.td_itopt_tl {
  text-align: left !important;
}

.td_img {
  text-align: center;
}

.td_imgline {
  width: 70px;
  text-align: center;
}

.td_input input {
  width: 94%;
}

.td_mbcert {
  text-align: center;
}

.td_mbid,
.td_name,
.td_mbname {
  width: 100px;
  text-align: left !important;
}

.td_mbstat {
  text-align: center;
}

.td_mng {
  width: 100px;
  font-size: 0.95em;
  text-align: center;
}

.td_mngsmall {
  width: 60px;
  text-align: center;
}

.td_num {
  width: 60px;
  text-align: center;
}

.td_num_c {
  width: 70px;
  text-align: center;
}

.td_num_c2 {
  width: 60px;
  text-align: center;
}

.td_num_c3 {
  width: 100px;
  text-align: center;
}

.td_numbig {
  width: 100px;
  text-align: right !important;
}

.td_numcancel0 {
  color: #999;
  text-align: right !important;
}

.td_numcoupon {
  color: #86b325;
  text-align: right !important;
}

.td_numincome {
  text-align: right !important;
}

.td_num_right {
  text-align: right !important;
}

.td_numsmall {
  width: 40px;
  text-align: center;
}

.td_numsum {
  font-weight: bold;
  text-align: right !important;
}

.td_numrdy {
  text-align: right !important;
}

.td_odrnum {
  width: 250px;
  text-align: center;
}

.td_odrnum2 {
  width: 140px;
  text-align: center;
}

.td_odrnum3 {
  width: 110px;
  text-align: center;
}

.td_odrstatus {
  width: 70px;
  letter-spacing: -0.1em;
  text-align: center;
}

.td_output {
  width: 90px;
  text-align: center;
}

.td_payby {
  width: 70px;
  text-align: center;
  letter-spacing: -0.1em;
}

.td_paybybig {
  width: 140px;
  text-align: center;
  letter-spacing: -0.1em;
}

.td_possible {
  width: 70px;
  text-align: center;
}

.td_postal {
  width: 60px;
  text-align: center;
}

.td_postalbig {
  width: 140px;
  text-align: center;
}

.td_price {
  text-align: right !important;
}

.td_pt {
  text-align: right !important;
}

.td_send {
  width: 50px;
  text-align: center;
}

.td_sendcost_by {
  width: 50px;
  text-align: center;
}

.td_sendcost_add {
  width: 100px;
  text-align: center;
}

.td_stat {
  width: 70px;
  text-align: center;
}

.td_tdiv {
  border-bottom: 1px solid #c9c9c9 !important;
}

.td_tel {
  width: 120px;
  text-align: left !important;
}

.td_telbig {
  width: 100px;
  text-align: center;
}

.td_test {
  width: 50px;
  text-align: center;
}

.td_category1 {
  width: 130px;
  text-align: center;
}

.td_category2 {
  width: 100px;
  text-align: center;
}

.td_category3 {
  width: 80px;
  text-align: center;
}

.td_time {
  text-align: center;
  width: 130px;
}

.td_center {
  text-align: center;
}

.td_type {
  width: 120px;
}

.td_mng_s {
  width: 60px;
}

.td_mng_m {
  width: 100px;
}

.td_mng_l {
  width: 160px;
}

.txt_true {
  color: #e8180c;
}

.txt_false {
  color: #ccc;
}

.txt_succeed {
  color: #40b300;
}

.txt_fail {
  color: #ce4242;
}

.td_left {
  text-align: left !important;
}

.banner_or_img {
  margin: 10px 0 0;
}

.banner_or_img button {
  display: block;
  margin: 5px 0 0;
}

.txt_active {
  color: #5d910b;
}

.txt_expired {
  color: #ccc;
}

#sct_mobileimg {
  width: 125px;
}

/* 환경설정 */
.cf_cert_hide {
  display: none;
}

.server_config_views {
  margin-bottom: 10px;
}

.rules_label {
  margin-left: 5px;
  vertical-align: middle;
}

.is_rewrite .connect-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #383838;
  cursor: pointer;
  font-size: 15px;
}

.is_rewrite .connect-close:hover {
  color: #ff5191;
}

.is_rewrite .connect-close .fa {
  margin: 0 0 0 1px;
}

.is_rewrite .connect-close .txt {
  position: absolute;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.is_rewrite textarea {
  width: 99%;
  min-height: 260px;
}

.is_rewrite .copy_title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.is_rewrite .info-success {
  color: #155724;
}

.is_rewrite .info-warning {
  color: #856404;
}

.icode_old_version th {
  background-color: #fffced;
}

.icode_json_version th {
  background-color: #f6f1ff;
}

.cf_tr_hide {
  display: none;
}

/* 관리권한설정 */
#add_admin fieldset {
  margin-top: 20px;
  overflow: auto;
  padding: 2px 6px;
  line-height: 1.4;
  resize: vertical;
}

/* 메일 테스트 */
#fsendmailtest {
  margin: 50px 0;
  text-align: center;
}

#fsendmailtest .btn_submit {
  height: 35px;
  border: 0;
  padding: 0 10px;
}

/*캐시파일 일괄삭제*/
.session_del {
  margin: 15px 0;
  padding-left: 20px;
}

.session_del li {
  list-style: disc;
}

.session_del strong {
  color: #ff0000;
}

.session_del p {
  line-height: 1.7em;
  padding: 10px 15px;
  background: #f7ecea;
  border: 2px solid #ffb6c1;
}

/* ==================== 스타일링용 클래스 ==================== */
.ta-l {
  text-align: left;
}

.tac {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-none {
  float: none;
}

.d-ib {
  display: inline-block;
}

.d-block {
  display: block;
}

.mg-auto {
  margin: auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.pd-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.w-100-per {
  width: 100%;
}

.w-100-px {
  width: 100px;
}

.w-6-em {
  width: 6em;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shadow-toggle:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.bg-none {
  background: none;
}

.trs-all-02s {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sch-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sch-wr .local_ov {
  min-width: auto;
}

/* ==================== form 요소 ==================== */
input[type=file] {
  cursor: pointer;
}

input[type=text].frm_input,
input[type=password].frm_input {
  height: 30px;
  line-height: 1.8em;
  padding: 0 10px;
  border-radius: 100px;
  outline: none;
}

select.frm_select,
.frm_select select {
  height: 30px;
  line-height: 1.8em;
  padding: 0 10px;
  border-radius: 100px;
  outline: none;
}

.frm_textarea {
  height: 150px;
  padding: 5px;
  width: 90%;
  border-radius: 10px;
  border: 1px solid #ced9de;
  vertical-align: middle;
  outline: none;
}

.btn_fixed_top.btn_confirm {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.btn_fixed_top.btn_confirm input {
  font-size: 20px;
  font-weight: 500;
  padding: 25px 0;
  border-radius: 0;
  height: 100% !important;
  border: 0;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_fixed_top.btn_confirm input:hover {
  background: #fff;
}

.btn_fixed_top .btn-fixed-left {
  position: fixed;
  left: 25px;
  bottom: 110px;
  width: 203px;
}
.btn_fixed_top .btn-fixed-left a {
  margin-top: 7px;
}

.goto-menu {
  overflow: hidden;
  height: 44px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.goto-menu:hover {
  height: 242px;
}

/* ==================== 기타 팝업창 ==================== */
.new_win > h1 {
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
}
.new_win .win_btn {
  text-align: center;
  padding-top: 30px;
}
.new_win .win_btn input, .new_win .win_btn button {
  font-weight: normal;
}

body {
  background: var(--body-bg);
}

input, button {
  font-family: var(--noto);
}

textarea, select {
  font-family: var(--noto);
}

/*  header  */
#adm-hd #hd-top #adm-info #logo {
  -webkit-box-shadow: 0px 0px 12px rgba(var(--theme-color-rgb), 0.2);
  box-shadow: 0px 0px 12px rgba(var(--theme-color-rgb), 0.2);
}

#adm-hd #hd-top #adm-info .tit a {
  background: var(--theme-color);
}

#adm-hd #hd-top #adm-info .tit a:hover {
  color: var(--theme-color);
  -webkit-box-shadow: 0 0 12px rgba(var(--theme-color-rgb), 0.2);
  box-shadow: 0 0 12px rgba(var(--theme-color-rgb), 0.2);
}

#adm-hd #tnb ul a {
  background: var(--theme-color);
}

#adm-hd #tnb ul a:hover {
  color: var(--theme-color);
  -webkit-box-shadow: 0 0 12px rgba(var(--theme-color-rgb), 0.2);
  box-shadow: 0 0 12px rgba(var(--theme-color-rgb), 0.2);
}

#adm-hd #tnb ul button.manual * {
  fill: var(--theme-color);
}

#adm-gnb {
  background: var(--theme-color);
}

#adm-gnb ul.menus li a:hover span {
  color: var(--theme-color);
}

#adm-gnb ul.menus li a:hover span svg, #adm-gnb ul.menus li a:hover span svg * {
  fill: var(--theme-color);
}

#manual {
  background: var(--theme-color);
}

#manual section {
  color: var(--theme-color);
}

#manual section ul li {
  border-top: 1px solid var(--theme-color);
  background: rgba(var(--theme-color-rgb), 0.05);
}

#adm-lnb {
  -webkit-box-shadow: 0px 0px 18px rgba(var(--theme-color-rgb), 0.2);
  box-shadow: 0px 0px 18px rgba(var(--theme-color-rgb), 0.2);
}

#adm-lnb ul li a.on {
  background: rgba(var(--theme-color-rgb), 0.05);
}

#adm-lnb ul li a:hover {
  background: var(--theme-color);
  border-radius: 15px !important;
}

#adm-lnb .lnb_oparea ul li:last-child a {
  border-radius: 0 0 15px 15px;
}

.sc-contents .inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px rgba(169, 197, 220, 0.2);
          box-shadow: 0px 0px 18px rgba(169, 197, 220, 0.2);
  padding: 30px 2%;
  border-radius: 15px;
}

.sc-contents h3 + .inner {
  -webkit-box-shadow: 0px 0px 18px rgba(var(--theme-color-rgb), 0.2);
  box-shadow: 0px 0px 18px rgba(var(--theme-color-rgb), 0.2);
}

.sc-contents .inner .tb-type-2 table {
  background: var(--body-bg);
}

.sc-contents .inner .tb-type-2 table th {
  color: var(--theme-color);
}

.sc-contents .inner .tb-type-2 table td {
  color: var(--theme-color);
}

.accordion-bt {
  background: var(--theme-color);
}

.anchor .selected {
  background: var(--theme-color);
}

.local_cmd01 .btn_submit {
  border: 1px solid var(--theme-color);
}

/*  페이지 내 안내문  */
.local_desc strong {
  color: var(--theme-color);
}

.local_desc01 strong {
  color: var(--theme-color);
}

.h2_frm {
  color: var(--theme-color);
}

.td_numcancel1 {
  color: var(--theme-color);
}

.td_numrdy {
  color: var(--theme-color);
}

.td_numcancel1 {
  color: var(--theme-color);
}

.exist_menu_link {
  font-weight: bold;
  color: var(--theme-color);
}

/*  접속자집계 목록  */
.visit_bar span {
  background: var(--theme-color);
}

/*  스타일링용 클래스  */
.bg-theme {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

/*  form 요소  */
.btn_fixed_top.btn_confirm input {
  background: var(--theme-color);
}

.btn_fixed_top.btn_confirm input:hover {
  color: var(--theme-color);
}

/* ==================== 기타 팝업창 ==================== */
.new_win > h1 {
  background: var(--theme-color);
}

/*부가서비스*/
.lnb_svc {
  color: #ff3061;
  font-weight: bold;
}

.service_wrap {
  width: 633px;
  margin: 0 0 10px;
  overflow: hidden;
}

.sevice_1 {
  border: 1px solid #ebe8e8;
  width: 310px;
  float: left;
  border-radius: 5px;
  text-align: center;
  margin-right: 6px;
}

.sevice_1 .svc_img {
  padding: 30px 0 0;
}

.sevice_1 h3 {
  font-size: 16px;
  margin: 190px 0 10px;
  min-height: 45px;
  color: #525252;
}

.sevice_1 p {
  padding: 20px;
  background: #f8f8f8;
  font-size: 12px;
  text-align: left;
  color: #898989;
  line-height: 18px;
}

.sevice_1 ul {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ebe8e8;
}

.sevice_1 ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #ebe8e8;
}

.sevice_1 ul li a {
  display: inline-block;
  height: 75px;
  width: 100%;
}

.sevice_1 ul li img {
  padding: 8px 0 0;
}

.sevice_1 ul li.last {
  border: 0;
}

.sevice_1 h4 {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ebe8e8;
}

.sevice_1 h4 a {
  display: inline-block;
  height: 75px;
  padding: 10px 0 0;
  width: 100%;
}

.svc_card {
  background: url("../img/service_img1.jpg") no-repeat top center;
  margin-right: 13px;
}

.svc_card ul li {
  width: 33%;
}

.svc_phone {
  background: url("../img/service_img2.jpg") no-repeat top center;
  margin-right: 0;
}

.svc_phone ul li {
  width: 50%;
}

.svc_ipin {
  background: url("../img/service_img3.jpg") no-repeat top center;
}

.service_2 {
  padding-top: 15px;
  clear: both;
}

.service_2 h3 {
  font-size: 14px;
  letter-spacing: -1px;
  color: #525252;
  margin: 0 0 4px;
}

.service_2 .svc_a p {
  color: #898989;
  line-height: 16px;
  letter-spacing: -1px;
}

.svc_keyword {
  clear: both;
}

.svc_keyword .svc_a {
  float: left;
  width: 230px;
  padding: 46px 0 0 15px;
  height: 120px;
}

.service_2 .svc_ri .svc_a {
  padding: 18px 0 0 22px;
}

.service_2 .svc_btn {
  float: right;
}

.service_2 .svc_btn a {
  display: inline-block;
  width: 126px;
  height: 37px;
  background: #ff3061;
  color: #fff;
  line-height: 37px;
  text-align: center;
  margin: 22px 13px 0;
}

.service_2 .svc_btn a:hover, .service_2 .svc_btn a:focus, .service_2 .svc_btn a:active {
  text-decoration: none;
}

.svc_keyword {
  background: #e6f2f4;
}

.svc_keyword .svc_btn {
  margin: 40px 0 0;
}

.svc_keyword .svc_btn a {
  width: 160px;
}

.svc_sms {
  border: 1px solid #ebe8e8;
  position: relative;
  height: 93px;
}

.svc_sms:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.svc_sms .svc_btn2 {
  position: absolute;
  top: 0;
  right: 0;
}

.svc_sms .svc_btn2 a {
  display: inline-block;
  width: 220px;
  height: 91px;
  background: #fbfbfb;
  text-align: center;
  padding: 20px 0 0;
}

/*테마*/
.theme_p {
  margin: 0 0 10px;
}

#theme_list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 1000px;
  position: relative;
}

#theme_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#theme_list li {
  margin: 10px 10px 10px 0;
  float: left;
}

#theme_list li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#theme_list li .tmli_if {
  border: 1px solid #d1dee2;
  width: 302px;
}

#theme_list li .tmli_if > img {
  width: 300px;
  height: 225px;
}

#theme_list li .tmli_if:hover > img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#theme_list li .tmli_tit {
  position: relative;
  border-top: 1px solid #d1dee2;
  background: #e5ecef;
}

#theme_list li .tmli_tit p {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#theme_list li .tmli_tit button.tmli_dt {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 5px;
  background: #111;
  color: #fff;
  display: none;
  border: none;
}

#theme_list li .tmli_if:hover button.tmli_dt {
  display: block;
}

#theme_list li .theme_sl {
  float: left;
  border: none;
  margin-top: 5px;
  padding: 0 5px;
  height: 26px;
  background: #999;
  color: #fff;
}

#theme_list li .theme_sl:hover {
  background: var(--theme-color);
}

#theme_list li .theme_deactive {
  margin-left: 4px;
}

#theme_list li .theme_sl_use {
  background: var(--theme-color);
  line-height: 26px;
}

#theme_list li .theme_pr {
  float: right;
  margin-top: 5px;
  padding: 0 5px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: var(--noto);
}

#theme_list li .theme_preview {
  float: right;
  margin-top: 5px;
  padding: 0 5px;
  height: 26px;
  border: 1px solid #ccc;
  background: #fafafa;
  margin-right: 3px;
  font-family: var(--noto);
  line-height: 24px;
}

#theme_detail {
  position: fixed;
  top: 50%;
  height: 540px;
  width: 900px;
  margin-top: -271px;
  background: #fff;
  background: #f3f3f3;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 2px 5px rgb(150, 150, 150);
  box-shadow: 1px 2px 5px rgba(150, 150, 150, 0.5);
  z-index: 1000;
}

#theme_detail:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#theme_detail h2 {
  font-size: 1.25em;
  background: #fff;
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
}

.theme_dt_img {
  float: left;
  padding: 20px;
}

.theme_dt_img img {
  border: 1px solid #aaa;
  max-width: 600px;
  max-height: 460px;
}

.theme_dt_if {
  float: left;
  width: 235px;
  padding: 20px 0;
}

.theme_dt_if table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 0;
  font-size: 0.92em;
}

.theme_dt_if table th {
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: top;
  color: #3f51b5;
}

.theme_dt_if table td {
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  line-height: 1.56em;
}

.theme_dt_if table td a {
  text-decoration: underline;
}

.theme_dt_if p {
  line-height: 1.5em;
}

.if_p_bg {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000;
  margin: 30px 0 10px;
}

#theme_detail .theme_dt_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
}

#theme_detail .theme_dt_btn .close_btn {
  border: 0;
  border-left: 1px solid #d8d8d8;
  background: url("../img/close.png") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
}

#theme_detail .theme_dt_btn .close_btn:hover {
  background-color: #eceffc;
}

#theme_detail .theme_dt_btn .btn_03 {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  padding: 0 6px;
  border-radius: 5px;
}

/*글,댓글현황*/
#wr_cont {
  position: relative;
  margin: 10px 0;
}

#wr_cont input[type=submit] {
  background: var(--theme-color);
  border: none;
  color: #fff;
  padding: 0 5px;
  height: 24px;
}

#wr_cont select {
  height: 24px;
}

#grp_color {
  border: 2px solid #ddd;
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  padding: 5px 5px;
  margin: 0;
  border-radius: 10px;
}

#grp_color li {
  padding: 5px 10px;
}

#grp_color li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgb(75, 178, 197);
  margin-right: 5px;
}

#grp_color li.color2 span {
  background: rgb(234, 162, 40);
}

#chart_wr h5 {
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 0;
}

#chart_wr {
  margin: 20px 0;
}

/*전송실패 문자 재전송 내역*/
.sms_table {
  padding: 0 0 20px;
}

.sms_table table th {
  border: 1px solid #ddd;
  padding: 9px 0;
}

.sms_table table td {
  border: 1px solid #ddd;
  text-align: center;
  width: 16%;
  padding: 9px 0;
}

/* Browscap */
.update_processing {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: url(../img/ajax_loader.gif) no-repeat 0 0;
}

#processing {
  margin: 0 auto;
  padding: 70px 0;
  border: 1px solid #eee;
  background: #f9f9f9;
  text-align: center;
}

#processing p {
  font-size: 1.2em;
}

.check_processing {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: url(../img/check.png) no-repeat 50% 50%;
}

#processing button {
  background: var(--theme-color);
  border: none;
  color: #fff;
  padding: 15px;
  width: 200px;
  margin-top: 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.167em;
}

/*미완료 주문*/
#inorderlist .td_name {
  text-align: center !important;
}

#anc_sodr_pay .btn_confirm {
  margin-top: 30px;
}

#anc_sodr_pay .btn_confirm .btn_submit {
  width: 300px;
  height: 40px;
  font-size: 14px;
}

/*상품문의 */
#itemqalist .qa_href .tit_op {
  background: url(./../img/op_btn1.gif) no-repeat 50% 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 7px;
  height: 4px;
  margin-left: 5px;
}

#itemqalist .qa_div {
  background: #d8dfe9;
  padding: 10px;
  margin: 5px 0 0;
  display: none;
}

#itemqalist .qa_div strong {
  color: #415f9d;
  font-size: 0.92em;
  display: block;
}

#itemqalist .qa_div .qa_q {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #fff;
}

#itemqalist .qa_href {
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#itemqalist .td_status {
  color: #888;
}

#itemqalist .td_status strong {
  color: #ff4588;
}

/*상품후기 */
#itemuselist .use_href {
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#itemuselist .use_href .tit_op {
  background: url(./../img/op_btn1.gif) no-repeat 50% 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 7px;
  height: 4px;
  margin-left: 5px;
}

#itemuselist .use_div {
  background: #d8dfe9;
  padding: 10px;
  margin: 5px 0 0;
  display: none;
}

#itemuselist .td_select {
  width: 100px;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}

/* .sv_member {color:#333} */
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}

.sv_nojs .sv {
  display: block;
}

body.ist\.admin_popup_write .contents-wr,
body.ist\.admin_popup_manual .contents-wr,
body.ist\.admin_popup .contents-wr {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0;
}

.btn:active, .btn:link, .btn:visited, .btn,
.btn.btn_01,
.btn.btn_02 {
  font-family: var(--noto);
  font-weight: normal;
  line-height: 30px;
}

.local_ov.local_ov-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}/*# sourceMappingURL=admin.css.map */