@charset "utf-8";

/* 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;
}

/* 1280 x 720 */

/* Common */
.bg_main {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 720px;
  background: url("../images/bg_main.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0
}

.bg_lt {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0
}



/* Header */
.title {
  position: absolute;
  top: 55px;
  left: 40px;
}

.sty_03 {
  width: 490.66px;
  height: 35.33px;
  margin-top: 13.33px;
}

.logo {
  position: absolute;
  top: 55px;
  right: 50px;
}

.sty_04 {
  width: 138.66px;
  height: 62px
}

.sty_05 {
  width: 60px;
  height: 56px;
  margin-right: 10px;
  vertical-align: top;
}


/* main */
.vod_main {
  position: absolute;
  top: 140px;
  right: 40px;
}

.vod_main video {
  width: 620px;
  height: 348.75px;
  border: 1px solid #fff;
  background: #000;
}

/* -------------------------------------------------------- */
.breakingNews {
  position: absolute;
  top: 145px;
  left: 40px;
}

.breakingNews h3 {
  font-size: 37px;
  font-weight: bold;
  color: #f5fef1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.color_red {
  color: #f23238;
}

.breakingNews p {
  width: 550px;
  height: 130px;
  font-size: 21.33px;
  font-weight: bold;
  background-color: transparent;
  padding: 13px 0px;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: -0.5PX;
}

/* -------------------------------------------------------- */

.vod_sub {
  position: absolute;
  top: 330px;
  left: 40px;
  padding: 10px 13px 11px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  ;
}

.vod_sub ul {
  box-sizing: border-box;
}

.vod_sub li {
  width: 175px;
  height: 98.2px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
}

.vod_sub li:nth-last-child(1) {
  margin-right: 0px;

}

.vod_sub img {
  width: 175px;
  height: 98.2px;
  border: 1px solid #fff;
  opacity: 0.8;
}

.vod_link.focus {
  margin-left: -7px;
  margin-top: 4px;
  width: 183.75px;
  height: 103.11px;
  position: absolute;
  border: 3.33px solid #fff;
  box-shadow: -10px 8px 20px rgb(0, 0, 0), 10px 8px 20px rgb(0, 0, 0);
  z-index: 5;
  transition: 0.15s ease-out;
  transform: translate(0px, -10px)
}

.vod_link.focus img {
  width: 100%;
  height: 100%;
  opacity: 1;
}



.bottom {
  width: 100%;
  height: 186.66px;
  position: absolute;
  left: 0;
  top: 505px;
  border-top: 1px solid #8e8b8b;
}




.map {
  width: 300px;
  margin: 31.33px 0 0 40px;
  display: inline-block
}

.map dt {
  font-size: 16px;
  font-weight: bold;
  color: #f5fef1;
  float: left;
  margin-right: 16.66px;
}

.map dd {
  float: left;
  position: relative;
}

.map img {
  width: 162px;
  height: 115px;
  border: 1px solid #fff;
}

.map_link.focus {
  width: 170.1px;
  height: 120.75px;
  position: absolute;
  left: -13.33px;
  top: -10px;
  border: 3.33px solid #fff;
  box-shadow: 20px 0px 13.33px 3.33px rgba(0, 0, 0, 0.7);
  transition: 0.15s ease-out;
  transform: translate(0px, -10px);
  z-index: 5;
}

.map_link.focus img {
  width: 100%;
  height: 100%
}



.guide {
  margin: 31.33px 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

.guide dt {
  width: 205.33px;
  height: 124px;
  font-size: 16px;
  font-weight: bold;
  color: #f5fef1;
  display: block;
  float: left
}

.guide dd {
  width: 210.66px;
  height: 124px;
  display: block;
  float: left;
  position: relative;
  margin-right: 13.33px;
}

.guide img {
  width: 204.7px;
  height: 115px;
  border: 1px solid #fff;
}

.guide_link.focus {
  width: 214.935px;
  height: 120.86px;
  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_link.focus img {
  width: 100%;
  height: 100%
}

/* BTN */
.btn_dismiss {
  width: 120px;
  height: 45px;
  background-color: transparent;
  border: solid 1.33px #fff;
  font-size: 16.66px;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  right: 60px;
  top: 100px;
}

.btn_dismiss.focus {
  width: 125px;
  height: 50px;
  position: absolute;
  right: 57px;
  top: 98px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 3px solid #fff;
}

.btn_dismiss::before {
  content: url("../images/ic_exit_2.png");
  vertical-align: sub;
  margin-right: 6.66px;

}



/* Lower Third */
.lower_third {
  width: 100%;
  height: 193px;
  position: absolute;
  left: 0;
  bottom: 55px;
  background: url("../images/bg_bar.png") no-repeat;
  background-size: contain;
}

.lower_third .tit {
  margin: 23px 0 0 64px;
}

.sty_01 {
  width: 447.3px;
  height: 45.3px;
  vertical-align: top;
  margin: 13.33px 0 0 13.33px;
}

.sty_02 {
  width: 74.6px;
  height: 69.3px
}

.scroll {
  width: 821.33px;
  height: 50px;
  line-height: 46.66px;
  color: #eacf52;
  font-size: 34px;
  letter-spacing: -2px;
  font-weight: bold;
  overflow: hidden;
  margin: 20px 0 0 130px;
}

.scroll::before {
  /* content: url("../images/ci_sbs_3.png"); */
  vertical-align: middle;
  margin-right: 23.33px;
}

.logo_img {
  content: url("../images/ci_sbs_3.png");
  position: absolute;
  margin-top: 20px;
  left: 64px;
}

.scroll span {
  /* clear:both; */
  /* float:left; */
  width: 2200px;
  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(80%);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* @-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;
} */



.bar_vod {
  position: absolute;
  top: 9.33px;
  right: 86.66px;
}

.bar_vod video {
  width: 280px;
  height: 157.33px;
}


.btn_area {
  position: absolute;
  bottom: 253.33px;
  left: 888px;
}

.btn_ok {
  width: 186.66px;
  background-color: transparent;
  line-height: 20px;
  font-size: 18.66px;
  font-weight: bold;
  text-shadow: 0 0 3.33px rgba(0, 0, 0, 0.8);
  padding-left: 6.66px;
}

.btn_ok::before {
  content: url("../images/ic_ok_2.png");
  vertical-align: sub;
  margin-right: 10px;
}

.btn_exit {
  background-color: transparent;
  font-size: 18.66px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn_exit::before {
  content: url("../images/ic_exit_2.png");
  vertical-align: sub;
  margin-right: 10px;
}


/*add_css / type:check bx*/
.vod_sub .auto_play {
  position: relative;
  float: right;
  width: 100%;
  margin-right: 10px;
}

.vod_sub .auto_play p {
  position: relative;
  float: right;
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  line-height: 30px;
  margin-right: 10px;
}

.vod_sub .auto_play a.toogle_btn {
  position: relative;
  float: right;
}

/*--- check-box---*/
.toogle_btn {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 35px;
  background: url(../images/check_off.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.toogle_btn.focus {
  background: url(../images/check_offhover.png) no-repeat;
  background-size: 100%;

}

.toogle_btn.on {
  background: url(../images/check_on.png) no-repeat;
  background-size: 100%;
}

.toogle_btn.on.focus {
  background: url(../images/check_onhover.png) no-repeat;
  background-size: 100%;
}

