@charset "UTF-8";
.fcskyblue {
  color: #86bae2;
}

#wrap {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1000px) {
  #wrap {
    padding: 0 10px;
  }
}

/*학습지원센터 헤더*/
.top_header {
  background-color: whitesmoke;
  font-size: 14px;
}

.top_header #wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_header #wrap .home_btn {
  width: 50px;
  height: 100%;
  background-color: #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_header #wrap .home_btn i {
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1000px) {
  .top_header #wrap .btn {
    display: none;
  }
}

.top_header #wrap .btn a {
  display: inline-block;
  margin-left: 15px;
  padding: 10px 0;
}

.top_header #wrap .logo {
  width: 148px;
  position: absolute;
  left: 50%;
  cursor: pointer;
}

.top_header #wrap .logo img {
  width: 100%;
}

/*학습지원센터 헤더*/
@media (max-width: 1000px) {
  .middle_header {
    height: 35px;
  }
}

.middle_header #wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

@media (max-width: 1000px) {
  .middle_header #wrap {
    display: block;
    padding: 0 10px;
    background-color: #f5f5f5;
  }
}

.middle_header #wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .middle_header #wrap .left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.middle_header #wrap .left .logo {
  width: 250px;
  margin-right: 30px;
  cursor: pointer;
}

.middle_header #wrap .left .logo img {
  width: 100%;
}

.middle_header #wrap .left .menuicon {
  display: none;
}

@media (max-width: 1000px) {
  .middle_header #wrap .left .menuicon {
    display: block;
    margin-right: 10px;
  }
  .middle_header #wrap .left .menuicon i {
    font-size: 20px;
  }
}

.middle_header #wrap .left h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}

@media (max-width: 1000px) {
  .middle_header #wrap .left h1 {
    font-size: 20px;
  }
}

.middle_header #wrap .right {
  font-weight: 400;
}

@media (max-width: 1000px) {
  .middle_header #wrap .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: 500;
    width: 100%;
    z-index: 100;
    top: 94px;
    right: -100%;
    position: fixed;
    opacity: 0;
    background-color: #fff;
  }
}

.middle_header #wrap .right a {
  padding: 0 15px;
}

@media (max-width: 1000px) {
  .middle_header #wrap .right a {
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 45px;
  }
}

.middle_header #wrap .right a:hover,
.middle_header #wrap .right a.on {
  color: #3a87ef;
}

@media (max-width: 1000px) {
  .middle_header #wrap .right a:hover,
  .middle_header #wrap .right a.on {
    background-color: aliceblue;
    font-weight: bold;
  }
}

.middle_header #wrap .right .point {
  color: #fff;
  background-color: #3252a3;
  padding: 5px 14px;
  border-radius: 20px;
}

.middle_header #wrap .right i {
  margin-right: 9px;
}

.top_section {
  background-color: whitesmoke;
}

.notice-view-content .top_section.notice-view-title {
  background-color: #1a1a1a !important;
}

.top_section #wrap {
  position: relative;
}

.top_section #wrap .inner {
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
  .top_section #wrap .inner {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

.top_section #wrap .inner h2 {
  font-size: 30px;
}

@media (max-width: 700px) {
  .top_section #wrap .inner h2 {
    font-size: 18px;
    line-height: 30px;
  }
}

.top_section #wrap .inner .search_box {
  padding-left: 40px;
}

@media (max-width: 700px) {
  .top_section #wrap .inner .search_box {
    padding-left: 0;
  }
}

.top_section #wrap .inner .search_box input {
  background-color: #fff;
  width: 100%;
  border-bottom: none;
  border-radius: 25px;
  padding-left: 20px;
}

.top_section #wrap .inner .search_box span {
  right: 20px;
}

@media (max-width: 700px) {
  .top_section #wrap .inner .search_box span {
    right: 14px;
    bottom: 6px;
  }
}

.top_section #wrap .navi {
  position: absolute;
  top: -70px;
  right: 30px;
  font-size: 14px;
  color: #767676;
}

@media (max-width: 700px) {
  .top_section #wrap .navi {
    top: -35px;
    right: 19px;
    font-size: 12px;
  }
}

.category {
  border-bottom: 1px solid #707070;
  font-size: 17px;
  font-weight: 500;
  color: #9c9c9c;
}

@media (max-width: 1000px) {
  .category {
    margin-bottom: -10px;
    font-weight: 400;
  }
  .category #wrap {
    padding: 0;
  }
}

.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .category ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.category ul li {
  padding: 20px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .category ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid;
    position: relative;
    bottom: -1px;
  }
}

.category ul li.on {
  color: #333;
  border-bottom: 3px solid #333;
}

.support_content {
  padding: 0px 0;
}

.support_content.notice-view-content {
  padding: 0 !important;
  background-color: #1a1a1a !important;
}

@media (max-width: 1000px) {
  .support_content {
    padding: 0px 0;
  }
  
  .support_content.notice-view-content {
    padding: 0 !important;
  }
}

.support_content #wrap {
  position: relative;
}

.support_content #wrap .count {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 1000px) {
  .support_content #wrap .count {
    font-size: 16px;
    font-weight: 500;
  }
}

.support_content #wrap .count span {
  color: #fa9726;
}

.support_content #wrap > button {
  position: absolute;
  top: -14px;
  right: 20px;
  padding: 7px 12px;
  line-height: 23px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 1000px) {
  .support_content #wrap > button {
    top: -4px;
    right: 13px;
    padding: 3px 7px;
    line-height: 21px;
    font-size: 13px;
  }
}

.support_content #wrap > button i {
  margin-right: 5px;
}

.support_content #wrap .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.support_content #wrap .button_wrap button {
  background-color: #ebebeb;
  padding: 13px 0;
  text-align: center;
  width: 100px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.support_content #wrap .button_wrap button:hover {
  font-weight: bold;
}

.support_content #wrap ul {
  margin: 15px 0;
  border-top: 2px solid #2d2d2d;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .support_content #wrap ul {
    font-size: 14px;
  }
}

.support_content #wrap ul #ContentView {
  padding: 20px 5px;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .support_content #wrap ul #ContentView {
    padding-right: 50px;
  }
}

.support_content #wrap ul #ContentView .date {
  position: absolute;
  right: 50px;
}

.support_content #wrap ul #ContentView i {
  position: absolute;
  right: 11px;
  top: 20px;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .support_content #wrap ul #ContentView i {
    font-size: 17px;
  }
}

.support_content #wrap ul #ContentElement {
  padding: 20px;
  background-color: #f1f6f9;
  border-bottom: 1px solid #2d2d2d;
  line-height: 30px;
}

.support_content #wrap ul #ContentView.q {
  padding-left: 70px;
  position: relative;
}

.support_content #wrap ul #ContentView.q::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "Q";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #2d2d2d;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}

.support_content #wrap ul #ContentElement.a {
  padding-left: 70px;
  position: relative;
}

.support_content #wrap ul #ContentElement.a::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "A";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #3a87ef;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}

.support_content #wrap .pagination {
  padding: 20px 0;
}

.support_content #wrap .pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support_content #wrap .pagination ol li {
  margin: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.support_content #wrap .pagination ol li.on {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 50%;
}

/*1:1문의 팝업*/
#modal01 {
  padding: 50px;
}

@media (max-width: 1000px) {
  #modal01 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

#modal01 .close-btn {
  top: 50px;
  right: 50px;
}

@media (max-width: 1000px) {
  #modal01 .close-btn {
    top: 30px;
    right: 25px;
  }
  #modal01 .close-btn i {
    font-size: 30px;
  }
}

#modal01 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

@media (max-width: 1000px) {
  #modal01 h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

#modal01 .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  #modal01 .input_wrap {
    display: block;
    margin-top: 20px !important;
  }
}

#modal01 .input_wrap .title {
  font-size: 17px;
  padding: 10px;
  width: 136px;
}

@media (max-width: 1000px) {
  #modal01 .input_wrap .title {
    font-size: 15px;
    padding: 10px 0;
  }
}

#modal01 .input_wrap .input_box.captcha_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#modal01 .input_wrap .input_box.captcha_box .captcha {
  width: 100px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal01 .input_wrap .input_box.captcha_box .captcha img {
  width: 100%;
}

#modal01 .input_wrap .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 650px;
}

@media (max-width: 1000px) {
  #modal01 .input_wrap .input_box {
    width: 100%;
  }
}

#modal01 .input_wrap .input_box select,
#modal01 .input_wrap .input_box input,
#modal01 .input_wrap .input_box textarea {
  border: 1px solid #777;
  padding: 10px;
  border-radius: 8px;
  margin: 5px 0;
  position: relative;
}

#modal01 .input_wrap .input_box select {
  background: url("/m_common/img/caret-down-fill.png") no-repeat 97% 50%;
}

#modal01 .input_wrap .input_box select option {
  padding: 2px 5px;
}

#modal01 .input_wrap .input_box select option:hover {
  background-color: aliceblue;
}

#modal01 .input_wrap .input_box input#DatePicker {
  background: url(../img/common/calendar-blank.png) no-repeat 3% 50%;
  padding-left: 50px;
}

#modal01 .input_wrap .input_box .input-date {
  width: 49%;
  margin-right: 1%;
}

#modal01 .input_wrap .input_box .input-time {
  width: 49%;
}

#modal01 .input_wrap .input_box .input-hp {
  width: 49%;
  margin-right: 1%;
  background-color: #f6f6f6;
}

#modal01 .input_wrap .input_box .btn-modify {
  width: 100px;
}

#modal01 .input_wrap .input_box .input-content {
  height: 150px;
}

#modal01 .input_wrap .input_box .input-file {
  border: none;
}

#modal01 .input_wrap .input_box .input-file::file-selector-button {
  width: 147px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

#modal01 .input_wrap .input_box #output-file {
  display: block;
  white-space: pre-wrap;
}

#modal01 .input_wrap .input_box button {
  width: 147px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 6px;
}

#modal01 .input_wrap .input_box span {
  font-size: 14px;
  color: #999;
}

#modal01 .notice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  background-color: whitesmoke;
  padding: 20px;
}

#modal01 .notice_box .title {
  font-size: 17px;
  width: 116px;
  line-height: 26px;
  padding: 10px;
}

#modal01 .notice_box ul {
  margin-bottom: 20px;
}

#modal01 .notice_box ul li {
  display: inline;
}

#modal01 .notice_box ul .bar {
  margin: 0 30px;
}

#modal01 .notice_box p {
  font-size: 14px;
}

#modal01 .submit_btn {
  text-align: center;
  margin-top: 40px;
}

#modal01 .submit_btn button {
  width: 300px;
  padding: 10px 0;
  background-color: #2d2d2d;
  color: #fff;
  font-weight: 500;
}

#modal02 {
  padding: 40px 100px;
  border-radius: 37px;
}

#modal02 .close-btn {
  top: 30px;
  right: 30px;
}

#modal02 .complete_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#modal02 .complete_inner i {
  font-size: 80px;
  color: #2c5db4;
}

#modal02 .complete_inner strong {
  font-size: 30px;
  margin: 20px 0;
}

#modal02 .complete_inner p {
  line-height: 30px;
}

#modal02 .btn {
  text-align: center;
  margin: 35px 0;
}

#modal02 .btn a {
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

/*원격지원*/
.remote_wrap {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .remote_wrap {
    padding: 20px 0;
    display: block;
  }
}

.remote_wrap .left strong {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .remote_wrap .left strong {
    font-size: 27px;
  }
}

@media (max-width: 700px) {
  .remote_wrap .left strong {
    font-size: 20px;
  }
}

.remote_wrap .left span {
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  display: block;
}

@media (max-width: 700px) {
  .remote_wrap .left span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.remote_wrap .left button {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #3a87ef;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 700px) {
  .remote_wrap .left button {
    width: 180px;
    height: 40px;
  }
}

@media (max-width: 700px) {
  .remote_wrap .right {
    margin-top: 33px;
    padding: 0 15px;
  }
  .remote_wrap .right img {
    width: 100%;
  }
}

/*공지사항,학습자료실 게시판*/
.tableTypeA_top .title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .tableTypeA_top .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.tableTypeA_top .title span {
  margin-right: 10px;
}

.tableTypeA_top .detail {
  overflow: hidden;
  margin: 20px 0;
}

@media (max-width: 1000px) {
  .tableTypeA_top .detail {
    margin: 15px 0;
  }
}

.tableTypeA_top .detail > div {
  float: left;
  font-size: 13px;
}

.tableTypeA_top .detail > div span {
  margin-right: 10px;
  font-weight: 500;
}

@media (max-width: 700px) {
  .tableTypeA_top .detail .bar {
    display: none;
  }
}

.tableTypeA_top .detail .date,
.tableTypeA_top .detail .left {
  margin-right: 30px;
}

@media (max-width: 700px) {
  .tableTypeA_top .detail .date,
  .tableTypeA_top .detail .left {
    margin-right: 7px;
  }
}

.tableTypeA_top .detail .view,
.tableTypeA_top .detail .right {
  margin-left: 30px;
}

@media (max-width: 700px) {
  .tableTypeA_top .detail .view,
  .tableTypeA_top .detail .right {
    margin-left: 7px;
  }
}

.tableTypeA {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .tableTypeA {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .tableTypeA .mh {
    display: none;
    visibility: hidden;
    width: 0%;
  }
  .tableTypeA .al {
    padding: 15px 5px;
  }
}

.tableTypeA table {
  width: 100%;
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
}

.tableTypeA table tr {
  border-top: 1px solid #555;
}

.tableTypeA table tr.notice-dropdown-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.tableTypeA table th,
.tableTypeA table td {
  padding: 20px 0;
  text-align: center;
}

.tableTypeA table td.notice-dropdown-content {
  padding: 0 !important;
  text-align: left !important;
  background-color: #1a1a1a !important;
}

.tableTypeA table td.notice-dropdown-content * {
  background-color: transparent !important;
}

.tableTypeA table td.notice-dropdown-content p,
.tableTypeA table td.notice-dropdown-content div,
.tableTypeA table td.notice-dropdown-content span,
.tableTypeA table td.notice-dropdown-content a {
  background-color: transparent !important;
  color: #ffffff !important;
}

@media (max-width: 1000px) {
  .tableTypeA table th {
    display: none;
  }
  .tableTypeA table td img {
    width: 100%;
  }
}

.tableTypeA table th {
  background-color: whitesmoke;
}

.tableTypeA table th i {
  color: #b5cff0;
  font-size: 22px;
  margin-left: 3px;
}

.tableTypeA table td a {
  display: block;
  margin-bottom: 5px;
}

.tableTypeA table tr.file th, .tableTypeA table tr.file td {
  font-size: 13px;
}

.tableTypeA table tr.file td {
  padding: 15px 0 12px 20px;
  text-align: left;
}

.tableTypeA table img.download {
  width: 26px;
}

.tableTypeA table img.download_view {
  margin-right: 10px;
  margin-top: -1px;
  width: 16px;
}

.tableTypeA table .content {
  padding: 20px 0;
  text-align: left;
}

/* Override for dropdown content to ensure dark background */
.tableTypeA table tr.notice-dropdown-row .content,
.tableTypeA table tr.notice-dropdown-row td {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.tableTypeA table tr.notice-dropdown-row td * {
  background-color: transparent !important;
  color: #ffffff !important;
}

@media (max-width: 600px) {
  .tableTypeA table .content {
    font-size: 14px !important;
  }
}

.comment {
  position: relative;
  border-bottom: 1px solid #555;
  padding-bottom: 40px;
}

.comment .left {
  position: absolute;
  left: 0;
}

.comment .left i {
  width: 17px;
  height: 17px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  display: inline-block;
}

.comment .left span {
  font-size: 14px;
  font-weight: bold;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background-color: #90c0ef;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  margin-left: 10px;
}

.comment .right {
  padding-left: 94px;
}

.comment .right b {
  color: #90c0ef;
  font-weight: bold;
  display: block;
}

.comment .right span {
  font-size: 12px;
  color: #999;
}

.comment .right p {
  margin-top: 10px;
}

.tableTypeA.comment-file {
  margin-top: 0px;
}

@media (max-width: 1000px) {
  .tableTypeA.comment-file {
    margin-top: 0px;
  }
}

.tableTypeA.comment-file table {
  border-top: 0px solid #555;
}

.tableTypeA.comment-file table tr {
  border-top: 0px solid #555;
}

/*페이지 넘버*/
.pagination {
  padding: 20px 0;
}

.pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ol li {
  margin: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.pagination ol li.on {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 50%;
}

/*전화번호 input*/
.phonenumber_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phonenumber_input input {
  width: 30%;
}

/*이벤트*/
.event_con {
  padding-bottom: 150px;
}

.event_con h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .event_con h1 {
    font-size: 20px;
    margin-top: 37px;
    margin-bottom: 30px;
  }
}

.event_con .content1 .table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .event_con .content1 .table {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .event_con .content1 .table {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .event_con .content1 .table {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.event_con .content1 .table > div {
  position: relative;
}

.event_con .content1 .table > div .img {
  width: 290px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
}

.event_con .content1 .table > div .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.event_con .content1 .table > div .txt {
  margin: 20px 0;
}

.event_con .content1 .table > div .txt .date {
  font-size: 15px;
  color: #999;
}

.event_con .content1 .table > div .txt .title {
  display: block;
  line-height: 30px;
}

.event_con .content1 .table > div .txt .detail {
  font-size: 15px;
  color: #999;
}

.event_con .content1 .table > div::after {
  position: absolute;
  right: -10px;
  top: 0px;
  content: "";
  width: 1px;
  height: 300px;
  background-color: #ccc;
}

.event_con .content2 ul {
  margin: 15px 0;
  border-top: 2px solid #2d2d2d;
  font-size: 16px;
}

.event_con .content2 ul #ContentView {
  padding: 20px 5px;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView {
    padding: 15px 5px;
  }
}

.event_con .content2 ul #ContentView .date {
  position: absolute;
  right: 50px;
}

.event_con .content2 ul #ContentView i {
  position: absolute;
  right: 11px;
  top: 20px;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView i {
    font-size: 17px;
  }
}

.event_con .content2 ul #ContentElement {
  padding: 20px;
  background-color: #f1f6f9;
  border-bottom: 1px solid #2d2d2d;
  line-height: 30px;
}

.event_con .content2 ul #ContentView.q {
  padding-left: 70px;
  position: relative;
}

@media (max-width: 1000px) {
  .event_con .content2 ul #ContentView.q {
    padding-left: 55px;
    padding-right: 42px;
    font-size: 14px;
  }
}

.event_con .content2 ul #ContentView.q::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "Q";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #2d2d2d;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}

.event_con .content2 ul #ContentElement.a {
  padding-left: 70px;
  position: relative;
}

@media (max-width: 1000px) {
  .event_con .content2 ul #ContentElement.a {
    font-size: 14px;
    line-height: 20px;
  }
}

.event_con .content2 ul #ContentElement.a::after {
  position: absolute;
  left: 18px;
  top: 19px;
  content: "A";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #3a87ef;
  color: #fff;
  font-family: initial;
  text-align: center;
  line-height: 24px;
}

.event_con .event_view .title {
  border-top: 1px solid;
  padding: 25px 0;
}

.event_con .event_view .title strong {
  display: block;
  font-size: 24px;
  margin-bottom: 14px;
}

.event_con .event_view .title span {
  font-size: 14px;
  margin-right: 7px;
}

.event_con .event_view .content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 20px;
  line-height: 25px;
}

/*학습자료실*/
.edudata_content {
  padding: 70px 0;
}

@media (max-width: 1000px) {
  .edudata_content {
    padding: 40px 0;
  }
}

.edudata_content .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.edudata_content .button_wrap button {
  background-color: #ebebeb;
  padding: 13px 0;
  text-align: center;
  width: 187px;
  border-radius: 10px;
}

.edudata_content .button_wrap button.save {
  background-color: #357af2;
  color: #fff;
}

.edudata_top {
  position: relative;
}

@media (max-width: 1000px) {
  .edudata_top {
    display: none;
  }
}

.edudata_top .search_box {
  padding-left: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}

.edudata_top .search_box input {
  background-color: #f5f5f5;
  width: 100%;
  border-bottom: none;
  border-radius: 25px;
  padding-left: 20px;
}

.edudata_top .search_box input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.edudata_top .search_box input:-ms-input-placeholder {
  color: #9c9c9c;
}

.edudata_top .search_box input::-ms-input-placeholder {
  color: #9c9c9c;
}

.edudata_top .search_box input::placeholder {
  color: #9c9c9c;
}

.edudata_top .search_box span {
  right: 20px;
}

.edudata_top .count {
  font-weight: 600;
  font-size: 20px;
}

.edudata_top .count span {
  color: #fa9726;
}

.complete_popup {
  padding: 40px 100px;
  border-radius: 37px;
}

.complete_popup .close-btn {
  top: 30px;
  right: 30px;
}

.complete_popup .complete_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 400px;
}

@media (max-width: 1000px) {
  .complete_popup .complete_inner {
    width: auto;
  }
}

.complete_popup .complete_inner i {
  font-size: 80px;
  color: #2c5db4;
}

.complete_popup .complete_inner strong {
  font-size: 30px;
  margin: 20px 0;
}

.complete_popup .complete_inner p {
  line-height: 30px;
}

.complete_popup .btn {
  text-align: center;
  margin: 35px 0 10px 0;
  width: 100%;
}

.complete_popup .btn a {
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  padding: 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

/* ============================================
   Dark Theme Styles for Notice Page (공지사항)
   ============================================ */

/* ============================================
   Dark Theme Navigation for Notice Page
   ============================================ */

/* Dark theme for mobile header - notice page specific */
/* Using :has() selector with fallbacks */
body:has(.support_content .tableTypeA table thead th:first-child) .top_header.white,
body:has(.user-progress-section-overlay) .top_header.white {
  background-color: #1d1d1d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_header.white #wrap .mobile-header,
body:has(.user-progress-section-overlay) .top_header.white #wrap .mobile-header {
  background-color: #1d1d1d !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_header.white #wrap .mobile-header .menu-list,
body:has(.user-progress-section-overlay) .top_header.white #wrap .mobile-header .menu-list {
  background-color: transparent !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_header.white #wrap .mobile-header .menu-list .menu-icon,
body:has(.user-progress-section-overlay) .top_header.white #wrap .mobile-header .menu-list .menu-icon {
  filter: brightness(0) invert(1);
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_header.white #wrap .mobile-header .logo-link,
body:has(.user-progress-section-overlay) .top_header.white #wrap .mobile-header .logo-link {
  margin-left: 20px !important;
}

/* User progress content - when it follows top_header.white (adjacent sibling - widely supported) */
.top_header.white + .top_status.user-progress-content {
  background-color: #1a1a1a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 12px 0 !important;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .user-name {
  color: #3a87ef !important;
  font-weight: 500;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-bg {
  stroke: rgba(255, 255, 255, 0.2);
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-fill {
  stroke: #3a87ef;
  transition: stroke-dasharray 0.3s ease;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-wrapper .completion-percent {
  color: #3a87ef !important;
  font-weight: 500;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .training-period {
  color: #ffffff !important;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .separator {
  color: #ffffff !important;
  margin: 0 8px;
  opacity: 0.5;
}

.top_header.white + .top_status.user-progress-content #wrap .left .txt .completion-standard {
  color: #ffffff !important;
}

/* Additional fallback - target header when user-progress-content exists on page */
body .top_status.user-progress-content ~ .top_section,
body .top_status.user-progress-content + .top_section {
  /* This helps identify notice page structure */
}

/* Direct styling for user-progress-content (always applies when class exists) */
.top_status.user-progress-content {
  background-color: #1a1a1a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 12px 0 !important;
}

.top_status.user-progress-content #wrap .left .txt {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
}

.top_status.user-progress-content #wrap .left .txt .user-name {
  color: #3a87ef !important;
  font-weight: 500;
}

.top_status.user-progress-content #wrap .left .txt .completion-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-bg {
  stroke: rgba(255, 255, 255, 0.2);
}

.top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-fill {
  stroke: #3a87ef;
  transition: stroke-dasharray 0.3s ease;
}

.top_status.user-progress-content #wrap .left .txt .completion-wrapper .completion-percent {
  color: #3a87ef !important;
  font-weight: 500;
}

.top_status.user-progress-content #wrap .left .txt .training-period {
  color: #ffffff !important;
}

.top_status.user-progress-content #wrap .left .txt .separator {
  color: #ffffff !important;
  margin: 0 8px;
  opacity: 0.5;
}

.top_status.user-progress-content #wrap .left .txt .completion-standard {
  color: #ffffff !important;
}

/* User progress content dark theme styling */
body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content {
  background-color: #1a1a1a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 12px 0 !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .user-name {
  color: #3a87ef !important;
  font-weight: 500;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-bg {
  stroke: rgba(255, 255, 255, 0.2);
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-wrapper .progress-circle .progress-fill {
  stroke: #3a87ef;
  transition: stroke-dasharray 0.3s ease;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-wrapper .completion-percent {
  color: #3a87ef !important;
  font-weight: 500;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .training-period {
  color: #ffffff !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .separator {
  color: #ffffff !important;
  margin: 0 8px;
  opacity: 0.5;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_status.user-progress-content #wrap .left .txt .completion-standard {
  color: #ffffff !important;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_section {
  background-color: #1a1a1a;
  padding: 30px 0;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap {
  position: relative;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap .inner {
  position: relative;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap .inner h2 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}

@media (max-width: 700px) {
  body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap .inner h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

/* Horizontal line fully extended */
body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap .inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #ffffff;
}

body:has(.support_content .tableTypeA table thead th:first-child) .top_section #wrap .inner .search_box {
  display: none;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content {
  background-color: #1a1a1a;
  padding: 40px 0 70px;
  min-height: calc(100vh - 200px);
  color: #ffffff;
}

@media (max-width: 1000px) {
  body:has(.support_content .tableTypeA table thead th:first-child) .support_content {
    padding: 30px 0 50px;
  }
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .count {
  display: none;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA {
  margin-top: 0;
  margin-bottom: 40px;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table {
  border: none;
  background: transparent;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table thead {
  display: none;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  padding: 15px 20px;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr:first-child {
  border-top: none;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td {
  display: block;
  padding: 0;
  text-align: left;
  border: none;
  color: #ffffff;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td:first-child {
  display: none;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al {
  display: block;
  width: 100%;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al a:hover {
  color: #3a87ef;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .notice-date {
  font-size: 13px;
  color: #9c9c9c;
  font-weight: 400;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .download-icon {
  color: #8371F3;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .download-icon i {
  color: #8371F3;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .fcskyblue {
  color: #8371F3 !important;
  font-size: 13px;
  font-weight: 400;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .download-icon {
  color: #8371F3;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al .notice-meta .download-icon i {
  color: #8371F3;
}

@media (max-width: 700px) {
  body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .tableTypeA table tbody tr td.al a {
    font-size: 14px;
  }
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination {
  position: relative;
  padding: 30px 0 20px;
}

/* Horizontal line above pagination */
body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #ffffff;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li {
  margin: 0;
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li a i {
  font-size: 16px;
  color: #ffffff;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li a:hover {
  color: #3a87ef;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li a:hover i {
  color: #3a87ef;
}

body:has(.support_content .tableTypeA table thead th:first-child) .support_content #wrap .pagination ol li.on a {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
}

/* ============================================
   Notice View Page Styles
   ============================================ */

.notice-view-content {
  background-color: #1a1a1a !important;
  padding: 0 !important;
}

.notice-view-content.support_content {
  background-color: #1a1a1a !important;
  padding: 0 !important;
}

.notice-view-content #wrap {
  background-color: #1a1a1a !important;
}

.notice-view-content .notice-view-title {
  background-color: #1a1a1a !important;
  padding: 30px 0 20px !important;
}

.notice-view-content .notice-view-title .inner {
  background-color: #1a1a1a !important;
}

.notice-view-content .notice-view-title .inner {
  position: relative;
}

.notice-view-content .notice-view-title .inner h2 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 700px) {
  .notice-view-content .notice-view-title .inner h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

.notice-view-content .notice-view-title .inner h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #ffffff;
}

.notice-view-content .notice-view-notice-title {
  background-color: #1a1a1a !important;
  padding: 20px 20px 10px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.notice-view-content .notice-view-date {
  background-color: #1a1a1a !important;
  padding: 0px 20px 15px !important;
  color: #a6a5a5 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice-view-content .notice-view-body {
  background-color: #1a1a1a !important;
  padding: 0 20px 30px !important;
}

.notice-view-content .notice-view-body .notice-content-text {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

.notice-view-content .notice-view-body .notice-content-text p {
  margin-bottom: 15px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.notice-view-content .notice-view-body .notice-content-text strong,
.notice-view-content .notice-view-body .notice-content-text b {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.notice-view-content .notice-view-body .notice-content-text * {
  font-size: 14px !important;
  color: #ffffff !important;
}

.notice-view-content .notice-view-files {
  background-color: #1a1a1a !important;
  padding: 20px 20px 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.notice-view-content .notice-view-files .files-label {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.notice-view-content .notice-view-files .files-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.notice-view-content .notice-view-files .file-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  padding: 5px 0 !important;
  line-height: 1.5 !important;
}

.notice-view-content .notice-view-files .file-item .file-name {
  color: #ffffff !important;
  font-size: 14px !important;
  flex: 1 !important;
  line-height: 1.5 !important;
}

.notice-view-content .notice-view-files .file-item .download-icon {
  color: #8371F3 !important;
  font-size: 14px !important;
  margin-left: 10px !important;
  flex-shrink: 0 !important;
}

.notice-view-content .notice-view-bottom {
  background-color: #1a1a1a !important;
  padding: 30px 20px !important;
  display: flex !important;
  justify-content: center !important;
}

.notice-view-content .notice-view-bottom .notice-list-btn {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  padding: 10px 30px !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  line-height: 1.5 !important;
}

.notice-view-content .notice-view-bottom .notice-list-btn:hover {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

/* Dark theme navigation for notice view page */
body:has(.notice-view-content) .top_header.white {
  background-color: #1d1d1d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative !important;
}

body:has(.notice-view-content) .top_header.white #wrap .mobile-header {
  background-color: #1d1d1d !important;
}

body:has(.notice-view-content) .top_header.white #wrap .mobile-header .menu-list {
  background-color: transparent !important;
}

body:has(.notice-view-content) .top_header.white #wrap .mobile-header .menu-list .menu-icon {
  filter: brightness(0) invert(1);
}

body:has(.notice-view-content) .top_header.white #wrap .mobile-header .logo-link {
  margin-left: 20px !important;
}

/* Ensure body and html have dark background for notice view page */
body:has(.notice-view-content) {
  background-color: #1a1a1a !important;
}

body:has(.notice-view-content) .support_content.notice-view-content,
body:has(.notice-view-content) .support_content.notice-view-content * {
  background-color: #1a1a1a !important;
}

body:has(.notice-view-content) .support_content.notice-view-content .top_section,
body:has(.notice-view-content) .support_content.notice-view-content .top_section * {
  background-color: #1a1a1a !important;
}

/* Notice Dropdown Styles */
.notice-dropdown-row {
  background-color: #1a1a1a !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: none;
}

.notice-dropdown-row[style*="display: table-row"],
.notice-dropdown-row:not([style*="display: none"]) {
  display: table-row !important;
}

.notice-dropdown-row td {
  border: none !important;
  padding: 0 !important;
  background-color: #1a1a1a !important;
}

.notice-dropdown-content {
  padding: 0 !important;
  background-color: #1a1a1a !important;
  border: none !important;
  display: block !important;
}

/* Use notice-view-content styles from notice_view.html */
.notice-dropdown-content .support_content.notice-view-content {
  padding: 0 !important;
  background-color: #1a1a1a !important;
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  min-height: auto !important;
}

.notice-dropdown-content .support_content.notice-view-content * {
  background-color: transparent !important;
}

.notice-dropdown-content .support_content.notice-view-content p,
.notice-dropdown-content .support_content.notice-view-content div,
.notice-dropdown-content .support_content.notice-view-content span,
.notice-dropdown-content .support_content.notice-view-content li,
.notice-dropdown-content .support_content.notice-view-content ul,
.notice-dropdown-content .support_content.notice-view-content ol {
  background-color: transparent !important;
  color: #ffffff !important;
}

.notice-dropdown-content .support_content.notice-view-content #wrap {
  padding: 0 !important;
  max-width: 100% !important;
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  background-color: #1a1a1a !important;
}

.notice-dropdown-content .support_content.notice-view-content .notice-view-date {
  padding: 20px 0 15px !important;
  padding-left: 20px !important;
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

.notice-dropdown-content .support_content.notice-view-content .notice-view-body {
  padding: 0 20px 30px !important;
  background-color: #1a1a1a !important;
}

.notice-dropdown-content .support_content.notice-view-content .notice-view-bottom {
  padding: 20px 20px 30px !important;
  background-color: #1a1a1a !important;
}

.notice-dropdown-content .support_content.notice-view-content .notice-view-date,
.notice-dropdown-content .support_content.notice-view-content .notice-view-body,
.notice-dropdown-content .support_content.notice-view-content .notice-view-bottom {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
}

.notice-dropdown-content .notice-view-date {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 20px 0 15px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-body {
  background-color: #1a1a1a !important;
  padding: 0 0 30px !important;
  display: block !important;
  visibility: visible !important;
}

.notice-dropdown-content .notice-view-body .notice-content-text {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-body .notice-content-text p {
  margin-bottom: 15px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-body .notice-content-text strong,
.notice-dropdown-content .notice-view-body .notice-content-text b {
  color: #ffffff !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-body .notice-content-text * {
  color: #ffffff !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-bottom {
  background-color: #1a1a1a !important;
  padding: 20px 0 30px !important;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
}

.notice-dropdown-content .notice-view-bottom::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 94vw !important;
  height: 1px !important;
  background-color: #ffffff !important;
  display: block !important;
  visibility: visible !important;
}

.notice-dropdown-content .notice-view-bottom .download-section {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  padding-top: 20px !important;
  visibility: visible !important;
}

.notice-dropdown-content .notice-view-bottom .download-section .download-link {
  color: #8371F3 !important;
  font-size: 24px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.notice-dropdown-content .notice-view-bottom .download-section .download-link i {
  color: #8371F3 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.notice-title-link.active {
  color: #3a87ef !important;
}

/* Comprehensive overrides for dropdown to ensure all elements are readable */
.notice-dropdown-row td.notice-dropdown-content,
.notice-dropdown-row td.notice-dropdown-content *,
.notice-dropdown-row td.notice-dropdown-content *::before,
.notice-dropdown-row td.notice-dropdown-content *::after {
  background-color: transparent !important;
  background: transparent !important;
}

.notice-dropdown-row td.notice-dropdown-content {
  background-color: #1a1a1a !important;
  background: #1a1a1a !important;
}

.notice-dropdown-row td.notice-dropdown-content p,
.notice-dropdown-row td.notice-dropdown-content div,
.notice-dropdown-row td.notice-dropdown-content span,
.notice-dropdown-row td.notice-dropdown-content h1,
.notice-dropdown-row td.notice-dropdown-content h2,
.notice-dropdown-row td.notice-dropdown-content h3,
.notice-dropdown-row td.notice-dropdown-content h4,
.notice-dropdown-row td.notice-dropdown-content h5,
.notice-dropdown-row td.notice-dropdown-content h6,
.notice-dropdown-row td.notice-dropdown-content ul,
.notice-dropdown-row td.notice-dropdown-content ol,
.notice-dropdown-row td.notice-dropdown-content li,
.notice-dropdown-row td.notice-dropdown-content a:not(.download-link) {
  color: #ffffff !important;
  background-color: transparent !important;
  background: transparent !important;
}

.notice-dropdown-row td.notice-dropdown-content a.download-link,
.notice-dropdown-row td.notice-dropdown-content a.download-link i {
  color: #8371F3 !important;
  background-color: transparent !important;
}
/* ============================================
   Counsel Ask Modal Styles (상담 문의 등록)
   ============================================ */

#DataResult {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #1a1a1a !important;
  color: #fff;
  z-index: 10000 !important;
  overflow-y: auto !important;
  transform: none !important;
}

/* Override for counsel ask popup - make it compact and interactive */
#DataResult.counsel-popup-active,
#DataResult:has(.modal-wrap2) {
  top: auto !important;
  bottom: 30px !important;
  left: 50% !important;
  right: auto !important;
  width: 90% !important;
  max-width: 500px !important;
  height: auto !important;
  max-height: 85vh !important;
  transform: translateX(-50%) !important;
  background-color: transparent !important;
  pointer-events: auto !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  touch-action: manipulation !important;
}

/* Ensure form elements are interactive */
#DataResult.counsel-popup-active input,
#DataResult.counsel-popup-active select,
#DataResult.counsel-popup-active textarea,
#DataResult.counsel-popup-active button,
#DataResult:has(.modal-wrap2) input,
#DataResult:has(.modal-wrap2) select,
#DataResult:has(.modal-wrap2) textarea,
#DataResult:has(.modal-wrap2) button {
  pointer-events: auto !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  touch-action: manipulation !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #333 !important;
  background-color: #fff !important;
}

.modal-wrap2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px 50px;
  color: #fff;
}

.modal-wrap2 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
}

.modal-wrap2 .input_wrap {
  margin-bottom: 20px;
}

.modal-wrap2 .input_wrap .title {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #fff;
}

.modal-wrap2 .input_box input,
.modal-wrap2 .input_box textarea,
.modal-wrap2 .input_box select {
  width: 100%;
  padding: 10px;
  background-color: #2d2d2d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.modal-wrap2 .input_box input::placeholder,
.modal-wrap2 .input_box textarea::placeholder {
  color: #888;
}

.modal-wrap2 .input_box input[type="text"] {
  margin-bottom: 0;
}

.modal-wrap2 .input_box textarea {
  resize: vertical;
  min-height: 150px;
}

.modal-wrap2 .input_box select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}

.modal-wrap2 .security-code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.modal-wrap2 .security-code-display {
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  background-color: transparent;
  padding: 0;
  min-width: 100px;
  text-align: left;
}

.modal-wrap2 .security-code-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border-radius: 5px;
}

.modal-wrap2 .submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-wrap2 .submit_btn button {
  padding: 12px 40px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-wrap2 .submit_btn button[type="button"]:first-child {
  background-color: #666;
  color: #fff;
  margin-right: 10px;
}

.modal-wrap2 .submit_btn button[type="button"]:last-child {
  background-color: #6034B0;
  color: #fff;
  margin-left: 10px;
}

.modal-wrap2 .submit_btn button:hover {
  opacity: 0.9;
}

/* ============================================
   FAQ Page Styles (자주묻는 질문)
   ============================================ */

.faq-content {
  background-color: #1a1a1a;
  padding: 0;
  min-height: calc(100vh - 200px);
  color: #ffffff;
}

.faq-content .faq-title-section {
  background-color: #1a1a1a;
  padding: 30px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.faq-content .faq-title-section .inner h2 {
  color: #ffffff !important;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 700px) {
  .faq-content .faq-title-section .inner h2 {
    color: #ffffff !important;
    font-size: 20px;
  }
}

.faq-content .faq-title-section .inner h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #ffffff;
}

.faq-content .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-content .faq-list .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-content .faq-list .faq-item .faq-question {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #1a1a1a;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.faq-content .faq-list .faq-item .faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-content .faq-list .faq-item .faq-question .faq-question-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
}

.faq-content .faq-list .faq-item .faq-question .faq-title {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .faq-content .faq-list .faq-item .faq-question .faq-title {
    font-size: 14px;
  }
}

.faq-content .faq-list .faq-item .faq-question .faq-question-content {
  color: #ffffff;
}

.faq-content .faq-list .faq-item .faq-question .faq-category-tag {
  font-size: 13px;
  color: #8371F3;
  font-weight: 500;
}

.faq-content .faq-list .faq-item .faq-question .faq-icon {
  font-size: 20px;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-content .faq-list .faq-item .faq-answer {
  background-color: #1a1d2e;
  padding: 20px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.faq-content .faq-list .faq-item .faq-answer * {
  color: #ffffff !important;
}

.faq-content .faq-list .faq-item .faq-answer .faq-category {
  font-size: 13px;
  color: #3a87ef;
  margin-bottom: 10px;
  font-weight: 500;
}

.faq-content .faq-list .faq-item .faq-answer .faq-content-text {
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.faq-content .faq-list .faq-item .faq-answer .faq-content-text p {
  margin-bottom: 10px;
  color: #ffffff;
}

.faq-content .faq-list .faq-item .faq-answer .faq-content-text p:last-child {
  margin-bottom: 0;
}

.faq-content .faq-list .no-faq {
  padding: 40px 20px;
  text-align: center;
}

.faq-content .faq-list .no-faq .no-faq-message {
  color: #888;
  font-size: 16px;
}

.faq-content .pagination {
  padding: 30px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
}

.faq-content .pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-content .pagination ol li {
  display: inline-block;
}

.faq-content .pagination ol li a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  font-size: 16px;
}

.faq-content .pagination ol li a i {
  display: inline-block;
  font-size: 16px;
}

.faq-content .pagination ol li.on a {
  background-color: #6034B0;
  color: #fff;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-content .pagination ol li:first-child a,
.faq-content .pagination ol li:last-child a {
  font-size: 16px;
  font-weight: normal;
}

/* ============================================
   1:1 Inquiry Reply Section Styles
   ============================================ */

.notice-view-reply {
  background-color: #1a1a1a !important;
  padding: 0;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.notice-view-reply .reply-section {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.notice-view-reply .reply-icon {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  background-color: transparent !important;
}

.notice-view-reply .reply-icon .reply-icon-circle,
.notice-view-reply .reply-icon-circle,
.reply-icon-circle,
span.reply-icon-circle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  background-color: #9d4edd !important;
  background: #9d4edd !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 1 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.notice-view-reply .reply-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.notice-view-reply .reply-title {
  color: #ffffff !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.notice-view-reply .reply-text {
  color: #ffffff !important;
  line-height: 1.8 !important;
  /* white-space: pre-wrap !important; */
  word-wrap: break-word !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/*# sourceMappingURL=support.css.map */