@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;
}
.page_area {
  width: 100%;
  box-sizing: border-box;
  padding-top: 32px;
}
.page_top {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-bottom: 64px;
}
.page_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;
}
.page_top .title2 strong + p {
  display: none;
}
.page_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 .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_title > h2 {
  display: none;
}
.notice_main h4 {
  font-weight: 500;
  padding: 32px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #202223;
  line-height: 30px;
  border-top: 1px solid #DAE1E8;
}
.flexbox {
  display: flex;
  align-items: center;
  gap: 28px;
  line-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}
.flexbox.subject {
  border-top: 1px solid #1786F1;
  box-sizing: border-box;
  line-height: 69px;
}
.view_tit {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 95, 205, .5);
  letter-spacing: 0;
}
.view_tit + span {
  color: #5E6267;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.subject .view_tit + span {
  font-size: 20px;
  font-weight: bold;
  color: #202223;
}
.user_info {
  display: flex;
  gap: 60px;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: 1px dashed rgba(0, 0, 0, .2);
}
.user_info .flexbox {
  padding: 0;
}

.file {
  width: 1100px;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  display: inline-flex;
}
.file span {
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f5f7;
}
.files {
  width: 960px;
}
.file1,
.file2 {
  display: flex;
  align-items: center;
  height: 49px;
  padding-left: 40px;
  color: #7e8591;
  cursor: pointer;
}
.file1 {
  width: 100%;
  border-bottom: 1px dashed #ececec;
}
.file2 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.prev {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: inline-flex;
}

.prev span {
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 15px;
}

.prev b {
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}

.now {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: inline-flex;
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
}

.now span {
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f5f7;
  color: #7d7d7d;
  font-weight: 700;
  font-size: 17px;
}

.now b {
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
  color: #666666;
  font-size: 17px;
  cursor: pointer;
}

.next {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: inline-flex;
  border-bottom: 1px solid #e5e5e5;
}

.next span {
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 15px;
}

.next b {
  display: inline-flex;
  align-items: center;
  margin-left: 40px;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
}

.list_back_wrap {
  margin-top: 43px;
  padding-top: 50px;
  border-top: 1px solid #DAE1E8;
}
.list_back {
  background: #013682;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  width: 123px;
  margin: 0 auto;
}
.write_img-box {
  padding-left: 20px;
  box-sizing: border-box;
}
.write_img-box img {
  max-width: 100%;
  height: auto;
}

/* 공통 공지사항 게시판 css */
.u1 li{border-bottom: 1px solid #ddd; padding: 15px 10px;}
.u2 li{border-bottom: 1px solid #ddd; padding: 15px 10px; font-weight: 400;}

.apleTit{font-size: 18px; font-weight: 600; margin-bottom: 30px;}
.backWrap02{background-color: #f2f5f8; padding: 20px;}

.badge_blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  background: #1786F1;
  border-radius: 6px;
  padding: 0 8px;
  margin-top: 30px;
  color: #fff;
  height: 26px;
  margin-left: 20px;
}
.rep_cont {
  color: #013682;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  padding: 12px 20px;
}