:root {
  --blink-bg: #B8B8B8;
}
[class^="AD_wrap"] .blink{
  background-color: var(--blink-bg);
}
.home, .home_way, .home_reporter, .home_inquiry{
  padding-bottom: calc(var(--padding)*12);
  padding-top: 0 !important;
}
.home{
  padding-top: 0px !important;
}
.home_background{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 2560px; */
  /* background-color: #e7e6e1; */
  overflow: hidden;
  margin: 0 auto;
}
.home_background .back_bg{
  overflow: hidden;
  height: 290px;
}
.home_background img{
  height: 100%;
  display: block;
  margin: 0 auto;
}
.home_background .cli_tab{
  width: 640px;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 23px;
  margin: 0 auto;
  color: var(--white);
  z-index: 3;
  line-height: 1em;
}
.home_background .cli_tab li{
  flex: 1;
  background-color: #002C66;
  transition: .3s;
}
.home_background .cli_tab li:hover{
  background-color: #001b3f;
}
.home_background .cli_tab li.active{
  background-color: #2845B6;
}
.home_background .cli_tab li a{
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.introduc{
  padding: calc(var(--padding)*6) 0 calc(var(--padding)*8);
  color: #4D4D4D;
}
.introduc .tip{
  text-align: center;
  font-size: 1.05em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  padding-bottom: calc(var(--padding)*9);
}
.introduc .creed_list{
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 100px;
}
.introduc .creed_list li{
  position: relative;
  max-width: 340px;
  width: 100%;
}
.introduc .creed_list li .img_box{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: calc(var(--padding) * 3);
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduc .creed_list li .img_box img{
  transition: .8s;
}
.introduc .creed_list li:hover .img_box img{
  transform: scale(1.05);
}
.introduc .creed_list li .absol{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white);
  padding: 25px 0 10px 15px;
  width: 80%;
  border-radius: 0 15px 0 0;
}
.introduc .creed_list li .absol h2{
  font-size: 1.25em;
  line-height: 1em;
  padding-bottom: var(--padding);
  color: var(--black);
}
.introduc .creed_list li .absol h2 em{
  font-weight: 700;
}
.introduc .creed_list li .absol h3{
  font-size: 1.125em;
}
.introduc .creed_list li p{
  font-size: 0.95em;
  color: #949494;
  line-height: 1.3em;
}
.history .h2q{
  font-size: 1.65em;
  color: #4D4D4D;
  text-align: center;
  justify-content: start;
  padding-bottom: calc(var(--padding)*2.5);
  border-bottom: 1px solid var(--black);
}
.history .guide_box{
  position: relative;
  max-height: 50vh;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  padding-top: 5vh;
  width: 80%;
  margin: 0 auto;
  scroll-behavior: smooth;
}
.history .guide_box h3{
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1em;
  color: #2845B6;
  padding-bottom: calc(var(--padding)*.5);
}
.history .guide_box p{
  line-height: 1.85em;
  opacity: 0;
  transform: translateY(-50%);
  filter: blur(1px);
  transition: opacity 3s ease, transform 2.5s ease, filter 1.5s ease;
}
.history .guide_box p.indent{
  text-indent: -9999em;
  opacity: 0;
}
.history .guide_box p.show{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.history .guide_box .middle_line{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  background-color: #eee;
  z-index: 3;
}
.history .guide_box .middle_line::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #2845B6;
  transition: height 1s ease;
  z-index: 4;
  border-radius: 0 0 100% 100%;
}
.history .guide_box .left_box, .history .guide_box .right_box{
  display: flex;
  flex-direction: column;
  gap: 350px;
}
.history .guide_box .left_box li{
  position: relative;
}
.history .guide_box .left_box li::before{
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  left: -114px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 5;
  transition: 2s;
}
.history .guide_box .right_box li{
  position: relative;
}
.history .guide_box .right_box li::before{
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  right: -113px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 5;
  transition: 2s;
}
.history .guide_box .left_box li,
.history .guide_box .right_box li{
  height: 245px;
}
.history .guide_box .left_box li.active::before,
.history .guide_box .right_box li.active::before{
  background-color: #2845B6;
}
.history .guide_box .left_box{
  padding-top: 150px;
}
.history .guide_box .right_box li:last-child{
  padding-bottom: 15vh;
}

/* report */
.report_profile{
  width: 130px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid var(--border);
}
.report_profile img{
  width: 100%;
}
.reporter_oner{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: calc(var(--padding)*10);
}
.reporter_oner .report_data{
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px 0;
  max-width: 180px;
}
.reporter_oner .report_data .re_name, .reporter_oner .report_data .re_posit{
  width: auto;
  white-space: nowrap;
}
.report_data .re_name{
  color: var(--black);
  font-weight: 500;
  font-size: 1.125em;
}
.reporter_oner .report_data .re_posit::before{
  content: "|";
  color: var(--border);
  padding: 0 8px;
}
.report_data .re_mail{
  width: 100%;
  color: #949494;
}
.reporter_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.reporter_list li{
  border-radius: 25px;
  border: 1px solid var(--border);
  box-shadow: 5px 5px 10px #A7A7A729;
  transition: .5s;
}
.reporter_list li:hover{
  border-color: var(--point_main);
  box-shadow: 5px 5px 7px #00000015;
}
.reporter_list li > a{
  display: block;
  padding: 20px 20px 0 20px;
}
.reporter_list li .top{
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding-bottom: calc(var(--padding)*1.5);
}
.reporter_list .report_data{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reporter_list li .bot{
  padding: 0 20px 20px 20px;
}
.reporter_list li .bot .newz{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  white-space: nowrap;
  padding-bottom: var(--padding);
}
.reporter_list li .bot .newz .line{
  height: 1px;
  width: 100%;
  background-color: var(--border);
}
.reporter_list li .bot .news_link{
  position: relative;
  padding-left: 15px;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 500;
  transition: .3s;
}
.reporter_list li .bot .news_link::before{
  position: absolute;
  content: 'ㆍ';
  display: block;
  left: 0;
  top: 0;
}
.reporter_list li .bot .news_link:hover{
  color: var(--point_blue);
}

.kakao_map{
  padding-top: calc(var(--padding)*3);
}
#kakao_map{
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-color: #eee;
}
.address_info{
  font-size: 1.05em;
  padding: calc(var(--padding)*6);
  padding-bottom: calc(var(--padding)*2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.address_info li{
  display: flex;
  justify-content: start;
  align-items: center;
}
.address_info li strong{
  width: 100px;
  font-weight: 600;
}
.inquiry_data .user_fx{
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
  width: 900px;
  margin: auto;
  gap: calc(var(--padding)*4);
  padding: calc(var(--padding)*4) calc(var(--padding)*5) calc(var(--padding)*8);
  border-bottom: 1px solid var(--dark);
}
.inquiry_data .user_fx > li{
  position: relative;
  display: grid;
  grid-template-columns: 150fr 440fr 10fr 110fr;
  grid-template-rows: auto;
}
.inquiry_data .user_fx .del{
  grid-column: 1 / 2;
  padding-top: 10px;
}
.inquiry_data .user_fx .sel{
  position: relative;
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.inquiry_data .user_fx .sel .sl_fx{
  width: 100%;
}
.inquiry_data .value_select, .inquiry_data .value_select_label{
  width: 100%;
}
.inquiry_data .user_fx .sel.grd_wid{
  grid-column: 2 / 5;
}
.inquiry_data .user_fx .jel{
  grid-column: 4 / 5;
  background-color: #4D4D4D;
  color: var(--white);
  border-radius: 7px;
  font-size: 1rem;
  max-height: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: .2s;
  height: 100%;
  width: 100%;
  text-align: center;
}
.inquiry_data .user_fx .jel label{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.introduc .agree{
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 30px;
  word-break: keep-all;
  line-height: 1.55em;
  color: #949494;
  font-size: 0.9em;
  border-bottom: 1px solid var(--border);
}
.introduc .agree .guad{
  font-weight: 500;
  color: var(--black);
}
.agree .check_design .check_point[type="checkbox"]:checked + .on, .check_design .check_point[type="checkbox"]:checked + .on:after{
  background: #949494;
}
.agree .agr_chk{
  width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: var(--black);
}
.introduc .sub_bit{
  margin: calc(var(--padding)*6) auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #949494;
  color: var(--white);
  border-radius: 12px;
  padding: 15px;
  width: 300px;
  cursor: pointer;
  transition: .3s;
}
.introduc .sub_bit:hover{
  background-color: #4D4D4D;
}
.introduc .sub_bit.active{
  background-color: var(--point_main);
}


/* ADVER */
.home_adver .ad_title{
  text-align: center;
  font-size: 1.375em;
  line-height: 1.1em;
  font-weight: 700;
  padding: 25px 0 40px;
}
.home_adver .adpage_tab_btn{
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--border);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10%;
  line-height: 1.25em;
  font-size: 1.25em;
  margin-bottom: calc(var(--padding)*8);
}
.home_adver .adpage_tab_btn li a{
  display: block;
  padding: 15px 35px;
}
.home_adver .adpage_tab_btn li a.active{
  color: var(--point_main);
  border-bottom: 3px solid var(--point_main);
  font-weight: 700;
}
[class^="AD_wrap"]{
  position: relative;
  margin-bottom: calc(var(--padding)*10);
}
[class^="AD_wrap"] h3{
  font-size: 1.125em;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: calc(var(--padding)*2.5);
  font-weight: 500;
}
[class^="AD_wrap"] h3 span{
  font-size: 0.8em;
  color: #8D8D8D;
  font-weight: normal;
}
[class^="AD_wrap"] h3 span::before{
  content: "|";
  padding-right: 10px;
}
[class^="AD_wrap"] .content_box{
  display: flex;
  align-items: start;
  gap: 20px;
}
.pc_box [class^="AD_wrap"] .del{
  position: relative;
  width: 900px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.253);
}
.mo_box [class^="AD_wrap"] .del{
  position: relative;
  width: 440px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.253);
}
[class^="AD_wrap"] .del img{
  width: 100%;
}
[class^="AD_wrap"] .blink{
  background-color: #B8B8B8;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 14px; 
  font-weight: 500;
  background-blend-mode: multiply;
  mix-blend-mode: normal;
}
.AD_wrap_a .on_ho{
  position: absolute;
  top: 10px;
  width: 9%;
  height: 35px;
}
.AD_wrap_a .on_ho.ho1{
  left: 8%;
}
.AD_wrap_a .on_ho.ho2{
  left: 82.5%;
}
.AD_wrap_a .on_main_s{
  position: absolute;
  top: 5px;
  width: 50%;
  height: 45px;
  left: 25%;
}
.AD_wrap_a .on_main_a{
  position: absolute;
  top: 20%;
  width: 7%;
  height: 9%;
  left: 5px;
}
.AD_wrap_a .on_main_l{
  position: absolute;
  width: 7%;
  height: 1.7%;
  left: 92%;
}
.AD_wrap_a .on_main_l.l1{
  top: 10%;
}
.AD_wrap_a .on_main_l.l2{
  top: 12%;
}
.AD_wrap_a .on_main_ss{
  position: absolute;
  width: 7%;
  height: 9%;
  left: 92%;
}
.AD_wrap_a .on_main_ss.s1{
  top: 14%;
}
.AD_wrap_a .on_main_ss.s2{
  top: 23.4%;
}
.AD_wrap_a .on_main_c{
  position: absolute;
  top: 36.3%;
  left: 8.5%;
  height: 2%;
  width: 29%;
}
.AD_wrap_a .on_main_d{
  position: absolute;
  top: 36.3%;
  left: 39%;
  height: 2%;
  width: 29%;
}
.AD_wrap_a .on_main_b{
  position: absolute;
  top: 37.5%;
  left: 71%;
  height: 5.5%;
  width: 20%;
}
.AD_wrap_a .on_main_screen{
  position: absolute;
  bottom: -1%;
  width: 100%;
  height: 2%;
  left: 0%;
}
.AD_wrap_a .on_main_e{
  position: absolute;
  top: 62.7%;
  left: 71%;
  height: 5.5%;
  width: 20%;
}
.AD_wrap_a .on_main_f{
  position: absolute;
  top: 75.3%;
  height: 2%;
  width: 29%;
}
.AD_wrap_a .on_main_f.f1{
  left: 8.5%;
}
.AD_wrap_a .on_main_f.f2{
  left: 39%;
}
.AD_wrap_a .on_main_g{
  position: absolute;
  top: 96.2%;
  height: 2%;
  width: 29%;
  left: 8.5%;
}
.AD_wrap_a .on_main_h{
  position: absolute;
  top: 96.2%;
  height: 2%;
  width: 29%;
  left: 39%;
}

/* .AD_wrap_b */
.AD_wrap_b .on_ho{
  position: absolute;
  top: 10px;
  width: 9%;
  height: 35px;
}
.AD_wrap_b .on_ho.ho1{
  left: 8%;
}
.AD_wrap_b .on_ho.ho2{
  left: 82.5%;
}
.AD_wrap_b .on_news_s{
  position: absolute;
  top: 5px;
  width: 50%;
  height: 45px;
  left: 25%;
}
.AD_wrap_b .on_news_a{
  position: absolute;
  top: 25.5%;
  width: 7%;
  height: 160px;
  left: 5px;
}
.AD_wrap_b .on_news_b{
  position: absolute;
  top: 33%;
  left: 61%;
  height: 155px;
  width: 20%;
}
.AD_wrap_b .on_news_l{
  position: absolute;
  width: 7%;
  height: 30px;
  left: 82.5%;
}
.AD_wrap_b .on_news_l.l1{
  top: 17%;
}
.AD_wrap_b .on_news_l.l2{
  top: 20%;
}
.AD_wrap_b .on_news_ss{
  position: absolute;
  width: 7%;
  height: 160px;
  left: 82.5%;
}
.AD_wrap_b .on_news_ss.s1{
  top: 23%;
}
.AD_wrap_b .on_news_ss.s2{
  top: 37%;
}
.AD_wrap_b .on_news_screen{
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 35px;
  left: 0%;
}
.AD_wrap_b .on_news_c{
  position: absolute;
  top: 79%;
  left: 61%;
  height: 30px;
  width: 20%;
}
.AD_wrap_b .on_news_d{
  position: absolute;
  top: 82%;
  left: 61%;
  height: 30px;
  width: 20%;
}

/* AD_wrap_c */
#ad_pc, #ad_mo{
  display: none;
}
#ad_pc.view, #ad_mo.view{
  display: block;
}
.AD_wrap_c .on_section_s{
  position: absolute;
  top: 5px;
  width: 50%;
  height: 45px;
  left: 25%;
}
.AD_wrap_c .on_ho{
  position: absolute;
  top: 10px;
  width: 9%;
  height: 35px;
}
.AD_wrap_c .on_ho.ho1{
  left: 8%;
}
.AD_wrap_c .on_ho.ho2{
  left: 82.5%;
}
.AD_wrap_c .on_section_d{
  position: absolute;
  top: 37%;
  width: 8%;
  height: 160px;
  left: 8%;
}
.AD_wrap_c .on_section_a{
  position: absolute;
  top: 51%;
  left: 71%;
  height: 155px;
  width: 20%;
}
.AD_wrap_c .on_section_b{
  position: absolute;
  top: 85.5%;
  left: 71%;
  height: 35px;
  width: 20%;
}
.AD_wrap_c .on_section_c{
  position: absolute;
  top: 91%;
  left: 71%;
  height: 35px;
  width: 20%;
}


/* AD_wrap_d */
.AD_wrap_d .on_section_s{
  position: absolute;
  top: 5px;
  width: 50%;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.AD_wrap_d .on_ho{
  position: absolute;
  top: 10px;
  width: 9%;
  height: 35px;
}
.AD_wrap_d .on_ho.ho1{
  left: 8%;
}
.AD_wrap_d .on_ho.ho2{
  left: 82.5%;
}
.AD_wrap_d .on_login_bottom{
  position: absolute;
  top: 53.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 110px;
  box-sizing: border-box;
}

/* AD_wrap_e */
.AD_wrap_e .on_mo_a{
  position: absolute;
  top: 65%;
  width: 100%;
  height: 5.5%;
}
.AD_wrap_e .on_mo_top{
  position: absolute;
  top: 5%;
  width: 100%;
  height: 7.5%;
}
.AD_wrap_e .on_mo_mid{
  position: absolute;
  top: 76%;
  left: 19%;
  width: 62%;
  height: 11.5%;
}
.AD_wrap_f .on_mo_i{
  position: absolute;
  top: 77%;
  left: 0%;
  width: 100%;
  height: 5.5%;
}
.AD_wrap_f .on_mo_login{
  position: absolute;
  top: 67%;
  left: 10%;
  width: 80%;
  height: 10.5%;
}

[class^="AD_wrap"] .ad_data{
  line-height: 1.5em;
}
[class^="AD_wrap"] .ad_data .title{
  font-size: 1.125em;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
  padding-bottom: 5px;
}
[class^="AD_wrap"] .ad_data .title:hover{
  color: var(--point_blue);
  text-decoration: underline;
}
[class^="AD_wrap"] .ad_data{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
[class^="AD_wrap"] .ad_data .sub{
  padding-left: 5px;
}

/* hover 효과 */
@keyframes colorFlash {
  0%   { background-color: #002C66; opacity: 1; }
  25%  { background-color: #34c5ff; opacity: 1; }
  50%  { background-color: #002C66; opacity: 1; }
  75%  { background-color: #34c5ff; opacity: 1; }
  100% { background-color: #002C66; opacity: 1; }
}
.blink.color_view {
  animation: colorFlash 1.68s ease forwards;
}
.hover_highlight {
  background-color: #002c66ea !important;
  box-shadow: 0 0 8px rgba(0, 140, 255, 0.45);
  transform: scale(1.025);
}
.adver_quest{}
.adver_quest .logdi{
  display: flex;
  justify-content: space-around;
  align-items: start;
  font-size: 1.1em;
  line-height: 1.68em;
  font-weight: 500;
  padding-top: 50px;
  border-top: 1px solid var(--border);
}
.adver_quest .logdi .page_adver{
  border-radius: 100px;
  font-size: 1.05em;
  width: 195px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--point_main);
  color: var(--white);
  transition: .3s;
}
.adver_quest .logdi .page_adver:hover{
  background-color: #001d42;
}







.history_wrap {
  display: flex;
  gap: 40px;
  padding: 30px 0;
}

/* 왼쪽 탭 */
.history_side {
  width: 200px;
  flex-shrink: 0;
}

.year_tab li {
  position: relative;
  padding: 10px 0 10px 20px;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1em;
  color: #959595;
  display: flex;
  align-items: center;
}

.year_tab li.active {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.65em;
}

.year_tab li.active::before{
  content: "•";
  position: relative;
  left: -0px;
  font-size: 25px;
  color: #2845B6;
  padding-right: 10px;
}

/* 오른쪽 리스트 */
.history_content{
  flex: 1;
  border-left: 1px solid #e3e3e3;
  padding-left: 40px;
}
.history_year{
  padding-bottom: 45px;
}
.year_title{
  font-size: 1.65em;
  line-height: 1em;
  font-weight: 700;
  color: #4D4D4D;
  padding: 10px 0 25px;
}

.history_list{
  font-size: 1.2em;
  line-height: 1em;
}

.history_list li{
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 8px;
}
.history_list li:last-child{
  border: none;
}

.history_list .date{
  width: 70px;
  color: var(--black);
  font-weight: 800;
}

.history_list .txt{
  color: #959595;
  line-height: 1.5;
}

/* 패널 숨김 */
.history_panel {
  display: none;
  width: 90%;
}
.history_panel.active {
  display: block;
}
/* 기본 상태: 아래쪽에서 올라오는 형태 */
.history_list li {
  opacity: 0;
  transform: translateY(20%);
  transition: all 1.8s ease;
}

/* active 되면 자연스럽게 등장 */
.history_list li.active {
  opacity: 1;
  transform: translateY(0);
}
