@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
option,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Helvetica Neue', 'Apple SD Gothic Neo', 'noto-sans-scott', 'Noto Sans KR',
    sans-serif;
  vertical-align: baseline;
  letter-spacing: -1px;
}
a {
  text-decoration: none;
  color: black;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
select::-ms-expand {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
}
::-moz-selection {
  background: #ffcb9e;
  color: #000;
}
::selection {
  background: #ffcb9e;
  color: #000;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}
select:focus,
button {
  outline: none;
}
::-webkit-input-placeholder {
  /* Edge */
  color: gray;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}
::placeholder {
  color: gray;
}
button {
  cursor: pointer;
  background: transparent;
}
label {
  cursor: pointer;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  font-size: 0;
  line-height: 0;
  text-indent: -99999999em;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
p,
h2 {
  line-height: 1.5;
}

body,
button,
input,
select,
table,
textarea {
  -webkit-text-size-adjust: none;
}

/* 푸터 공통!! */
#footer {
  background: #444444;
  overflow: hidden;
}
#footer .foot_up {
}
#footer .foot_up .footer_logo {
  text-align: center;
  padding-top: 20px;
}

#footer .foot_up .footer_logo img {
  display: block;
  width: 120px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}


#footer .foot_up .footer_text {
  padding-top: 15px;
  text-align: center;
  color: #dcdcdc !important;
  font-size: 11px;
}
#footer .foot_up .footer_text span {
  display: block;
  margin-bottom: 3px;
}
#footer .footer_text .copy {
  display: block;
  padding: 15px 0px 15px 0;
  color: #d3d3d3;
}
#footer .foot_down {
  margin: o auto;
}
#footer .foot_down .kk_sns {
  text-align: center;
  margin-bottom: 20px;
}
#footer .foot_down .kk_sns::before {
  content: '';
  display: block;
  width: 90%;
  height: 0.5px;
  background: #dcdcdc;
  margin: 0 auto;
  margin-bottom: 15px;
}
#footer .kk_sns a {
  margin-left: 20px;
}

#wrapper {
  position: relative;
  width: 100%;
}

/* header */
header {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  z-index: 1000;
}

header .top_header {
  border-bottom: 3.5px solid orange;
}

header .main_logo {
  padding: 15px 0;
}
header .main_logo img {
  height: 27px;
}
header .bt_menu {
  position: absolute;
  top: 14px;
  left: 20px;
  border: none;
}
header .bt_menu img {
  width: 38px;
}

header .nav_area {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}

/* //header */

.main {
}
.main .km_main {
  position: relative;
}
.main .km_main > img {
  border: none;
}
.main .km_main .hl_box {
  position: absolute;
  left: 50%;
  bottom: 48%;
  transform: translate(-50%, 0%);
  background: #559fce;
  color: #fff;
  width: 162px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

/* contents */
.contents {
  background: #fff;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.contents .youtube {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contents .youtube .video-wrap {
  position: relative;
  padding-bottom: 49%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 10px 0;
}
.contents .youtube .video-wrap iframe,
.contents .youtube .video-wrap object,
.contents .youtube .video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents .m_news {
  width: 100%;
  background: linear-gradient(to left, #00b5c9, #114ea1);
  margin: 0 auto;
}

.contents .m_news a {
  display: block;
  text-align: center;
  padding: 30px 0 30px 0;
}

.contents .m_news > img {
  display: block;
  margin: auto;
}

.contents .m_partner {
}
.contents .m_partner h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  padding-left: 10px;
}
.contents .m_partner img {
  width: 100%;
}

/* sub_menu */
.main_header_wrapper {
  position: relative;
}
.all_menu_box {
  position: absolute;
  left: 0;
  top: 61px;
  width: 275px;
  height: 4000px;
  background: #fff;
  z-index: 10000;
  box-shadow: 3px 2px 6px #555555;
}
.all_menu_box .menu_vision {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.all_menu_box .menu_vision li {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: left;
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.all_menu_box .menu_vision li span {
  float: right;
  padding-right: 10px;
}
.all_menu_box .menu_vision li.on {
  background-color: #ebebeb;
}
.all_menu_box .partner_vision {
  width: 100%;
  margin-top: 25px;
}
.all_menu_box .partner_vision::before {
  content: '';
  display: block;
  width: 75%;
  height: 0.7px;
  background: #dcdcdc;
  margin: 0 auto;
  margin-bottom: 25px;
}
.all_menu_box .partner_vision li {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 25px;
  border-radius: 10px;
  font-size: 16px;
  color: grey;
  font-size: 14px;
}

/* 서브페이지 - 비전코리아란 */
.sub_main {
  position: relative;
}
.sub_main > img {
  border: none;
}

.sub_contents {
  background: #fff;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.sub_contents .w-100 {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 40px;
}
.sub_contents .w-100 button {
  width: 49%;
  height: 55px;
  background: #ebeef3;
  font-size: 14px;
}
.sub_contents .w-100 button.on {
  background: #ff890d;
  color: #fff;
}

.sub_contents .explain {
  width: 100%;
  margin-bottom: 30px;
}
.sub_contents .explain .top_vision {
  margin: 0 auto;
  border-radius: 30px;
  border: 3px solid #ff890d;
  width: 85px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}
.sub_contents .explain .top_vision span {
  color: #ff890d;
  font-weight: 600;
  font-size: 11px;
}
.sub_contents .explain .top_vision_text {
  text-align: center;
}
.sub_contents .explain .top_vision_text h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.sub_contents .explain .top_vision_text p {
  padding-bottom: 5px;
  font-size: 14px;
}
.sub_contents .vk_project {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.sub_contents .vk_project .pj_title {
  width: 100%;
  height: 60px;
  background: #262a50;
  border-radius: 20px 20px 0px 0px;
}
.sub_contents .vk_project .pj_title h2 {
  color: #fff;
  padding: 22px 0 0 20px;
}
.sub_contents .vk_project .pjcontent {
  padding: 10px 10px 0 10px;
}
.sub_contents .vk_project .pjcontent .contentbox {
  margin: 30px 0;
}
.sub_contents .vk_project .pjcontent .contentbox::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin: 30x auto;
}
.sub_contents .vk_project .pjcontent .line1 {
  width: 3.5px;
  height: 55px;
  background: #ff890d;
  position: absolute;
  left: 10px;
  margin-top: 3px;
}
.sub_contents .vk_project .pjcontent .line2 {
  width: 3.5px;
  height: 20px;
  background: #ff890d;
  position: absolute;
  left: 10px;
  margin-top: 3px;
}
.sub_contents .vk_project .pjcontent h2 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 16px;
}
.sub_contents .vk_project .pjcontent h2.hw {
  margin-bottom: 30px;
}
.sub_contents .vk_project .pjcontent p {
  margin: 30px auto;
  font-size: 14px;
  color: #444444;
}

.sub_contents .vk_project .pjcontent p.hh {
  margin-top: 20px;
  padding-left: 5px;
  text-indent: -5px;
}
.sub_contents .vk_project .pjcontent p.ha {
  margin-bottom: 30px;
}

/* 서브페이지 - 연도별 */
.sub_contents {
}
.con1 {
}
.con1 .vision_text {
  height: 60px;
}
.con1 .vision_text img {
  display: block;
  margin: 20px auto;
}
.con1 .vision_button {
  height: 100px;
}
.con1 .vision_button .yearSelect {
  appearance: none;
  display: block;
  cursor: pointer;
  width: 220px;
  height: 50px;
  border: 3.5px solid #262a50;
  line-height: 40px;
  padding-left: 25px;
  color: #666666;
  border-radius: 10px;
  background: url(//img.mk.co.kr/2022/visionkorea/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  box-shadow: 2px 2px 4px #dcdcdc;
  margin: 0 auto;
}
.con1 .vision_button .yearSelect {
}

.con2 {
  width: 100%;
  background: #eaedf3;
  padding: 30px 0;
  box-sizing: border-box;
}
.con2 .con2_head {
  height: 80px;
}
.con2 .con2_head .top_vision {
  margin: 0 auto;
  border-radius: 30px;
  border: 3px solid #ff890d;
  width: 85px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}
.con2 .con2_head .top_vision span {
  color: #ff890d;
  font-weight: 600;
  font-size: 11px;
}
.con2 .con2_head h2 {
  margin-top: 10px;
  font-size: 18px;
}
.con2 .con2_image {
  overflow: hidden;
}
.con2 .con2_image img {
  border: none;
}
.con2 .con2_text {
  margin-top: 10px;
}
.con2 .con2_text ul {
  overflow: hidden;
  padding-left: 10px;
}
.con2 .con2_text ul li {
  float: left;
}
.con2 .con2_text ul li em {
  display: block;
  padding-left: 10px;
  margin-top: 8px;
  line-height: 1.3;
  font-weight: 600;
}

.con3 {
  background: #fff;
  padding: 10px;
  margin-bottom: 50px;
}
.con3 span.num {
  display: inline-block;
  background: #ff843e;
  width: 20px;
  height: 21px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 40px;
  line-height: 21px;
}
.con3 span.subtitle {
  display: inline-block;
  color: #888888;
}
.con3 h2 {
  font-size: 22px;
  margin-top: 30px;
}
.con3 h2::after {
  display: block;
  content: '';
  width: 30px;
  height: 4px;
  background: #ff843e;
  margin: 20px 0 30px 0;
}
.con3 span {
  display: block;
  font-weight: 700;
  margin: 20px 0 10px 0;
  letter-spacing: -0.0625em;
  line-height: 1.4;
}
.con3 p {
  color: #2c2c2c;
  line-height: 1.875em;
}
.con3 p.hh {
  padding-left: 5px;
  text-indent: -5px;
}

.con4 {
  background: #eff1f6;
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}
.con4 h2 {
}
.con4 h2::after {
  display: block;
  content: '';
  width: 30px;
  height: 4px;
  background: #ff843e;
  margin: 20px 0 30px 0;
}
.con4 span {
  display: block;
  font-weight: 600;
  margin: 30px 0 5px 0;
}
.con4 .bookimage {
  width: 43%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  box-shadow: 2px 2px 5px #cccccc;
}
.con4 .bookimage .big {
  position: relative;
  padding-top: 150%;
  overflow: hidden;
  box-sizing: border-box;
}
.con4 .bookimage .big img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.con4 .booktext {
  width: 48%;
  float: left;
  margin-left: 13px;
}
.con4 .booktext p {
  font-size: 15px;
}
.con4 .booktext em {
  line-height: 1.5;
}

/* 서브페이지 - 연혁 */
.sub_contents {
  overflow: hidden;
}
.sub_contents .con4_explain {
  width: 100%;
  margin: 30px auto;
}
.sub_contents .con4_explain .top_vision {
  margin: 0 auto;
  border-radius: 30px;
  border: 3px solid #ff890d;
  width: 85px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}
.sub_contents .con4_explain .top_vision span {
  color: #ff890d;
  font-weight: 600;
  font-size: 11px;
}
.sub_contents .con4_explain .top_vision_text {
  text-align: center;
}
.sub_contents .con4_explain .top_vision_text h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* 영상 추가 */

/* 220722 con_tv 추가 */

.con_tv {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.con_tv h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.con_tv h2::after {
  display: block;
  content: '';
  width: 35px;
  height: 4px;
  background: #ff843e;
  margin: 20px auto 30px auto;
}

.con_tv #slideList2 {
  width: 85%;
  position: relative;
  padding-bottom: 45%; /* 16:9 비율인 경우 */
  /* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}
.con_tv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_tv .btn_left_arrow {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.con_tv .btn_right_arrow {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.con_tv .bullet {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

.con_tv .bullet .paging {
  width: 25px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 8px;
}

.con_tv .bullet .paging span {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
}
.bullet .paging.active span {
  background: #000;
}

@media screen and (min-width: 768px) {
  header {
    max-width: 768px;
    margin: 0 auto;
  }
  .main {
    max-width: 768px;
    margin: 0 auto;
  }
  .sub_main {
    max-width: 768px;
    margin: 0 auto;
  }
  .contents {
    max-width: 768px;
    margin: 0 auto;
  }
  .sub_contents {
    max-width: 768px;
    margin: 0 auto;
  }
  body {
    background: #eaedf3;
  }
  #footer {
    max-width: 768px;
    margin: 0 auto;
  }
}

/*2023 visionkorea add*/
.contents .m_news {
  background: linear-gradient(to left, #7a7a7a, #707070);
}
.main .km_main .hl_box_2023 {
  position: absolute;
  left: 50%;
  bottom: 48%;
  transform: translate(-50%, 0%);
  background: #a0720e;
  color: #fff;
  width: 162px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.hl_box_2023_2 {
  position: absolute;
  left: 50%;
  bottom: 41%;
  transform: translate(-50%, 0%);
  background: #a0720e;
  color: #fff;
  width: 162px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.scroll_stop {
  position: fixed;
  width: 100%;
}

.scroll_stop {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  overflow-y: hidden;
}
.nav_bg {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: -moz-calc(100% - 0px);
  height: -webkit-calc(100% - 0px);
  height: calc(100% - 0px);
  z-index: 10;
}

/* 240226: 2024 visionkorea add */
.main .km_main.km_main_2024 * {
  font-family: 'Noto Sans KR', sans-serif;
}
.main .km_main.km_main_2024 img {
  display: block;
  width: 100%;
}
.main .km_main.km_main_2024 .main_top_wrap {
  position: relative;
}
.main .km_main.km_main_2024 .main_top_wrap .link {
  display: block;
  width: 40%;
  padding: 12px 0;
  background: #00a0e9;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.main .km_main.km_main_2024 .main_top_round {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  z-index: 2;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl h3 {
  width: 65%;
  margin: 0 auto;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_sub {
  margin-bottom: 15px;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date span {
  position: relative;
  display: block;
  padding-right: 8px;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date span:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #ccc;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date span:last-child {
  padding: 0 0 0 8px;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl p {
  font-size: 20px;
}
.main .km_main.km_main_2024 .main_top_round .txt_ttl p.txt_ttl_main {
  color: #00a0e9;
  font-size: 20px;
  font-weight: 900;
}
.main .km_main.km_main_2024 .main_bottom_wrap {
  position: relative;
}
.main .km_main.km_main_2024 .main_bottom_wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .km_main.km_main_2024 .main_bottom_wrap .txt_des {
  padding: 50px 25px;
  background-color: #000;
  color: #ccc;
  text-align: center;
  box-sizing: border-box;
}
.main .km_main.km_main_2024 .main_bottom_wrap .txt_des p {
  font-size: 16px;
  line-height: 1.6;
}
.main .km_main.km_main_2024 .logo_box {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fbdacb;
}
.main .km_main.km_main_2024 .logo_box img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

/* 미디어쿼리 */
@media all and (max-width: 320px) {
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p {
    font-size: 16px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p.txt_ttl_main {
    font-size: 16px;
    letter-spacing: -1.5px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date,
  .main .km_main.km_main_2024 .main_top_wrap .link {
    font-size: 14px;
  }
}
@media all and (min-width: 480px) {
  .main .km_main.km_main_2024 .main_top_round .txt_ttl {
    padding: 60px 15px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p,
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p.txt_ttl_main {
    font-size: 24px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date {
    font-size: 18px;
  }
  .main .km_main.km_main_2024 .main_top_wrap .link {
    padding: 14px 0;
    font-size: 18px;
  }
}
@media all and (min-width: 600px) {
  .main .km_main.km_main_2024 .main_top_round .txt_ttl {
    padding: 90px 15px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p,
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p.txt_ttl_main {
    font-size: 34px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date {
    margin-top: 5px;
    font-size: 25px;
  }
  .main .km_main.km_main_2024 .main_top_wrap .link {
    padding: 18px 0;
    font-size: 25px;
  }
  .main .km_main.km_main_2024 .main_bottom_wrap .txt_des p {
    font-size: 18px;
  }
}

/* 250228 2025 국민보고대회 주제 삽입*/
.main .km_main.km_main_2024 .main_top_round_2025 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl h3 {
  width: 65%;
  margin: 50px auto 0;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_sub_2025 {
  padding-bottom: 30px;
  margin-top: 45%;
  text-align: center;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_sub_2025 p {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_date {
  text-align: center;
  margin: 2px auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_date span {
  display: block;
  text-align: center;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl p {
  font-size: 20px;
}
.main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl p.txt_ttl_main {
  color: #00a0e9;
  font-size: 20px;
  font-weight: 900;
}
.main .km_main.km_main_2024 .main_top_wrap .link_2025 {
  display: block;
  width: 40%;
  padding: 12px 0;
  background: #f0874a;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 50px;
}

.main .km_main.km_main_2024 .main_bottom_wrap_2025 {
  position: relative;
}
.main .km_main.km_main_2024 .main_bottom_wrap_2025::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
}
.main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des {
  padding: 20px 20px 50px;
  background-color: #000;
  color: #ccc;
  text-align: center;
  box-sizing: border-box;
}
.main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des p {
  font-size: 15px;
  line-height: 1.5;
}
.main .km_main.km_main_2024 .logo_box_2025 {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.main .km_main.km_main_2024 .logo_box_2025 img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

@media all and (min-width: 230px) {
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p {
    font-size: 16px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl p.txt_ttl_main {
    font-size: 16px;
    letter-spacing: -1.5px;
  }
  .main .km_main.km_main_2024 .main_top_round .txt_ttl .txt_date,
  .main .km_main.km_main_2024 .main_top_wrap .link_2025 {
    font-size: 14px;
  }
  .main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des p {
    font-size: 12px;
    line-height: 1.6;
  }
  .main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_sub_2025 p {
    font-size: 24px;
    text-align: center;
  }
  .main .km_main.km_main_2024 .main_top_round_2025 .txt_ttl .txt_sub_2025 {
    padding-bottom: 5px;
    text-align: center;
  }
}
@media all and (min-width: 390px) {
  .main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des p {
    font-size: 13px !important;
    line-height: 1.7 !important ;
  }
}

@media all and (min-width: 490px) {
  .main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des p {
    font-size: 14px !important;
    line-height: 1.8 !important ;
  }
}
@media all and (min-width: 590px) {
  .main .km_main.km_main_2024 .main_bottom_wrap_2025 .txt_des p {
    font-size: 15px !important;
    line-height: 1.9 !important ;
  }
}

@media all and (min-width: 130px) {
  .txt_sub_2025 {
    margin-top: 25% !important;
  }
}

#footer .foot_up .footer_text_m {
  padding-top: 15px;
  text-align: center;
  color: #dcdcdc !important;
  font-size: 11px;
  font-family: Noto Sans KR !important;
  font-weight: 400 !important;
}
#footer .foot_up .footer_text_m span {
  display: block;
  margin-bottom: 3px;
}
#footer .foot_up .footer_text_m .copy {
  display: block;
  padding: 15px 0px 15px 0;
  color: #d3d3d3;
}



/* 260212 2026 국민보고대회 주제 삽입*/
.main .km_main.km_main_2025 .main_top_round_2026 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl h3 {
  width: 65%;
  margin: 50px auto 0;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_sub_2026 {
  padding-bottom: 30px;
  margin-top: 45%;
  text-align: center;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_sub_2026 p {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_date {
  text-align: center;
  margin: 2px auto 0;
  font-size: 16px;
  line-height: 1.5;
  color: #ccc;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_date span {
  display: block;
  text-align: center;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl p {
  font-size: 20px;
}
.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl p.txt_ttl_main {
  color: #00a0e9;
  font-size: 20px;
  font-weight: 900;
}
.main .km_main.km_main_2025 .main_top_wrap .link_2026 {
  display: block;
  width: 40%;
  padding: 12px 0;
  background: #f0874a;
  color: #fff;
  font-family: 'Noto Sans KR';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 50px;
}

.main .km_main.km_main_2025 .main_bottom_wrap_2026 {
  position: relative;
}
.main .km_main.km_main_2025 .main_bottom_wrap_2026::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
}
.main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des {
  padding: 20px 20px 50px;
  background-color: #000;
  color: #ccc;
  text-align: center;
  box-sizing: border-box;
}
.main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p {
  font-size: 15px;
  line-height: 1.5;
}
.main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p.txt_des_main {
  color: #fff;
}
.main .km_main.km_main_2025 .logo_box_2026 {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.main .km_main.km_main_2025 .logo_box_2026 img {
  display: block;
  width: 70%;
  max-width: 320px;
  height: auto;
  margin: 0 auto; 
}

.main .km_main.km_main_2025 .main_top_wrap {
  position: relative;
  overflow: hidden;
}

.main .km_main.km_main_2025 .main_top_wrap > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl h3 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 230px) {
  .main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl p {
    font-size: 16px;
  }
  .main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl p.txt_ttl_main {
    font-size: 16px;
    letter-spacing: -1.5px;
  }
  .main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_date,
  .main .km_main.km_main_2025 .main_top_wrap .link_2026 {
    font-size: 14px;
  }
  .main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p {
    font-size: 12px;
    line-height: 1.6;
  }
  .main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_sub_2026 p {
    font-size: 24px;
    text-align: center;
  }
  .main .km_main.km_main_2025 .main_top_round_2026 .txt_ttl .txt_sub_2026 {
    padding-bottom: 5px;
    text-align: center;
  }
}
@media all and (min-width: 390px) {
  .main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p {
    font-size: 13px !important;
    line-height: 1.7 !important ;
  }
}

@media all and (min-width: 490px) {
  .main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p {
    font-size: 14px !important;
    line-height: 1.8 !important ;
  }
}
@media all and (min-width: 590px) {
  .main .km_main.km_main_2025 .main_bottom_wrap_2026 .txt_des p {
    font-size: 15px !important;
    line-height: 1.9 !important ;
  }
}

@media all and (min-width: 130px) {
  .txt_sub_2026 {
    margin-top: 25% !important;
  }
}

#footer .foot_up .footer_text_m {
  padding-top: 15px;
  text-align: center;
  color: #dcdcdc !important;
  font-size: 11px;
  font-family: Noto Sans KR !important;
  font-weight: 400 !important;
}
#footer .foot_up .footer_text_m span {
  display: block;
  margin-bottom: 3px;
}
#footer .foot_up .footer_text_m .copy {
  display: block;
  padding: 15px 0px 15px 0;
  color: #d3d3d3;
}