/* clear float */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* use border-box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* horizontal and vertical align center */
.auto-center-v:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.auto-center-v * {
  display: inline-block;
  vertical-align: middle;
}
/* responsive media */
.fit-img-h {
  max-width: 100%;
  height: auto;
}
.fit-img-v {
  max-height: 100%;
  width: auto;
}
/* colors definition */
/*
    reset browser css style
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
section,
article,
aside,
footer,
header,
nav,
main,
figure,
video,
audio {
  margin: 0;
  padding: 0;
}
body {
  line-height: 150%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
code,
kbd,
samp,
tt {
  font-size: 100%;
}
fieldset,
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sub,
sup {
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: none;
}
:link,
:visited {
  text-decoration: none;
}
lesshat-selector {
  -lh-property: 0; }
@-webkit-keyframes flip-in-y{ 0%{-webkit-transform:perspective(400px) rotateY(90deg); opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotate(0deg); opacity:1;}}
@-moz-keyframes flip-in-y{ 0%{-moz-transform:perspective(400px) rotateY(90deg); opacity:0;}40%{-moz-transform:perspective(400px) rotateY(-10deg);} 70%{-moz-transform:perspective(400px) rotateY(10deg);} 100%{-moz-transform:perspective(400px) rotate(0deg); opacity:1;}}
@-o-keyframes flip-in-y{ 0%{-o-transform:perspective(400px) rotateY(90deg); opacity:0;}40%{-o-transform:perspective(400px) rotateY(-10deg);} 70%{-o-transform:perspective(400px) rotateY(10deg);} 100%{-o-transform:perspective(400px) rotate(0deg); opacity:1;}}
@keyframes flip-in-y{ 0%{-webkit-transform:perspective(400px) rotateY(90deg);-moz-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg); opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-moz-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);-moz-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotate(0deg);-moz-transform:perspective(400px) rotate(0deg);-ms-transform:perspective(400px) rotate(0deg);transform:perspective(400px) rotate(0deg); opacity:1;}
}
lesshat-selector {
  -lh-property: 0; }
@-webkit-keyframes bounce-in-right{ 0%{-webkit-transform:translateX(2000px);} 40%{-webkit-transform:translateX(-30px);} 70%{-webkit-transform:translateX(10px);} 100%{-webkit-transform:translateX(0px);}}
@-moz-keyframes bounce-in-right{ 0%{-moz-transform:translateX(2000px);} 40%{-moz-transform:translateX(-30px);} 70%{-moz-transform:translateX(10px);} 100%{-moz-transform:translateX(0px);}}
@-o-keyframes bounce-in-right{ 0%{-o-transform:translateX(2000px);} 40%{-o-transform:translateX(-30px);} 70%{-o-transform:translateX(10px);} 100%{-o-transform:translateX(0px);}}
@keyframes bounce-in-right{ 0%{-webkit-transform:translateX(2000px);-moz-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);} 40%{-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);} 70%{-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);} 100%{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}
}
html,
body {
  width: 100%;
  height: 100%;
}
.content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #BBBBBB;
  background: url(/https/video.udn.com/images/bg.png) repeat top left;
  text-align: center;
}
.content .box {
  position: relative;
}
.title-block {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.title-block .title {
  display: none;
}
.title-block .sub-title {
  margin: 0 auto;
}
.tv-block {
  width: 99%;
  margin: 0 auto;
}
.tv-block a.wording {
  position: relative;
  display: block;
  width: 220px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 60%;
  background-color: #ff7f00;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.tv-block a.wording img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 601;
}
.tv-block a.wording .wording-img {
  top: 15px;
  padding: 0 30px;
}
.tv-block a.wording .wording-img-hover {
  top: 50%;
  margin-top: -10px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tv-block a.wording:after {
  content: '';
  position: absolute;
  right: 60px;
  bottom: -20px;
  clear: both;
  height: 0;
  width: 0;
  border-width: 50px 40px 0 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ff7f00;
  -webkit-transition: border-top-color 0.2s ease-in-out;
  -moz-transition: border-top-color 0.2s ease-in-out;
  -o-transition: border-top-color 0.2s ease-in-out;
  transition: border-top-color 0.2s ease-in-out;
}
.tv-block a.wording:hover {
  background-color: #007fff;
}
.tv-block a.wording:hover:after {
  border-top-color: #007fff;
}
.tv-block a.wording:hover .wording-img {
  display: none;
  opacity: 0;
}
.tv-block a.wording:hover .wording-img-hover {
  display: block;
  opacity: 1;
}
.tv-block .tv {
  position: relative;
  width: 280px;
  height: 220px;
}
.tv-block .tv .tv-body {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tv-block .tv .tv-screen {
  display: block;
  position: absolute;
  width: 54%;
  bottom: 38px;
  left: 31%;
}
.tv-block .tv .tv-title {
  position: absolute;
  top: 90px;
  left: 110px;
  font-size: 66px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: arial, sans-serift;
}
.animation-all {
  -webkit-animation: flip-in-y 1s 0.2s ease both;
  -moz-animation: flip-in-y 1s 0.2s ease both;
  -o-animation: flip-in-y 1s 0.2s ease both;
  animation: flip-in-y 1s 0.2s ease both;
}
.animation {
  -webkit-animation: bounce-in-right 1s 0.2s ease both;
  -moz-animation: bounce-in-right 1s 0.2s ease both;
  -o-animation: bounce-in-right 1s 0.2s ease both;
  animation: bounce-in-right 1s 0.2s ease both;
}
@media only screen and (min-width: 760px) {
  .content .box {
    margin: 0 auto;
    width: 620px;
  }
  .title-block {
    position: relative;
    float: left;
    width: 400px;
    bottom: auto;
    margin: auto;
    text-align: left;
  }
  .title-block .title {
    display: block;
  }
  .title-block .sub-title {
    margin-bottom: 20px;
  }
  .tv-block {
    float: left;
    margin: -50px 0 0 -50px;
    width: auto;
  }
  .tv-block a.wording {
    position: relative;
    display: block;
    width: 200px;
    height: 110px;
    margin: 0 0 40px 70px;
  }
  .tv-block .tv {
    width: 200px;
  }
  .tv-block .tv .tv-screen {
    display: block;
    position: absolute;
    width: 54%;
    bottom: 88px;
    left: 31%;
  }
  .tv-block .tv .tv-title {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .content .box {
    margin: 0 auto;
    width: 750px;
  }
  .title-block {
    position: relative;
    float: left;
    width: 500px;
    bottom: auto;
    margin: auto;
    text-align: left;
  }
  .title-block .title {
    display: block;
  }
  .title-block .sub-title {
    margin-bottom: 20px;
  }
  .tv-block {
    float: left;
    margin: -20px 0 0 -50px;
    width: auto;
  }
  .tv-block a.wording {
    position: relative;
    display: block;
    width: 200px;
    height: 110px;
    margin: 0 0 40px 70px;
  }
  .tv-block .tv {
    width: 200px;
  }
  .tv-block .tv .tv-screen {
    display: block;
    position: absolute;
    width: 54%;
    bottom: 88px;
    left: 31%;
  }
  .tv-block .tv .tv-title {
    display: none;
  }
}
