@charset "UTF-8";
/* Font */
@import url(font.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Malgun Gothic", sans-serif;
}

dl, ul, ol, menu, li {
  list-style: none;
  color: #666;
}

body {
  font-family: "Malgun Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: -0.025em;
  font-weight: normal;
  color: #666;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

a {
  font-family: "Malgun Gothic", sans-serif;
  color: inherit;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #3d427c;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

@media only screen and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}

.hidden {
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.loader {
  width: 200px;
  height: 200px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/basic_resp/img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 50%;
  background: #27353d;
}

.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  min-width: 1280px;
}

#header {
  z-index: 1000;
  width: 100%;
  background: #fcfcfd;
}

#header > div {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 185px;
}

#L_SITE_LOGO {
  padding-top: 45px;
  text-align: center;
}

#L_SITE_LOGO h1 {
  font-size: 0;
  line-height: 0;
}

#L_SITE_LOGO img {
  vertical-align: middle;
}

@media only screen and (max-width: 1280px) {
  #wrapper {
    min-width: 320px;
  }
  #header > div {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  #header > div {
    height: 65px;
  }
  #L_SITE_LOGO {
    padding-top: 0;
    text-align: left;
  }
  #L_SITE_LOGO a {
    display: block;
    line-height: 65px;
  }
  #L_SITE_LOGO img {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  #header > div {
    padding: 0 10px;
    height: 50px;
  }
  #L_SITE_LOGO a {
    line-height: 50px;
  }
  #L_SITE_LOGO img {
    height: 35px;
  }
}

/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (min-width: 980px) {
  .login-menu ul {
    text-align: right;
    line-height: 0;
    font-size: 0;
  }
  .login-menu li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 10px;
  }
  .login-menu li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #0c0c0c;
    line-height: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 980px) {
  .login-menu {
    position: relative;
    top: 0;
    right: 0;
  }
  .login-menu ul {
    margin: 0 -5px;
    padding: 50px 10px 10px;
    text-align: center;
  }
  .login-menu ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .login-menu li {
    float: left;
    margin: 0 5px;
    width: calc(33.33% - 10px);
  }
  .login-menu li a {
    display: block;
    padding: 8px 5px;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb {
  z-index: 999;
}

.m-menu-open, .m-menu-close, .gnb-bg {
  display: none;
}

.sub-menu {
  display: none;
}

.navigation .menu-item > a {
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
  color: #606060;
}

.navigation .menu-item {
  position: relative;
  display: inline-block;
  margin-left: 80px;
}

.navigation .menu-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 981px) {
  .navigation {
    margin-top: 30px;
    text-align: center;
  }
  .navigation .menu-item:first-child {
    margin-left: 0;
  }
  .navigation .menu-item > a {
    padding-bottom: 13px;
    line-height: 1.2;
    font-size: 16px;
  }
  .sub-menu {
    z-index: 999;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -90px;
    min-width: 180px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .navigation > li.menu-item:nth-child(3) .sub-menu {
    top: 49px;
  }
  .sub-menu li {
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #ddd;
  }
  .sub-menu li:first-child {
    border-top: 0;
  }
  .sub-menu li a {
    position: relative;
    display: block;
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    background: #fff;
  }
  .sub-menu li a:hover, .sub-menu li a:active {
    color: #fff;
    background: #11163d;
  }
}

@media only screen and (max-width: 1280px) {
  .sub-menu ul {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .navigation .menu-item {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 980px) {
  #gnb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 50px;
    width: 80%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #1b1f3a;
  }
  .m-menu-open {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -17.5px;
    padding: 9px 8px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border-radius: 5px;
    background: #11163d;
  }
  .m-menu-open span {
    display: block;
    margin-top: 4px;
    width: 24px;
    height: 3px;
    background: #fff;
  }
  .m-menu-open span:first-child {
    margin-top: 0;
  }
  .m-menu-close {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .m-menu-close span {
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-menu-close span:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navigation {
    border-top: 1px solid #666;
  }
  .navigation .menu-item {
    position: relative;
    display: block;
    margin-left: 0;
    text-align: left;
  }
  .navigation .menu-item > a {
    padding: 14px 20px;
    width: 100%;
    line-height: 1.2;
    font-size: 17px;
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #666;
    color: #fff;
  }
  .navigation .menu-item > a br {
    display: none;
  }
  .navigation .menu-item.on > a {
    background: #3d427c;
  }
  .sub-menu {
    width: 100%;
    background: #606388;
  }
  .sub-menu li {
    border-bottom: 1px solid #4c5a63;
  }
  .sub-menu li a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
  }
  .sub-menu li a:before {
    display: inline-block;
    content: "";
    position: relative;
    top: -4px;
    margin-right: 7px;
    width: 5px;
    height: 1px;
    background: #fff;
  }
  .gnb-bg {
    z-index: 888;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .m-menu-open {
    margin-top: -15px;
    right: 10px;
    padding: 8px;
    width: 35px;
    height: 30px;
  }
  .m-menu-open span {
    width: 20px;
    height: 2px;
  }
  .m-menu-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .m-menu-close span {
    left: 2px;
    width: 25px;
    height: 2px;
  }
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn {
  font-family: "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 24px;
}

.btn:focus, .btn:active {
  outline: none;
  color: #fff;
}

.btn-custom {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
  background-color: #3d427c;
  border-color: #3d427c;
  color: #fff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #36384e;
  border-color: #36384e;
  color: #fff;
}

.btn-custom-outline {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #fff;
}

.btn-custom-outline:hover, .btn-custom-outline:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-bar a {
  margin-right: 10px;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  height: 38px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #3d427c;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 30px 0px;
  width: 100%;
  border-top: 1px solid #c2c2c2;
}

.footer-area {
  margin: 0 auto;
  padding: 0 20px;
  width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer p, #footer li {
  font-size: 12px;
  letter-spacing: 0;
  color: #7e7e7e;
}

.footer-menu {
  margin-bottom: 20px;
}

.footer-menu li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 10px;
  border-left: 1px solid #bbb;
}

.footer-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer-menu li a {
  line-height: 10px;
  font-size: 14px;
  color: #333;
}

.footer-info {
  margin-bottom: 10px;
}

.footer-info span {
  color: #ddd;
}

@media only screen and (max-width: 1280px) {
  .footer-area {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .footer-area {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info + p {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 15px 0px;
  }
  .footer-area {
    padding: 0 10px;
  }
  .footer-menu {
    margin-bottom: 10px;
  }
  .footer-menu li {
    margin-left: 5px;
    padding-left: 5px;
  }
  .footer-menu li a {
    font-size: 12px;
  }
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item {
  height: 800px;
}

.carousel-inner > .item.main-img01 {
  background: url("/images/kor12r-17-0381/main/main_visual01.png") no-repeat center center/cover;
}

.carousel-inner > .item.main-img02 {
  background: url("/images/kor12r-17-0381/main/main_visual02.png") no-repeat center center/cover;
}

.main-visual .carousel-caption {
  top: 38%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-visual .carousel-control {
  background: none;
  text-shadow: none;
}

.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover {
  opacity: 1;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  width: 85px;
  height: 85px;
  right: 20%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  width: 85px;
  height: 85px;
  left: 20%;
}

.main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  border: 1px solid #fff;
}

.main-visual .glyphicon-chevron-left:before {
  background: url("/images/kor12r-17-0381/main/prev_btn.png") no-repeat center center;
}

.main-visual .glyphicon-chevron-right:before {
  background: url("/images/kor12r-17-0381/main/next_btn.png") no-repeat center center;
}

.carousel-inner .item .slogan {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: 'Nanum Myeongjo';
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1.1;
  width: 80%;
}

.carousel-indicators {
  bottom: 35%;
}

.carousel-indicators li {
  margin: 5px;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
}

.carousel-indicators .active {
  margin: 5px;
  width: 30px;
  height: 15px;
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 980px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -42.5px;
  }
}

@media screen and (max-width: 980px) {
  .carousel-inner > .item {
    height: 680px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    width: 60px;
    height: 60px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -30px;
  }
  .main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before {
    width: 60px;
    height: 60px;
    background-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-inner > .item {
    height: 450px;
  }
  .carousel-control {
    display: none;
  }
  .carousel-indicators {
    bottom: 30px;
  }
  .main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before {
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
  .carousel-inner .item .slogan {
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.1;
    width: calc(100% - 20px);
  }
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents {
  background: #f4f4f4;
}

.main-contents .quick-bar {
  position: relative;
  top: -118px;
  height: 118px;
  background: rgba(255, 255, 255, 0.3);
}

.main-contents .quick-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 4%;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.main-contents .quick-bar ul li {
  width: 25%;
  text-align: center;
  padding: 0 1%;
}

.main-contents .quick-bar ul li a {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
}

.main-contents .content-area {
  display: table;
  table-layout: fixed;
  padding: 90px 0;
  margin: -151px auto 0;
  width: 1280px;
}

.main-contents .content-area:after {
  content: "";
  display: block;
  clear: both;
}

.main-contents .content-area > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.main-contents .txt-area {
  position: relative;
  padding: 35px 50px 0 18px;
}

.main-contents .txt-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none;
  width: 110px;
  height: 5px;
  background: #3d427c;
}

.main-contents .txt-area p {
  font-family: 'Roboto';
  line-height: 1.7;
  font-size: 20px;
  color: #2b2b2b;
}

.main-contents .txt-area p:nth-of-type(2) {
  font-family: 'Nanum Myeongjo';
  margin-top: 20px;
  font-size: 17px;
  color: #929292;
}

.main-contents .txt-area .btn-more {
  position: absolute;
  bottom: 5px;
  right: 50px;
  display: inline-block;
  padding: 0 15px;
  width: 160px;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  color: #fff;
  background: #3d427c;
  border: 1px solid #3d427c;
}

.main-contents .txt-area .btn-more span {
  float: right;
  font-size: 20px;
}

.main-contents .txt-area .btn-more:hover, .txt-area .btn-more:active {
  color: #3d427c;
  background: none;
}

.main-contents .video-area iframe {
  width: 100%;
  height: 360px;
}

.main-contents .txt-area .extract-title {
  font-family: 'Nanum Square';
  line-height: 1.7;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 700 !important;
}

.main-contents .txt-area .extract-body {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main-contents .txt-area .extract-body {
    font-size: 13px;
  }
}

.main-contents .txt-area .extract-date {
  font-family: 'Nanum Square';
  margin-top: 10px;
  font-size: 17px;
  color: #929292;
}

@media screen and (max-width: 1280px) {
  .main-contents .quick-bar ul {
    padding: 30px 20px;
    width: 100%;
  }
  .main-contents .content-area {
    padding: 90px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-contents .quick-bar {
    position: static;
    height: auto;
    background: none;
  }
  .main-contents .quick-bar ul {
    padding: 1px;
    max-width: unset;
    gap: 2px;
  }
  .main-contents .quick-bar ul li {
    width: calc(50% - 1px);
    text-align: center;
    padding: 0;
  }
  .main-contents .quick-bar ul li a {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  .main-contents .content-area {
    padding: 20px 10px;
    display: block;
    margin: 0 auto;
  }
  .main-contents .content-area > div {
    display: block;
    width: 100%;
  }
  .main-contents .video-area iframe {
    width: 100%;
    height: 250px;
  }
  .main-contents .txt-area {
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
    border: 1px solid #9194bf;
  }
  .main-contents .txt-area:before {
    position: static;
    margin: 0 auto 20px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
  }
  .main-contents .txt-area p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main-contents .txt-area .btn-more {
    position: static;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-contents .quick-bar li img {
    height: 45px;
  }
}
