@charset "UTF-8";
/********************************************************************************************************************************************************************************************************************************************
	메인 레이아웃 스타일 
********************************************************************************************************************************************************************************************************************************************/
body {
  overflow: hidden;
}

.container {
  height: 100vh;
}

/************************************************
section 공통
************************************************/
.responsive-txt span {
  display: block;
  text-align: center;
  letter-spacing: -0.7px;
}

section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s, visibility 1s;
  padding-top: 114px;
  padding: 0px 20px;
}
section.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
section .section-wrap {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding-top: 100px;
}
section .section-wrap .sectionBox-top {
  width: 100%; /*height: 320px;*/
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
}
section .section-wrap .sectionBox-top .w-50 {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
section .section-wrap .sectionBox-top.w-100 {
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  background-image: url("/assets/images/main/section4_bg_img01.png");
  background-position: 697px -36px;
  background-repeat: no-repeat;
}
section .section-wrap .sectionBox-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 20px;
}
section .section-wrap .topL-box {
  width: 934px;
  padding-top: 10px;
}
section .section-wrap .topL-box .tit-bx {
  height: 93px;
  margin-bottom: 20px;
}
section .section-wrap .topL-box .tit-bx .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
section .section-wrap .topL-box .tit-bx.bg-image {
  background: url("/assets/images/main/title-con01.png") 0 50% no-repeat;
}
section .section-wrap .content-more-box {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
section .section-wrap .content-more-box .title-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  border-bottom: 1px solid #ddd;
}
section .section-wrap .content-more-box .title-align h3 {
  font-size: 18px;
  font-weight: 700;
}
section .section-wrap .content-more-box .title-align .f-right.more a {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
section .section-wrap .content-more-box .title-align .f-right.more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin: 1px 4px;
  background-image: url("/assets/images/main/section2_bg_icon11.png");
}
section .section-wrap .content-more-box .sub-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .section-wrap .content-more-box .sub-text p {
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
section .section-wrap .content-more-box .sub-text .f-right {
  font-size: 13px;
  color: #666666;
}
section .section-wrap .content-more-box .content-text-list ul {
  display: flex;
  flex-direction: column;
  color: #555;
  font-size: 13px;
}
section .section-wrap .content-more-box .content-text-list ul li {
  height: 100px;
  padding: 13px 0;
  border-bottom: 1px dashed #ddd;
}
section .section-wrap .content-more-box .content-text-list ul li .tit-bk {
  margin-bottom: 5px;
  font-size: 16px;
}
section .section-wrap .content-more-box .content-text-list ul li .tit-bk a {
  font-size: 17px;
  font-weight: 700;
}
section .section-wrap .content-more-box .content-text-list ul li:last-child {
  border-bottom: none;
}
section .section-wrap .content-more-box .content-text-list ul li a {
  display: block;
  height: 100%;
}
section .section-wrap .content-more-box.list-type ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 14px;
  padding-top: 20px;
}
section .section-wrap .content-more-box.list-type ul li {
  height: 100%;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
section .section-wrap .content-more-box.list-type ul li .image-wrap {
  width: 100%;
  height: 202px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
section .section-wrap .content-more-box.list-type ul li .image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
section .section-wrap .content-more-box.list-type ul li span a {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
}
section .section-wrap {
  /*content-more-box:END*/
}
section .section-wrap .main-tab {
  height: 320px;
}
section .section-wrap .main-tab .tabnav {
  display: flex;
  gap: 5px;
}
section .section-wrap .main-tab .tabnav a {
  display: block;
  height: 33px;
  padding: 6px 20px 4px;
  background: transparent;
  color: #72779a;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  transition: all 0.3s ease;
}
section .section-wrap .main-tab .tabnav a:hover {
  color: #2c53b2;
}
section .section-wrap .main-tab .tabnav a.active {
  position: relative;
  z-index: 1;
  font-weight: 700;
  background: #2c53b2;
  color: #fff;
}
section .section-wrap .main-tab .tabnav li:first-child .active::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0391d5;
}
section .section-wrap .main-tab .tabcontent {
  position: relative;
  z-index: 1;
  background: #fff;
  height: 300px;
  padding: 15px;
  border: 1px solid #2c53b2;
  border-radius: 10px;
}
section .section-wrap .main-tab .tabcontent > div {
  opacity: 1;
  transition: opacity 0.3s ease;
}
section .search-box.integrated {
  margin: 0 auto 30px;
}
section .search-box.integrated input[type=search] {
  flex: auto;
  height: 100%;
  border: none;
  padding: 15px;
  margin: 0;
}
section .icon-list-box ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
section .icon-list-box ul li {
  text-align: center;
  flex: 1;
  padding: 0;
}
section .icon-list-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
section .icon-list-box ul li a .responsive-txt span {
  font-weight: 500;
}
section .icon-list-box ul li i {
  margin: 10px auto;
}
section .icon-list-box ul li:hover a {
  color: #0390d5;
}
section .icon-list-box ul li .responsive-txt span {
  font-size: 13px;
}

/************************************************
section1
************************************************/
#section1 {
  background-image: linear-gradient(#dde7f0, 30%, #fff);
}
#section1 .section-wrap {
  justify-content: flex-start;
  padding-top: 150px;
}
#section1 .sectionBox-top.main-con {
  height: 140px;
  justify-content: space-between;
}
#section1 .sectionBox-top.main-con .bg-text {
  width: 900px;
  height: 140px;
  border-radius: 10px;
  padding: 38px 0;
}
#section1 .sectionBox-top.main-con .bg-text.bg-image {
  background-image: url("/assets/images/main/title-main.png");
  background-position: center;
  background-repeat: no-repeat;
}
#section1 .sectionBox-top.main-con .user-login {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 360px;
  height: 140px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
#section1 .sectionBox-top.main-con .user-login p {
  font-weight: 500;
  text-align: center;
}
#section1 .sectionBox-top.main-con .user-login .login-btn {
  flex: none;
  height: 38px;
  background-color: #0390d5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
#section1 .sectionBox-top.main-con .user-login .login-btn:focus {
  outline: 2px solid -webkit-focus-ring-color;
}
#section1 .sectionBox-top.main-con .user-login .login-btn:hover {
  background-color: #0299e3;
}
#section1 .sectionBox-top.main-con .user-login .user-info ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
#section1 .sectionBox-top.main-con .user-login .user-info ul li a {
  color: #666666;
  font-size: 13px;
}
#section1 .sectionBox-top.main-con .user-login .user-info ul li a:hover {
  color: #444;
}
#section1 .sectionBox-top.main-con .user-login .user-info ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  margin: 0 8px;
  vertical-align: middle;
  background-color: #bbb;
}
#section1 .sectionBox-top.main-con .user-login .user-info ul li:last-child::after {
  display: none;
}
#section1 .sectionBox-con {
  height: auto;
}
#section1 .sectionBox-con.main-con .title-align {
  height: 45px;
}
#section1 .sectionBox-con.main-con .content-more-box {
  height: auto;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content::before {
  content: "";
  display: inline-block;
  width: 170px;
  height: 140px;
  border-radius: 5px;
  background-image: url("/assets/images/main/section01_bg_02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 180px);
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list {
  line-height: 1.15;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list h4 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list p span {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li {
  width: 48%;
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25.5px;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li a {
  font-size: 13px;
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li:nth-child(1) {
  background-image: url("/assets/images/main/section1_bg_icon01-1.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li:nth-child(2) {
  background-image: url("/assets/images/main/section1_bg_icon01-2.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li:nth-child(3) {
  background-image: url("/assets/images/main/section1_bg_icon01-3.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li:nth-child(4) {
  background-image: url("/assets/images/main/section1_bg_icon01-4.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box02::before {
  background-image: url("/assets/images/main/section01_bg_04.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box02 .main-con-wrap ul li:nth-child(1) {
  background-image: url("/assets/images/main/section1_bg_icon02-1.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box02 .main-con-wrap ul li:nth-child(2) {
  background-image: url("/assets/images/main/section1_bg_icon02-2.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box02 .main-con-wrap ul li:nth-child(3) {
  background-image: url("/assets/images/main/section1_bg_icon02-3.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box02 .main-con-wrap ul li:nth-child(4) {
  background-image: url("/assets/images/main/section1_bg_icon02-4.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box03::before {
  background-image: url("/assets/images/main/section01_bg_08.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box03 .main-con-wrap ul li:nth-child(1) {
  background-image: url("/assets/images/main/section4_icon13.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box03 .main-con-wrap ul li:nth-child(2) {
  background-image: url("/assets/images/main/section4_icon14.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box03 .main-con-wrap ul li:nth-child(3) {
  background-image: url("/assets/images/main/section4_icon15.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box03 .main-con-wrap ul li:nth-child(4) {
  background-image: url("/assets/images/main/section4_icon16.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box04::before {
  background-image: url("/assets/images/main/section01_bg_06.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box04 .main-con-wrap ul li:nth-child(1) {
  background-image: url("/assets/images/main/section1_bg_icon04-1.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box04 .main-con-wrap ul li:nth-child(2) {
  background-image: url("/assets/images/main/section1_bg_icon04-2.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box04 .main-con-wrap ul li:nth-child(3) {
  background-image: url("/assets/images/main/section1_bg_icon04-3.png");
}
#section1 .sectionBox-con.main-con .content-more-box .main-content.box04 .main-con-wrap ul li:nth-child(4) {
  background-image: url("/assets/images/main/section1_bg_icon04-4.png");
}

/************************************************
section2
************************************************/
#section2 .sectionBox-top {
  justify-content: space-between;
  align-items: center;
  background: url("/assets/images/main/section2_bg_img01.png") right 300px center no-repeat;
}
#section2 .icon-list-box {
  width: 630px;
  height: 170px;
  border: 1px solid #c0e8ff;
  border-radius: 10px;
  padding: 20px 30px;
  background-color: #e6f6ff;
}
#section2 .icon-list-box ul li:hover a {
  color: #005696;
}
#section2 .icon-list-box ul li i {
  width: 60px;
  height: 60px;
  margin: 10px auto;
}
#section2 .icon-list-box ul li i.i-domestic {
  background-image: url("/assets/images/main/section2_bg_icon02.png");
}
#section2 .icon-list-box ul li i.i-foreign {
  background-image: url("/assets/images/main/section2_bg_icon03.png");
}
#section2 .icon-list-box ul li i.i-report {
  background-image: url("/assets/images/main/section2_bg_icon04.png");
}
#section2 .icon-list-box ul li i.i-inspection {
  background-image: url("/assets/images/main/section2_bg_icon05.png");
}
#section2 .icon-list-box ul li i.i-upright {
  background-image: url("/assets/images/main/section2_bg_icon06.png");
}
#section2 .topR-box {
  width: 291px;
  height: 100%;
}
#section2 .topR-box .Rbox-tit-bg {
  width: 100%;
  font-size: 16px;
  color: #333;
  margin: 0 0 20px;
  background: url("/assets/images/main/section2_bg_icon07.png") 100% 50% no-repeat;
}
#section2 .topR-box .Rbox-tit-bg p {
  font-size: 22px;
  color: #005696;
  font-weight: 700;
}
#section2 .topR-box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
#section2 .topR-box ul li a {
  display: flex;
  flex-direction: column;
  border: 1px solid #c0e8ff;
  background-color: #e6f6ff;
  border-radius: 10px;
  padding: 12px 15px 12px 85px;
  background-position: 8% center;
  background-repeat: no-repeat;
  font-size: 13px;
}
#section2 .topR-box ul li a:hover {
  color: #005696;
  border-color: #005696;
  background-color: rgba(255, 255, 255, 0.2);
}
#section2 .topR-box ul li a:hover strong {
  color: #005696;
}
#section2 .topR-box ul li strong {
  font-size: 16px;
  font-weight: 500;
}
#section2 .topR-box ul li strong::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 10px;
  margin: 1px 4px;
  background-image: url("/assets/images/main/section2_bg_icon11.png");
}
#section2 .topR-box ul li:nth-child(1) a {
  background-image: url("/assets/images/main/section2_bg_icon08.png");
}
#section2 .topR-box ul li:nth-child(2) a {
  background-image: url("/assets/images/main/section2_bg_icon09.png");
}
#section2 .topR-box ul li:nth-child(3) a {
  background-image: url("/assets/images/main/section2_bg_icon10.png");
}
#section2 .content-more-box .content-text-list .tit-bl {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}
#section2 .content-more-box .content-text-list .tit-bk {
  font-weight: 500;
}
#section2 .content-more-box .content-text-list .tit-bk.qa .tit-bl {
  font-size: 18px;
  font-weight: 700;
}
#section2 .content-more-box .content-text-list .sub-text.qa-con p {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

/************************************************
section3
************************************************/
#section3 .tabnone {
  height: 345px;
}
#section3 .tabnone .tabnav h3 {
  position: relative;
  z-index: 1;
  height: 35px;
  padding: 6px 40px 4px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  background: #2c53b2;
  color: #fff;
  transition: all 0.3s ease;
}
#section3 .tabnone .tabnav h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2c53b2;
}
#section3 .tabnone .caption {
  padding: 4px 0 0px 13px;
  font-size: 13px;
  text-indent: -5px;
  color: #4e4e4e;
}
#section3 .tabnone .caption::before {
  content: "*";
  display: inline-block;
  margin: 0 2px 0 0px;
  color: #005098;
  vertical-align: top;
}
#section3 #tab1-1 .wordcloud {
  height: 160px;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  text-align: center;
}
#section3 #tab1-1 .search-box {
  width: 400px;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
}
#section3 #tab1-1 .search-box input[type=search] {
  padding: 0 10px 3px;
}
#section3 #tab1-1 .search-box .search-btn {
  width: 30px;
  height: 30px;
  background: url("/assets/images/main/section3_search.png") center no-repeat;
  font-size: 0;
}
#section3 #tab1-1 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  gap: 15px;
}
#section3 #tab1-1 ul li {
  text-align: center;
}
#section3 #tab1-1 ul li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
#section3 #tab1-1 ul li:hover a {
  color: #2c53b2;
}
#section3 .section-wrap .main-tab .tabnav li:first-child .active::before {
  background-color: #2c53b2;
}
#section3 .big-data-list {
  height: 318px;
}
#section3 .big-data-list .data-list-tit {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 55px;
  color: #555;
  margin-bottom: 15px;
}
#section3 .big-data-list .data-list-tit h3 {
  font-size: 22px;
  font-weight: 500;
}
#section3 .big-data-list .data-list-tit p {
  font-size: 14px;
}
#section3 .big-data-list .chart-box {
  display: flex;
  gap: 15px;
}
#section3 .big-data-list .chart-box .box {
  width: 100%;
}
#section3 .big-data-list .chart-box .box .inner {
  height: 220px;
  border-radius: 10px;
  background-color: #e2eaff;
  text-align: center;
}
#section3 .big-data-list .chart-box h3 {
  margin-top: 10px;
  text-align: center;
  color: #2c53b2;
  font-weight: 700;
  font-size: 14px;
}
#section3 .content-more-box.list-type .content-text-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
#section3 .text-wrap span {
  font-size: 13px;
  font-weight: 700;
  color: #2c53b2;
}
#section3 .text-wrap p {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section3 .extension {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
#section3 .tit-bk {
  font-size: 16px;
  font-weight: 500;
}

/************************************************
section4
************************************************/
#section4 .section4-tit {
  width: 100%;
  height: 71px;
}
#section4 .section4-tit.bg-image {
  background: url("/assets/images/main/title-con02.png") 0 0 no-repeat;
}
#section4 .icon-list-box {
  padding: 12px 30px 18px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#section4 .icon-list-box ul {
  gap: 8px;
}
#section4 .icon-list-box ul li i {
  width: 55px;
  height: 55px;
}
#section4 .icon-list-box ul li i.i-voucher01 {
  background-image: url("/assets/images/main/section4_icon01.png");
}
#section4 .icon-list-box ul li i.i-voucher02 {
  background-image: url("/assets/images/main/section4_icon02.png");
}
#section4 .icon-list-box ul li i.i-voucher03 {
  background-image: url("/assets/images/main/section4_icon03.png");
}
#section4 .icon-list-box ul li i.i-voucher04 {
  background-image: url("/assets/images/main/section4_icon04.png");
}
#section4 .icon-list-box ul li i.i-voucher05 {
  background-image: url("/assets/images/main/section4_icon05.png");
}
#section4 .icon-list-box ul li i.i-voucher06 {
  background-image: url("/assets/images/main/section4_icon06.png");
}
#section4 .icon-list-box ul li i.i-voucher07 {
  background-image: url("/assets/images/main/section4_icon07.png");
}
#section4 .icon-list-box ul li i.i-voucher08 {
  background-image: url("/assets/images/main/section4_icon08.png");
}
#section4 .icon-list-box ul li i.i-voucher09 {
  background-image: url("/assets/images/main/section4_icon09.png");
}
#section4 .icon-list-box ul li i.i-voucher10 {
  background-image: url("/assets/images/main/section4_icon10.png");
}
#section4 .icon-list-box ul li i.i-voucher11 {
  background-image: url("/assets/images/main/section4_icon10-1.png");
}
#section4 .sectionBox-con.w-3 {
  grid-template-columns: minmax(300px, 3fr) minmax(320px, 3.3fr) minmax(180px, 1fr);
}
#section4 .sectionBox-con.w-3 .content-more-box.notice li {
  height: 152px;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice li .check-i {
  font-size: 13px;
  font-weight: 700;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice li .check-i::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background-image: url("/assets/images/main/section4_icon11.png");
  vertical-align: middle;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice li .tit-bk {
  height: 22px;
  margin: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice li .title-align.text-date {
  height: 77px;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: none;
  color: #555;
  font-size: 16px;
  gap: 3px;
  margin-top: 10px;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice .sub-text p {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice .period {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#section4 .sectionBox-con.w-3 .content-more-box.notice .period span {
  font-size: 13px;
  color: #666666;
}
#section4 .sectionBox-con .content-more-box.business {
  border: none;
  padding: 0;
  background-color: transparent;
}
#section4 .sectionBox-con .content-more-box.business .title-align {
  border-bottom: none;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list {
  padding: 13px 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list ul {
  gap: 0;
  padding-top: 0;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li {
  width: 33.3%;
  height: 282px;
  border-right: 1px solid #ede0f4;
  padding: 5px 13px 0;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li:hover .more-btn-wrap > .more-btn {
  background-image: url("/assets/images/main/section4_icon12_on.png");
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li h4 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li p {
  line-height: 1.3;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li p:not(.more-btn-wrap) {
  height: calc(100% - 135px);
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li .more-btn-wrap {
  height: 30px;
  margin-top: auto;
  text-align: right;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li .more-btn-wrap .more-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-image: url("/assets/images/main/section4_icon12.png");
  background-repeat: no-repeat;
  font-size: 0;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li img {
  display: none;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li i {
  width: 100%;
  height: 56px;
  background-size: cover;
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li i.i-overview {
  background-image: url("/assets/images/main/section4_bg_img02.png");
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li i.i-report {
  background-image: url("/assets/images/main/section4_bg_img03.png");
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li i.i-progress {
  background-image: url("/assets/images/main/section4_bg_img04.png");
}
#section4 .sectionBox-con .content-more-box.business .content-text-list li:last-child {
  border-right: none;
}
#section4 .sectionBox-con .content-more-box.service {
  border: none;
  background-color: transparent;
  padding: 0;
}
#section4 .sectionBox-con .content-more-box.service .title-align {
  border-bottom: none;
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li {
  display: flex;
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68.5px;
  padding: 24px 20px 24px 68px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-weight: 500;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px center;
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li a:hover {
  border-color: #7942b1;
  background-color: transparent;
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li:nth-child(1) a {
  background-image: url("/assets/images/main/section4_icon13.png");
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li:nth-child(2) a {
  background-image: url("/assets/images/main/section4_icon14.png");
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li:nth-child(3) a {
  background-image: url("/assets/images/main/section4_icon15.png");
}
#section4 .sectionBox-con .content-more-box.service .content-service-list ul li:nth-child(4) a {
  background-image: url("/assets/images/main/section4_icon16.png");
}

/************************************************
section5
************************************************/
#section5 {
  background-image: linear-gradient(to top, #f4f8f9 46%, #fff 46%);
}
#section5 .section-wrap .sectionBox-con {
  grid-template-columns: minmax(300px, 1.65fr) minmax(200px, 0.8fr);
}
#section5 .sectionBox-top {
  padding-bottom: 15px;
}
#section5 .top-flex-layout {
  display: flex;
  width: 90%;
  padding-bottom: 0;
}
#section5 .top-flex-layout .mainSwiper {
  flex: none;
  width: 330px;
  height: 350px;
}
#section5 .top-flex-layout .mainSwiper .swiper-wrapper {
  height: 100%;
}
#section5 .top-flex-layout .mainSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
}
#section5 .top-flex-layout .mainSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
#section5 .top-flex-layout .mainSwiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-56%);
  z-index: 10;
}
#section5 .top-flex-layout .mainSwiper {
  /* 기존 페이지네이션 스타일 유지 */
}
#section5 .top-flex-layout .mainSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  padding: 0;
}
#section5 .top-flex-layout .mainSwiper .swiper-pagination-bullet:hover {
  background-color: #999;
}
#section5 .top-flex-layout .mainSwiper .swiper-pagination-bullet:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}
#section5 .top-flex-layout .mainSwiper .swiper-pagination-bullet-active {
  background-color: #007AFF !important;
  width: 25px !important;
  border-radius: 8px !important;
}
#section5 .top-flex-layout .mainSwiper .swiper-autoplay-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  padding: 0;
  position: absolute;
  left: 60px;
  bottom: 2px;
  z-index: 100;
  width: 22px;
  height: 22px;
  background-color: #ddd;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
}
#section5 .top-flex-layout .mainSwiper .swiper-autoplay-toggle:hover {
  background-color: #e0e0e0;
}
#section5 .top-flex-layout .mainSwiper .swiper-autoplay-toggle:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}
#section5 .top-flex-layout .mainSwiper .swiper-autoplay-toggle::before {
  content: "❚❚";
  font-size: 10px;
}
#section5 .top-flex-layout .mainSwiper .swiper-autoplay-toggle.paused::before {
  content: "▶";
  font-size: 10px;
  margin-left: 2px;
}
#section5 .top-flex-layout .mainSwiper .blind, #section5 .top-flex-layout .mainSwiper .play-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#section5 .topL-box.lf-100 .tit-bx {
  width: 600px;
  height: 60px;
  margin: 0 0 10px;
  padding: 0px 0 60px 0;
  background: url("/assets/images/main/section5_bg_img01.png") 0 bottom no-repeat;
  font-weight: 700;
  font-size: 17px;
  text-indent: 0.5px;
}
#section5 .topL-box.lf-100 p {
  padding: 0 0 3px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
#section5 .topL-box.lf-100 p .col-ble {
  color: #0391d5;
  font-size: 17px;
  font-weight: 500;
}
#section5 .topL-box.lf-100 .icon-list-box {
  position: relative;
  width: 720px;
  height: 200px;
  background: url("/assets/images/main/section5_bg_img03.png") center no-repeat;
  padding: 18px 3px 0 35px;
  border: none;
  background-color: transparent;
}
#section5 .topL-box.lf-100 .icon-list-box::before {
  content: "";
  position: absolute;
  top: -125px;
  right: 45px;
  width: 141px;
  height: 143px;
  padding: 0;
  background: url("/assets/images/main/section5_bg_img02.png") right center no-repeat;
}
#section5 .topL-box.lf-100 .icon-list-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 5px;
  padding: 0 70px 0 10px;
}
#section5 .topL-box.lf-100 .icon-list-box ul li {
  letter-spacing: -1px;
  color: #4b5559;
}
#section5 .topL-box.lf-100 .icon-list-box ul li i {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-streaming {
  background-image: url("/assets/images/main/section5_icon01.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-webtoon {
  background-image: url("/assets/images/main/section5_icon02.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-music {
  background-image: url("/assets/images/main/section5_icon03.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-software {
  background-image: url("/assets/images/main/section5_icon04.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-publication {
  background-image: url("/assets/images/main/section5_icon05.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-server {
  background-image: url("/assets/images/main/section5_icon06.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-font {
  background-image: url("/assets/images/main/section5_icon06_1.png");
}
#section5 .topL-box.lf-100 .icon-list-box ul li i.i-show {
  background-image: url("/assets/images/main/section5_icon06_2.png");
}
#section5 .content-more-box.video {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
}
#section5 .content-more-box.video .main-tab {
  width: 100%;
  overflow: hidden;
  height: auto;
}
#section5 .content-more-box.video .main-tab .tabnav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#section5 .content-more-box.video .main-tab .tabnav li {
  margin-right: 5px;
}
#section5 .content-more-box.video .main-tab .tabnav a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  background: transparent;
  color: #5c7c8b;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  transition: all 0.3s ease;
}
#section5 .content-more-box.video .main-tab .tabnav a:hover {
  color: #0391d5;
}
#section5 .content-more-box.video .main-tab .tabnav a.active {
  background: #0391d5;
  color: #fff;
}
#section5 .content-more-box.video .main-tab .tabcontent {
  overflow: hidden;
  height: 345px;
  padding: 15px;
  border: 1px solid #0391d5;
}
#section5 .content-more-box.video .main-tab .tabcontent > div {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-1 {
  position: relative;
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-container {
  position: relative;
  width: 100%;
}
#section5 .content-more-box.video .main-tab .tabcontent .slider {
  display: flex;
  transition: transform 0.1s ease;
  height: 270px;
  align-items: center;
  gap: 15px;
}
#section5 .content-more-box.video .main-tab .tabcontent .slide {
  opacity: 0.4;
  flex-shrink: 0;
  height: 250px;
  border-radius: 10px;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
#section5 .content-more-box.video .main-tab .tabcontent .slide.active {
  opacity: 1;
}
#section5 .content-more-box.video .main-tab .tabcontent .slide img, #section5 .content-more-box.video .main-tab .tabcontent .slide video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-controls {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 80px;
  height: 35px;
  text-align: right;
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-controls button {
  background: #eefaff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px 11px;
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-controls button:hover {
  background-color: #d4f2ff;
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-controls button.prev-btn {
  background-image: url("/assets/images/main/section5_prev.png");
}
#section5 .content-more-box.video .main-tab .tabcontent .slider-controls button.next-btn {
  background-image: url("/assets/images/main/section5_next.png");
}
#section5 .content-more-box.video .main-tab .tabcontent .slide-tit {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  line-height: 1.3;
}
#section5 .content-more-box.video .main-tab .tabcontent .slide-tit a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-1 .slide {
  width: 380px;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-2 .slide {
  width: 300px;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-3 .slider {
  gap: 40px;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-3 .slide {
  width: 220px;
  height: 220px;
  border-radius: 100%;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-3 .slide img {
  object-fit: contain;
  border-radius: 100%;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-3 .slide .slide-tit {
  justify-content: center;
}
#section5 .content-more-box.video .main-tab .tabcontent #tab2-4 .slide {
  width: 280px;
}
#section5 .box-wrap {
  width: 100%;
}
#section5 .box-wrap .sign-sns-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check {
  width: calc(100% - 51px);
  height: 346px;
  margin-top: 32px;
  padding: 45px 20px 20px 20px;
  background: #fff url("/assets/images/main/section5_bg_img05.png") 6px 11px repeat-x;
  border: none;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-tit::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  margin-left: 10px;
  background-image: url("/assets/images/main/section5_icon07.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-input {
  font-size: 17px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-input input[type=text] {
  width: 90px;
  height: 32px;
  padding: 4px 8px;
  margin: 0 5px 0 15px;
  background-color: #eefaff;
  color: #0391d5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-input input[type=text]::placeholder {
  color: #0391d5;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check ul {
  margin: 15px 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check ul li input[type=radio] + label:before {
  width: 16px;
  height: 16px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check ul li input[type=radio] + label:after {
  width: 10px;
  height: 10px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check ul li label {
  padding: 0 0 0 27px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-ch {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-ch label {
  cursor: pointer;
  padding: 0 0px 0 30px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-ch input[type=checkbox] + label:after {
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-btn-wrap {
  width: 100%;
  text-align: center;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-btn-wrap .sign-btn {
  width: 100%;
  height: 38px;
  font-size: 17px;
  border-radius: 5px;
  background-color: #0391d5;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
#section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-btn-wrap .sign-btn:hover {
  background-color: #0280bd;
}
#section5 .box-wrap .sign-sns-wrap .share-list {
  width: 34px;
}
#section5 .box-wrap .sign-sns-wrap .share-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 30px;
}
#section5 .box-wrap .sign-sns-wrap .share-list ul li {
  height: 30px;
  background-color: transparent;
  border-radius: 10px;
}
#section5 .box-wrap .sign-sns-wrap .share-list ul li .i-btn i {
  width: 30px;
  height: 30px;
  background-size: 30px;
  border: none;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#section5 .box-wrap .sign-sns-wrap .share-list ul li .i-btn:hover i {
  box-shadow: none;
}

/************************************************
section6 섹션별 컬러 액티브 효과
************************************************/
#section6 {
  width: 1280px;
  height: 210px;
  margin: auto;
  padding: 0;
}

#section1 {
  background-color: #ffffff;
}

#section2 {
  background-color: #eef9ff;
}

#section3 {
  background-color: #f0f4ff;
}

#section4 {
  background-color: #f6f3f9;
}

#section5 {
  background-color: #f4f8f9;
}

body.section1-active nav ul li a.active .nav-dot {
  background-color: #0390d5;
  border-color: #0390d5;
  transform: scale(2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body.section1-active nav ul li a.active .nav-text {
  opacity: 1;
  font-weight: 700;
  color: #0390d5;
}

body.section2-active nav ul li a.active .nav-dot {
  background-color: #005696;
  border-color: #005696;
  transform: scale(2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body.section2-active nav ul li a.active .nav-text {
  opacity: 1;
  font-weight: 700;
  color: #005696;
}

body.section3-active nav ul li a.active .nav-dot {
  background-color: #2c53b2;
  border-color: #2c53b2;
  transform: scale(2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body.section3-active nav ul li a.active .nav-text {
  opacity: 1;
  font-weight: 700;
  color: #2c53b2;
}

body.section4-active nav ul li a.active .nav-dot {
  background-color: #7942b1;
  border-color: #7942b1;
  transform: scale(2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body.section4-active nav ul li a.active .nav-text {
  opacity: 1;
  font-weight: 700;
  color: #7942b1;
}

body.section5-active nav ul li a.active .nav-dot {
  background-color: #0391d5;
  border-color: #0391d5;
  transform: scale(2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body.section5-active nav ul li a.active .nav-text {
  opacity: 1;
  font-weight: 700;
  color: #0391d5;
}

/************************************************************************************************************************************************
	반응형 디자인 @media (min-width: 1024px, max-width: 1280px)
************************************************************************************************************************************************/
@media (min-width: 1024px) and (max-width: 1280px) {
  section {
    padding: 70px 20px;
    height: auto;
  }
  section .section-wrap {
    width: 100%;
    height: auto;
    overflow: visible;
    gap: 20px;
    padding-top: 0;
  }
  section .responsive-txt span {
    display: inline;
  }
  #section1 .section-wrap {
    padding-top: 30px;
  }
  #section1 .sectionBox-top.main-con .user-login .user-info ul li {
    padding: 0 3px;
  }
  #section1 .sectionBox-top.main-con .user-login .user-info ul li::after {
    margin-left: 5px;
  }
  #section1 .sectionBox-con.main-con .content-more-box {
    padding: 0 15px;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content::before {
    width: 90px;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap {
    width: calc(100% - 100px);
  }
  #section2 .sectionBox-top {
    background-position: right 170px center;
  }
  #section3 #tab1-1 ul {
    gap: 8px;
  }
  #section3 #tab1-1 ul li a {
    font-size: 13px;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.notice .period {
    display: block;
    margin-top: 5px;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.notice .period span {
    display: block;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.notice li .tit-bk {
    margin: 3px 0 7px;
  }
  #section5 {
    background-image: linear-gradient(to top, #f4f8f9 51%, #fff 51%);
  }
  #section5 .section-wrap .sectionBox-con {
    grid-template-columns: minmax(300px, 1.5fr) minmax(200px, 1fr);
  }
  #section5 .box-wrap .sign-sns-wrap .content-more-box.check .sign-input input[type=text] {
    width: 70px;
  }
  #section5 .topL-box.lf-100 {
    background-position-y: 50%;
    background-size: 340px;
  }
  #section5 .topL-box.lf-100 .icon-list-box {
    padding: 15px 3px 0 25px;
  }
  #section5 .topL-box.lf-100 .icon-list-box i {
    margin: 5px auto;
  }
  #section5 .topL-box.lf-100 .icon-list-box .responsive-txt span {
    display: block;
  }
  #section5 .content-more-box.video .main-tab .tabcontent {
    padding: 15px;
  }
  #section6 {
    width: 100%;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 @media (min-width: 735px) and (max-width: 1024px)
************************************************************************************************************************************************/
@media (min-width: 735px) and (max-width: 1024px) {
  /********************* 공통적용 *********************/
  #section1 .sectionBox-con.main-con {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
  #section1 .sectionBox-con.main-con .responsive-txt {
    height: 43px;
  }
  #section2 .section-wrap .sectionBox-con {
    display: flex;
  }
  #section2 .section-wrap .sectionBox-con .content-more-box {
    width: 50%;
  }
  #section5 {
    background-image: linear-gradient(to top, #f4f8f9 50%, #fff 50%);
  }
}
/************************************************************************************************************************************************
	반응형 디자인 @media (max-width: 1600px)
************************************************************************************************************************************************/
@media (max-width: 1600px) {
  /********************* 공통적용 *********************/
  body {
    overflow: auto;
  }
  nav {
    right: 10px;
  }
  section {
    padding: 50px 20px;
    height: auto;
  }
  section .section-wrap {
    width: 100%;
    height: auto;
    overflow: visible;
    gap: 20px;
    padding-top: 0;
  }
  #section1 {
    padding-top: 80px;
  }
  #section1 .section-wrap {
    padding-top: 0;
  }
  #section1 .search-box {
    width: 100%;
    margin-bottom: 0;
  }
  #section1 .search-box input {
    width: calc(100% - 45px);
  }
  #section1 .sectionBox-top.main-con {
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: auto;
  }
  #section1 .sectionBox-top.main-con .bg-text {
    width: 100%;
  }
  #section1 .sectionBox-top.main-con .bg-text.bg-image {
    background-image: url("/assets/images/main/title-main-t.jpg");
  }
  #section1 .sectionBox-top.main-con .user-login {
    width: 100%;
    min-width: 295px;
  }
  #section1 .sectionBox-con.main-con .content-more-box {
    height: auto;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content {
    display: block;
    justify-content: flex-start;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content::before {
    width: 100%;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap {
    display: block;
    width: 100%;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list h4 {
    margin: 4px 0;
  }
  #section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list .responsive-txt {
    margin-bottom: 10px;
  }
  #section2 .section-wrap .sectionBox-top {
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background-position: right 10px;
    background-size: 270px;
  }
  #section2 .section-wrap .sectionBox-top .topL-box {
    width: 100%;
  }
  #section2 .section-wrap .sectionBox-top .topL-box .icon-list-box {
    height: auto;
    width: auto;
    max-width: 590px;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  #section2 .section-wrap .sectionBox-top .topL-box .tit-bx {
    margin-bottom: 20px;
  }
  #section2 .section-wrap .sectionBox-top .topL-box .tit-bx.bg-image {
    background-image: url("/assets/images/main/title-con01-t.png");
  }
  #section2 .section-wrap .sectionBox-top .topR-box {
    width: 100%;
    background-position-x: 202px;
  }
  #section2 .section-wrap .sectionBox-top .topR-box .Rbox-tit-bg {
    width: 100%;
  }
  #section2 .section-wrap .sectionBox-top .topR-box ul {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  #section2 .section-wrap .sectionBox-top .topR-box ul li {
    width: 33%;
  }
  #section2 .section-wrap .sectionBox-top .topR-box ul li a {
    height: auto;
    font-size: 12px;
    padding: 12px 10px 12px 62px;
    background-position: 10px center;
  }
  #section2 .section-wrap .content-more-box {
    height: auto;
  }
  #section2 .section-wrap .content-more-box .content-text-list ul li .tit-bk {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  #section2 .section-wrap .content-more-box .content-text-list ul li .tit-bk.qa {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  #section2 .section-wrap .content-more-box .title-align .qa-con {
    height: 44px;
  }
  #section2 .section-wrap .sectionBox-con {
    height: auto;
  }
  #section3 .section-wrap .sectionBox-top {
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
  }
  #section3 .section-wrap .sectionBox-top .main-tab {
    width: 100%;
    height: 319px;
  }
  #section3 .section-wrap .sectionBox-top .main-tab .tabcontent #tab1-1 p input {
    width: calc(100% - 45px);
  }
  #section3 .section-wrap .sectionBox-top .main-tab .tabcontent #tab1-1 ul li {
    font-size: 12px;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list {
    width: 100%;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list ul {
    gap: 10px;
    justify-content: space-between;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list ul li {
    width: 30%;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list ul li img {
    margin: 7px auto;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list ul li span {
    display: block;
  }
  #section3 .section-wrap .sectionBox-top .big-data-list ul li span a {
    font-size: 14px;
  }
  #section3 .sectionBox-con {
    height: auto;
    grid-template-columns: 1fr;
  }
  #section3 .sectionBox-con:not(.tab-container) {
    display: flex;
  }
  #section3 .sectionBox-con:has(> .tabnone) {
    display: grid;
  }
  #section3 .sectionBox-con .content-more-box {
    width: calc(50% - 10px);
    padding: 0 15px;
  }
  #section3 .sectionBox-con .content-more-box .content-text-list ul li {
    height: auto;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul {
    display: block;
    padding-top: 0;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul li {
    display: block;
    height: 96.5px;
    padding: 8px 0;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul li a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul li .image-wrap {
    flex: none;
    width: 100px;
    height: 80px;
    margin-bottom: 0px;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul li .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }
  #section3 .sectionBox-con .content-more-box.list-type ul li + li {
    border-top: #ddd 1px dashed;
  }
  #section3 #tab1-1 ul {
    flex-wrap: wrap;
    gap: 0 12px;
  }
  #section3 .big-data-list {
    height: auto;
    margin-top: 15px;
  }
  #section3 .big-data-list .chart-box .box .inner img {
    width: auto;
    height: auto;
  }
  #section4 .section-wrap .sectionBox-top.w-100 {
    background-position: right -18px;
    height: auto;
    gap: 20px;
    padding-top: 40px;
  }
  #section4 .section-wrap .sectionBox-top.w-100 .section4-tit.bg-image {
    background-image: url("/assets/images/main/title-con02-t.png");
  }
  #section4 .section-wrap .sectionBox-top.w-100 .support-system-list {
    padding: 20px;
  }
  #section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul {
    flex-flow: wrap;
  }
  #section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul li {
    width: 18.6%;
  }
  #section4 .section-wrap .icon-list-box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #section4 .section-wrap .icon-list-box .content-more-box.notice {
    width: 100%;
    height: auto;
  }
  #section4 .section-wrap .icon-list-box .content-more-box.notice li {
    height: auto;
  }
  #section4 .section-wrap .icon-list-box .content-more-box.notice li .title-align.text-date {
    height: auto;
  }
  #section4 .section-wrap .icon-list-box .content-more-box.notice li .title-align.text-date .f-top {
    width: 100%;
    height: auto;
    -webkit-line-clamp: 1;
  }
  #section4 .section-wrap .icon-list-box .content-more-box.notice li .title-align.text-date .f-bt {
    width: 100%;
    margin-top: 10px;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business {
    width: 69%;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business .content-text-list {
    padding: 10px 0;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business .content-text-list ul {
    flex-direction: row;
    gap: 0;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business .content-text-list ul li {
    height: 238px;
    background-position: 15px 15px;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business .content-text-list ul li p {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 13px;
    height: auto;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.business .content-text-list ul li p.more-btn-wrap {
    height: 30px;
    margin-top: 3px;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.service {
    width: 27%;
  }
  #section4 .section-wrap .icon-list-box .content-more-box .content-more-box.service .content-service-list ul li a {
    height: 56px;
    padding: 15px 20px 15px 62px;
  }
  #section4 .sectionBox-con.w-3 {
    display: block;
    height: auto;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.business {
    display: inline-block;
    width: calc(100% - 200px);
    margin-right: 20px;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.service {
    display: inline-block;
    width: 175px;
    vertical-align: bottom;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.service ul li a {
    height: 58px;
    padding: 24px 18px 24px 65px;
  }
  #section5 .section-wrap .sectionBox-top {
    height: 100%;
  }
  #section5 .section-wrap .sectionBox-top .top-flex-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  #section5 .section-wrap .sectionBox-top .top-flex-layout .mainSwiper {
    width: 349px;
    height: 370px;
  }
  #section5 .section-wrap .sectionBox-top .top-flex-layout .mainSwiper .swiper-wrapper {
    height: 100%;
  }
  #section5 .section-wrap .sectionBox-top .top-flex-layout .mainSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  #section5 .section-wrap .sectionBox-top .top-flex-layout .mainSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
  }
  #section5 .section-wrap .sectionBox-top .topL-box {
    width: 100%;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 {
    background-position: center;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 p {
    margin-bottom: 40px;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffefef;
    border-radius: 30px;
    background-image: none;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("/assets/images/main/section5_icon14.png");
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box ul {
    padding: 0;
  }
  #section5 .section-wrap .sectionBox-con {
    display: block;
    height: auto;
  }
  #section5 .section-wrap .sectionBox-con .content-more-box.video {
    width: 100%;
    margin-bottom: 20px;
  }
  #section5 .section-wrap .sectionBox-con .box-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #section5 .section-wrap .sectionBox-con .box-wrap .content-more-box.check {
    margin-top: 0;
  }
  #section5 .section-wrap .sectionBox-con .box-wrap .sign-sns-wrap {
    width: 100%;
  }
  #section5 .section-wrap .sectionBox-con .box-wrap .content-more-box.sns {
    display: none;
  }
  #section6 {
    width: 100%;
    height: auto;
  }
}
/* 추가 */
@media (min-width: 1251px) and (max-width: 1600px) {
  #section1 {
    padding-top: 125px;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 @media (max-width: 734px)
************************************************************************************************************************************************/
@media (max-width: 734px) {
  #section1 .sectionBox-con.main-con {
    display: block;
    height: auto;
  }
  #section1 .sectionBox-con.main-con .content-more-box + .content-more-box {
    margin-top: 10px;
  }
  #section1 .sectionBox-top.main-con {
    display: block;
  }
  #section1 .sectionBox-top.main-con .user-login {
    margin-top: 10px;
  }
  #section2 .section-wrap .sectionBox-top .topR-box ul {
    flex-direction: column;
  }
  #section2 .section-wrap .sectionBox-top .topR-box ul li {
    width: 100%;
  }
  #section3 .sectionBox-con {
    display: block;
  }
  #section3 .sectionBox-con:not(.tab-container) {
    display: block;
  }
  #section3 .sectionBox-con .content-more-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #section3 .big-data-list .chart-box .box .inner img {
    width: 100%;
  }
  #section4 .section-wrap .sectionBox-top.w-100 {
    gap: 30px;
    padding-top: 20px;
    background-size: 420px;
  }
  #section4 .section-wrap .sectionBox-top.w-100 .section4-tit.bg-image {
    height: 75px;
    background: url("/assets/images/main/title-con02-m.png") 0 50% no-repeat;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.business {
    display: block;
    width: 100%;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.service {
    display: block;
    width: 100%;
  }
  #section4 .sectionBox-con.w-3 .content-more-box.service .content-service-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #section5 {
    background-image: linear-gradient(to top, #f4f8f9 50%, #fff 50%);
  }
  #section5 .section-wrap {
    margin-bottom: 100px;
  }
  #section5 .sectionBox-top {
    margin-bottom: 100px;
  }
  #section5 .topL-box.lf-100 .tit-bx {
    width: 70%;
    height: 78px;
    font-size: 22px;
    background-size: contain;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 {
    background-size: 400px;
    background-position: center 35%;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 p {
    margin-bottom: 100px;
  }
  #section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
/************************************************************************************************************************************************
	반응형 디자인 @media (max-width: 480px)
************************************************************************************************************************************************/
@media (max-width: 480px) {
  section {
    padding: 65px 20px;
  }
  section .section-wrap {
    width: 100%;
    gap: 20px;
  }
  section .section-wrap .responsive-txt span {
    display: inline;
  }
  section .section-wrap .content-more-box .content-text-list ul li .tit-bk a {
    font-size: 16px;
  }
  section .section-wrap .content-more-box .title-align .f-left {
    font-size: 16px;
  }
  section#section1 .search-box {
    width: 100%;
    margin-bottom: 0;
  }
  section#section1 .search-box input {
    width: calc(100% - 45px);
  }
  section#section1 .sectionBox-top.main-con .bg-text {
    padding: 0;
  }
  section#section1 .sectionBox-con.main-con {
    height: auto;
  }
  section#section1 .sectionBox-con.main-con .content-more-box {
    width: 100%;
    height: auto;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-top: 120px;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content::before {
    width: 100%;
    height: 108px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("/assets/images/main/section01_bg_02.png");
    background-position: center center;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content.box02::before {
    background-image: url("/assets/images/main/section01_bg_04.png");
    background-position: center center;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content.box03::before {
    background-image: url("/assets/images/main/section01_bg_06.png");
    background-position: center center;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content.box04::before {
    background-image: url("/assets/images/main/section01_bg_08.png");
    background-position: center center;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap {
    width: 100%;
    text-align: center;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap .main-txt-list {
    font-size: 13px;
    margin-bottom: 20px;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li {
    padding-left: 32px;
    text-align: left;
  }
  section#section1 .sectionBox-con.main-con .content-more-box .main-content .main-con-wrap ul li a {
    font-size: 13px;
  }
  section#section2 .section-wrap .sectionBox-top {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-size: 150px;
    background-position-y: 30px;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box {
    width: 100%;
    background-image: none;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .tit-bx {
    margin-bottom: 40px;
    width: 100%;
    background-image: url("/assets/images/main/title-con01-m.png");
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .tit-bx.bg-image {
    background-size: 90%;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul {
    display: grid;
    gap: 5px;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul li {
    text-align: left;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul li a i {
    display: inline-block;
    margin: 0 7px 0 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    vertical-align: middle;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul li a i.i-domestic {
    background-size: 18px;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul li a .responsive-txt {
    display: inline-block;
  }
  section#section2 .section-wrap .sectionBox-top .topL-box .icon-list-box ul li a .responsive-txt span {
    font-size: 13px;
    font-weight: 400;
  }
  section#section2 .section-wrap .sectionBox-top .topR-box {
    width: 100%;
    margin: 0 auto;
  }
  section#section2 .section-wrap .sectionBox-top .topR-box .Rbox-tit-bg {
    margin-bottom: 10px;
  }
  section#section2 .section-wrap .sectionBox-con {
    display: block;
    height: 100%;
  }
  section#section2 .section-wrap .sectionBox-con .content-more-box {
    width: 100%;
  }
  section#section2 .section-wrap .sectionBox-con .content-more-box .content-text-list ul li {
    height: auto;
  }
  section#section2 .section-wrap .sectionBox-con .content-more-box .sub-text {
    display: block;
  }
  section#section2 .section-wrap .sectionBox-con .content-more-box .sub-text p {
    width: 100%;
  }
  section#section2 .section-wrap .sectionBox-con .content-more-box + .content-more-box {
    margin-top: 15px;
  }
  section#section3 .section-wrap .sectionBox-top.w-50 .big-data-list {
    height: 100%;
  }
  section#section3 .section-wrap .sectionBox-top.w-50 .big-data-list ul {
    gap: 10px;
  }
  section#section3 .section-wrap .sectionBox-top.w-50 .big-data-list ul li .img-box {
    height: 120px;
    background-size: 100%;
  }
  section#section3 .section-wrap .sectionBox-top.w-50 .big-data-list ul li img {
    width: 100%;
    height: auto;
  }
  section#section3 .section-wrap .main-tab .tabnav a {
    padding: 5px 15px;
    font-size: 14px;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 .search-box {
    width: 90%;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 .wordcloud img {
    width: 100%;
    height: 100%;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 .search-wrap-box {
    background-size: 100%;
    background-position: center 16px;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 p {
    width: 100%;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 p input {
    width: calc(100% - 45px);
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 .search-btn {
    right: 15px;
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 ul {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  section#section3 .section-wrap .main-tab .tabcontent #tab1-1 ul a {
    font-size: 12px;
  }
  section#section3 .section-wrap .sectionBox-con {
    flex-direction: column;
    height: 100%;
  }
  section#section3 .section-wrap .sectionBox-con .content-more-box {
    width: 100%;
  }
  section#section3 .section-wrap .sectionBox-con .content-more-box .content-text-list ul li .image-wrap {
    width: 115px;
  }
  section#section3 .big-data-list .chart-box {
    display: block;
  }
  section#section3 .big-data-list .chart-box .box .inner img {
    width: auto;
  }
  section#section3 .big-data-list .chart-box .box + .box {
    margin-top: 10px;
  }
  section#section4 .section-wrap .icon-list-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
  }
  section#section4 .section-wrap .icon-list-box ul {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
  section#section4 .section-wrap .icon-list-box ul li {
    text-align: left;
  }
  section#section4 .section-wrap .icon-list-box ul li a {
    white-space: nowrap;
  }
  section#section4 .section-wrap .icon-list-box ul li a i {
    display: inline-block;
    margin: 0 7px 0 0;
    width: 24px;
    height: 24px;
    background-size: 24px;
    vertical-align: middle;
  }
  section#section4 .section-wrap .icon-list-box ul li a i.i-domestic {
    background-size: 18px;
  }
  section#section4 .section-wrap .icon-list-box ul li a .responsive-txt {
    display: inline-block;
  }
  section#section4 .section-wrap .icon-list-box ul li a .responsive-txt span {
    font-size: 13px;
    font-weight: 400;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 {
    background-size: contain;
    background-position: top right;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .section4-tit.bg-image {
    background-image: url("/assets/images/main/title-con02-m.png");
    background-size: contain;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list {
    padding: 15px;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul {
    gap: 0;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul li {
    width: 50%;
    height: 56px;
    padding: 5px 0px;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul li p {
    width: calc(100% - 40px);
    display: inline-block;
    margin-top: 0px;
    text-align: left;
    margin-left: 5px;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul li p a {
    font-size: 12px;
  }
  section#section4 .section-wrap .sectionBox-top.w-100 .support-system-list ul li img {
    width: 28px;
    height: auto;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice {
    height: auto;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li {
    height: auto;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .check-i {
    font-size: 13px;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .title-align.text-date {
    height: auto;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .title-align.text-date .f-bt {
    flex-direction: column;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .title-align.text-date .f-bt span {
    display: block;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .title-align.text-date .f-bt span.text-align-r {
    text-align: left;
    float: left;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .period {
    display: block;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.notice li .period span {
    display: block;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business {
    width: 100%;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list {
    padding: 0;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul {
    display: block;
    padding: 8px 0;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li {
    width: 100%;
    padding: 10px 15px;
    height: auto;
    background-position: 15px center;
    background-repeat: no-repeat;
    border-right: none;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li:nth-child(1) {
    background-image: url("/assets/images/main/section4_bg_img05.png");
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li:nth-child(2) {
    background-image: url("/assets/images/main/section4_bg_img06.png");
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li:nth-child(3) {
    background-image: url("/assets/images/main/section4_bg_img07.png");
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li img, section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li i {
    display: none;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li h4 {
    margin-top: 0;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li p {
    height: auto;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li span {
    font-size: 16px;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.business .content-text-list ul li a {
    padding: 0 5px 0 120px;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.service {
    width: 100%;
  }
  section#section4 .section-wrap .sectionBox-con.w-3 .content-more-box.service .content-service-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  section#section5 {
    background-image: linear-gradient(to top, #f4f8f9 40%, #fff 40%);
  }
  section#section5 .section-wrap {
    margin-bottom: 30px;
  }
  section#section5 .section-wrap .sectionBox-top {
    margin-bottom: 0;
  }
  section#section5 .section-wrap .sectionBox-top .top-flex-layout {
    gap: 30px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 {
    background-size: contain;
    background-position: center 173px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 .tit-bx {
    width: 100%;
    height: 80px;
    padding-bottom: 45px;
    background-size: contain;
    font-size: 23px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 p {
    margin-bottom: 160px;
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 p span {
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box {
    padding: 15px;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box ul {
    grid-template-columns: repeat(3, 1fr);
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box ul li i {
    margin: 5px auto;
  }
  section#section5 .section-wrap .sectionBox-top .topL-box.lf-100 .icon-list-box ul li span {
    display: block;
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video {
    width: 100%;
    margin-top: 100px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabnav a {
    font-size: 13px;
    padding: 5px 8px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent {
    height: 248px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slider {
    height: 155px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slide {
    opacity: 1;
    width: 220px;
    height: 156px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slide.active {
    margin-bottom: -4px;
    margin-left: 0;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slider-controls {
    top: 185px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slide-tit {
    line-height: 1.3;
    gap: 1px;
    height: auto;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slide-tit span {
    display: block;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent .slide-tit a {
    font-size: 13px;
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent #tab2-1 .slide {
    width: 300px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.video .main-tab .tabcontent #tab2-3 .slide {
    width: 150px;
    height: 150px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check {
    height: auto;
    padding: 45px 15px 15px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check .sign-tit {
    font-size: 18px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check .sign-input {
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check .sign-ch label {
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check ul {
    margin: 10px 0;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.check ul li label {
    font-size: 13px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.sns {
    display: block;
    width: 29px;
    padding: 0;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .content-more-box.sns ul {
    height: 354px;
  }
  section#section5 .section-wrap .sectionBox-con.w-3 .sign-sns-wrap {
    width: 100%;
    justify-content: space-between;
  }
}
/* 반응형 레이아웃 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/************************************************************************************************************************************************
	반응형 디바이스 사이즈
	$mobile : 480px;
	$tablet : 768px;
	$labtop : 1024px;
	$pc     : 1300px;
************************************************************************************************************************************************/
/************************************************************************************************************************************************
	반응형 디자인 ( 1650 이하 대응 )
************************************************************************************************************************************************/
@media all and (max-width: 1649px) {
  nav {
    display: none;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 pc (헤더) 1440px
************************************************************************************************************************************************/
@media all and (min-width: 1023px) and (max-width: 1439px) {
  #header .top-user-set {
    width: 100%;
    padding: 0 20px;
  }
  #header #gnb .gnbWrap {
    width: 100%;
    padding: 0 20px;
  }
  #header #container {
    width: 100%;
  }
  #header #container > .inner .banner {
    background-position: 50% 50%;
    background-size: cover;
  }
  #header #container > .inner .contents-body {
    padding: 40px 40px 0 0;
  }
  #header #container > .inner .contents-body .charge-info-area {
    padding: 15px 35px;
  }
  #header #container > .inner .contents-body .charge-info-area .info-grid {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    gap: 12px;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 pc ( 1280 이하 대응 )
************************************************************************************************************************************************/
@media all and (max-width: 1249px) {
  #header {
    display: none;
  }
  #header-mo {
    display: block;
    border-bottom: #ddd 1px solid;
  }
  #container {
    width: 100%;
    padding: 60px 0 0 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .title-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    height: auto;
    aspect-ratio: 10/3;
    background-size: cover;
    background-position: 50% 100%;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    height: auto;
  }
  .footer .inner {
    width: 100%;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 handhelds (laptop, tablet, mobile 다 대응)
************************************************************************************************************************************************/
@media all and (max-width: 1250px) {
  #container {
    padding: 56px 0 0 0;
  }
  #container > .inner {
    padding: 0;
  }
  #container > .inner .banner {
    padding: 50px 0;
    border-radius: 0;
    background-position: 50% 50%;
  }
  #container > .inner .banner.bg-type9 {
    background-image: url("/assets/images/sub/bg-banner_09_r.png");
  }
  #container > .inner .contents-wrap {
    display: block;
    padding: 0 0 50px 0;
  }
  #container > .inner .contents-wrap .snb {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body {
    overflow: hidden;
    width: 100%;
    padding: 25px 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area {
    height: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .m-tit {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group.text-group {
    padding-top: 70px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    display: grid;
    grid-template-columns: repeat(1, 1fr 7fr);
    padding: 3px 7px 5px 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt span {
    grid-row: 1/span 2;
    margin: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .title-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    width: 100%;
    height: 243px;
    background-image: url("/assets/images/sub/bg-introduction_01_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro2 {
    background-image: url("/assets/images/sub/bg-introduction_02_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro3 {
    background-image: url("/assets/images/sub/bg-introduction_03_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro4 {
    background-image: url("/assets/images/sub/bg-introduction_04_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 {
    height: 360px;
    background-image: url("/assets/images/sub/bg-introduction_06.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .swiper {
    width: clamp(290px, 45vw, 350px);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group {
    width: 55%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-sub::before {
    top: -110px;
    right: -140px;
    width: clamp(125px, 22vw, 140px);
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-sub {
    font-size: clamp(16px, 4vw, 22px);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-main {
    width: clamp(280px, 36vw, 358px);
    aspect-ratio: auto;
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end .desc-txt {
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 30px 60px;
  }
  .footer .inner {
    flex-direction: column;
    padding: 40px 20px;
  }
  .footer .inner .footer-frame {
    gap: 20px;
  }
  .footer .inner .footer-frame + .footer-frame {
    margin-top: 20px;
  }
  .footer .inner .footer-frame.left {
    width: 100%;
  }
  .footer .inner .footer-frame.left address, .footer .inner .footer-frame.left p {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .footer .inner .footer-frame.right {
    align-items: flex-start;
    width: 100%;
  }
  .footer .inner .footer-frame.right .bt-con-wrap {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-txt {
    width: 100%;
    padding: 0;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-img {
    width: 100%;
    padding: 0;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-img ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer .inner .footer-frame.right .site-map-wrap {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .contents .signature .radio-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .monitering-outbox {
    flex-direction: column;
  }
  .monitering-outbox .flow.step1 {
    height: 125px;
  }
  .monitering-outbox .flow.step2.arrow-box {
    transform: rotate(270deg);
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text {
    transform: rotate(90deg);
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text.top {
    top: -85px;
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text.bottom {
    bottom: -45px;
  }
  .monitering-outbox .flow.step3 {
    height: 150px;
  }
  .monitering-outbox .flow.step3 .logo {
    background-position: 50% 35%;
  }
  .monitering-outbox .flow.step4 {
    display: flex;
    gap: 20px;
  }
  .monitering-outbox .flow.step4 .box + .box {
    margin: 0;
  }
  .monitering-outbox .flow.step4 .global-info {
    flex-direction: column;
    margin-top: 20px;
  }
  .monitering-outbox .flow.step4 .global-info .global-box {
    width: max-content;
    min-height: auto;
    padding: 30px 20px;
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box {
    height: 90px;
    transform: rotate(90deg);
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box .arrow.arrow-right {
    top: 50px;
    transform: rotate(135deg);
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box .arrow-text {
    top: -20px;
    width: max-content;
    transform: rotate(270deg);
  }
  .monitering-outbox .flow.arrow-box.two-way {
    top: 30px;
    right: 12px;
    transform: rotate(90deg);
  }
  .service-menu-select {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 20px 40px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item {
    display: grid;
    grid-template-columns: minmax(85px, auto) 1fr;
    gap: 20px;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 mobile
************************************************************************************************************************************************/
@media (max-width: 767px) {
  #container > .inner .banner .breadcrumb {
    flex-wrap: wrap;
    gap: 5px;
  }
  #container > .inner .banner .breadcrumb li a {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  #container > .inner .banner .banner-title {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  #container > .inner .contents-wrap .contents-body br {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body .contents-area.grid {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    width: 100%;
    height: 408px;
    background-image: url("/assets/images/sub/bg-introduction_01_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro2 {
    background-image: url("/assets/images/sub/bg-introduction_02_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro3 {
    background-image: url("/assets/images/sub/bg-introduction_03_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro4 {
    background-image: url("/assets/images/sub/bg-introduction_04_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 {
    height: 600px;
    background-image: url("/assets/images/sub/bg-introduction_06.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end {
    justify-content: flex-start;
    align-items: center;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end .desc-txt {
    width: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .tabArea .tabs {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .listtop {
    flex-wrap: wrap;
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .title-sec .form-group .w300, #container > .inner .contents-wrap .contents-body .contents-area .contents .title-sec .form-group .w150 {
    width: auto !important;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .title-cnt .n-tit br {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .agree-box .content {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result {
    width: 380px;
    aspect-ratio: auto;
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result .total-num {
    padding: 271px 0 15px 25px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result .total-num .total {
    font-size: 36px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .flex-box.between {
    flex-wrap: wrap;
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .scroll-box br {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .signature .name span {
    letter-spacing: -0.5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .signature .radio-list {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .integrated-search-area .search-box {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box + .split-layout .con-group + .con-group {
    margin-top: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three {
    display: grid;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .m-tit {
    font-size: 17px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box div {
    height: 160px;
    margin: 0;
    padding: 0 5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl {
    height: 160px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    grid-template-columns: repeat(1, 1fr 4fr);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt strong {
    margin: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dd {
    padding: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .con-sec .tit-cnt .tit {
    font-size: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-view .board-list ul.board-body li a {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-view .board-list ul.board-body li a .con-cnt {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-left: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail .img-cnt {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail .info-group {
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 30px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item {
    display: grid;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item .value {
    white-space: nowrap;
  }
  .footer .inner .footer-frame.left .bt-txt address, .footer .inner .footer-frame.left .bt-txt p {
    line-height: 1.8;
  }
  .footer .inner .footer-frame.right {
    flex-direction: column;
  }
  .footer .inner .footer-frame.right .bt-img {
    width: 100%;
    justify-content: flex-start;
  }
  .footer .inner .footer-frame.right .site-map-wrap {
    width: 100%;
  }
  .footer .inner .footer-frame.right .site-map-wrap .select-box {
    width: calc(100% - 45px);
  }
  .filter .label {
    min-width: max-content;
    margin-right: 10px;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-box, .filter .filter-item .input-group:has(.date-cnt) .month-date-box {
    width: auto;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-cnt {
    width: 100%;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-cnt select {
    width: 100%;
  }
  .filter .filter-item > .filter-group, .filter .filter-item > .form-group {
    flex-wrap: wrap;
  }
  .filter .filter-item > .filter-group .select-box, .filter .filter-item > .form-group .select-box {
    width: 100% !important;
  }
  .filter .filter-item > .filter-group .box-group, .filter .filter-item > .form-group .box-group {
    width: 100%;
    flex-direction: column;
  }
  .filter .filter-item > .form-group:has(.form-group) {
    flex-wrap: wrap;
  }
  .filter .filter-item > .form-group .date-cnt {
    width: 100%;
  }
  .filter .filter-item > .form-group .date-cnt .date-box {
    width: 100%;
  }
  .con-list-wrap {
    min-height: 250px;
  }
  .radio-list {
    flex-wrap: wrap;
  }
  .btn-link-small {
    width: 100%;
  }
  .table {
    table-layout: fixed;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap > .table.list {
    min-width: 936px;
  }
  .table.form colgroup {
    display: none;
  }
  .table.form tbody {
    border-bottom: 1px solid #ddd;
  }
  .table.form tbody tr th + .rowinline:first-child {
    border-left: 0;
  }
  .table.form tbody tr:first-child :nth-child(1) td {
    border-top: 0;
  }
  .table.form tbody tr th {
    border-top: 1px solid #ddd;
    border-right: 0;
  }
  .table.form tbody tr th.tx-left {
    text-align: center !important;
  }
  .table.form tbody tr td {
    display: block;
    width: 100%;
    padding: 6px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .table.form tbody tr td > .select-box {
    width: 100% !important;
  }
  .table.form tbody tr td .flex-line {
    width: 100%;
  }
  .table.form tbody tr td .flex-line .select-box.w200 {
    width: auto !important;
  }
  .table.form tbody tr td .flex-line .select-box + .select-box {
    width: auto !important;
  }
  .table.form tbody tr td .input-group.email .select-box {
    width: auto !important;
  }
  .table.form tbody tr td input[type=text], .table.form tbody tr td input[type=password] {
    width: 100%;
  }
  .table.form tbody tr td span.t-guide {
    display: block;
    margin: 0 !important;
  }
  .table.form tbody tr:last-child :nth-child(3) th {
    border-top: 0;
  }
  .table.form tbody tr .rowinline {
    display: inline-table;
  }
  .table.form tbody tr .rowinline + .rowinline {
    border-left: 1px solid #ddd;
  }
  .table.form tbody tr .rowinline:first-child {
    border-left: 0;
  }
  .table.form tbody tr .rowinline.wp33 {
    width: 33.3%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp60 {
    width: 60%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp50 {
    width: 50%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp40 {
    width: 40%;
    text-align: center;
  }
  .table.form tbody tr .rowtable {
    display: table-row;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #eee;
  }
  .table.form tbody tr .rowctr {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
  }
  .table.form tr {
    display: table;
    width: 100%;
  }
  .table.form tr th {
    height: 36px;
    line-height: 36px;
  }
  .table.form th, .table.form td {
    display: table-row;
  }
  .table.form .flex-line {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
  }
  .table.form .flex-line:has(input[type=checkbox]) {
    grid-template-columns: auto;
  }
  .table.form .flex-line:has(.check-cnt + input[type=text]:disabled) {
    grid-template-columns: auto 1fr;
  }
  .table.form .flex-line:has(.flex-auto) {
    grid-template-columns: 1fr auto;
  }
  .split-layout .contents + .contents {
    margin-top: 80px;
  }
  .grid-layout-area.curstatus {
    display: flex;
    flex-direction: column;
  }
  .process-twolines {
    grid-template-rows: auto auto;
    gap: 50px;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(1) {
    order: 1;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(1)::after {
    top: -25px;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(2) {
    order: 2;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(3) {
    order: 3;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(4) {
    order: 4;
  }
  .process-twolines .process-wrap:last-child .process-group + .process-group .process-item::after {
    right: auto;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .process-twolines .process-wrap.sandwich-line {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .process-twolines .process-wrap.sandwich-line:not(:has(.sandwich-box)) {
    display: none;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box {
    position: absolute;
    z-index: 1;
    top: 400px;
    right: 36px;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box::after {
    top: auto;
    bottom: -1027px;
    transform: none;
    right: 5px;
    left: auto;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box span {
    width: 42px;
    white-space: wrap;
  }
  .process-twolines .process-wrap.sandwich-line::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 1250px;
    top: 420px;
    z-index: 1;
    right: 25px;
    border: 2px solid #005098;
    border-left: none;
    border-radius: 0 10px 10px 0;
  }
  .process-wrap .process-group:nth-child(2) .process-detail {
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 40px 20px 25px 20px;
    border-radius: 10px;
  }
  .process-wrap .process-group:nth-child(2) .process-detail::after {
    height: 28px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul {
    grid-template-columns: auto;
    gap: 35px;
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul li {
    background-color: #f7f7f7;
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul li + li::before {
    z-index: -1;
    width: 52px;
    top: -180%;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
  }
  .process-wrap .process-group:has(.process-detail) {
    height: 480px;
  }
  .process-wrap .process-group + .process-group .process-item::after {
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .process-wrap.columns {
    grid-template-columns: auto;
  }
  .process-wrap.columns.no-arrow .process-item {
    padding: 25px 20px 20px;
  }
  .process-wrap.columns.uneven .process-item-group {
    flex-direction: row;
  }
  .process-wrap.columns.uneven .process-item-group .process-item {
    width: 100%;
  }
  .process-wrap.row .process-group {
    grid-template-columns: 1fr;
  }
  .process-wrap.row .process-group :last-child.process-item-group::before {
    display: none;
  }
  .process-wrap.row .process-item-group {
    position: relative;
  }
  .process-wrap.row .process-item-group .process-item::before {
    display: none;
  }
  .process-wrap.row .process-item-group::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 70px;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #005098;
  }
  .process-wrap.row .process-item::before {
    z-index: -1;
    top: auto;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
  }
}
@media (max-width: 479px) {
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    grid-template-columns: repeat(1, 1fr 4fr);
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt strong {
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt span {
    font-size: 18px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .login-area .login-form {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top .user p {
    font-size: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top .user p strong {
    font-size: 18px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .title {
    font-size: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta {
    display: grid;
    grid-template-columns: 1fr;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta span + span {
    margin-top: 5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta span + span::before {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .desc-group .row {
    grid-template-columns: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .table .counseling-logo {
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .call-list-area .call-content {
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .call-list-area .call-content .call-info {
    padding: 10px 12px;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .process-wrap.row .process-item-group::before {
    display: none;
  }
  .paginate a, .paginate strong {
    padding: 0 5px;
    margin: 0 5px;
  }
  .btn-wrap {
    justify-content: center;
  }
  .btn-wrap.between {
    justify-content: center;
  }
  .btn-wrap.between .btn {
    width: 100%;
  }
  .btn-wrap:has(.btn-group) {
    flex-direction: column;
  }
  .btn-wrap .btn-group {
    width: 100%;
    flex-direction: column;
  }
  .btn-wrap .btn-group .btn {
    width: 100%;
  }
  .tabArea .subtabs li {
    height: 120px;
  }
  .tabArea .subtabs li a {
    flex-direction: column;
  }
  .tabArea .subtabs.single li {
    width: 100%;
  }
}

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

/************************************************************************************************************************************************
	2026.01.12 lib.main.js 팝업관련 추가
************************************************************************************************************************************************/

@charset "utf-8";

.sub_skip{display:none}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* .wrap{transition:padding-top 0.5s; -webkit-transition:padding-top 0.5s} */
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: padding-top 0.5s;
  -webkit-transition: padding-top 0.5s;
}
.wrap.fixed{overflow:hidden; position:fixed; height:100%; width:100%}

/* 메인 콘텐츠가 남은 공간을 채워서 footer를 하단으로 밀어줌 */
.content {
  flex: 1;
}

/* header */
header .sub_logo{display:none}
header .inner .utill li .sub{display:none}

/* sky banner */
.wrap.main_banner{padding-top:140px}
.sky_banner{position:absolute; top:0; left:0; width:100%; overflow:hidden; min-width:1200px; background:#072a55; color:#fff; z-index:2; transition:all 0.5s; -webkit-transition:all 0.5s}
.sky_banner .inner{position:relative; width:1200px; height:140px; margin:0 auto;}
.sky_banner .inner .con li a{display:block}
.sky_banner .inner .con li img{width:1200px; height:140px;}
.sky_banner .inner .con .bx-wrapper .bx-controls-auto, .b_contents .bx-wrapper .bx-pager{bottom:inherit; top:85px; padding-top:0}
.sky_banner .inner .con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{width:100%; text-align:center}
.sky_banner .inner .con .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item{vertical-align:top}
.sky_banner .inner .con .bx-wrapper .bx-controls-direction a{width:30px; height:42px; top:46px; text-indent:0; font-size:0}
.sky_banner .inner .con .bx-wrapper .bx-prev{left:323px}
.sky_banner .inner .con .bx-wrapper .bx-prev::before{content:''; position:absolute; top:11px; transform:rotate(-45deg); width:24px; height:2px; background:#fff; border-radius:3px}
.sky_banner .inner .con .bx-wrapper .bx-prev::after{content:''; position:absolute; top:27px; transform:rotate(45deg); width:24px; height:2px; background:#fff; border-radius:3px}
.sky_banner .inner .con .bx-wrapper .bx-next{right:323px}
.sky_banner .inner .con .bx-wrapper .bx-next::before{content:''; position:absolute; top:11px; transform:rotate(45deg); width:24px; height:2px; background:#fff; border-radius:3px}
.sky_banner .inner .con .bx-wrapper .bx-next::after{content:''; position:absolute; top:27px; transform:rotate(-45deg); width:24px; height:2px; background:#fff; border-radius:3px}
.sky_banner .inner .con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:50%; /*171218 add*/margin-right:-120px; z-index:1}
.sky_banner .inner .con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto .active{display:none}
.sky_banner .inner .sb_footer{position:absolute; bottom:16px; left:50%; transform:translateX(-50%); text-align:right; width:100%; max-width:1120px; font-size:12px; color:#fff}
.sky_banner .inner .sb_footer .chk1{float:left; padding-right:10px; width:calc(100% - 94px); line-height:32px; box-sizing:border-box}
.sky_banner .inner .sb_footer .chk1 input[type="checkbox"]{overflow:hidden; position:absolute; width:1px; height:1px; padding:0; margin:-1px; border:0; clip:rect(0,0,0,0); -webkit-border-radius:0; border:none; -webkit-appearance:none; -moz-appearance:none; appearance:none}
.sky_banner .inner .sb_footer .chk1 input[type="checkbox"] + label{display:inline-block; position:relative; font-size:13px; color:#333; letter-spacing:-0.030em; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none}
.sky_banner .inner .sb_footer .chk1 input[type="checkbox"] + label:after{content:''; display:inline-block; width:12px; height:12px; margin-left:8px; border:1px solid #ddd; border-radius:2px; background-color:transparent; vertical-align:middle; text-align:center; line-height:16px; box-sizing:border-box}
.sky_banner .inner .sb_footer .chk1 input[type="checkbox"]:checked + label:after{content:''; background:url(/images/new/common/sb_chk.png) no-repeat top 2px right 0px}
.sky_banner .inner .sb_footer button{float:right; padding-right:20px; width:94px; background:rgba(0, 0, 0, 0.5) url("/images/new/common/sb_close.png") no-repeat top 50% right 6px; ; border-radius:15px; color:#fff; font-size:13px; line-height:32px; text-align:center; cursor:pointer; letter-spacing:-0.030em; box-sizing:border-box}

/* 레이어 팝업 */
/* 개별 or 독립 레이어 */
.popup_wrap{position:absolute; left:50%; z-index:100; margin-left:-550px; width:1100px; height:auto}
.popup_wrap .divpop{z-index:700; border:1px solid #444}
.popup_wrap .divpopt{background:#fff}
.popup_wrap .divpopt p{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:10px; color:#555; font-size:12px}
.popup_wrap .divpopa img{max-width:700px;}
.popup_wrap .divpopb{position:absolute; bottom:0; overflow:hidden; width:100%; box-sizing:border-box}
.popup_wrap .divpopb div{float:left; padding-left:10px; width:100%; background:rgba(0, 0, 0, 0.4); line-height:30px; box-sizing:border-box}
.popup_wrap .divpopb div input{margin-right:5px}
.popup_wrap .divpopb div label{color:#fff; font-size:12px}
.popup_wrap .divpopb div label span{color:#fff; font-size:13px}
.popup_wrap .divpopb a{display:block; position:absolute; bottom:0; right:0; width:40px; height:30px; padding:8px 0; color:#fff; text-align:center; box-sizing:border-box; font-size:13px;}
.popup_wrap .divpopba {float:right; text-align:center; width:40px; background:rgba(0, 0, 0, 0.6); color:#fff; font-size:12px; line-height:30px}
/* 통합 레이어 */
.popup_wrap2{position:absolute; left:50%; z-index:10000; margin-left:-550px; width:1100px; height:auto}
.popup_wrap2::before{content:''; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7)}
.popup_wrap2 .bx-wrapper{}
.popup_wrap2 .tit{position:relative; text-align:center; margin-bottom:60px; font-size:30px; color:#ddd; font-family:'Pretendard GOV'; letter-spacing:-0.030em}
.popup_wrap2 .tit b{color:#fff; font-size:32px; font-family:'Pretendard GOV'}
.popup_wrap2 .tit b span{color:#33ccff}
.popup_wrap2 .bx-viewport{z-index:1}
.popup_wrap2 .bx-controls{position:absolute; top:-60px; left:50%; width:360px; margin-left:-180px}
.popup_wrap2 .bx-wrapper .bx-controls-direction{float:right; margin-right:44px}
.popup_wrap2 .bx-wrapper .bx-controls-direction a{display:inline-block; position:relative; top:0; vertical-align:top; width:36px; height:36px; margin:0 4px; border:2px solid #ddd; border-radius:20px}
.popup_wrap2 .bx-wrapper .bx-prev::before{content:''; position:absolute; top:10px; left:13px; width:9px; height:16px; background:url(/images/common/layer_popup_arr.png) no-repeat 0 0}
.popup_wrap2 .bx-wrapper .bx-next::before{content:''; position:absolute; top:10px; right:13px; transform:rotate(180deg); width:9px; height:16px; background:url(/images/common/layer_popup_arr.png) no-repeat 0 0}
.popup_wrap2 .divpop{}
.popup_wrap2 .divpopa{text-align:center}
.popup_wrap2 .divpopa a{display:block}
.popup_wrap2 .divpopa img{max-width:100%}
.popup_wrap2 .divpopb{overflow:hidden; position:relative; width:360px; padding-bottom:20px; margin:0 auto}
.popup_wrap2 .divpopb div{float:left; position:relative; z-index:1; height:20px; padding:10px 0}
.popup_wrap2 .divpopb div input[type="checkbox"]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.popup_wrap2 .divpopb div label{display:inline-block; position:relative; padding-left:24px; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; line-height:20px}
.popup_wrap2 .divpopb div input[type="checkbox"]+label:before{content:''; position:absolute; top:2px; left:0; width:12px; height:12px; border:2px solid #959595; border-radius:2px}
.popup_wrap2 .divpopb div input[type="checkbox"]:focus+label:before{outline:auto}
.popup_wrap2 .divpopb div input[type="checkbox"]:checked+label:after{content:''; position:absolute; top:-1px; left:7px; transform:rotate(45deg); width:5px; height:13px; border-bottom:2px solid #fff; border-right:2px solid #fff}
.popup_wrap2 .divpopb div label span{color:#eee; font-size:18px; font-family:'Pretendard GOV'; letter-spacing:-0.030em}
.popup_wrap2 .divpopb a{float:right; position:relative; z-index:1; width:40px; height:40px; background:#fff; font-size:0; border-radius:20px}
.popup_wrap2 .divpopb a::before{content:''; position:absolute; top:11px; left:19px; transform:rotate(45deg); width:2px; height:18px; background:#333}
.popup_wrap2 .divpopb a::after{content:''; position:absolute; top:19px; left:11px; transform:rotate(45deg); width:18px; height:2px; background:#333}

/* 비주얼 */
.visual{position:relative; overflow:hidden; min-width:1200px}
.visual .v_wrap{height:400px}
.visual .v_wrap .bx-wrapper{position:absolute; top:0px; left:50%; transform:translateX(-50.03%)}
.visual .v_wrap .bx-wrapper .bx-controls{display:block; position:absolute; bottom:94px; width:100%; height:14px; z-index:600; text-align:center}
.visual .v_wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{display:block; text-align:right; width:100px; padding-top:0}
.visual .v_wrap .bx-wrapper .bx-viewport{min-width:1903px}
.visual .v_wrap .bx-wrapper .bx-viewport li{min-width:100%; max-width:1920px}
.visual .v_wrap .bx-wrapper .bx-pager.bx-default-pager a{width:30px; height:6px; font-size:0; background-color:#fff}
.visual .v_wrap .bx-wrapper .bx-pager.bx-default-pager a.active{background-color:#0758a8}
.visual .v_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover{background-color:#0758a8}

/* container */
#container .con1{background:#f5f7fa; margin-bottom:40px}
#container .inner{width:1200px; margin:0 auto; padding-bottom:40px}
#container .inner h2{font-family:"Pretendard GOV"; font-size:20px; letter-spacing:-0.045em}
/* direct */
.direct{position:relative; z-index:50; margin-top:-70px; margin-bottom:40px}
.direct>div{float:left; width:400px; height:280px; box-sizing:border-box; padding:30px}
.direct .link_box{background:#0758a8; color:#fff}
.direct .link_box a{color:#fff; display:block}
.direct .link_box h2{color:#fff; margin-bottom:16px}
.direct .link_box li::after{content:''; display:block; clear:both}
.direct .link_box li:not(:last-child){margin-bottom:9px}
.direct .link_box .lb_text{padding:8px 0 8px 67px; display:inline-block}
.direct .link_box .lb_img01{background:url("/images/new/main/lb_img01.png") no-repeat left 0 top 50%}
.direct .link_box .lb_img02{background:url("/images/new/main/lb_img02.png") no-repeat left 0 top 50%}
.direct .link_box .lb_img03{background:url("/images/new/main/lb_img03.png") no-repeat left 0 top 50%}
.direct .link_box .lb_detail{color:rgba(255,255,255,0.7); font-size:14px}
.direct .link_box .lb_subTitle{font-size:16px; font-family:"Pretendard GOV"; margin-bottom:4px}
.direct .popup_zone{padding:0;}
.direct .popup_zone img{width:400px; height:280px;}
.direct .popup_zone .bx-wrapper .bx-controls .bx-controls-direction{position:absolute; right:0; bottom:0;}
.direct .popup_zone .bx-wrapper .bx-controls a{display:inline-block; position:relative; top:inherit; width:40px; height:40px; margin-right:1px; z-index:0;}
.direct .popup_zone .bx-wrapper .bx-controls a:before{content:""; display:block; position:absolute; top:0; left:0; width:40px; height:40px; background:url(/images/common/rolling_controller.png) 0 0 no-repeat;}
.direct .popup_zone .bx-wrapper .bx-controls a.bx-prev{margin-right:42px;}
.direct .popup_zone .bx-wrapper .bx-controls a.bx-prev:before{background-position:0 0;}
.direct .popup_zone .bx-wrapper .bx-controls a.bx-next:before{background-position:-40px 0;}
.direct .popup_zone .bx-wrapper .bx-controls .bx-controls-auto{right:41px; width:auto;}
.direct .popup_zone .bx-wrapper .bx-controls .bx-controls-auto-item a.bx-stop:before{background-position:-80px 0;}
.direct .popup_zone .bx-wrapper .bx-controls .bx-controls-auto-item a.bx-start:before{background-position:-120px 0;}

.direct .notice_box{position:relative; background:#e9edf2}
.direct .notice_box h2{position:absolute; top:30px}
.direct .notice_box h2 a{color:#6c7278; padding-right:17px; border-right:1px solid #9299a0}
.direct .notice_box h2.on a{color:#0758a8}
.direct .notice_box li{padding-left:9px; position:relative; box-sizing:border-box; margin:11px 0}
.direct .notice_box li a{color:#444; font-size:14px; white-space:nowrap; display:inline-block; overflow:hidden; text-overflow:ellipsis; width:calc(100% - 88px)}
.direct .notice_box li a:hover{text-decoration:underline}
.direct .notice_box li span{float:right; color:#666; font-size:13px}
.direct .notice_box li::before{content:''; display:block; width:3px; height:3px; background:#0758a8; position:absolute; left:0px; top:6px}
.direct .notice_box div{margin-top:50px}
.direct .notice_box div ul+span{position:absolute; top:35px; right:29px}
.direct .notice_box #tabNav0103 li{padding-left:0px}
.direct .notice_box #tabNav0103 li a{width:100%}
.direct .notice_box #tabNav0103 li::before{display:none}
.direct .notice_box #tabNavTitle0102{left:133px}
.direct .notice_box #tabNavTitle0103{left:235px}
.direct .notice_box #tabNavTitle0103 a{border-right:0}

.press{width:100%;background-color:#2d4359;padding:0 31px;height:120px;box-sizing:border-box;}
.press h3{color:#fff;font-size:20px;font-family:"Pretendard GOV";letter-spacing:-0.045em;float:left;padding:49px 0 48px;}
.press .bx-viewport{padding:38px 0;}
.press .bx-wrapper .bx-prev{left:-70px;top:35px;background:url("/images/main/press_prev.png") no-repeat 50%;}
.press .bx-wrapper .bx-next{right:-68px;top:35px;background:url("/images/main/press_next.png") no-repeat 50%;}
.press .bx-wrapper{max-width:841px; margin:0 auto 0 216px !important;}
.press .press_slide p{color:#e5ebf1;font-size:16px;font-family:"Pretendard GOV";float:left;line-height:17px;border-bottom:1px solid #e5ebf1;margin:13px 36px 13px 0}
.press .press_slide .pr_info{color:#fff;float:right;text-align:right;}
.press .press_slide .pr_info span{display:block}
.press .press_slide .pr_info .site{color:rgba(255,255,255,0.5);font-size:12px;margin-bottom:9px;position:relative;left:2px;}
.press .press_slide .pr_info .price{font-size:14px;color:#fff;}
.press .press_slide .pr_info .price strong{font-family:"Pretendard GOV";font-size:16px;}
.press .press_slide .slide::after{content:'';display:block;position:absolute;top:0;right:-43px;width:1px;height:39px;border-right:1px dashed #6c7c8b;}
.press .press_slide .slide a::after{content:'';display:block;clear:both;}

.con2{border-bottom:1px solid #e6e6e6}
.con2 .inner a{display:block; padding:26px 27px 27px; height:100%; box-sizing:border-box}
.con2 .inner div{position:relative; width:282px; height:250px; float:left; margin-right:24px; border:3px solid #cbced4; box-sizing:border-box}
.con2 .inner div:last-child{margin-right:0px}
.con2 .inner div p{font-size:14px; color:#8e9499; line-height:20px}
.con2 .inner div h3{font-size:18px; color:#333; letter-spacing:-0.045em; font-family:"Pretendard GOV"; margin-bottom:6px}
.con2 .inner div span{position:absolute; left:28px; bottom:27px; height:4px; width:14px; background-color:#b8babf; transition:ease 0.3s; font-size:0; text-indent:-9999px}
.con2 .inner div span::after{content:''; width:4px; height:14px; background-color:transparent; position:absolute; left:5px; bottom:-5px; transition:ease 0.3s}
.con2 .inner div:hover{border-color:#0758a8}
.con2 .inner div:hover h3{display:inline-block; color:#0758a8}
.con2 .inner div:hover span{background-color:#0758a8; transform:rotate( 90deg ); -ms-transform:rotate(90deg); -webkit-transform:rotate( 90deg )}
.con2 .inner div:hover span::after{background-color:#0758a8}
.con2 .inner div.package01{background:url("/images/new/main/package01.gif") no-repeat bottom 27px right 22px}
.con2 .inner div.package02{background:url("/images/new/main/package02.gif") no-repeat bottom 27px right 30px}
.con2 .inner div.package03{background:url("/images/new/main/package03.gif") no-repeat bottom 27px right 27px}
.con2 .inner div.package04{background:url("/images/new/main/package04.gif") no-repeat bottom 27px right 27px}

.banner .inner{padding:42px 0 41px!important; height:104px; box-sizing:border-box}
.banner .bx-viewport{margin:0 auto; width:1050px; text-align:center}
.banner .bx-wrapper .bx-controls-direction a{width:50px; height:50px; background:url("/images/new/main/banner_arr.png") no-repeat 50%; border:1px solid #cccfd5; border-radius:50%}
.banner .bx-wrapper .bx-controls-direction a.bx-prev{left:0; top:-16px}
.banner .bx-wrapper .bx-controls-direction a.bx-next{right:0; top:-16px; transform:rotate(180deg)}
.banner .bx-wrapper .bx-controls-direction a.disabled{display:block}
.banner .bx-wrapper .bx-controls-direction a:hover{background-image:url("/images/new/main/banner_arr_on.png")}


