/********* RESET********/
* { margin:0;  padding:0; }
ol,ul { list-style:none; }
a { outline:0; text-decoration:none; color:#555; }
img { border:0; vertical-align:bottom; }

/********** FONT *********/
/* noto-serif-kr-regular - korean */
@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 400;
  src: url('noto-serif-kr-v6-korean-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif KR'), local('NotoSerifKR-Regular'),
       url('noto-serif-kr-v6-korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-kr-v6-korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-kr-v6-korean-regular.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-kr-v6-korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-kr-v6-korean-regular.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}
/* noto-serif-kr-700 - korean */
@font-face {
  font-family: 'Noto Serif KR';
  font-style: bold;
  font-weight: 700;
  src: url('noto-serif-kr-v6-korean-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif KR Bold'), local('NotoSerifKR-Bold'),
       url('noto-serif-kr-v6-korean-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-serif-kr-v6-korean-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-serif-kr-v6-korean-700.woff') format('woff'), /* Modern Browsers */
       url('noto-serif-kr-v6-korean-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-serif-kr-v6-korean-700.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}

/* noto-sans-kr-regular - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('noto-sans-kr-v12-korean-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('noto-sans-kr-v12-korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-sans-kr-v12-korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-sans-kr-v12-korean-regular.woff') format('woff'), /* Modern Browsers */
       url('noto-sans-kr-v12-korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-sans-kr-v12-korean-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-700 - korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: bold;
  font-weight: 700;
  src: url('noto-sans-kr-v12-korean-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('noto-sans-kr-v12-korean-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('noto-sans-kr-v12-korean-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('noto-sans-kr-v12-korean-700.woff') format('woff'), /* Modern Browsers */
       url('noto-sans-kr-v12-korean-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('noto-sans-kr-v12-korean-700.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}



/*-------------------------------------*/
/******** 전체 기본 CSS - PC 기준********/
/************* 2020.05 YJ *************/
/*-------------------------------------*/

html {}
body { background: #fff;  position: relative; letter-spacing: -0.02em; font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕', Malgun Gothic, '돋움', Dotum, Helvetica, AppleGothic, Sans-serif; }
body.fixed { height:100vh; overflow-y: hidden; }
body {  }


/* loading */
.loading-page { width: 100%; height: 100%; height: 100vh;background:#111; 
position: fixed; z-index: 100; left: 0px; top: 0px; right:0px; bottom: 0px; overflow:hidden; }
.loading-gif { width: 100%; height: 150px;position: absolute; top: 50%;margin-top: -100px; }
.loading-gif > p {  text-align: center; color: #fff; margin-top: 20px; font-size: 14px; opacity: 0.5; 
font-family: sans-serif; font-weight: bold;}
.spinner {margin: 0px auto;width: 70px; text-align: center; }
.spinner > div {width: 18px;height: 18px;background-color: #fff;border-radius: 100%;display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ase-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {  -webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 {  -webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
  -webkit-transform: scale(0)
  }
  40% {
  -webkit-transform: scale(1.0)
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loading-ment { text-align: center;  margin-top: 10px; font-weight: normal; color: #fff;letter-spacing: 2px;}
.after-load { display: block;}

::selection { background: #ff9c34; color: #111; text-shadow: none; }
::-moz-selection {background: #ff9c34; color: #111; text-shadow: none; }
::-webkit-selection {background: #ff9c34; color: #111; text-shadow: none; }

/*****IE 블락******/
.ie-block {  z-index: 99999; width:100%; height:100vh; background:#111; background: rgba(21, 21, 21, 0.9);position:fixed; top:0;left:0;bottom:0;right:0;}
.ie-block .alert-msg { position: absolute; background:#fff; box-sizing: border-box; padding: 25px; border-radius: 5px; 
box-shadow: 2px 2px 8px rgba(152, 153, 156, 0.2);width: 50%; left:25%; top: 50%; margin-top:-150px; }
.ie-block .alert-msg p { margin-bottom:8px;  text-align: center; color: #454750;font-size: 20px; }
.ie-block .alert-msg button {    display: block; width: 80%; margin: 0px auto;margin-top: 20px;
box-sizing: border-box;  padding: 10px; background: #ececf1;  border-radius: 4px; color: #565661; font-weight: bold; font-size: 14px; cursor: pointer; border: 1px solid #dedee2; letter-spacing: -0.05em; }


/* Header */
.interactive-header {  background: rgba(0,0,0,0.85); position: fixed;padding: 0px 7px;box-sizing: border-box;top: 0px; left: 0px; width: 100%; height:  32px; z-index: 100;}
.interactive-header .headerWrap { width: 100%; height: 100%; }
.interactive-header .header_container { margin: 0 auto; width: 100%; height: 100%; position: relative; overflow: hidden; }
.interactive-header .header_container .toggle-btn{ display:none; } 
.interactive-header .khan_btn { float: left;  transition:all 0.5s ease 0s; }
.interactive-header .khan_btn img { width:60px; height: auto; margin-top: 8px; opacity:0.7;}
.interactive-header .khan_btn:hover { opacity: 1; }
.interactive-header .share_bx { float: right;position: relative; top: -3px; }
.interactive-header .share_bx span {pos ition: relative;  width: 22px; height: 40px;  cursor: pointer; }
.interactive-header .share_bx span img  { transition:all 0.4s ease 0s; opacity: 0.8; filter: alpha(opacity = 80); width: 24px; }
.interactive-header .share_bx span:hover > a > img { opacity:1; filter: alpha(opacity = 100); }
.top-title {  position: absolute; left: 50%; margin-left: -60px; width: 120px; height: auto;  }
.top-title img {  width: 120px; margin-top: 12px; opacity:0.5; }
.share_bx span .user-count { position: absolute; bottom: 18px; left: -20px; font-size: 13px;  color: #b2b2b2;font-style: normal; letter-spacing: 0px; }
.share_bx span:hover > img { opacity:1; filter: alpha(opacity = 100); }
/* Header */

/* common */
.wrap-psrelative, .wrap_psrelative { width: 100%; height :100%; position: relative; }
.wrap_mw_1000 { max-width: 1000px; margin: 0 auto; }
.wrap_mw_1100 { max-width: 1100px; margin: 0 auto; }
.wrap_mw_1200 { max-width: 1200px; margin: 0 auto; }
.wrap_mw_650 { max-width: 650px; margin: 0 auto; }
.wrap_mw_550  { width: 100%; height: 100%; position: relative;  max-width: 550px; margin: 0 auto;}
.noise { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url("http://img.khan.co.kr/spko/storytelling/2016/republic/noise2.png") top left repeat; }
.cover-pattern { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: url("http://img.khan.co.kr/spko/storytelling/2017/nohate/overptn.png") repeat; }
.cover-pattern2 { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: url("http://img.khan.co.kr/spko/storytelling/2018/korea/pattern2.png") repeat; }
.cover-shadow { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: url("http://img.khan.co.kr/spko/storytelling/2017/nohate/black50.png") repeat; }
.cover-shadow2 { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: url("http://img.khan.co.kr/spko/storytelling/2017/nohate/black65.png") repeat; }
.cover-shadow3 { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: url("http://img.khan.co.kr/spko/storytelling/2017/nohate/black65.png") repeat; }
.cover-shadow4 { width: 100%; height :100%; position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.85); }
/* common */

/* common_header */
.common_header {  width: 100%;  position: relative; position:absolute; top:-160px; box-shadow: 0px 0px 20px rgba(102, 103, 107, 0.15); border-bottom: 1px solid #cdd1d6;   z-index: 1;background: #fff;}
.common_header .top_area_holder{ width: 100%;  height: 30px; background: #f5f5f5; }
.common_header .top_area {  width: 1050px; margin: 0 auto; height: 30px;  line-height: 29px; overflow: hidden; font-size: 12px;}
.common_header .top_area .family_site {  float: left;margin: 0;}
.common_header .top_area .family_site dd a {  color: #898989; font-size: 12px; }
.common_header .top_area .family_site dd span { color: #dfdfdf; padding: 0 2px; font-size: 12px;}
.common_header .top_area .membership {  float: right; }
.common_header .top_area .membership dd { float: left; margin-right: 6px;  padding-right: 4px;}
.common_header .top_area .membership dd a.log {font-weight: bold;color: #3b57c4; }
.common_header .top_area .membership dd span {  color: #dfdfdf;padding: 0 1px; font-size: 12px; }
.common_header .top_area  .membership dd a { color: #898989;font-size: 12px;}
.common_header .logo_area { width: 1050px;  margin: 0 auto; border-bottom: none; height: 124px;position: relative;}
.common_header .sec_title {  font-size: 38px;letter-spacing: -2px;line-height: 50px;text-align: center;  padding-top: 30px;}
.common_header .sec_title a { color:#111; }
.common_header .sub_logo { position: absolute; top: 21px;  left: 0; z-index: 5;}
.common_header .sub_logo a {  background: url("http://img.khan.co.kr/spko/sub_2016/sub_logo.png") no-repeat scroll 0 0; width: 134px;height: 31px; display: block;text-indent: -9999px;}
.common_header  .logo_area .sns_wrap {  position: absolute;top: 84px; right: 0;  z-index: 30;}
.common_header .logo_area .sns_wrap .social li { float: left;background: url("http://img.khan.co.kr/spko/main_2015/set_common.png?v=20180927") no-repeat scroll 0 0 transparent;
width: 27px; height: 30px;}
.common_header  .logo_area .sns_wrap .social li.facebook {  background-position: 0 0; margin-right: 5px;}
.common_header  .logo_area .sns_wrap .social li.twitter { background-position: -32px 0; margin-right: 6px;}
.common_header  .logo_area .sns_wrap .social li.instagram {  background-position: -121px 0;margin-right: 4px;}
.common_header  .logo_area .sns_wrap .social li.youtube {  width: 35px; background: url("http://img.khan.co.kr/spko/main_2015/icon_header_youtube.png") no-repeat scroll 0 0 transparent;
 background-position: 0 0; margin-right: 14px;}
.common_header .logo_area .sns_wrap .social li a { display: block; width: 27px;   height: 30px;text-indent: -9999px;}
/* common_header */
#header-m { display:none; }
.art_header { display:none; }
.common-footer #footer-m { display:none;}

.wrap { width:100%;  position: relative;  }
.container {  width:100%; position: relative; overflow: hidden;}

.story-header { background:#111; box-sizing:border-box; }
.3d-globe { width: 100%; background:#111; }
.story-top-feature { width: 100%; background:#111;}
.story-top-graphic { width: 100%; position: relative; padding-top: 120px; padding-bottom: 20px; box-sizing: border-box;}
.story-top-graphic .cover-shadow { background: rgba(0,0,0,0.8); opacity:0.2; }
#threeJsGlobe {  width: 1000px; height:750px; margin: 0 auto;  display: block; overflow: hidden;position: relative;}
.strong-desc {position: absolute; bottom: 100px; left: 0; width: 100%;}
.strong-desc p {  font-family: 'Noto Serif KR', 'notokr-regular', serif; text-align: center;color: #fff;  font-size: 20px;  font-weight: bold; }
.title-holder { position: absolute; top: 50%; margin-top: -50px;   width: 100%;}
.title-holder .title-split { width:100%;   max-width: 600px;margin: 0 auto;}
.title-holder .title-split p { display:inline-block;text-align:center;  position: relative; top: -50px; opacity: 0;}
.title-holder .title-split p img { height:100px; }
.title-holder .title-merge { max-width: 770px; }
.title-holder .title-merge .line { text-align: center;    display: inline; } 
.globeIE { width:100%; height:700px; position: relative; background:#111; background: url("http://img.khan.co.kr/spko/storytelling/2020/climatechange/globe_img.jpg") no-repeat; background-size:contain; 
background-position: center; }

.top-byline {  margin: 20px auto; color:#fff; opacity:0.7;}
.top-byline .top-border p { font-family: 'Noto Sans KR'; font-size: 14px; line-height:21px;text-align: center; }
.top-byline .top-border p strong { margin: 0px 5px; }
.top-byline .top-border p a {color:#111; color:#fff; }
.top-byline .top-border p a:hover {text-decoration: underline;}
.pc-share {  width: 95px; margin: 0 auto;margin-top: 50px; }
.pc-share .share_bx { }
.pc-share .share_bx::after { display: block; clear: both; content:''; }
.pc-share .share_bx { float: none; top:0; }
.pc-share .share_bx > div { float:left;  cursor: pointer;}
.pc-share .share_bx > div a { width: 100%; }
.pc-share .share_bx > div a img { width:100%; }
.pc-share .share_bx > .share_fb {width: 25px; margin: 7px 7px;}
.pc-share .share_bx > .share_tw {width: 40px; margin: 7px 7px;}

.each-sec { margin-top: 50px; box-sizing:border-box; padding: 50px 0; }
.sec-title .numb { font-family: 'Noto Serif KR', 'notokr-regular', serif;  width: 100%;text-align: center; 
font-size: 50px;  line-height: 55px; color: #111; font-weight: 600; color: #d2964c; }
.sec-title .title {  width: 100%; font-size: 15px; line-height: 24px;color: #111;text-align: center;  }
.sec-title .subtitle {font-family: 'Noto Serif KR', 'notokr-regular', serif;color: #111;
text-align: center;font-size: 24px; font-weight:bold; font-weight:normal;}
.sec-title {  position: relative;margin-bottom: 50px;}
.sec-title > p { position: relative; opacity:0; top:-50px; }

.sec-title-artic { position: relative;  padding: 100px 0;}
.sec-title-artic .numb { margin: 15px auto; }
.sec-title-artic .numb img {}
.sec-title-artic .title { margin-bottom:30px; }
.sec-title-artic .title img {}
.sec-title-artic .subtitle { font-size: 32px;font-weight: normal;word-spacing: -0.1em; font-weight:bold; }

.sec-title-with-video {  margin: 150px auto; height:750px;overflow: hidden; width:100%; box-sizing:border-box; padding:0;}
.sec-title-with-video  .over-video { position: absolute;left:0;width:100%;  box-sizing: border-box;
/* top:50%; margin-top:-220px; */
 mix-blend-mode: exclusion; mix-blend-mode: unset;transition:all 0.5s ease 0s; }
.sec-title .sec-title-bg { width:100%; }
.sec-title .sec-title-bg .sec-bg-video { width:100%; }
.sec-title .sec-title-bg .sec-bg-video video { width:100%;min-width: 1200px;position: relative; left: 50%; margin-left: -50%;}
.mix-blend .numb {/*   mix-blend-mode: soft-light; */}
.mix-blend .title {/*  mix-blend-mode: soft-light; */}
.sec-title-with-video .subtitle { color:#fff; font-size:30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); font-family: 'Noto Sans KR';}
.sec-title-with-video  .over-video > p { position: relative; opacity:0; top:-50px;}
.sec-title-with-video .over-video-after { mix-blend-mode: unset; }

.sec-title-mask {position: relative; display:none;}
.masking-area {position: relative;width: 100%; height: 500px; overflow: hidden; } 

.sec-title-artic .path { position: absolute;  top: 50px;   width: 0; overflow: hidden;}
.sec--03 .sec-title-artic .path { }
.sec--05 .sec-title-artic .path { top: auto;bottom: 300px;}

.sec-title-mask .mask-back {}
.sec-title-mask .mask-back img {}
svg.titleMask {  width: 100%; position:absolute;top: 0;left: 0;height: 100%;}
svg.titleMask text {font-weight: 700; text-transform: uppercase;font-size: 300px;}
svg.titleMask rect { fill: #fff;}
svg.titleMask > rect { -webkit-mask: url(#mask); mask: url(#mask);}

.map-holder {position: relative;width: 100%;}
.map-holder path {fill:none;stroke:#5277ff;stroke-miterlimit:10;stroke-width:1.61px;}
.map-holder .arrow-svg { width: 100%; position:absolute;top: 0;left: 0;height: 100%; }
.map-holder .arrow-svg svg { width: 200px; height: 400px; }
.map-asia-ocean { width: 100%;display: block; margin: 0 auto; max-width: 1300px; box-sizing: border-box; border-right: 1px dashed #d1dae2; border-left: 1px dashed #d1dae2;}
.map-asia-ocean img {  width: 100%;}
.map-des { max-width: 500px; margin: 0 auto; }
.map-des p {  font-size: 16px;  line-height: 1.65; color: #535d69;}

.para-holder { margin: 70px auto;font-family: 'Noto Serif KR',  'notokr-regular'; }
.para-holder p {font-size: 20px;  max-width: 550px; text-align: left; color: #222; margin: 20px auto; 
line-height: 1.7; letter-spacing: -0.3px;  }
.para-holder p span.semi { font-size: 16px; opacity:0.85; }
.para-holder p.sm {   font-size: 16px; opacity: 0.85;}
.para-holder p.strong { font-weight:bold;}

.para-docu p {font-weight: bold;font-family: 'Noto Sans KR'; font-style: italic; max-width: 500px; }

.graph-holder { margin: 100px auto;  width:100%; }
.graph-holder h3 { text-align: center; margin-bottom: 30px; color: #1d1d1d; }
.graph-svg { max-width: 1200px; margin: 0 auto; position: relative;}
.graph-svg h3 { text-align: center; margin-bottom: 30px; color: #1d1d1d; }
.graph-svg svg { display:block; margin: 50px auto; margin-bottom: 80px;  overflow: visible;}
.axis .domain { stroke: #fff;stroke-width: 0; }
.tick {}
.tick line {stroke-opacity: 0.3;}
.tick text { font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕'; font-size: 12px;fill: #3a3f44;fill-opacity: 0.8;}
#YEAR_DEVI_POLE_CHART .x .tick text { font-size: 14px; font-weight:bold; }
#YEAR_DEVI_POLE_CHART .x .tick line { display:none; }
#YEAR_DEVI_POLE_CHART .pole {  cursor: pointer; fill-opacity:1; }

#IMG_S02_01 > img { width:100%;}
 
.graph-holder .caption { text-align: left; margin: 20px auto; max-width: 600px; font-size: 14px; color: #595f65; opacity: 0.8;}
.graph-holder .caption strong {display:block; font-weight:bold;  } 
.graph-svg .pole-label { fill-opacity: 0.5; font-size: 11px;font-weight: bold;color: #555;stroke: white; stroke-width: 1.5px; paint-order: stroke fill; text-anchor: middle;}

.graph-svg .tooltip {opacity:0; position: absolute; background:#fff; text-align: left; padding:10px;
border: 1px solid #ddd; z-index: 2;  font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕'; min-width: 180px; } 
.graph-svg .tooltip p {font-size:13px; line-height:1.45; }
.graph-svg .tooltip .year { font-weight:bold; color:#111; }
.graph-svg .tooltip .temp_avr { }
.graph-svg .tooltip .temp_devi { }
.graph-svg .tooltip .temp_devi span { font-weight:bold; }
.graph-svg .tooltip .temp_devi .value-warm { color:#ff7108; }
.graph-svg .tooltip .temp_devi .value-cold { color:#247cff;}
.graph-svg .tooltip .close-btn { position: absolute; color: #222;
 top: 5px; cursor: pointer; right: 10px; opacity: 0.7; font-size: 28px; line-height: 28px; display:none; }

.graph-holder h2 { font-size: 20px; text-align: center; }
.graph-holder > p.sm { font-size: 14px; opacity:0.7; text-align: center; }
.graph-holder > div { }
.graph-img-rep { margin: 15px auto; }
.graph-img-rep img { display:block; margin: 0 auto; }
.graph-caption { margin-top: 10px; font-family: 'Noto Sans KR';}
.graph-caption p { text-align: center; font-size: 14px; color:#444; }

.graph--01 img { position: relative; }
.graph--01 {}
.graph--02 {  margin-top: 30px;}
.graph--02 img {  display: block;  margin: 0 auto;position: relative; left: 50px;}

h4.m-title { margin: 40px auto; font-weight: bold;text-align: center;  font-size: 23px;}

.img-holder { margin: 50px auto; }
.img-holder > h2 {  font-size: 20px;text-align: center; }
.img-holder > p.sm {  font-size: 14px; opacity: 0.7; text-align: center; }
.img-holder .caption { text-align: center; text-align: left; max-width: 600px; margin: 20px auto; font-size: 14px; line-height: 1.5;opacity: 0.85; }
.caption { text-align: center; max-width: 600px; margin: 20px auto; font-size: 14px; line-height: 1.5;opacity: 0.85; }
.img-holder > img { display:block; margin: 0 auto;  }
.img-holder-full { width:100%; margin: 100px auto;}
.img-holder-full > img{ width:100%; }

#TREE_MAP_P1 .caption { text-align: center; }


.interviewee-holder {  max-width: 100%;  margin: 100px auto; position: relative;}
.interviewee-holder .thumb { padding-right: 50px; }
.interviewee-holder .thumb img {  width: 100%;}
.interviewee-holder .interview-text { position: relative; max-width: 550px; }
.interviewee-holder .interview-text p {  font-weight: bold;font-size: 22px; text-align: left;color: #111;line-height: 1.55; letter-spacing: -0.3px;  word-break: keep-all; margin: 25px 0;}
.interviewee-holder .interview-text .name {font-size: 16px; font-weight: normal; margin-top: 25px;  opacity: 0.8; }
.interviewee-holder-col-2 { position: relative; }
.interviewee-holder-col-2 > .col { float:left; width: 50%; box-sizing: border-box;}
.interviewee-holder-col-2::after { clear:both; display:block; content:"";}

.interviewee-holder-col-2-reverse > .col { float:right; }
.interviewee-holder-col-2-reverse .thumb  { padding-right: 0; padding-left: 50px;}
.interviewee-holder-col-2-reverse .interview-text { }
.interviewee-holder-col-2-reverse .interview-text p { text-align: right;}

.interview-text-img { width:100%; margin-top:40px; } 
.interview-text-img img {} 
.interviewee-holder-col-2-reverse .interview-text-img {  text-align: right;}


#ASIA_OCEAN_MAP { display:none;}

#TREE_MAP_P1 > img {margin: 30px auto; max-width: 500px;}
.tree-legend {margin: 15px auto; max-width: 500px; }
.tree-legend p { text-align: center;font-size: 14px; line-height: 1.5; }
.tree-legend p span { display: inline;vertical-align: middle;  }
.tree-legend p .block { width: 30px; height: 15px; display: inline-block;  }
.tree-legend p .txt { color:#111;  margin-left: 5px;font-weight: bold;opacity: 0.8; margin-right: 10px; }
.tree-legend .b01 { background:#b5d89a; }
.tree-legend .b02 { background:#76b22c; }
.tree-legend .b03 { background:#269a34; }
.tree-legend .b04 { background:#173c1c; }

.dry-legend {margin: 15px auto; max-width: 500px; }
.dry-legend p { text-align: center;font-size: 14px; line-height: 1.5; }
.dry-legend p span { display: inline;vertical-align: middle;  }
.dry-legend p .block { width: 15px; height: 15px; display: inline-block;  }
.dry-legend p .txt { color:#111;  margin-left: 5px;font-weight: bold;opacity: 0.8; margin-right: 15px; }
.dry-legend p .b01 { background:#ff4200; }
.dry-legend p .b02 { background:#4c5d70; border-radius: 50%; }

.temp-legend {margin: 15px auto; max-width: 500px; }
.temp-legend p { text-align: center;font-size: 14px; line-height: 1.5; }
.temp-legend p span { display: inline;vertical-align: middle;  }
.temp-legend p .block { width: 15px; height: 15px; display: inline-block;  }
.temp-legend p .txt { color:#111;  margin-left: 5px;font-weight: bold;opacity: 0.8; margin-right: 15px; }
.temp-legend p .b01 { background:#ff4200; }
.temp-legend p .b02 { background:#8a96a2; border-radius: 50%; }



#CURRENT_FIRE_LINE_POLE .x .tick text { font-size: 12px; }
#CURRENT_FIRE_LINE_POLE .x .tick line { display:none; }
#CURRENT_FIRE_LINE_POLE .x .tick.tick-strong { font-size: 15px;  font-weight:bold;}
#CURRENT_FIRE_LINE_POLE .y .tick text { font-size: 13px;  }
#CURRENT_FIRE_LINE_POLE .axis-ha .tick text {  fill: #ff4d00;}
#CURRENT_FIRE_LINE_POLE .axis-ha .tick line {  fill: #ff4d00; stroke: #ff4d00; }
#CURRENT_FIRE_LINE_POLE .line-path { stroke: #333; stroke-width: 2; }
.y-label-occu {font-size: 14px; font-weight: bold; fill: #3a3f44; }
.y-label-ha { font-size: 14px; font-weight: bold; fill: #ff682a; }
#CURRENT_FIRE_LINE_POLE .pole-label {  fill-opacity: 0.85;font-size: 12px;font-weight: normal;color: #fff;stroke: #ea4700;stroke-width: 2px; 
paint-order: stroke fill; text-anchor: middle; fill: #fff;}
#CURRENT_FIRE_LINE_POLE .dot-label { opacity: 0; font-size: 12px;font-weight: bold;  text-anchor: middle; fill: #333333;stroke:#fff;paint-order: stroke fill;   }
#CURRENT_FIRE_LINE_POLE .dot { fill: #585454; fill-opacity: 1; stroke: #dedede; stroke-opacity: 1;stroke-width: 1;}

.img-holder-slider {   padding: 50px 0; box-sizing: border-box; width: 100%;background: #e8ebec;}
.img-holder-slider .img-des { text-align: center;margin-bottom: 10px; font-size: 17px; font-weight: bold;color: #394254;color:#222;}
.img-des .handle-img { width:20px; height:20px;padding: 0px 5px; display:none;}
.img-des .handle-img img { width:20px; height:20px; }

.slider--01 { position: relative;max-width: 500px; margin:30px auto;}
.slider--02 { position: relative;max-width: 550px; margin:30px auto;}
.img-holder-slider .click-animation { position: absolute; width: 36px; top: 50%; left:50%; margin-left:10px; }
.img-holder-slider .click-animation img { width:100%; border-radius:none; box-shadow:none;  position: relative; left:0; }
.img-holder-slider .click-animation img.ani {animation: click 1s cubic-bezier(0.37,0.01,0.55,0.99) infinite alternate;}
@keyframes click {
	0% { opacity: 0.5; left: 20px;}
	100% {opacity: 1;left:0px;}
}
.img-holder-slider .caption { font-weight: bold; font-size: 16px;}
.slider--01 .click-animation { margin-top: -40px; }
.slider--02 .click-animation { margin-top: -40px; }
#TT_HOLDER_02 { box-shadow: 5px 5px 15px rgba(0,0,0,0.2);}

/** fixed Navi **/
.fixed-navi {position: fixed; right: 10px;top: 50%;margin-top: -250px; right: -200px;
font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕'; z-index: 1;}
.fixed-navi .navi-body { height: 500px;}
.fixed-navi .navi-body .bar { height:100%; width:2px; background:#fff; background: rgba(0,0,0,0.2); position: relative; }
.fixed-navi .navi-body .bar .progress { position: absolute; background: #d2964c; width:100%; height: 0%; top:0px; left:0px; }
.fixed-navi .navi-body .bar .step-txt { position: absolute; top:0px; right:0px; width: 130px;  height: 100%; text-align: right; box-sizing: border-box; padding-right: 20px; }
.fixed-navi .navi-body .bar .step-txt p {  font-size: 11px;line-height: 20px; color:#111;  text-shadow: 1px 1px 1px #fff;opacity: 0.8;  
 position: absolute; right: 10px; letter-spacing: 0;  font-weight: bold;}
.fixed-navi .navi-body .bar .step-txt p.on { opacity:1; }
.fixed-navi .navi-body .bar .step-txt p.s00 {top: -1%; }
.fixed-navi .navi-body .bar .step-txt p.s01 {top: 12%; }
.fixed-navi .navi-body .bar .step-txt p.s02 {top: 28%; }
.fixed-navi .navi-body .bar .step-txt p.s03 {top: 50%; }
.fixed-navi .navi-body .bar .step-txt p.s04  {top: 75%; }
.fixed-navi .navi-body .bar .step-txt p.s05 {top: 95%; }
/** fixed Navi **/


/*****footer*****/
.footer-area {  background:#fff;  margin-top: 100px;  box-shadow: 0px -15px 20px rgba(0,0,0,0.05); border-top: 1px solid #cdd1d6; 
position: relative; z-index: 2; margin-top: 30px; }
.footer-area .copyright {}
.footer-area .copyright p { text-align: center; font-size: 14px; color:#555;line-height: 20px;  margin: 5px 0; }

.rel-article {  padding: 30px 0px; }
.rel-article .rel-box { width:100%; max-width: 650px; margin: 0 auto;   border: 1px solid #d2d1d6; border-bottom: 4px solid #222;}
.rel-article .rel-box-2 {   margin: 20px auto;}
.rel-article .rel-box-2 .rel-art-list { padding: 10px; }
.rel-article .rel-box .thumb { width:100%; position: relative; height: auto; }
.rel-article .rel-box .thumb a { width:100%; display:block; }
.rel-article .rel-box .thumb img { width:100%; }
.rel-article .rel-box .thumb .project-name { position: absolute; top: 10px; left:10px; background: #222;color:#fff;border-radius:2px; font-weight: bold; 
 font-size: 16px; line-height:18px; padding: 8px 15px;text-align:center; color: #ddd; display: inline-block; }
.rel-article .rel-box .rel-art-list { width:100%; box-sizing: border-box; padding: 20px 15px;position: relative;  }
.rel-article .rel-box .rel-art-list ul { width:100%; }
.rel-article .rel-box .rel-art-list ul li { margin: 6px 0px; text-align: center; }
.rel-article .rel-box .rel-art-list ul li a { text-align:left; color: #555; font-size: 17px; line-height:24px; }
.rel-article .rel-box .rel-art-list ul li a:hover { text-decoration: underline; }
.rel-article .rel-box .rel-art-list .more-btn { position: absolute; right: 10px; bottom: 10px; font-size: 14px;
color: #777;  background: url("http://img.khan.co.kr/spko/storytelling/2018/big/outlink.png") no-repeat; 
background-size: 15px 15px; padding-right: 20px;background-position: right;  cursor: pointer; opacity:0.7; }
.rel-article .rel-box .rel-art-list .more-btn:hover { opacity:1; }
.rel-article h4 { font-size: 16px;font-weight: 500;  text-align: center;margin-bottom: 20px;  margin-top: 20px;}
.rel-article .rel-box-bottom { margin-top: 20px; }

.bottom-byline {   width: 100%; max-width: 1050px;margin: 0 auto; margin-top: 20px;  }
.bottom-byline ul {  box-sizing: border-box; padding: 30px 0; text-align: center;  max-width: 500px; margin: 0 auto;}
.bottom-byline ul .team-wrap { width: 50%; float: left; }
.bottom-byline ul .team-wrap:nth-child(1) { margin-bottom: 15px; }
.bottom-byline ul::after { clear: both; content:''; display:block; }
.bottom-byline ul li { opacity:0.9;  font-weight: 300;font-size: 13px; line-height:20px; color:#222; letter-spacing: 0px; }
.bottom-byline ul li.team { font-weight: bold; font-size: 15px; opacity:1;   letter-spacing: -1px; margin: 5px 0px; }
.bottom-byline ul li.team span { margin: 0px 5px; font-size: 13px; position: relative; top: -2px; }
.bottom-byline ul li .roll { font-weight:bold; display: inline-block; margin: 7px 0px; }
.bottom-byline ul li a { display: inline-block;  color: #111;}
.bottom-byline ul li a:hover { /* background: rgba(129, 144, 255, 0.5);*/ text-decoration:underline; }

.digital-list-wrap { border-top: 1px solid #dbdbdb; }
.digital-list { position: relative; z-index:2;}

 /* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.graph-svg .pole-label {  stroke-width: 0.2px;}
#CURRENT_FIRE_LINE_POLE .pole-label  {  stroke-width: 0.2px;}
#CURRENT_FIRE_LINE_POLE .dot-label  { font-weight:bold; stroke-width: 0.2px;}
}
/* IE9,10 */
@media screen and (min-width:0\0){
.graph-svg .pole-label {  stroke-width: 0.2px;}
#CURRENT_FIRE_LINE_POLE .pole-label  { font-weight:bold; stroke-width: 0.2px;}
#CURRENT_FIRE_LINE_POLE .dot-label  { font-weight:bold; stroke-width: 0.2px;}
}



/******common footer******/
.common-footer {position: relative; background:#fff;}
#footer { position:relative;width: 1050px; margin: 0 auto;}
#footer:after { clear: both; content: ""; display: block;}
#footer .foot_info { border-top:1px solid #b9bbbe; padding:25px 0 20px;}
#footer .foot_info:after { clear: both; content: ""; display: block;}
#footer .foot_info a { color:#888; font-size:12px; line-height:15px;}
#footer .foot_info h2 { float:left; margin:2px 70px 0 90px;}
#footer .foot_info .cnt { float:left; width:755px;}
#footer .foot_info .cnt .blind {display:block; overflow:hidden; left:-9999px; position:absolute; width:1px; height:1px; line-height:0; text-indent:-9999px; font-size:0;}
#footer .foot_info .cnt dd.first { margin-bottom:2px;}
#footer .foot_info .link dd {line-height: 18px;}
#footer .foot_info .link span { background:url("http://img.khan.co.kr/spko/main_2013/blit_bar.gif") no-repeat scroll 2px 5px transparent; display:inline-block; padding-left:10px;}
#footer .foot_info .link span.first { background:none repeat scroll 0 0 transparent; padding-left:0;}
#footer .foot_info .adr { margin-top:4px; color:#888; font-size:12px;}
#footer .foot_info .adr span { background:url("http://img.khan.co.kr/spko/main_2013/blit_bar.gif") no-repeat scroll 2px 5px transparent; display:inline-block; padding-left:10px;}
#footer .foot_info .adr span.first { background:none repeat scroll 0 0 transparent; padding-left:0;}
#footer .foot_info address { color:#aaa; float:left; font-family:Verdana, Sans-serif; font-weight:bold; font-size:11px; margin-top:6px;}
#footer .foot_info address strong { color:#4d89f7;}
#footer .foot_info .khRss { float:left; margin-left:5px; margin-top:2px;}
#footer .foot_info .khRss a { background:url('http://img.khan.co.kr/spko/main_2013/set_common.png') no-repeat scroll 0 -964px transparent; display:block; width:14px; height:17px; overflow:hidden; text-indent:-9999px;}
.gotomobile {text-align:center;} /* 모바일 화면으로 보기 링크 버튼 */



/*-------------------------------------*/
/***** 전체 기본 CSS - 모바일 기준******/
/*-------------------------------------*/

/***** 노트북 *****/
@media screen and (max-width: 1380px) {

.sec-title-with-video { margin: 100px auto;    height: 700px; }

}

/***** 모바일 Portraits ****/
@media screen and (max-width: 800px) {

.img-pc { display:none; }
.img-m { display:block; }
.wrap { overflow-x: hidden; }
.interactive-header{ display:none; }
/* #header - GNB */
#header { display:none;  }
#header-m { display: block;position: fixed; left: 0; right: 0; width: 100%;  z-index: 30; top: 0;}
#header-m:after {content:""; position:absolute; left:0; bottom:0px; width:100%; height:1px; background-color:#dbdde0;}
#header-m.header {transition: All 0.3s ease-in-out;-webkit-transition: All 0.3s ease-in-out;-moz-transition: All 0.3s ease-in-out;-o-transition: All 0.3s ease-in-out;}
#header-m.header.hidetop {top:-50px;}
.head_article .common-header-title .tit_svc {  height: 34px; text-align: center;}
.screen_out {   overflow: hidden;position: absolute;  width: 0;height: 0; line-height: 0; text-indent: -9999px;}
.head_article {position:fixed; top:-60px; width:100%; min-width:320px; -webkit-transform:translate3d(0,0,0); z-index:100; transition:All 0.3s ease-in-out; -webkit-transition:All 0.3s ease-in-out; -moz-transition:All 0.3s ease-in-out; -o-transition:All 0.3s ease-in-out;}
.head_article.on {top:0;}
.head_article .common-header-title {position:relative; height:38px; border-bottom:1px solid #f0f0f0; background-color:#fff;}
.head_article .common-header-title .tit_svc {height:34px; text-align:center;}
.head_article .box_menu_left {position:absolute; left:7px; top:0; z-index:20;}
.head_article .box_menu_left .btn_menu {float:left; width:35px; height:38px;}
.head_article .box_menu_left .btn_menu .ico_menu {display:block; width:20px; height:20px; margin:10px auto 0; background:url("http://img.khan.co.kr/mobile/images/2018/ico_hr_top_menu.png") no-repeat 0 0; background-size:20px 20px; text-indent:-9999px;}
.head_article .box_menu_left .btn_gohome {float:left; width:35px; height:38px;}
.head_article .box_menu_left .btn_gohome .ico_gohome {display:block; width:20px; height:20px; margin:10px auto 0; background:url("http://img.khan.co.kr/mobile/images/2018/ico_hr_top_gohome.png") no-repeat 0 0; background-size:20px 20px; text-indent:-9999px;}
.head_article .box_menu_right {position:absolute; right:5px; top:0; z-index:20;}
.box_menu_btn {float:left; width:auto; height:38px; margin:0 7px;}
.box_menu_btn em {position:relative; top:-3px; margin-left:3px; font-size:12px;}
.box_menu_right .btn_scrap .ico_scrap {display:inline-block; width:18px; height:21px; margin:11px auto 0; background:url("http://img.khan.co.kr/mobile/images/2018/ico_art_top_scrap.png") no-repeat 0 0; background-size:12px 18px; text-indent:-9999px;}
.box_menu_right .btn_share .ico_share {display:inline-block; width:20px; height:20px; margin:10px auto 0; background:url("http://img.khan.co.kr/mobile/images/2018/ico_hr_top_share.png") no-repeat 0 0; background-size:20px 20px; text-indent:-9999px;}
.box_menu_right .btn_reply .ico_reply {display:inline-block; width:20px; height:20px; margin:10px auto 0; background:url("http://img.khan.co.kr/mobile/images/2018/ico_hr_top_reply.png") no-repeat 0 0; background-size:20px 20px; text-indent:-9999px;}
.pc-share { display:none; }
.share_bx { float: none; top:0; }
.share_bx > div {  float: left;  }
.share_bx > div a { width: 100%; }
.share_bx > div a img { width:100%; }
.share_bx > .share_fb {width: 15px; margin: 7px 5px;}
.share_bx > .share_tw {width: 20px; margin: 5px 5px;}
.common-footer #footer { display:none;}
.common-footer #footer-m { display:block;}
.art_header { display:block; position: relative; margin-bottom: 15px; padding: 20px 20px 0; padding-top: 45px;}
.header_tit_serial {   margin: 7px 0 4px; color: #4469B0; font-size: 13px; font-weight: 700; letter-spacing: -0.075em;}
.header_tit_serial a {color: #4469B0; }
.art_header .tit_view {   overflow: hidden;  margin-top: 4px;font-weight: normal;color: #121212; font-size: 24px; line-height: 29px;letter-spacing: -0.025em;}


.story-top-graphic { padding-top:0;}
#threeJsGlobe {  width:100%; height:450px;}
.title-holder { margin-top: -100px;}
.title-holder .title-split p img { height:60px; }
.title-holder .title-merge .line { display: block; } 
.strong-desc { width:100%; box-sizing: border-box;padding: 0px 20px;}
.strong-desc p {  font-size: 16px;line-height: 1.55;}

.sec-title {   width: 100%; box-sizing: border-box; padding: 0px 15px;}
.sec-title .subtitle { font-size: 18px; font-weight: bold; text-shadow: 1px 1px 0px rgba(255,255,255,0.7);}
.para-holder {width: 100%;  margin: 40px auto; }
.para-holder p  { font-size: 18px; line-height: 1.7; box-sizing: border-box;  padding: 0px 12px;}
.para-docu p.sm { font-weight: normal; font-size: 15px; font-style: normal; line-height: 1.5;opacity: 0.6;}

.img-holder {  margin: 40px auto;}
.img-holder > img { width:100%; }
.img-holder-full  { margin: 40px auto;}
.img-holder .caption { font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕';
 font-size: 12px; width: 100%;box-sizing: border-box;padding: 0px 12px;word-break: keep-all; margin: 8px 0; } 
#IMG_S01_01 { box-sizing: border-box;  padding: 12px;}
#IMG_S01_01 .caption { padding: 0; }

.graph-holder { margin: 40px auto; }
.graph-holder > p.sm {font-size: 12px; }
.img-holder > p.sm  {font-size: 12px; }
.graph-svg svg {   margin: 30px auto; margin-bottom: 70px;}
.graph-holder .caption { font-family: 'Noto Sans KR', 'notokr-regular', 'Apple SD Gothic Neo','맑은 고딕';
 font-size: 12px; width: 100%;box-sizing: border-box;padding: 0px 12px;word-break: keep-all; margin: 8px 0;}

#TOOLTIP_YEAR_DEVI {position: fixed; width: 100%; top: auto; bottom: 0px; left: 0; box-sizing: border-box;}
.graph-svg .tooltip .close-btn { display: block; cursor: pointer;}
.graph-svg .pole-label { font-size: 10px;}
.graph-img-rep {  width: 100%;box-sizing: border-box;  padding: 0px 12px; }
.graph-img-rep img { width:100%; }

.img-holder > h2 { font-size: 18px;margin-bottom: 10px; }
.graph-svg h3 {  font-size: 18px;margin-bottom: 10px; }
.graph-holder h2 { font-size: 18px;margin-bottom: 10px; }

#TREE_MAP_P1 {  width: 100%; box-sizing: border-box; }
#TREE_MAP_P1 > img { margin: 10px auto; max-width: 300px;}
.tree-legend p .block {  width: 12px; height: 12px; display: inline-block; margin-left: 10px;}
.tree-legend p .txt {font-size: 12px;   width: 12px; height: 12px;}
.img-holder-slider {  padding: 30px 12px; width: 100%;}
.img-holder-slider .img-des { font-size: 15px; }
.slider--02 { margin-bottom:0;}

.graph--02 img { left:0;}

.each-sec {  margin-top: 20px; padding-top:40px;}
.sec-title-with-video {  margin: 0px auto; height: 500px;}
.sec-title { padding:0;}
.sec-title .sec-title-bg .sec-bg-video video { width:100%; min-width:inherit; }
.sec-title-artic .numb img {width: 180px;}
.sec-title-artic .title img {height: 40px;}
.sec-title .subtitle img {  width: 85%; max-width: 320px;}
.sec-title-artic .path { top: 100px; left: -100px; }
.sec-title-artic .path img { width: 450px; }
.sec-title-with-video .over-video { margin-top:0;top:0;}

.sec--03 .sec-title-artic .path { right:auto; left:0;}


.interviewee-holder { margin: 40px auto; width: 100%;box-sizing: border-box; }
.interviewee-holder-col-2 > .col { width:100%; float:none; }
.interviewee-holder .interview-text { padding: 0px 12px; }
.interviewee-holder .interview-text p {   font-weight: bold;
 font-size: 18px;text-align: left; color: #111;line-height: 1.7; letter-spacing: -0.3px;font-style: italic; word-break: keep-all;}
.interviewee-holder .thumb {  box-sizing: border-box; padding: 15px;}
.interviewee-holder-col-2-reverse .thumb { }
.interviewee-holder .thumb img {   width: 100%;border-radius: 20px; }

.interview-text-img { box-sizing: border-box; padding: 0px 10px;}
.interview-text-img img { width:100%; }
 
h4.m-title { font-size: 20px; text-align: left; width: 100%; box-sizing: border-box;  padding: 0px 20px; margin-left: 20px; border-left: 5px solid #111; font-weight: normal;} 
span.jump { display:block; }

#CURRENT_FIRE_LINE_POLE .x .tick text { font-size:10px; }
#CURRENT_FIRE_LINE_POLE .y .tick text { font-size:11px;}
.y-label-ha, .y-label-occu { font-size:12px; }
#CURRENT_FIRE_LINE_POLE .dot-label { opacity:1; font-size:10px;stroke-width: 2px;}

.fixed-navi { right: 0; left: 0; margin-top: 0; top: 0; top: 39px;  z-index: 10;}
.fixed-navi .navi-body { height:2px; width: 100%; }
.fixed-navi .navi-body .bar { width:100%; height: 100%; background: rgba(51, 51, 51, 0.5);}
.fixed-navi .navi-body .bar .step-txt p { display: none; }
.fixed-navi .navi-body .bar .progress { height:100%; width: 0%; }

.rel-article { padding: 20px 15px;  box-sizing: border-box;}
.rel-article .rel-box { }
.rel-article .rel-box .rel-art-list { padding: 15px; }
.rel-article .re.rel-article .rel-box .rel-art-list ul li a {  font-size: 15px; line-height:1.4; }
.rel-article .rel-box .rel-art-list ul li { text-align: left; }
.rel-article .rel-box .rel-art-list ul li a { line-height: 1.2; font-size: 15px; text-align: left;}
.digital-list-wrap { border-top:0;}

}


/****** 모바일 Landscape *****/
@media (max-width: 800px) and (orientation: landscape){


}
