@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap"); 
header .logo-img, .reactive-all-menu-wrap .logo-img { display: block; width: 200px; height: 32px; background: url(../images/main_logo.png) no-repeat; background-size: contain;}

body {
  font-family: "Noto Sans KR", sans-serif;
}

.card-menu-section-text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 140px;
}
.card-menu-section-text-area p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
}
.card-menu-section-text-area h4 {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
  word-break: keep-all;
}
.card-menu-section-text-area h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin: 14px 0 20px;
  position: relative;
  z-index: 1;
}
.card-menu-section-text-area h2::after {
  content: "";
  display: block;
  width: 105%;
  height: 18px;
  background-color: #84CEFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 0px;
}

.content-width {
  width: 1180px;
  height: 100%;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.bnr-wrap {
  background: linear-gradient(to right bottom, #50A2E3, #2A1E74);
  height: 700px;
}
section.bnr-wrap .content-width {
  background-image: url("../images/main-bnr-img.png");
  background-repeat: no-repeat;
  background-position: right 0 bottom 90px;
}
section.bnr-wrap .content-width header .header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
section.bnr-wrap .content-width header .header-top .login-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section.bnr-wrap .content-width header .header-top .login-area a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
section.bnr-wrap .content-width header .header-top .login-area .division-bar {
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: relative;
  bottom: 1px;
}
section.bnr-wrap .content-width header .header-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
section.bnr-wrap .content-width header .header-btm .logo a > img {
  width: 164px;
  height: 35px;
}
section.bnr-wrap .content-width header .header-btm .nav-area {
  display: flex;
  align-items: center;
}
section.bnr-wrap .content-width header .header-btm .nav-area .nav {
  display: flex;
  align-items: center;
  gap: 84px;
}
section.bnr-wrap .content-width header .header-btm .nav-area .nav>li>a {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
section.bnr-wrap .content-width header .header-btm .nav-area .nav li>a.active::after {
  content: "";
  display: block;
  width: 105%;
  height: 10px;
  background-color: #57AEE8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 0px;
}
section.bnr-wrap .content-width header .header-btm .nav-area .gnb {
  margin-left: 170px;
}
section.bnr-wrap .content-width header .header-btm .nav-area .gnb .hamburger-menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  padding: 0;
  border: none;
  align-items: flex-end;
  background: none;
}
section.bnr-wrap .content-width header .header-btm .nav-area .gnb .hamburger-menu .line {
  height: 3px;
  background: #fff;
}
section.bnr-wrap .content-width header .header-btm .nav-area .gnb .line1, section.bnr-wrap .content-width header .header-btm .nav-area .gnb .line3 {
  width: 24px;
}
section.bnr-wrap .content-width header .header-btm .nav-area .gnb .line2 {
  width: 18px;
}
section.bnr-wrap .content-width .content-area {
  padding: 72px 0;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.bnr-wrap .content-width .content-area .text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
section.bnr-wrap .content-width .content-area .text-area h3 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
section.bnr-wrap .content-width .content-area .text-area h2 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}
section.bnr-wrap .content-width .content-area .text-area p {
  font-size: 17px;
  font-weight: 300;
  color: #B4CAFF;
  line-height: 1.5;
}
section.bnr-wrap .content-width .content-area .card-menu-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
section.bnr-wrap .content-width .content-area .card-menu-area .card-menu {
  cursor: pointer;
  width: 122px;
  height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
section.bnr-wrap .content-width .content-area .card-menu-area .card-menu .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 13px;
}
section.bnr-wrap .content-width .content-area .card-menu-area .card-menu p {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #1C3761;
  line-height: 1.2;
}
section.bnr-wrap .content-width .content-area .card-menu-area .card-menu span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #1C3761;
}
section.promotion-wrap .content-width {
  padding: 55px 0;
  height: 370px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.promotion-wrap .content-width .card-menu-area {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
section.promotion-wrap .content-width .card-menu-area .card-menu {
  position: relative;
}
section.promotion-wrap .content-width .card-menu-area .card-menu .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 60px;
  height: 60px;
  position: absolute; */
  top: -25px;
  left: -25px;
  color: #fff;
  line-height: 1.2;
  padding: 2px;
}
section.promotion-wrap .content-width .card-menu-area .card-menu .mark.red {
  background-color: #EC4E4E;
}
section.promotion-wrap .content-width .card-menu-area .card-menu .mark.blue {
  background-color: #2755B1;
}
section.promotion-wrap .content-width .card-menu-area .card-menu .mark.green {
  background-color: #16BFA8;
}
section.promotion-wrap .content-width .card-menu-area .card-menu img {
  width: 245px;
  height: 245px;
  object-fit: fill;
}
section.sns-wrap {
  background-color: #ECF8FF;
}
section.sns-wrap .content-width {
  padding: 55px 0;
  height: 370px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.sns-wrap .content-width .left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.sns-wrap .content-width .left-area .slide-btn-area {
  display: flex;
  gap: 10px;
}
section.sns-wrap .content-width .left-area .slide-btn-area button {
  cursor: pointer;
  background-color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sns-wrap .content-width .card-menu-area {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
section.sns-wrap .content-width .card-menu-area .card-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 245px;
  width: 245px;
  background: #FFF;
}
section.sns-wrap .content-width .card-menu-area .card-menu img {
  width: 245px;
  height: 245px;
  object-fit: fill;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area {
  width: 245px;
  height: 130px;
  background-color: #fff;
  padding: 22px 16px;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area h2 {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area h2.facebook {
  color: #3D5A98;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area h2.naver-blog {
  color: #32B44A;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area h2.youtube {
  color: #CE1312;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area h2 img {
  width: 24px;
  height: 24px;
}
section.sns-wrap .content-width .card-menu-area .card-menu .sub-text-box-area p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.notice-wrap .content-width {
  padding: 62px 0 80px;
  display: flex;
  justify-content: space-between;
}
section.notice-wrap .content-width .tab-content-area {
  width: 800px;
}
section.notice-wrap .content-width .tab-content-area .tab-area {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}
section.notice-wrap .content-width .tab-content-area .tab-area button {
  background: none;
  border: none;
}
section.notice-wrap .content-width .tab-content-area .tab-area .tab {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
section.notice-wrap .content-width .tab-content-area .tab-area .tab button {
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
section.notice-wrap .content-width .tab-content-area .tab-area .tab button.active {
  font-weight: 500;
  position: relative;
}
section.notice-wrap .content-width .tab-content-area .tab-area .tab button.active::after {
  content: "";
  display: block;
  width: 105%;
  height: 8px;
  background-color: #84CEFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: -15px;
}
section.notice-wrap .content-width .tab-content-area .tab-area .more-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #DDDDDD;
  line-height: 0.9
}
section.notice-wrap .content-width .tab-content-area .content-area {
  padding-top: 10px;
}
section.notice-wrap .content-width .tab-content-area .content-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.5px 0;
}
section.notice-wrap .content-width .tab-content-area .content-area li p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}
section.notice-wrap .content-width .tab-content-area .content-area li p.title {
  display: block;
  width: 668px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.notice-wrap .content-width .tab-content-area .content-area li p.title.fix-notice {
  font-weight: 500;
}
section.notice-wrap .content-width .tab-content-area .content-area li p.date {
  color: #999999;
}
section.notice-wrap .content-width .app-download-area {
  width: 330px;
}
section.notice-wrap .content-width .app-download-area .download-area {
  background: #EFF5F9;
  padding: 20px;
}
section.notice-wrap .content-width .app-download-area .download-area .top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
section.notice-wrap .content-width .app-download-area .download-area .top-area .app-icon-area {
  display: flex;
  align-items: center;
  gap: 13px;
}

section.notice-wrap .content-width .app-download-area .download-area .top-area .app-icon-area img {
  width: 75px;
  height: 75px;
}

section.notice-wrap .content-width .app-download-area .download-area .top-area .app-icon-area .text-area h2 {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}
section.notice-wrap .content-width .app-download-area .download-area .top-area .app-icon-area .text-area p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
section.notice-wrap .content-width .app-download-area .download-area .btm-area {
  display: flex;
  gap: 10px;
}
section.notice-wrap .content-width .app-download-area .download-area .btm-area button {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #DDDDDD;
  height: 47.86px;
}
section.notice-wrap .content-width .app-download-area .btm-text-area {
  border: 1px solid #E9E9E9;
  text-align: center;
  padding: 22px 18px;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}
section.notice-wrap .content-width .app-download-area .btm-text-area span {
  font-weight: 500;
  word-break: keep-all;
}
section.notice-wrap .content-width .app-download-area .btm-text-area span.blue {
  color: #52A9F5;
}
/*
footer {
  background: #31315B;
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/
footer .division-bar {
  width: 100%;
  height: 1px;
  background: #505080;
}
footer .top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
footer .top-area .left-area {
  display: flex;
  gap: 30px;
}
footer .top-area .left-area a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}
footer .top-area .left-area a.term {
  color: #9191C1;
}
footer .top-area .right-area {
  display: flex;
  gap: 30px;
}
footer .top-area .right-area .dropdown {
  display: flex;
}
footer .top-area .right-area .dropdown .select-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #7777AF;
  display: flex;
  align-items: center;
}
footer .top-area .right-area .dropdown .select-container select {
  background: none;
  color: #fff;
  border: none;
  padding-right: 25px;
  padding-left: 10px;
  width: 110%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
}
footer .top-area .right-area .dropdown .select-container select option {
	color: #000;
}

footer .top-area .right-area .dropdown .select-container .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .top-area .right-area .dropdown .dropdown-btn {
  background: none;
  color: #fff;
  border: 1px solid #7777AF;
  padding: 7px 10px;
  cursor: pointer;
  border-left: 0;
}
footer .btm-area {
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .btm-area .left-area {
  display: flex;
  align-items: center;
  gap: 18.5px;
}
footer .btm-area .left-area p {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 300;
  color: #9191C1;
  word-break: break-word;
}
footer .btm-area .right-area {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 80px;
  width: 54%;
}
footer .btm-area .right-area .text-area {
  width: 100%;
  height: 100%;
  display: flex;
}
footer .btm-area .right-area .text-area img{
  width: 35%;
  height: 100%;
}
footer .btm-area .right-area .icon-btn-area {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-right: 6px;
  height: 100%;
}
footer .btm-area .right-area .icon-btn-area button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #5C5C8E;
  border: none;
}
footer .btm-area .right-area .icon-btn-area button img {
  object-fit: cover;
}
footer .btm-area .right-area .division-bar {
  width: 1px;
  height: 100%;
  background: #6CB5F8;
}

footer .btm-area .right-area .text-area > div {
  display: flex;
}
footer .btm-area .right-area .text-area > div .info-area {
  display:block;
  margin-left: 5px;
}

footer .btm-area .right-area .text-area > div .info-area .sub {
  width: 100%;display: flex;height: 22px;align-items: center;background-color: rgb(92,92,142);border-radius: 11px;
}

footer .btm-area .right-area .text-area > div .info-area .sub span { font-size: 10px;font-weight: bold;color: #cfcfd2;margin-left: 4px; }

footer .btm-area .right-area .text-area > div .info-area > p.title {
  color: #999cb1;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -2.4px;
}

footer .btm-area .right-area .text-area > div .info-area > p.title span {
  color: #017cc2;
  font-weight: bold;
}

footer .btm-area .right-area .text-area > div .info-area > p.tel {
  font-size: 33px;
}

footer .btm-area .right-area .text-area p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
footer .btm-area .right-area .text-area p span {
  color: #9191C1;
}
footer .btm-area .right-area .text-area h2 {
  font-size: 24px;
  font-weight: 400;
  color: #6CB5F8;
  letter-spacing: 2px;
}
footer .web-cert { width: 85px; align-items: center; display: flex; }

.indent { display: block; width: 1px; height: 1px; text-indent: -9999px; overflow: hidden;}

button {border: 0 none;background-color: transparent;cursor: pointer;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}

header nav { height: 100%;}
header nav >ul { display: flex;} 
header nav >ul >li { /* position: relative; */ height: 100%; padding: 0 22px;} 
header nav >ul >li >a { position: relative; height: 100%; font-size: 2rem; font-weight: 700; line-height: 80px; color: #000; transition: color .2s;} 
header nav .depth2 { position: absolute; top: 100px; left: 50%; transform: translateX(-50%); display: none;}
header nav .depth2 >ul { display: flex; min-height: 280px;} 
header nav .depth2 >ul >li { position: relative; width: 245px; padding: 15px 25px 10px 30px; border-right: 1px solid #C8C7C7; transition: border .3s;}
header nav .depth2 >ul >li:first-child { border-left: 1px solid #C8C7C7;}
header nav .depth2 >ul >li.none { display: none !important;}
header nav .depth2 >ul >li:hover::before,
header nav .depth2 >ul >li:hover::after { content: ""; position: absolute; top: 0; width: 2px; height: 100%; background-color: #2385CE; transition: all .3s;}
header nav .depth2 >ul >li:hover::before { left: -1px;}
header nav .depth2 >ul >li:hover::after { right: -1px;}
header nav .depth2 >ul >li >a { font-size: 1.3rem; font-weight: 500; line-height: 2.6rem; letter-spacing: -.5px; color: #000;}
header nav .depth2 >ul >li >a:hover { color: #2385CE; text-decoration: underline; }
header nav .depth2 >ul >li >ul { margin-top: 19px;}
header nav .depth2 >ul >li >ul >li:not(:last-child) { margin-bottom: 4px;}
header nav .depth2 >ul >li >ul >li >a { font-size: 0.8rem; line-height: 1.5rem; color: #5D5D5D;}
header nav .depth2 >ul >li >ul >li >a:hover { color: #2385CE; text-decoration: underline; }
/* allmenu button */
header .allmenu-btn { position: relative; width: 33px; height: 21px; margin-right: 2px; }
header .allmenu-btn span { position: absolute; display: block; top: 50%; right: 0; width: 20px; height: 3px; transform: translateY(-50%); background-color: #fff;}
header .allmenu-btn span::before,
header .allmenu-btn span::after { content: ""; display: block; position: absolute; right: 0; height: 3px; background-color: #fff; transition: transform .3s;}
header .allmenu-btn span::before { top: -9px; width: 33px;}
header .allmenu-btn span::after { bottom: -9px; width: 26px;}
header .allmenu-btn.active { width: 33px; height: 33px;}
header .allmenu-btn.active span { width: 33px; background-color: transparent;}
header .allmenu-btn.active span::before,
header .allmenu-btn.active span::after { width: 33px; top: 0; right: -3px;}
header .allmenu-btn.active span::before { transform: rotate(45deg);}
header .allmenu-btn.active span::after { transform: rotate(-45deg);}

/* nav bg */
header .nav-bg { position: absolute; width: 100%; height: 280px; top: 100px; left: 50%; transform: translateX(-50%); border-top: 1px solid #C8C7C7; background-color: #fff; box-shadow: 0 8px 10px 7px rgba(0, 0, 0, 0.50); display: none;}

/* nav gnb active */
/* header.active nav { position: absolute; top: 100px; left: 0; right: 0;}
header.active nav >ul { display: block;}
header.active nav >ul >li { display: flex; justify-content: space-between; height: auto; padding: 0 220px 0 200px; z-index: 4; }
header.active nav .depth2 { position: relative; top: auto; left: auto; transform: none; display: block !important;}
header.active nav .depth2 >ul { min-height: 250px;}
header.active nav .depth2 >ul >li.none { display: block !important;}
header.active .nav-bg { height: 500px;}
header.active.mypage .nav-bg { height: 750px; z-index: 3; } */
header.active {
	display: block;
	overflow-y: scroll;
}
header.active .nav-bg {display:none !important;}
header.active .allmenu-btn { z-index:9999;}
header.active nav { 
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
header.active nav >ul {
	display: block;
	padding: 50px;
  height: 90%;
  overflow-y: scroll;
}
header.active nav > ul::-webkit-scrollbar {
  width: 0;
  display: none;
}
header.active nav >ul >li { 
	justify-content: space-between;
  height: auto;
  padding: 0 220px 0 200px;
  z-index: 4;
  color: #fff;
  display: inline-block;
}
header.active nav >ul >li >a { 
  position: relative;
  height: 100%;
  line-height: 80px;
  color: #fff;
  transition: color .2s;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
header.active nav .depth2 >ul >li >a {
	line-height: 2.6rem;
  letter-spacing: -.5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
header.active nav .depth2 >ul >li >ul >li >a {
	  font-size: 0.8rem;
    line-height: 1.5rem;
    color: #fff;
}
header.active nav .depth2 { position: relative; top: auto; left: auto; transform: none; display: block !important;}
header.active nav .depth2 >ul { min-height: 250px;}


/* blind */
.blind { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}
.head-none {display: none;}
.hdn { position: absolute; left: 0; top: 0; width: 0; height: 0; overflow: hidden;}

/* main */
div.none-alert p { font-size: 2rem; opacity: 0.4; }
div.card { width: 245px; height: 245px; }
div[id="promotionArea"] .none-alert { height: 245px; align-items:center; display: flex; }
div[id="promotionArea"] .none-alert p { font-size: 1.2rem; word-break:keep-all; opacity: 0.4; }

/* skip navigation */
.skip-nav { position: relative; z-index: 3000;}
.skip-nav a { position: absolute; top: -200px; left: 0; width: 100%; text-align: center; background-color:#333}
.skip-nav a:focus { top: 0; z-index: 1000; text-decoration: none;}
.skip-nav span { display: block; padding: 10px 0; font-size: 15px; color: #fff; white-space: nowrap;}

/* notice */
.notice-wrap .left-cont {
	width: 70%;
	position: relative;
	padding-top: 43px;
}
.notice-wrap .left-cont .group ul { 
	visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0 0;
  border-top: 1px solid #DDDDDD;
}
.notice-wrap .left-cont .group.active ul {
	visibility: visible;
  overflow: visible;
  width: 100%;
  min-height: 180px;
  height: auto;
  opacity: 1;
}
.notice-wrap .left-cont .group.active ul li .title {
  display: block;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  float: left;
}
.notice-wrap .left-cont .group.active ul li .title a {
	color: inherit;
  text-decoration: none;
}
.notice-wrap .left-cont .group.active ul .date {
  color: #999999;
  display: block !important;
  float: right;
}

.notice-wrap .left-cont .group.active ul li {
  display: block;
  padding: 12.5px 0;
  position: relative;
}
.notice-wrap .left-cont .group.active ul li:after {
  display: block;
  clear: both;
  content: '';
}
.notice-wrap .left-cont .group .tab {
	top: 0;
	position: absolute;
	cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.notice-wrap .left-cont .group.active .tab {
  font-weight: 500;
}
.notice-wrap .left-cont .group.active .tab::after {
  content: "";
  display: block;
  width: 105%;
  height: 8px;
  background-color: #84CEFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: -15px;
}
.notice-wrap .left-cont .group1 .tab { left: 0px; }
.notice-wrap .left-cont .group2 .tab { left: 116px; }
.notice-wrap .left-cont .group3 .tab { left: 280px; }

.notice-wrap .left-cont .group .more-btn {
	display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #DDDDDD;
  line-height: 0.9;
  position: absolute;
  top: 5px;
  right: 5px;
}
.notice-wrap .left-cont .group.active .more-btn {
  display: block;
}
.notice-wrap ul li > img { float: left; margin-right: 3px; }

/* modal */
.my-wrap .modal { min-width: 1280px;}
.modal{ position: absolute; width: 100%; top: 0; z-index: 999999; display: none;}
.modal .modal-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color:rgba(0,0,0,0.7);}
.modal .modal-box { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); margin: 0 auto;  background-color: #fff;}
.modal .modal-box.w600 { width: 500px;}
.modal .modal-box.wfree { width: 400px;}
.modal .modal-box .tit-box { position: relative; display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 54px 10px; background-color: #156bdb;}
.modal .modal-box .tit-box h6 { font-size: 1.3rem; font-weight: 500; color: #fff;}
.modal .modal-box .tit-box .modal-close { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 14px; padding: 0; background: url(../images/modal_close.png) no-repeat; background-size: 100%;}
.modal .modal-box .bott-box p { font-size: 1.2rem; margin: 0 1.3rem 0;}
.modal .modal-box .bott-box {position: relative; display: flex; align-items: center; justify-content: center; min-height: 40px; }
.modal .modal-box .bott-box button { font-weight: 550; width:50%; min-height: 40px; color: #fff; }
.modal .modal-box .bott-box button.modal-close { background-color: #707070; }
.modal .modal-box .bott-box button.today-not { background-color: #2a93ff; }
.modal .modal-box .cont { padding: 22px 20px; font-size: 0; text-align: center;}
.modal .modal-box .cont span.info { display: block; font-size: 1.4rem; font-weight: 300; line-height: 1.8rem; color: #666;}
.modal .modal-box .cont span.info.sm { font-size: 1.2rem; letter-spacing: -0.5px;}
.modal .modal-box .cont span.info.sm:first-of-type { margin-top: 5px;}
.modal .modal-box .cont p { font-size: 1.0rem; line-height: 1.9rem;}
.modal .modal-box .cont p + .input-box { margin-top: 15px;}
.modal .modal-box .top-box { position: relative; text-align: left;}
.modal .modal-box .top-box p { margin-bottom: 5px; font-size: 1.7rem; color: #666;}
.modal .modal-box .top-box >span { position: absolute; bottom: 0; right: 0; display: block; font-size: 1.4rem; color: #333;}
.modal .modal-box .top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 10px;}
.modal .modal-box .top h6 { font-size: 1.8rem; font-weight: 500;}
.modal .modal-box .top .board-info { margin: 0;}
.modal .modal-box .top ~ p { margin: 15px 115px 5px 0;}
.modal .modal-box .input-box { position: relative; width: 330px; margin: 0 auto; text-align: left;}
.modal .modal-box .input-box input { height: 38px; padding: 0 10px; font-size: 1.4rem; color: #878787; border: 1px solid #ccc; border-radius: 0;}
.modal .modal-box .input-box input::placeholder { font-size: 1.4rem; font-weight: 300; color: #747474;}
.modal .modal-box .input-box input:focus { position: relative; border-color: #156bdb; z-index: 1;}
.modal .modal-box .input-box input.phone { width: calc(100% - 76px); border-right-width: 0;}
.modal .modal-box .input-box input ~input,
.modal .modal-box .input-box input.num { margin-top: -1px; padding-right: 86px;}
.modal .modal-box .input-box input.now { margin-bottom: 10px;}
.modal .modal-box .input-box button { position: absolute; top: 0; right: 0; width: 76px; height: 38px; padding: 0; font-size: 1.5rem; font-weight: 300; color: #fff; background-color: #156bdb; border-radius: 0;}
.modal .modal-box .input-box .time { position: absolute; right: 0; bottom: 10px; margin: 0 21px; font-size: 1.4rem; font-weight: 300; color: #eb0000; z-index: 2;}
.modal .modal-box .radio-box { width: 330px; margin: 22px auto 10px;}
.modal .modal-box  strong.emp { font-size: 1.6rem; font-weight: 500; line-height: 2.2rem; color: #eb0000;}
.modal .modal-box .resign img { width: 63px; margin-bottom: 15px;}
.modal .modal-box .resign p { font-weight: 300; line-height: 1.9rem; color: #000;}
.modal .modal-box .reason { margin-top: 15px;}
.modal .modal-box .reason span,
.modal .modal-box .reason p { font-size: 1rem; color: #eb0000;}
.modal .modal-box .board-write { text-align: left;}
.modal .modal-box .board-write dl dt >span { font-size: 1.1rem; font-weight: normal;}
.modal .modal-box .board-write dl dd >p { font-size: 1rem; font-weight: 300;}
.modal .modal-box .board-write textarea { height: 100px;}
.modal .modal-box .btn-box { margin-top: 15px; text-align: center;}
.modal .modal-box .btn-box button { min-width: 64px; height: 30px; border-radius: 4px; transition: all .2s;}
.modal .modal-box .btn-box button ~button { margin-left: 8px;}
.modal .modal-box .btn-box button.blue { color: #fff; background-color: #156bdb;}
.modal .modal-box .btn-box button.white { color: #666; background-color: #fff; border: 1px solid #ccc;}
.modal .modal-box .btn-box button.blue:hover { background-color: #08489c;}
.modal .modal-box .btn-box button.white:hover { color: #000; background-color: #e4e4e4; border-color: #e4e4e4;}
.modal .modal-box .errow-box strong { display: block; margin-top: 10px; font-size: 16px; font-weight: 500;}
.modal .modal-box .errow-box p { font-size: 14px; font-weight: 300;}
.modal .modal-box .errow-box .detail { margin-top: 15px; font-size: 13px; line-height: 22px; text-align: left; color: #666;}
.modal .modal-box .errow-box .detail span { display: block;}
.modal .modal-box .org-list { height: 167px; margin-top: 15px; border-top: 1px solid #707070; border-bottom: 1px solid #707070; overflow: auto;}
.modal .modal-box .org-list ul li { display: flex; align-items: center; padding: 8px 20px; border-bottom: 1px dashed #707070;}
.modal .modal-box .org-list ul li:nth-child(n+3) +li:last-child { border: 0;}
.modal .modal-box .org-list ul li p { font-size: 1.5rem; font-weight: 300;}
.cert-modal div>img { width: 100%; height: 100%; }

/* 글 등록,수정 */
.board-write { position: relative; width: 100%;}
.board-write section.w50 { display: flex; align-items: flex-end;}
.board-write section.w50 >div { flex: 1;}
.board-write section.w50 .graph-box { text-align: center;}
.board-write .required { position: absolute; top: -24px; right: 0; font-size: 1.4rem; font-weight: 300; color: #eb0000;}
.board-write span.info { display: inline-block; vertical-align: middle; font-size: 1.4rem; font-weight: 300; line-height: 2rem; color: #666;}
.board-write span.info ~span.info { display: block;}
.board-write .box { position: relative; border-top: 2px solid #333;}
.board-write .box ~.box { margin-top: 20px;}
.board-write .box >div { display: flex;}
.board-write dl {display: table; width: 100%; margin: 0; border-bottom: 1px solid #ddd;}
.board-write dl dt { display: table-cell; vertical-align: middle; width: 140px; text-align: center; background-color: #f2f2f2;}
.board-write.dt155 dl dt { width: 155px;}
.board-write.dt170 dl dt { width: 170px;}
.board-write dl dt >span { display: block; font-size: 1.5rem; font-weight: 500;}
.board-write dl dt >span span { color: #eb0000;}
.board-write dl dd { position: relative; display: flex; align-items: center; flex-wrap: wrap; min-height: 50px; padding: 7px 12px;}
.board-write dl dd.nowrap { flex-wrap: nowrap;}
.board-write dl dd.between { justify-content: space-between;}
.board-write dl dd.block { display: block;}
.board-write dl dd.block-txt { display: block; padding: 15px;}
.board-write dl dd >p { font-size: 1.5rem; font-weight: 300; line-height: 2.1rem; color: #555; word-break: break-all;}
.board-write dl dd p.file { text-decoration: underline;}
.board-write dl dd .select-box select { min-width: 150px;}
.board-write dl dd .select-box ~.select-box { margin-left: 5px;}
.board-write dl dd textarea { height: 280px;}
.board-write dl dd .inner-box { display: flex; flex-wrap: wrap;}


/* error page */
.error-box { position: relative; width: 90%; max-width: 600px; margin: 50px auto; padding: 30px 15px 40px; text-align: center; border: 1px solid #b0b0b0; overflow: hidden;}
.error-box img { width: 100%; max-width: 371px;}
.error-box h3 { font-size: 30px; font-weight: bold;}
.error-box p { margin: 15px 0; font-size: 16px; line-height: 24px; color: #979797;}
.error-box span { font-size: 14px; color: #414141;}
.error-box .btn-error { width: 200px; height: 50px; margin: 20px auto 0; font-size: 16px; line-height: 50px; color: white; background-color: #426abf; border-radius: 30px;}
.error-box .btn-error:focus,
.error-box .btn-error:hover{ background-color: #33508f;}

/* #region 메인화면 FAQ */
.notice-wrap .group2 ul .item-a { background-color: #F3F3F3; text-align: left; position: relative; padding: 15px 15px 16px 75px; line-height: 2.5rem; display: none; }
.notice-wrap .group2 ul .item-a span { position: absolute; left: 0; width: 75px; text-align: center; }
.notice-wrap .group2 ul .item-a div { font-weight: 400; }
.notice-wrap .group2 ul .item-a.active div { border-width: 1px; }
.notice-wrap .group2.active ul li .title { max-width: 100% !important; }
/* #endregion */

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

/*#region
  - 2023-08-22
  - 반응형 스타일 작업
  - max
 */
/*#region 반응형 헤더 스타일*/
.reactive-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.reactive-header .hambug-btn { position: relative; width: 33px; height: 21px; margin-right: 2px; z-index: 9999;}
.reactive-header .hambug-btn span { position: absolute; display: block; top: 50%; right: 0; width: 20px; height: 3px; transform: translateY(-50%); background-color: #fff;}
.reactive-header .hambug-btn span::before,
.reactive-header .hambug-btn span::after { content: ""; display: block; position: absolute; right: 0; height: 3px; background-color: #fff; transition: transform .3s;}
.reactive-header .hambug-btn span::before { top: -9px; width: 33px;}
.reactive-header .hambug-btn span::after { bottom: -9px; width: 26px;}
.reactive-header .hambug-btn.active { width: 33px; height: 33px;}
.reactive-header .hambug-btn.active span { width: 33px; background-color: transparent;}
.reactive-header .hambug-btn.active span::before,
.reactive-header .hambug-btn.active span::after { width: 33px; top: 0; right: -3px;}
.reactive-header .hambug-btn.active span::before { transform: rotate(45deg);}
.reactive-header .hambug-btn.active span::after { transform: rotate(-45deg);}
.reactive-all-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}
.reactive-all-menu-wrap .all-menu-header {
  padding: 15px;
  background-color: #1A4DAE;
}
.reactive-all-menu-wrap > ul {
  height: calc(95% - 68.33px);
  overflow-y: scroll;
}
.reactive-all-menu-wrap > ul::-webkit-scrollbar {
  width: 0;
  display: none;
}
.reactive-all-menu-wrap li a {
  font-size: 18px;
  font-weight: 700;
  color: #545454;
  display: inline-block;
}
.reactive-all-menu-wrap > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px 20px 30px;
  border-bottom: 1.5px solid #999;
}
.reactive-all-menu-wrap > ul > li > a > span {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  width: 100px;
}
.reactive-all-menu-wrap > ul > li > a.active > span {
  color: #000;
  font-weight: 700;
}
.reactive-all-menu-wrap > ul > li > a > img {
  width: 10px;
  height: 15px;
  transition: all .3s;
}
.reactive-all-menu-wrap > ul > li > a.active > img {
  transform: rotate(-90deg);
}
.reactive-all-menu-wrap .depth2 {
  background-color: #f6f6f6;
  height: auto;
  display: none;
}
.reactive-all-menu-wrap .depth2 > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  padding: 20px 15px 20px 50px;
  border-bottom: 1.5px solid #999;
}
.reactive-all-menu-wrap .depth2 > ul > li.active {
  background-color: rgba(59, 151, 255, 0.2);
  color: #1A4DAE;
  font-weight: 700;
}
.reactive-all-menu-wrap .depth2 > ul > li > a > img {
  width: 15px;
  height: 10px;
  transition: all .3s;
}
.reactive-all-menu-wrap .depth2 > ul > li.active > a > img {
  transform: rotate(-180deg);
}
.reactive-all-menu-wrap .depth3 {
  display: none;
}
.reactive-all-menu-wrap .depth3 > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 15px 15px 70px;
  color: #555;
  background-color: rgba(59, 151, 255, 0.1);
  display: block;
}
.reactive-all-menu-bottom-wrap {
  display: flex;
  align-items: center;
  height: 5%;
  border-top: 1px solid #999;
}
.reactive-all-menu-bottom-wrap .login-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reactive-all-menu-bottom-wrap .login-area a {
  font-size: 13px;
  font-weight: 700;
  color: #999;
}
/*#endregion*/
/*#endregion*/

/** 08-30 kei 작업 내역 */
.btn-open-main-menu { display: block; position: relative; width: 33px; height: 21px; margin-right: 2px; background-color: unset; border: none;}
.btn-open-main-menu span { position: absolute; display: block; top: 50%; right: 0; width: 20px; height: 3px; transform: translateY(-50%); background-color: #FFF;}
.btn-open-main-menu span::before,
.btn-open-main-menu span::after { content: ""; display: block; position: absolute; right: 0; height: 3px; background-color: #FFF;}
.btn-open-main-menu span::before { top: -9px; width: 33px;}
.btn-open-main-menu span::after { bottom: -9px; width: 26px;}

.btn-close-main-menu { position: relative; width: 29px; height: 29px; margin-right: 2px; background-color: unset; border: none;}
.btn-close-main-menu span { position: absolute; display: block; top: 50%; right: 0; width: 29px; background-color: transparent;}
.btn-close-main-menu span::before,
.btn-close-main-menu span::after { content: ""; display: block; position: absolute; height: 3px; background-color: #FFF; width: 29px; top: 0; right: -3px;}
.btn-close-main-menu span::before { transform: rotate(45deg); }
.btn-close-main-menu span::after { transform: rotate(-45deg); }

.web-type-main-menu-wrap {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #FFFFFF;
  transition: all ease 500ms 0s;
  box-shadow: 0 8px 10px -3px rgb(0 0 0 / 50%);
  visibility: hidden;
}

.web-type-main-menu-wrap.show {
  top: 0;
  visibility: visible;
}

.web-type-main-menu-wrap .menu-title-wrap-bg {
  background-color: #2385CE;
}
.web-type-main-menu-wrap .menu-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin: auto;
  padding: 6px 0;
}

.web-type-main-menu-wrap .menu-content-wrap {
  display: flex;
  gap: 1.25rem;
  padding-top: 20px;
  max-width: 1180px;
  margin: auto;
}

.web-type-main-menu-wrap .menu-content-wrap .depth2 {
  display: flex;
  gap: 1.25rem;
}

.web-type-main-menu-wrap .menu-content-wrap .depth2 > li{
  width: 195px;
}
.web-type-main-menu-wrap .root-area{
  max-width: 195px;
  text-align: center;
  font-size: 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #2385ce;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}
.web-type-main-menu-wrap .menu-content-wrap .section-box .title {
  border-bottom: 1px solid #999999;
  padding: 0 4px 6px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  display: block;
}

.web-type-main-menu-wrap .menu-content-wrap .section-box .title:hover {
  color: #2385CE;
  text-decoration: underline;
}
.web-type-main-menu-wrap .menu-content-wrap .section-box .content {
  display: block;
  font-size: 13px;
  color: #666666;
  padding: 5px 2px;
  margin: 4px 0;
}
.web-type-main-menu-wrap .menu-content-wrap .section-box .content:hover {
  color: #2385CE;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  section.bnr-wrap .content-width header .web-type-main-menu-wrap {
    display: none;
  }
  .btn-open-main-menu, .web-type-main-menu-wrap {
    display: none;
  }
}
/** 08-30 kei 작업 내역 */