@charset "utf-8";
@import url("variables.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");

/* 메인 @import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");

.mainCont {
  position: relative;
  padding-top: 180px;
  padding-bottom: 40px;
}
.mcBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fafafa !important;
}
.mcBg .slick-slide {
  background-size: cover !important;
}
.mcTitle {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -60px;
  width: 50%;
}
.mctCont {
}
.mctCont h6 {
  color: var(--color-dark-alt);
  font-size: 1.25rem;
  font-weight: 500;
}
.mctCont h5 {
  color: var(--color-dark);
  font-size: 3.625rem;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: -0.05em;
  line-height: 1em;
}
.mctCont h5 span.red {
  color: #dd2e26;
}
.mctCont p {
  font-size: 1.063rem;
  margin-top: 15px;
}
.mctCont.wh {
  color: #fff;
}
.mctCont.wh h6,
.mctCont.wh h5,
.mctCont.wh p {
  color: #fff;
}
.mcWrap {
  margin: -10px;
  position: relative;
}
.mcWrap:after {
  content: "";
  display: table;
  clear: both;
}
.mcWrap:before {
  content: "";
  display: block;
  float: left;
  width: 50%;
  height: 230px;
}
.mcWrap .mcBox {
  float: left;
  width: 50%;
  padding: 10px;
}
.mcSch {
  height: 230px;
  background: #fff;
  padding: 30px;
}
.introLeft {
  float: left;
  width: 75%;
  padding: 10px;
  font-size: 0.938rem;
  line-height: 1.7em;
}
.introLeft p.end {
  font-size: 1.25rem;
  text-align: right;
  font-weight: bold;
  padding-right: 50px;
}
.font-intro {
  font-family: "궁서체";
  font-size: 1.125rem;
}
.introRight {
  float: left;
  width: 25%;
  padding: 10px;
  margin-top: -40px;
}
.mscTitle {
}
.mscTitle h5 {
  font-size: 1.375rem;
}
.mscTitle p {
  font-size: 0.938rem;
}
.mscForm {
  position: relative;
  padding-right: 95px;
  margin-top: 30px;
}
.mscForm input[type="text"] {
  display: block;
  height: 48px;
  background: var(--color-bg-input);
  border: none;
  width: 100%;
  padding: 0 20px;
  font-size: 0.875rem;
  color: #888;
}
.mscForm a {
  display: block;
  width: 90px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: var(--color-secondary500);
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.mscRcm {
  position: relative;
  padding-left: 98px;
  margin-top: 15px;
}
.mscRcm dt {
  width: 84px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border: solid 1px #ddd;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.mscRcm dd {
  padding: 10px 0;
}
.mscRcm dd ul {
}
.mscRcm dd ul:after {
  content: "";
  display: table;
  clear: both;
}
.mscRcm dd ul li {
  float: left;
  margin-right: 10px;
}
.mscRcm dd ul li:last-child {
  margin-right: 0;
}
.mscRcm dd ul li a {
  display: block;
  color: #666;
  display: block;
  height: 20px;
  line-height: 20px;
}

.mcCall {
  height: 50px;
  position: relative;
  margin-top: 20px;
}
.mcCall:after {
  content: "";
  display: table;
  clear: both;
}
.mcCall:before {
  content: "";
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  background: url("../img/main/main_call.png") no-repeat center center;
  background-size: cover;
}
.mcCall span {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: var(--font-heading);
  font-size: 1.333rem;
  margin-right: 5px;
}
.mcCall strong {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: var(--font-heading);
  font-size: 2rem;
}
.mctCont.wh .mcCall {
  color: #fff;
}

.mcQck {
}
.mcQck ul {
}
.mcQck ul:after {
  content: "";
  display: table;
  clear: both;
}
.mcQck ul li {
  float: left;
  width: 33.3333%;
}
.mcQck ul li a {
  display: block;
  text-align: center;
  height: 200px;
  background: var(--color-dark-alt);
  color: #fff;
  font-size: 1.063rem;
  padding-top: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mcQck ul li:nth-child(1) a {
  background: #dd2e26;
}
.mcQck ul li:nth-child(3) a {
  border-left: solid 1px #3b4045;
}
.mcQck ul li a:hover {
  background: var(--color-dark-hover);
}
.mcQck ul li:nth-child(1) a:hover {
  background: #af140d;
}
.mcQck ul li a:before {
  content: "";
  display: block;
  width: 85px;
  height: 71px;
  margin: 0 auto 40px;
  background-size: cover !important;
}
.mcQck ul li:nth-child(1) a:before {
  background: url("../img/main/main_quick01.png") no-repeat center center;
}
.mcQck ul li:nth-child(2) a:before {
  background: url("../img/main/main_quick02.png") no-repeat center center;
}
.mcQck ul li:nth-child(3) a:before {
  background: url("../img/main/main_quick03.png") no-repeat center center;
}

.mcCmt {
  height: 200px;
  background: var(--color-dark);
}
.mccTab {
  background: var(--color-dark-alt);
}
.mccTab:after {
  content: "";
  display: table;
  clear: both;
}
.mccTab ul {
  float: left;
}
.mccTab ul:after {
  content: "";
  display: table;
  clear: both;
}
.mccTab ul li {
  float: left;
}
.mccTab ul li a {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0 25px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  cursor: pointer;
}
.mccTab ul li a.on {
  background: var(--color-dark);
  color: #fff;
  font-weight: 500;
}
.mccMore {
  display: block;
  float: right;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  position: relative;
}
.mccMore:before,
.mccMore:after {
  content: "";
  display: block;
  background: #d5d6d8;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mccMore:before {
  width: 11px;
  height: 1px;
  margin-left: -5px;
}
.mccMore:after {
  width: 1px;
  height: 11px;
  margin-top: -5px;
}

.mccCont {
  display: none;
  padding: 30px;
}
.mccList {
}
.mccList li {
  margin-bottom: 10px;
}
.mccList li:last-child {
  margin-bottom: 0;
}
.mccList li a {
  display: block;
  position: relative;
  color: #fffefe;
  padding-right: 60px;
  padding-left: 15px;
  font-size: 0.938rem;
}
.mccList li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.mccList li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  padding-right: 30px;
}
.mccList li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.mccCard {
  margin: -25px;
}
.mccCard a {
  display: block;
  height: 136px;
  background-size: cover !important;
  text-indent: -9999px;
}

.mainCnt {
  background: var(--color-dark-alt);
}
.mainCnt ul {
  text-align: center;
}
.mainCnt ul:after {
  content: "";
  display: table;
  clear: both;
}
.mainCnt ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  height: 120px;
  padding: 30px 0;
  text-align: left;
  padding-left: 60px;
}
.mainCnt ul li:nth-child(1) {
  float: left;
}
.mainCnt ul li:nth-child(2) {
}
.mainCnt ul li:nth-child(3) {
  text-align: right;
  float: right;
}
.mainCnt ul li h5 {
  font-family: var(--font-number);
  font-size: 2.375rem;
  font-weight: 500;
}
.mainCnt ul li p {
  font-family: var(--font-sub);
  font-size: 0.938rem;
  color: var(--color-text-disabled);
}
.mainCnt ul li:before {
  content: "";
  display: block;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 54px;
  margin-top: -27px;
}
.mainCnt ul li:nth-child(1):before {
  background: url("../img/main/main_count_ico01.png") no-repeat center center;
}
.mainCnt ul li:nth-child(2):before {
  background: url("../img/main/main_count_ico02.png") no-repeat center center;
}
.mainCnt ul li:nth-child(3):before {
  background: url("../img/main/main_count_ico03.png") no-repeat center center;
}

.mainFmy {
  background: var(--color-bg-light);
}
.mfSldr {
  padding-left: 80px;
}
.mfSldr .slick-slide {
  padding: 30px 0;
}
.mfSldr .slick-slide img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}
.mfSldr .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #dbdbdb;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-size: 8px auto !important;
  text-indent: -9999px;
}
.mfSldr .slick-prev {
  background: #fff url("../img/main/main_family_prev.png") no-repeat center
    center;
  left: 0;
}
.mfSldr .slick-next {
  background: #fff url("../img/main/main_family_next.png") no-repeat center
    center;
  left: 39px;
}

@media (max-width: 1140px) {
  .mcTitle {
    padding-left: 20px;
  }
  .mctCont h5 {
    font-size: 3rem;
  }
  .font-intro {
    font-family: "궁서체";
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .mainCont {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mcSldr {
    position: relative;
  }
  .mcTitle {
    position: static;
    margin-top: 0;
    width: 100%;
    padding: 60px 0;
  }
  .mctCont h6 {
    font-size: 0.833rem;
  }
  .mctCont h5 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .mctCont p {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .mcWrap {
    margin: 0;
    padding: 20px 0;
  }
  .mcWrap:before {
    display: none;
  }
  .mcWrap .mcBox {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .mcWrap .mcBox:last-child {
    margin-bottom: 0;
  }
  .introLeft {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .introLeft p.end {
    padding: 0px;
    font-size: 1rem;
  }
  .font-intro {
    font-family: "궁서체";
    font-size: 1rem;
  }
  .introRight {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .introRight img {
    width: 100%;
  }
  .mcSch {
    height: auto;
    border: solid 1px #eaeaea;
    padding: 20px;
  }
  .mscTitle {
  }
  .mscTitle h5 {
    font-size: 1.167rem;
  }
  .mscTitle p {
    font-size: 0.75rem;
    margin-top: 5px;
  }
  .mscForm {
    padding-right: 60px;
    margin-top: 10px;
  }
  .mscForm input[type="text"] {
    height: 40px;
    padding: 0 10px;
    font-size: 0.833rem;
  }
  .mscForm a {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }
  .mscRcm {
    padding-left: 65px;
    margin-top: 10px;
  }
  .mscRcm dt {
    width: 60px;
    font-size: 0.667rem;
  }
  .mscRcm dd {
    padding: 0;
  }
  .mscRcm dd ul li {
    margin-right: 10px;
  }
  .mscRcm dd ul li a {
    font-size: 0.75rem;
  }
  .mcQck ul li a {
    height: auto;
    font-size: 0.833rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mcQck ul li a:before {
    width: 45px;
    height: 38px;
    margin: 0 auto 10px;
  }
  .mcCmt {
    height: auto;
  }
  .mccTab ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 0.917rem;
  }
  .mccMore {
    width: 50px;
    height: 50px;
  }
  .mccCont {
    padding: 20px;
  }
  .mccList li a {
    padding-right: 60px;
    padding-left: 10px;
    font-size: 0.833rem;
  }
  .mccList li a:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  .mccList li a span {
    font-size: 0.75rem;
  }
  .mccCard {
    margin: -10px;
  }
  .mccCard a {
    height: auto;
    padding-bottom: 40%;
  }
  .mainCnt ul {
    margin: 0 -20px;
  }
  .mainCnt ul li {
    height: auto;
    display: block;
    float: left;
    width: 33.3333%;
    padding: 15px 0;
    text-align: center !important;
  }
  .mainCnt ul li:nth-child(1) {
    padding-left: 0;
  }
  .mainCnt ul li:nth-child(2) {
    padding-left: 0;
  }
  .mainCnt ul li:nth-child(3) {
    padding-left: 0;
  }
  .mainCnt ul li h5 {
    font-size: 1.5rem;
  }
  .mainCnt ul li p {
    font-size: 0.75rem;
  }
  .mainCnt ul li:before {
    background-size: 100% auto !important;
    position: static;
    margin: 0 auto;
    margin-top: 0 !important;
    height: 45px !important;
  }
  .mainCnt ul li:nth-child(1):before {
    width: 33px;
  }
  .mainCnt ul li:nth-child(2):before {
    width: 73px;
  }
  .mainCnt ul li:nth-child(3):before {
    width: 39px;
  }
  .mfSldr {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 -10px;
  }
  .mfSldr .slick-slide {
    padding: 15px 20px;
  }
  .mfSldr .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .mfSldr .slick-next {
    left: 100%;
    margin-left: -30px;
  }
}


/* 검색 */
.schNav {
  border-bottom: solid 1px #eaeaea;
}
.schNav ul {
  float: right;
  padding: 12px 0;
}
.schNav ul:after {
  content: "";
  display: table;
  clear: both;
}
.schNav ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  float: left;
  height: 20px;
  line-height: 20px;
}
.schNav ul li:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -5px;
  background: url("../img/sub/search_nav_arrow.png") no-repeat center center;
  background-size: cover;
}
.schNav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.schNav ul li:last-child:after {
  display: none;
}
.schCont {
  padding-top: 80px;
  padding-bottom: 160px;
}
.schTitle {
  text-align: center;
}
.schTitle h3 {
  font-size: 2.5rem;
}
.schTitle p {
  font-size: 0.813rem;
  color: #888;
  margin-top: 10px;
}
.schBar {
  padding-top: 80px;
  padding-bottom: 100px;
}
.schBar form {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-bottom: solid 3px #1f1f1f;
  position: relative;
  padding-right: 40px;
}
.schBar input[type="text"] {
  border: none;
  background: none;
  width: 100%;
  height: 60px;
  color: #999;
  font-size: 1.5rem;
  font-weight: 800;
}
.schBar a {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url("../img/sub/search_icon.png") no-repeat center center;
  background-size: 25px;
}
.schForm {
}
.schForm dl {
  margin-top: 20px;
  background: #f7f8fa;
  border: solid 1px #eaeaea;
  padding: 40px;
  text-align: center;
}
.schForm dl:first-child {
  margin-top: 0;
}
.schForm dl dt {
  font-size: 1.063rem;
}
.schForm dl dd {
  margin-top: 30px;
}
.schForm dl dd ul {
  display: inline-block;
}
.schForm dl dd ul:after {
  content: "";
  display: table;
  clear: both;
}
.schForm dl dd ul li {
  float: left;
}
.schForm dl dd ul.col2 li {
  width: 90px;
}
.schForm dl dd ul.col3 li {
  width: 180px;
}
.schForm dl dd ul.col5 li {
  width: 100px;
}
.schForm dl dd ul li input[type="radio"] {
  display: none;
}
.schForm dl dd ul li input[type="radio"] + label {
  display: block;
  height: 36px;
  line-height: 34px;
  margin-left: 0;
  background: #fff;
  border: solid 1px #ced5da;
  border-right: none;
  color: #555;
  font-size: 0.875rem;
}
.schForm dl dd ul li:last-child input[type="radio"] + label {
  border-right: solid 1px #ced5da;
}
.schForm dl dd ul li input[type="radio"]:checked + label {
  border: solid 2px #44465c !important;
  line-height: 32px;
  color: var(--color-dark);
  font-weight: 800;
}
.schAgr {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  padding-top: 5px;
}
.schAgr input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
.schAgr input[type="checkbox"] + label {
  font-size: 0.875rem;
}
.schSbmt {
  text-align: center;
  margin-top: 60px;
}
.schSbmt a {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  background: var(--color-form-checked);
  color: #fff;
  font-size: 1rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.schBox {
  border: solid 1px #eaeaea;
  background: #fcfbfb;
  padding: 50px 50px 70px;
}
.schTag {
  padding-bottom: 20px;
}
.schTag:after {
  content: "";
  display: table;
  clear: both;
}
.schTag li {
  float: left;
  margin-right: 4px;
}
.schTag li:last-child {
  margin-right: 0;
}
.schTag li span {
  display: block;
  height: 30px;
  line-height: 28px;
  border: solid 1px #999;
  padding: 0 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.schRslt {
  padding-top: 50px;
}
.schRslt h5 {
  font-size: 1.25rem;
}
.schRslt p {
  font-size: 0.938rem;
  margin-top: 10px;
}
.schRslt h6 {
  font-size: 1.063rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.schRslt th,
.schRslt td {
  border: solid 1px #dfe0e5;
  padding: 15px;
}
.schRslt th {
  text-align: center;
}
.schRslt thead th {
  background: #f7f8fa;
  padding: 15px 10px;
}
.schRslt ul {
  margin-top: 30px;
}
.schRslt ul li {
  color: #888;
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.schRslt ul li:last-child {
  margin-bottom: 0;
}
.schRslt ul li a {
  color: #555;
  text-decoration: underline;
}
.schSpcc {
  background: #eaf5f8;
  padding: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.schSpcc h5 {
  font-size: 1.375rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.schPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.schPop > div {
  display: table;
  width: 100%;
  height: 100%;
}
.schPop > div > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.scpCont {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.scpTop {
  position: relative;
  padding: 20px;
  border-bottom: solid 1px #e4e4e4;
}
.scpTop h5 {
  text-align: center;
  font-size: 1.375rem;
}
.scpTop a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-indent: -9999px;
  background: url("../img/sub/popup_close.png") no-repeat center center;
  background-size: 16px auto;
}
.scpTxt {
  padding: 30px;
}
.scpBtn {
  margin-top: 30px;
  text-align: center;
}
.scpBtn a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: var(--color-form-checked);
  color: #fff;
  font-size: 0.938rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media (max-width: 991px) {
  .schNav ul {
    padding: 8px 0;
  }
  .schCont {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .schTitle h3 {
    font-size: 2rem;
  }
  .schTitle p {
    font-size: 0.917rem;
  }
  .schBar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .schBar form {
    padding-right: 40px;
  }
  .schBar input[type="text"] {
    height: 40px;
    font-size: 2.5rem;
    font-size: 0.917rem;
    font-weight: 400;
  }
  .schBar a {
    display: block;
    width: 40px;
    height: 40px;
  }
  .schForm dl {
    padding: 30px 15px;
  }
  .schForm dl dt {
    font-size: 1rem;
  }
  .schForm dl dd {
    margin-top: 20px;
  }
  .schForm dl dd ul {
    display: block;
  }
  .schForm dl dd ul.col2 li {
    width: 50%;
  }
  .schForm dl dd ul.col3 li:nth-child(1) {
    width: 25%;
  }
  .schForm dl dd ul.col3 li:nth-child(2) {
    width: 50%;
  }
  .schForm dl dd ul.col3 li:nth-child(3) {
    width: 25%;
  }
  .schForm dl dd ul.col5 li {
    width: 33.3333%;
  }
  .schForm dl dd ul li input[type="radio"] + label {
    font-size: 0.833rem;
  }
  .schForm dl dd ul.col5 li:nth-child(3) input[type="radio"] + label {
    border-right: solid 1px #ced5da;
  }
  .schForm dl dd ul.col5 li:nth-child(4) input[type="radio"] + label,
  .schForm dl dd ul.col5 li:nth-child(5) input[type="radio"] + label {
    border-top-color: #fff;
  }
  .schAgr {
    padding-left: 33px;
    margin-top: 10px;
    padding-top: 0;
  }
  .schAgr input[type="checkbox"] + label {
    font-size: 0.833rem;
  }
  .schSbmt {
    margin-top: 30px;
  }
  .schBox {
    padding: 30px 20px;
  }
  .schTag {
    padding-bottom: 20px;
  }
  .schTag li {
    margin-bottom: 5px;
  }
  .schTag li span {
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 0.75rem;
  }
  .schRslt {
    padding-top: 20px;
  }
  .schRslt p {
    font-size: 0.833rem;
  }
  .schRslt h6 {
    font-size: 1rem;
    margin-top: 20px;
  }
  .schRslt th,
  .schRslt td {
    padding: 10px;
  }
  .schRslt thead th {
    padding: 5px;
  }
  .schRslt ul {
    margin-top: 15px;
  }
  .schRslt ul li {
    font-size: 0.833rem;
  }
  .schSpcc {
    padding: 15px;
  }
  .schSpcc h5 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .schPop > div > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .scpTop {
    padding: 15px 30px;
  }
  .scpTop h5 {
    font-size: 1rem;
  }
  .scpTop a {
    top: 15px;
    right: 15px;
  }
  .scpTxt {
    padding: 15px;
  }
  .scpBtn {
    margin-top: 15px;
  }
  .scpBtn a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 0.917rem;
  }
}

@media (max-width: 320px) {
  .schForm dl dd ul li input[type="radio"] + label {
    font-size: 0.75rem;
  }
}

/* subpage */
#subTop {
  height: 265px;
  background-size: cover !important;
}
#subTop.bg01 {
  background: url("../img/sub/sub_top_bg01.jpg") no-repeat center center;
}
#subTop.bg02 {
  background: url("../img/sub/sub_top_bg02.jpg") no-repeat center center;
}
#subTop.bg03 {
  background: url("../img/sub/sub_top_bg03.jpg") no-repeat center center;
}
#subTop.bg04 {
  background: url("../img/sub/sub_top_bg04.jpg") no-repeat center center;
}
#subTop.bg05 {
  background: url("../img/sub/sub_top_bg05.jpg") no-repeat center center;
}
#subTop.bg06 {
  background: url("../img/sub/sub_top_bg06.jpg") no-repeat center center;
}
#subTop.bg07 {
  background: url("../img/sub/sub_top_bg07.jpg") no-repeat center center;
  background-size: cover;
}
#subTop.bg08 {
  background: url("../img/sub/sub_top_bg08.jpg") no-repeat center center;
  background-size: cover;
}
.subTitle {
  height: 224px;
  line-height: 224px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
#subTop.bg100 {
  background: url("../img/sub/sub_top_bg001.png") no-repeat center center;
  background-size: cover;
}

.subNav {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.subNav ul {
  float: right;
}
.subNav ul:after {
  content: "";
  display: table;
  clear: both;
}
.subNav ul li {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.subNav ul li:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -5px;
  background: url("../img/sub/sub_nav_arrow.png") no-repeat center center;
  background-size: cover;
}
.subNav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.subNav ul li:last-child:after {
  display: none;
}
.subName {
  font-size: 1.75rem;
  margin-bottom: 30px;
}

.subName.introDecoTxt {
  font-size: 1.12rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #dabba5;
}

.emTxt {
  font-size: 1.062rem;
  line-height: 160%;
  padding-top: 1px;
}
.titTxt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}
#subCont {
  padding: 80px 0;
  min-height: calc(100vh - 538px);
}

@media (max-width: 991px) {
  #subTop {
    height: auto;
  }
  .subTitle {
    height: auto;
    line-height: 1.2em;
    font-size: 1.333rem;
    padding: 35px 0;
  }
  .subNav ul li {
    padding-right: 10px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
  }
  .subName {
    font-size: 1.667rem;
    margin-bottom: 20px;
  }
  #subCont {
    padding: 44px 0;
    min-height: calc(100vh - 364px);
  }
}

@media (max-width: 991px) {
  .subTitle {
    font-size: 1.5rem;
  }
}

/* 소개 */
.intTop {
  padding: 80px 0 140px;
}
.intTxt {
}
.intTxt h5 {
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 1.4em;
}

.intImg {
  margin-top: 60px;
}
.intImg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.intSgn {
  text-align: right;
  margin-top: 60px;
}
.intSgn span {
  font-size: 0.875rem;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  text-align: left;
  position: relative;
}
.intSgn span:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  right: 100%;
  top: 10px;
  margin-right: 10px;
}
.intSgn p {
  display: inline;
  vertical-align: middle;
  font-size: 1.75rem;
}
.intBot {
  background: #f7f8fa;
  padding-top: 60px;
  padding-bottom: 100px;
}
.intBot h5 {
  font-size: 1.375rem;
  text-align: center;
}
.intBot ul {
  margin: 0 -25px;
  padding-top: 40px;
}
.intBot ul:after {
  content: "";
  display: table;
  clear: both;
}
.intBot ul li {
  float: left;
  width: 33.3333%;
  padding: 0 25px;
}
.intBot ul li dl {
  border-top: solid 1px #888;
  position: relative;
  padding-top: 30px;
  padding-left: 60px;
}
.intBot ul li dl dt {
  font-family: "roboto", sans-serif;
  color: rgba(136, 136, 136, 0.4);
  font-size: 1.375rem;
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: 700;
}
.intBot ul li dl dd {
  font-size: 0.938rem;
  color: #555;
  line-height: 1.8em;
}
.intDsc {
  margin-top: 70px;
}
.intDsc dt {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 40px;
}
.intDsc dd {
  margin-top: 20px;
  border: solid 1px #d7dbe4;
  padding: 30px;
}
.intDsc dd h5 {
  font-size: 1.063rem;
  margin-bottom: 20px;
}
.intDsc dd ul {
}
.subDot > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 8px;
  font-size: 0.938rem;
}
.subDot > li:last-child {
  margin-bottom: 0;
}
.subDot > li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
.subDot > li span.blu {
  color: var(--color-info-dark);
  font-weight: 700;
}
.subDot > li span.gry {
  color: #888;
  font-weight: 700;
}

@media (max-width: 991px) {
  .intTop {
    padding: 26px 0;
  }
  .intTxt h5 {
    font-size: 1rem;
    line-height: 1.6em;
  }
  .intTxt h5 br {
    display: none;
  }
  .intTxt p {
    font-size: 1rem;
    margin-top: 20px;
    line-height: 1.6em;
  }
  .intSgn {
    margin-top: 30px;
  }
  .intSgn span {
    font-size: 0.75rem;
    margin-right: 10px;
    line-height: 1.3em;
  }
  .intSgn p {
    font-size: 1.5rem;
  }
  .intBot {
    padding-bottom: 60px;
  }
  .intBot h5 {
    font-size: 1.5rem;
  }
  .intBot ul {
    margin: 0;
    padding-top: 20px;
  }
  .intBot ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .intBot ul li:last-child {
    margin-bottom: 0;
  }
  .intBot ul li dl {
    padding-top: 10px;
    padding-left: 40px;
  }
  .intBot ul li dl dt {
    top: 15px;
  }
  .intBot ul li dl dd {
    font-size: 0.917rem;
  }
  .intImg {
    margin-top: 30px;
  }
  .intDsc {
    margin-top: 30px;
  }
  .intDsc dt {
    font-size: 1.167rem;
    margin-bottom: 20px;
  }
  .intDsc dd {
    margin-top: 15px;
    padding: 20px 15px;
  }
  .intDsc dd h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .subDot > li {
    font-size: 0.833rem;
  }
}

@media (max-width: 768px) {
  .intTxt p.lkTxt {
    margin-top: 0;
  }
}
/* 운영계획 */
.plnTitle {
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.plnList {
  margin: -10px;
}
.plnList table {
  border-collapse: separate;
  border-spacing: 10px;
}
.plnList thead th {
  background: var(--color-info-dark);
  color: #fff;
  font-size: 1.125rem;
  padding: 20px;
  position: relative;
}
.plnList thead th:first-child {
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  background: #36475f;
  background: -moz-linear-gradient(
    left,
    #36475f 0%,
    var(--color-info-dark) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #36475f 0%,
    var(--color-info-dark) 100%
  );
  background: linear-gradient(
    to right,
    #36475f 0%,
    var(--color-info-dark) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36475f', endColorstr='var(--color-info-dark)',GradientType=1 );
}
.plnList thead th:last-child {
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
}
.plnList thead th span {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
}
.plnList thead th:after {
  content: "";
  display: block;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: -24px;
  z-index: 1;
  background: url("../img/sub/plan_arrow.png") no-repeat center center;
  background-size: cover !important;
}
.plnList thead th:last-child:after {
  display: none;
}
.plnList tbody th,
.plnList tbody td {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.plnList tbody th {
  background: #354453;
  color: #fff;
}
.plnList tbody td {
  padding: 20px;
  vertical-align: top;
}
.plnList tbody tr:nth-child(even) td {
  background: #f7f8fa;
}
.plnList tbody tr:nth-child(odd) td {
  background: #ebeff7;
}
.plnTb {
  /* margin-top: 40px; */
}
.secTitle {
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.subTb th,
.subTb td {
  border: solid 1px #dfe0e5;
  text-align: left;
  padding: 10px;
  color: #555;
}
.subTb th {
  background: #f7f8fa;
}
.subDsc {
}
.subDsc li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 8px;
}
.subDsc li:last-child {
  margin-bottom: 0;
}
.subDsc li:before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #555;
  position: absolute;
  left: 0;
  top: 10px;
}
.subDsc li span {
  color: var(--color-info-dark);
  font-weight: 800;
}
.subTxt {
  margin-top: 15px;
  color: #888;
}

@media (max-width: 991px) {
  .plnTitle {
    font-size: 1.167rem;
    margin-bottom: 10px;
  }
  .plnList {
    margin: 0;
  }
  .plnList table,
  .plnList thead,
  .plnList tbody,
  .plnList tr,
  .plnList th,
  .plnList td {
    display: block !important;
    width: 100%;
  }
  .plnList thead th {
    font-size: 1.083rem;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
  }
  .plnList thead th:first-child {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .plnList thead th:last-child {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 0;
  }
  .plnList thead th span {
    font-size: 0.833rem;
  }
  .plnList thead th:after {
    display: none;
  }
  .plnList tbody th {
    background: none;
    color: #333;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.167rem;
    font-weight: 800;
  }
  .plnList tbody th br {
    display: none;
  }
  .plnList tbody td {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .plnList tbody td:nth-child(2) {
    padding: 20px 20px 0;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
  }
  .plnList tbody td:last-child {
    padding: 0 20px 20px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
  }
  .plnList tbody td:before {
    content: attr(data-th);
    display: block;
    font-size: 1rem;
    color: var(--color-info-dark);
    font-weight: 800;
    margin-bottom: 5px;
  }
  .plnTb {
    margin-top: 26px;
  }
  .secTitle {
    font-size: 1.167rem;
    margin-bottom: 10px;
  }
  .subTb th,
  .subTb td {
    padding: 5px;
  }
}

/* FAQ */

/* 26-03-10 추가 */
.no-data {
  margin-top: 60px;
}
/* 26-03-10 추가 */
.faqSch {
  padding-bottom: 20px;
  margin-top: 60px;
}
.faqSch:after {
  content: "";
  display: table;
  clear: both;
}
.faqSch dl {
  float: left;
}
.faqSch dl:after {
  content: "";
  display: table;
  clear: both;
}
.faqSch dl dt {
  float: left;
  width: 120px;
  margin-right: 6px;
}
.faqSch dl dt select {
  display: block;
  width: 100%;
  transition: all 0.2s ease;
}

.faqSch dl dt select:focus {
  outline: none;
}
.faqSch dl dt select:focus-visible {
  outline: var(--focus) solid 3px;
  outline-offset: 0px;
}
.faqSch dl dt select.mouse-focus:focus-visible {
  outline: none;
}
.faqSch dl dd input[type="text"]:focus {
  outline: none;
}
.faqSch dl dd input[type="text"]:focus-visible {
  outline: var(--focus) solid 3px;
  outline-offset: 0px;
}
.faqSch dl dd input[type="text"].mouse-focus:focus-visible {
  outline: none;
}
.faqSch dl dd input[type="text"]:focus,
.faqSch dl dt select:focus {
  border-color: #222;
}
.faqSch dl dd {
  float: left;
  width: 340px;
  position: relative;
}
.faqSch dl dd input[type="text"] {
  display: block;
  width: 100%;
  padding-right: 36px;
  transition: all 0.2s ease;
}
.faqSch dl dd a {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url("../img/sub/board_search.svg") no-repeat center center;
  background-size: 20px !important;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.faqSch dl dd a:hover,
.faqSch dl dd a:focus-visible {
  opacity: 1;
  border-radius: 2px;
}

.paging {
  margin-top: 50px;
  text-align: center;
}
.paging a {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: solid 1px #e2e2e2;
  border-radius: 2px;
  transition: var(--transition-fast);
}

.paging a:hover {
  background: var(--color-bg-hover);
}
.paging > a {
  display: inline-block;
  vertical-align: middle;
  background-size: 6px !important;
  text-indent: -9999px;
}
.paging > a.prev {
  background: url("../img/sub/paging_prev.png") no-repeat center center;
}
.paging > a.next {
  background: url("../img/sub/paging_next.png") no-repeat center center;
}
.paging ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.paging ul:after {
  content: "";
  display: table;
  clear: both;
}
.paging ul li {
  float: left;
  margin-right: 8px;
}
.paging ul li:last-child {
  margin-right: 0;
}
.paging ul li a {
  display: block;
}
.paging ul li a.on {
  background: #535a70;
  border-color: #535a70;
  color: #fff;
}

.paging > a.next:hover {
  background: var(--color-bg-hover) url(../img/sub/paging_next.png) no-repeat
    center center;
}
.paging > a.prev:hover {
  background: var(--color-bg-hover) url(../img/sub/paging_prev.png) no-repeat
    center center;
}

.faq {
  border-top: solid 1px #333;
}
.faq dl dt {
  padding: 30px 60px;
  border-bottom: solid 1px #eee;
  font-size: 1.125rem;
  line-height: 1.6em;
  position: relative;
  cursor: pointer;
}
.faq dl dt:before {
  content: "Q";
  display: block;
  font-size: 1.375rem;
  color: var(--color-info-dark);
  position: absolute;
  left: 30px;
  top: 30px;
}
.faq dl dt:after {
  content: "";
  display: block;
  width: 21px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background: url("../img/sub/faq_arrow.png") no-repeat center bottom;
  background-size: 100% auto !important;
}
.faq dl dt.on:after {
  background-position: center top;
}
.faq dl dt strong {
  color: var(--color-info-dark);
}
.faq dl dd {
  display: none;
  background: #f7f8fa;
  padding: 30px 60px;
  border-bottom: solid 1px #eee;
  font-size: 0.938rem;
  line-height: 1.7em;
  position: relative;
}
.faq dl dd:before {
  content: "A";
  display: block;
  font-size: 1.375rem;
  color: #4f7adc;
  position: absolute;
  left: 30px;
  top: 30px;
}

@media (max-width: 991px) {
  .faqSch {
    margin-top: 30px;
  }
  .faqSch dl {
    float: none;
  }
  .faqSch dl dt {
    width: 30%;
    margin-right: 0;
    padding-right: 5px;
  }
  .faqSch dl dd {
    width: 70%;
  }
  .paging {
    margin-top: 20px;
  }
  .paging a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .paging ul {
    margin: 0 5px;
  }
  .paging ul li {
    margin-right: 5px;
  }
  .faq dl dt {
    padding: 10px 30px;
    font-size: 0.917rem;
  }
  .faq dl dt:before {
    font-size: 1.167rem;
    left: 5px;
    top: 10px;
  }
  .faq dl dt:after {
    width: 10px;
    height: 6px;
    right: 5px;
    margin-top: -3px;
  }
  .faq dl dd {
    padding: 10px 30px;
    font-size: 0.833rem;
  }
  .faq dl dd:before {
    font-size: 1.167rem;
    left: 5px;
    top: 10px;
  }
}

/* 1:1문의하기 */
.qaForm {
  border-top: solid 1px #333;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}
.qaRow input {
  width: 100%;
}
.qaRow:after {
  content: "";
  display: table;
  clear: both;
}
.qaCol {
  float: left;
  padding: 6px 10px 6px 100px;
  position: relative;
}
.qaCol.col1 {
  width: 33.3333%;
}
.qaCol.col2 {
  width: 50%;
}
.qaCol.col3 {
  width: 100%;
}
.qaCol > label {
  display: block;
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.qaCol input[type="text"],
.qaCol select {
  display: block;
  width: 100%;
}
.qaCol textarea {
  display: block;
  width: 100%;
  height: 220px;
  resize: none;
}
.qaInfo {
  margin-top: 50px;
  background: #fcfbfb;
  padding: 30px;
}
.qaInfo h4 {
  font-size: 1.25rem;
  font-weight: 800;
}
.qaInfo h5 {
  font-size: 1.063rem;
  font-weight: 600;
  margin-top: 20px;
}
.qaInfo p {
  font-size: 0.938rem;
  line-height: 1.7em;
  margin-top: 30px;
}
.qaInfo table {
  margin-top: 20px;
}
.qaInfo th,
.qaInfo td {
  border: solid 1px #dfe0e5;
  padding: 10px;
  text-align: center;
}
.qaInfo th {
  background: #f7f8fa;
  color: #555;
}
.qaInfo td {
  background: #fff;
}
.qaAgr {
  margin-top: 20px;
}
.qaAgr:after {
  content: "";
  display: table;
  clear: both;
}
.qaAgr li {
  float: left;
  margin-right: 35px;
}
.qaAgr li:last-child {
  margin-right: 0;
}
.qaAgr li input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: solid 1px #ddd;
  background: url("../img/common/checkbox.png") no-repeat center center;
  background-size: 16px auto !important;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.qaAgr li input[type="radio"]:checked {
  background: var(--color-form-checked) url("../img/common/checkbox_on.png")
    no-repeat center center;
  background-size: 16px auto !important;
  border-color: var(--color-form-checked);
}
.qaAgr li input[type="radio"]:checked:after {
  display: none;
}
.qaAgr li input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  font-size: 1.083rem;
  font-weight: 600;
  margin-left: 10px;
}

.qaBtn {
  text-align: center;
  margin-top: 50px;
}
.qaBtn li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.qaBtn li a {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 45px;
  color: #fff;
  font-size: 1rem;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.qaBtn li:nth-child(1) a {
  background: var(--color-btn-gray);
  transition: var(--transition-fast);
}

.qaBtn li:nth-child(1) a:hover {
  background-color: var(--color-btn-gray-hover);
}
.qaBtn li:nth-child(2) a {
  background: var(--color-form-checked);
  transition: var(--transition-fast);
}

.qaBtn li:nth-child(2) a:hover {
  background: var(--color-form-checked-hover);
}

.rqSch {
  margin-top: 40px;
  margin-bottom: -50px;
}
.qaWrt {
  margin-top: 30px;
  text-align: right;
}
.qaWrt a {
  display: inline-block;
  width: 150px;
  height: 44px;
  line-height: 45px;
  text-align: center;
  background: var(--color-form-checked);
  font-size: 1rem;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: var(--transition-fast);
}
.qaWrt a:hover {
  background: var(--color-form-checked-hover);
}

.qaAswr {
  background: #f7f8fa;
  padding: 25px;
}
.qaAswrSpan {
  display: block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: var(--color-info-dark);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.qaAswr p {
  margin-top: 15px;
  font-size: 0.938rem;
}
.qaRdo {
  height: 36px;
  padding-top: 5px;
}
.qaRdo:after {
  content: "";
  display: table;
  clear: both;
}
.qaRdo li {
  float: left;
  margin-right: 20px;
}
.qaRdo li:last-child {
  margin-right: 0;
}
.qaRdo li input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background-size: 10px auto !important;
}
.qaDsc {
  color: #999;
}
.qaPw {
  color: #f73535;
  text-align: left;
  line-height: 36px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .qaForm {
    padding: 10px 0;
  }
  .qaCol {
    float: none;
    padding: 5px 0px 5px 93px;
  }
  .qaCol.col1 {
    width: 100%;
  }
  .qaCol.col2 {
    width: 100%;
  }
  .qaCol label {
    left: 0;
    top: 5px;
    font-size: 0.833rem;
  }
  .qaCol.qaText {
    padding-left: 0;
  }
  .qaCol.qaText label {
    position: static;
  }
  .qaCol textarea {
    height: 180px;
  }
  .qaInfo {
    margin-top: 20px;
    padding: 0;
    background: none;
  }
  .qaInfo h4 {
    font-size: 1.167rem;
  }
  .qaInfo h5 {
    font-size: 0.917rem;
    margin-top: 10px;
  }
  .qaInfo p {
    font-size: 0.833rem;
    line-height: 1.6em;
    margin-top: 20px;
  }
  .qaInfo th,
  .qaInfo td {
    padding: 5px;
  }
  .qaAgr {
    margin-top: 15px;
  }
  .qaAgr li {
    margin-right: 0;
    float: none;
    margin-bottom: 5px;
  }
  .qaAgr li:last-child {
    margin-bottom: 0;
  }
  .qaAgr li input[type="radio"] + label {
    font-size: 0.917rem;
    margin-left: 5px;
  }
  .qaBtn {
    margin-top: 30px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .qaBtn:after {
    /* content: ""; */
    /* display: table; */
    /* clear: both; */
  }
  .qaBtn li {
    display: block;
    margin: 0;
    padding: 0 3px;
    float: left;
    width: 50%;
  }
  .qaBtn li a {
    min-width: 100px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.917rem;
  }
  .rqSch {
    margin-top: 30px;
    margin-bottom: -20px;
  }
  .qaWrt {
    margin-top: 10px;
  }
  .qaWrt a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 0.917rem;
  }
  .qaAswr {
    padding: 15px;
  }
  .qaAswr span {
    font-size: 0.833rem;
  }
  .qaAswr p {
    font-size: 0.833rem;
  }
  .qaPw {
    line-height: 1.2em;
  }
}

/* 파일첨부 */

.file-upload-btn {
  user-select: auto !important;
  display: inline-block;
  background: #efefef;
  min-width: 90px;
  text-align: center;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #767676;
  cursor: pointer;
  transition: var(--transition-fast);
}

.file-upload-btn:hover {
  background: #e0e0e0;
}

.file-attached-item img {
  margin-right: 5px;
}

.file-attached-name {
  font-size: 0.938rem;
  cursor: default;
}

.file-attached-size {
  margin-left: 5px;
  opacity: 0.5;
  cursor: default;
}

.file-attached-item {
  display: flex;
  padding: 2px 4px;
  width: fit-content;
  align-items: center;
  border-radius: 4px;
  transition: var(--transition-fast);
}
.file-attached-item:hover {
  background: #faf5f7f7;
}

#fileLayer .btnFileDel {
  color: var(--color-text-body);
  cursor: pointer;
  transition: var(--transition-fast);
  opacity: 0.6;
  margin-left: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  text-align: center;
}
.btnFileDel:hover {
  opacity: 1;
}

/* 조직 및 기능 */
.orgBox {
  background: #f7f8fa;
  padding: 40px 40px 60px;
}
.orgBox > h3 {
  font-size: 1.375rem;
  text-align: center;
}
.orgTop {
  margin-top: 30px;
  padding-bottom: 45px;
}
.orgTop > li {
  width: 350px;
  margin: 0 auto 45px;
  position: relative;
}
.orgTop > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: #c6cad0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.orgTop > li:last-child {
  margin-bottom: 0;
}
.orgTop > li h3 {
  height: 84px;
  text-indent: -9999px;
  border: solid 1px #d7dbe4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff url("../img/common/gnb_logo.png") no-repeat center center;
  background-size: 303px auto !important;
}
.orgTop > li h4 {
  width: 100%;
  height: 75px;
  font-size: 1rem;
  font-weight: 600;
  display: table;
  background: var(--color-info-dark);
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.orgTop > li h4 span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.orgDrct {
  width: 170px;
  height: 75px;
  line-height: 73px;
  background: #fff;
  text-align: center;
  border: solid 1px #c6cad0;
  color: #354453;
  font-weight: 800;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.orgDrct:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c6cad0;
  position: absolute;
  left: 100%;
  top: 50%;
}
.orgDrct2 {
  width: 170px;
  height: 75px;
  line-height: 73px;
  background: #fff;
  text-align: center;
  border: solid 1px #c6cad0;
  color: #354453;
  font-weight: 800;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.orgDrct2:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c6cad0;
  position: absolute;
  right: 100%;
  top: 50%;
}
.orgMem {
  width: 340px;
  height: 195px;
  background: #fff;
  text-align: center;
  border: solid 1px #c6cad0;
  text-align: left;
  padding: 20px;
  position: absolute;
  left: 100%;
  bottom: 0;
  margin-left: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.orgMem:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c6cad0;
  position: absolute;
  right: 100%;
  bottom: 37px;
}
.orgMem h5 {
  font-size: 1rem;
  color: #354453;
}
.orgMem p {
  margin-top: 5px;
  line-height: 1.4em;
}
.orgMem ul {
  margin-top: 5px;
}
.orgMem ul li {
  margin-bottom: 0;
}
.orgBot {
  margin: 0 -4px;
  position: relative;
  padding-top: 120px;
}
.orgBot:after {
  content: "";
  display: table;
  clear: both;
}
.orgBot:before {
  content: "";
  display: block;
  height: 1px;
  background: #c6cad0;
  position: absolute;
  left: 20%;
  right: 10%;
  top: 0;
}
.orgBot > li {
  float: left;
  width: 20%;
  position: relative;
}
.orgBot > li:nth-child(1) {
  position: absolute;
  left: 10%;
  top: 0;
  margin-top: 23px;
}
.orgBot > li:nth-child(2) {
  padding-right: 5px;
}
.orgBot > li:nth-child(3) {
  padding-left: 5px;
  padding-right: 10px;
}
.orgBot > li:nth-child(4) {
  padding-left: 10px;
  padding-right: 5px;
}
.orgBot > li:nth-child(5) {
  padding-left: 5px;
  padding-right: 5px;
}
.orgBot > li:nth-child(6) {
  padding-left: 5px;
}
.orgBot > li:before {
  content: "";
  display: block;
  background: #c6cad0;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 100%;
}
.orgBot > li:nth-child(1):before {
  height: 23px;
}
.orgBot > li:nth-child(2):before {
  height: 23px;
  margin-left: 25%;
}
.orgBot > li:nth-child(3):before {
  height: 23px;
  margin-left: -25%;
}
.orgBot > li:nth-child(5):before {
  height: 120px;
}
.orgBot > li:nth-child(6):before {
  height: 120px;
}

.orgBot > li > div {
}
.orgHead {
  display: table;
  width: 100%;
  height: 74px;
  background: #354453;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}
.orgHead > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.orgHead h5 {
  font-size: 0.938rem;
  font-weight: 600;
}
.orgHead p {
}
.orgTxt {
  background: #fff;
  padding: 20px 15px;
  border: solid 1px #d7dbe4;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
}
.orgTxt ul {
  height: 160px;
}
.orgMid .orgHead {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media (max-width: 991px) {
  .orgBox {
    padding: 30px 15px;
  }
  .orgBox > h3 {
    font-size: 1.167rem;
  }
  .orgTop {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .orgTop > li {
    width: 50%;
    margin: 0 auto 30px;
  }
  .orgTop > li:after {
    height: 30px;
  }
  .orgTop > li:last-child:after {
    height: auto;
    top: 0;
    bottom: -20px;
    z-index: 0;
  }
  .orgTop > li:first-child {
    width: 100%;
  }
  .orgTop > li h3 {
    height: 60px;
    background-size: 75% auto !important;
  }
  .orgTop > li h4 {
    height: auto;
    display: block;
    padding: 15px;
    font-size: 0.833rem;
    position: relative;
    z-index: 1;
  }
  .orgTop > li h4 span {
    display: block;
  }
  .orgDrct {
    width: 50%;
    height: 44px;
    position: relative;
    line-height: 1.2em;
    right: 50%;
    top: 0;
    margin-top: 10px;
    padding: 5px 10px;
  }
  .orgDrct:after {
    width: 40px;
  }
  .orgDrct:before {
    content: "";
    display: block;
    background: #c6cad0;
    width: 1px;
    height: 33px;
    left: 100%;
    bottom: 50%;
    margin-left: 40px;
    margin-bottom: -1px;
    position: absolute;
  }
  .orgDrct2 {
    width: 50%;
    height: 44px;
    position: relative;
    line-height: 1.2em;
    left: 100%;
    margin-left: 0;
    top: 0;
    margin-top: -44px;
    padding: 5px 10px;
  }
  .orgDrct2:after {
    width: 40px;
  }
  .orgDrct2:before {
    content: "";
    display: block;
    background: #c6cad0;
    width: 1px;
    height: 33px;
    right: 100%;
    margin-right: 40px;
    bottom: 50%;
    margin-left: 40px;
    margin-bottom: -1px;
    position: absolute;
  }
  .orgMem {
    width: 90%;
    height: auto;
    padding: 10px;
    position: relative;
    left: 50%;
    margin-left: 10%;
  }
  .orgMem:after {
    width: 1px;
    height: 55px;
    right: 75%;
    bottom: 100%;
  }
  .orgMem h5 {
    font-size: 0.917rem;
    color: #354453;
  }
  .orgMem p {
    font-size: 0.75rem;
  }
  .orgMem ul li {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .orgBot {
    margin: 0;
    padding-top: 0;
    padding-left: 30px;
  }
  .orgBot:before {
    width: 50%;
    position: absolute;
    left: 0%;
    top: 0;
  }
  .orgBot > li {
    float: none;
    width: 100%;
    position: relative;
    padding-top: 20px;
  }
  .orgBot > li:nth-child(1) {
    position: relative;
    margin-top: 0;
    left: 0;
  }
  .orgBot > li:nth-child(2),
  .orgBot > li:nth-child(3),
  .orgBot > li:nth-child(4),
  .orgBot > li:nth-child(5),
  .orgBot > li:nth-child(6) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .orgBot > li:before {
    left: -30px;
    top: 0;
    bottom: 0;
  }
  .orgBot > li:after {
    content: "";
    display: block;
    background: #c6cad0;
    position: absolute;
    left: -30px;
    top: 45px;
    width: 30px;
    height: 1px;
  }
  .orgBot > li:nth-child(1):before {
    height: auto;
    height: 40px;
  }
  .orgBot > li:nth-child(1):after {
    top: 40px;
  }
  .orgBot > li:nth-child(1) .orgHead:before {
    /* content: ''; display: block; background: #c6cad0; position: absolute; left: -30px; bottom: 20px; width: 30px; height: 1px; */
  }
  .orgBot > li:nth-child(2):before {
    height: auto;
    margin-left: 0;
    top: -40px;
  }
  .orgBot > li:nth-child(3):before {
    height: auto;
    margin-left: 0;
  }
  .orgBot > li:nth-child(2):after,
  .orgBot > li:nth-child(3):after {
    height: 20px;
    margin-left: 0;
    left: 50%;
    top: 0;
    width: 1px;
  }
  .orgBot > li:nth-child(4):before {
    height: auto;
  }
  .orgBot > li:nth-child(5):before {
    height: auto;
  }
  .orgBot > li:nth-child(6):before {
    height: auto;
    height: 45px;
  }
  .orgHead {
    display: block;
    height: auto;
    padding: 10px 0;
    position: relative;
  }
  .orgHead > div {
    display: block;
  }
  .orgHead h5 {
    font-size: 0.917rem;
  }
  .orgHead p {
    font-size: 0.75rem;
  }
  .orgTxt {
    padding: 10px;
  }
  .orgTxt ul {
    height: auto;
  }
}

/* 공지사항 */
.subTab {
}
.subTab:after {
  content: "";
  display: table;
  clear: both;
}
.subTab li {
  float: left;
}
.subTab.col7 li {
  width: 14.28%;
}
.subTab.col6 li {
  width: 16.6666%;
}
.subTab.col5 li {
  width: 20%;
}
.subTab.col4 li {
  width: 25%;
}
.subTab.col3 li {
  width: 33.3333%;
}
.subTab.col2 li {
  width: 50%;
}
.subTab li a {
  /* display: block;
  height: 50px;
  line-height: 47px;
  text-align: center;
  border: solid 1px #e8e8e8;
  border-bottom: solid 2px #44465c;
  background: #fcfbfb;
  color: #999;
  font-size: 0.917rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 2px;
  color: var(--color-text-secondary);
  background-color: var(--color-bg-hover);
  border-right: 2px solid #fff;
  transition: all 0.15s ease;
}
.subTab li a.on {
  background: var(--color-primary500);
  color: #fff;
  font-weight: 600;
}

.subTab li a:not(.on):hover {
  background-color: var(--color-primary20);
  color: var(--color-primary500);
}

.bdTb {
  border-top: solid 1px #333;
  margin-top: 50px;
}
.bdTb th,
.bdTb td {
  padding: 12px 16px;
  border-bottom: solid 1px #eee;
  text-align: center;
  font-size: 0.938rem;
}
.bdTb th {
  color: #7e7e7e;
}
.bdTb td {
  color: #555;
}

.bdTb tr:hover td {
  background-color: #faf5f782;
}

/* 번호 */
td.bdtNoti {
  width: 100px;
}

/* 분류 */
td.cl {
  width: 140px;
}

/* 첨부파일 */
td.bdtFile {
  width: 140px;
}

/* 다운로드수 */
td.bdtDwn {
  width: 100px;
}

/* 등록일 */
td.bdtDate {
  width: 120px;
}

/* 조회수 */
td.bdtView {
  width: 100px;
}

.bdTb td.cl {
  white-space: nowrap;
  width: auto;
  min-width: fit-content;
}

.bdTb tr.noti th,
.bdTb tr.noti td,
.bdTb tr.noti td.bdtTitle a {
  color: #000;
}
.bdTb td.bdtNoti {
  background-color: transparent;
}
.bdTb td.bdtTitle {
  text-align: left;
}
.bdTb td.bdtTitle a {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0;
}
.bdTb td.bdtUser {
}
.bdTb td.bdtDate {
}
.bdTb td.bdtView {
}

.brdSch {
  width: 100%;
  max-width: 540px;
  margin: 50px auto 0;
  position: relative;
  padding-left: 130px;
  padding-right: 80px;
}
.brdSch select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  transition: border-color 0.2s ease;
}
.brdSch input[type="text"] {
  display: block;
  width: 100%;
  transition: border-color 0.2s ease;
}
.brdSch select:focus {
  outline: none;
}
.brdSch select:focus-visible {
  outline: var(--focus) solid 3px;
  outline-offset: 0px;
}
.brdSch select.mouse-focus:focus-visible {
  outline: none;
}
.brdSch input[type="text"]:focus {
  outline: none;
}
.brdSch input[type="text"]:focus-visible {
  outline: var(--focus) solid 3px;
  outline-offset: 0px;
}
.brdSch input[type="text"].mouse-focus:focus-visible {
  outline: none;
}
.brdSch input[type="text"]:focus,
.brdSch select:focus {
  border-color: #222;
}
.brdSch a {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 75px;
  background: var(--color-dark);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
}
.brdSch a:hover {
  background-color: var(--color-primary700);
}

.bdView {
  margin-top: 50px;
  border-top: solid 2px #333;
}

/* 상세페이지 타이틀 상단카테고리 */
.bdv-category {
  display: inline-block;
  color: var(--color-primary540);
  margin-bottom: 5px;
}

.bdvTop {
  padding: 38px 20px 34px;
  border-bottom: solid 1px #e4e4e4;
}
.bdvTop h5 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4em;
}
.bdvTop ul {
  margin-top: 22px;
}
.bdvTop ul:after {
  content: "";
  display: table;
  clear: both;
}
.bdvTop ul li {
  color: #555;
  font-size: 0.875rem;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.bdvTop ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.bdvTop ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #e4e4e4;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.bdvTop ul li:last-child:after {
  display: none;
}
.bdvTxt {
  padding: 50px 20px 100px;
  font-size: 0.938rem;
  /* max-width: 700px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.bdvTxt img {
  max-width: 100%;
}
.bdvNav {
  border-bottom: solid 1px #ddd;
}
.bdvNav li {
  border-top: solid 1px #eee;
  padding: 15px 0;
  font-size: 0.938rem;
}
.bdvNav li dl {
  width: 100%;
  position: relative;
  padding-left: 80px;
  padding-right: 120px;
}
.bdvNav li dl dt,
.bdvNav li dl dd {
  padding: 0 20px;
}
.bdvNav li dl dt {
  color: #888;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.bdvNav li dl dd {
  text-align: left;
}
.bdvNav li dl dd:last-child {
  width: 120px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.bdvNav li dl dd a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bdvBtn {
  margin-top: 60px;
}
.bdvBtn a {
  display: block;
  width: 150px;
  height: 44px;
  line-height: 45px;
  margin: 0 auto;
  background: var(--color-form-checked);
  color: #fff;
  text-align: center;
  font-size: 0.938rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.bdvFile {
  background: #f7f8fa;
  border-bottom: solid 1px #e4e4e4;
  position: relative;
  padding-left: 150px;
}
.bdvFile dt {
  padding: 15px;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.938rem;
}
.bdvFile dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
  width: 18px;
  height: 21px;
  background: url("../img/sub/board_view_file.png") no-repeat center center;
}
.bdvFile dd {
  padding: 15px 15px 10px;
}
.bdvFile dd a {
  color: var(--color-info-dark);
  text-decoration: underline;
  font-size: 0.938rem;
  display: block;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  margin-right: 10px;
}
.bdvFile dd a:last-of-type {
  margin-bottom: 0;
}

.bdvFile dd a img {
  margin-right: 4px;
  margin-bottom: 1px;
  width: 18px;
}

@media (max-width: 991px) {
  .bdTb tr:hover td {
    background-color: transparent;
  }
  .bdTb tr:hover td.bdtNoti {
    background-color: #aaa;
  }

  .subTab li a {
    min-height: 48px;
    line-height: 1.3;
    /* border-bottom: solid 1px #44465c; */
    font-size: 0.813rem;
    word-break: break-all;
    padding: 6px 4px;
    text-align: center;
  }
  .subTab li a.on {
    border: solid 1px #44465c;
    border-bottom-color: #fff;
  }
  .subTab.col7 li {
    width: 25%;
  }
  .subTab.col6 li {
    width: 33.3333%;
  }
  .subTab.col6 li a {
    border-bottom-color: #e8e8e8;
  }
  .subTab.col6 li:nth-child(1) a,
  .subTab.col6 li:nth-child(2) a,
  .subTab.col6 li:nth-child(3) a {
    border-bottom-color: #fcfbfb;
  }
  .subTab.col6 li a.on {
    border-bottom-color: #44465c;
  }
  .bdTb {
    margin-top: 15px;
  }
  .bdTb,
  .bdTb tbody,
  .bdTb tr,
  .bdTb th,
  .bdTb td {
    display: block;
    width: 100%;
  }
  .bdTb colgroup,
  .bdTb thead {
    display: none;
  }
  .bdTb tr {
    border-bottom: solid 1px #ddd;
    padding: 16px 6px;
    position: relative;
  }
  .bdTb tr:empty {
    display: none;
  }
  .bdTb th,
  .bdTb td {
    padding: 0;
    border-bottom: none;
    text-align: left;
    font-size: 0.833rem;
  }
  .bdTb td.bdtNoti {
    width: auto;
    display: inline-block;
    background: #aaa;
    color: #fff;
    font-size: 0.75rem;
    padding: 1px 5px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 8px;
  }
  .bdTb td.bdtNoti:before {
    content: "No. ";
  }
  .bdTb tr.noti td.bdtNoti:before {
    display: none;
  }
  .bdTb tr.noti td.bdtNoti {
    background: #666;
    color: #fff;
  }
  .bdTb td.cl {
    margin-top: -2px;
  }
  .bdTb td.bdtTitle a {
    font-size: 1rem;
    margin-top: 2px;
    margin-bottom: 4px;
    font-weight: 600;
  }
  .bdTb td.bdtUser {
    position: absolute;
    right: 6px;
    top: 10px;
    width: auto;
    font-size: 0.75rem;
  }
  .bdTb td.bdtDate {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0.75rem;
    padding-right: 8px;
    margin-right: 6px;
    position: relative;
  }
  .bdTb td.bdtDate:before {
    content: "등록일 : ";
  }
  .bdTb td.bdtDate:after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #aaa;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .bdTb td.bdtView {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0.875rem;
  }
  .bdTb td.bdtView:before {
    content: "조회수 : ";
  }
  .bdTb td.bdtFile {
    width: auto;
    position: absolute;
    right: 4px;
    top: 10px;
  }

  .bdTb td.bdtFile img {
    width: 18px;
  }
  .bdTb td.bdtDwn {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem;
    padding-right: 8px;
    margin-right: 6px;
    position: relative;
  }
  .bdTb td.bdtDwn:before {
    content: "다운로드 : ";
  }
  .bdTb td.bdtDwn:after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #aaa;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .brdSch {
    margin: 20px auto 0;
    padding-left: 95px;
    padding-right: 55px;
  }
  .brdSch select {
    width: 90px;
  }
  .brdSch input[type="text"] {
    display: block;
    width: 100%;
  }
  .brdSch a {
    width: 50px;
  }
  .bdView {
    margin-top: 15px;
  }
  .bdvTop {
    padding: 15px 0;
  }
  .bdvTop h5 {
    font-size: 1.083rem;
  }
  .bdvTop ul {
    margin-top: 10px;
  }
  .bdvTop ul li {
    font-size: 0.75rem;
  }
  .bdvTop ul li:after {
    height: 10px;
    margin-top: -5px;
  }
  .bdvTxt {
    padding: 30px 0 60px;
  }
  .bdvNav li {
    padding: 10px 0;
    font-size: 0.75rem;
  }
  .bdvNav li dl {
    padding-left: 50px;
    padding-right: 80px;
  }
  .bdvNav li dl dt,
  .bdvNav li dl dd {
    padding: 0;
  }
  .bdvNav li dl dt {
    width: 50px;
  }
  .bdvNav li dl dd:last-child {
    width: 80px;
  }
  .bdvBtn {
    margin-top: 30px;
  }
  .bdvBtn a {
    width: 40%;
  }
  .bdvFile {
    padding-left: 70px;
  }
  .bdvFile dt {
    padding: 10px;
    width: 70px;
    font-size: 0.833rem;
  }
  .bdvFile dt:before {
    display: none;
  }
  .bdvFile dd {
    padding: 10px;
  }
  .bdvFile dd a {
    font-size: 0.833rem;
  }
}

/* 독성물질검색 */
.txSch {
  background: #ebeff7;
  border: solid 1px #cfdae5;
  margin-top: 30px;
  padding: 19px 24px;
}
.txsTb {
}
.txsTb th,
.txsTb td {
  padding: 5px;
}
.txsTb th {
  text-align: left;
}
.txsTb td {
}
.txsTb td input[type="text"] {
  display: block;
  width: 100%;
}
.txsGubun {
}
.txsGubun:after {
  content: "";
  display: table;
  clear: both;
}
.txsGubun li {
  float: left;
}
.txsGubun li input[type="radio"] {
  display: none;
}
.txsGubun li input[type="radio"] + label {
  display: block;
  width: 86px;
  height: 36px;
  line-height: 34px;
  border: solid 1px #ced5da;
  background: #fff;
  margin-left: 0;
  text-align: center;
  border-right-color: #fff;
}
.txsGubun li:last-child input[type="radio"] + label {
  border-right-color: #ced5da;
}
.txsGubun li input[type="radio"]:checked + label {
  border: solid 2px #44465c;
  line-height: 32px;
  color: var(--color-dark);
  font-weight: 800;
}
.txsBtn {
  margin-top: 16px;
  text-align: right;
}
.txsBtn li {
  display: inline-block;
}
.txsBtn li a {
  display: block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  width: 110px;
  font-size: 0.938rem;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.txsBtn li a span {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  margin-top: -1px;
}
.txsBtn li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 15px;
  margin-right: 5px;
  margin-top: -2px;
}
.txsBtn li a.txsSch {
  background: var(--color-form-checked);
}
.txsBtn li a.txsSch:before {
  background: url("../img/sub/ico_search.png") no-repeat center center;
}
.txsBtn li a.txsRst {
  background: var(--color-btn-gray);
}
.txsBtn li a.txsRst:before {
  background: url("../img/sub/ico_reset.png") no-repeat center center;
}

.txrTitle {
  margin-top: 60px;
}
.txrTitle h5 {
  display: inline;
  vertical-align: bottom;
  font-size: 1.25rem;
}
.txrTitle p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.813rem;
  color: #888;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.txrTitle p:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.txRst {
  margin-top: 20px;
  overflow-y: auto;
}
.txRst.over .txrTb {
  width: 1800px;
}
.txrTb {
}
.txrTb th,
.txrTb td {
  text-align: center;
  font-size: 0.813rem;
  line-height: 1.4em;
}
.txrTb th {
  border: solid 1px #bbbbc5;
  background: #f7f8fa;
  padding: 5px;
}
.txrTb td {
  border: solid 1px #dfe0e5;
  padding: 10px;
}
.txrTb td a {
  font-weight: 600;
}
.txrTb td p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

html.pop,
body.pop {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.txPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 0;
  overflow-y: auto;
}
.txPop > div {
  display: table;
  width: 100%;
  height: 100%;
}
.txPop > div > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.txpBox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.txpTop {
  position: relative;
  padding: 0 60px;
  border-bottom: solid 1px #e4e4e4;
  background: #eef2f9;
}
.txpTop h4 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.375rem;
}
.txpCls {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url("../img/sub/popup_close.png") no-repeat center center;
  background-size: 16px auto;
}
.txpTitle {
  background: #eef2f9;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
.txpTitle h5 {
  font-size: 1.75rem;
  margin-top: 5px;
}
.txpTitle p {
  font-size: 1.125rem;
  font-weight: 600;
}
.txpCont {
  padding: 30px;
}
.txpCont h5 {
  font-size: 1.25rem;
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.txpTb {
}
.txpTb th,
.txpTb td {
  padding: 30px 0;
  border-top: solid 1px #eaeaea;
  vertical-align: top;
}
.txpTb tr:first-child th,
.txpTb tr:first-child td {
  border-top: none;
}
.txpTb th {
  width: 200px;
  font-size: 1.063rem;
  text-align: left;
}
.txpTb td {
}
.txpTb2 {
}
.txpTb2 th,
.txpTb2 td {
  border: solid 1px #dfe0e5 !important;
  padding: 10px;
  vertical-align: middle;
}
.txpTb2 th {
  background: #f7f8fa;
  width: 150px;
  font-size: 0.875rem;
  color: #555;
}
.txpTb2 td {
}
.txpTb2 td dl {
  display: table;
  width: 100%;
  font-size: 0.875rem;
}
.txpTb2 td dl dt {
  display: table-cell;
  vertical-align: top;
  color: #555;
  padding-right: 20px;
  width: 75%;
}
.txpTb2 td dl dd {
  display: table-cell;
  vertical-align: top;
  color: #888;
}
.txpTb2 td img {
  max-width: 100%;
}

.dsSch {
  background: #ebeff7;
  border: solid 1px #cfdae5;
  padding: 38px 94px;
  margin-top: 40px;
}
.dssInr {
  position: relative;
  padding-right: 237px;
}
.dssInr input[type="text"] {
  display: block;
  width: 100%;
  border: solid 1px #ced5da;
}
.dssBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.dssBtn li {
  display: inline-block;
}
.dssBtn li a {
  display: block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  width: 110px;
  font-size: 0.938rem;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dssBtn li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
.dssBtn li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 15px;
  margin-right: 5px;
  margin-top: -2px;
}
.dssBtn li a.txsSch {
  background: var(--color-form-checked);
}
.dssBtn li a.txsSch:before {
  background: url("../img/sub/ico_search.png") no-repeat center center;
}
.dssBtn li a.txsRst {
  background: var(--color-btn-gray);
}
.dssBtn li a.txsRst:before {
  background: url("../img/sub/ico_reset.png") no-repeat center center;
}
.txAlgn {
  display: inline-block;
  text-indent: -9999px;
  width: 8px;
  height: 5px;
  margin-left: 3px;
  background: url("../img/sub/align_toggle.png") no-repeat center bottom;
  background-size: 100% auto !important;
}
.txAlgn.on {
  background-position: center top;
}
.txMore {
  text-align: center;
  margin-top: 20px;
}
.txMore a {
  display: inline-block;
  border: solid 1px #ddd;
  padding: 10px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.txMore a em {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 5px;
}
.txMore a em:before,
.txMore a em:after {
  content: "";
  display: block;
  background: #a1a1a1;
  position: absolute;
  left: 50%;
  top: 50%;
}
.txMore a em:before {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.txMore a em:after {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.txMore a span {
  vertical-align: middle;
}

.txDtl {
  margin-top: 60px;
  border: solid 1px #eaeaea;
}

@media (max-width: 991px) {
  .txSch {
    margin-top: 15px;
    padding: 10px;
  }
  .txsTb colgroup {
    display: none;
  }
  .txsTb,
  .txsTb tbody,
  .txsTb tr,
  .txsTb th,
  .txsTb td {
    display: block;
    width: 100%;
  }
  .txsTb th,
  .txsTb td {
    padding: 0;
  }
  .txsTb th {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 0.917rem;
  }
  .txsTb tr:first-child th:first-child {
    margin-top: 0;
  }
  .txsGubun {
  }
  .txsGubun li {
    width: 33.3333%;
  }
  .txsGubun li input[type="radio"] + label {
    width: 100%;
  }
  .txsGubun li:nth-child(3) input[type="radio"] + label {
    border-right-color: #ced5da;
  }
  .txsGubun li:nth-child(1) input[type="radio"] + label,
  .txsGubun li:nth-child(2) input[type="radio"] + label,
  .txsGubun li:nth-child(3) input[type="radio"] + label {
    border-bottom-color: #fff;
  }
  .txsGubun li input[type="radio"]:checked + label {
    border: solid 1px #44465c;
    line-height: 34px;
  }
  .txsBtn {
    margin-top: 10px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
  }
  .txsBtn:after {
    content: "";
    display: table;
    clear: both;
  }
  .txsBtn li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 3px;
  }
  .txsBtn li a {
    width: 100%;
    font-size: 0.917rem;
  }
  .txrTitle {
    margin-top: 30px;
  }
  .txrTitle h5 {
    display: block;
    font-size: 1.167rem;
  }
  .txrTitle p {
    display: block;
    font-size: 0.75rem;
    padding-left: 0;
    margin-left: 0;
  }
  .txrTitle p:before {
    display: none;
  }
  .txRst {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .txrTb {
    width: 1120px;
  }
  .txrTb th,
  .txrTb td {
    font-size: 0.75rem;
  }
  .txrTb td {
    padding: 8px;
  }
  .txPop {
    padding: 30px 20px;
  }
  .txpTop {
    padding: 0 40px;
  }
  .txpTop h4 {
    height: 40px;
    line-height: 40px;
    font-size: 1.083rem;
  }
  .txpCls {
    width: 40px;
    height: 40px;
  }
  .txpTitle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .txpTitle h5 {
    font-size: 1.167rem;
  }
  .txpTitle p {
    font-size: 0.833rem;
  }
  .txpCont {
    padding: 30px 15px;
  }
  .txpCont h5 {
    font-size: 1.167rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .txpTb > tbody,
  .txpTb > tbody > tr,
  .txpTb > tbody > tr > th,
  .txpTb > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .txpTb th,
  .txpTb td {
    padding: 0;
    border-top: none;
  }
  .txpTb > tbody > tr:first-child > th,
  .txpTb > tbody > tr:first-child > td {
    margin-top: 0;
  }
  .txpTb > tbody > tr > th {
    width: 100%;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .txpTb2 th,
  .txpTb2 td {
    padding: 5px;
  }
  .txpTb2 th {
    width: 80px;
    font-size: 0.75rem;
  }
  .txpTb2 td {
  }
  .txpTb2 td dl {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  .txpTb2 td dl:last-child {
    margin-bottom: 0;
  }
  .txpTb2 td dl dt {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .txpTb2 td dl dd {
    display: block;
  }

  .dsSch {
    padding: 10px;
    margin-top: 20px;
  }
  .dssInr {
    padding-right: 0;
  }
  .dssBtn {
    position: static;
    margin-top: 5px;
    text-align: right;
  }
  .dssBtn li a {
    height: 36px;
    line-height: 36px;
    width: 80px;
    font-size: 0.833rem;
  }
  .txMore {
    margin-top: 15px;
  }
  .txMore a {
    padding: 6px 20px;
  }
}

/* 운영안내 및 오시는길 */
.locSns {
  display: inline-block;
  vertical-align: middle;
}
.locSns:after {
  content: "";
  display: table;
  clear: both;
}
.locSns li {
  margin-right: 5px;
  float: left;
}
.locSns li:last-child {
  margin-right: 0;
}
.locSns li a {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.locSns li a img {
  display: block;
  width: 100%;
}
.root_daum_roughmap {
  width: 100% !important;
}

@media (max-width: 991px) {
}

/* 예방뉴스 */
.cdList {
  padding-top: 40px;
  border-top: solid 1px #333;
  margin-top: 50px;
}
.cdList ul {
  margin: -20px;
}
.cdList ul:after {
  content: "";
  display: table;
  clear: both;
}
.cdList ul li {
  float: left;
  width: 25%;
  padding: 20px;
}
.cdList ul li a {
  display: block;
}
.cdList ul li a em {
  display: block;
  padding-bottom: 100%;
  background-size: cover !important;
  aspect-ratio: 4/5;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(185, 183, 182, 0.7);
}
.cdList ul li a p {
  text-align: center;
  margin-top: 15px;
  font-size: 0.938rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 예방교육 */
.cdList2 {
  padding-top: 40px;
  border-top: solid 1px #333;
  margin-top: 50px;
}
.cdList2 ul {
  margin: -20px;
}
.cdList2 ul:after {
  content: "";
  display: table;
  clear: both;
}
.cdList2 ul li {
  float: left;
  width: 33%;
  padding: 20px;
}
.cdList2 ul li a {
  display: block;
  position: relative;
  transition: var(--transition-normal);
}
.cdList2 ul li a:hover {
  transform: translateY(-8px);
}
.cdList2 ul li a em {
  display: block;
  padding-bottom: 56%;
  background-size: cover !important;
  border: 1px solid var(--color-border-light);
  border-radius: 4px;
}
.cdList2 ul li a p {
  text-align: center;
  margin-top: 15px;
  font-size: 0.938rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gamsi {
}
.gamsi img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .cdList {
    padding-top: 20px;
    margin-top: 20px;
  }
  .cdList ul {
    margin: -5px;
  }
  .cdList ul li {
    width: 50%;
    padding: 5px;
  }
  .cdList ul li a p {
    margin-top: 5px;
    font-size: 0.833rem;
    padding: 0 5px;
  }

  .cdList2 {
    padding-top: 20px;
    margin-top: 20px;
  }
  .cdList2 ul {
    margin: -5px;
  }
  .cdList2 ul li {
    width: 50%;
    padding: 5px;
  }
  .cdList2 ul li a p {
    margin-top: 5px;
    font-size: 0.833rem;
    padding: 0 5px;
  }
}

/* 모달 */

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;

  display: none;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 0;

  background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
  position: relative;

  width: auto;
  margin: 0.5rem;

  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;

  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  overflow: hidden;

  max-height: calc(100vh - 1rem);
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;

  min-height: calc(100% - 1rem);

  align-items: center;
}
.modal-dialog-centered::before {
  display: block;

  height: calc(100vh - 1rem);

  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;

  height: 100%;

  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4375rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow:
    0 15px 35px rgba(50, 50, 93, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.17);
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.16;
}

.modal-header {
  display: flex;

  padding: 1.25rem;

  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;

  align-items: flex-start;
  justify-content: space-between;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.25rem;
}

.modal-title {
  line-height: 1.1;

  margin-bottom: 0;
}

.modal-body {
  position: relative;

  padding: 1.5rem;

  flex: 1 1 auto;
}

.modal-footer {
  display: flex;

  padding: 1.25rem;

  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;

  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;

  overflow: scroll;

  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-content {
    box-shadow:
      0 15px 35px rgba(50, 50, 93, 0.2),
      0 5px 15px rgba(0, 0, 0, 0.17);
  }
  .modal-sm {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.btn-primary {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 75px;
  background: var(--color-dark);
  color: #fff;
  text-align: center;
  right: 0;
  top: 0;
}

/* 모달 */

.prvTitle {
  text-align: center;
  font-size: 2.5rem;
  line-height: 140%;
}

.prvText{
  font-size: 1.125rem;
  line-height: 150%;
  margin-top: 60px;
}
.prvcy {
  margin-top: 60px;
}
.prvcy h5 {
  font-size: 1.333rem;
  margin-top: 40px;
  line-height: 140%;;
}
.prvcy table {
  margin-top: 10px;
}
.prvcy th,
.prvcy td {
  border: solid 1px #ddd;
  padding: 10px;
  text-align: center;
}
.prvcy th {
  padding: 5px;
  background: var(--color-bg-subtle);
  font-weight: 700;
}
.prvcy > ul {
  margin-top: 20px;
  font-size: 15px;
  line-height: 150%;
}
.prvcy > ul > li {
  margin-bottom: 14px;
}
.prvcy > ul > li:last-child {
  margin-bottom: 0;
}
.prvcy > ul > li > ul {
  padding-left: 15px;
  margin-top: 5px;
}
.prvcy > ul > li > ul > li {
}
.prvcy > ul > li > ul > li > ul {
  padding-left: 15px;
  margin-top: 5px;
}
.prvcy > ul > li > ul > li > ul > li {
}

@media (max-width: 991px) {
  .prvTitle {
    font-size: 1.8rem;
  }
  .prvcy {
    margin-top: 40px;
  }
  .prvcy h5 {
    font-size: 1rem;
    margin-top: 30px;
  }
  .prvcy table {
    margin-top: 5px;
  }
  .prvcy th,
  .prvcy td {
    padding: 5px;
  }
  .prvcy th {
    padding: 3px;
  }
  .prvcy > ul {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .prvcy > ul > li > ul {
    padding-left: 10px;
  }
  .prvcy > ul > li > ul > li > ul {
    padding-left: 10px;
  }
}

.sitemap {
  padding-bottom: 60px;
}
.sitemap h4 {
  font-size: 2.833rem;
  font-weight: 500;
  text-align: center;
}
.sitemap > ul {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.sitemap > ul:after {
  content: "";
  display: table;
  clear: both;
}
.sitemap > ul > li {
  float: left;
  width: 25%;
  padding: 25px 20px;
}
.sitemap > ul > li > a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: solid 1px #aaa;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.sitemap > ul > li > a:hover {
  color: var(--color-primary500);
}
.sitemap > ul > li > ul {
  padding-top: 15px;
}
.sitemap > ul > li > ul > li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 13px;
}
.sitemap > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.sitemap > ul > li > ul > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.sitemap > ul > li > ul > li > a {
  font-size: 1.083rem;
}

@media (max-width: 991px) {
  .sitemap {
    padding-bottom: 30px;
  }
  .sitemap h4 {
    font-size: 1.667rem;
  }
  .sitemap > ul {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .sitemap > ul > li {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .sitemap > ul > li > a {
    text-align: left;
    font-size: 1.312rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .sitemap > ul > li > ul {
    padding-top: 0;
  }
  .sitemap > ul > li > ul > li > a {
    font-size: 1rem;
  }
}

.bdvSldr {
  margin-top: 30px;
}
.bdvSldr .slick-arrow {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  text-indent: -9999px;
}
.bdvSldr .slick-prev {
  left: 0;
  margin-left: -80px;
  background: url("../img/sub/card_slider_arrow_prev.png") no-repeat center
    center;
}
.bdvSldr .slick-next {
  right: 0;
  margin-right: -80px;
  background: url("../img/sub/card_slider_arrow_next.png") no-repeat center
    center;
}
.bdvSldr .slick-dots {
  text-align: center;
  margin-top: 15px;
}
.bdvSldr .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.bdvSldr .slick-dots li button {
  display: block;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.bdvSldr .slick-dots li.slick-active button {
  background: var(--color-primary500);
}
.bdvTag {
  margin-top: 30px;
}
.bdvTag:after {
  content: "";
  display: table;
  clear: both;
}
.bdvTag li {
  float: left;
  margin-right: 10px;
}
.bdvTag li:last-child {
  margin-right: 0;
}
.bdvTag li a {
  display: block;
}
.bdvTag li a:hover {
  text-decoration: underline;
}

a.deco {
  text-decoration: underline;
  color: blue;
}

.img-max {
  max-width: 100px;
  max-height: 70px;
}
.img-max-detail {
  max-width: 200px;
  max-height: 150px;
}

.jipyo {
  background: var(--color-bg-light);
}
.jipyo-top {
  border-bottom: solid 2px #4d4d4d;
  padding-bottom: 30px;
}
.jipyo-top:after {
  content: "";
  display: table;
  clear: both;
}
.jipyo-top h3 {
  float: left;
  width: 380px;
  height: 50px;
  text-indent: -9999px;
  background: url("../img/common/gnb_logo.png") no-repeat center center / 100%
    auto;
}
.jipyo-top a {
  float: right;
  font-size: 0.875rem;
  margin-top: 30px;
}
.jipyo-title {
  margin-top: 60px;
  font-size: 7.188rem;
  color: #5b7cdf;
  line-height: 1.2;
}
.jipyo-title h4 {
  display: inline-block;
  position: relative;
}
.jipyo-title h4 span {
  display: block;
  width: 320px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5b7cdf;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  margin-left: 30px;
}
.jipyo-title h4 span:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #5b7cdf;
  border-left: 0px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.jipyo-title p {
  display: block;
  font-weight: 800;
}
.jipyo-date {
  margin-top: 60px;
}
.jipyo-date h5 {
  display: inline;
  vertical-align: middle;
  font-size: 3.75rem;
  color: #5b7cdf;
  font-weight: 400;
}
.jipyo-date p {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  border: solid 1px var(--color-border);
  background: #fff;
  padding: 0 25px;
  font-size: 1rem;
  color: #676767;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jipyo-text {
  margin-top: 60px;
}
.jipyo-text h5 {
  font-size: 1.563rem;
}
.jipyo-text p {
  font-size: 1.125rem;
  color: #676767;
  margin-top: 20px;
}
.jipyo-name {
  font-size: 1.25rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
  border-bottom: solid 2px #4d4d4d;
}
.jipyo-half:after {
  content: "";
  display: table;
  clear: both;
}
.jipyo-half > div {
  float: left;
}
.jipyo-half > div:first-child {
  width: 55%;
}
.jipyo-half > div:last-child {
  width: 45%;
  padding-left: 60px;
}
.jipyo-count {
  border-bottom: solid 2px #bababa;
  padding-bottom: 10px;
}
.jipyo-count dl {
  margin-top: 50px;
}
.jipyo-count dl:after {
  content: "";
  display: table;
  clear: both;
}
.jipyo-count dl dt {
  float: left;
  width: 40%;
  border-right: solid 2px #676767;
  text-align: center;
}
.jipyo-count dl dt h5 {
  font-size: 5.938rem;
  color: #5b7cdf;
}
.jipyo-count dl p {
  font-size: 1.563rem;
}
.jipyo-count dl p span {
  display: block;
  font-size: 1rem;
  color: #676767;
}
.jipyo-count dl dd {
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
}
.jipyo-count dl dd:after {
  content: "";
  display: block;
  width: 58px;
  height: 113px;
  position: absolute;
  right: -29px;
  top: 0;
  background: url("../img/sub/jipyo_line.png") no-repeat center center / cover;
}
.jipyo-count dl dd:last-child:after {
  display: none;
}
.jipyo-count dl dd:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.jipyo-count dl dd:nth-child(2):before {
  background: url("../img/sub/jipyo_ico1.png") no-repeat center center / cover;
}
.jipyo-count dl dd:nth-child(3):before {
  background: url("../img/sub/jipyo_ico3.png") no-repeat center center / cover;
}
.jipyo-count dl dd:nth-child(4):before {
  background: url("../img/sub/jipyo_ico3.png") no-repeat center center / cover;
}
.jipyo-count dl dd h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
}
.jipyo-count dl dd p {
  font-size: 2.625rem;
  color: #5b7cdf;
  font-weight: 800;
  line-height: 1.4;
}
.jipyo-count > p {
  display: block;
  margin-top: 70px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 800;
}

.jipyo-seoul {
  display: table;
  width: 100%;
}
.jipyo-seoul__map {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.jipyo-seoul__map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ajipyo-seoul__total {
  background: rgba(102, 102, 102, 0.7);
  border-radius: 50%;
  color: #fff;
  display: table;
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -80px;
}
.jipyo-seoul__total {
  background: rgba(72, 94, 168, 0.7);
  border-radius: 50%;
  color: #fff;
  display: table;
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -80px;
}
.jipyo-seoul__total > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.2;
}
.jipyo-seoul__total span {
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
}
.jipyo-seoul__etc {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  padding-left: 40px;
}
.jipyo-seoul__etc ul li {
  margin-bottom: 15px;
}
.jipyo-seoul__etc ul li:last-child {
  margin-bottom: 0;
}
.jipyo_seoul__circle {
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  color: #fff;
}
.jipyo_seoul__circle > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jipyo_seoul__circle > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
.jipyo_seoul__circle > div > div > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2;
}
.jipyo_seoul__circle span {
  display: block;
  font-size: 1.375rem;
  font-weight: 800;
}
.jipyo_seoul__circle.blu {
  background: #839be6;
}
.jipyo_seoul__circle.gry {
  background: #a7bee0;
}

@media (max-width: 991px) {
  .jipyo-top {
    padding-bottom: 10px;
  }
  .jipyo-top h3 {
    width: 140px;
    height: 20px;
  }
  .jipyo-top a {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .jipyo-title {
    margin-top: 40px;
    font-size: 2.5rem;
  }
  .jipyo-title h4 span {
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 0.75rem;
    margin-top: -13px;
    margin-left: 10px;
  }
  .jipyo-title h4 span:before {
    margin-top: -5px;
    border-right: 5px solid #5b7cdf;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .jipyo-date {
    margin-top: 40px;
  }
  .jipyo-date h5 {
    font-size: 1.875rem;
    display: block;
  }
  .jipyo-date p {
    margin-left: 0;
    padding: 0 15px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
  .jipyo-text {
    margin-top: 40px;
  }
  .jipyo-text h5 {
    font-size: 1rem;
  }
  .jipyo-text p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .jipyo-text p br {
    display: none;
  }
  .jipyo-name {
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: solid 2px #4d4d4d;
  }
  .jipyo-half > div {
    float: none;
  }
  .jipyo-half > div:first-child {
    width: 100%;
  }
  .jipyo-half > div:last-child {
    width: 100%;
    padding-left: 0;
  }
  .jipyo-count dl {
    margin-top: 40px;
  }
  .jipyo-count dl dt {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #676767;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .jipyo-count dl dt h5 {
    font-size: 2.5rem;
  }
  .jipyo-count dl p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .jipyo-count dl p span {
    font-size: 0.875rem;
  }
  .jipyo-count dl dd {
    width: 33.3333%;
  }
  .jipyo-count dl dd:after {
    width: 29px;
    height: 57px;
    right: -15px;
    top: 0;
  }
  .jipyo-count dl dd:before {
    width: 50px;
    height: 50px;
  }
  .jipyo-count dl dd h5 {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .jipyo-count dl dd p {
    font-size: 1.875rem;
  }
  .jipyo-count > p {
    margin-top: 30px;
  }

  .jipyo-seoul {
    display: block;
  }
  .jipyo-seoul__map {
    display: block;
  }
  .jipyo-seoul__total {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }
  .jipyo-seoul__total > div {
    font-size: 1rem;
  }
  .jipyo-seoul__total span {
    font-size: 1.375rem;
  }
  .jipyo-seoul__etc {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .jipyo-seoul__etc ul {
    text-align: center;
  }
  .jipyo-seoul__etc ul li {
    margin-bottom: 0;
    display: inline-block;
    margin: 0 10px;
    width: 120px;
  }
  .jipyo_seoul__circle > div > div > div {
    font-size: 1rem;
  }
}

/* 통합검색 */
.search-quick {
  position: absolute;
  left: 100%;
  top: 40px;
  width: 140px;
  margin-left: 20px;
}
.search-popular {
}
.search-popular dt {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--color-dark);
  color: #fff;
  font-weight: 700;
}
.search-popular dd {
  padding: 20px 15px;
  border: solid 1px #c5c5c5;
  border-top: none;
}
.search-popular dd ol {
  padding-left: 15px;
}
.search-popular dd ol li {
  list-style: decimal;
  padding-left: 3px;
}
.search-popular dd ol li:last-child {
}
.search-popular dd ol li a {
  color: #7b7b7b;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-popular dd ol li a:hover {
  text-decoration: underline;
}
.search-visit {
  margin-top: 10px;
  border: solid 1px #c5c5c5;
  padding: 15px 10px;
}
.search-visit dt {
  text-align: center;
  font-weight: 700;
}
.search-visit dd {
  margin-top: 15px;
}
.search-visit dd ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 3px;
}
.search-visit dd ul li:last-child {
  margin-bottom: 0;
}
.search-visit dd ul li a {
  display: block;
  width: 19px;
  height: 19px;
  border: solid 1px #d8d8d8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  background: url("../img/sub/search_delete.png") no-repeat center center / 7px
    auto;
}
.search-visit dd ul li span {
  color: #7b7b7b;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search {
  position: relative;
}
.search-cont {
  margin-top: 90px;
}
.search-cont.first {
  margin-top: 60px;
}
.search-cont dt {
  margin-bottom: 10px;
}
.search-cont dt:after {
  content: "";
  display: table;
  clear: both;
}
.search-cont dt h5 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  float: left;
}
.search-cont dt h5 span {
  color: var(--color-primary500);
}
.search-more {
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  background: var(--color-border-light);
  padding: 0 20px;
  border-radius: 15px;
  color: #676767;
}
.search-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 18px;
  height: 9px;
  background: url("../img/sub/search_more.png") no-repeat right center / cover;
}

.search-cont dd {
  border: solid 1px #eaeaea;
  padding: 30px;
  margin-bottom: 10px;
}
.search-cont dd.search-total {
  background: var(--color-bg-hover);
}
.search-total__list {
}
.search-total__list:after {
  content: "";
  display: table;
  clear: both;
}
.search-total__list li {
  float: left;
  width: 16.6666%;
  padding: 5px 0;
}
.search-total__list li a {
  display: inline-block;
  max-width: 100%;
  color: #000;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
}
.search-total__list li a:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.search-total__list li a.active {
  color: var(--color-primary500);
}
.search-total__list li a.active:before {
  background: var(--color-primary500);
}
.search-total__list li span.blank {
  display: inline-block;
  max-width: 100%;
  color: #000;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
}

.search-result {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
.search-result span {
  color: var(--color-primary500);
  font-weight: 900;
}
.search-result br {
  display: none;
}

.search-keyworks {
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.search-keyworks:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-primary500);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.search-keyworks span {
  color: var(--color-primary500);
}

.search-substance {
  display: table;
  width: 100%;
}
.search-substance li {
  display: inline-block;
  padding: 0 10px;
}

.search-news {
  padding-left: 10px;
}
.search-news > li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 10px;
}
.search-news > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.search-news > li:last-child {
  margin-bottom: 0;
}
.search-news > li a {
  display: block;
}
.search-news > li a h5 {
  font-size: 1rem;
  color: #676767;
}
.search-news > li a h5 span {
  color: var(--color-primary500);
}
.search-news > li a p {
  color: #676767;
  margin-top: 10px;
}
.search-news > li a p span {
  color: var(--color-primary500);
}

.search-card {
  padding-left: 10px;
}
.search-card > li {
  margin-bottom: 50px;
}
.search-card > li:last-child {
  margin-bottom: 0;
}
.search-card > li > a {
  display: block;
}
.search-card > li > a > h5 {
  font-size: 1rem;
  color: #000;
  position: relative;
}
.search-card > li > a > h5 span {
  color: var(--color-primary500);
}
.search-card > li > a > h5:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-primary500);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 7px;
}
.search-card > li > a > p {
  color: #676767;
  margin-top: 10px;
}
.search-card > li > a > p span {
  color: var(--color-primary500);
}
.search-tag {
}
.search-tag:after {
  content: "";
  display: table;
  clear: both;
}
.search-tag li {
  float: left;
  margin-right: 5px;
}
.search-tag li:last-child {
  margin-bottom: 0;
}
.search-tag li span {
  color: var(--color-primary500);
}
.search-thumb {
  display: block;
  width: 220px;
  height: 220px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .search-quick {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  .search-popular {
  }
  .search-popular dt {
    height: auto;
    line-height: 1.2;
    text-align: left;
    background: none;
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .search-popular dd {
    padding: 10px;
    border-top: solid 1px #c5c5c5;
  }
  .search-popular dd ol {
    padding-left: 0;
  }
  .search-popular dd ol:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-popular dd ol li {
    margin-left: 20px;
    padding-left: 3px;
    float: left;
    margin-right: 10px;
  }
  .search-popular dd ol li:last-child {
    margin-right: 0;
  }
  .search-visit {
    margin-top: 20px;
    border: none;
    padding: 0;
  }
  .search-visit dt {
    text-align: left;
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .search-visit dd {
    margin-top: 10px;
    border: solid 1px #c5c5c5;
    padding: 10px;
  }
  .search-visit dd ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-visit dd ul li {
    float: left;
    margin-right: 10px;
    padding-left: 25px;
    margin-bottom: 0;
  }
  .search-visit dd ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .search-popular dt {
    margin-bottom: 5px;
  }
  .search-visit dt {
    margin-bottom: 5px;
  }
  .search-cont {
    margin-top: 60px;
  }
  .search-more {
    padding: 0 10px;
  }
  .search-more span {
    display: none;
  }
  .search-more:after {
    width: 10px;
    margin-left: 5px;
  }
  .search-cont dd {
    padding: 20px;
  }
  .search-total__list li {
    width: 50%;
    padding: 3px 0;
  }
  .search-total__list li a {
    font-size: 0.875rem;
  }
  .search-result br {
    display: block;
  }
  .search-substance {
    display: block;
  }
  .search-substance li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
  }
  .search-substance li:last-child {
    margin-bottom: 0;
  }
  .search-news {
    padding-left: 0;
  }
  .search-news > li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 0;
  }
  .search-news > li:before {
    display: none;
  }
  .search-news > li a h5 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .search-card {
    padding-left: 0;
  }
  .search-card > li {
    margin-bottom: 30px;
  }
}

/* 240307 메인 리뉴얼 */
.main-top {
  background: #faf7f4;
  padding: 10px 0;
}
.main-top__inner {
  display: flex;
}
.main-top__left {
  width: 60%;
  padding-right: 10px;
}
.main-ban,
.main-ban .slick-list,
.main-ban .slick-track,
.main-ban .slick-slide {
  height: 100%;
}
.main-ban .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.main-ban .slick-prev {
  right: 50px;
}
.main-ban .slick-next {
  right: 0;
}
.main-ban .slick-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  box-sizing: border-box;
  border-top: solid 2px rgba(234, 234, 234, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.main-ban .slick-prev:after {
  margin-left: -4px;
  border-left: solid 2px rgba(234, 234, 234, 0.5);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-ban .slick-next:after {
  margin-left: -12px;
  border-right: solid 2px rgba(234, 234, 234, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-ban .slick-prev:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.main-ban .slick-arrow:hover:after {
  border-color: #fff;
}
.main-top__right {
  width: 40%;
}
.main-sch {
  padding: 24px 30px;
  background: #fff;
}
.main-sch__title h5 {
  font-size: 1.375rem;
}
.main-sch__title p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
.main-sch__form {
  margin-top: 16px;
  display: flex;
  transition: box-shadow 0.2s ease;
}
.main-sch__form.mouse-focus {
  box-shadow: 0 0 0 3px var(--color-primary400);
  border-radius: 2px;
}
.main-sch__form input[type="text"]:focus {
  outline: none;
}
.main-sch__form input[type="text"]:focus-visible {
  outline: var(--focus) solid 3px;
  outline-offset: 0px;
}
.main-sch__form.mouse-focus input[type="text"]:focus-visible {
  outline: none;
}
.main-sch__form input[type="text"] {
  flex-grow: 1;
  height: 50px;
  border: solid 1px var(--color-border);
  border-right: none;
}
.main-sch__form a {
  flex-shrink: 0;
  display: flex;
  background: var(--color-primary500);
  color: #fff;
  font-size: 1rem;
  width: 100px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.main-sch__form a:hover {
  background: var(--color-primary700);
}
.main-sch__keyword {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.main-sch__keyword dt {
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
  width: 80px;
  height: 30px;
  background: var(--color-primary500);
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.main-sch__keyword dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 17px;
  border-color: transparent transparent transparent var(--color-primary500);
}
.main-sch__keyword dd {
  flex-grow: 1;
}
.main-sch__keyword dd ul {
  display: flex;
  align-items: center;
  padding-left: 10px;
  flex-wrap: wrap;
}
.main-sch__keyword dd ul li {
  margin-right: 20px;
}
.main-sch__keyword dd ul li:last-child {
  margin-right: 0;
}
.main-sch__keyword dd ul li a {
  display: block;
  font-size: 0.875rem;
}
.main-quick {
  display: flex;
  margin-top: 10px;
  background: #fff;
}
.main-quick li {
  width: 33.3333%;
  position: relative;
}
.main-quick li a {
  display: block;
  padding-bottom: 100%;
  position: relative;
  font-size: 1rem;
}
.main-quick li a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-quick li a span:before {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  margin-bottom: 30px;
}
.main-quick li:nth-child(1) a span:before {
  background: url("../img/main/main_quick_1.png") no-repeat left center / auto
    100%;
}
.main-quick li:nth-child(2) a span:before {
  background: url("../img/main/main_quick_2.png") no-repeat left center / auto
    100%;
}
.main-quick li:nth-child(3) a span:before {
  background: url("../img/main/main_quick_3.png") no-repeat left center / auto
    100%;
}
.main-quick li:nth-child(1) a {
  background: var(--color-primary500);
  color: #fff;
}
.main-quick li:nth-child(1) a span:before {
  background-position: right center;
}
.main-quick li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  border-right: dashed 1px #b2b2b2;
}

.main-brd {
  padding: 80px 0;
}
.main-brd__inner {
  display: flex;
}
.main-brd__top {
  width: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-brd__grow {
  flex-grow: 1;
}
.main-brd__title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.main-brd__tab {
  display: flex;
  margin-top: 30px;
}
.main-brd__tab li {
  margin-right: 5px;
}
.main-brd__tab li:last-child {
  margin-right: 0;
}
.main-brd__tab li button {
  width: 98px;
  height: 40px;
  border: solid 1px #313131;
  background: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.main-brd__tab li button .material-symbols-outlined {
  font-size: inherit;
  margin-left: 2px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-width 0.3s ease;
  vertical-align: middle;
}

.main-brd__tab li button:hover {
  background-color: var(--color-bg-hover);
  box-shadow: var(--bs-card-md);
  -webkit-box-shadow: var(--bs-card-md);
  -moz-box-shadow: var(--bs-card-md);
}

.main-brd__tab li button:hover .material-symbols-outlined {
  opacity: 1;
  max-width: 24px;
}

.main-brd__tab li button.active {
  background: var(--color-primary500);
  border-color: var(--color-primary500);
  color: #fff;
  transition: all 0.2s ease;
}
.main-brd__tab li button.active:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.main-brd__more {
  display: none;
  flex-shrink: 0;
}
.main-brd__more a {
  font-size: 0.875rem;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: solid 1px #000;
}
.main-brd__nav {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.main-brd__nav button:hover {
  background-color: var(--color-bg-hover);
}
.main-brd__nav .slick-arrow:hover:after {
  border-color: var(--color-text-primary);
}

.main-brd__nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-brd__nav .slick-arrow {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: relative;
  background: #fff;
  border: solid 1px var(--color-border-dark);
}
.main-brd__nav .slick-next {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.main-brd__nav .slick-prev {
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.main-brd__nav .slick-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  box-sizing: border-box;
  border-top: solid 2px #737373;
}
.main-brd__nav .slick-prev:after {
  margin-left: -3px;
  border-left: solid 2px #737373;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-brd__nav .slick-next:after {
  margin-left: -7px;
  border-right: solid 2px #737373;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-brd__cont {
  width: 65%;
}
.main-brd__load {
  display: none;
  overflow: hidden;
}
.main-brd__slider {
  margin: 0 -10px;
  padding-right: 20%;
}
.main-brd__slider .slick-list {
  overflow: visible;
}
.main-brd__slider .slick-slide {
  padding: 0 10px;
}
.main-brd__slider a {
  display: block;
  padding: 30px 20px;
  border: solid 1px var(--color-border);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.main-brd__slider a:hover {
  /* border-color: var(--color-primary100); */
  /* background-color: var(--color-primary20); */
  box-shadow: var(--bs-card-md);
  -webkit-box-shadow: var(--bs-card-md);
  -moz-box-shadow: var(--bs-card-md);

  border-color: var(--color-dark);
  /* background-color: var(--color-bg-light); */
  cursor: pointer;
}

.main-brd__slider a:hover h5 {
  /* color: var(--color-primary500); */
}

.main-brd__slider a span {
  height: 28px;
  line-height: 28px;
  /* border: solid 1px var(--color-primary500); */
  background-color: var(--color-primary-ltBg);
  padding: 0 10px;
  color: var(--color-primary500);
  font-size: 0.8125rem;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-flex;
  transition: all 0.2s ease;
}
.main-brd__slider a h5 {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 600;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 150%;
  height: 2.8em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 2px;
}
.main-brd__slider a p {
  font-size: 0.875rem;
  color: #727272;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.main-brd__slider a p:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -1px;
  background: url("../img/main/main_board_date.png") no-repeat center center /
    cover;
}
.main-brd__prg {
  margin-top: 20px;
  height: 3px;
  background: var(--color-border);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.main-brd__prg span {
  display: block;
  background: #9a9a9a;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.main-news {
  padding: 80px 0;
  background: url("../img/main/main_news_bg.jpg") no-repeat center center /
    cover;
}
.main-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-news__top h3 {
  font-size: var(--text-4xl);
  font-weight: var(--weight-bold);
}
.main-news__top a {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-news__top a:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 25px;
  height: 2px;
  background: #201a1b;
  transition: width 0.3s ease;
}
.main-news__top a:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: solid 2px #201a1b;
  border-right: solid 2px #201a1b;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
.main-news__top a:hover {
  color: var(--color-primary500);
}
.main-news__top a:hover:after {
  width: 40px;
  background: var(--color-primary500);
}
.main-news__top a:hover:before {
  right: 0px;
  border-color: var(--color-primary500);
}
.main-news__slider {
  margin-top: 20px;
}
.main-news__slider .slick-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news__slider .slick-dots li {
  margin: 0 3px;
}
.main-news__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #bebebe;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.main-news__slider .slick-dots li.slick-active button {
  width: 30px;
  background: var(--color-primary500);
}
.main-news__slider .slick-track {
  padding: 3% 0;
}
.main-news__slider .slick-current .main-news__item {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
  padding: 11px;
}
.main-news__slider .slick-current .main-news__item dl dt:after {
  display: none;
}
.main-news__item {
  display: block;
  /* border: solid 1px var(--color-border); */
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 14px;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/* .main-news__item:after {
  content: "";
  display: block;
  background: rgba(61, 61, 61, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

.main-news__item dl dt {
  padding-bottom: 100%;
  border: solid 1px var(--color-border);
  border-radius: 14px;
  overflow: hidden;

  aspect-ratio: 4/5;
}
.main-news__item dl {
  position: relative;
}
.main-news__item dl dt:after {
  content: "";
  display: block;
  background: rgba(61, 61, 61, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 16px;
}
.main-news__item dl dd {
  background: #fff;
  padding: 15px 25px;
}
.main-news__item dl dd span {
  font-size: 0.75rem;
  color: var(--color-secondary700);
  display: block;
  font-weight: 700;
}
.main-news__item dl dd p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
}

.main-cnt {
  padding: 40px 0;
  background: #faf7f4;
}
.main-cnt ul {
  display: flex;
  align-items: center;
}
.main-cnt ul li {
  width: 33.3333%;
  display: flex;
  align-items: center;
}
.main-cnt ul li h5 {
  font-size: 2.5rem;
  color: var(--color-primary500);
  font-weight: 900;
  letter-spacing: -0.1rem;
}
.main-cnt ul li p {
  font-size: 1rem;
}
.main-cnt ul li p br {
  display: none;
}
.main-cnt ul li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main-cnt ul li:nth-child(1):before {
  background: #fff url("../img/main/main_count_1.png") no-repeat center center /
    53px auto;
}
.main-cnt ul li:nth-child(2):before {
  background: #fff url("../img/main/main_count_2.png") no-repeat center center /
    53px auto;
}
.main-cnt ul li:nth-child(3):before {
  background: #fff url("../img/main/main_count_3.png") no-repeat center center /
    53px auto;
}

.main-fmly {
  /* padding: 30px 0; */
}
.main-fmly dl {
  display: flex;
  align-items: center;
}
.main-fmly dl dt {
  width: 100px;
  display: flex;
}
.main-fmly dl dt .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: relative;
  background: #fff;
  border: solid 1px var(--color-border-dark);
}
.main-fmly dl dt .slick-prev {
  border-right: none;
}
.main-fmly dl dt .slick-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  box-sizing: border-box;
  border-top: solid 2px #737373;
}
.main-fmly dl dt .slick-prev:after {
  margin-left: -3px;
  border-left: solid 2px #737373;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-fmly dl dt .slick-next:after {
  margin-left: -7px;
  border-right: solid 2px #737373;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-fmly dl dd {
  width: calc(100% - 100px);
}
.main-fmly dl dd .slick-track {
  display: flex;
  align-items: center;
}
.main-fmly dl dd .slick-slide {
  padding: 0 30px;
}
.main-fmly dl dd a {
  display: block;
}
.main-fmly dl dd a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .main-sch {
    padding: 20px;
  }
  .main-sch__title h5 {
    font-size: 1.125rem;
  }
  .main-sch__title p {
    font-size: 0.813rem;
  }
  .main-sch__form {
    margin-top: 10px;
  }
  .main-sch__form input[type="text"] {
    height: 40px;
  }
  .main-sch__form a {
    font-size: 0.875rem;
    width: 80px;
    height: 40px;
  }
  .main-sch__keyword {
    margin-top: 10px;
  }
  .main-sch__keyword dt {
    margin-right: 15px;
    width: 60px;
    height: 24px;
    font-size: 0.75rem;
  }
  .main-sch__keyword dt:after {
    border-width: 12px 0 12px 10px;
  }
  .main-sch__keyword dd ul li {
    margin-right: 10px;
  }
  .main-sch__keyword dd ul li a {
    font-size: 0.75rem;
  }
  .main-quick li a {
    font-size: 0.875rem;
  }
  .main-quick li a span:before {
    width: 40px;
    height: 35px;
    margin-bottom: 10px;
  }
  .main-quick li:nth-child(2):after {
    top: 20px;
    bottom: 20px;
  }

  .main-brd {
    padding: 60px 0;
  }
  .main-brd__tab {
    margin-top: 20px;
  }
  .main-brd__tab li button {
    width: 80px;
    height: 36px;
    font-size: 0.813rem;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .main-brd__more a {
    font-size: 0.813rem;
  }
  .main-brd__nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .main-brd__slider a span {
    height: 24px;
    font-size: 0.75rem;
  }
  .main-brd__slider a h5 {
    margin-top: 10px;
    font-size: 0.938rem;
  }
  .main-brd__slider a p {
    font-size: 0.813rem;
    margin-top: 30px;
  }

  .main-news {
    padding: 60px 0;
  }
  .main-news__top h3 {
    font-size: 1.875rem;
  }
  .main-news__top a {
    font-size: 1rem;
  }
  .main-news__top a:after {
    margin-left: 10px;
    width: 20px;
  }
  .main-news__top a:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .main-news__slider {
    margin-top: 20px;
  }
  .main-news__slider .slick-dots {
    margin-top: 20px;
  }
  .main-news__slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .main-news__slider .slick-dots li.slick-active button {
    width: 24px;
  }
  .main-news__item dl dd {
    padding: 15px;
  }
  .main-news__item dl dd span {
    font-size: 0.688rem;
  }
  .main-news__item dl dd p {
    font-size: 0.75rem;
  }

  .main-cnt ul li h5 {
    font-size: 1.875rem;
  }
  .main-cnt ul li p {
    font-size: 0.875rem;
  }

  .main-fmly dl dt .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .main-fmly dl dd {
    width: calc(100% - 80px);
  }
}

@media (max-width: 991px) {
  .main-sch {
    padding: 15px;
  }
  .main-sch__title h5 {
    font-size: 1rem;
  }
  .main-sch__title p {
    font-size: 0.75rem;
  }
  .main-sch__form input[type="text"] {
    height: 36px;
    font-size: 0.75rem;
  }
  .main-sch__form a {
    font-size: 0.75rem;
    width: 60px;
    height: 36px;
  }
  .main-sch__keyword {
    margin-top: 5px;
  }
  .main-sch__keyword dt {
    margin-right: 0;
    width: 50px;
    height: 20px;
    font-size: 0.625rem;
    padding-right: 1px;
    border-radius: 2px;
  }
  .main-sch__keyword dt:after {
    display: none;
  }
  .main-sch__keyword dd ul {
    padding-left: 5px;
  }
  .main-sch__keyword dd ul li {
    margin-right: 6px;
  }
  .main-sch__keyword dd ul li a {
    font-size: 0.688rem;
  }
  .main-quick li a {
    font-size: 0.75rem;
    letter-spacing: -0.075rem;
  }
  .main-quick li a span:before {
    width: 34px;
    height: 30px;
    margin-bottom: 10px;
  }
  .main-quick li:nth-child(2):after {
    top: 10px;
    bottom: 10px;
  }

  .main-brd {
    padding: 40px 0;
  }
  .main-brd__title {
    font-size: 1.4rem;
  }
  .main-brd__tab li button {
    width: 74px;
    height: 34px;
    font-size: 0.875rem;
  }
  .main-brd__more a {
    font-size: 0.75rem;
  }
  .main-brd__nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .main-brd__slider {
    margin: 0 -5px;
    padding-right: 1%;
  }
  .main-brd__slider .slick-slide {
    padding: 0 5px;
  }
  .main-brd__slider a {
    padding: 20px;
  }
  .main-brd__slider a span {
    height: 24px;
    font-size: 0.75rem;
  }
  .main-brd__slider a h5 {
    margin-top: 10px;
    font-size: 0.938rem;
  }
  .main-brd__slider a p {
    font-size: 0.813rem;
    margin-top: 30px;
  }

  .main-news {
    padding: 40px 0;
  }
  .main-news__top h3 {
    font-size: 1.625rem;
  }
  .main-news__top a {
    font-size: 0.875rem;
  }
  .main-news__top a:after {
    margin-left: 5px;
    width: 16px;
  }
  .main-news__top a:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .main-news__slider {
    margin-top: 10px;
  }
  .main-news__slider .slick-dots {
    margin-top: 15px;
  }
  .main-news__item {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .main-news__item dl dd {
    padding: 10px;
  }
  .main-news__item dl dd span {
    font-size: 0.625rem;
  }
  .main-news__item dl dd p {
    font-size: 0.688rem;
  }

  .main-cnt ul li h5 {
    font-size: 1.5rem;
  }
  .main-cnt ul li p {
    font-size: 0.75rem;
  }
  .main-cnt ul li:before {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-size: 36px auto !important;
  }
}

@media (max-width: 768px) {
  .main-top {
    padding: 20px 0;
  }
  .main-top__inner {
    display: block;
  }
  .main-top__left {
    width: 100%;
    aspect-ratio: 100 / 53;
    padding-right: 0;
  }
  .main-ban .slick-slide {
  }
  .main-ban .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .main-ban .slick-prev {
    right: 30px;
  }
  .main-ban .slick-arrow:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .main-ban .slick-prev:after {
    margin-left: -4px;
  }
  .main-ban .slick-next:after {
    margin-left: -8px;
  }
  .main-top__right {
    width: 100%;
    margin-top: 10px;
  }

  .main-brd {
    padding: 40px 4px 20px;
  }
  .main-brd__inner {
    display: block;
  }
  .main-brd__top {
    width: 100%;
  }
  .main-brd__more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main-brd__nav {
    right: 0;
    bottom: auto;
    top: 0;
  }
  .main-brd__nav .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .main-brd__nav .slick-arrow:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .main-brd__nav .slick-prev:after {
    margin-left: -4px;
  }
  .main-brd__nav .slick-next:after {
    margin-left: -8px;
  }
  .main-brd__cont {
    width: 100%;
    margin-top: 20px;
  }
  .main-brd__load {
    overflow: visible;
  }
  .main-brd__slider {
    padding-right: 0;
  }
  .main-brd__slider a {
    padding: 15px;
  }
  .main-brd__slider a span {
    height: 20px;
    line-height: 20px;
    font-size: 0.688rem;
  }
  .main-brd__slider a h5 {
    font-size: 0.813rem;
  }
  .main-brd__slider a p {
    font-size: 0.688rem;
    margin-top: 15px;
  }
  .main-brd__slider a p:before {
    width: 12px;
    height: 12px;
  }

  .main-news {
    padding: 30px 0;
  }
  .main-news__top h3 {
    font-size: 1.625rem;
  }
  .main-news__top a {
    font-size: 0.875rem;
  }
  .main-news__top a:after {
    margin-left: 5px;
    width: 16px;
  }
  .main-news__top a:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .main-news__slider {
    margin-top: 16px;
    padding: 0 10%;
  }
  .main-news__slider .slick-list {
    overflow: visible;
  }
  .main-news__slider .slick-track {
    padding: 10% 0;
  }
  .main-news__slider .slick-slide {
    transition: transform 0.3s ease-in-out;
  }
  .main-news__slider .slick-current .main-news__item {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
  }
  .main-news__slider .slick-current .main-news__item dl dt:after {
    display: none;
  }
  .main-news__slider .slick-dots {
    margin-top: 10px;
  }
  .main-news__slider .slick-dots li {
    margin: 0 2px;
  }

  .main-news__slider .slick-dots li.slick-active button {
    width: 18px;
  }

  .main-cnt ul li {
    flex-direction: column;
    text-align: center;
  }
  .main-cnt ul li h5 {
    margin: 10px 0;
  }
  .main-cnt ul li p {
    line-height: 1.1;
  }
  .main-cnt ul li p br {
    display: block;
  }
  .main-cnt ul li:before {
    margin-right: 0;
  }

  .main-fmly {
    /* padding: 20px 0; */
  }
  .main-fmly dl dt .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .main-fmly dl dt .slick-arrow:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .main-fmly dl dt .slick-prev:after {
    margin-left: -4px;
  }
  .main-fmly dl dt .slick-next:after {
    margin-left: -8px;
  }
  .main-fmly dl dd {
    width: calc(100% - 60px);
  }
  .main-fmly dl dd .slick-slide {
    padding: 0 10px;
  }
}
/* popup */
#body_temp {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 150px;
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}
.popup > div {
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
}
.popup > div > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.pop-svy__box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  aborder: solid 10px var(--color-primary500);
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.pop-svy__top {
  padding: 80px 60px 40px;
  text-align: center;
}
.pop-svy__top h5 {
  font-size: 2.813rem;
}
.pop-svy__top p {
  font-size: 1.125rem;
  color: #676767;
  margin-top: 30px;
}
.pop-svy__top p br {
  display: none;
}
.pop-svy__chk {
  padding: 60px;
  abackground: #faf7f4;
}
.pop-svy__chk dl {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-svy__chk dl:last-child {
  margin-bottom: 0;
}
.pop-svy__chk dl dt {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
.pop-svy__chk dl dt:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pop-svy__chk dl dd {
  flex-shrink: 0;
  margin-left: 60px;
}
.pop-svy__chk dl dd ul {
  display: flex;
}
.pop-svy__chk dl dd ul li {
  margin-right: -1px;
  margin-bottom: -1px;
}
.pop-svy__chk dl dd ul li input[type="radio"] {
  display: none;
}
.pop-svy__chk dl dd ul li input[type="radio"] + label {
  background: #fff;
  color: #a8a8a8;
  font-size: 1rem;
  border: solid 1px var(--color-border);
  padding: 0 15px;
  margin-left: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-svy__chk dl dd ul li input[type="radio"]:checked + label {
  position: relative;
  border-color: #000;
  color: #000;
}
.pop-svy__agree {
  padding: 30px 60px;
}
.pop-svy__agree li {
  display: flex;
  margin-bottom: 20px;
}
.pop-svy__agree li:last-child {
  margin-bottom: 0;
}
.pop-svy__agree li input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: -3px;
}
.pop-svy__agree li input[type="checkbox"] + label {
  font-size: 1rem;
}
.pop-svy__btn {
  margin-top: 30px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}
.pop-svy__btn li {
  margin: 0 5px;
}
.pop-svy__btn li button {
  height: 60px;
  color: #a8a8a8;
  font-size: 1.125rem;
  border: solid 1px var(--color-border);
  background: #fff;
  padding: 0 20px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
}
.pop-svy__btn li button.red {
  background: var(--color-primary500);
  border-color: var(--color-primary500);
  color: #fff;
}

@media (max-width: 991px) {
  #body_temp {
    padding-top: 55px;
  }
  .pop-svy__top {
    padding: 40px;
  }
  .pop-svy__top h5 {
    font-size: 2.25rem;
  }
  .pop-svy__top p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .pop-svy__chk {
    padding: 30px;
  }
  .pop-svy__chk dl {
    margin-bottom: 20px;
  }
  .pop-svy__chk dl dt {
    font-size: 0.875rem;
  }
  .pop-svy__chk dl dt:before {
    top: 8px;
  }
  .pop-svy__chk dl dd {
    margin-left: 30px;
  }
  .pop-svy__chk dl dd ul li input[type="radio"] + label {
    font-size: 0.813rem;
    padding: 0 10px;
    height: 30px;
  }
  .pop-svy__agree {
    padding: 30px;
  }
  .pop-svy__agree li {
    margin-bottom: 10px;
  }
  .pop-svy__agree li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 0;
    background-size: 12px auto !important;
  }
  .pop-svy__agree li input[type="checkbox"] + label {
    font-size: 0.875rem;
  }
  .pop-svy__btn {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .pop-svy__btn li button {
    height: 50px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .pop-svy__box {
    border-width: 4px;
  }
  .pop-svy__top {
    padding: 20px;
  }
  .pop-svy__top h5 {
    font-size: 1.5rem;
  }
  .pop-svy__top p {
    font-size: 0.813rem;
    margin-top: 5px;
  }
  .pop-svy__top p br {
    display: block;
  }
  .pop-svy__chk {
    padding: 20px;
  }
  .pop-svy__chk dl {
    display: block;
  }
  .pop-svy__chk dl dt {
    font-size: 0.813rem;
  }
  .pop-svy__chk dl dd {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 10px;
  }
  .pop-svy__chk dl dd ul {
    flex-wrap: wrap;
  }
  .pop-svy__chk dl dd ul li input[type="radio"] + label {
    font-size: 0.75rem;
    padding: 0 10px;
    height: 30px;
  }
  .pop-svy__agree {
    padding: 20px;
  }
  .pop-svy__agree li input[type="checkbox"] + label {
    font-size: 0.75rem;
  }
  .pop-svy__btn {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .pop-svy__btn li button {
    height: 40px;
    padding: 0 10px;
    font-size: 0.875rem;
    min-width: 80px;
  }
}

.pop-svy__btn li button.red {
  background: var(--color-primary500);
  border-color: var(--color-primary500);
  color: #fff;
}

@media (max-width: 991px) {
  #body_temp {
    padding-top: 55px;
  }
  .pop-svy__top {
    padding: 40px;
  }
  .pop-svy__top h5 {
    font-size: 2.25rem;
  }
  .pop-svy__top p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .pop-svy__chk {
    padding: 30px;
  }
  .pop-svy__chk dl {
    margin-bottom: 20px;
  }
  .pop-svy__chk dl dt {
    font-size: 0.875rem;
  }
  .pop-svy__chk dl dt:before {
    top: 8px;
  }
  .pop-svy__chk dl dd {
    margin-left: 30px;
  }
  .pop-svy__chk dl dd ul li input[type="radio"] + label {
    font-size: 0.813rem;
    padding: 0 10px;
    height: 30px;
  }
  .pop-svy__agree {
    padding: 30px;
  }
  .pop-svy__agree li {
    margin-bottom: 10px;
  }
  .pop-svy__agree li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 0;
    background-size: 12px auto !important;
  }
  .pop-svy__agree li input[type="checkbox"] + label {
    font-size: 0.875rem;
  }
  .pop-svy__btn {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .pop-svy__btn li button {
    height: 50px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .pop-svy__box {
    border-width: 4px;
  }
  .pop-svy__top {
    padding: 20px;
  }
  .pop-svy__top h5 {
    font-size: 1.5rem;
  }
  .pop-svy__top p {
    font-size: 0.813rem;
    margin-top: 5px;
  }
  .pop-svy__top p br {
    display: block;
  }
  .pop-svy__chk {
    padding: 20px;
  }
  .pop-svy__chk dl {
    display: block;
  }
  .pop-svy__chk dl dt {
    font-size: 0.813rem;
  }
  .pop-svy__chk dl dd {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 10px;
  }
  .pop-svy__chk dl dd ul {
    flex-wrap: wrap;
  }
  .pop-svy__chk dl dd ul li input[type="radio"] + label {
    font-size: 0.75rem;
    padding: 0 10px;
    height: 30px;
  }
  .pop-svy__agree {
    padding: 20px;
  }
  .pop-svy__agree li input[type="checkbox"] + label {
    font-size: 0.75rem;
  }
  .pop-svy__btn {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .pop-svy__btn li button {
    height: 40px;
    padding: 0 10px;
    font-size: 0.875rem;
    min-width: 80px;
  }
}

/* 센터소개 26.3.18 */
.txtContentWp {
  margin-top: 40px;
}

.txtContentWp h3 {
  clear: both;
  margin: 48px 0 10px 0;
  padding: 10px 0;
  line-height: 30px;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555;
}
.cntBox li {
}

.cntBox li.sortationSq {
  margin-bottom: 15px;
  padding-left: 30px;
  text-align: justify;
  background-image: url("../img/common/cnt-bullet-l.png");
  background-repeat: no-repeat;
  background-position: 2px 6px;
}

.cntBox > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 56px;
}

.cntBox > img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.listTxtBox {
  margin-bottom: 26px;
}

.listTxtBox.dInfo {
  margin-top: 40px;
}
.listTxtBox.dInfo .emNumTit {
  margin-top: 32px;
}

.listTxtBox .emNumTit {
  clear: both;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 12px 0 10px;
  color: var(--color-primary400);
}
.listTxtBox .item {
  position: relative;
  padding-left: 2px;
  font-size: 1rem;
  line-height: 180%;
  color: var(--color-text-secondary);
}

.listTxtBox .tItem {
  /* font-size: 0.938rem; */
  font-size: 1rem;
  line-height: 160%;
  margin-top: 16px;
}
.intTxt .listTxtBox .tItem {
  margin-top: 10px;
}
.sod {
  /* font-size: 0.875rem; */
  font-size: 0.938rem;
  margin-top: 16px;
  line-height: 150%;
  color: var(--color-text-secondary);
  text-decoration: wavy;
}

.orgBox2 {
  border-radius: 4px;
  background-color: var(--color-beige-ltBg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;

  margin-bottom: 56px;
}

.orgBox2 img {
  max-width: 100%;
  height: auto;
}

/* 핵심가치 */
.coreValue {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.coreValue .cItem {
  flex: 1;
  text-align: center;
  padding: 26px 12px;
  border: 1px solid var(--color-border-dark);
  margin-left: -1px;
}
.coreValue .cItem:first-child {
  margin-left: 0;
}
.coreValue .cIcon {
  margin-bottom: 16px;
}
.coreValue .cIcon img {
  width: 72px;
  height: 72px;
}
.coreValue .cTitle {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary500);
  margin-bottom: 8px;
}
.coreValue .cDesc {
  font-size: 0.938rem;
  line-height: 150%;
  color: var(--color-secondary400);
  margin: 0;
  word-break: keep-all;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}
@media (max-width: 768px) {
  .orgBox2 {
    padding: 0;
  }
  .coreValue {
    flex-wrap: wrap;
  }
  .coreValue .cItem {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    margin-top: -1px;
    box-sizing: border-box;
  }
  .coreValue .cItem:nth-child(-n + 2) {
    margin-top: 0;
  }
  .coreValue .cItem:nth-child(odd) {
    border-right: none;
  }
  .coreValue .cItem:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 1px solid var(--color-border-dark);
  }
}
@media (max-width: 480px) {
  .coreValue .cItem {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: -1px;
    box-sizing: border-box;
    padding: 18px 10px;
  }
  .coreValue .cIcon {
    margin-bottom: 10px;
  }
  .coreValue .cIcon img {
    width: 64px;
    height: 64px;
  }
  .coreValue .cTitle {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .coreValue .cDesc {
    line-height: 130%;
  }
  .coreValue .cItem:nth-child(-n + 2) {
    margin-top: 0;
  }
  .coreValue .cItem:nth-child(odd) {
    border-right: none;
  }
  .coreValue .cItem:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 1px solid var(--color-border-dark);
  }
}

/* 주요업무 */
.taskGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  padding-bottom: 28px;
}
.taskCard {
  display: flex;
  align-items: flex-start;
  gap: 0;
  background: var(--color-bg-white);
  border-radius: 10px;
  padding: 28px 26px 32px 20px;
  overflow: hidden;
  border: 1px solid var(--color-border-dark);
  /* box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); */
}
.taskNumWrap {
  position: relative;
  flex-shrink: 0;
  width: 110px;
  height: 96px;
  margin-right: 18px;
}
.taskNum {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 96px;
  color: var(--color-primary20);
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  word-break: auto-phrase;
  white-space: nowrap;
}
.taskIconBox {
  position: absolute;
  left: 25px;
  top: 8px;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e895a7 0%, #970022 100%);
  /* box-shadow: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.taskIconBox .material-symbols-outlined {
  font-size: 32px;
  color: var(--color-text-white);
}
.taskInfo {
  flex: 1;
  padding-top: 10px;
  min-width: 0;
}
.taskTitle {
  display: block;
  font-size: 1.312rem;
  font-weight: 700;
  color: var(--color-primary700);
  line-height: 1.35;
  margin-bottom: 10px;
  word-break: keep-all;
}
.taskDesc {
  font-size: 0.938rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  margin: 0;
  word-break: keep-all;
  letter-spacing: -0.3px;
  width: 96%;
}
@media (max-width: 768px) {
  .taskGrid {
    grid-template-columns: 1fr;
  }
  .taskCard {
    padding: 24px 18px;
  }
  .taskNumWrap {
    width: 90px;
    height: 80px;
    margin-right: 16px;
  }
  .taskNum {
    font-size: 72px;
    line-height: 72px;
  }
  .taskIconBox {
    left: 14px;
    top: 4px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }
  .taskIconBox .material-symbols-outlined {
    font-size: 26px;
  }
  .taskTitle {
    font-size: 1.25rem;
  }
  .taskDesc {
    font-size: 0.9375rem;
  }
}

/* 센터장 인사말 */
.greetingWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 40px;
  gap: 40px;
}
.greetingLeft {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.greetingQuote {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary700);
  margin: 0;
  letter-spacing: 0.07px;
  word-break: keep-all;
}
.quoteOpen,
.quoteClose {
  width: 24px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}
.quoteOpen {
  align-self: flex-start;
  margin-top: 4px;
}
.quoteClose {
  align-self: flex-start;
  margin-top: 4px;
}
.greetingBody {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
}
.greetingSub {
  font-size: 1.188rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-primary500);
  margin: 0;
  letter-spacing: -0.3px;
}
.greetingText {
  display: flex;
  flex-direction: column;
  gap: 16px;
  word-break: keep-all;
}
.greetingText p {
  font-size: 1rem;
  line-height: 170%;
  color: var(--color-text-primary);
  margin: 0;
  letter-spacing: -0.3px;
}

@media (max-width: 1024px) {
  .greetingBody {
    width: 100%;
  }
}
/* 사진 + 서명 영역 */
.greetingRight {
  flex-shrink: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greetingPhoto {
  position: relative;
  width: 290px;
}

.greetingPhoto img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
.greetingSign {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  padding-top: 20px;
  width: 100%;
}
.greetingRole {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-text-primary);
  margin: 0;
  letter-spacing: -0.3px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  /* word-break: keep-all; */
}

.greetingRole span{
  /* white-space: nowrap; */
}

.greetingSignImg {
  height: 51px;
  width: auto;
}
@media (max-width: 768px) {
  .greetingRight {
    max-width: 268px;
    width: 100%;
  }
  .greetingLeft {
    gap: 20px;
  }
  .subName.introDecoTxt {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.375rem;
  }
  .greetingSign {
    align-items: center;
  }
  .greetingRole {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .greetingQuote {
    display: inline-block;
  }
  .quoteClose{
    margin-left: 6px;;
  }
  .quoteOpen{
    margin-right: 6px;;
  }
  .greetingPhoto {
    width: 100%;
  }
  .greetingSignImg {
    height: 38px;
  }
  .greetingWrap {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px 0;
    gap: 40px;
  }

  .quoteOpen,
  .quoteClose {
    font-size: 2rem;
  }
}

/* 오시는길 - 카카오맵 위젯 주소/전화만 숨김 */
.root_daum_roughmap_landing .address,
.root_daum_roughmap_landing .phone {
  display: none !important;
}
/* 오시는길 - 연락처 정보 */
.mapInfo {
  margin-top: 30px;
  padding: 20px 10px 24px;
  border-top: 1px solid #f2f2f2;
}
.mapInfo dl {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 6px 0;
}
.mapInfo dl + dl {
  /* border-top: 1px solid var(--color-border-light); */
}
.mapInfo dt {
  flex-shrink: 0;
  width: 100px;
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: var(--text-base);
}
.mapInfo dd {
  margin: 0;
  color: var(--color-text-body);
  font-size: var(--text-base);
}
.mapInfo dd a {
  color: var(--color-primary500);
  text-decoration: none;
}
.mapInfo dd a:hover {
  text-decoration: underline;
}

/* 손상정보 - 링크 버튼 */
.linkBtnCon {
  display: flex;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.linkBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 170px;
  padding: 28px 10px;
  background: var(--color-bg-white);
  border: 1px solid var(--color-border-light);
  border-radius: 10px;
  text-decoration: none;
  transition: var(--transition-normal);
}
.linkBtn:hover {
  border-color: var(--color-primary500);
  box-shadow: 0 4px 12px rgba(139, 0, 41, 0.1);
}

.linkBtn:hover .lkTxt {
  color: var(--color-primary500);
}
.linkBtn:hover .lkIcon {
  transform: scale(1.05);
}
.lkIcon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.lkIcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* PNG 아이콘(바로가기) 기본 회색, 호버 시 컬러 */
.lkIcon img[src$=".png"] {
  filter: grayscale(100%);
}
.linkBtn:hover .lkIcon img[src$=".png"] {
  filter: grayscale(0);
}
/* SVG 아이콘 호버 시 컬러 변경 (filter) */
.linkBtn:hover .lkIcon img[src$=".svg"] {
  filter: brightness(0) saturate(100%) invert(8%) sepia(90%) saturate(5000%)
    hue-rotate(335deg) brightness(70%) contrast(120%);
}
.lkTxt {
  font-size: var(--text-md);
  font-weight: var(--weight-medium);
  color: var(--color-text-primary);
  text-align: center;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.07px;
  white-space: nowrap;
  transition: var(--transition-fast);
}
@media (max-width: 991px) {
  .linkBtnCon {
    flex-wrap: wrap;
    justify-content: center;
  }
  .linkBtn {
    width: calc(33.333% - 12px);
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .linkBtnCon {
    gap: 10px;
  }
  .linkBtn {
    width: calc(50% - 6px);
    min-width: 0;
    padding: 20px 8px;
  }
  .lkIcon {
    width: 60px;
    height: 60px;
  }
  .lkTxt {
    font-size: var(--text-sm);
  }
}

/* 메인 비주얼 배너 */
.mainVisual {
  position: relative;
  width: 100%;
  height: 777px;
  overflow: hidden;
}
.mainVisual__bg {
  position: absolute;
  inset: 0;
  background: url("../img/main/main_visual_01.jpg") no-repeat left center /
    cover;
  animation: visualKenBurns 25s ease-in-out infinite alternate;
  will-change: transform;
  /* filter: url(#bokehNoise); */
}
@keyframes visualKenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.08) translate(-1%, -0.5%);
  }
}
.mainVisual__overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 24, 24, 0.14);
  z-index: 1;
}

/* 노이즈 SVG 필터 (화면에 보이지 않음) */
.mainVisual__noiseSvg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 보케 오브젝트 */
.mainVisual__bokeh {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
/* 보케1: 좌측 상단 영역 (노랑) */
.mainVisual__bokeh--1 {
  width: 35vw;
  height: 35vw;
  top: -10%;
  left: -5%;
  background: radial-gradient(
    circle,
    rgba(255, 245, 180, 0.25) 0%,
    rgba(255, 245, 180, 0) 50%
  );
  animation: bokehFloat1 28s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite
    alternate;
  mix-blend-mode: screen;
}
/* 보케2: 우측 영역 (레드) - 우측 사이드 유지 */
.mainVisual__bokeh--2 {
  width: 30vw;
  height: 30vw;
  top: -5%;
  right: -8%;
  background: radial-gradient(
    circle,
    rgba(255, 180, 180, 0.29) 0%,
    rgba(255, 180, 180, 0) 70%
  );
  animation: bokehFloat2 37s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite
    alternate;
}
/* 보케3: 중앙 하단 영역 (하늘) - 중앙에서 좌우 살짝 */
.mainVisual__bokeh--3 {
  width: 34vw;
  height: 34vw;
  bottom: -20%;
  left: 30%;
  background: radial-gradient(
    circle,
    rgba(180, 220, 255, 0.2) 0%,
    rgba(180, 220, 255, 0) 60%
  );
  animation: bokehFloat3 43s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  /* mix-blend-mode: lighten; */
}
/* 좌측 영역: 좌측 사이드에 오래 머무름 */
@keyframes bokehFloat1 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(2vw, 10vh);
  }
  30% {
    transform: translate(-3vw, 25vh);
  }
  45% {
    transform: translate(12vw, 15vh);
  }
  50% {
    transform: translate(12vw, 15vh);
  }
  55% {
    transform: translate(5vw, 30vh);
  }
  75% {
    transform: translate(-2vw, 12vh);
  }
  90% {
    transform: translate(3vw, 35vh);
  }
  100% {
    transform: translate(0, 5vh);
  }
}
/* 우측 영역: 우측 사이드 상하로 이동 */
@keyframes bokehFloat2 {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(-2vw, 15vh);
  }
  25% {
    transform: translate(-5vw, 30vh);
  }
  40% {
    transform: translate(0vw, 40vh);
  }
  55% {
    transform: translate(-3vw, 25vh);
  }
  70% {
    transform: translate(-6vw, 10vh);
  }
  85% {
    transform: translate(-2vw, 35vh);
  }
  100% {
    transform: translate(0, 5vh);
  }
}
/* 중앙 하단 기점 시계방향 타원 궤도 */
@keyframes bokehFloat3 {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(15vw, -10vh);
  }
  25% {
    transform: translate(25vw, -30vh);
  }
  37% {
    transform: translate(15vw, -42vh);
  }
  50% {
    transform: translate(-5vw, -38vh);
  }
  62% {
    transform: translate(-18vw, -20vh);
  }
  75% {
    transform: translate(-15vw, -5vh);
  }
  87% {
    transform: translate(-5vw, 3vh);
  }
  100% {
    transform: translate(0, 0);
  }
}
.mainVisual__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  gap: 20px;
  padding: 10px;
}
.mainVisual__title {
  font-size: var(--text-hero);
  font-weight: var(--weight-bold);
  color: var(--color-text-white);
  line-height: 1.6;
  letter-spacing: -1.43px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.mainVisual__desc {
  font-size: var(--text-2xl);
  font-weight: var(--weight-medium);
  color: var(--color-text-white);
  line-height: 1.6;
  letter-spacing: -0.53px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.54);
  margin: 0;
}
@media (max-width: 768px) {
  .mainVisual {
    height: 500px;
  }
  .mainVisual__title {
    font-size: 36px;
  }
  .mainVisual__desc {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mainVisual {
    height: 400px;
  }
  .mainVisual__title {
    font-size: 28px;
  }
  .mainVisual__desc {
    /* font-size: 14px; */
  }
}

.flexColumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flexColumn img {
  width: 100%;
  height: auto;
}

/* 손상발생현황 */
.noData {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
}
.posterList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.posterItem {
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* box-shadow: var(--bs-card-md); */
}
.posterItem img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* 첨부파일 호버스타일 */
.bdtFile a {
  padding: 3px;
  border-radius: 6px;
  border-top-left-radius: 16px;
  transition: var(--transition-fast);
  display: inline-block;
}

/* 2. 이미지 트랜지션 설정 (filter 속성에 애니메이션 적용) */
.bdtFile a img[src*="icon-pdf"],
.bdtFile a img[src*="icon-jpg"],
.bdtFile a img[src*="icon-hwp"] {
  transition: filter 0.2s ease;
}

/* 3. 호버 시 색상 변경 필터 적용 */
.bdtFile a:hover img[src*="icon-pdf"],
.bdtFile a:hover img[src*="icon-jpg"],
.bdtFile a:hover img[src*="icon-hwp"] {
  filter: invert(12%) sepia(87%) saturate(6146%) hue-rotate(-40deg)
    brightness(52%) contrast(106%);
}

.cdList .btnView {
  position: relative;
  transition: var(--transition-normal);
}
.cdList .btnView:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: translateY(-8px);
}

.btnView {
  position: relative;
  transition: var(--transition-normal);
}
.btnView:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bdtTitle i.fa-lock {
  color: #878790;
  font-size: 12px;
  margin-bottom: -1px;
  display: inline-block;
  line-height: 22px;
}

/* 계간지 */
/* 계간지 */

.btnDownload {
  position: relative;
  transition: var(--transition-normal);
}

.btnDownload em {
  position: relative;
  overflow: hidden;
}
.btnDownload em::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: var(--transition-normal);
  pointer-events: none;
  border-radius: 4px;
}
.btnDownload:hover em::after {
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 1);
}
.btnDownload:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  /* transform: translateY(-8px); */
}

.bdTb td.bdtTitle a.btnDownload:hover {
  transform: translateY(0px);
}

/* pdf viewer */
.pdf-viewer-wrap {
  padding: 12px 24px;
}

@media (max-width: 768px) {
  .pdf-viewer-wrap {
    padding: 6px 6px;
  }
}
note-statusbar { 
  display: none !important;  
}
.note-editor .note-resizebar { 
  display: none !important;  }