@charset "utf-8";

.youtube_sec {
  background: #f3f9fd;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 25px;
}
.youtube_inner {
  width: 1400px;
  margin: 0px auto 0;
  padding: 0 50px 0 50px;
}
.youtube_div {
}
.p_login {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.p_login h1 {
  color: #222;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

.loginbox {
  margin-top: 50px;
  padding: 59px 0;
  border: 1px solid #dde2e5;
  box-shadow: 3px 8px 13px #ccc;
}
.loginbox dl + dl {
  margin-top: 18px;
}
.loginbox dl > * {
  float: left;
}
.loginbox dl::after {
  content: "";
  display: block;
  clear: both;
}
.loginbox dt {
  width: 177px;
  height: 46px;
  padding-right: 19px;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 46px;
  text-align: right;
}
.loginbox dd input[type="text"],
.loginbox dd input[type="password"] {
  width: 336px;
  height: 46px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #666;
  font-size: 16px;
  background: #f5f5f5;
}
.loginbox dd .f_chk {
  margin-left: 6px;
}
.loginbox .btn_a {
  padding: 30px 0 0 177px;
}
.loginbox .btn_a .btn {
  width: 160px;
  height: 50px;
  margin-right: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  background: #041e40;
}
.login_banner {
  text-align: center;
  height: 330px;
  background-image: url(../images/visual_6.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login_banner h2 {
  color: #fff;
  font-size: 28px;
}
.login_banner .txt {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.p_main .visual {
  width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
.visual_contents {
  height: 100%;
  display: flex;
  justify-content: space-between;
  height: 470px;
}
.visual_contents .left_col {
  width: 57%;
}
.visual_contents .left_col a {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.visual_contents .left_col a div {
  width: 50%;
  position: relative;
}
.visual_contents .left_col a div i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
}
.visual_contents .left_col img {
  width: 50%;
  height: 100%;
}

.visual_contents .left_col .l_col_one_box {
  display: flex;
  height: 150px;
  justify-content: space-between;
}
.visual_contents .left_col .l_col_one_box a {
  width: 50%;
  position: relative;
}
.visual_contents .left_col .l_col_one_box a p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #0a154d85;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visual_contents .left_col .l_col_one_box a:hover p {
  opacity: 1;
}
.visual_contents .left_col .l_col_one_box a div {
  padding: 10px;
}
.visual_contents .left_col .l_col_one_box a:first-child {
  background: #121b26;
  margin-right: 5px;
}
.visual_contents .left_col .l_col_one_box a:last-child {
  background: #c1cbd9;
  margin-left: 5px;
}
.visual_contents .left_col .l_col_one_box .i {
}

.visual_contents .left_col .l_col_two_box {
  display: flex;
  height: 150px;
  margin-top: 10px;
  justify-content: space-between;
}
.visual_contents .left_col .l_col_two_box a {
  width: 50%;
  position: relative;
}
.visual_contents .left_col .l_col_two_box a p {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #0a154d85;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visual_contents .left_col .l_col_two_box a:hover p {
  opacity: 1;
}
.visual_contents .left_col .l_col_two_box a div {
  padding: 10px;
}
.visual_contents .left_col .l_col_two_box a:first-child {
  background: #4b8ca6;
  margin-right: 5px;
}
.visual_contents .left_col .l_col_two_box a:last-child {
  background: #3c4973;
  margin-left: 5px;
}
.visual_contents .left_col .l_col_two_box .i {
  margin: auto;
}

.visual_contents .left_col .l_col_three_box {
  display: flex;
  height: 150px;
  margin-top: 10px;
}
.visual_contents .left_col .l_col_three_box a {
  width: 100%;
  background: #123e59;
  position: relative;
}
.visual_contents .left_col .l_col_three_box a p {
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #0a154d85;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visual_contents .left_col .l_col_three_box a:hover p {
  opacity: 1;
}
.visual_contents .left_col .l_col_three_box a div {
  padding: 10px;
}
.visual_contents .left_col .l_col_three_box a:first-child {
  background: #37417e;
  margin-right: 5px;
}
.visual_contents .left_col .l_col_three_box a:last-child {
  background: #57437e;
  margin-left: 5px;
}

.visual_contents .right_col {
  width: 40%;
  color: #fff;
  position: relative;
  text-align: right;
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
}
.visual_contents .right_col h3 {
  margin: 10px;
}
.visual_contents .right_col a {
  width: 100%;
}
.visual_contents .right_col img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.hrd_link_button {
  width: 100px;
  height: 45px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  background: #041e40;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hrd_link_button:hover {
  background: #fff;
  color: #041e40;
}

.p_main .visual p span {
  display: block;
}
.p_main .visual p .t1 {
  font-size: 24px;
}
.p_main .visual p .t2 {
  font-size: 48px;
}
.p_main .visual p .t3 {
  margin-top: 15px;
  color: #9cdafe;
  font-weight: 400;
}

.p_main .dash_board {
  background: #455778;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p_main .dash_board .inner {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 0 50px;
}
.p_main .dash_board .sec_one {
  display: flex;
  min-height: 257px;
}
.p_main .dash_board .board {
  width: 790px;
  height: 100%;
  margin-right: 20px;
}
.p_main .dash_board .tab {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 6px 6px 0px 0px;
}
.p_main .dash_board .tab li {
  display: inline-block;
   font-size:25px;

}
.p_main .dash_board .tab li + li {
  margin-left: 25px;
}
.p_main .dash_board .tab li a {
  display: block;
  position: relative;
  color: #585858;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

.p_main .dash_board .tab li a:hover {
    color: #2c3150;
    font-weight: bold; /* 마우스 오버 시 텍스트를 굵게 */
}

.p_main .dash_board > div > div > div.board > ul > a:hover {
    color: #2c3150;
    font-weight: bold; /* 마우스 오버 시 텍스트를 굵게 */
}

.p_main .dash_board .tab li a.cur {
  color: #2F4D8D
}
.p_main .dash_board .tab li a.cur::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2F4D8D;
}
.p_main .dash_board .tab_contents {
  position: relative;
  height: 100%;
}


.p_main .dash_board .more {
  margin-left: auto;
  display: inline-block;
  color: #2c3150;
  font-size: 25px;
  margin-top:0px
 
}

.p_main .dash_board .tab_item {
  display: none;
}
.p_main .dash_board .tab_item:first-child {
  display: block;
}
.p_main .dash_board .tab_item ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}
.p_main .dash_board .tab_item ul::after {
  content: "";
  display: block;
  clear: both;
}
.p_main .dash_board .tab_item ul li {
  display: flex;
  align-items: center;
  padding: 10.7px;
  border-top: none;
  background: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p_main .dash_board .tab_item ul li img {
  width: 14px;
  height: 14px;
  margin-right: 16px;
  margin-left: 16px;
}


.p_main .dash_board .tab_item ul li:last-child {
  border-radius: 0px 0px 6px 6px;

}
.p_main .dash_board .tab_item ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  
}
.p_main .dash_board .tab_item ul li a span {
}
.p_main .dash_board .tab_item ul li .tit {
  color:#585858;
  font-size: 16px;
 
}
.p_main .dash_board .tab_item ul li .dates {
  color:gray;
  font-size: 16px;
}
.p_main .dash_board .tab_item ul li:hover {
    color: white;
   
    background-color: #e0f0ff;
}





.swiper {
  width: 45%;
  border-radius: 10px;
  position: relative;
}
.sec_one .swiper {
}
.swiper.wd37 {
width: 37% !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 256.88px;
}

.swiper-button-prev,
.swiper-button-next {
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(4px);
  color: #fff !important;
  width: 55px !important; 
  height: 55px !important;
  border-radius: 100px;
  top: 50% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 28px !important;
}
.swiper-button-prev::after {
  margin-right: 5px;
}
.swiper-button-next::after {
  margin-left: 5px;
}

.swiper-button-prev {
  left: 10px; 
}

.swiper-button-next {
  right: 10px; 
}

.swiper-pagination-bullet {
  background: #dcdcdc !important; 
  width: 10px; 
  height: 10px; 
  margin: 0 5px;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}
.swiper-pagination.bg {
  background: rgba(0, 0, 0, 0.52);
  padding: 10px;
  bottom: 0px !important;
}



.p_main .g_area {
  background: #f2f2f2;
}
.p_main .g_area .inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 50px 60px 50px;
}
.p_main .g_area .inner::after {
  content: "";
  display: block;
  clear: both;
}
.p_main .g_area .inner > * {
  float: left;
}
.p_main .g_area .left_col {
  width: 840px;
  margin-right: 20px;
  padding-top: 60px;
}
.p_main .g_area .faq {
  position: relative;
  height: 500px;
  border-radius: 27px;
  background: #fff;
}
.p_main .g_area .faq .head {
  height: 146px;
  padding: 40px 0 0 50px;
  border-bottom: 1px solid #e8e8e8;
}
.p_main .g_area .faq .head h2 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
}
.p_main .g_area .faq .head h2 span {
  color: #004986;
}
.p_main .g_area .faq .head p {
  margin-top: 6px;
  color: #888;
  font-size: 18px;
}
.p_main .g_area .faq dl {
  margin-top: 30px;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 300;
}
.p_main .g_area .faq dl > * {
  position: relative;
  height: 32px;
  padding: 0 40px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p_main .g_area .faq dl a {
  color: #222;
  font-size: 20px;
}
.p_main .g_area .faq dl .q,
.p_main .g_area .faq dl .a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
}
.p_main .g_area .faq dl .q {
  background: url(../images/ico_q.png) no-repeat;
}
.p_main .g_area .faq dl .a {
  background: url(../images/ico_a.png) no-repeat;
}
.p_main .g_area .faq dl dt + dd {
  margin-top: 10px;
}
.p_main .g_area .faq dl dd + dt {
  margin-top: 30px;
}
.p_main .g_area .faq .more {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: url(../images/ico_more.png) no-repeat;
}

.p_main .g_area .promotion {
  position: relative;
  height: 140px;
  margin-top: 20px;
  padding: 56px 50px 0 50px;
  border-radius: 27px;
  background: #fff;
}
.p_main .g_area .promotion::after {
  content: "";
  display: block;
}
.p_main .g_area .promotion h2 {
  float: left;
  width: 90px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.p_main .g_area .promotion p {
  float: left;
  width: auto;
  height: 26px;
  color: #222;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.p_main .g_area .promotion p strong {
  color: #004986;
}
.p_main .g_area .promotion .more {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: url(../images/ico_more.png) no-repeat;
}

.p_main .g_area .inner .right_col {
  width: 440px;
  padding-top: 60px;
}
.p_main .g_area .complaint {
  position: relative;
  height: 360px;
  padding: 42px 40px 0 40px;
  border-radius: 27px;
  background: #fff;
}
.p_main .g_area .complaint h2 {
  color: #222;
  font-size: 28px;
  font-weight: 700;
}
.p_main .g_area .complaint h2 span {
  color: #004986;
}
.p_main .g_area .complaint ul {
  margin-top: 37px;
  font-size: 0;
  text-align: center;
}
.p_main .g_area .complaint ul li {
  display: inline-block;
  min-width: 120px;
  vertical-align: top;
}
.p_main .g_area .complaint ul li + li {
  margin-left: 60px;
}
.p_main .g_area .complaint ul li a {
  display: block;
  padding-top: 137px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  background-position: center top;
}
.p_main .g_area .complaint ul li a.tech {
  background: url(../images/ico_complain01.png) no-repeat;
}
.p_main .g_area .complaint ul li a.buy {
  background: url(../images/ico_complain02.png) no-repeat;
}
.p_main .g_area .complaint .more {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: url(../images/ico_more.png) no-repeat;
}

.p_main .g_area .survey {
  position: relative;
  height: 280px;
  margin-top: 20px;
  padding: 42px 40px 0 40px;
  border-radius: 27px;
  background: #fff;
}
.p_main .g_area .survey h2 {
  color: #222;
  font-size: 28px;
  font-weight: 700;
}
.p_main .g_area .survey h2 span {
  color: #004986;
}
.p_main .g_area .survey p {
  margin-top: 16px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.p_main .g_area .survey a {
  display: block;
  position: absolute;
  right: 45px;
  bottom: 37px;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  background: #004986;
}

.p_contactus .map {
  margin-top: 43px;
}
.p_contactus .addr {
  margin-top: 30px;
  border-top: 2px solid #666;
}
.p_contactus .addr h2 {
  color: #222;
  font-size: 20px;
  font-weight: 500;
}
.p_contactus .addr .top {
  padding-bottom: 14px;
  border-bottom: 1px solid #dde2e5;
}
.p_contactus .addr .top > * {
  float: left;
}
.p_contactus .addr .top::after {
  content: "";
  display: block;
  clear: both;
}
.p_contactus .addr .top .left_col {
  width: 60%;
  padding-top: 24px;
}
.p_contactus .addr .top dl {
  margin-top: 26px;
}
.p_contactus .addr .top dl + dl {
  margin-top: 5px;
}
.p_contactus .addr .top dl > * {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
.p_contactus .addr .top dt {
  width: 120px;
  color: #222;
}
.p_contactus .addr .top dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 19px;
  margin-right: 9px;
  background: url(../images/ico_position.png) no-repeat;
  vertical-align: top;
}
.p_contactus .addr .top dd {
  color: #666;
  font-weight: 300;
}
.p_contactus .addr .top .right_col {
  width: 40%;
  text-align: right;
}
.p_contactus .addr .top .right_col p {
  display: inline-block;
  vertical-align: top;
}
.p_contactus .addr .top .right_col p:nth-child(1) {
  width: 167px;
  padding-top: 27px;
  color: #666;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}
.p_contactus .addr .top .right_col p:nth-child(1) strong {
  display: block;
  padding-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}
.p_contactus .addr .top .right_col p:nth-child(2) {
  padding-top: 14px;
}

.p_contactus .addr .bot {
  padding-bottom: 28px;
  border-bottom: 1px solid #dde2e5;
}
.p_contactus .addr .bot > * {
  float: left;
  width: 50%;
}
.p_contactus .addr .bot::after {
  content: "";
  display: block;
  clear: both;
}
.p_contactus .addr .bot .left_col {
  padding-top: 24px;
}
.p_contactus .addr .bot .left_col h2 {
  padding-bottom: 24px;
}
.p_contactus .addr .bot .left_col dl > * {
  display: inline-block;
  font-size: 16px;
}
.p_contactus .addr .bot .left_col dl + dl {
  margin-top: 6px;
}
.p_contactus .addr .bot .left_col dt {
  width: 120px;
  color: #222;
  line-height: 20px;
}
.p_contactus .addr .bot .left_col dt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 6px;
  background: url(../images/ico_subway.png) no-repeat;
  vertical-align: top;
}
.p_contactus .addr .bot .left_col dd {
  color: #666;
  font-weight: 300;
}
.p_contactus .addr .bot .right_col {
  padding-top: 24px;
}
.p_contactus .addr .bot .right_col h2 {
  padding-bottom: 24px;
}
.p_contactus .addr .bot .right_col dl > * {
  display: inline-block;
  font-size: 16px;
}
.p_contactus .addr .bot .right_col dl + dl {
  margin-top: 6px;
}
.p_contactus .addr .bot .right_col dt {
  width: 83px;
  color: #222;
  line-height: 20px;
}
.p_contactus .addr .bot .right_col dt.call::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 6px;
  background: url(../images/ico_call.png) no-repeat;
  vertical-align: top;
}
.p_contactus .addr .bot .right_col dt.email::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 6px;
  background: url(../images/ico_email.png) no-repeat;
  vertical-align: top;
}
.p_contactus .addr .bot .right_col dd {
  color: #666;
  font-weight: 300;
}

/* error page */
.error_page h1 {
  margin-top: 199px;
  color: #222;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.error_page .inner {
  width: 690px;
  margin: 35px auto 0;
  padding: 40px 0;
  border: 1px solid #dde2e5;
  border-radius: 28px;
  text-align: center;
}
.error_page .inner p {
  display: inline-block;
  padding: 50px 0 50px 150px;
  color: #666;
  font-size: 24px;
  background: url(../images/ico_error.png) no-repeat left center;
}
.error_page .inner .btn {
  margin-top: 20px;
}

.POP_TEMPLATE_INTRO {
  background-color: #fff;
}
.POP_TEMPLATE_INTRO .pop_inner {
  width: 1200px;
  height: 100%;
  overflow: auto;
}
.POP_TEMPLATE_INTRO .list {
  padding: 27px 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.POP_TEMPLATE_INTRO .list li {
  position: relative;
  padding-left: 16px;
  color: #666;
  font-size: 16px;
}
.POP_TEMPLATE_INTRO .list li + li {
  margin-top: 5px;
}
.POP_TEMPLATE_INTRO .list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #222;
}
.POP_TEMPLATE_INTRO .list2 {
  margin-top: 20px;
}
.POP_TEMPLATE_INTRO .list2::after {
  content: "";
  display: block;
  clear: both;
}
.POP_TEMPLATE_INTRO .list2 > div {
  float: left;
  width: 186px;
  height: 486px;
  border-bottom: 1px solid #dde2e5;
}
.POP_TEMPLATE_INTRO .list2 > div + div {
  border-left: 1px solid #dde2e5;
}
.POP_TEMPLATE_INTRO .list2 > div:first-child {
  border-left: 1px solid #dde2e5;
  border-radius: 10px 0 0 10px;
}
.POP_TEMPLATE_INTRO .list2 > div:last-child {
  width: 190px;
  border-right: 1px solid #dde2e5;
  border-radius: 0 10px 10px 0;
}
.POP_TEMPLATE_INTRO .list2 > div h2 {
  height: 66px;
  border-top: 1px solid #dde2e5;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 66px;
  background: #e7eef2;
  margin: 0;
}
.POP_TEMPLATE_INTRO .list2 > div:first-child h2 {
  border-top-left-radius: 10px;
}
.POP_TEMPLATE_INTRO .list2 > div:last-child h2 {
  border-top-right-radius: 10px;
}
.POP_TEMPLATE_INTRO .list2 .dep1 {
  padding: 13px 29px;
}
.POP_TEMPLATE_INTRO .list2 .dep1 li {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.POP_TEMPLATE_INTRO .list2 .dep1 li + li {
  margin-top: 6px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 {
  height: 419px;
  padding: 13px 29px;
  color: #222;
  font-weight: 300;
  background: #f5f5f5;
}
.POP_TEMPLATE_INTRO .list2 > div:last-child .dep2 {
  border-bottom-right-radius: 10px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 > li {
  font-size: 16px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 > li + li {
  margin-top: 7px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul {
  padding: 2px 0 0 8px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul > li {
  font-size: 14px;
}
.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul > li + li {
  margin-top: 2px;
}
.POP_TEMPLATE_INTRO .btn_area {
  margin-top: 20px;
}
.POP_TEMPLATE_INTRO .btn_area .btn {
  width: 320px;
}

/* password confirm popup */
.POP_CONFIRM_PWD {
  background-color: #fff;
}
.POP_CONFIRM_PWD .pop_inner {
  width: 550px;
  height: 100%;
  overflow: auto;
}
.POP_CONFIRM_PWD .box_1 {
  text-align: center;
}

/* duplicate id check popup */
.POP_DUPID_CONF {
  background-color: #fff;
}
.POP_DUPID_CONF .pop_inner {
  width: 550px;
  height: 100%;
  overflow: auto;
}
.POP_DUPID_CONF .box_1 {
  text-align: center;
}
.POP_DUPID_CONF .result {
  margin-top: 20px;
  padding: 28px 20px;
  border-radius: 9px;
  background: #eee;
}
.POP_DUPID_CONF .result span {
  color: #0465be;
  font-weight: 700;
}

/* survey item search popup */
.POP_SURVEY_ITEM {
  background-color: #fff;
}
.POP_SURVEY_ITEM .pop_inner {
  width: 1024px;
  height: 100%;
  overflow: auto;
}

.EgovQustnrItemManageListPopup {
  background-color: #fff;
}
.EgovQustnrItemManageListPopup .pop_inner {
  width: 1024px;
  height: 100%;
  overflow: auto;
}

.EgovBoardMstrListPop {
  background-color: #fff;
}
.EgovBoardMstrListPop .pop_inner {
  width: 1024px;
  height: 100%;
  overflow: auto;
}

.EgovGroupSearch {
  background-color: #fff;
}
.EgovGroupSearch .pop_inner {
  width: 800px;
  height: 100%;
  overflow: auto;
}

.EgovTemplateInqirePopup .pop_inner {
  width: 1280px;
}

.POP_GROUP_SEARCH .pop_inner,
.POP_POST_SEARCH .pop_inner,
.POP_PRGFILE_SEARCH .pop_inner {
  width: 1024px;
}

.POP_POST_SEARCH {
  background-color: #fff;
}
.POP_POST_SEARCH .pop_inner {
  height: 100%;
  overflow: auto;
}

.EgovQustnrManageListPopup {
  background-color: #fff;
}
.EgovQustnrManageListPopup .pop_inner {
  height: 100%;
  overflow: auto;
}
.EgovQustnrManageListPopup .pop_header {
  margin-bottom: 29px;
}

/* o_table Styling */
.o_table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #333;
}

.o_table th {
  background-color: #0e549c; /* Dark blue background for header */
  color: #ffffff; /* White text for header */
  padding: 10px;
}

.o_table td {
  height: 41px;
  padding: 8px;
  text-align: center;
  color: #333;
}

/* Anchor Link Styling within o_table */
.o_table a {
  color: #0e549c; /* Dark blue links */
  text-decoration: none;
}

.o_table a:hover {
  text-decoration: underline; /* Underline on hover */
}

* m_table Styling */ .m_table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #333;
}

.m_table th {
  background-color: #0e549c; /* Dark blue background for header */
  color: #ffffff; /* White text for header */
  padding: 10px;
}

.m_table td {
  text-align: center;
  color: #333;
  padding: 8px;
}

/* Anchor Link Styling within o_table */
.m_table a {
  color: #0e549c; /* Dark blue links */
  text-decoration: none;
}

.m_table a:hover {
  text-decoration: underline; /* Underline on hover */
}

.history-container {
  width: 80%;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.year-section {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.year-section img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.year-details {
  flex-grow: 1;
}

.year-details table {
  width: 100%;
  border-collapse: collapse;
}

.year-details td {
  padding: 10px 0;
  vertical-align: top;
}

.year-details td:first-child {
  width: 150px;
  font-weight: bold;
  color: #333;
}

.year-details td:nth-child(2) {
  color: #666;
}

/* Year title */
.year-title {
  font-size: 1.5em;
  color: #444;
  margin-bottom: 10px;
}

.membership-section {
  padding: 20px;
  background-color: #f3f9fd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.membership-section .section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.membership-section .section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.membership-section .section-title {
  background-color: #0a3c86;
  color: white;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}

.membership-section .section-title::before {
  margin-right: 8px;
  font-size: 1.2rem;
}

.membership-section .section:nth-child(1) .section-title::before {
  content: "🏢";
}

.membership-section .section:nth-child(2) .section-title::before {
  content: "📘";
}

.membership-section .section:nth-child(3) .section-title::before {
  content: "👤";
  background-color: white;
  color: #6a0dad;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding-left: 1.5px;
}

.membership-section .section:nth-child(4) .section-title::before {
  content: "🏅";
}

.section-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.section-content li {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  display: flex; /* 텍스트와 아이콘을 수평으로 정렬 */
  align-items: center; /* 텍스트와 아이콘을 수직 가운데 정렬 */
}

.section-content li::before {
  content: "✔️";
  margin-right: 2px;
  color: #0a3c86;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center; /* 아이콘을 텍스트 중앙에 정렬 */
  padding-bottom: 3px;
}

.subtext {
  color: #888;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}

.benefits-section {
  padding: 20px;
  background-color: #f3f9fd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefits-section .benefit-item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.benefits-section .benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 호버 시 그림자 추가 */
}

.benefits-section .benefit-title {
  background-color: #0a3c86; /* 좀 더 밝고 생생한 색상 */
  color: white;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}

.benefits-section .benefit-title::before {
  content: "🌟"; /* 각 혜택 제목에 아이콘 추가 */
  margin-right: 8px;
  font-size: 1.2rem;
}

.benefits-section .benefit-content {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.benefits-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.benefits-section li {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  display: flex; /* 텍스트와 아이콘을 수평으로 정렬 */
  align-items: center; /* 텍스트와 아이콘을 수직 가운데 정렬 */
}

.benefits-section li::before {
  content: "✔️";
  margin-right: 2px;
  color: #0a3c86;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center; /* 아이콘을 텍스트 중앙에 정렬 */
  padding-bottom: 3px;
}

.benefits-section h1 {
  font-size: 1.8rem;
  color: #041e40;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.benefits-section .subtext {
  color: #777;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify;
}

.membership-application-section h1 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
}

.membership-application-section .subtext {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.membership-application-section .table-title {
  font-size: 1.1rem;
  color: #333;
  margin: 20px 0 10px 0;
}

.membership-application-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.membership-application-section table th,
.membership-application-section table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.membership-application-section table th {
  background-color: #e0f0ff;
  font-weight: bold;
}

.membership-application-section .contact-info,
.membership-application-section .bank-info,
.membership-application-section .submit-info {
  margin-bottom: 20px;
}

.membership-application-section .contact-info h3,
.membership-application-section .bank-info h3,
.membership-application-section .submit-info h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.membership-application-section .download-btn {
  display: inline-block;
  background-color: #d9534f;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.membership-application-section .download-btn:hover {
  background-color: #c9302c;
}

.submit-info ul li:first-child {
  display: flex;
  flex-direction: column;
}

.submit-info ul li:first-child a {
  width: 180px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* 테이블 스타일 */
.table-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-custom .table_title {
  font-size: 24px;
  font-weight: bold;
}

/* 테이블 셀 기본 스타일 */
.table-custom td,
.table-custom th {
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #373737;
  border: 1px solid #bfcee1;
}

/* 테이블 헤더 스타일 */
.table-custom th {
  background-color: #d0e4fd;
  font-weight: bold;
}

/* 홀짝 줄 다른 배경색 */
.table-custom tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* 버튼 스타일 */
.btn-homepage {
  display: inline-block;
  padding: 8px 15px;
  background-color: #f3f9fd;
  border: 1px solid #daedf5;
  color: #000;
  border-radius: 5px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-homepage:hover {
  background-color: #0056b3;
  color: #fff;
}

.sitemap-container {
  max-width: 1300px;
  margin: 20px auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sitemap-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.sitemap-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

.sitemap-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sitemap-column {
  flex: 1;
  padding: 0 10px;
}

.sitemap-column ul {
  list-style: none;
  padding: 0;
}

.sitemap-column li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.sitemap-column li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #041e40;
  border: none;
}

.sitemap-column a {
  color: #333;
  text-decoration: none;
}

.sitemap-column a:hover {
  text-decoration: underline;
}

.sitemap-footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.sitemap-footer li {
  font-size: 16px;
}

.sitemap-footer a {
  color: #333;
  text-decoration: none;
}

.sitemap-footer a:hover {
  text-decoration: underline;
}

.highlight {
  color: red;
  font-weight: bold;
}

.main_first_con {
  background-color: #041e40;
  position: relative;
}
.main_first_con .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main_first_con .swiper {
  width: 63%;
  height: 420px;
}

.main_first_con .swiper img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: fill;
}

.main_first_con_r {
  width: 30%;
  margin-left: 90px;
  border-radius: 10px;
  background-color: #fff;
}

.quick_title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.quick_title h2 {
  color: #2F4D8D;
}
.quick_title i {
  color: #2F4D8D;
  font-size: 28px;
}
.quick_title em {
  color: #747474;
  font-size: 14px;
}
.quick_title img {
  width: 28px;
  height: 28px;
}
.quick_h2_box {
  padding-left: 10px;
}

.Main_page_slider {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  overflow: hidden;
}

.Main_page_slides {
  display: flex;
  transition: transform 0.5s ease-in-out;

}

.Main_page_slide {
  min-width: 100%;
  box-sizing: border-box;
}

.Main_page_slide img {
  width: 100%;
  height: 290px;
  display: block;
  border-radius: 10px;
}

.Main_page_prev,
.Main_page_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  z-index: 10;
}

.Main_page_prev {
  left: 10px;
}

.Main_page_next {
  right: 10px;
}

.Main_page_pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.Main_page_dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.Main_page_dot.active {
  background-color: #333;
}




.slick_title::after {
  content: "";
  width: 60px;
  height: 40px;
  background-image: url(../images/ic_arrow_right.svg);
  position: absolute;
  left: 205px;
  top: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick_title img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.Main_page_controls_menu {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 7px;
  padding-bottom: 7px;
}

.Main_page_controls_menu_title {
  color: #fff;
  font-size: 12px;
  margin-left: 0px;
}

.intro_vis {
  display: flex;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 35px;
}

.intro_r_box {
  flex-grow: 1;
}
.intro_r_box h4 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 45px;
}

.intro_blue_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2F4D8D;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.intro_blue_box  strong {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}
.intro_blue_box  strong span {
  font-weight: bold;
}

.intro_blue_box  em {
  font-size: 18px;
  margin-top: 77px;
}

.intro_blue_box em span{
  font-size: 28px;
}

.intro_img_box {
  margin-right: 10px;
}

.intro_comment {
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

/* .work_banner {
  width: 160px;
  height: 280px;
  background-image: url(../images/work_banner_bg.png);
  position: absolute;
  right: 125px;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 8px;
  padding: 15px;
} */

.work_banner {
  width: 160px;
  height: 280px;
  position: absolute;
  right: 125px;
  top: 50px;
}

@media (max-width: 1600px) {
  /* 1600px 이하에서 적용할 스타일 */
  .work_banner {
    right: 25px;
    top: 75px;
  }
  .main_first_con_r {
    width: 30%;
    margin-left: 30px;
    margin-right: 100px;
}
.main_first_con .swiper {
  width: 60%;
}
}


.work_banner span {
  font-size: 16px;
  font-family: "GmarketSansMedium";
  color: #fff;
}

.work_banner button {
  width: 128px;
  height: 39px;
  border-radius: 100px;
  background: #2F4D8D;
  color: #fff;
  margin-top: 20px;
}
