@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@font-face {
  font-family: 'HUKoguryoS;';
  src: url('../font/HU고구려S.woff') format('woff');
  font-weight: 400;;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.body {
  font-size: 18px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR", sans-serif;
}

.wrap {
  
}

/* ------------------------------------------------------------- */
/* header */
header {
  width: 100%;
  height: 100px;
  background: #fff;
}

header .container {
  width: 1280px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_left {
  display: flex;
  align-items: center;
}

.h_left img {
  width: 80px;
  height: 54px;
}

.h_left ul.sns {
  display: flex;
  margin-left: 30px;
}

.h_left ul.sns li {
  margin-right: 25px;
}

.h_left ul.sns li:last-child {
  margin-right: 0;
}

.h_left ul.sns li img {
  width: 25px;
  height: 25px;
}

.h_right {
  width: 334px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_right img {
  width: 150px;
  height: 46px;
}

.search-container {
  display: flex;
  align-items: center;
  width: 124px;
}

.search-input {
  width: 160px;
  height: 23px;
  color: #CCC;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
  border: 0;
  border-bottom: 1px solid #333;
}

.search-btn {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  cursor: pointer;
}

.h_right .search-container img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.point {
  font-size: 16px;
  line-height: 1.6;
}

.highlight {
  background-color: yellow;
}

.search-container {
  display: flex;
  align-items: center;
}

.search-input {
  font-size: 16px;
}

.search-btn {
  cursor: pointer;
}

.font_size {
  position: absolute;
  left: 1684px;
  top: 32px;
  display: flex;
  align-items: center;
}

.font_size img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 15px;
}

.font_size p {
  color: #083882;
  font-family: "Noto Sans KR";
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-left: 15px;
}

/* .font_size {
  position: absolute;
  left: 1684px; top: 32px;
  display: flex;
  align-items: center;
}

.font_size img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 15px;
}

.font_size p {
  color: #083882;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-left: 15px;
} */
/* ------------------------------------------------------------- */
/* gnb */
/* nav {
  width: 100%;
  height: 60px;
  background: #083882;
  display: flex;
  align-items: center;
  position: relative;
}

nav .container {
}

ul.gnb {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

ul.gnb>li {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.55px;
}

ul.gnb>li:last-child {
  color: #FCC135;
}

ul.gnb>li>a {
  display: block;
  padding: 10px 20px;
}

ul.gnb>li:hover.nav_bg,
ul.gnb>li:hover>ul.sub {
  display: block;
  background: #F5F7FA;
}

ul.gnb>li>ul.sub {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 50%; top: 59px;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  background: #F5F7FA;
  z-index: 12;
}

ul.gnb>li>ul.sub>li {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.396px;
  position: relative;
  background: #F5F7FA;
}

ul.gnb>li>ul.sub>li>a {
  display: block;
  padding: 10px;
}

ul.gnb>li>ul.sub>li:hover>a {
  background: #083882;
  color: #fff;
  font-weight: 600;
}

ul.gnb>li>ul.sub>li>ul.sub_sub {
  position: absolute;
  left: 0; top: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  background: #F5F7FA;
  z-index: 13;
}

ul.gnb>li>ul.sub>li:hover>ul.sub_sub {
  display: flex;
}

ul.gnb>li>ul.sub>li>ul.sub_sub>li>a {
  display: block;
  padding: 10px;
  color: #083882;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

ul.gnb>li>ul.sub>li>ul.sub_sub>li:hover>a {
  background: #fff;
} */
nav {
  width: 100%;
  height: 60px;
  background: #083882;
  display: flex;
  align-items: center;
  position: relative;
}

nav .container {
}

ul.gnb {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

ul.gnb>li {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.55px;
}

ul.gnb>li:last-child {
  color: #FCC135;
}

ul.gnb>li>a {
  display: block;
  padding: 10px 20px;
}

ul.gnb>li:hover>.nav_bg,
ul.gnb>li:hover>ul.sub {
  display: block;
  background: #F5F7FA;
}

ul.gnb>li>ul.sub {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 59px;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  background: #F5F7FA;
  z-index: 12;
}

ul.gnb>li:hover>ul.sub {
  display: flex;
}

ul.gnb>li>ul.sub>li {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.396px;
  position: relative;
  background: #F5F7FA;
}

ul.gnb>li>ul.sub>li>a {
  display: block;
  padding: 10px;
}

ul.gnb>li>ul.sub>li:hover>a {
  background: #083882;
  color: #fff;
  font-weight: 600;
}

ul.gnb>li>ul.sub>li>ul.sub_sub {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  display: none;
  flex-direction: column;
  background: #F5F7FA;
  z-index: 13;
}

ul.gnb>li>ul.sub>li:hover>ul.sub_sub {
  display: flex;
}

ul.gnb>li>ul.sub>li>ul.sub_sub>li>a {
  display: block;
  padding: 10px;
  color: #083882;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

ul.gnb>li>ul.sub>li>ul.sub_sub>li:hover>a {
  background: #fff;
}

ul.gnb>li>ul.sub:hover {
  display: flex;
}
/* ------------------------------------------------------------- */
/* quick_menu_bar */
.quick_menu_bar {
  width: 150px;
  height: 624px;
  position: absolute;
  left: 1685px; top: 210px;
  z-index: 10;
  position: fixed;
}

.quick_menu_bar .q_tit {
  width: 150px;
  height: 40px;
  background: #083882;
  text-align: center;
  line-height: 40px;
}

.quick_menu_bar .q_tit h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.44px;
}

.quick_menu_bar ul.q_icon {
  width: 150px;
  height: 450px;
  background: rgba(238, 245, 255, 0.50);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.quick_menu_bar ul.q_icon li {
  width: 100%;
}

.quick_menu_bar ul.q_icon li.bar {
  border: 1px solid #eee;
  width: 53px;
}

.quick_menu_bar ul.q_icon li a {
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #083882;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.33px;
  margin-top: 10px;
}

.quick_menu_bar ul.q_icon li:last-child a {
  margin-bottom: 10px;
}

.quick_menu_bar ul.q_icon li img {
  width: 40px;
  height: 40px;
}

.quick_menu_bar .use {
  width: 150px;
  height: 77px;
}

.quick_menu_bar .use .use_btn li {
  width: 150px;
  height: 25px;
  background: #FCC135;
  margin-top: 1px;
  text-align: center;
  line-height: 25px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.33px;
}

.quick_menu_bar .use .use_btn li:first-child {
  margin-top: 5px;
}

.quick_menu_bar .move {
  width: 150px;
  height: 51px;
}

.quick_menu_bar .move ul.q_move li {
  width: 150px;
  height: 25px;
  background: #083882;
  margin-top: 1px;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.33px;
}

.quick_menu_bar .move ul.q_move li:first-child {
  margin-top: 5px;
}

/* ------------------------------------------------------------- */
/* main_visual */
.main_visual {
  width: 100%;
  height: 500px;
  padding-top: 50px;
}

.main_visual ul.banner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.main_visual ul.banner li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.main_visual ul.banner li.active {
  opacity: 1;
}
/* ------------------------------------------------------------- */
/* quick_main */
.quick_main {
  width: 100%;
  height: 200px;
  padding-top: 15px;
}

.quick_main ul {
  display: flex;
  justify-content: space-between;
}

.quick_main ul li:hover {
  background: #083882;
  color: #FCC135;
}

.quick_main ul li {
  width: 200px;
  height: 50px;
  background: #F5F7FA;
  color: #083882;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.396px;
}

.quick_main ul li.width {
  width: 250px;
}

.quick_main ul.two_row {
  margin-top: 15px;
}
/* ------------------------------------------------------------- */
/* popup_zone */
.popup_zone {
  width: 100%;
  height: 300px;
  background: #F5F7FA;
  display: flex;
  align-items: center;
}

ul.pop_up {
  display: flex;
  justify-content: space-between;
}

/* ------------------------------------------------------------- */
/* notice */
.notice {
  width: 100%;
  height: 500px;
  background: #F5F7FA;
}

.notice_tit {
  position: relative;
  padding-top: 15px;
}

.notice_tit h2 {
  color: #FCC135;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.396px;
  position: absolute;
  left: 23px; top: 33px;
}

.notice_tit img {
  width: 80px;
  height: 64px;
}

.notice ul.cards {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.notice ul.cards li.cards_tit {
  width: 300px;
  color: #083882;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.396px;
  padding-top: 15px;
}

.notice ul.cards li.cards_tit a {
  padding-left: 15px;
}

.notice_card {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.notice_card ul.sub_tit {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.notice_card ul.sub_tit>li {
  color: #CCC;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.33px;
  height: 31px;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

.notice_card ul.sub_tit>li a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

.notice_card ul.sub_tit>li b {
  color: #CCC;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.33px;
}

/* ------------------------------------------------------------- */
/* scene_ment */
.scene_ment {
  width: 100%;
  height: 500px;
  background: #fff;
}

.scene_tit {
  position: relative;
  padding-top: 75px;
}

.scene_tit h2 {
  color: #FCC135;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.396px;
  position: absolute;
  left: 6px; top: 98px;
}

.scene_tit img {
  width: 100px;
  height: 80px;
}

.between {
  display: flex;
  justify-content: space-between;
}

.scene_section {
  width: 600px;
  height: 230px;
}

.scene_section ul.scene_img {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.scene_section ul.scene_img li {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.scene_section ul.scene_img li.active {
  opacity: 1;
}

.ment {
  margin-top: 30px;
  width: 600px;
  height: 230px;
  background: #FCC135;
  border-radius: 20px;
  display: flex;
  position: relative;
}

.ment ul.ment_tit {}

.ment ul.ment_tit li {
  text-align: center;
  margin-top: 50px;
  margin-left: 35px;
}

.ment ul.ment_tit li:first-child {
  color: #083882;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.396px;
}

.ment ul.ment_tit li.name {
  color: #083882;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 20px;
  margin-top: 10px;
}

.ment ul.ment_tit li.btn {
  margin-top: 15px;
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.66px;
  width: 260px;
  height: 50px;
  border-radius: 10px;
  background: #083882;
  text-align: center;
  line-height: 50px;
}

.ment ul.ment_tit li.btn img {
  margin-left: 10px;
}

.ment ul.ment_tit li.chief img {
  width: 232px;
  height: 300px;
  position: absolute;
  left: 329px; bottom: 30px;
}

/* ------------------------------------------------------------- */
/* card_news */
.card_news {
  width: 100%;
  height: 500px;
  background: #083882;
}

.card_news .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card.swiper {
  width: 1075px;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.card_section {
  display: flex;
}

ul.card_section li.card_slide {
  background: #fff;
  width: 250px;
  height: 300px;
  border-radius: 20px;
  margin-left: 25px;
}

ul.card_section li.card_slide:first-child {
  margin-left: 0;
}

ul.card_section li.card_slide ul.slide {
  text-align: center;
  margin-top: 25px;
}

ul.card_section li.card_slide ul.slide img {
  width: 220px;
  height: 150px;
}

ul.slide li.tit {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.396px;
  margin-top: 15px;
}

ul.slide li.write {
  color: #AAA;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.33px;
  margin-top: 10px;
  margin-left: 25px;
  text-align: left;
}

ul.slide li.date {
  color: #AAA;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.33px;
  margin-top: 10px;
  margin-left: 25px;
  text-align: left;
}

.card_news .container .ltgt button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  cursor: pointer;
}

.card_news .container .ltgt .prev {
  left: 0;
}

.card_news .container .ltgt .next {
  right: 0;
}

@media (max-width: 1280px) {
  .next {
    right: 20px;
    transform: rotate(90deg);
  }

  .prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

/* ------------------------------------------------------------- */
/* phishing */
.phishing {
  width: 100%;
  height: 610px;
  background: #F5F7FA;
}

.phishing .container {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.phishing .main_tit {
  width: 100%;
  height: 50px;
  background: #FCC135;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phishing .main_tit h2 {
  color: #083882;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.55px;
}

.phishing_section {
  width: 1189px;
  height: 350px;
}

ul.phishing_card {
  margin-top: 50px;
  display: flex;
}

ul.phishing_card li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

ul.phishing_card li span {
  color: #083882;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------- */
/* footer */
footer {
  width: 100%;
  height: 250px;
}

.f_top {
  width: 100%;
  height: 32px;
  padding-top: 31px;
}

ul.fam {
  display: flex;
  justify-content: space-between;
}

.f_middle {
  width: 720px;
  height: 23px;
  padding-top: 42px;
}

.f_middle ul.txt {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.33px;
  display: flex;
  justify-content: space-between;
}

.f_middle ul.txt li:first-child {
  color: #083882;
}

.f_middle ul.txt li.bar {
  color: #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

.f_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.f_bottom .f_left span {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

.f_bottom .f_left p {
  color: #CCC;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.33px;
  margin-top: 10px;
}

.f_bottom .f_right p {
  color: #083882;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.33px;
  margin-top: 25px;
}

/* ------------------------------------------------------------- */
/* 글자크기 조절 상황 시 */
.adjustable-font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick_main .container ul li a.adjustable-font {
  width: 190px;
  display: inline-block;
}

.notice .container .notice_tit h2.adjustable-font {
  width: 70px;
  display: inline-block;
}

.notice .container ul.cards li.adjustable-font {
  width: 300px;
  display: inline-block;
}

.notice_card ul.sub_tit>li a.adjustable-font {
  width: 200px;
  display: inline-block;
}

.scene_ment .container .scene_tit h2.adjustable-font {
  width: 90px;
  display: inline-block;
}

ul.slide li.tit.adjustable-font,
ul.slide li.write.adjustable-font,
ul.slide li.date.adjustable-font
 {
  width: 228px;
  display: inline-block;
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */