@charset "utf-8";

/* globals */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* layout */
.row{
  display:flex;
  justify-content: space-between;
}
.row2{
  display:flex;
  justify-content: center;
}
.row3{
  display:flex;
  justify-content: space-between;
}
.container {
  position: relative;
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}
.container .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.container .row.center {
  justify-content: center;
  align-items: center;
}
.container .row.reverse {
  flex-direction: row-reverse;
}
.container .row.center-horizontal {
  justify-content: center;
}
.container .row.center-vertical {
  align-items: center;
}
.fl{float:left}
.container [class^=col-] {
  padding: 0 15px;
}
.container .col-sm-1 {
  width: 25%;
}
.container .col-sm-1-1 {
  width: 25%;
}
.container .col-sm-2 {
  width: 50%;
}
.container .col-sm-2-1 {
  width: 50%;
}
.container .col-sm-3 {
  width: 75%;
}
.container .col-sm-3-1{
  width: 75%;
}
.container .col-sm-4 {
  width: 100%;
}
.container .col-sm-32{
  width:33.3333%;;float:left
}
.container .col-sm-33{
  width:33.3333%
}
.container .col-sm-30{
  width:30%;float:left
}
.s4_5_w1{width:2%}
.s4_5_w2{width:98%;}
.w-15{width:15%}
.w-85{width:85%}
.w-25{width:25%}
.w-75{width:75%}
.w-10{width:10%}
.w-90{width:90%}
.col_25{
  width:25%;
}
.col_75{
  width:75%;
}
.col_60{
  width:60%;
}
.col_40{
  width:40%;
}
.s1_3 .col_50{
  width:50%
}



@media all and (max-width:1220px) {
  .logo img{width:80%}
  .col_25{
    width:100%;
  }
  .col_75{
    width:100%;
  }
  .container .col-sm-33{width:100%}
  .w-15{width:100%}
  .w-85{width:100%}
  .w-10{width:30%}
  .w-90{width:70%}
  .s4_5_w1{width:3%}
  .s4_5_w2{width:97%;}

}
@media all and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .container .col-sm-1-1{
    width:100%!important
  }
  .container .col-sm-3-1{
    width:100%!important
  }
  .container .col-md-4-1 {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }

  .container .col-md-0-5 {
    width: 4.3333333333%;
  }
  .container .col-md-11-5 {
    width: 95.6666666667%;
  }
  .container .col-md-1 {
    width: 8.3333333333%;
  }
  .container .col-md-2 {
    width: 16.6666666667%;
  }
  .container .col-md-3 {
    width: 25%;
  }
  .container .col-md-4 {
    width: 33.3333333333%;
  }
  .container .col-md-4-1 {
    width: 33.3333333333%;
  }
  .container .col-md-5 {
    width: 41.6666666667%;
  }
  .container .col-md-6 {
    width: 50%;
  }
  .container .col-md-7 {
    width: 58.3333333333%;
  }
  .container .col-md-8 {
    width: 66.6666666667%;
  }
  .container .col-md-9 {
    width: 75%;
  }
  .container .col-md-10 {
    width: 83.3333333333%;
  }
  .container .col-md-11 {
    width: 91.6666666667%;
  }
  .container .col-md-12 {
    width: 100%;
  }

}
@media screen and (min-width: 1220px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
  .container .col-lg-1 {
    width: 100px;
  }
  .container .col-lg-2 {
    width: 200px;
  }
  .container .col-lg-3 {
    width: 300px;
  }
  .container .col-lg-4 {
    width: 400px;
  }
  .container .col-lg-5 {
    width: 500px;
  }
  .container .col-lg-6 {
    width: 600px;
  }
  .container .col-lg-7 {
    width: 700px;
  }
  .container .col-lg-8 {
    width: 800px;
  }
  .container .col-lg-9 {
    width: 900px;
  }
  .container .col-lg-10 {
    width: 1000px;
  }
  .container .col-lg-11 {
    width: 1100px;
  }
  .container .col-lg-12 {
    width: 1200px;
  }
}

@media all and (max-width:1220px){
  .container .col-sm-2-1 {
    width: 100%;
  }
}

.flex-none {
  width: 100%;
  margin: auto;
  margin-left: 0;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
  z-index: 20;
  transition: height 400ms ease-in-out;
  /* border-bottom: 5px solid #eee; */
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.header__top {
  height: 30px;
  background-color: #e4ba66;
}
.header__top-area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.header__top-area > span {
  color: #fff;
  font-family: 'S-CoreDream-3Light';
}
.top-area-date {
  font-family: 'S-CoreDream-6Bold' !important;
  text-transform: uppercase;
}
.top-area-text {
  opacity: 0.8;
}
.header__top-area .top-area-list a {
  display: block;
  color: #fff; margin: 0 1rem;
  float: left
}
.header__top-area .top-area-list a:before {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-family: xeicon;
}

.header__btm {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
}

.logo {
  position: relative;
}
.logo svg {
  display: block;
  color: #000;
}
.logo .volume {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: -10px;
  width: 80px;
  height: 24px;
  background-color: #aeb1b5;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'S-CoreDream-6Bold';
  color: #fff;
}

/* nav */
nav {
  padding-right: 150px;
}
.gnb__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.gnb__item {
  position: relative;
  width: 150px
}
.gnb__item > a {
  display: block;
  padding: 20px 35px;
  font-size: 18px;
  transition: color 100ms ease-in-out;
}
.gnb__item > a.long {
  padding: 20px 45px;
}

.gnb__item > a.active {
  color: #aeb1b5;
  font-family: 'S-CoreDream-6Bold';
  font-weight: 600;
}

/* 2depth */
.gnb__depth-list {
  display: none;
  top: -100%;
  text-align: center;
  transition: top 200ms ease-in-out, border 200ms ease-in-out;
  z-index: 100
}
.gnb__depth-list:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -5px auto 10px;
  background-color: #fff;
  border-radius: 50%;
}
.gnb__depth-list a {
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  word-break: keep-all;
  transition: color 200ms ease-in-out;
}
.gnb__depth-item {
  padding: 5px 2px;
}

/* hover */
.gnb__item:hover {
  background-color: #e4ba66;
}
.gnb__item:hover a {
  color: #fff;
}

.gnb__item:hover .gnb__depth-list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  background-color: #e4ba66;
}
.gnb__item:hover .gnb__depth-item {
  padding: 5px;
}
.gnb__depth-item:hover a {
  font-weight: 600;
  border-bottom: 1px solid #fff;
}


/* 전체메뉴보기 */
.menu-bg {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  /* height: 65%; */
  height: 650px;
  background-color: #e4ba66;
  transition: top 200ms ease-in-out;
  z-index: 20;
}
.open-menu .menu-bg {
  top: 0;
}

.audioBook {
  position: absolute;
  top: 50%;
  right: 75px;
  width: 46px;
  height: 46px;
  padding: 12px 0;
  margin-top: -23px;
  background-color: #aeb1b5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 21;
}
.audioBook:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 22px;
  background: url('/https://ktrnuweb.or.kr/webzine/vol27/com_images/common/ico_audioBook.png') no-repeat;
}

.menuAll {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 46px;
  height: 46px;
  padding: 12px 0;
  margin-top: -23px;
  background-color: #e4ba66;
  border-radius: 50%;
  cursor: pointer;
  z-index: 21;
}

.menuAll .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transform: translate(-50%,-50%);
  transition: transform 300ms ease-in-out;
}

.menuAll .bar:before,
.menuAll .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition:all 0.3s;
  z-index: 10;
}
.menuAll .bar:before {top: -8px;}
.menuAll .bar:after {top: 8px; }
.menuAll.onmenu .bar {background-color: rgba(222, 133, 133,0);}
.menuAll.onmenu .bar:before {
  top: 0;
  transform: rotate(45deg);
}
.menuAll.onmenu .bar:after {
  top: 0;
  transform: rotate(-45deg);
}

.open-menu .header__top {
  display: none;
}
.open-menu .menuAll {
  background-color: #fff;
}
.open-menu .audioBook {
  display: none;
}

.open-menu .menuAll .bar:before,
.open-menu .menuAll .bar:after {background-color: #e4ba66;}

.open-menu .header {
  background-color: #e4ba66;
  border-bottom: 0;
  box-shadow: none;
}
.open-menu .header__btm {
  justify-content: center;
}
.open-menu .logo svg {
  color: #fff;
}
.open-menu .logo .volume {
  display: none;
}
.open-menu nav {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
}

.open-menu .gnb__list {
  display: block;
}
.open-menu .gnb__item > a {
  padding: 20px 30px 5px 0;
  color: #fff;
  font-size: 24px;
  font-family: 'S-CoreDream-6Bold' !important;
}

.open-menu .gnb__depth-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.open-menu .gnb__depth-list:before {
  display: none;
}

/* hover */
.open-menu .gnb__item:hover {
  background-color: transparent;
}
.open-menu .gnb__item:hover a {
  color: #fff;
}

.open-menu .gnb__depth-list {
  top: 0;
  transition: none;
}
.open-menu .gnb__item:hover .gnb__depth-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  background-color: transparent;
}

.open-menu .gnb__item:hover .gnb__depth-item {
  padding: 5px 2px;
}

.open-menu .gnb__depth-list a {
  position: relative;
  display: block;
  padding: 5px 30px 5px 0;
  color: #fff;
  font-size: 17px;
}
.open-menu .gnb__depth-list a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  width: 5px;
  height: 5px;
  margin: -5px auto 10px;
  background-color: #fff;
  border-radius: 50%;
}
.open-menu .gnb__depth-item:first-child a:before {
  display: none;
}
.gnb__item .gnb__depth-item:hover a {
  border-bottom: 0;
}


/* footer */
.footer {
  padding: 20px 0;
  background-color: #5a5a5a;
}
.footer__area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__logo {
  width: 270px;
  height: 29px;
  margin-right: 15px;
  background: url('/https://ktrnuweb.or.kr/webzine/vol27/com_images/common/f_logo.png') no-repeat;
}
.footer__copyright {
  color: #fff;
  font-family: 'S-CoreDream-3Light';
}

.mini_cap{
  margin-left:180px;
  max-width:800
}
/* common */
.font-serif { font-family: 'Noto Serif KR', serif !important; }
.font-ch { font-family:'Noto Sans SC' !important; }
.fw-300 {font-family: 'S-CoreDream-3Light' !important; font-weight: 300 !important;}
.fw-400 {font-family: 'S-CoreDream-4Regular' !important; font-weight: 400 !important;}
.fw-600 {font-family: 'S-CoreDream-6Bold' !important; font-weight: 600 !important;}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.mhid {display: block !important;}
.mshow {display: none !important;}

/*  -----------------------  반응형  --------------------------------------  */

@media all and (max-width:1220px) {
  .mini_cap{
    margin-right: 0
  }
  .header {
    height: 150px;
    border-bottom: 1px solid #ddd;
  }
  nav {
    display: none;
  }

  .audioBook {
    right: 90px;
  }

  .menuAll {
    right: 30px;
  }
}

@media all and (max-width:960px) {
  .header__top-area .top-area-text {
    display: none;
  }
  .logo > a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .logo .volume {
    position: static;
    margin-left: 10px;
  }
  .open-menu .menu-bg {
    overflow-y: hidden;
    height: 100%;
  }
  .open-menu nav {
    position: fixed;
    left: 15px;
    width: 100%;
    height: 80%;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .open-menu nav::-webkit-scrollbar{ display:none; }

  .open-menu .gnb__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .open-menu .gnb__item {
    width: 50%;
  }

  .open-menu .gnb__depth-list {
    display: block;
  }

  .open-menu .gnb__depth-list a {
    padding: 2px 10px 2px 15px;
    text-align: left;
  }
  .open-menu .gnb__depth-list a:before {
    display: none;
  }

  .open-menu .gnb__item:hover .gnb__depth-list {
    display: block;
  }

  .gnb__item .gnb__depth-item:hover a {
    font-weight: 400;
  }
}

@media all and (max-width:768px) {
  .header__top-area .top-area-list a{margin: 0 0.3rem}
  .pc-only{display: none}
  .audioBook {
    right: 65px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .menuAll {
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .menuAll .bar {
    width: 20px;
  }
  .header {
    height: 100px;
  }
  .header__top-area {
    font-size: 14px;
  }
  .header__btm {
    padding: 10px 0;
  }
  .logo svg {
    width: 125px;
  }
  .logo .volume {
    width: 60px;
    height: 20px;
    font-size: 8px;
  }
  .footer__area {
    flex-direction: column;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__copyright {
    font-size: 14px;
  }

  .mhid {display: none !important;}
  .mshow {display: block !important;}
}
@media all and (max-width:640px) {
  .logo .volume {
    display: none;
  }
  .s4_5_w1{width:6%}
  .s4_5_w2{width:94%;}
}

@media all and (max-width: 375px) {
  .logo .volume {
    display: none;
  }
  .s4_5_w1{width:6%}
  .s4_5_w2{width:94%;}
}


@media print {
	.header {
    position: static;
  }
  .main-content,
  .sub-content {
    padding-top: 0;
  }
}
