﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
/* 
	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("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus {
  text-decoration: none;
}
html,
body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: -0.05em;
}
#wrap {
  margin: 0 auto;
  min-width: 1000px;
  color: #444;
}
#wrap #mainView {
  position: relative;
  background: #dbd2cd;
  height: 650px;
  overflow: hidden;
}
#wrap #mainView::before,
#wrap #mainView::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap #mainView::before {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main1.png") left 0 no-repeat;
  z-index: 2;
}
#wrap #mainView::after {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main2.png") right 0 no-repeat;
  z-index: 1;
}
#wrap #mainView .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  z-index: 3;
}
#wrap #mainView .inner.pc_item {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1800px;
  height: 524px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main_inner.jpg") center no-repeat;
  z-index: 4;
}
#wrap #mainView .inner.pc_item::before,
#wrap #mainView .inner.pc_item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 524px;
}
#wrap #mainView .inner.pc_item::before {
  left: 0;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main_inner_left.jpg") 0 0 no-repeat;
  z-index: 1;
}
#wrap #mainView .inner.pc_item::after {
  right: 0;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main_inner_right.jpg") 0 0 no-repeat;
  z-index: 1;
}
#wrap #mainView .inner.pc_item .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 414px;
  height: 132px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_main_title.png") 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
  -webkit-animation: pop 1s ease-in-out 1;
  -moz-animation: pop 1s ease-in-out 1;
  -ms-animation: pop 1s ease-in-out 1;
  -o-animation: pop 1s ease-in-out 1;
  animation: pop 1s ease-in-out 1;
}
@-webkit-keyframes pop {
  0%,
  55% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  70% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  80% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  84% {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pop {
  0%,
  55% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  70% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  80% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  84% {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pop {
  0%,
  55% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  70% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  80% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  84% {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pop {
  0%,
  55% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  70% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  80% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  84% {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  0%,
  55% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  }
  70% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  }
  80% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  84% {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#wrap #mainView .inner.pc_item .gauge {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 67%;
  height: 44px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main_gauge1.jpg") 0 0 repeat-x;
  z-index: 2;
}
#wrap #mainView .inner.pc_item .gauge::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_main_gauge2.jpg") 0 0 repeat-x;
  -webkit-animation: random-gauge 4s linear 0.2s infinite normal none;
  animation: random-gauge 4s linear 0.2s infinite normal none;
}
@-webkit-keyframes random-gauge {
  0% {
    width: 50%;
  }
  20% {
    width: 58%;
  }
  44% {
    width: 44%;
  }
  60% {
    width: 56%;
  }
  85% {
    width: 42%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes random-gauge {
  0% {
    width: 50%;
  }
  20% {
    width: 58%;
  }
  44% {
    width: 44%;
  }
  60% {
    width: 56%;
  }
  85% {
    width: 42%;
  }
  100% {
    width: 50%;
  }
}
@-ms-keyframes random-gauge {
  0% {
    width: 50%;
  }
  20% {
    width: 58%;
  }
  44% {
    width: 44%;
  }
  60% {
    width: 56%;
  }
  85% {
    width: 42%;
  }
  100% {
    width: 50%;
  }
}
@-o-keyframes random-gauge {
  0% {
    width: 50%;
  }
  20% {
    width: 58%;
  }
  44% {
    width: 44%;
  }
  60% {
    width: 56%;
  }
  85% {
    width: 42%;
  }
  100% {
    width: 50%;
  }
}
@keyframes random-gauge {
  0% {
    width: 50%;
  }
  20% {
    width: 58%;
  }
  44% {
    width: 44%;
  }
  60% {
    width: 56%;
  }
  85% {
    width: 42%;
  }
  100% {
    width: 50%;
  }
}
#wrap #mainView .inner.pc_item .gauge .boy,
#wrap #mainView .inner.pc_item .gauge .girl {
  position: absolute;
  top: 4px;
  width: 132px;
  height: 34px;
}
#wrap #mainView .inner.pc_item .gauge .boy::after,
#wrap #mainView .inner.pc_item .gauge .girl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  width: 356px;
  height: 356px;
}
#wrap #mainView .inner.pc_item .gauge .boy {
  left: 9%;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_gauge1.png") 0 0 no-repeat;
}
#wrap #mainView .inner.pc_item .gauge .boy::after {
  left: -326px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/gauge_boy.png") 0 0 no-repeat;
}
#wrap #mainView .inner.pc_item .gauge .girl {
  right: 9%;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_gauge2.png") 0 0 no-repeat;
}
#wrap #mainView .inner.pc_item .gauge .girl::after {
  right: -326px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/gauge_girl.png") 0 0 no-repeat;
}
#wrap #mainView .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 170px;
  height: 234px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/main_item1.png") 0 0 no-repeat;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #wrap #mainView {
    height: auto;
  }
  #wrap #mainView::before,
  #wrap #mainView::after {
    display: none;
  }
  #wrap #mainView .mask {
    display: none;
  }
  #wrap #mainView .inner.m_item > img {
    display: block;
    width: 100%;
  }
  #wrap #mainView .item {
    display: none;
  }
}
#wrap .lnk_after {
  display: block;
  margin: 50px auto 0;
  padding-bottom: 50px;
  width: 720px;
}
#wrap .lnk_after > img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #wrap .lnk_after {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #wrap {
    min-width: auto;
  }
}
section .inside_section {
  position: relative;
  margin: 0 auto;
  padding: 80px 12px;
  max-width: 720px;
}
@media only screen and (max-width: 768px) {
  section .inside_section {
    padding: 20px 0 25px;
  }
  section .inside_section:last-child {
    padding-bottom: 60px;
  }
}
section .inside_section > * {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
section .inside_section > *.sv {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
section .inside_section .txt {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1b1b1b;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
}
section .inside_section .txt > strong {
  color: #eaeaea;
}
section .inside_section .txt > em {
  font-weight: bold;
}
section .inside_section .txt > sub {
  display: block;
}
section .inside_section .titlePoint {
  margin: 0 auto 10px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section .inside_section .titlePoint {
    margin: 20px auto 0px;
  }
}
section .inside_section .subTitle {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.7rem;
  color: #900e14;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section .inside_section .subTitle {
    line-height: 1.2;
  }
}
section.intro .titlePoint {
  width: 380px;
  height: 110px;
  margin-bottom: 30px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_intro_title.jpg") 0 0 no-repeat;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.intro .titlePoint {
    width: 263px;
    height: 75px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_intro_title_m.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
section.chapter1 {
  background: #f3f4f6;
}
section.chapter1 .inside_section .titlePoint {
  width: 176px;
  height: 24px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  section.chapter1 .inside_section .titlePoint {
    width: 121px;
    height: 16px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_m.png") 0 0 / cover no-repeat;
  }
}
section.chapter1 .inside_section .img_wrap .title {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_chapter1_sub.jpg") 0 0 no-repeat;
}
section.chapter1 .inside_section .img_wrap.sub1 .title::after {
  width: 232px;
  height: 30px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub1.png") 0 0 no-repeat;
}
section.chapter1 .inside_section .img_wrap.sub2 {
  margin-top: 110px;
}
section.chapter1 .inside_section .img_wrap.sub2 .title::after {
  width: 188px;
  height: 30px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub2.png") 0 0 no-repeat;
}
section.chapter1 .inside_section .img_wrap.sub3 {
  margin-top: 110px;
}
section.chapter1 .inside_section .img_wrap.sub3 .title::after {
  width: 264px;
  height: 32px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub3.png") 0 0 no-repeat;
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk {
  background: #fff;
  border: 1px solid #dadada;
  padding: 22px;
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li::after {
  display: none;
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .profile {
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .profile {
    width: 35px;
    height: 35px;
  }
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .name {
  font-size: 1.1rem;
  color: #4b4b4b;
}
@media only screen and (max-width: 768px) {
  section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .name {
    font-size: 0.9rem;
  }
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .msg {
  background: #796d95;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #fdfdfd;
  letter-spacing: -0.06em;
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .msg::before {
  border-right-color: #796d95;
}
@media only screen and (max-width: 768px) {
  section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li .msg {
    font-size: 0.9rem;
  }
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li.me .msg {
  background: #738ba8;
  color: #fdfdfd;
}
section.chapter1 .inside_section .img_wrap.sub3 .DLab_Talk .inner .list > li.me .msg::before {
  border-left-color: #738ba8;
}
@media only screen and (max-width: 768px) {
  section.chapter1 .inside_section .img_wrap .title {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/bg_chapter1_sub_m.jpg") 0 0 / cover no-repeat;
  }
  section.chapter1 .inside_section .img_wrap.sub1 .title::after {
    width: 160px;
    height: 19px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub1_m.png") 0 0 / cover no-repeat;
  }
  section.chapter1 .inside_section .img_wrap.sub2 {
    margin-top: 55px;
  }
  section.chapter1 .inside_section .img_wrap.sub2 .title::after {
    width: 128px;
    height: 19px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub2_m.png") 0 0 / cover no-repeat;
  }
  section.chapter1 .inside_section .img_wrap.sub3 {
    margin-top: 55px;
  }
  section.chapter1 .inside_section .img_wrap.sub3 .title::after {
    width: 181px;
    height: 21px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter1_sub3_m.png") 0 0 / cover no-repeat;
  }
}
section.chapter2 .txt,
section.chapter3 .txt {
  color: #fff;
}
section.chapter2 .inside_section .img_wrap,
section.chapter3 .inside_section .img_wrap {
  margin-bottom: 60px;
}
section.chapter2 .inside_section .img_wrap .title,
section.chapter3 .inside_section .img_wrap .title {
  width: 380px;
  height: 46px;
}
section.chapter2 .inside_section .img_wrap.sub1 .title,
section.chapter3 .inside_section .img_wrap.sub1 .title {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2_sub1.jpg") 0 0 no-repeat;
}
section.chapter2 .inside_section .img_wrap.sub2 .title,
section.chapter3 .inside_section .img_wrap.sub2 .title {
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2_sub2.jpg") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  section.chapter2 .inside_section .img_wrap .title,
  section.chapter3 .inside_section .img_wrap .title {
    width: 262px;
    height: 32px;
  }
  section.chapter2 .inside_section .img_wrap.sub1 .title,
  section.chapter3 .inside_section .img_wrap.sub1 .title {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2_sub1_m.jpg") 0 0 / cover no-repeat;
  }
  section.chapter2 .inside_section .img_wrap.sub2 .title,
  section.chapter3 .inside_section .img_wrap.sub2 .title {
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2_sub2_m.jpg") 0 0 / cover no-repeat;
  }
}
section.chapter2 {
  background: #5c446a;
}
section.chapter2 .inside_section .titlePoint {
  width: 188px;
  height: 24px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  section.chapter2 .inside_section .titlePoint {
    width: 125px;
    height: 16px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0213_jesa/txt_chapter2_m.png") 0 0 / cover no-repeat;
  }
}
section.chapter3 {
  background: #7f2f4e;
}
.bg_pic {
  width: inherit;
  height: inherit;
  position: absolute;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  background-size: 100%;
  background-position: center center;
}
.bg_pic.sv {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.img_map {
  margin: 40px auto;
  position: relative;
}
.img_map img {
  width: 100%;
}
.img_map .closeUpBtn {
  position: absolute;
  padding: 10px;
  margin: 5px;
  top: 0;
  right: 0;
  background: red;
}
.img_wrap {
  position: relative;
  overflow: hidden;
  margin: 5px 20px 30px;
}
.img_wrap .title {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 382px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.img_wrap .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .img_wrap .title {
    width: 263px;
    height: 33px;
  }
}
.img_wrap > sub {
  display: block;
  margin-top: 30px;
  font-size: 1.2rem;
  color: #626262;
}
.img_wrap > sub.center {
  text-align: center;
}
.img_wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#forceChart .dataArea {
  min-height: 100px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
#forceChart .dataArea .box_inner {
  overflow: hidden;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#forceChart .dataArea svg .node_item {
  cursor: default;
}
#forceChart .dataArea svg .node_item circle {
  stroke-width: 3;
  stroke-linejoin: round;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}
@media only screen and (max-width: 768px) {
  #forceChart .dataArea svg .node_item circle {
    stroke-width: 2;
  }
}
#forceChart .dataArea svg .node_item.type2 circle {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#forceChart .dataArea svg .node_item.point circle {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#forceChart .dataArea svg .node_item .textNode {
  font-size: 14px;
}
#forceChart .dataArea svg .node_item .textNode .titleText {
  fill: #fff;
  vertical-align: bottom;
}
#forceChart .dataArea svg .node_item .textNode .titleTextBg {
  vertical-align: bottom;
  stroke-width: 3;
  stroke-linejoin: round;
}
.chartBox .node_item {
  fill: #565571;
}
.chartBox .node_item circle {
  stroke: #565571;
}
.chartBox .node_item .titleTextBg {
  stroke: #48475e;
}
.chartBox .node_item.type_2 {
  fill: #e1b680;
}
.chartBox .node_item.type_2 circle {
  stroke: #e1b680;
}
.chartBox .node_item.type_2 .titleTextBg {
  stroke: #bc986b;
}
.byline,
.other_cont .center_wrap,
.comment-wrapper {
  max-width: 720px;
}
.byline_wrap {
  position: relative;
  margin: 40px 0;
  background: #fff;
  z-index: 2;
}
.byline_wrap .byline {
  margin: 0 auto;
}
.icon_arrow {
  position: absolute;
  top: -60px;
  width: 100%;
  text-align: center;
  -webkit-animation: scroll-wheel 1.8s linear 0s infinite normal none;
  animation: scroll-wheel 1.8s linear 0s infinite normal none;
}
@-webkit-keyframes scroll-wheel {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    transform: translate3d(0, 12px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 17px, 0);
    opacity: 0;
  }
  50.001% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes scroll-wheel {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    transform: translate3d(0, 12px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 17px, 0);
    opacity: 0;
  }
  50.001% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@-ms-keyframes scroll-wheel {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    transform: translate3d(0, 12px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 17px, 0);
    opacity: 0;
  }
  50.001% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@-o-keyframes scroll-wheel {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    transform: translate3d(0, 12px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 17px, 0);
    opacity: 0;
  }
  50.001% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes scroll-wheel {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  35% {
    transform: translate3d(0, 12px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 17px, 0);
    opacity: 0;
  }
  50.001% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
