@charset "utf-8";
@import url("font.css");

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #fff;
  box-sizing: border-box;
}

body,
input,
textarea,
select,
button,
table {
  font-family: "LatoWeb", "Malgun Gothic", "맑�? 고딕", sans-serif;
  color: #fff;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* Common */
.bg_main {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  background: url("../images/bg_main.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_lt {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.qr_lt {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

/* Header */
.title {
  position: absolute;
  top: 85px;
  left: 60px;
}

/* 20px 추�? */
.sty_03 {
  width: 736px;
  height: 53px;
  margin-top: 20px;
}

.logo {
  position: absolute;
  top: 90px;
  right: 116px;
}

/* 20px 추�? */
.sty_04 {
  width: 165px;
  height: 80px;
}

.sty_05 {
  width: 90px;
  height: 84px;
  margin-right: 15px;
  vertical-align: top;
}

/* main */
.vod_main {
  position: absolute;
  top: 200px;
  right: 60px;
}

/* 20px 추�? */

.vod_main video {
  width: 960px;
  height: 540px;
  border: 1px solid #fff;
  background: #000;
}

/* -------------------------------------------------------- */
.breakingNews {
  position: absolute;
  top: 230px;
  left: 60px;
}

/* 20px 추�? */
.breakingNews h3 {
  font-size: 50px;
  font-weight: bold;
  color: #f5fef1;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.9);
}

.color_red {
  color: #f23238;
}

.breakingNews p {
  width: 755px;
  height: 235px;
  font-size: 32px;
  font-weight: bold;
  background-color: transparent;
  padding: 18px 0px;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: -0.5px;
}

/* -------------------------------------------------------- */
.cont_sign_character {
  display: none;
  position: absolute;
  top: 4%;
  right: 60px;
  padding: 15px 10px 16px 21px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.vod_sub {
  position: absolute;
  top: 528px;
  left: 60px;
  padding: 15px 10px 16px 21px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.vod_sub ul {
  box-sizing: border-box;
}

.vod_sub li {
  width: 228px;
  height: 152px;
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
}

.vod_sub img {
  width: 228px;
  height: 145px;
  border: 1px solid #fff;
}

.vod_link.focus {
  width: 273px;
  height: 174px;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 30px 0px 20px 5px rgba(0, 0, 0, 0.7);
  z-index: 5;
  transition: 0.15s ease-out;
  transform: translate(0px, -15px);
}

.vod_link.focus img {
  width: 100%;
  height: 100%;
}

.bottom {
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  top: 786px;
  border-top: 1px solid #8e8b8b;
}

.map {
  width: 450px;
  margin: 47px 0 0 60px;
  display: inline-block;
}

.map dt {
  font-size: 24px;
  font-weight: bold;
  color: #f5fef1;
  float: left;
  margin-right: 25px;
}

.map dd {
  float: left;
  position: relative;
}

.map img {
  width: 243px;
  height: 173px;
  border: 1px solid #fff;
}

.map_link.focus {
  width: 291.6px;
  height: 207.6px;
  position: absolute;
  left: -20px;
  top: -15px;
  border: 5px solid #fff;
  box-shadow: 30px 0px 20px 5px rgba(0, 0, 0, 0.7);
  transition: 0.15s ease-out;
  transform: translate(0px, -15px);
  z-index: 5;
}

.map_link.focus img {
  width: 100%;
  height: 100%;
}

.guide {
  margin: 47px 0 0 30px;
  display: inline-block;
  vertical-align: top;
}

.guide dt {
  width: 308px;
  height: 186px;
  font-size: 24px;
  font-weight: bold;
  color: #f5fef1;
  display: block;
  float: left;
}

.guide dd {
  width: 316px;
  height: 186px;
  display: block;
  float: left;
  position: relative;
  margin-right: 20px;
}

.guide_link.focus {
  width: 369.6px;
  height: 207.6px;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 30px 0px 20px 5px rgba(0, 0, 0, 0.7);
  z-index: 5;
  transition: 0.15s ease-out;
  transform: translate(0px, -15px);
}

.guide img {
  width: 308px;
  height: 173px;
  border: 1px solid #fff;
}

.guide_link.focus img {
  width: 100%;
  height: 100%;
}

/* BTN */
.btn_dismiss {
  width: 180px;
  height: 70px;
  line-height: 64px;
  background-color: transparent;
  border: solid 2px #fff;
  font-size: 25px;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  right: 116px;
  top: 165px;
}

.btn_dismiss.focus {
  width: 200px;
  height: 80px;
  position: relative;
  left: 30px;
  top: -30px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 5px solid #fff;
}

.btn_dismiss::before {
  content: url("../images/ic_exit_3.png");
  vertical-align: sub;
  margin-right: 10px;
}

/* Lower Third */

.lower_third {
  width: 100%;
  /* width: 85%; */
  height: 290px;
  position: absolute;
  left: 0;
  bottom: 83px;
  /* background: url("../images/bg_bar.png") no-repeat; */
  background: url("../images/bg_bar_top.png") no-repeat;
}

.lower_third .tit {
  margin: 35px 0 18px 96px;
}

.lower_third .tit_bottom {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 1518px;
  padding: 15px 55px 15px 105px;
  /* height: 50px;  */
  background-color: rgba(0, 0, 0, 0.6); /* 불투명도 90% 적용 */
  display: flex;
  align-items: center;
  gap: 20px;
}

.scroll {
  width: 1600px;
  height: 70px;
  line-height: 70px;
  color: #eacf52;
  font-size: 51px;
  letter-spacing: -3px;
  font-weight: bold;
  overflow: hidden;
  /* margin: 0 0 0 45px; */
  vertical-align: sub;
}

.scroll::before {
  /* content: url("../images/ci_sbs_2.png");*/
  vertical-align: middle;
  margin-right: 35px;
}
.logo_img_first {
  content: url("../images/pmvg_logo.jpg");
  /* position: absolute; */
  position: relative;
  /* margin-top: 24px; */
  /* left: 107px; */
  height: 90px;
  width: 90px;
}

.logo_img_second {
  content: url("../images/WCTE_logo.png");
  /* position: absolute; */
  position: relative;
  /* margin-top: 24px; */
  /* left: 107px; */
  height: 90px;
  width: 90px;
}

.logo_img_third {
  content: url("../images/digicap_logo4x.png");
  /* position: absolute; */
  position: relative;
  /* margin-top: 24px; */
  /* left: 107px; */
  height: 90px;
  width: 90px;
}

.logo_img_fourth {
  content: url("../images/EQ4ALL_logo.jpg");
  /* position: absolute; */
  position: relative;
  /* margin-top: 24px; */
  /* left: 107px; */
  height: 90px;
  width: 90px;
}

.scroll span {
  clear: both;
  /* float:left; */
  width: 1600px;

  text-align: left;
  /* color: #eacf52;
  font-size: 51px;
  letter-spacing: -3px; */
  display: inline-block;
  /* padding-left: 100%; */
  /* show the marquee just outside the paragraph */
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}

/* Make it move */
@keyframes scroll-left {
  0% {
    transform: translateX(1550px);
  }

  100% {
    transform: translateX(-100%);
  }
}

.show {
  display: block !important;
}

/* @-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
} */

.sty_01 {
  width: 671px;
  height: 68px;
  vertical-align: top;
  margin: 20px 0 0 30px;
}

.sty_02 {
  width: 112px;
  height: 104px;
}

.bar_vod {
  position: absolute;
  top: 350px;
  right: 20px;
}

.bar_vod video {
  width: 579px;
  height: 326px;
}

.btn_area {
  position: absolute;
  bottom: 380px;
  left: 1332px;
}

.btn_ok {
  width: 280px;
  background-color: transparent;
  line-height: 30px;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding-left: 10px;
}

.btn_ok::before {
  content: url("../images/ic_ok.png");
  vertical-align: sub;
  margin-right: 15px;
}

.btn_exit {
  background-color: transparent;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn_exit::before {
  content: url("../images/ic_exit.png");
  vertical-align: sub;
  margin-right: 15px;
}

/*add_css / type:check bx*/
.vod_sub .check {
  float: right;
  width: 100%;
  padding-top: 3px;
  margin-right: 60px;
  padding-bottom: 10px;
}

.vod_sub .check p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  float: right;
  line-height: 23px;
  margin-right: 10px;
}

.vod_sub .check input {
  float: right;
}

/*--- check-box---*/
input[type="checkbox"] {
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  margin-top: 3px;
  position: relative;
}

input[type="checkbox"]:before {
  display: block;
  position: absolute;
  width: 70px;
  height: 30px;
  top: -8px;
  left: -8px;
  content: "";
  border-radius: 3px;
  background: url(../images/check_off.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  width: 70px;
  height: 30px;
  top: -8px;
  left: -8px;
  content: "";
  border-radius: 3px;
  background: url(../images/check_on.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

/* SCROLL */
::-webkit-scrollbar {
  width: 1px;
}

/* ?�크롤바??width */
::-webkit-scrollbar-track {
  background-color: #4a566d;
}

/* ?�크롤바???�체 배경??*/
::-webkit-scrollbar-thumb {
  background: #1f2630;
}

/* ?�크롤바 ??*/
::-webkit-scrollbar-button {
  display: none;
}

/* ???�래 버튼 (버튼 ?�애기�? ?? */

/* image popup */
/* .aeat_image {
  display: none;
} */

.aeat_image {
  position: absolute;
  left: 102px;
  top: 300px;
  width: 420px;
  height: 420px;
  /* background-color: green; */
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
}

.aeat_image img {
  width: 400px;
  height: 400px;
}

.image-popup-box {
  position: fixed;
  top: 400px;
  left: 500px;
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  overflow: hidden;
}

.image-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.image-popup-header h2 {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.image-close-btn {
  color: #555;
  font-size: 22px;
  cursor: pointer;
}

.image-popup-content {
  padding: 15px;
}

.image-popup-section {
  margin-bottom: 30px;
}

.image-popup-section h3 {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
}

.image-popup-section p {
  font-size: 14px;
  color: #666;
}

.overlay-text {
  position: absolute;
  bottom: 10px; /* 원하는 위치로 조정 가능 */
  left: 10px;
  font-weight: bold; /* 굵은 글자 */
  font-size: 24px; /* 폰트 크기 조정 가능 */
  /* background-color: rgba(255, 255, 255, 0.7); */
  padding: 5px 10px; /* 텍스트 주변 여백 */
  border-radius: 5px; /* 모서리 둥글게 */
}

.overlay-text.verify {
  color: green; /* 텍스트 색상 설정 */
  text-align: right;
  left: 203px;
}

.overlay-text.not-verify {
  color: red; /* 텍스트 색상 설정 */
}

.info_image_btn {
  display: none;
  position: absolute;
  top: 648px;
  right: 1766px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 56px;
  height: 56px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.info_image_btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  transform: scale(1.1);
}

.info_image_btn svg {
  fill: currentColor;
}

/* image popup end */
/* qr code style start */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-container {
  width: 50%;
  min-height: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.qr-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
}

#qrcode {
  width: 300px;
  height: 300px;
}

.description-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.description-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.description-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
/* qr code style end */
