@charset "UTF-8";
body:before {
  position: absolute;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background: #fff;
  height: 9rem;
  opacity: 1;
  z-index: 62;
}

body:after {
  position: absolute;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  opacity: 0;
  z-index: 02;
}

body.bg {
  position: fixed;
  width: 100%;
}

body.bg:before {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background: #000;
}

body.fix:before {
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

body.bg2:after {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background: #000;
  position: fixed;
  z-index: 64;
}

#header {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  padding: 0 7rem;
  z-index: 62;
  position: fixed;
}

#header .logo {
  float: left;
  position: relative;
  z-index: 63;
}

#header .logo a {
  display: block;
  padding: 1.2rem 0 2.4rem;
}

#header .logo a > * {
  display: inline-block;
  vertical-align: middle;
}

#header .logo .month {
  border: 2px solid #FF6640;
  border-radius: 19px;
  padding: .4rem 1.4rem;
  margin-left: .6rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #ff6640;
}

#header .gnb_wrap {
  position: fixed;
  right: 7rem;
  top: -5rem;
  color: #fff;
  z-index: 62;
  -webkit-transition: top .3s;
  transition: top .3s;
}

#header .gnb_wrap:before {
  position: absolute;
  content: '';
  width: calc(100% + 14rem);
  height: 9rem;
  z-index: -1;
  border-bottom-left-radius: 10px;
  background: #fff;
  top: -2rem;
  right: -7rem;
  border-radius: 40px 0 0 40px;
  opacity: 0;
  -webkit-transition: opacity .3s, height .4s;
  transition: opacity .3s, height .4s;
}

#header .gnb_wrap:after {
  display: block;
  clear: both;
  content: '';
}

#header .gnb_wrap > * {
  float: left;
}

#header .gnb_wrap #search_wrap {
  background: #E9E9E9;
  border-radius: 5px;
  overflow: hidden;
  margin: .55rem 0;
}

#header .gnb_wrap #search_wrap:after {
  display: block;
  clear: both;
  content: '';
}

#header .gnb_wrap #search_wrap input {
  background: transparent;
  border: 0;
  float: left;
  padding: 1rem .7rem 1rem 1.2rem;
  height: 3.9rem;
  color: #555;
  font-size: 1.5rem;
}

#header .gnb_wrap #search_wrap input::-webkit-input-placeholder {
  color: #555;
}

#header .gnb_wrap #search_wrap input:-ms-input-placeholder {
  color: #555;
}

#header .gnb_wrap #search_wrap input::-ms-input-placeholder {
  color: #555;
}

#header .gnb_wrap #search_wrap input::placeholder {
  color: #555;
}

#header .gnb_wrap #search_wrap button {
  float: left;
  color: #676767;
  height: 3.9rem;
  padding: 0 1.2rem;
}

#header .gnb_wrap .menu_btn {
  font-weight: 600;
  padding: 0 1.5rem;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
  background: #2D2D2D;
  color: #fff;
  border-radius: 8px;
  height: 5rem;
  line-height: 5rem;
}

#header .gnb_wrap .menu_btn span:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "xeicon";
  content: '\e91c';
  font-size: 2.1rem;
  margin-right: 9px;
  color: #959595;
}

#header .gnb_wrap .menu_btn.close span:before {
  content: '';
}

#header .gnb_wrap #gnb {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 7rem);
  padding: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: height .2s;
  transition: height .2s;
  z-index: -1;
}

#header .gnb_wrap #gnb .scroll {
  height: 100%;
}

#header .gnb_wrap #gnb li {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#header .gnb_wrap #gnb li + li {
  margin-top: 1rem;
}

#header .gnb_wrap #gnb li a {
  color: #d4d4d4;
  font-size: 3.6rem;
  font-weight: 600;
  display: block;
  -webkit-transition: color .4s;
  transition: color .4s;
  padding-left: 4.7rem;
  position: relative;
}

#header .gnb_wrap #gnb li a:before {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: '#';
  color: #ff6640;
  font-size: 3.3rem;
  font-family: "GongGothic";
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .gnb_wrap #gnb li a:after {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "xeicon";
  content: '\e907';
  right: 1rem;
  opacity: 0;
  color: #111;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .gnb_wrap #gnb li a:hover, #header .gnb_wrap #gnb li a:focus {
  color: #111;
}

#header .gnb_wrap #gnb li a:hover:before, #header .gnb_wrap #gnb li a:focus:before {
  opacity: 1;
}

#header .gnb_wrap #gnb li a:hover:after, #header .gnb_wrap #gnb li a:focus:after {
  right: 0;
  opacity: 1;
}

#header .gnb_wrap #gnb li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#header .gnb_wrap #gnb li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#header .gnb_wrap #gnb li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#header .gnb_wrap #gnb li:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#header .gnb_wrap #gnb li:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#header .gnb_wrap #gnb li:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#header .gnb_wrap #gnb li:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#header .gnb_wrap #gnb li:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#header .gnb_wrap #gnb li:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#header .gnb_wrap #gnb li:nth-of-type(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#header .gnb_wrap .etc {
  margin-left: 1.4rem;
  padding: 1.1rem 0;
}

#header .gnb_wrap .etc:after {
  display: block;
  clear: both;
  content: '';
}

#header .gnb_wrap .etc a {
  float: left;
  font-size: 1.7rem;
  color: #555;
  font-weight: 700;
  padding: 0 1.6rem;
  position: relative;
}

#header .gnb_wrap .etc a:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 1px;
  background: #d6d6d6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#header .gnb_wrap .etc a:first-child:before {
  display: none;
}

#header .subscribe {
  position: absolute;
  bottom: 0;
  right: -7rem;
  width: calc(100% + 14rem);
  margin-left: -7rem;
  background: #F7F8FA;
  border-radius: 0px 0px 0px 65px;
  padding: 5.3rem 9.5rem;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .4s .6s;
  transition: opacity .4s .6s;
}

#header .subscribe .inner {
  padding-left: 15.7rem;
  position: relative;
}

#header .subscribe .inner:before {
  content: '';
  width: 14.6rem;
  height: 16.6rem;
  background: url("http://www.kca.go.kr/webzine/resources/images/webzine/common/2022/subs_somang.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

#header .subscribe strong {
  display: block;
  font-size: 2.4rem;
  font-family: "GongGothic";
  color: #111;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-align: left;
}

#header .subscribe .form {
  width: 100%;
  height: 5rem;
  position: relative;
}

#header .subscribe .form:after {
  display: block;
  clear: both;
  content: '';
}

#header .subscribe .form input {
  float: left;
  border-color: transparent;
  width: calc(100% - 6rem);
  padding: 0 3.5rem 0 1.5rem;
  height: 100%;
  border-radius: 25px;
  color: #111;
}

#header .subscribe .form input::-webkit-input-placeholder {
  color: #797979;
}

#header .subscribe .form input:-ms-input-placeholder {
  color: #797979;
}

#header .subscribe .form input::-ms-input-placeholder {
  color: #797979;
}

#header .subscribe .form input::placeholder {
  color: #797979;
}

#header .subscribe .form button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 8.9rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 25px;
  background: #ff6640;
  color: #fff;
}

#header.all .logo {
  z-index: 0;
}

#header.all .gnb_wrap:before {
  height: 100vh;
  opacity: 1;
}

#header.all #gnb {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: 100%;
  height: 100vh;
  padding-top: 15.4rem;
}

#header.all #gnb li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#header.all #gnb li a {
  opacity: 1;
}

#header.all .subscribe {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  width: calc(100% + 14rem);
}

#header.start .gnb_wrap {
  top: 2rem;
}

.related_link {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1rem .65rem;
  -webkit-transition: bottom .4s, opacity .3s .6s;
  transition: bottom .4s, opacity .3s .6s;
  z-index: 61;
  opacity: 0;
  width: 7rem;
  text-align: center;
}

.related_link a {
  display: block;
  font-size: 2.1rem;
  color: #535353;
  -webkit-transition: .1s; 
  transition: .1s; 
}

.related_link a + a {
  margin-top: 5px;
}

.related_link a:hover, .related_link a:focus {
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
}

.related_link.fix {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

#header.start + .related_link {
  opacity: 1;
}

.subscribe {
  background: #EF6F52;
  line-height: 1.5;
  padding: 5.2rem 2rem 4.3rem;
  text-align: center;
}

.subscribe p {
  color: #fff;
  font-weight: 400;
  font-family: "GongGothic";
}

.subscribe p strong {
  display: block;
  opacity: 1;
  font-size: 3.5rem;
  font-weight: 600;
}

.subscribe p span {
  opacity: .7;
}

.subscribe .mail {
  width: 37.3rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  margin: 2.5rem auto 0;
}

.subscribe .mail input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 25px;
  padding: 0 1.9rem;
  background: #fff;
}

.subscribe .mail input::-webkit-input-placeholder {
  color: #999;
}

.subscribe .mail input:-ms-input-placeholder {
  color: #999;
}

.subscribe .mail input::-ms-input-placeholder {
  color: #999;
}

.subscribe .mail input::placeholder {
  color: #999;
}

.subscribe .mail button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 5rem;
  background: #323947;
  display: block;
  color: #fff;
  border-radius: 25px;
  padding: 0 2.6rem;
}

#footer {
  padding: 2rem 0;
}

#footer .f_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5rem;
  margin-top: -1rem;
}

#footer .info {
  display: inline-block;
  vertical-align: middle;
}

#footer .info .adr {
  font-weight: 600;
  color: #2b2b2b;
}

#footer .info .adr:after {
  display: block;
  clear: both;
  content: '';
}

#footer .info .adr > * {
  float: left;
}

#footer .info .adr .issn {
  color: #cf4627;
  margin-right: .5rem;
}

#footer .info ul:after {
  display: block;
  clear: both;
  content: '';
}

#footer .info ul li {
  float: left;
  position: relative;
  color: #636363;
  padding-right: 1rem;
  margin-right: 1rem;
}

#footer .info ul li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #707070;
  opacity: .3;
  right: 0;
  top: .4rem;
}

#footer .info ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

#footer .info ul li:last-of-type:after {
  display: none;
}

#footer .info .copy {
  color: #979797;
  opacity: .5;
  margin-top: 10px;
}

#footer .top_btn {
  position: fixed;
  right: 9rem;
  bottom: 7rem;
  width: 6.7rem;
  height: 6.7rem;
  background: #323947;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  z-index: 61;
  padding-top: 1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 1;
}

#footer .top_btn i {
  opacity: .5;
}

#footer .top_btn span {
  display: block;
  font-family: "GongGothic";
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 3px;
}

#footer .top_btn:hover {
  border-color: #323947;
  background: #fff;
  color: #323947;
}

@-webkit-keyframes ping {
  0% {
    width: calc(100%);
    height: calc(100%);
    opacity: 1;
  }
  100% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    width: calc(100%);
    height: calc(100%);
    opacity: 1;
  }
  100% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
  }
}

@media (max-height: 970px) {
  #header .gnb_wrap #gnb li + li {
    margin-top: 1rem;
  }
  #header .gnb_wrap #gnb .scroll {
    height: 100%;
  }
  #header.all #gnb {
    padding: 7rem 0 27rem;
  }
}

@media (max-width: 1300px) {
  #header {
    padding: 0 4rem;
  }
  #header .gnb_wrap {
    right: 4rem;
  }
}

@media (max-width: 1280px) {
  #footer .top_btn {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 1060px) {
  #header .logo {
    width: 28rem;
  }
  #header .logo a {
    padding: 2.1rem 0 1.5rem;
  }
  #header .logo img {
    width: 170px;
  }
  #header .logo .month {
    font-size: 1.2rem;
    padding: .4rem .9rem;
  }
  #header .gnb_wrap #search_wrap {
    width: 20rem;
  }
  #header .gnb_wrap #search_wrap input {
    width: calc(100% - 4rem);
  }
  #header .gnb_wrap .etc {
    margin-left: 0;
  }
  #header .gnb_wrap .etc a {
    padding: 0 .9rem;
  }
  #header .gnb_wrap .menu_btn {
    margin-left: 0;
  }
  #header .subscribe {
    padding: 5.3rem 3rem;
  }
  .subscribe {
    padding: 2.5rem 2rem;
  }
  .subscribe .desc {
    float: none;
    width: 100%;
  }
  .subscribe .mail {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .related_link {
    display: none !important;
  }
}

@media (max-width: 800px) {
  #header.all #gnb {
    padding: 5.5rem 1.5rem 27rem;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 0 2rem;
  }
  #header .logo {
    width: 260px;
  }
  #header .gnb_wrap {
    right: 2rem;
  }
  #header .gnb_wrap #gnb {
    right: 0;
    text-align: left;
    padding: 9rem 0;
  }
  #header .subscribe {
    display: none !important;
  }
  #header.all .related_link {
    display: none;
  }
  #header.all #gnb {
    padding: 9rem 1rem;
  }
}

@media (max-width: 660px) {
  #header .logo a {
    padding: 1.8rem 0 1.5rem;
  }
  #header #search_wrap {
    display: none;
  }
  #header .etc {
    display: none;
  }
  #header .gnb_wrap:before {
    width: calc(100% + 4rem);
    right: -2rem;
  }
  #header.all #search_wrap {
    display: block;
  }
  #header.all .etc {
    display: block;
  }
  .subscribe p strong {
    font-size: 2.8rem;
  }
  .subscribe {
    padding: 2.5rem 5rem;
  }
  .subscribe .desc {
    font-size: 2rem;
  }
  .subscribe .mail input {
    padding: 0 1.9rem 0 1rem;
  }
}

@media (max-width: 520px) {
  #header .gnb_wrap:before {
    border-radius: 0;
  }
  #header .gnb_wrap #gnb {
    left: inherit;
    right: 0;
  }
  #header .gnb_wrap #search_wrap {
    width: 15rem;
  }
  #header .gnb_wrap #search_wrap input {
    width: calc(100% - 5rem);
  }
  .subscribe .desc {
    font-size: 2.2rem;
  }
  #footer .f_logo {
    margin-bottom: 10px;
  }
  #footer .f_logo img {
    width: 150px;
  }
  #footer .info ul:last-of-type li:first-of-type {
    width: 100%;
  }
}

@media (max-width: 400px) {
  #header .menu_btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
  }
  #header .gnb_wrap {
    text-align: right;
  }
  #header .gnb_wrap > * {
    float: none;
    vertical-align: middle;
  }
  #header.all .gnb_wrap {
    width: 100vw;
    right: 0;
  }
  #header.all #gnb {
    width: 100%;
  }
  #header.all #search_wrap, #header.all .etc {
    display: inline-block;
  }
  #footer .f_logo {
    margin-bottom: 10px;
  }
  #footer .f_logo img {
    width: 150px;
  }
}
