﻿/* 
	CSS 크로스브라우징 
*/
/* 
	텍스트 관련
*/
/* 
	삼각형 만들기 
*/
/* 
	CSS3 효과
	=====
	example)
		elem {
			.box_shadow(2px 2px 10px rgba(0,0,0,.2));
		}
*/
/* 
	CSS3 애니메이션 
	=====
	example)
	.keyframes(fade-in;{
		0% { opacity: 0; }
		100% { opacity: 1; }
	});
	.animation(fade-in 0.2s linear infinite alternate)
*/
/* 
	미디어쿼리
	-----
	example )
		elem {
			@media @mobile {
				attr : value;
	    }
		}
*/
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
h1 {
  font-weight: 700;
  font-size: 40px;
  position: relative;
  letter-spacing: -1px;
  line-height: normal;
  color: #fff;
}
.blindText {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.line_sprite:before,
.line_sprite:after {
  background: #fff;
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  position: absolute;
}
.clearfx {
  zoom: 1;
}
.clearfx:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0px;
  line-height: 0;
  clear: both;
}
.fixed {
  position: fixed !important;
}
.m_item {
  display: none;
}
@media only screen and (max-width: 768px) {
  .m_item {
    display: block;
  }
}
.pc_item {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_item {
    display: none;
  }
}
body {
  font-family: 'Iropke Batang', serif;
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: none;
}
.bgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 400px;
}
.bgArea .dimd {
  position: absolute;
  width: inherit;
  height: inherit;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.bgArea .bgimg {
  position: absolute;
  width: inherit;
  height: inherit;
  max-width: inherit;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.bgArea .bgimg img {
  position: absolute;
  left: 0;
}
.bgArea .bgimg.after {
  width: 50%;
  z-index: 1;
}
.closeBtn {
  position: fixed;
  visibility: hidden;
  top: 40px;
  right: 60px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .closeBtn {
    top: 50px;
    right: 30px;
  }
}
.closeBtn .nav__x-svg {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.closeBtn:hover .nav__x-svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
html.openPage .closeBtn {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(2) translateY(0px);
  -moz-transform: scale(2) translateY(0px);
  -ms-transform: scale(2) translateY(0px);
  -o-transform: scale(2) translateY(0px);
  transform: scale(2) translateY(0px);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  html.openPage .closeBtn {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.nextBtn {
  font-size: 14px;
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', 'Noto Sans', Dotum, '돋움', sans-serif !important;
  float: right;
  text-decoration: none;
  color: #302a2a;
  border: 1px solid #686b7e;
  padding: 4px 42px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nextBtn:hover {
  color: #fff;
  background: #000;
  border-color: #333;
}
.swipe {
  display: none;
  position: absolute;
  top: 80vh;
  right: 26%;
  width: 60px;
  height: 60px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/ico_finger_swipe.png") center center no-repeat;
  background-size: 60px;
  z-index: 10;
  -webkit-animation: swipe 1.8s linear 0.5s infinite;
  -moz-animation: swipe 1.8s linear 0.5s infinite;
  -ms-animation: swipe 1.8s linear 0.5s infinite;
  -o-animation: swipe 1.8s linear 0.5s infinite;
  animation: swipe 1.8s linear 0.5s infinite;
}
@media only screen and (max-width: 768px) {
  .swipe {
    display: block;
  }
}
@-webkit-keyframes swipe {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-35px);
  }
  80% {
    opacity: 1;
    transform: translateX(-35px);
  }
  90% {
    opacity: 0;
    transform: translateX(-35px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
@-moz-keyframes swipe {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-35px);
  }
  80% {
    opacity: 1;
    transform: translateX(-35px);
  }
  90% {
    opacity: 0;
    transform: translateX(-35px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
@-ms-keyframes swipe {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-35px);
  }
  80% {
    opacity: 1;
    transform: translateX(-35px);
  }
  90% {
    opacity: 0;
    transform: translateX(-35px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
@-o-keyframes swipe {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-35px);
  }
  80% {
    opacity: 1;
    transform: translateX(-35px);
  }
  90% {
    opacity: 0;
    transform: translateX(-35px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
@keyframes swipe {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-35px);
  }
  80% {
    opacity: 1;
    transform: translateX(-35px);
  }
  90% {
    opacity: 0;
    transform: translateX(-35px);
  }
  100% {
    opacity: 0;
    transform: translateX(0px);
  }
}
#wrap_horizontal {
  position: relative;
  z-index: 10;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: normal;
  background: #1d1d1d;
  height: 100vh;
}
#wrap_horizontal .navi {
  position: fixed;
  margin: 50px;
  z-index: 10;
}
#wrap_horizontal .navi li {
  margin-bottom: 10px;
}
#wrap_horizontal .navi li a {
  color: #777;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrap_horizontal .navi li.on a {
  color: #fff;
}
#wrap_horizontal .contentArea {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
html.openPage #wrap_horizontal .contentArea {
  z-index: 1000;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  transition: all 0s linear;
}
@media only screen and (max-width: 768px) {
  html.openPage #wrap_horizontal .contentArea {
    z-index: 10;
  }
}
#wrap_horizontal .contentArea .section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#wrap_horizontal .contentArea .section.active {
  z-index: 1001;
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap {
  background: #cabd9d;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.firstPage .center_wrap {
    padding: 0;
  }
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_main_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/00_main_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap {
  top: 0;
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap h1 {
  height: 15px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_main_txt_01.png") no-repeat center center;
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap p {
  height: 70px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_main_year.png") no-repeat center center;
  background-size: 60%;
}
#wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap p.sub {
  margin-top: 20px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_main_txt_02.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap {
    vertical-align: top;
    top: 0;
  }
  #wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap .m_item {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 71.875%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #wrap_horizontal .contentArea .section.firstPage .center_wrap .main_page .main_wrap .m_item img {
    width: 100%;
  }
}
#wrap_horizontal .contentArea .section.no_0 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_intro_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_0 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/00_intro_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap {
  top: 0;
  width: 100%;
  text-align: center;
}
#wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap p {
  line-height: 24px;
  padding-top: 20px;
  padding-top: 10px;
}
#wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap p i {
  font-size: 14px;
  color: #666;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap {
    top: 0;
  }
  #wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap div {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  #wrap_horizontal .contentArea .section.no_0 .center_wrap .main_page .main_wrap p {
    font-size: 15px;
    line-height: 19px;
  }
}
#wrap_horizontal .contentArea .section.no_1 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/01_bg.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_1 .center_wrap .main_page .main_wrap .subtitle {
  font-size: 16px;
  color: #686b7e;
}
#wrap_horizontal .contentArea .section.no_1 .center_wrap .main_page .main_wrap .moreBtn {
  color: #686b7e;
  border: 1px solid #686b7e;
}
#wrap_horizontal .contentArea .section.no_1 .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #c1c4cb;
  background: #42455d;
  border-color: #414459;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_1 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/01_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_1 h1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 202px;
  height: 76px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_1 h1::after {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/01_title.png") center center no-repeat;
    height: 60px;
    background-size: 80%;
  }
}
#wrap_horizontal .contentArea .section.no_1 p.year {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/01_year.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_1 p.year {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/01_year.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_1 .object .TL {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/01_img_01.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_1 .object .TR {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/01_img_02.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_2 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/02_bg.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_2 .center_wrap .main_page .main_wrap .subtitle {
  font-size: 16px;
  color: #aa9f96;
}
#wrap_horizontal .contentArea .section.no_2 .center_wrap .main_page .main_wrap .moreBtn {
  color: #aa9f96;
  border: 1px solid #aa9f96;
}
#wrap_horizontal .contentArea .section.no_2 .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #d5c7c3;
  background: #1b1613;
  border-color: #92867e;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_2 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629//m/02_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_2 h1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 209px;
  height: 76px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") -204px 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_2 h1::after {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/02_title.png") center center no-repeat;
    height: 60px;
    background-size: 80%;
  }
}
#wrap_horizontal .contentArea .section.no_2 p.year {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/02_year.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_2 p.year {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/02_year.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_2 .object .TL {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/02_img_01.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_2 .object .TR {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/02_img_02.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_3 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/03_bg.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_3 .center_wrap .main_page .main_wrap .subtitle {
  font-size: 16px;
  color: #bfc7c9;
}
#wrap_horizontal .contentArea .section.no_3 .center_wrap .main_page .main_wrap .moreBtn {
  color: #bfc7c9;
  border: 1px solid #bfc7c9;
}
#wrap_horizontal .contentArea .section.no_3 .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #a3adaf;
  background: #132225;
  border-color: #aac0c6;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_3 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/03_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_3 h1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 204px;
  height: 76px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") -415px 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_3 h1::after {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/03_title.png") center center no-repeat;
    height: 60px;
    background-size: 80%;
  }
}
#wrap_horizontal .contentArea .section.no_3 p.year {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/03_year.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_3 p.year {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/03_year.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_3 .object .TL {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/03_img_01.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_3 .object .TR {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/03_img_02.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_4 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/04_bg.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_4 .center_wrap .main_page .main_wrap .subtitle {
  font-size: 16px;
  color: #5c4a50;
}
#wrap_horizontal .contentArea .section.no_4 .center_wrap .main_page .main_wrap .moreBtn {
  color: #5c4a50;
  border: 1px solid #5c4a50;
}
#wrap_horizontal .contentArea .section.no_4 .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #dfc6c9;
  background: #5d454c;
  border-color: #63404a;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_4 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/04_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_4 h1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 136px;
  height: 76px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") -621px 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_4 h1::after {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/04_title.png") center center no-repeat;
    height: 60px;
    background-size: 80%;
  }
}
#wrap_horizontal .contentArea .section.no_4 p.year {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/04_year.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_4 p.year {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/04_year.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_4 .object .TL {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/04_img_01.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_4 .object .TR {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/04_img_02.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_5 .center_wrap {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/05_bg.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_5 .center_wrap .main_page .main_wrap .subtitle {
  font-size: 16px;
  color: #766b55;
}
#wrap_horizontal .contentArea .section.no_5 .center_wrap .main_page .main_wrap .moreBtn {
  color: #766b55;
  border: 1px solid #766b55;
}
#wrap_horizontal .contentArea .section.no_5 .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #bda067;
  background: #101010;
  border-color: #bda067;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_5 .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/05_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_5 h1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 282px;
  height: 76px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") -759px 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_5 h1::after {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/05_title.png") center center no-repeat;
    height: 60px;
    background-size: 80%;
  }
}
#wrap_horizontal .contentArea .section.no_5 p.year {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/05_year.png") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.no_5 p.year {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/05_year.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.no_5 .object .TL {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/05_img_01.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.no_5 .object .TR {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/05_img_02.jpg") no-repeat center center;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap {
  background: #fff;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/00_intro_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.bylineArea .center_wrap {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/00_intro_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap {
  top: 0;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap {
    top: 0%;
  }
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap h1 {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap h1 {
    background-size: 40%;
  }
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap h4 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 55px;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap h4 i {
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap h4 {
    padding-top: 60px;
  }
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap p {
  margin: 0 auto;
  width: 190px;
  color: #32332d;
  font-size: 14px;
  line-height: 22px;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap p strong {
  color: #111;
  font-weight: bold;
  padding-right: 2px;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap .subtitle {
  color: #333;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap .moreBtn {
  color: #333;
  border: 1px solid #333;
}
#wrap_horizontal .contentArea .section.bylineArea .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #dedede;
  background: #3f3f45;
  border-color: #353535;
}
#wrap_horizontal .contentArea .section .center_wrap {
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  width: 50%;
  height: 60%;
  top: 24vh;
  max-width: 825px;
  max-height: 450px;
  overflow: hidden;
  background-repeat: no-repeat;
  background: 100%;
  background-position: center center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap {
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  top: 50px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap {
    top: 0;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap h1 {
  position: relative;
  z-index: 10;
  min-height: 74px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent !important;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap h1 {
    background-size: 74%;
    padding: 10px 0;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .year {
  height: 50px;
  font-size: 0;
  color: transparent !important;
  padding: 18px 0;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .year {
    padding: 10px 0 28px;
    background-size: 74%;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .subtitle {
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', 'Noto Sans', Dotum, '돋움', sans-serif !important;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .moreBtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', 'Noto Sans', Dotum, '돋움', sans-serif !important;
  padding: 6px 62px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .moreBtn {
    font-size: 14px;
    padding: 8px 34px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .moreBtn:hover {
  color: #fff;
  background: #000;
  border-color: #333;
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .icon_arrow {
  position: relative;
  top: 10px;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-animation: arr_motion 1.4s linear 0s infinite normal none;
  -moz-animation: arr_motion 1.4s linear 0s infinite normal none;
  -ms-animation: arr_motion 1.4s linear 0s infinite normal none;
  -o-animation: arr_motion 1.4s linear 0s infinite normal none;
  animation: arr_motion 1.4s linear 0s infinite normal none;
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .icon_arrow svg {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .main_wrap .icon_arrow {
    top: 0;
  }
}
@-webkit-keyframes arr_motion {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes arr_motion {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-ms-keyframes arr_motion {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes arr_motion {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arr_motion {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .object {
  position: absolute;
  margin: 0 auto;
  width: 1100px;
  height: 550px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .main_page .object {
    display: none;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .object .obj {
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: center center;
  background-repeat: no-repeat;
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .object .obj.TL {
  background-position: top left;
  -webkit-transform: translate(-160px, 30px);
  -moz-transform: translate(-160px, 30px);
  -ms-transform: translate(-160px, 30px);
  -o-transform: translate(-160px, 30px);
  transform: translate(-160px, 30px);
}
#wrap_horizontal .contentArea .section .center_wrap .main_page .object .obj.TR {
  background-position: top right;
  -webkit-transform: translate(160px, 30px);
  -moz-transform: translate(160px, 30px);
  -ms-transform: translate(160px, 30px);
  -o-transform: translate(160px, 30px);
  transform: translate(160px, 30px);
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area {
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', 'Noto Sans', Dotum, '돋움', sans-serif !important;
  background: rgba(0, 0, 0, 0.5);
  padding: ;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area.dark {
  background: rgba(0, 0, 0, 0.7);
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area * {
  box-sizing: border-box;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1119px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner img {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 260px;
  border: 0 solid #5e5e5e;
  border-right-width: 1px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li:first-child {
  border-left-width: 1px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 55px;
  font-size: 20px;
  color: #e6e6e6;
  text-align: center;
  vertical-align: middle;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box {
  position: relative;
  width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #959494;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box > p {
  font-size: 14px;
  color: #c7c7c7;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box > div {
  text-align: center;
  letter-spacing: -0.05em;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box > div > strong {
  display: block;
  color: #c7c7c7;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box .after {
  float: left;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box .before {
  float: right;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 34px;
  height: 8px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") 0 -286px no-repeat;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .box::after {
  content: "";
  display: block;
  clear: both;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  text-align: center;
  color: #e6e6e6;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type .arrow {
  margin: 10px auto 0;
  padding-top: 40px;
  width: 176px;
  height: 152px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") -204px -170px no-repeat;
  font-size: 12px;
  color: #3a3939;
  text-align: center;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type .arrow > strong {
  display: block;
  font-size: 46px;
  line-height: 1;
  color: #434140;
  vertical-align: bottom;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type .arrow > strong .per {
  margin-left: 3px;
  font-size: 22px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type .box {
  margin: -25px auto 0;
  width: 150px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type.down .arrow {
  background-position: -382px -170px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.arrow_type.down .box {
  margin: -15px auto 0;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.table_type .middle_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: auto;
  width: 100%;
  height: 180px;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li.table_type .middle_wrap .box {
  margin: 0 auto;
  padding: 15px 10px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
#wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .graph_area .inner {
    padding: 0px 0;
  }
  #wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li {
    width: 50%;
    border-right-width: 0;
  }
  #wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li:first-child {
    border-left-width: 0;
  }
  #wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li:nth-of-type(odd) {
    border-right-width: 1px;
  }
  #wrap_horizontal .contentArea .section .center_wrap .graph_area .inner ul li:nth-of-type(n+3) {
    border-top-width: 1px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents {
  position: relative;
  visibility: hidden;
  margin: 100px auto 0;
  width: 100%;
  max-width: 1600px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents {
    margin-bottom: 40px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list {
  padding: 1%;
  width: 48%;
  float: left;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list {
    margin: 0 auto;
    width: 94%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    background: #fff;
  }
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area {
  background: #fff;
  padding: 64px 72px 136px;
  border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area {
    padding: 0px 4px 30px;
    border: none;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area p {
  font-size: 16px;
  padding-bottom: 12px;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area p {
    width: 100%;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap {
  width: 100%;
  overflow: hidden;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap::after {
  content: "";
  display: block;
  clear: both;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .left_area {
  float: left;
  width: 500px;
  margin: 30px 0;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .left_area {
    width: 100%;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .left_area p {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title {
    padding-top: 20px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.before h3 {
  margin-left: auto;
  width: 67px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.before h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -23px;
  width: 11px;
  height: 3px;
  background: #d6d6d6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.before h3 {
    width: 75px;
  }
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.before h3::after {
    display: none;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.after h3 {
  width: 69px;
  background-position: 0 -198px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.after h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -23px;
  width: 11px;
  height: 3px;
  background: #d6d6d6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.after h3 {
    width: 77px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/sub_txt_02.png") 0 bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title.after h3::after {
    display: none;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > h3 {
  margin: 0 auto;
  height: 26px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/sp.png") 0 -170px no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > h3 {
    height: 29px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/m/sub_txt_01.png") 0 bottom no-repeat;
    background-size: cover;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 22px;
  line-height: 1;
  color: #676666;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong.pc_item {
  display: inline-block !important;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong.m_item {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong {
    max-width: 100%;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
  }
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong.pc_item {
    display: none !important;
  }
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > strong.m_item {
    display: inline-block !important;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > em {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
  color: #4e4e4e;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .inner_centerWrap .title > em {
    font-size: 16px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area {
  margin-top: 40px;
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float {
  float: right;
  position: relative;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack,
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack_v2 {
  position: relative;
  z-index: 10;
  margin: 0px 0 20px 20px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack video,
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack_v2 video {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack img,
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack_v2 img {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack {
  width: 540px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack_v2 {
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float {
    width: 100%;
  }
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack,
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .list .text_area .stack_area .inlie_float .photo_stack_v2 {
    width: inherit;
    margin: 10px 0 30px 0;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents img {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap {
  width: 500px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap video {
  width: 100%;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap.vod_container {
  margin: 0;
  padding-bottom: 55%;
  max-width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap.vod_container iframe,
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap.vod_container object,
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap.vod_container embed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap .info_contents .img_wrap {
    width: 100%;
  }
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents .img_words {
  display: block;
  font-size: 12px;
  color: #777;
  padding-top: 10px;
}
#wrap_horizontal .contentArea .section .center_wrap .info_contents p {
  font-size: 16px;
  line-height: 26px;
}
#wrap_horizontal .contentArea .section .center_wrap.page_open {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}
#wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .main_wrap .moreBtn {
  visibility: hidden;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
#wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .main_wrap .icon_arrow {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .main_wrap .icon_arrow {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 1024px) {
  #wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .object {
    width: 800px;
  }
}
@media only screen and (min-width: 1025px) {
  #wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .object .obj.TL {
    -webkit-transform: translate(-210px, 10px) rotate(2deg);
    -moz-transform: translate(-210px, 10px) rotate(2deg);
    -ms-transform: translate(-210px, 10px) rotate(2deg);
    -o-transform: translate(-210px, 10px) rotate(2deg);
    transform: translate(-210px, 10px) rotate(2deg);
  }
  #wrap_horizontal .contentArea .section .center_wrap.page_open .main_page .object .obj.TR {
    -webkit-transform: translate(210px, 10px) rotate(-2deg);
    -moz-transform: translate(210px, 10px) rotate(-2deg);
    -ms-transform: translate(210px, 10px) rotate(-2deg);
    -o-transform: translate(210px, 10px) rotate(-2deg);
    transform: translate(210px, 10px) rotate(-2deg);
  }
}
#wrap_horizontal .contentArea .section .center_wrap.page_open .graph_area {
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #wrap_horizontal .contentArea .section .center_wrap.page_open .graph_area {
    margin-top: -60px;
  }
}
#wrap_horizontal .contentArea .section .center_wrap.page_open .info_contents {
  visibility: visible;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  margin-top: 50px;
  z-index: 1002;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.control_wrap button {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 50px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
@media only screen and (max-width: 768px) {
  .control_wrap button {
    display: none;
  }
}
.control_wrap button.btn-prev {
  left: 30px;
  background: rgba(255, 255, 255, 0.6) url('https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/prev.png') 10px 50% no-repeat;
  background-size: 100%;
}
.control_wrap button.btn-prev:hover {
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
@media only screen and (max-width: 768px) {
  .control_wrap button.btn-prev {
    left: 0px;
    background-size: 50%;
  }
}
.control_wrap button.btn-next {
  right: 30px;
  background: rgba(255, 255, 255, 0.6) url('https://digitalspecial.joongang.co.kr/_o/img/newsroom/2017/0629_629/next.png') -10px 50% no-repeat;
  background-size: 100%;
}
.control_wrap button.btn-next:hover {
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
@media only screen and (max-width: 768px) {
  .control_wrap button.btn-next {
    right: 0px;
    background-size: 50%;
  }
}
.control_wrap button.dimd {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
.footerNavi {
  width: 100%;
  position: fixed;
  bottom: 30px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .footerNavi {
    bottom: 0px;
    height: 40px;
  }
}
html.openPage .footerNavi ul {
  visibility: hidden;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
.footerNavi ul {
  text-align: center;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footerNavi ul li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.footerNavi ul li:last-child {
  margin-right: 0px;
}
.footerNavi ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  z-index: 100;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .footerNavi ul li a {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.footerNavi ul li:hover a {
  background: #eee;
}
.footerNavi ul li.on a {
  background: #fff;
}
.rolling_wrap {
  width: inherit;
  height: auto;
}
.rolling_wrap ul li {
  position: absolute;
  width: 100%;
}
.comment-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  z-index: 1200;
  margin-bottom: 50px;
}
.comment-container p {
  width: none;
  bottom: none;
}
.comment-wrapper {
  padding: 40px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .comment-wrapper {
    width: 100%;
  }
}
.comment-wrapper *,
.comment-wrapper *:after,
.comment-wrapper *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.comment-wrapper button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*# sourceMappingURL=./declaration.css.map */