@charset "utf-8";
/*-------------------------------------------------
Author : JMKIM
Create date : 2017. 02. 08
-------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

@font-face {
  font-family: 'NanumSquareR';
  src: url('/font/NanumSquareR.eot');
  src: url('/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
    url('/font/NanumSquareR.woff2') format('woff2'), url('/font/NanumSquareR.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareB';
  src: url('/font/NanumSquareB.eot');
  src: url('/font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
    url('/font/NanumSquareB.woff2') format('woff2'), url('/font/NanumSquareB.woff') format('woff');
}

/* Noto sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url(/font/Noto-Sans-KR/notokrL.eot);
  src: local('Noto Sans KR Light'),
    url(/font/Noto-Sans-KR/notokrL.eot?#iefix) format('embedded-opentype'),
    url(/font/Noto-Sans-KR/notokrL.woff2) format('woff2'),
    url(/font/Noto-Sans-KR/notokrL.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/font/Noto-Sans-KR/notokrR.eot);
  src: local('Noto Sans KR Regular'),
    url(/font/Noto-Sans-KR/notokrR.eot?#iefix) format('embedded-opentype'),
    url(/font/Noto-Sans-KR/notokrR.woff2) format('woff2'),
    url(/font/Noto-Sans-KR/notokrR.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(/font/Noto-Sans-KR/notokrM.eot);
  src: local('Noto Sans KR Medium'),
    url(/font/Noto-Sans-KR/notokrM.eot?#iefix) format('embedded-opentype'),
    url(/font/Noto-Sans-KR/notokrM.woff2) format('woff2'),
    url(/font/Noto-Sans-KR/notokrM.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(/font/Noto-Sans-KR/notokrB.eot);
  src: local('Noto Sans KR Bold'),
    url(/font/Noto-Sans-KR/notokrB.eot?#iefix) format('embedded-opentype'),
    url(/font/Noto-Sans-KR/notokrB.woff2) format('woff2'),
    url(/font/Noto-Sans-KR/notokrB.woff) format('woff');
}
/* Noto sans KR */

body {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 15px;
  font-family: 'NanumSquareR';
  color: #656565;
}
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #2a2a2a;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a:hover {
}
img {
  border: 0;
  vertical-align: top;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
caption {
  text-indent: -9999px;
  height: 0;
}
select,
input,
textarea {
  color: #454545;
  font-family: 'Malgun Gothic';
  font-size: 1em;
}
select,
input {
  vertical-align: middle;
}
address,
em {
  font-style: normal;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}

#accessibility {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  font-size: 1.3em;
  z-index: 200;
}
#accessibility dt {
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#accessibility a {
  display: block;
  position: absolute;
  top: -10000px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 15px;
  text-align: center;
  font-size: 1em;
  z-index: 200;
}
#accessibility a:hover,
#accessibility a:focus,
#accessibility a:active {
  position: absolute;
  top: 0;
  padding: 10px 0 25px;
  background: #1d60a7;
  color: #fff;
  z-index: 99;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}

.vert-top {
  vertical-align: top;
}
.vert-mid {
  vertical-align: middle;
}
.vert-bot {
  vertical-align: bottom;
}

.form-control {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.form-control.xs {
  width: 75px;
}
.form-control.sm {
  width: 100px;
}
.form-control.md {
  width: 134px;
}
.form-control.lg {
  width: 200px;
}
.form-control.xl {
  width: 300px;
}
.form-control.normal {
  width: auto;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  color: #333;
  background-color: #fff;
  transition: all 0.25s ease;
  border: 1px solid #c6c6c6;
  padding: 6px 12px;
}
.btn:hover,
.btn:focus {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.btn.primary {
  color: #fff;
  border-color: #f44e4e;
  background: #f44e4e;
}
.btn.secondary {
  color: #fff;
  border-color: #555;
  background: #555;
}
.btn-area {
  display: flex;
  justify-content: center;
}
.btn.xs {
  width: 75px;
}
.btn.sm {
  width: 100px;
}
.btn.md {
  width: 125px;
}
.btn.lg {
  width: 150px;
}
.btn.xl {
  width: 185px;
}
.btn.xl.new {
  width: 200px;
}
.btn.xxl {
  width: 230px;
}
.btn.normal {
  width: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1080px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.br {
  display: block;
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 880px) {
}

/* 210825 디자인 개편 */
body.ns {
  font-family: 'Noto Sans KR', sans-serif;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 200;
}
body.ns #wrap {
  overflow: hidden;
}
body.ns strong,
body.ns th {
  font-weight: 500;
}
body.ns pre {
  font-family: 'Noto Sans KR', sans-serif;
}

.ns #main {
  background: transparent;
}
.ns #main .container {
  width: 1400px;
  padding: 0;
}
.ns .container {
  max-width: 1400px;
  width: 100%;
  padding: 0;
}
.ns #header {
  height: auto;
  background: #e6f0f9;
  padding-top: 15px;
}
.ns.search_active #header {
  padding-top: 0;
}
.ns #header .bg-depth2,
.ns #header #gnb > li .depth2 {
  top: 110px;
}
.ns #header .bg-depth2 {
  box-shadow: 0px 5px 10px rgba(191, 191, 191, 0.3);
}
.ns #header #nav {
  height: auto;
  border: 0;
}
.ns #header .top-menu {
  background: #fff;
  padding: 30px 0;
}
.ns.search_active #header .top-menu .container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.ns #header #gnb > li > a {
  margin: 4px 38px;
}
.ns #header #gnb > li .depth2 .info {
  width: 280px;
}
.ns #header .pull-right {
  position: absolute;
  width: auto;
  top: 50%;
  right: 47px;
  transform: translateY(-50%);
  float: none !important;
  padding-top: 10px;
}
.ns.search_active #header .pull-right {
  position: relative;
  right: inherit;
  padding-top: 125px;
}
.ns #header .tsidemenu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.ns #header .tsidemenu > li::before {
  content: none;
}
.ns #header .tsidemenu > li {
  margin-right: 20px;
}
.ns #header .tsidemenu > li:last-child {
  margin-right: 0;
}
.ns #header .tsidemenu > li > a {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
  padding: 0;
}
.ns .search-input {
  position: relative;
  display: inline-block;
  top: -16px;
  right: 0;
  vertical-align: middle;
  margin: 0 18px;
  -webkit-transition: none;
  transition: none;
  height: 0;
}
.ns.search_active .search-input {
  position: absolute;
  display: block;
  right: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #bebebe;
}
.ns #header .i-menu {
  vertical-align: middle;
}
.ns #header .i-search {
  background-image: url('/korean/img/common/search.svg');
  margin-top: -2px;
}

a.more {
  position: absolute;
  font-size: 24px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.more:hover,
a.more:focus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* visual */
.visual_wrap {
  height: 560px;
  padding: 50px 0;
}
.visual_wrap > * {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
.visual_wrap::before {
  position: absolute;
  width: 8.4%;
  height: 510px;
  right: calc(100% - 8.4%);
  top: 5%;
  background: #e6f0f9;
  border-radius: 0 50px 0 0;
  content: '';
  z-index: -1;
}
.visual_wrap::after {
  position: absolute;
  width: 73.4%;
  height: 510px;
  left: calc(100% - 73.4%);
  top: 5%;
  background: #e6f0f9;
  border-radius: 50px 0 0 0;
  content: '';
  z-index: -1;
}
.visual_wrap .report_wrap {
  position: absolute;
  width: 480px;
  border-radius: 20px;
  background: #02499e;
  padding: 32px;
  z-index: 1;
}
.visual_wrap .report {
  position: relative;
  color: #fff;
}
.visual_wrap .report h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-bottom: 28px;
}
.visual_wrap .report .more {
  color: #fff;
}
.visual_wrap .report .item li {
  padding-bottom: 14px;
}
.visual_wrap .report .item li a {
  display: block;
  color: #fff;
}
.visual_wrap .report .item li a::after {
  display: block;
  clear: both;
  content: '';
}
.visual_wrap .report .item li a .img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  min-height: 100%;
}
.visual_wrap .report .item li a:hover .img img,
.visual_wrap .report .item li a:focus .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.visual_wrap .report .item li a:hover .desc strong,
.visual_wrap .report .item li a:focus .desc strong {
  text-decoration: underline;
  text-underline-position: under;
}
.visual_wrap .report .img {
  float: left;
  width: 185px;
  height: 246px;
  overflow: hidden;
  box-shadow: 6px 6px 20px 1px rgba(0, 0, 0, 0.15);
}
.visual_wrap .report .desc {
  float: left;
  width: calc(100% - 185px);
  padding-left: 25px;
}
.visual_wrap .category {
  display: inline-block;
  max-width: 150px;
  font-size: 17px;
  letter-spacing: -0.42px;
  border-radius: 3px;
  background: #3abde7;
  padding: 3px 16px;
  color: #fff;
  vertical-align: middle;
}
/* 기획 */
.visual_wrap .category.type01 {
  background-color: #f44e4e;
}
/* 정책 */
.visual_wrap .category.type02 {
  background-color: #3abde7;
}
/* 기본 */
.visual_wrap .category.type03 {
  background-color: #547cff;
}
/* 현안 */
.visual_wrap .category.type04 {
  background-color: #dc3c8f;
}
/* 수탁 */
.visual_wrap .category.type05 {
  background-color: #009893;
}
/* 기타 */
.visual_wrap .category.type06 {
  background-color: #253042;
}
.visual_wrap .category span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.visual_wrap .report .desc strong {
  height: 162px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1.3px;
  margin: 16px auto 22px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.visual_wrap .report .desc p {
  font-size: 17px;
  letter-spacing: -0.42px;
  color: #87b0e2;
}
.visual_wrap .report .slick-dots {
  bottom: -44px;
}
.visual_wrap .report .slick-dots li,
.visual_wrap .report .slick-dots li button,
.visual_wrap .report .slick-dots li button::before {
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
}
.visual_wrap .report .slick-dots li {
  margin: 0 4px;
}
.visual_wrap .report .slick-dots li button::before {
  border: 2px solid #fff;
  color: transparent;
  opacity: 1;
  border-radius: 50%;
}
.visual_wrap .report .slick-dots li.slick-active button::before {
  background: #fff;
}

.visual_wrap .publication {
  position: relative;
  margin-left: 550px;
}
.visual_wrap .publication .category {
  background: #375375;
}
.visual_wrap .publication a {
  display: block;
  text-align: center;
}
.visual_wrap .publication a:hover strong,
.visual_wrap .publication a:focus strong {
  text-decoration: underline;
  text-underline-position: under;
}
.visual_wrap .publication a .img {
  width: 185px;
  height: 245px;
  margin: 0 auto;
  box-shadow: 8px 8px 10px 1px rgb(0 0 0 / 5%);
  overflow: visible;
}
.visual_wrap .publication a .img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.visual_wrap .publication a strong {
  display: block;
  display: -webkit-box;
  /* height: 42px; */
  font-size: 18px;
  margin: 15px auto 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.visual_wrap .publication a .category {
  padding: 6px 16px;
}
.visual_wrap .publication .progress {
  display: block;
  width: calc(100% - 124px);
  height: 7px;
  overflow: hidden;
  background-color: rgba(142, 156, 183, 0.4);
  background-image: linear-gradient(to right, #3abde7, #3abde7);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin-top: 36px;
  padding-top: 0;
  border-radius: 3px;
}
.visual_wrap .publication .slide_control {
  position: absolute;
  bottom: -13px;
  right: 0;
}
.visual_wrap .publication .slide_control > * {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #fff;
  margin-right: 2px;
}
.visual_wrap .publication .slide_control > *:last-child {
  margin-right: 0;
}
.visual_wrap .publication .slide_control > *:hover,
.visual_wrap .publication .slide_control > *:focus {
  background: #333;
  color: #fff;
}
.visual_wrap .publication .slide_control a {
  line-height: 23px;
}

.visual_wrap .popup_zone {
  position: absolute;
  width: 468px;
  height: 311px;
  top: 218px;
  right: 0;
}
.visual_wrap .popup_zone .popup_item {
  position: relative;
  width: 100%;
  height: 100%;
  right: -100%;
  background: #4f5d85;
  border-radius: 20px 0 0 0;
  padding: 46px 74px 46px 24px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.visual_wrap .popup_zone.active .popup_item {
  display: block;
  right: 0;
  z-index: 1;
}
.visual_wrap .popup_zone .popup_item .item {
  width: 370px;
  height: 220px;
}
.visual_wrap .popup_zone .popup_item .item a img {
  width: 100%;
  height: 100%;
}
.visual_wrap .popup_zone .title {
  position: absolute;
  width: 56px;
  height: 100%;
  top: 0;
  right: 0;
  background: #404c6d;
  color: #fff;
  margin-bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}
.visual_wrap .popup_zone .title strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 26px;
  left: 50%;
  top: 70px;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  padding: 0;
}
/* .visual_wrap .popup_zone .title strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 26px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 50px 0;
} */
.visual_wrap .popup_zone .title .slide_control {
  /* margin-top: 40px; */
  margin-top: 160px;
}
.visual_wrap .popup_zone .title .slide_control button {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  padding: 0;
}
.visual_wrap .popup_zone .title .slide_control button:hover {
  color: #000;
}
.visual_wrap .popup_zone .title .slide_control button.close {
  margin-top: 36px;
}
/* //visual */

/* section */
.ns #main .section {
  position: relative;
  padding: 60px 0;
}
.ns #main .quick_menu.section {
  position: relative;
  padding: 0 0 60px;
}
.ns #main .section .inner {
  position: relative;
}
.ns #main .title {
  margin-bottom: 38px;
  padding-right: 40px;
}
.ns #main .title h3 {
  display: inline-block;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.7px;
  vertical-align: middle;
}
.ns #main .title h3 + p {
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.26px;
  margin-top: 10px;
}
.ns #main .title h3 i {
  position: relative;
  padding-right: 14px;
  margin-right: 12px;
}
#main .title h3 i::after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #bbb;
  content: '';
}
#main .title h3 + span {
  display: inline-block;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.26px;
  vertical-align: middle;
}
.quick_menu ul {
  display: table;
  width: calc(100% + 28px);
  table-layout: fixed;
  margin: 0 -14px;
}
.quick_menu ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_menu ul li a {
  display: block;
  text-align: center;
}
.quick_menu ul li a:hover i,
.quick_menu ul li a:focus i {
  background: #fff;
  border-color: #284ec9;
}
.quick_menu ul li a > i {
  display: block;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  text-align: center;
  padding: 30px 28px;
  margin-bottom: 16px;
}
.quick_menu ul li a > i img {
  width: 100%;
  height: 70px;
}
.quick_menu ul li p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.27px;
  color: #333;
}
.quick_menu ul li p i {
  color: #f44e4e;
}

#main .members {
  height: 100%;
  padding: 56px 0 36px;
}
#main .members::before {
  position: absolute;
  width: 1000vw;
  height: 100%;
  background: #edf2f8;
  z-index: -1;
  top: 0;
  left: -50%;
  transform: translateX(-50%);
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#main .members::after {
  position: absolute;
  width: 167px;
  height: 171px;
  background: url('/korean/img/main/members_bg.svg') no-repeat center center/cover;
  left: 0;
  bottom: 0;
  content: '';
}
#main .members .title {
  position: absolute;
  padding-left: 178px;
}
#main .members .title h3 {
  color: #22aad5;
}
.members .quick_menu {
  padding-left: 34%;
}
.members .quick_menu ul {
  max-width: 790px;
}
.members .quick_menu ul li i {
  background: #fff;
  padding: 24px 28px;
}
.members .quick_menu ul li i img {
  height: 56px;
}
.members .quick_menu ul li a:hover i,
.members .quick_menu ul li a:focus i {
  border-color: #22aad5;
}
.members .quick_menu ul li a:hover p::after,
.members .quick_menu ul li a:focus p::after {
  content: none;
}
.members .quick_menu ul li a p { font-size:15px; }
.members .close {
  position: absolute;
  top: 18px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.members .close:hover,
.members .close:focus {
  transform: rotate(90deg);
}
.members .close i {
  font-size: 30px;
  color: #4482bf;
}

.ns #main .video {
  padding-bottom: 90px;
}
.ns #main .video::before {
  position: absolute;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  background: #253042;
  z-index: -1;
  top: 0;
  left: 0;
  content: '';
}
.ns #main .video .title h3 {
  color: #fff;
}
.ns #main .video .title span {
  color: rgba(255, 255, 255, 0.7);
}
.video a.more {
  color: #fff;
  font-size: 30px;
}
.video .item ul::after {
  display: block;
  clear: both;
  content: '';
}
.video .item ul li {
  float: left;
  width: calc(33.333% - 210px);
  max-width: 260px;
  margin-right: 33px;
}
.video .item ul li:last-child {
  margin-right: 0;
}
.video .item ul li a {
  display: block;
}
.video .item ul li:first-child a:hover .thumb::after,
.video .item ul li:first-child a:focus .thumb::after {
  color: #000;
}
.video .item ul li a .thumb {
  position: relative;
  overflow: hidden;
}
.video .item ul li a .thumb img {
  position: absolute;
  width: 100%;
  height: 134%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video .item ul li a:hover .thumb img,
.video .item ul li a:focus .thumb img {
  transform: translate(-50%, -50%) scale(1.2);
}
.video .item ul li a:hover .desc p,
.video .item ul li a:focus .desc p {
  text-decoration: underline;
  text-underline-position: under;
}
.video .item ul li .thumb {
  width: 100%;
  height: 168px;
  overflow: hidden;
}
.video .item ul li .thumb iframe {
  display: none;
}
.video .item ul li .desc {
  color: #fff;
}
.video .item ul li .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 26px;
  margin: 22px 0;
  height: 78px;
}
.video .item ul li:first-child {
  width: 528px;
  max-width: 100%;
  height: 328px;
  padding-left: 0;
}
.video .item ul li:first-child .thumb {
  position: relative;
  width: 528px;
  height: 328px;
}
.video .item ul li:first-child .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'xeicon';
  font-size: 100px;
  color: #ff0000;
  content: '\ea40';
}
.video .item ul li:first-child .desc {
  display: none;
}
.video .item ul li .desc .date {
  font-size: 16px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}
.video .item ul li .desc .date::before {
  display: inline-block;
  font-family: 'xeicon';
  font-size: 16px;
  content: '\ead8';
  vertical-align: middle;
  margin-right: 7px;
}

#main .half {
  padding: 72px 0;
  margin: 0 -38px;
}
#main .half::before {
  position: absolute;
  width: 1000%;
  height: 100%;
  margin-left: -500%;
  background: #f6fafe;
  z-index: -1;
  top: 0;
  left: 0;
  content: '';
}
#main .half::after {
  display: block;
  clear: both;
  content: '';
}
#main .half .group {
  float: left;
  width: 50%;
  padding: 0 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.half .section3 {
  width: 100%;
  height: 340px;
  border: 0;
  background: transparent;
  margin: 0;
}
.half .section3 .tab-menu {
  position: relative;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 28px;
  padding-right: 40px;
}
.half .section3 .tab-menu .more {
  border-left: 0;
}
.half .section3 .tab-menu > li {
  padding: 0 15px;
}
.half .section3 .tab-menu > li > a.subject {
  position: relative;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.7px;
  color: #333;
  height: auto;
  transition: none;
}
.half .section3 .tab-menu > li.active > a.subject {
  font-size: 28px;
  font-weight: 700;
  padding: 18px 0;
}
.half .section3 .tab-menu > li > a.subject::after {
  position: absolute;
  top: 18px;
  right: -22px;
  font-size: 20px;
  font-weight: 100;
  content: '/';
  color: #787878;
}
.half .section3 .tab-menu > li.active > a.subject::after {
  top: 23px;
}
.half .section3 .tab-menu > li:last-child > a.subject::after,
.half .section3 .tab-menu > li > a.subject::before {
  content: none;
}
.half .section3 .tab-menu > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.half .section3 .tab-menu > li .depth2 {
  padding: 34px 0;
  top: 72px;
}
.half .section3::before {
  content: none;
}
.half .section3 .tab-menu .depth2 > li a {
  display: block;
  font-size: 18px;
  letter-spacing: -0.45px;
  color: #333;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 6rem;
}
.half .section3 .tab-menu .depth2 > li a::before {
  width: 3px;
  height: 3px;
  top: 10px;
  content: '' !important;
}
.half .section3 .tab-menu .depth2 > li a img[src='/upload/skin/board/basic/ico_new.gif'] {
  position: relative;
  top: 5px;
}
.half .section3 .tab-menu .depth2 > li a strong {
  font-weight: 300;
}
.half .section3 .tab-menu .more {
  width: auto;
  height: auto;
  font-size: inherit;
  top: 24%;
}
.half .section3 .tab-menu .more::before {
  content: '\e9c5';
  font-family: 'xeicon';
  font-size: 30px;
  color: #333;
  top: inherit;
  left: inherit;
  position: relative;
}
.half .section3 .tab-menu .depth2 > li .date {
  font-size: 16px;
  font-weight: 200;
  color: #333;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.half .section3 .tab-menu .depth2 > li {
  position: relative;
}
.half .section3 .tab-menu > li:hover > a.subject,
.half .section3 .tab-menu > li.active > a.subject {
  color: #333;
}
.half .section3 .tab-menu .depth2 > li a .img {
  position: absolute;
  width: 300px;
  height: 208px;
  overflow: hidden;
}
.half .section3 .tab-menu .depth2 > li a .desc {
  position: relative;
  height: 208px;
  padding-left: 330px;
}
.half .section3 .tab-menu .depth2 > li a .desc strong {
  display: block;
  height: 48px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.half .section3 .tab-menu .depth2 > li a .desc p {
  display: -webkit-box;
  height: 104px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 10px 0 18px;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.42px;
  line-height: 26px;
  white-space: normal;
}
.half .section3 .tab-menu .depth2 > li a .desc .date {
  float: none;
  position: absolute;
  bottom: 0;
  top: inherit;
  right: inherit;
}
.half .section3 .tab-menu .depth2 > li a .desc .date::before {
  display: inline-block;
  font-family: 'xeicon';
  font-size: 16px;
  content: '\ead8';
  vertical-align: middle;
  margin-right: 7px;
}
.half .section3 .tab-menu .depth2.thumbnail > li:hover a::after {
  content: none;
}
.section3 .tab-menu .depth2.thumbnail > li a {
  padding-left: 0;
}
.half .section3 .tab-menu .depth2.thumbnail > li a .img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.half .section3 .tab-menu .depth2.thumbnail > li a:hover .desc strong,
.half .section3 .tab-menu .depth2.thumbnail > li a:focus .desc strong {
  text-decoration: underline;
  text-underline-position: under;
}
.half .section3 .tab-menu .depth2.thumbnail > li a:hover .img img,
.half .section3 .tab-menu .depth2.thumbnail > li a:focus .img img {
  transform: scale(1.2);
}
.half .section3 .tab-menu .depth2.thumbnail > li a {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}
/* //section */

/* footer */
.ns #footer .banner .container {
  padding: 24px 0;
  height: auto;
}
.ns #footer .banner .bx-controls {
  top: inherit;
  left: inherit;
  right: 90px;
  bottom: -16px;
}
.ns #footer .banner .container .bx-wrapper {
  max-width: 100% !important;
}
.ns #footer .banner .bx-controls a {
  position: relative;
  background: #fff;
  margin: 0 4px;
}
.ns #footer .banner .bx-controls .bx-controls-direction {
  width: 100%;
  padding-right: 42px;
}
.ns #footer .banner .bx-controls .bx-controls-direction::after {
  display: block;
  clear: both;
  content: '';
}
.ns #footer .banner .bx-controls .bx-controls-direction a {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 3px;
}
.ns #footer .banner .bx-controls .bx-controls-auto a {
  width: 34px;
  height: 34px;
}
.ns #footer .banner .bx-controls .bx-controls-direction a.bx-prev::before {
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
  top: 12px;
  left: 13px;
}
.ns #footer .banner .bx-controls .bx-controls-direction a.bx-next::before {
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
  top: 12px;
  left: 9px;
}
.ns #footer .banner .bx-controls .bx-controls-auto .bx-stop::before {
  background: #333;
  width: 2px;
  height: 9px;
  top: 12px;
  left: 11px;
}
.ns #footer .banner .bx-controls .bx-controls-auto .bx-stop::after {
  background: #333;
  width: 2px;
  height: 9px;
  top: 12px;
  left: 16px;
}
.ns #footer .banner .bx-controls .bx-controls-auto .bx-start::before {
  border-top: 5px solid transparent;
  border-left: 7px solid #333;
  border-bottom: 5px solid transparent;
  top: 11px;
}
.ns #footer .banner .bx-controls .bx-controls-auto {
  left: inherit;
  right: 0;
}
.ns #footer .ft-area {
  padding: 30px 0 50px;
}
.ns #footer .ft-area > * {
  float: none !important;
}
.ns #footer .ft-area .copyright address {
  margin: 22px 0 11px;
  color: #555;
  font-weight: 200;
  font-size: 17px;
  letter-spacing: -0.26px;
  line-height: 30px;
}
.ns #footer .ft-area .copyright address strong {
  font-weight: 500;
}
.ns #footer .ft-area .link-list li a {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: -0.26px;
  color: #555;
}
.ns #footer .ft-area .link-list li:first-child {
  padding-left: 0;
}
.ns #footer .ft-area .link-list li.bold a {
  font-weight: 500;
}
.ns #footer .ft-area .link-list li::before {
  content: none;
}
.ns #footer .ft-area .copyright p {
  color: #555;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: -0.23px;
}
.ns #footer .banner .slider li a {
  text-align: center;
}
.ns #footer .banner .slider li a img {
  width: 100%;
}
.ns .search-area {
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0;
}
.ns .search-area.search_result {
  top: 64px !important;
  z-index: 1;
}
.ns .search-area.search_result + .container {
  max-width: 1080px;
  padding: 0;
}
.ns .search-area .container {
  width: 100%;
  padding: 0;
}

/*상단 탑 이동*/
.page_topBtn_wrap {
  width: 1400px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 236px;
  z-index: 1;
}
.page_topBtn {
  position: absolute;
  right: 0;
}
.page_topBtn a {
  position: relative;
  width: 44px;
  height: 44px;
  display: block;
  background: #787878;
  border: 1px solid #787878;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: -0.2px;
  padding: 6px 4px 6px;
  border-radius: 3px;
}
.page_topBtn a:hover,
.page_topBtn a:focus {
  background: #fff;
  color: #333;
  font-weight: 500;
}
.page_topBtn a::before {
  font-family: 'xeicon';
  content: '\e945';
  display: block;
}
/* //footer */

/*레이어팝업*/
.layer_pop {
  display: none;
  position: fixed;
  max-width: 1080px;
  width:100%;
  left: 50%;
  margin-left: -540px;
  top: 50%;
  background: #fff;
  z-index: 9999;
  border-radius: 20px;
}
.layer_pop .lp_top {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2rem 60px 0 48px;
  text-align: left;
  white-space: nowrap;
}
.layer_pop .lp_top strong {
  font-size: 28px;
  letter-spacing: -0.7px;
  color: #333;
  line-height: normal;
}
.layer_pop .lp_cont {
  padding: 1rem 3rem 0;
}
.layer_pop .lp_cont strong {
  font-size: 28px;
  letter-spacing: -0.7px;
  display: block;
}
.layer_pop .lp_close {
  position: absolute;
  top: 44px;
  right: 34px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.layer_pop .lp_close i {
  color: #333;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer_pop .lp_close:hover,
.layer_pop .lp_close:focus {
  transform: rotate(90deg);
}

@media (max-width: 640px) {
  .layer_pop {
    width: 90%;
    margin-left: -45%;
  }
}

.layer_pop .lp_cont {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.layer_pop .lp_cont::after {
  display: block;
  clear: both;
  content: '';
}
.layer_pop .video_item {
  overflow: hidden;
  padding-top:50%;
  position: relative;
}
.layer_pop .video_item iframe { height: 100% !important; position: absolute;top:0;left:0;}
.layer_pop .video_item + .txt {
  width: 100%;
}
.layer_pop .video_item + .txt p {
  background: #edf2f8;
  padding: 33px;
  height: calc(100% - 3px);
  border: 1px solid #9db9d4;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.42px;
  max-height: 328px;
  overflow-y: auto;
}
.layer_pop .file_down {
  padding: 1rem 3rem 2.2rem;
}
.layer_pop .file_down a {
  margin-bottom: 8px;
  padding: 0 10px;
}
.layer_pop .file_down a:hover .title,
.layer_pop .file_down a:focus .title {
  text-decoration: underline;
  text-underline-position: under;
}
.layer_pop .file_down > * {
  display: inline-block;
  vertical-align: middle;
}
.layer_pop .file_down .title {
  color: #555;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.4px;
  margin: 0 6px;
}
.layer_pop .file_down .volume {
  color: #999;
  font-size: 12px;
  font-weight: 200;
}
.search-area2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.active {
  overflow: hidden;
}
.half .group:last-child .section3 .tab-menu .depth2 > li a::before {
  content: none;
}

.ns #header #gnb > li .depth2 .info .title {
  color: #3abde7;
  margin-bottom: 30px;
}
.ns #header #gnb > li .depth2 .menu {
  padding: 0 48px;
}
.ns #header #gnb > li .depth2 .menu > li {
  margin-bottom: 6px;
}
.ns #header #gnb > li .depth2 .menu > li a {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.42px;
  color: #333;
}
.ns #header #gnb > li .depth2 .menu > li a:hover {
  color: #3abde7;
}
.ns #header #gnb > li .depth2 .menu > li a::before {
  background: #3abde7;
}
.ns #header #gnb > li .depth2 .info .title::after,
.ns #header #gnb > li .depth2 .info p::after {
  content: none;
}
.ns #header #gnb > li .depth2 .info p {
  font-weight: 200;
  color: #fff;
  padding-bottom: 0;
}
.ns #header #gnb > li .depth2 .container {
  padding: 40px 0;
}
.ns #header .bg-depth2 .container::before {
  background: #17538f;
}

/* sub */
#lnb {
  position: relative;
  float: left;
  width: 260px;
  height: 100%;
  top: -80px;
}
#lnb .lnb_top {
  background: #115fad;
  border-radius: 0 50px 0 0;
  padding: 44px 32px;
}
#lnb .lnb_top h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-bottom: 5px;
  color: #fff;
}
#lnb .lnb_top p {
  font-size: 8px;
  font-weight: 200;
  color: #8db6df;
}
#lnb .lnb_menu {
  border: 1px solid #e3e3e3;
  padding: 26px 30px 26px 38px;
}
#lnb .lnb_menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
#lnb .lnb_menu li a {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.42px;
}
#lnb .lnb_menu li a:hover,
#lnb .lnb_menu li a:focus {
  color: #3abde7;
}
#lnb .lnb_menu li.active a {
  color: #3abde7;
}
#lnb .lnb_menu li.active a::before {
  position: absolute;
  width: 3px;
  height: 22px;
  background: #3abde7;
  left: -8px;
  content: '';
}
#content_wrap {
  margin-left: 320px;
  overflow: hidden;
  padding: 32px 0;
}
[class*='sub_visual0'] {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_visual01 {
  background-image: url('/korean/img/sub/sub_visual01.jpg');
}
.sub_visual02 {
  background-image: url('/korean/img/sub/sub_visual02.jpg');
}
.sub_visual03 {
  background-image: url('/korean/img/sub/sub_visual03.jpg');
}
.sub_visual04 {
  background-image: url('/korean/img/sub/sub_visual04.jpg');
}
.sub_visual05 {
  background-image: url('/korean/img/sub/sub_visual05.jpg');
}
.sub_visual06 {
  background-image: url('/korean/img/sub/sub_visual06.jpg');
}

#content_wrap #sub_tit {
  margin-bottom: 42px;
}
#content_wrap #sub_tit h3 {
  display: block;
  font-size: 32px;
  letter-spacing: -0.8px;
  font-weight: 700;
  color: #333;
}
#content_wrap #sub_tit .item {
  float: right;
}
#content_wrap #sub_tit .group {
  margin-bottom: 16px;
}
#content_wrap #sub_tit::after,
#content_wrap #sub_tit .group::after {
  display: block;
  clear: both;
  content: '';
}
#content_wrap #sub_tit .float_right {
  margin-top: 1.4rem;
}
#content_wrap #sub_tit .sub_nav {
  float: left;
  margin-top: 10px;
  margin-right: 14px;
}
#content_wrap #sub_tit .sub_nav a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#content_wrap #sub_tit .sub_nav a span {
  font-size: 16px;
  color: #555;
  vertical-align: middle;
  letter-spacing: -0.4px;
}
#content_wrap #sub_tit .sub_nav a::after {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: 'xeicon';
  font-size: 16px;
  content: '\e940';
  margin: 0 4px 0 8px;
}
#content_wrap #sub_tit .sub_nav a:last-child:after {
  content: none;
}
#content_wrap #sub_tit .sub_nav a i {
  font-size: 18px;
  vertical-align: middle;
  color: #555;
}
#content_wrap #sub_tit .utill {
  float: left;
  margin-top: 12px;
}
#content_wrap #sub_tit .utill button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #555;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#content_wrap #sub_tit .utill button:last-child {
  margin-right: 0;
}
#content_wrap #sub_tit .utill .share .list {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 50%;
  height: 0;
  margin-top: 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: margin-top 0.3s, opacity 0.3s;
}
#content_wrap #sub_tit .utill .share .list::before {
  position: absolute;
  left: 50%;
  top: -0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: -0.4rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  content: '';
  transform: rotate(45deg);
}
#content_wrap #sub_tit .utill .share .list a {
  display: block;
}
#content_wrap #sub_tit .utill .share .list a > i {
  font-size: 16px;
  margin: 0.4rem 0;
}
#content_wrap #sub_tit .utill .share.active .list {
  visibility: visible;
  overflow: visible;
  height: auto;
  margin-top: 16px;
  padding: 6px 10px;
  opacity: 1;
  z-index: 1;
}
.ns #footer {
  background: #fff;
}
.half .section3 .tab-menu .depth2.depth2.thumbnail > li a::before {
  content: none !important;
}
/* //sub */

/* 반응형 */
@media (max-width: 1640px) {
  .visual_wrap .publication {
    padding-right: 60px;
  }
}
@media (max-width: 1420px) {
  .ns .container,
  .ns #main .container {
    padding: 0 20px;
  }
  .ns #header #gnb {
    text-align: left;
    padding: 0 20px;
  }
  .visual_wrap .publication .slide_control {
    right: 50px;
  }
  .visual_wrap .publication .progress {
    margin-right: 124px;
  }
  .ns #main .container,
  .ns .container,
  .page_topBtn_wrap {
    width: 100%;
  }
  .page_topBtn {
    right: 20px;
  }
}
@media (max-width: 1280px) {
  .visual_wrap {
    padding: 0;
  }
  .visual_wrap .report_wrap {
    width: 26%;
    padding: 24px 16px;
  }
  .visual_wrap .publication {
    padding-top: 100px;
    margin-left: 30%;
  }
  .visual_wrap .report .img,
  .visual_wrap .report .desc {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .visual_wrap .report .img {
    position: relative;
    margin-bottom: 20px;
    /* height: 0;
        padding-top: 86%; */
  }
  .visual_wrap .report .item li a .img img {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .visual_wrap .report .item li a:hover .img img,
  .visual_wrap .report .item li a:focus .img img {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
  .visual_wrap .report .desc strong {
    height: auto;
  }
  .quick_menu ul li a > i,
  .members .quick_menu ul li a > i {
    padding: 20px 10px;
  }
  .ns #main .quick_menu.section {
  	margin-top: 30px;
  }
  .quick_menu ul li p i {
    padding: 0;
  }
  .quick_menu ul li a > i img,
  .members .quick_menu ul li a > i img {
    height: 40px;
  }
  #main .members .title {
    position: relative;
    padding-left: 0;
    text-align: center;
  }
  #main .title h3 + p br {
    display: none;
  }
  .members .quick_menu {
    padding-left: 0;
  }
  .members .quick_menu ul {
    margin: 0 auto;
  }
  .ns .search-area.search_result {
    display: inline-block;
    position: relative;
    top: inherit !important;
    right: inherit;
  }
}
@media (max-width: 1200px) {
.ns #header .top-menu {
		padding: 24px 0;
	}
	
  .ns #header #gnb > li > a {
    margin: 4px 10px;
  }
  .visual_wrap > * {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1100px) {
  #main .members::after {
    content: none;
  }
  .video .item ul li {
    width: 19%;
    margin-right: 4%;
  }
  .video .item ul li:first-child {
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
  }
  .video .item ul li:first-child .thumb {
    width: 100%;
  }
  #main .half {
    padding: 40px 0;
    margin: 0;
  }
  #main .half .group {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  #main .half .group:last-child {
    margin-bottom: 0;
  }
  #main .half .section3 {
    float: none;
  }
  .layer_pop {
    width: 90%;
    max-height: 500px;
    overflow-y: auto;
    transform: translateX(-50%);
    margin-left: 0;
    overflow-x: hidden;
  }
  .layer_pop .video_item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .layer_pop .video_item + .txt {
    display: block;
    padding-left: 0;
  }
  .layer_pop .lp_top strong {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 40px;
  }
  .layer_pop .video_item + .txt p {
    padding: 10px;
    font-size: 14px;
  }
  .layer_pop .lp_top {
    padding: 30px 56px 30px 14px;
  }
  .layer_pop .lp_cont,
  .layer_pop .file_down {
    padding: 10px 14px;
  }
  .layer_pop .file_down .title {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .ns #header {
    padding: 0;
  }
  .ns #footer .ft-area .link-list {
    top: 50px;
  }
  .ns #header .pull-right {
    right: 20px;
    padding-top: 0;
  }
  #lnb {
    display: none;
  }
  #content_wrap {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .quick_menu ul li p {
    font-size: 16px;
  }
  .ns .search-area.search_result {
    left: 0;
  }
  .ns .search-area.search_result .btn.search {
    width: auto;
  }
}
@media (max-width: 768px) {
  .tstyle_view iframe {
    width: 100%;
    height: 50vh;
  }
  .visual_wrap {
    height: 100%;
    padding-bottom: 40px;
  }
  .ns .search-area {
    top: 12px;
  }
  .ns #footer .banner .slider li {
    width: 200px !important;
  }
  .page_topBtn_wrap {
    bottom: 100px;
  }
  #main .section {
    padding: 60px 0 !important;
  }
  .ns #main .quick_menu.section {
  	margin-top: 0;
  }
  .quick_menu {
    position: relative;
  }
  .quick_menu::before {
    position: absolute;
    width: 1000%;
    height: 100%;
    margin-left: -500%;
    background: #fff;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
  }
  .members .quick_menu::before {
    content: none;
  }
  .visual_wrap::before {
    content: none;
  }
  .visual_wrap::after {
    width: 1000%;
    height: 100%;
    top: 12%;
    left: 0;
    border-radius: 0;
  }
  .visual_wrap .report_wrap {
    position: relative;
    width: 100%;
    top: 3.6%;
  }
  .visual_wrap .report .more {
    right: inherit;
    left: 90px;
    top: -2px;
  }
  .visual_wrap .report .item li a {
    text-align: center;
  }
  .visual_wrap .report .item li a .img img {
    width: auto;
    max-width: 160px;
    margin: 0 auto;
  }
  .visual_wrap .publication {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
  .visual_wrap .category {
    font-size: 14px;
    margin-right: 6px;
  }
  .visual_wrap .report .desc strong,
  .visual_wrap .publication a strong {
    font-size: 16px;
  }
  .visual_wrap .report .desc strong {
    display: inline-block;
    max-width: 82%;
    vertical-align: middle;
    padding-right: 20px;
    margin: 10px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .visual_wrap .report .desc p {
    font-size: 13px;
  }
  .visual_wrap .report h3 {
    font-size: 19px;
  }
  .visual_wrap .popup_zone {
    top: 100px;
    width: 100%;
  }
  .visual_wrap .popup_zone .title {
    width: 46px;
    border-radius: 1rem 0 0 0;
    margin-bottom: 0;
  }
  .visual_wrap .popup_zone .title strong {
    font-size: 16px;
  }
  .quick_menu ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  .quick_menu ul::after {
    display: block;
    clear: both;
    content: '';
  }
  .quick_menu ul li {
    display: block;
    float: left;
    width: 23.5%;
    padding: 0;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .quick_menu ul li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .quick_menu ul li i {
    margin-bottom: 10px;
  }
  .video .item ul li .desc p {
    font-size: 16px;
    height: auto;
    line-height: normal;
  }
  .ns #footer .banner .bx-controls {
    width: 100%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
  }
  .ns #footer .banner .bx-controls .bx-controls-direction {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-right: 0;
  }
  .ns #footer .banner .bx-controls .bx-controls-auto {
    display: inline-block;
    position: relative;
    top: inherit;
    right: inherit;
    left: 0;
    vertical-align: middle;
  }
  .half .section3 {
    height: 280px;
  }
  .half .group:last-child .section3 {
    height: 260px;
  }
  .half .section3 .tab-menu > li.active > a.subject {
    font-size: 19px;
    padding: 10px 0;
  }
  .half .section3 .tab-menu > li > a.subject {
    font-size: 17px;
  }
  .half .section3 .tab-menu {
    margin-bottom: 10px;
  }
  .half .section3 .tab-menu > li .depth2 {
    padding: 10px 0;
    top: 62px;
  }
  .half .section3 .tab-menu .depth2 > li a {
    font-size: 16px;
  }
  .half .section3 .tab-menu .depth2 > li a .desc .date {
    position: relative;
    font-size: 14px;
    bottom: inherit;
  }
  .half .section3 .tab-menu > li.active > a.subject::after {
    top: 10px;
  }
  .half .section3 .tab-menu > li > a.subject::after {
    top: 13px;
  }
  .ns .sitemap,
  .ns .sitemap .topmenu_all {
    overflow: hidden;
    overflow-y: auto;
  }
  .video .item ul li {
    width: 49%;
    max-width: 100%;
    margin-right: 2%;
  }
  .video .item ul li:nth-child(3) {
    margin-right: 0;
  }
  .video .item ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .video .item ul li .thumb {
    position: relative;
  }
  .video .item ul li a .thumb img,
  .video .item ul li:first-child .thumb img {
    width: 100%;
  }
  .video .item ul li:nth-child(4) {
    display: none;
  }
  .visual_wrap .popup_zone .popup_item .item {
    width: 100% !important;
  }
  .visual_wrap .popup_zone .popup_item .item img {
    width: 100%;
    min-height: 100%;
  }
  .half .section3 .tab-menu .depth2 > li a .img {
    width: 200px;
    height: 160px;
  }
  /* .half .section3 .tab-menu .depth2 > li a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
  } */
  .half .section3 .tab-menu .depth2 > li a .desc {
    padding-left: 220px;
  }
  .half .section3 .tab-menu .depth2 > li a .desc strong {
    font-size: 16px;
    line-height: normal;
    height: auto;
  }
  .half .section3 .tab-menu .depth2 > li a .desc p {
    height: auto;
    font-size: 15px;
    line-height: normal;
  }
  .ns #header .sitemap .tsidemenu > li {
    margin: 0 4px;
  }
  .ns #header .sitemap .tsidemenu > li:after {
    content: none;
  }
  .ns #header .tsidemenu > li > a {
    font-size: 16px;
  }
  /* .half .section3 .tab-menu .depth2.thumbnail > li a:hover .img img,
  .half .section3 .tab-menu .depth2.thumbnail > li a:focus .img img {
    transform: translate(-50%, -50%) scale(1.2);
  } */
  .video .item ul li .desc .date {
    font-size: 14px;
  }
  .visual_wrap .publication .progress,
  .visual_wrap .publication .slide_control {
    display: none;
  }
  .visual_wrap .publication .slick-dots {
    bottom: -50px;
  }
  .visual_wrap .publication .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 4px;
  }
  .visual_wrap .publication .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #4482bf;
  }
  .visual_wrap .publication .slick-dots li.slick-active button {
    background: #115fad;
    border-color: #115fad;
  }
  .visual_wrap .publication .slick-dots li button:before {
    content: none;
  }
  .visual_wrap .publication .slick-track > li {
    overflow: hidden;
    margin-right: 33px;
  }
  .visual_wrap .publication a .img {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .visual_wrap .publication a .img img {
    position: absolute;
    width: auto;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.15);
  }
  .visual_wrap .report .img {
    box-shadow: none;
    overflow: hidden;
  }
  .visual_wrap .report .img img {
    box-shadow: 16px 16px 20px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 515px) {
  .half .section3 {
    overflow-x: hidden;
  }
  .half .section3 .tab-menu {
    width: 100%;
  }
  .half .section3 .tab-menu .depth2 > li {
    position: relative;
  }
  .half .group:first-child .section3 .tab-menu .depth2 > li .date {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* .half .group:first-child .section3 .tab-menu .depth2 > li a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 80px;
    } */
  .half .section3 .tab-menu > li {
    padding: 0 8px;
  }
  .half .section3 .tab-menu > li > a.subject::after {
    right: -13px;
  }
  .half .section3 .tab-menu .more {
    top: 9%;
  }
}
@media (max-width: 500px) {
  .ns #header .pull-right {
    padding-top: 0 !important;
  }
  .common-box-wrap {
    margin-bottom: 100px;
  }
  .ns .search-area {
    position: relative;
    top: inherit;
    right: inherit;
  }
  #main .section {
    padding: 40px 0 !important;
  }
  .visual_wrap {
    padding: 0 0 45px;
  }
  .visual_wrap .report .slick-dots {
    bottom: -30px;
  }
  .visual_wrap .publication {
    margin-left: 0;
    padding-top: 20px;
  }
  .visual_wrap .report .img {
    margin: 0 auto 10px;
  }
  .visual_wrap .publication .progress {
    margin-top: 0;
  }
  .visual_wrap .popup_zone.active {
    width: 95%;
  }
  .visual_wrap .popup_zone.active .title {
    top: 0;
  }
  .quick_menu ul li {
    width: 32%;
    margin-left: 2% !important;
  }
  .quick_menu ul li p {
    font-size: 14px;
    margin-left: 2% !important;
  }
  .quick_menu ul li:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .members .quick_menu ul li {
    min-height: 126px;
  }
  .members .quick_menu ul li a {
    word-break: break-all;
  }
  .half .section3 .tab-menu .depth2 > li a .img {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
  }
  .half .section3 .tab-menu .depth2 > li a .desc {
    padding-left: 0;
    height: auto;
  }
  .half .section3 .tab-menu .depth2 > li a .desc p {
    height: 44px;
    -webkit-line-clamp: 2;
  }
  /* .half .group:last-child .section3 {
    height: 390px;
  } */
  #main .title h3 {
    margin-bottom: 6px;
  }
  #main .title h3 i::after {
    content: none;
  }
  #main .title h3 + span {
    display: block;
  }
  .ns #footer .ft-area .link-list {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .ns #footer .ft-area .link-list li a {
    font-size: 15px;
  }
  .ns #footer .ft-area .copyright {
    padding: 0;
  }
  .ns #footer .ft-area .copyright address {
    font-size: 15px;
    line-height: normal;
  }
  .ns #footer .ft-area .copyright p {
    font-size: 14px;
  }
  .ns #footer .ft-area {
    padding: 50px 0 30px;
  }
  .ns .search-area.search_result {
    display: block;
  }
  .ns .search-area.search_result .form-control.xl {
    width: calc(100% - 58px);
  }
  .members .quick_menu ul li a p { font-size:13px; } 
}
@media (max-width: 400px) {
  .ns #header .top-menu {
    padding: 10px 0;
  }
  .ns #header .logo {
    width: 130px;
  }
  .ns #header .logo a {
    padding-top: 10px;
  }
  .ns #header .pull-right {
    right: 20px;
  }
  .visual_wrap .publication .slick-track > li {
    margin-right: 0;
  }
}
/* //반응형 */
/* //210825 디자인 개편 */

/* 210807 조직도 */
.new_organization {
  max-height: 900px;
  padding-bottom: 180px;
}
.new_organization a {
  color: #333;
}
.new_organization a:hover,
.new_organization a:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.new_organization > ul > li {
  position: relative;
}
.new_organization > ul > li > strong {
  display: block;
}
.new_organization > ul > li > strong > a {
  display: block;
  position: relative;
  color: #fff;
  width: 142px;
  height: 142px;
  line-height: 138px;
  border-radius: 50%;
  background: #253042;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.42px;
  color: #fff;
  margin-left: 280px;
  margin-bottom: 68px;
}
.new_organization > ul > li > strong > a::after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  top: 100%;
  left: 50%;
  content: '';
  z-index: -1;
}
.new_organization > ul > li:last-child > strong > a::after {
  content: none;
}
.new_organization > ul > li.depth2 > strong > a {
  background-color: #284ec9;
  margin-bottom: 98px;
}
.new_organization > ul > li.depth3 > strong > a {
  background-color: #3abde7;
}
.new_organization > ul > li.depth3 > strong > a::after {
  position: absolute;
  width: 72px;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  left: 100%;
  content: '';
}
.new_organization * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new_organization > ul > li > ul {
  position: absolute;
  top: 106px;
  left: 0;
}
.new_organization > ul > li.depth1 > ul {
  top: 125%;
  transform: translateY(-50%);
}
.new_organization > ul > li > ul.left {
  top: 38px;
}
.new_organization > ul > li > ul.left::before {
  content: '';
  width: 1px;
  height: calc(100% - 62px);
  background: #e3e3e3;
  position: absolute;
  right: -28px;
  top: 31px;
}
.new_organization > ul > li > ul.left > li > a {
  background: #f0f0f3;
  border-color: #f0f0f3;
  color: #333;
}
/* .new_organization > ul > li > ul.left::before {
  content: none;
} */
.new_organization > ul > li > ul.left::after {
  content: none;
}
.new_organization > ul > li > ul::before {
  position: absolute;
  width: 1px;
  height: calc(100% - 62px);
  background: #e3e3e3;
  top: 31px;
  left: calc(100% + 25px);
  content: '';
}
.new_organization > ul > li > ul::after {
  position: absolute;
  width: 107px;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  left: calc(100% + 25px);
  content: '';
}
.new_organization > ul > li > ul > li a {
  display: inline-block;
  position: relative;
  width: 220px;
  padding: 18px;
  border: 3px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -0.42px;
  margin-bottom: 7px;
  background: #fff;
}
.new_organization > ul > li > ul > li:last-child > a {
  margin-bottom: 0;
}
.new_organization > ul > li > ul > li > a::before {
  position: absolute;
  width: 28px;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  left: 100%;
  content: '';
}
.new_organization > ul > li > ul.left > li:first-of-type > a::before {
  width: 100%;
  z-index: -1;
}
.new_organization > ul > li > ul.right {
  position: relative;
  top: auto;
  left: 560px;
  margin-top: -482px;
}
.new_organization > ul > li > ul.right::before {
  position: absolute;
  width: 1px;
  height: calc(100% - 121px);
  background: #e3e3e3;
  top: 65px;
  left: -68px;
  content: none;
}
.new_organization > ul > li > ul.right > li > strong > a {
  width: 200px;
  background: #3f497a;
  border-color: #3f497a;
  color: #fff;
}
.new_organization > ul > li > ul.right > li > strong > a::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  left: -70px;
  content: '';
  z-index: -1;
}
.new_organization > ul > li > ul.right > li:first-child > strong > a::after {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background: #e3e3e3;
  top: 50%;
  left: -70px;
  content: '';
}
.new_organization > ul > li > ul.right > li {
  position: relative;
  margin-bottom: 25px;
}
.new_organization > ul > li > ul.right > li:first-of-type {
  margin-bottom: 90px;
}
.new_organization > ul > li > ul.right > li:last-child {
  margin-bottom: 0;
  margin-top: 80px;
}
.new_organization > ul > li > ul.right > li > strong {
  display: inline-block;
  vertical-align: middle;
}
.new_organization > ul > li > ul.right > li > strong > a {
  margin-bottom: 0;
}
.new_organization > ul > li > ul.right > li > ul {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 60px;
}
.new_organization > ul > li > ul.right > li > ul > li > a {
  width: 220px;
  background: #f0f0f3;
  border-color: #f0f0f3;
}
.new_organization > ul > li > ul.right > li > ul > li:last-child > a {
  margin-bottom: 0;
}
.new_organization > ul > li > ul.right > li > ul > li > a::before {
  position: absolute;
  width: 28px;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  right: 100%;
  z-index: -1;
  content: '';
}
.new_organization > ul > li > ul.right > li > ul::before {
  position: absolute;
  width: 1px;
  height: calc(100% - 62px);
  background: #e3e3e3;
  top: 31px;
  right: calc(100% - 36px);
  content: '';
}
.new_organization > ul > li > ul.right > li > ul::after {
  position: absolute;
  width: 88%;
  height: 1px;
  background: #e3e3e3;
  top: 50%;
  right: calc(100% - 36px);
  content: '';
  z-index: -1;
}
.new_organization > ul > li > ul.right::after {
  content: none;
}
.new_organization > ul > li > ul.right > li.row1 > ul::before,
.new_organization > ul > li > ul.right > li.row1 > ul > li > a::before {
  content: none;
}
.new_organization > ul > li > ul.right > li.row1 > strong > a::before {
  width: calc(100% + 200px);
}
.new_organization > ul > li.depth1 > strong a {
  cursor: inherit;
}
.new_organization > ul > li > ul.right > li:last-child::after {
  background: #fff;
  height: 1000vh;
  width: 2px;
  content: '';
  position: absolute;
  top: 50%;
  left: -68px;
}
@media (max-width: 1440px) {
  .new_organization {
    max-height: 1300px;
  }
  .new_organization > ul > li > ul.right > li > strong,
  .new_organization > ul > li > ul.right > li > ul {
    display: block;
    padding-left: 0;
  }
  .new_organization > ul > li > ul.right > li > ul {
    margin-top: 10px;
  }
  .new_organization > ul > li > ul.right > li > ul > li > a::before {
    content: none;
  }
  .new_organization > ul > li > ul.right > li > ul::before {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: -20px;
    z-index: -1;
  }
  .new_organization > ul > li > ul.right > li.row1.center-line > strong > a::before {
    content: none;
  }
  .new_organization > ul > li > ul.right::before {
    top: 30px;
    height: calc(100% - 85px);
  }
  .new_organization > ul > li > ul.right > li > ul::after {
    content: none;
  }
  .new_organization > ul > li > ul.right > li.row1.center-line > strong > a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    top: 50%;
    left: -70px;
    content: '';
    z-index: -1;
  }
  .new_organization > ul > li > ul.right > li.row1 > strong > a::before {
    width: 100%;
  }
  .new_organization > ul > li > ul.right > li.row1 > ul::before {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: -20px;
    z-index: -1;
    content: '';
  }
  .new_organization > ul > li > ul.right > li > strong > a,
  .new_organization > ul > li > ul.right > li > ul > li > a {
    width: 220px;
  }
  .new_organization > ul > li > ul.right {
    width: 220px;
  }
}
@media (max-width: 1160px) {
  .new_organization {
    max-height: fit-content !important;
  }
  .new_organization > ul > li > ul.right {
    width: 100%;
    margin-top: 0;
  }
  .new_organization {
    text-align: center;
    overflow: hidden;
    padding-bottom: 0;
  }
  .new_organization > ul {
    position: relative;
  }
  .new_organization > ul::before {
    position: absolute;
    width: 1px;
    height: 1000vh;
    background: #e3e3e3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: -1;
  }
  .new_organization > ul > li > ul {
    position: relative;
    top: inherit !important;
    left: inherit;
    transform: none !important;
  }
  .new_organization > ul > li > ul > li > a::before {
    content: none;
  }
  .new_organization > ul > li {
    margin-bottom: 20px;
  }
  .new_organization > ul > li > strong > a,
  .new_organization > ul > li.depth2 > strong > a {
    margin: 0 auto 20px;
  }
  .new_organization > ul > li > strong > a::after {
    content: none;
  }
  .new_organization > ul > li > ul.right {
    top: inherit;
    left: inherit;
  }
  .new_organization > ul > li > ul.right > li:first-of-type {
    margin-bottom: 25px;
  }
  .new_organization > ul > li > ul.right > li:last-child {
    margin-top: 0;
  }
  .new_organization > ul > li > ul.left {
    top: inherit;
    margin-bottom: 24px;
  }
  .new_organization > ul > li.depth3 > strong > a::after {
    content: none;
  }
  .new_organization > ul > li > ul.right > li > strong > a::before,
  .new_organization > ul > li > ul.right > li.row1.center-line > strong > a::before {
    content: none;
  }
  .new_organization > ul > li > ul.right > li:last-child {
    margin-bottom: 0;
  }
  .new_organization > ul > li.depth3 {
    margin-bottom: 0;
  }
  .new_organization > ul > li > ul.right > li:first-child > strong > a::after,
  .new_organization > ul > li > ul.right > li:last-child::after {
    content: none;
  }
  .new_organization > ul > li > ul > li a,
  .new_organization > ul > li > ul.left > li > a {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .new_organization > ul > li > ul > li a {
    display: block;
    width: 100% !important;
  }
}

/* //210807 조직도 */

/* 210908 사이트맵  */
@media (min-width: 769px) {
  .ns .sitemap .title-area {
    position: relative;
    background: transparent;
  }
  .ns .sitemap .title-area h2,
  .ns .sitemap .title-area .tsidemenu {
    display: none;
  }
  .ns .sitemap .close {
    position: absolute;
    color: #333;
    background: transparent;
    float: none;
    margin-top: 0;
    padding-right: 0;
    top: 20px;
    right: 70px;
  }
  .ns .sitemap .close::after {
    position: absolute;
    font-family: 'xeicon';
    font-size: 32px;
    color: #fff;
    content: '\e9af';
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ns .sitemap .close:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ns .sitemap.active {
    background: #17538f;
    padding-bottom: 0;
  }
  .ns .sitemap .topmenu_all > li > a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 0;
    word-break: break-all;
  }
  .ns .sitemap .topmenu_all > li ul > li > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    padding: 5px 0 5px 9px;
    word-break: break-all;
  }
  .ns .sitemap .topmenu_all > li ul > li > a::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '-';
  }
  .ns .sitemap .topmenu_all {
    display: table;
    table-layout: fixed;
  }
  .ns .sitemap .topmenu_all > li {
    display: table-cell;
    width: 100%;
    float: none;
    padding: 120px 30px;
    border-left: 1px solid #517eab;
    vertical-align: top;
  }
  .ns .sitemap .topmenu_all > li:last-child {
    border-right: 1px solid #517eab;
  }
  .ns .sitemap .topmenu_all > li ul > li > a:hover {
    background: transparent;
    font-weight: 300;
  }
  .ns .top-menu .sitemap.active .topmenu_all {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .ns .sitemap .topmenu_all > li {
    padding: 30;
  }
}
/* //210908 사이트맵  */

html.active {
  overflow: hidden;
}

.tstyle_view td {
  width: 100% !important;
}

.list_board li {
  position: relative;
}
.list_board li span {
  width: auto !important;
  position: absolute;
  top: 8px;
}
.list_board li span + a {
  display: block;
  padding-left: 80px;
}

.publication ul,
.report ul {
  display: none;
}

/* 211015 연구원 동정 수정 */
.half .section3 .tab-menu .depth2 > li a .img {
  position: relative;
  width: auto;
  height: 176px;
  overflow: hidden;
}
.half .section3 .tab-menu .depth2.thumbnail > li a .img img {
  width: 100%;
  min-height: 100%;
}
.half .group:last-child .section3 .tab-menu .depth2::after {
  display: block;
  clear: both;
  content: '';
}
.half .group:last-child .section3 .tab-menu li:first-child .depth2 > li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.half .group:last-child .section3 .tab-menu li:first-child .depth2 > li:last-child {
  margin-right: 0;
}
.half .section3 .tab-menu .depth2 > li a .desc {
  padding-left: 0;
  height: auto;
  margin-top: 10px;
}
.half .section3 .tab-menu .depth2 > li a .desc strong {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
.half .section3 .tab-menu .depth2 > li a .desc p,
.half .section3 .tab-menu .depth2 > li a .desc .date {
  display: none;
}
@media (max-width: 1100px) {
  .half .section3 .tab-menu .depth2 > li a .img {
    height: 0;
    padding-top: 44%;
  }
  .half .section3 .tab-menu .depth2.thumbnail > li a .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .half .section3 .tab-menu .depth2 > li a .img {
    padding-top: 55%;
  }
}
@media (max-width: 500px) {
  .half .section3 .tab-menu .depth2 > li a .desc strong {
    display: -webkit-box;
    white-space: normal;
    text-overflow: inherit;
    line-height: inherit;
    word-break: break-all;
  }
}
/* //211015 연구원 동정 수정 */
