@charset "UTF-8";

/* 공통영역 */
html {
  min-width: 1280px;
  overflow-x: auto;
}
.loading_overlay {
  display: none;
}
.container_wrap {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin: 58px auto 200px;
  width: 100%;
  max-width: 1400px;
  /* padding: 0 30px; */
  box-sizing: border-box;
}
@media screen and (max-width:1367px) {
  .container_wrap {
    max-width: 1200px;
  }
}
.container_wrap .sub_snb {
  flex: none;
  width: 221px;
}
.title_main {
  font-size: 41px;
  font-weight: 800;
  color: #202122;
  margin-bottom: 49px;
  line-height: 1;
}
.line_box {
  margin-bottom: 30px;
}
.line_box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.line_box .icon_wrap {
  width: 60px;
  height: 50px;
  padding-right: 13px;
  flex: none;
}
.line_box .icon_wrap img {
  width: 100%;
  height: auto;
}
.line_box .top span {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 20px;
  display: block;
}
.line_box strong {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: 7px;
  line-height: 1.25;
}
.line_box p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blue {
  color: #0161D1 !important;
}
.line_box .top {
  display: flex;
  gap: 30px;
}
.line_box .top:after {
  content: "";
  height: 2px;
  background: #1786F1;
  flex-grow: 1;
  margin-top: 8px;
}

.notice_area {
  width: 100%;
  box-sizing: border-box;
  padding-top: 32px;
}
.notice_top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.class_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-bottom: 28px;
}
.class_tit:after {
  content: "";
  height: 2px;
  background: rgba(23, 134, 241, .3);
  flex-grow: 1;
}
.title2 {
  color: #1786F1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.notice_top .title2 strong + p {
  display: none;
}
.class_tit .location_box {
  position: absolute;
  right: 23px;
}
.location_box {
  padding: 0 24px;
  background: #fff;
}
.location_box ul {
  display: flex;
  align-items: center;
}
.location_box ul li.home a, .location_box ul li p {
  font-size: 12.5px;
  font-weight: 600;
  color: #758894;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.location_box ul li:last-child p:not(.blue) {
  display: none;
}
.location_box .home img {
  margin-right: 10px;
  width: 19px;
  height: 19px;
}
.location_box ul li.arrow {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.location_box .blue {
  color: #1786F1 !important;
}
.sub_snb .tab li + li,
.sub_snb .tab li:not(.on) + li.on {
  margin-top: 22px;
}
.sub_snb .tab li:not(.on) + li {
  margin-top: 30px;
}
.sub_snb .tab li a {
  color: #52585F;
  font-size: 17.3px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 25px;
  padding-right: 22px;
  box-sizing: border-box;
  position: relative;
}
.sub_snb .tab li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #1786F1;
  background: #EBF1F6;
  box-sizing: border-box;
  position: absolute;
  left: 5px;
}
.sub_snb .tab li.on a {
  background: #0161D1;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
  height: 55px;
  border-radius: 18px;
}
.sub_snb .tab li.on a:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(../../img_kc/ver2412/yello2d-chk.svg) no-repeat center / 100%;
}
.sub_snb .tab li.on a:before {
  content: none;
}
.sub_snb .cs {
  margin-top: 50px;
  border-top: 2px solid #DFE6EE;
  padding-top: 33px;
  box-sizing: border-box;
}
.sub_snb dl {
  margin: 0;
  padding: 0;
}
.sub_snb dt {
  font-size: 15px;
  font-weight: 800;
  color: #9CAEBE;
  letter-spacing: 0;
}
.sub_snb dd {
  margin: 0;
  color: #013682;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.sub_snb .cs p {
  display: flex;
  gap: 9px;
  margin-top: 15px;
  color: #3F464C;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0;
}
.sub_snb .cs p:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background: url(../../img_kc/ver2412/watch.svg) no-repeat center / cover;
}
.sub_snb .cs .btn_box {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.sub_snb .cs .btn_box button {
  flex: 1;
  border-radius: 15px;
  border: 1px solid #D8E3ED;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202122;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}



/* 게시판 */
.notice {
  padding: 30px 35px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #EEF3F8;
}
.notice .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.info_list li {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #43484D;
}
.info_list li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #0161D1;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 8px;
}
.info_list li .txt_navy > p {
  display: none;
}
.notice_main {
  width: 100%;
  margin: 65px auto 147px;
  box-sizing: border-box;
  position: relative;
}
.txt_navy {
  color: #013682 !important;
}

.notice_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.notice_title > h2 {
  width: 50%;
  text-align: left;
  box-sizing: border-box;
}
.notice_title > h2 > strong {
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #222222;
  padding-bottom: 4px;
}
.notice_area .notice_title h2 > strong {
  display: none;
}
.notice_title > h2 > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.04em;
  color: #8B96A0;
}
.notice_search-wrap {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.notice_search-wrap > select {
  width: 100px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E4E7EC;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 46px;
  text-indent: -34px;
  box-sizing: border-box;
  margin-right: 9px;
  background-image: url('../../img_kc/angle_down_gray.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 9px top 13px;
}
.notice_search-wrap > select > option{
  text-align: center;
}
.search_wrap {
  position: relative;
  width: 263px;
}
.search_wrap > .search_field {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E4E7EC;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #333;
  line-height: 46px;
  padding-left:13px;
}
.search_field::placeholder{
  color: #888888;
}
.search_wrap > img {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.notice_table {
  width: 100%;
  text-align: center;
}
.notice_table:first-of-type {
  border-top: 2px solid #1786F1;
}
.tabcont{
  display:none;
}
.notice_table > caption {
  display: none;
}
table thead {
  border-top: 2px solid #1786F1;
  border-bottom: 1px solid #DAE1E8;
}
table thead tr {
  height: 60px;
  line-height: 58px;
  box-sizing: border-box;
}
table thead th {
  font-size: 15px;
  font-weight: 600;
  color: #2B2D30;
  letter-spacing: 0;
}
table tbody tr {
  line-height: 69px;
  border-bottom: 1px solid #DAE1E8;
  transition: 0.5s;
}
table tbody tr:hover{
  background-color: #f8f9ff;
}
table tbody td {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing:0;
  color: #5E6267;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
table tbody td > a{
  display: block;
  color: inherit;
}
.research .total_txt td {
  padding: 27px 32px 32px;
}
.research .total_txt.accordion > td {
  color: #202223;
  padding:18px 32px 18px;
}
table tbody td:nth-child(2){
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #013682;
}
.research tr.total_txt .q_wrap, .research tr.total_txt .a_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #005FCD;
  font-size: 17px;
  font-weight: bold;
  background: #EBF2FA;
  border-radius: 10px;
}
.research tr.total_txt .a_wrap {
  color: #fff;
  background: #005FCD;
}
.answer{
  background:  #fbfcff;;
}
.notice .notice_img{
  width: 25px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.answer .answer_img{
  width: 24px;
  vertical-align:middle;
  transform: translateY(-2px);
}
.lock_img{
  width: 14px;
  height: auto;
  object-fit: cover;
  vertical-align: baseline;
  transform: translateY(1px);
  margin-left: 3px;
}
span.new{
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.04em;
  color: #FF5833;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px !important;
}
.pagination > li {
  background: #FFF;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  box-sizing: border-box;
  color: #899097;
  margin: 0 4px;
}
.pagination > li.active {
  border: 1px solid #0161D1;
  background: #0161D1;
  border-radius: 10px;
  color: #3c78ff;
}
.pagination > li > a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #899097;
  display: block;
}
.pagination > li.active > a {
  color: #fff !important;
}
.pagination > li > a > i.fas {
  color: #1786F1;
}
.pagination > li:first-child,
.pagination > li:nth-child(2),
.pagination > li:nth-last-child(2),
.pagination > li:last-child {
  border: 1px solid #BEC9D7;
  border-radius: 10px;
  box-sizing: border-box;
}
.notice_btn-box > label{
  display: block;
  margin: 0px 6px;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.notice_btn-box {
  text-align: right;
  margin-top: 50px;
}
.notice_btn-box > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 25px;
  box-sizing: border-box;
  background: #013682;
  border-radius: 12px;
  height: 60px;
}
.notice_btn-box > label{
  position: absolute;
  top: 0;
  right: 0;
}
.notice_btn-box > a{
  /* position: absolute;
  right: 0; */
  /* bottom: 0; */
  color: #fff;
}
.notice_btn-box > input[type=checkbox]{
  display: none;
}
.inquiry_btn {
  background: #fff;
  border: 1px solid #d3d6dd;
  color: #2f3034;
  cursor: pointer;
  border-radius: 100px;
}
.inquiry_btn2{
  background: #8E9CB4;
  color: #fff;
}
.write_btn {
  background: #4F8EF7;
  color: #fff;
}

.whiteWrap{
  width:100%; 
  padding:0; 
  float:left; 
  clear: both;
}
.whiteWrap table{
  width:100%; 
  border-top:2px solid #666; 
  border-spacing:0; 
  border-collapse:collapse; 
  border-bottom: 1px solid #ddd;
}
.whiteWrap th{
  padding:20px 0; 
  text-align:center; 
  background-color:#F3F5F7;
  border-right: 1px solid #DDDDDD;
  box-sizing: border-box;
  color: #4E5867;
}
.whiteWrap th:last-child{
  border-right: none;
}
.whiteWrap td{
  text-align:center;
}
.whiteWrap a{
  text-align:center;
  display: block;
  padding: 20px 0;
}
.whiteWrap a > img{
  width: 63px;
}
.whiteWrap a > span{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.04em;
  color: #4E5867;
}

/* placeholder */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
  color:transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:transparent;
}

/* faq */
ul.nav{
  display: flex;
  justify-content: center;
  gap: min(2.08vw,40px);
  margin-bottom: 52px;
}
ul.nav li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 59px;
  border: 1px solid rgba(43, 46, 49, .3);
  box-sizing: border-box;
  transition: all 0.3s;
  background: #fff;
  padding: 0 5px;
  border-radius: 16px;
}
ul.nav li.active{
  background-color: #1786F1;
}
ul.nav li.active a{
  color: #fff;
}
ul.nav li:hover{
  background-color: #1786F1;
}
ul.nav li:hover a{
  color: #fff;
}
ul.nav li a{
  font-size:16px;
  font-weight: 600;
  line-height:38px;
  color:rgba(44, 46, 49, .6);
  text-align:center;
}
.research{
  margin-bottom:2px;
}
.research:last-child{
  margin-bottom:0;
}
.research tr.total_txt:first-child{
  background-color: #fff;
}
.research tr.total_txt:last-child{
  background-color: #EBF2FA;
}

.faqSearch{
  position: relative;
}
.faqSearch form {
  display: flex;
  align-items: center;
  gap: 3px;
}
.faqSearch input{
  width:304px;
  height:45px;
  position:relative;
  background-color:#fff;
  border:1px solid #BFCFE3;
  border-radius: 10px;
  box-sizing:border-box;
  position:relative;
  padding: 0 12px;
}
.faqSearch input::placeholder {
  color: rgba(0,0,0,.3);
}
.faqSearch a{
  background: #013682;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqSearch a img{
  width: 14px;
  height: 14px;
}

/* 문의게시판 */
.cs_btn-box {
  flex: none;
}
.cs_btn-box input {
  display: none;
}
.cs_btn-box .inquiry_btn {
  border-radius: 15px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 58px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #005FCD;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  border: 0;
}
.cs_btn-box .inquiry_btn:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0161D1 url(../../img_kc/ver2412/ico_pencil.svg) no-repeat center / auto;
}
.rep_badge {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #1786F1;
  border-radius: 6px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  margin-right: 12px;
  vertical-align: bottom;
}
.inquiry_table td a {
  color: #202223;
}
.research .total_txt td p {
  background: transparent !important;
}