﻿@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;
	    }
		}
*/
::selection {
  color: #fff;
  background: #016468;
}
::-moz-selection {
  color: #fff;
  background: #016468;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.txt {
  color: #262626;
}
.txt .point {
  color: #3c498f;
  border-bottom: 1px solid #3c498f;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
em {
  letter-spacing: -0.005em;
}
body {
  font-family: 'Noto Sans KR', "Apple SD Gothic Neo", 'Malgun Gothic', '맑은고딕', arial;
  font-size: 16px;
  line-height: 1.625;
}
header {
  top: 0;
}
main {
  position: relative;
  padding-top: 34px;
  padding-bottom: 60px;
  background: #eee url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/bg_pattern.jpg") 0 0 repeat;
}
main .topArea {
  position: relative;
  height: 452px;
  background: #0d193a url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_top.jpg") 0 0 no-repeat;
}
main .topArea > h1 {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 311px;
  height: 293px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_top.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
@media only screen and (max-width: 768px) {
  main .topArea {
    height: 526px;
    background: #0d193a url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_top_m.jpg") 0 0 / cover no-repeat;
  }
  main .topArea > h1 {
    background: 0 none;
  }
}
main .wrap {
  position: relative;
  margin: 32px auto 0;
  padding: 20px 190px;
  width: 1080px;
  background: #fff;
}
main .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/pattern_contents.png") 0 0 repeat-x;
}
main .wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/pattern_contents.png") 0 0 repeat-x;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  main .wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 none;
  }
  main .wrap::before,
  main .wrap::after {
    display: none;
  }
}
main .wrap > section {
  padding: 80px 0;
  border-top: 1px solid #e5e5e5;
}
main .wrap > section h2 {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  color: #3c498f;
}
main .wrap > section h2 > em {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #9f9f9f;
}
@media only screen and (max-width: 768px) {
  main .wrap > section {
    position: relative;
    padding: 40px 0;
    border: 0 none;
    background: #fff;
  }
  main .wrap > section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #e5e5e5;
  }
  main .wrap > section .txt {
    margin: 0 20px;
  }
}
main .wrap > section.intro {
  border-top: 0 none;
  text-align: center;
}
main .wrap > section.intro h2 {
  display: block;
  margin: 0 auto;
  width: 418px;
  height: 23px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title1.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.intro .txt {
  margin-top: 44px;
}
@media only screen and (max-width: 768px) {
  main .wrap > section.intro {
    background: 0 none;
    text-align: left;
  }
  main .wrap > section.intro h2 {
    width: 202px;
    height: 47px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title1_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.intro .txt {
    margin-top: 25px;
  }
}
main .wrap > section.sec1 {
  text-align: center;
}
main .wrap > section.sec1 h2 {
  margin: 0 auto;
  width: 280px;
  height: 26px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title2.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.sec1 h3 {
  margin-top: 40px;
  font-size: 18px;
  color: #464646;
  font-weight: normal;
}
main .wrap > section.sec1 h3 em {
  color: #9da4c7;
}
main .wrap > section.sec1 .txt {
  margin-top: 30px;
  text-align: left;
}
main .wrap > section.sec1 .message {
  position: relative;
  margin: 50px 0;
  font-size: 17px;
  color: #666;
  text-align: center;
}
main .wrap > section.sec1 .message::before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 508px;
  height: 52px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_newmessage.jpg") 0 0 no-repeat;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-animation: fade-in 0.8s linear infinite alternate;
  -moz-animation: fade-in 0.8s linear infinite alternate;
  -ms-animation: fade-in 0.8s linear infinite alternate;
  -o-animation: fade-in 0.8s linear infinite alternate;
  animation: fade-in 0.8s linear infinite alternate;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main .wrap > section.sec1 .message .talk {
  margin: 0 auto;
  width: 508px;
  height: 313px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_talk.jpg") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.sec1 .message .txt {
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #8e8c8c;
}
@media only screen and (max-width: 768px) {
  main .wrap > section.sec1 {
    padding-top: 58px;
  }
  main .wrap > section.sec1::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/pattern_contents.png") 0 0 repeat-x;
  }
  main .wrap > section.sec1 h2 {
    width: 255px;
    height: 24px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title2_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec1 h3 {
    margin: 35px 20px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  main .wrap > section.sec1 h3 em {
    display: block;
    text-decoration: underline;
  }
  main .wrap > section.sec1 .message::before {
    width: 343px;
    height: 43px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_newmessage_m.jpg") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec1 .message .talk {
    width: 343px;
    height: 300px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/img_talk_m.jpg") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec1 .message .txt {
    margin: 10px auto 0;
    max-width: 343px;
    font-size: 0.78rem;
    line-height: 1.3;
    text-align: left;
  }
}
main .wrap > section.sec2 h2 {
  margin: 0 auto;
  width: 280px;
  height: 24px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title3.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.sec2 h3 {
  margin-top: 40px;
  font-size: 18px;
  color: #464646;
  font-weight: normal;
  text-align: center;
}
main .wrap > section.sec2 h3 em {
  color: #9da4c7;
}
main .wrap > section.sec2 .txt {
  margin-top: 30px;
}
main .wrap > section.sec2 .txt:first-of-type {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  main .wrap > section.sec2 {
    padding-top: 55px;
  }
  main .wrap > section.sec2 h2 {
    width: 254px;
    height: 21px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title3_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec2 h3 {
    margin: 35px 20px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  main .wrap > section.sec2 h3 em {
    display: block;
    text-decoration: underline;
  }
  main .wrap > section.sec2 .txt {
    margin-top: 30px;
  }
  main .wrap > section.sec2 .txt:first-of-type {
    margin-top: 40px;
  }
}
main .wrap > section.sec3 h2 {
  margin: 0 auto;
  width: 233px;
  height: 23px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title4.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.sec3 .txt {
  margin-top: 30px;
}
main .wrap > section.sec3 .txt:first-of-type {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  main .wrap > section.sec3 {
    padding-top: 55px;
  }
  main .wrap > section.sec3 h2 {
    width: 211px;
    height: 21px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title4_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec3 .txt {
    margin-top: 30px;
  }
  main .wrap > section.sec3 .txt:first-of-type {
    margin-top: 40px;
  }
}
main .wrap > section.sec4 {
  padding-bottom: 100px;
  text-align: center;
}
main .wrap > section.sec4 h2 {
  margin: 0 auto;
  width: 171px;
  height: 113px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title5.png") 0 0 no-repeat;
  font-size: 0;
  color: transparent !important;
}
main .wrap > section.sec4 > h3 {
  margin-top: 70px;
  font-size: 18px;
  color: #464646;
  font-weight: normal;
}
main .wrap > section.sec4 > h3 em {
  color: #9da4c7;
}
main .wrap > section.sec4 .txt {
  margin-top: 30px;
  text-align: left;
}
main .wrap > section.sec4 .txt:first-of-type {
  margin-top: 50px;
}
main .wrap > section.sec4 .point_text {
  margin-top: 50px;
  font-size: 18px;
  color: #3c498f;
}
main .wrap > section.sec4 .resume {
  margin-top: 60px;
  padding: 0 50px;
  text-align: left;
}
main .wrap > section.sec4 .resume:first-of-type {
  margin-top: 85px;
}
main .wrap > section.sec4 .resume > h3 {
  font-size: 17px;
  color: #373737;
  font-weight: normal;
  letter-spacing: -0.06em;
}
main .wrap > section.sec4 .resume > h3 em {
  display: inline-block;
  margin-right: 15px;
  padding: 0 14px;
  background: #475396;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 32px;
  color: #fffefe;
  vertical-align: middle;
  font-weight: bold;
}
main .wrap > section.sec4 .resume > h3 strong {
  color: #475396;
}
main .wrap > section.sec4 .resume .card {
  position: relative;
  margin-top: 15px;
  padding: 32px 30px 32px 215px;
  min-height: 265px;
  background: #f4f4f4;
}
main .wrap > section.sec4 .resume .card > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
  width: 160px;
  height: 220px;
}
main .wrap > section.sec4 .resume .card > ul li {
  padding-top: 5px;
  border-top: 1px dashed #b5b5b5;
  font-family: Avenir, 'Lato', "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "나눔바른고딕", NanumBarunGothic, "나눔고딕", NanumGothic, "맑은 고딕", "Malgun Gothic", "돋움", dotum, AppleGothic, sans-serif;
  overflow: hidden;
}
main .wrap > section.sec4 .resume .card > ul li:first-of-type {
  border-top: 0 none;
}
main .wrap > section.sec4 .resume .card > ul li > span {
  float: right;
  display: inline-block;
  width: 270px;
  vertical-align: top;
}
main .wrap > section.sec4 .resume .tip {
  margin-top: 15px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
main .wrap > section.sec4 .resume .tip::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 31px;
  height: 21px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/bl_tip.png") 0 0 no-repeat;
  vertical-align: middle;
}
main .wrap > section.sec4 .president_message {
  margin: 50px auto 0;
  padding: 25px 30px;
  width: 600px;
  border: 4px solid #3c498f;
  text-align: center;
}
main .wrap > section.sec4 .president_message .msg {
  margin-bottom: 10px;
  font-size: 17px;
  color: #252525;
}
main .wrap > section.sec4 .president_message .msg > strong {
  color: #3c498f;
}
main .wrap > section.sec4 .president_message > span {
  font-size: 14px;
  color: #aeaeae;
}
@media only screen and (max-width: 768px) {
  main .wrap > section.sec4 {
    padding-bottom: 50px;
    border-width: 3px;
  }
  main .wrap > section.sec4::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/pattern_contents.png") 0 0 repeat-x;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  main .wrap > section.sec4 h2 {
    width: 157px;
    height: 95px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/txt_title5_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec4 > h3 {
    margin: 35px 20px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  main .wrap > section.sec4 > h3 em {
    display: block;
    text-decoration: underline;
  }
  main .wrap > section.sec4 .txt:first-of-type {
    margin-top: 40px;
  }
  main .wrap > section.sec4 .resume {
    margin: 55px 20px 0;
    padding: 0;
  }
  main .wrap > section.sec4 .resume:first-of-type {
    margin-top: 55px;
  }
  main .wrap > section.sec4 .resume > h3 {
    position: relative;
    padding-left: 70px;
    font-size: 13px;
  }
  main .wrap > section.sec4 .resume > h3 em {
    position: absolute;
    top: 2px;
    left: 0;
    padding: 0;
    width: 60px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  main .wrap > section.sec4 .resume > h3 strong {
    font-size: 16px;
  }
  main .wrap > section.sec4 .resume > img.m_item {
    margin-top: 15px;
  }
  main .wrap > section.sec4 .resume .tip {
    position: relative;
    margin: 15px 0 0;
    padding-left: 35px;
    font-size: 13px;
    text-align: left;
  }
  main .wrap > section.sec4 .resume .tip::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 19px;
    background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/bl_tip_m.png") 0 0 / cover no-repeat;
  }
  main .wrap > section.sec4 .president_message {
    margin: 30px 20px 0;
    padding: 25px 18px;
    width: auto;
  }
  main .wrap > section.sec4 .president_message .msg {
    margin-bottom: 10px;
    font-size: 15px;
  }
  main .wrap > section.sec4 .president_message > span {
    font-size: 12px;
  }
}
.parachute {
  margin-top: 15px;
}
.parachute .parachute_base {
  position: relative;
  height: 540px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/bg_parachute.jpg") 0 0 / cover no-repeat;
}
.parachute .parachute_base .result_view {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  visibility: hidden;
}
.parachute .parachute_base .result_view::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.parachute .parachute_base .result_view.active {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.parachute .parachute_base .result_view .detail_table {
  position: relative;
  margin: 0 auto;
  width: 84%;
}
.parachute .parachute_base .result_view .detail_table th,
.parachute .parachute_base .result_view .detail_table td {
  padding: 10px 0;
  border: 1px solid #fff;
  text-align: center;
  color: #383838;
}
.parachute .parachute_base .result_view .detail_table th:first-of-type,
.parachute .parachute_base .result_view .detail_table td:first-of-type {
  border-left: 0 none;
}
.parachute .parachute_base .result_view .detail_table th:last-child,
.parachute .parachute_base .result_view .detail_table td:last-child {
  border-right: 0 none;
}
.parachute .parachute_base .result_view .detail_table th {
  background: #c2c7d2;
  font-weight: bold;
}
.parachute .parachute_base .result_view .detail_table td {
  background: #f5f5f5;
}
.parachute .parachute_base .result_view .detail_table thead th {
  border-top: 0 none;
}
.parachute .parachute_base .result_view .detail_table tbody tr:nth-of-type(2n) th {
  background: #c2c7d2;
}
.parachute .parachute_base .result_view .detail_table tbody tr:nth-of-type(2n) td {
  background: #eaeaea;
}
.parachute .parachute_base .result_view .detail_table tbody tr:last-child th,
.parachute .parachute_base .result_view .detail_table tbody tr:last-child td {
  border-bottom: 0 none;
}
.parachute .parachute_base .result_view .btn_replay {
  position: relative;
  margin-top: 30px;
  width: 148px;
  height: 32px;
  background: #3c498f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.parachute .parachute_base .result_view .btn_replay::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 17px;
  background: url("https://digitalspecial.joongang.co.kr/_o/img/newsroom/2018/0524_parachute/ico_replay.png") 0 0 no-repeat;
  vertical-align: middle;
}
.parachute .score_wrap {
  background: #343332;
}
.parachute .score_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.parachute .score_wrap > li {
  position: relative;
  float: left;
  padding: 10px 0 0 70px;
  width: 33.3334%;
  height: 70px;
  border-left: 1px dashed #aaa;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.parachute .score_wrap > li:first-of-type {
  border-left: 0 none;
}
.parachute .score_wrap > li > img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto 0;
  width: 52px;
  height: 52px;
}
.parachute .score_wrap > li .score {
  display: block;
  margin-top: 5px;
  padding-right: 45px;
  font-size: 28px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .parachute {
    margin-top: 15px;
  }
  .parachute .parachute_base {
    height: 289px;
  }
  .parachute .parachute_base .result_view {
    padding-top: 50px;
  }
  .parachute .parachute_base .result_view .detail_table {
    width: 90%;
  }
  .parachute .parachute_base .result_view .detail_table th,
  .parachute .parachute_base .result_view .detail_table td {
    padding: 7px 0;
    font-size: 14px;
  }
  .parachute .parachute_base .result_view .btn_replay {
    margin-top: 20px;
  }
  .parachute .score_wrap > li {
    padding: 7px 10px 0 50px;
    height: 45px;
    font-size: 10px;
    text-align: right;
  }
  .parachute .score_wrap > li > img {
    left: 14px;
    width: 31px;
    height: 31px;
  }
  .parachute .score_wrap > li .score {
    font-size: 17px;
    padding: 0;
  }
}
.graph_wrap {
  margin: 20px auto 0;
  width: 600px;
  font-size: 0;
  text-align: left;
}
.graph_wrap > button {
  margin-left: -1px;
  width: 140px;
  height: 28px;
  border: 1px solid #b5b5b5;
  border-width: 1px 1px 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #eee;
  font-size: 1rem;
  line-height: 1;
  color: #666;
  vertical-align: bottom;
}
.graph_wrap > button:first-of-type {
  margin-left: 0;
}
.graph_wrap > button.active {
  height: 34px;
  background: #fff;
  color: #313131;
}
.graph_wrap .graph {
  padding: 50px 50px 30px;
  height: 435px;
  border: 1px solid #b5b5b5;
}
.graph_wrap .graph > div {
  height: 100%;
}
.graph_wrap .g_txt {
  margin-top: 20px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .graph_wrap {
    margin: 20px;
    width: auto;
  }
  .graph_wrap > button {
    width: calc(100% / 3 + 1px);
  }
  .graph_wrap > button:first-of-type {
    width: calc(100% / 3);
  }
  .graph_wrap .graph {
    padding: 20px 0 10px;
    height: 300px;
  }
}
.byline {
  max-width: 900px;
  margin: 36px auto 20px;
}
@media only screen and (max-width: 1024px) {
  .byline {
    margin: 0px auto 20px;
  }
}
.byline .publish {
  color: #9f9f9f;
}
.other_cont .center_wrap {
  max-width: 900px;
}
.comment-wrapper {
  max-width: 900px;
  width: 900px;
}
