@charset "utf-8";

:root {
  --material-symbols: "Material Symbols Outlined";

  --primary: #f58220;
  --primary-dark: #ee760d;
  --secondary: #000000;
  --success: #28a745;
  --poinc: #97c72d;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f8f8;

  --white: #fff;
  --gray-100: #e8e8e8;
  --gray-200: #d5d5d5;
  --gray-300: #b9b9b9;
  --gray-400: #909090;
  --gray-500: #7c7c7c;
  --gray-600: #606060;
  --gray-700: #444;
  --gray-800: #333;
  --gray-900: #222;
  --black: #000;

  --bg-primary: #f58220;
  --bg-light: #fafafa;
  --bg-gray: #f7f7f7;

  --border: #eaeaea;
  --border-light: #f2f2f2;
  --border-dark: #dce1ea;
  --border-dark-mode: #282d37;
  --border-radius: 1.125em;
  --border-radius-sm: 0.5em;

  --font-en: "Paperlogy", "Pretendard", sans-serif;

  --shadow: 0 0 1.25rem 0 rgba(199, 208, 234, 0.15);

  --header-height: 110px;
  --header-height-m: 4rem;

  --mx-padding: 0 4%;

  --sub-con-height-m: 5em;
  --sub-con-height: 7.5em;
}

.mx-padding {
  padding: var(--mx-padding);
}
/*------------------------------------
	material icons
------------------------------------*/
.material-symbols {
  font-family: var(--material-symbols);
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------
  Common
------------------------------------*/
html,
body {
  font-size: 14px;
}
body {
  overflow-x: hidden;
  font-family:
    "Paperlogy",
    "Noto Sans KR",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: -0em;
  color: var(--gray-600);
  position: relative;
  word-break: keep-all;
}
:lang(en) body {
  font-family:
    "Paperlogy",
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: -0em;
}

@media (min-width: 576px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1480px) {
  html,
  body {
    font-size: 18.5px;
  }
}

@media (max-width: 340px) {
  html,
  body {
    font-size: 12px;
  }
}

a {
  color: var(--gray-600);
}

a:hover {
  color: var(--gray-900);
  text-decoration: none;
}

::-moz-selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: #90ac51;
  color: var(--white);
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-radius {
  border-radius: var(--border-radius);
}
p {
  line-height: 1.5;
  margin-bottom: 0;
}

strong {
  font-weight: 600;
  color: var(--gray-800);
}

dl,
dd {
  margin-bottom: 0;
}

/*------------------------------------
	Headings
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family:
    "Paperlogy",
    "MinSans",
    "Noto Sans KR",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: 0rem;
}

:lang(en) h1,
:lang(en) h2,
:lang(en) h3,
:lang(en) h4 {
  font-family: var(--font-en);
}

h3 {
  font-size: 1.5rem;
  color: var(--black);
  margin-bottom: 1.0625em;
  letter-spacing: -0.05em;
}
h3 div:first-of-type {
  font-weight: 800;
  color: var(--primary);
  font-size: 1rem;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}
h3 div:first-of-type span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
h3 div:first-of-type span::before {
  content: "";
  width: 1em;
  height: 1px;
  display: inline-block;
  background-color: var(--primary);
  margin: 0 0.625em;
}

h3.bullet {
  position: relative;
}
h3.bullet::after {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: var(--primary);
  vertical-align: top;
  margin: -0.05em 0 0 0.375em;
}
h3.title-center {
  text-align: center;
  font-size: 1.375rem;
}
h3.title-center::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background: #0090d5;
  margin: 0.9rem auto 2.25rem;
}
h4 {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.1rem;
  margin-bottom: 1.25em;
}
h4.bullet {
  position: relative;
  text-align: left;
  position: relative;
  padding-left: 1.65rem;
}
h4.bullet::after {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  color: #0090d5;
}

h5 {
  color: #222;
}

h5.bullet {
  color: #1e80ad;
  position: relative;
  padding: 0 0 0 1.1rem;
}
h5.bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #1e80ad;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.875em;
    margin-bottom: 2rem;
  }
  h3 div:first-of-type {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  h4 {
    font-size: 1.375em;
  }
}
@media (min-width: 1480px) {
  h3 {
    font-size: 37px;
    letter-spacing: -0.075em;
    margin-bottom: 3rem;
  }
  h3 div:first-of-type {
    font-size: 22px;
  }
  h3.title-center {
    font-size: 2.15rem;
  }
  h3.title-center::after {
    width: 3rem;
    height: 0.2rem;
    margin: 1.5rem auto 3.5rem;
  }
  h3:lang(en) {
    letter-spacing: -0.05em;
  }
  h4 {
    font-size: 1.5em;
  }
  h4.bullet {
    padding-left: 1.85rem;
  }
  h4.bullet::after {
    top: 0.2rem;
    font-size: 88%;
  }
}

.text-primary {
  color: var(--primary) !important;
}

/*------------------------------------
  form
------------------------------------*/
form {
  margin-bottom: 0;
}
.form-control,
select,
textarea {
  width: 100%;
  height: calc(2.25rem + 6px);
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--border-radius-sm);
  outline: none;
  color: var(--gray-600);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  background-color: #fff;
  vertical-align: middle;
}
select {
  width: 100%;
  height: calc(2.25rem + 6px);
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  border: 1px solid var(--border);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background: #fff url(../images/common/select_arrow_st.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 24px 9px;
  background-position: right center;
  vertical-align: middle;
  border-radius: var(--border-radius-sm);
  color: var(--gray-600);
}
select::-ms-expand {
  display: none;
}
textarea {
  padding: 1.5rem;
  min-height: 10rem;
  height: auto;
}
.form-control-sm,
select.select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.275rem 0.5rem;
}
select.select-sm {
  background-size: auto 0.575rem;
  padding-right: 1.65rem;
}
.form-control-lg,
select.select-lg {
  height: calc(2.75rem + 2px);
  font-size: 1.1rem;
  line-height: 1.5;
}

.form-control:focus,
textarea:focus,
select:focus {
  color: var(--gray-800);
  border-color: var(--gary-800);
  outline: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03) !important;
}

.form-control:disabled,
.form-control[readonly],
select:disabled,
select[readonly],
textarea:disabled {
  color: var(--gray-200);
  background-color: #f5f5f5;
  opacity: 1;
}
select:disabled,
select[readonly],
select.select-sm:disabled,
select.select-sm[readonly],
select.select-lg:disabled,
select.select-lg[readonly] {
  cursor: default;
  /* arrows style */
  background-image: url("/public/images/board/select-arrow-disable.png");
}
.form-control[readonly]:focus,
textarea[readonly]:focus {
  color: var(--gray-800);
  background-color: var(--bg-gray);
  box-shadow: none !important;
}
.form-control::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--gray-300);
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--border);
  -webkit-text-fill-color: var(--gray-600);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/*-------- 체크/라디오 박스 *--------*/
input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0;
  margin: 0 8px 0 0;
  line-height: normal;
  vertical-align: middle;
}
input[type="radio"]:first-child + label,
input[type="checkbox"]:first-child + label {
  margin-left: 0;
}
/*체크박스*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  vertical-align: top;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.2em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
input[type="checkbox"]:checked + label::before {
  color: #fff;
  background-color: var(--gray-900);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* 라디오박스 */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  vertical-align: top;
  cursor: pointer;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.175em;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: none;
  background-color: var(--gray-100);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"]:checked + label {
  color: #222;
}
input[type="radio"]:checked + label:before {
  border: 0.3rem solid var(--black);
  background-color: #fff;
}
input[type="radio"]:disabled + label {
  cursor: default;
}

.input-group-addon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-600);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bg-gray);
  border: solid var(--border);
  border-width: 1px 0 1px 1px;
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
  height: calc(2.25rem + 6px);
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0 0.1rem;
  letter-spacing: -0.025em;
  background-color: transparent;
}

button:first-child {
  margin-left: 0;
}

button:last-child {
  margin-right: 0;
}

button:focus {
  outline: none;
}

.form-text {
  margin-top: 0.45rem;
}

/* form group */
.write-form {
  border-top: 1px solid #222;
}
.write-form > .form-row {
  margin: 0;
  padding: 1.2rem;
  border-bottom: 1px solid #eee;
}
.write-form label.col-form-label {
  color: #333;
  padding-right: 1.5rem;
  position: relative;
}
.write-form label.bar::after {
  content: "";
  width: 1px;
  height: 0.9rem;
  background: #ccc;
  position: absolute;
  right: 5%;
  top: 30%;
}
.write-form .require::after {
  content: "*";
  display: inline-block;
  margin: -2px 0 0 3px;
  color: #de4f41;
  vertical-align: top;
}

/*------------------------------------
  btn
------------------------------------*/
.btn {
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
  margin: 0 0.125em;
}
.btn:first-child {
  margin-left: 0;
}
.btn:last-child {
  margin-right: 0;
}
.btn:focus,
.btn:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8);
}

.btn-md {
  padding: 0.675rem 1.4rem 0.675rem;
  min-width: 6.4rem;
  font-size: 1rem;
}
.btn-lg {
  padding: 0.8rem 2.3rem 0.9rem;
  font-weight: 500;
  letter-spacing: -0.055rem;
}
.btn-xl {
  font-size: 1.35rem;
  padding: 0.8rem 4rem 0.9rem;
  font-weight: 600;
  letter-spacing: -0.07rem;
  box-shadow: 8px 10px 15px -10px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  color: #fff !important;
  background-color: var(--black) !important;
  border-color: var(--black) !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: var(--gray-800) !important;
  border-color: var(--gray-800) !important;
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.btn-primary02 {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-primary02:hover {
  color: #fff !important;
  background-color: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}
.btn-primary02:focus,
.btn-primary02:active {
  box-shadow: 0 0 0 3px rgba(37, 99, 192, 0.15) !important;
}

.btn-secondary {
  color: var(--gray-400) !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-secondary:hover {
  color: var(--gray-500) !important;
  background-color: var(--bg-light) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-secondary:focus,
.btn-secondary:active {
  color: #898fab !important;
  background-color: #fafbfe !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04) !important;
}

/* 진회색 */
.btn-d-gray {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-d-gray:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-gray:focus,
.btn-outline-gray:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

/* 연회색 - 라인 */
.btn-outline-gray {
  color: #555;
  background-color: transparent;
  background-image: none;
  border-color: #d2d5df;
}
.btn-outline-gray:hover {
  color: #555;
  background-color: #f5f5f5;
  border-color: #d2d5df;
}
.btn-outline-gray:focus,
.btn-outline-gray:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}
/* 오렌지색 */
.btn-orange {
  color: #fff;
  background-color: #f57a30;
  background-image: none;
  border-color: #f57a30;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ef752c;
  border-color: #ef752c;
}
.btn-orange:focus,
.btn-orange:active {
  box-shadow: 0 0 0 3px rgba(245, 122, 48, 0.08);
}

/* 연회색 - 라인 - 화살표 */
.btn-gray-line-arrow {
  border: 1px solid #eee;
  border-radius: 50rem;
  padding: 0.25rem 1.05rem;
  color: #a7a7a7;
}
.btn-gray-line-arrow::after {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  border-right: 1px solid #9ea4b5;
  border-top: 1px solid #9ea4b5;
  margin: 0 0 2px 0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-gray-line-arrow:focus,
.btn-gray-line-arrow:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

/*------------------------------------
	ul, ol
------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0px;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.list-num {
  margin-left: 1.5rem;
  text-align: left;
  line-height: 140%;
}
ol.list-num li {
  padding: 0.35rem 0;
  list-style: decimal;
}
ol.list-num ul li {
  list-style: none;
}
ul.list-group-01 > li {
  position: relative;
  padding-left: 0.825em;
  margin: 0.5em 0;
}
ul.list-group-01 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5125em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--black);
}

ul.list-group-02 > li {
  position: relative;
  margin: 0.25em 0;
  padding-left: 2px;
  display: -ms-flexbox;
  display: flex;
}
ul.list-group-02 > li::before {
  content: "-";
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  max-width: 1em;
}

ul.list-group-03 li {
  background: none;
  padding: 3px 0;
  position: relative;
  margin-left: 0.7rem;
}
ul.list-group-03 li::before {
  content: "-";
  float: left;
  margin-left: -0.7rem;
}

ul.list-group-04 li {
  background: none;
  padding: 3px 0 3px 0.875rem;
  position: relative;
}
ul.list-group-04 li::before {
  background: #222;
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}

ul.list-group-check li {
  background: none;
  padding: 0.35rem 0 0.35rem 1rem;
  position: relative;
  line-height: 1.3;
}
ul.list-group-check li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.95rem;
  color: #00a988;
}
ul.list-group li {
  background: none;
  padding: 0.35rem 0;
  position: relative;
}
ul.list-group li::before {
  display: none;
}
ul.con_st_01 > li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  left: 0;
  top: 0.5rem;
}
ul.con_st_01 > li {
  font-size: 1rem;
  position: relative;
  padding-left: 14px;
  margin: 8px 0;
  letter-spacing: -0.05rem;
  line-height: 1.3;
}
/*------------------------------------
  table > .table-common
------------------------------------*/
.table_box {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
}
/*테이블*/
.tb_border {
  background: url("../images/sub/tb1_bg.gif") repeat-x scroll 0 0;
  padding-top: 3px;
}
.tb_border_02 {
  border-top: 1px solid #000;
}

table.tstyle {
  border-collapse: collapse;
  margin: 0.5rem 0 0;
  width: 100%;
  border-top: 2px solid #000;
}
.table_min table.tstyle {
  min-width: 100%;
}
table.tstyle caption {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -2000px;
}
table.tstyle caption.view {
  font-size: 1em;
  line-height: 150%;
  margin: 0;
  padding: 0 0 4px;
  text-indent: 0;
}
table.tstyle thead tr {
  border: 1px solid #ededed;
  /*border-bottom: 1px solid #ededed;*/
}
table.tstyle thead tr th {
  padding: 1.1rem 0.5rem;
  background-color: #f9f9f9;
  font-size: 1.05rem;
  color: #000;
  border-right: 1px solid #ededed;
  vertical-align: middle;
  font-weight: 500;
}
table.tstyle thead tr td {
  padding: 1.1rem 0.5rem;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  border: 1px solid #ededed;
  /*border-right: 1px solid #ededed;*/
  vertical-align: middle;
}
table.tstyle tbody tr {
  border-bottom: 1px solid #ededed;
}
table.tstyle tbody tr th {
  background-color: #f9f9f9;
  padding: 1.1rem 1rem;
  vertical-align: top;
  /*border-right: 1px solid #ededed;*/
  border: 1px solid #ededed;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  vertical-align: middle;
  word-break: keep-all;
  font-weight: 500;
}

table.tstyle tbody tr th.line-r {
  border-right: 1px solid #ededed !important;
}
table.tstyle tbody tr td {
  padding: 1.1rem 1rem;
  vertical-align: top;
  border: 1px solid #ededed;
  /*border-right: 1px solid #ededed;*/
  font-family: var(--f400);
  font-size: 16px;
  line-height: 1.3;
  color: #363636;
  vertical-align: middle;
  word-break: keep-all;
}
table.tstyle td.line-r {
  border-right: 1px solid #ededed !important;
}

table.tstyle th.line,
table.tstyle td.line {
  border-left: 1px solid #e2e4e5;
}
table.tstyle tfoot td {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #444;
  font-weight: normal;
  vertical-align: middle;
}
table.tstyle td.item {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #444;
  font-weight: bold;
  letter-spacing: -0.1em;
  text-align: center;
}
table.tstyle td.item02 {
  background: #f9f3f8 none repeat scroll 0 0;
  color: #444;
}
table.tstyle td.bg {
  background: #f8f8f8 none repeat scroll 0 0;
}
table.tstyle td.bg_point {
  background: #99a6ad none repeat scroll 0 0;
}
table.tstyle td input.box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  height: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
}
table.t_pad th,
table.t_pad td {
  padding: 5px 1px 3px;
}
table.t_pad .s_width {
  width: 19px;
}
table.tstyle td .tal-dot_list {
  text-align: left;
  padding-left: 1.3em;
}
table.tstyle td .tal-dot_list > li {
  position: relative;
  margin-bottom: 0.55em;
}
table.tstyle td .tal-dot_list > li:before {
  position: absolute;
  left: -0.5em;
  top: 10px;
  width: 2px;
  height: 2px;
  content: "";
  background: #717171;
}
table.tstyle td .tal-dot_list li ul.cont-sm {
  font-size: 0.88em;
  padding: 1.2em 0 0 0;
}
table.tstyle.tst_sm {
  border-top: 1px solid #000;
}
table.tstyle.tst_sm thead tr th,
table.tstyle.tst_sm thead tr td,
table.tstyle.tst_sm tbody tr th,
table.tstyle.tst_sm tbody tr td {
  padding: 0.7rem 0.5rem;
}

/* 가로스크롤 */
@media (max-width: 767px) {
  .scroll-y-container {
    position: relative;
    overflow-y: auto;
  }
  .scroll-y-container .scroll {
    display: block;
  }
  .scroll-y-container img,
  .scroll-y-container table {
    min-width: 900px;
  }
  .scroll-y-container .scroll-info {
    content: "";
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url("/public/layout/images/common/icon-touch.png") no-repeat
      center / auto 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}

/*------------------------------------
  text-decortion
------------------------------------*/
.text-underline {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.text-underline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.6em;
  background: var(--primary);
  opacity: 0.3;
  z-index: -1;
}

.text-mark {
  position: relative;
  padding-left: 1.35rem;
}
.text-mark::before {
  content: "\f06a";
  position: absolute;
  left: 0;
  top: 0.135rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 95%;
}

@media (min-width: 992px) {
  .text-mark {
    padding-left: 1.6rem;
  }
}

/*------------------------------------
  cursor:pointer
------------------------------------*/
.hand_shape {
  cursor: pointer;
}

/*------------------------------------
  badge
------------------------------------*/
.badge-point {
  color: #fff;
  background-color: #333;
}

/*------------------------------------
  pagination
------------------------------------*/
.pagination .page-link {
  line-height: 2.2rem !important;
  padding: 0 0.75rem !important;
  text-align: center !important;
  color: #999 !important;
  border: none !important;
  font-family: "Open Sans", sans-serif;
}
.pagination .page-link:hover {
  color: var(--black) !important;
  background: transparent !important;
}
.pagination .page-link:focus {
  box-shadow: none !important;
}
.pagination .page-item.active {
  margin: 0 0.5rem;
}
.pagination .page-item.active .page-link {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  border-radius: 50rem !important;
  color: #fff !important;
  font-weight: 700;
  width: 2.2rem;
  height: 2.2rem;
}
.pagination .page-link img {
  height: 0.7rem;
  vertical-align: middle;
  margin-bottom: 3px;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.6;
}
.pagination .btn-prev {
  margin-right: 0.5rem;
}
.pagination .btn-next {
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .pagination .page-link {
    line-height: 2.5rem !important;
    padding: 0 0.9rem !important;
  }
  .pagination .page-item.active .page-link {
    width: 2.625rem;
    height: 2.625rem;
  }
}

/*------------------------------------
 nav-tabs
------------------------------------*/
.nav-tabs {
  border-bottom: 1px solid #d2d5df;
}
.nav-tabs .nav-link {
  color: #888;
  padding: 0.5rem 1.5rem;
}
.nav-tabs .active {
  color: #222;
  border-color: #d2d5df #d2d5df #fff;
  font-weight: 700;
}

/*------------------------------------
  nav-tabs02
------------------------------------*/
.nav-tabs02 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 2.5rem;
}
.nav-tabs02 li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-tabs02 a {
  color: #888;
  font-weight: 500;
  padding: 10px 0;
  font-size: 0.825rem;
  border-right: 1px solid #e5e5e5;
}
.nav-tabs02 li:last-child a {
  border-right: none;
}
.nav-tabs02 a:hover {
  color: #222;
}
.nav-tabs02 a.active {
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
  margin: -1px -1px -1px -1px;
}
@media (min-width: 992px) {
  .nav-tabs02 {
    margin-bottom: 4.5rem;
  }
  .nav-tabs02 a {
    font-size: 1.1rem;
    padding: 14px 0;
  }
}

/*------------------------------------
  box-style
------------------------------------*/
.border-box {
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
  padding: 1.5rem;
  background: #fff;
}
@media (min-width: 992px) {
  .border-box {
    padding: 2rem;
  }
}

/*------------------------------------
  check-group
------------------------------------*/
.check-group .border-box {
  border-radius: 0.3rem 0.3rem 0 0;
}
.check-text {
  border: solid #e5e5e5;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.3rem 0.3rem;
  background: #f8f8f8;
  padding: 1rem;
}
.check-group textarea {
  border: none;
  padding: 0 1.5rem 0 0;
}

/* ---------- 폰트관련 ---------- */

/* font size */
.fs0 {
  font-size: 0;
}
.fs9 {
  font-size: 14px;
}
.fs10 {
  font-size: 0.88rem !important;
}
.fs11 {
  font-size: 0.94rem !important;
}
.fs12 {
  font-size: 1rem !important;
}
.fs13 {
  font-size: 1.1rem !important;
}
.fs14 {
  font-size: 1.17rem !important;
}
.fs15 {
  font-size: 1.2rem !important;
}
.fs16 {
  font-size: 1.35rem !important;
}
.fs17 {
  font-size: 1.5rem !important;
}
.fn {
  font-weight: normal;
}
.bo {
  font-weight: 500 !important;
}
.bbo {
  font-weight: 600 !important;
}
.bbbo {
  font-weight: 700 !important;
}
.bbbbo {
  font-weight: 800 !important;
}

/* color */
.white {
  color: #ffffff !important;
}
.orange {
  color: #f96f00 !important;
}
.black {
  color: #000 !important;
}
.dark_gray {
  color: #212121 !important;
}
.dark_gray02 {
  color: #333 !important;
}
.gray {
  color: #989898 !important;
}
.blue {
  color: #0773c7 !important;
}
.txt_point00 {
  color: #ea7f00 !important;
}
.txt_point {
  color: #c96800 !important;
}
.txt_point02 {
  color: #c93000 !important;
}
.txt_point03 {
  color: #129341 !important;
}
.text-point04 {
  color: #d54100 !important;
}
.red {
  color: #bb0000 !important;
}
.green {
  color: #238900 !important;
}
.f_blue {
  color: #5685b7 !important;
}
.f_green {
  color: #4eb848 !important;
}
.f_silver {
  color: #aaaaaa !important;
}
.f_silver02 {
  color: #656565 !important;
}

/* text_style */
.fb {
  font-weight: 500;
}
.fbb {
  font-weight: 600;
}
.fbbb {
  font-weight: 700;
}
.fn {
  font-weight: normal;
}

/*letter-spacing*/
.ls0 {
  letter-spacing: normal !important;
}
.ls1 {
  letter-spacing: -0.07rem !important;
}
.ls2 {
  letter-spacing: -0.1rem !important;
}
.ls3 {
  letter-spacing: -0.15rem !important;
}
.lsf2 {
  letter-spacing: 0.4rem !important;
}
.lsf3 {
  letter-spacing: 1rem !important;
}
.lsf4 {
  letter-spacing: 1.8rem !important;
}

/*line-height*/
.lh100 {
  line-height: 110% !important;
}
.lh130 {
  line-height: 130% !important;
}
.lh140 {
  line-height: 140% !important;
}
.lh150 {
  line-height: 150% !important;
}
.lh160 {
  line-height: 160% !important;
}

/*------------------------------------
 background-color
------------------------------------*/
.bg-point {
  background-color: #0090d5;
}

/*------------------------------------
  etc
------------------------------------*/
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-hidden {
  text-indent: -1000px;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
}

/*------------------------------------
  메인 레이어팝업 설정
------------------------------------*/
.pop-layer {
  background: #191a1d;
  position: relative;
  padding: 1px;
}
.pop-layer.popupWin {
  padding: 0;
  background: #444;
}
.pop-layer p {
  margin-bottom: 0;
}
.pop-layer .popup-body {
  background: #fff;
}
.pop-layer .popup-body img {
  max-width: 100%;
  height: auto;
}
.pop-layer .colse-check {
  height: 29px;
  font-size: 14px;
  color: #eee;
  background: #191a1d;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0 10px;
}

.pop-layer .colse-check img.btn-close {
  cursor: pointer;
}
.pop-layer .colse-check input[type="checkbox"] + label::before {
  top: 0.2rem;
}

@media (max-width: 991px) {
  .pop-layer {
    width: 92% !important;
    height: auto !important;
    left: 50% !important;
    transform: translate(-50%, 1.5rem) !important;
  }
  .pop-layer .popup-body {
    width: 100% !important;
    height: auto !important;
  }
}
