/* 전체 Wraper *************************************************************************************************************************************************/
/* Language */
.Language {
  position: absolute !important;
  top: 40px;
  right: 230px;
  width: 100px !important;
  margin: 0 !important;
}

.Language ul {
  display: flex;
}

.Language ul li {
  margin: 0 5px;
}

.Language ul li a {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.Language .on a:after {
  position: absolute;
  padding-top: 3px;
  content: "";
  display: block;
  border-bottom: 1.5px solid #fff;
  transition: all 250ms ease-out;
  width: 100%;
}

.Language a::after {
  position: absolute;
  padding-top: 3px;
  content: "";
  display: block;
  border-bottom: 1.5px solid #fff;
  transition: all 250ms ease-out;
  width: 0;
}

.Language a:hover::after {
  transition: all 250ms ease-out;
  width: 100%;
}

/*  */
#wraper {
  position: relative;
  width: 100%;
  margin: 0;
  min-width: 320px;
}

#wraper #container {
  width: 100%;
}

#wraper #container .content {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

button.dis,
button.dis span {
  cursor: default;
}

button.dis:hover span {
  background-position: 0 0;
}

button.dis:hover span span {
  background-position: right 0;
}

.btn_base {
  display: inline-block;
  min-width: 70px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.btn_txt {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 34px;
  color: #fff !important;
  background: #c1c1c1;
  vertical-align: middle;
}

.btn_down {
  position: relative;
  padding-right: 26px;
  font-size: 16px;
  line-height: 24px;
}

/* 상단 메뉴 *****************************************************************************************************************************************************/
#wraper #header.fixed nav {
}

#wraper #header.fixed nav h1 a {
  height: 75px;
}

#wraper #header.fixed nav .menu_wrap > ul > li > a {
  line-height: 75px;
}

#wraper #header.fixed nav .menu_wrap ul li.m02 ul {
  top: 0px;
}

#wraper #header {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  /* height:90px; */
  background: black;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  /*border-bottom:1px solid rgba(255, 255, 255, 0.3);*/
  /*box-shadow:rgba(113, 113, 113, 0.3) 3px 3px 6px;*/
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
}

/*메뉴바탕색상변경*/
#wraper #header.header_scroll {
  background-color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
}

#wraper #header nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#wraper #header nav h1 {
}

#wraper #header nav #logo a {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  width: 230px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wraper #header nav #logo a img {
  position: absolute;
  top: 20px;
  left: 57px;
  width: 220px;
  margin-top: 17px;
}

#wraper #header nav .btn_nav {
  display: none;
}

/* pc 메뉴 */
#wraper #header nav .menu_wrap {
  display: none;
}

#wraper #header nav .pc_menu_wrap {
  position: absolute;
  top: 0;
  right: 0px;
  left: 370px;
  margin-right: -16px;
  padding-top: 10px;
}

/*메뉴 위여백*/
#wraper #header nav .pc_menu_wrap:after {
  content: "";
  display: block;
  clear: both;
}

#wraper #header nav .pc_menu_wrap ul li {
  float: left;
}

#wraper #header nav .pc_menu_wrap ul li.m01 {
  width: 18%;
  margin-left: 0%;
}

#wraper #header nav .pc_menu_wrap ul li.m02 {
  width: 18%;
  margin-left: 0%;
}

#wraper #header nav .pc_menu_wrap ul li.m03 {
  width: 18%;
  margin-left: 0%;
}

#wraper #header nav .pc_menu_wrap ul li.m04 {
  width: 18%;
  margin-left: 0%;
}

#wraper #header nav .pc_menu_wrap ul li.m05 {
  width: 18%;
  margin-left: 0%;
}

#wraper #header nav .pc_menu_wrap ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 75px;
}

/*대메뉴 over 색상변경*/
#wraper #header nav .pc_menu_wrap ul li:hover a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0px;
  background: #f08859;
}

#wraper #header nav .pc_menu_wrap ul li ul {
  overflow: hidden;
  max-height: 0;
  margin: 0 -30px;
  border-top: 0;
  border-bottom: 0;
  box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

#wraper #header nav .pc_menu_wrap ul li.m03 ul {
  margin: 0 -40px;
}

#wraper #header nav .pc_menu_wrap ul li.m05 ul {
  margin: 0 -40px;
}

#wraper #header nav .pc_menu_wrap ul li:hover ul {
  max-height: 400px;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#wraper #header nav .pc_menu_wrap ul li.m01:hover ul {
  max-height: 500px;
}

#wraper #header nav .pc_menu_wrap ul li.m02:hover ul {
  max-height: 400px;
}

#wraper #header nav .pc_menu_wrap ul li.m03:hover ul {
  max-height: 300px;
}

#wraper #header nav .pc_menu_wrap ul li.m04:hover ul {
  max-height: 300px;
}

#wraper #header nav .pc_menu_wrap ul li.m05:hover ul {
  max-height: 300px;
}

#wraper #header nav .pc_menu_wrap ul li.m02:hover ul li ul {
  padding: 0;
}

#wraper #header nav .pc_menu_wrap ul li ul li {
  float: none;
  border-top: 1px solid #f8f8f8;
}

#wraper #header nav .pc_menu_wrap ul li ul li:first-child {
  border-top: 0px;
}

#wraper #header nav .pc_menu_wrap ul li ul li a {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 40px;
  background: #fff;
  text-transform: uppercase;
}

/* 서브메뉴 배경색상변경*/
#wraper #header nav .pc_menu_wrap ul li:hover ul li a:after {
  display: none;
}

#wraper #header nav .pc_menu_wrap ul li ul li:first-child a:hover {
  box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
}

/* 모바일 메뉴 */
#wraper #header nav .menu_wrap {
  position: absolute;
  top: 0;
  right: 0px;
  left: 370px;
  margin-right: -16px;
  padding-top: 15px;
}

/*메뉴 위여백*/
#wraper #header nav .menu_wrap:after {
  content: "";
  display: block;
  clear: both;
}

#wraper #header nav .menu_wrap ul li {
  float: left;
}

#wraper #header nav .menu_wrap ul li.m01 {
  width: 19%;
  margin-left: 0%;
}

#wraper #header nav .menu_wrap ul li.m02 {
  width: 19%;
  margin-left: 0%;
}

#wraper #header nav .menu_wrap ul li.m03 {
  width: 19%;
  margin-left: 0%;
}

#wraper #header nav .menu_wrap ul li.m04 {
  width: 20%;
  margin-left: 0%;
}

#wraper #header nav .menu_wrap ul li.m05 {
  width: 19%;
  margin-left: 0%;
}

#wraper #header nav .menu_wrap ul li a {
  display: block;
  position: relative;
  color: #555;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 75px;
}

#wraper #header nav .menu_wrap ul li a:hover {
  color: #555;
  text-decoration: none;
}

/*대메뉴 over 색상변경*/
#wraper #header nav .menu_wrap ul li:hover a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0px;
  background: #f08859;
}

#wraper #header nav .menu_wrap ul li ul {
  overflow: hidden;
  max-height: 0;
  margin: 0 -30px;
  border-top: 0;
  border-bottom: 0;
  box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

#wraper #header nav .menu_wrap ul li.m03 ul {
  margin: 0 -40px;
}

#wraper #header nav .menu_wrap ul li.m05 ul {
  margin: 0 -40px;
}

#wraper #header nav .menu_wrap ul li:hover ul {
  max-height: 400px;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#wraper #header nav .menu_wrap ul li.m01:hover ul {
  max-height: 500px !important;
}

#wraper #header nav .menu_wrap ul li.m02:hover ul {
  max-height: 400px !important;
}

#wraper #header nav .menu_wrap ul li.m03:hover ul {
  max-height: 300px !important;
}

#wraper #header nav .menu_wrap ul li.m04:hover ul {
  max-height: 300px !important;
}

#wraper #header nav .menu_wrap ul li.m05:hover ul {
  max-height: 300px !important;
}

#wraper #header nav .menu_wrap ul li.m02:hover ul li ul {
  padding: 0;
}

#wraper #header nav .menu_wrap ul li ul li {
  float: none;
  border-top: 1px solid #f8f8f8;
}

#wraper #header nav .menu_wrap ul li ul li:first-child {
  border-top: 0px;
}

#wraper #header nav .menu_wrap ul li ul li a {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 40px;
  background: #fff;
  text-transform: uppercase;
}

/* 서브메뉴 배경색상변경*/
#wraper #header nav .menu_wrap ul li:hover ul li a:after {
  display: none;
}

#wraper #header nav .menu_wrap ul li ul li a:hover {
  background: #397dda;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 300ms ease-out 0ms;
  -moz-transition: 300ms ease-out 0ms;
  -ms-transition: 300ms ease-out 0ms;
  transition: 300ms ease-out 0ms;
}

#wraper #header nav .menu_wrap ul li ul li:first-child a:hover {
  box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
}

#wraper #header nav .mx {
  display: none;
}

@media screen and (max-width: 1050px) {
  #wraper #header nav .pc_menu_wrap {
    right: 10px;
  }

  #wraper #header nav .pc_menu_wrap ul li a {
    font-size: 14px;
  }

  #wraper #header nav .pc_menu_wrap ul li ul {
    margin: 0 -25px;
  }

  #wraper #header nav .pc_menu_wrap ul li.m03 ul {
    margin: 0 -40px;
  }

  #wraper #header nav .pc_menu_wrap ul li.m05 ul {
    margin: 0 -30px;
  }

  #wraper #header nav .pc_menu_wrap ul li ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 998px) {
  #wraper #header nav .pc_menu_wrap {
    right: 10px;
    border-top: 0px solid #f00;
  }

  #wraper #header nav .pc_menu_wrap ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 845px) {
  #wraper #header nav .pc_menu_wrap {
    right: 10px;
    border-top: 0px solid #f00;
  }

  #wraper #header nav .pc_menu_wrap ul li a {
    font-size: 14px;
  }

  #wraper #header nav .pc_menu_wrap ul li.m02 ul li ul li ul li ul {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #wraper #header.fixed nav h1 a {
    height: 65px;
  }

  #wraper #header.fixed nav .util_wrap > ul > li > a {
    line-height: 40px;
  }

  #wraper #header {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  #wraper #header nav #logo a {
    width: 142px;
  }

  #wraper #header nav #logo a img {
    left: 0px;
    width: 183px;
    margin-top: 8px;
  }

  #wraper #header nav .btn_nav {
    display: block;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  #wraper #header nav .btn_nav.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: 25px;
    margin-right: 10px;
    background: url('../../img/btn_nav_open.png') no-repeat 0 0; 
  }

  #wraper #header nav .btn_nav.closed {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: 10px;
    margin-right: 20px;
    background: url('../../img/btn_nav_closed.png') no-repeat 0 0 
  }

  #wraper #header nav .pc_menu_wrap {
    display: none;
  }

  #wraper #header nav .menu_wrap {
    display: block;
    overflow-y: scroll;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -240px;
    bottom: 0;
    left: auto;
    width: 240px;
    background: #fff;
    border: 0px solid #f00;
  }

  /*모바일메뉴 바탕색상변경*/
  #wraper #header nav .menu_wrap ul {
    padding-top: 50px;
  }

  #wraper #header nav .menu_wrap ul li {
    float: none;
    width: auto !important;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5;
  }

  /*모바일메뉴 라인색상변경*/
  #wraper #header nav .menu_wrap ul li:first-child {
    border-top: 1px solid #e9eff5;
  }

  /*모바일 메뉴 라인 색상변경 위쪽라인*/
  #wraper #header nav .menu_wrap ul li a {
    padding: 5px 40px 0 20px;
    font-size: 15px;
    color: #555555;
    text-align: left;
    line-height: 40px !important;
  }

  /*대메뉴 색상변경*/
  #wraper #header nav .menu_wrap ul li a:hover {
    color: #777777;
    text-decoration: none;
  }

  /*대메뉴 over 색상변경*/
  #wraper #header nav .menu_wrap ul li a:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 20px;
    right: 33px;
    width: 17px;
    height: 9px;
    /* background: url('../../img/bg_gnb_arr.png') no-repeat 0 -9px */
  }

  #wraper #header nav .menu_wrap ul li:hover a:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 20px;
    right: 33px;
    left: auto;
    width: 17px;
    height: 9px;
    /* background: url('../../img/bg_gnb_arr.png') no-repeat 0 -9px */
  }

  #wraper #header nav .menu_wrap ul li.on a:after {
    top: 19px;
    background-position: 0 0;
  }

  #wraper #header nav .menu_wrap ul li.on ul li a:after {
    display: none !important;
  }

  #wraper #header nav .menu_wrap ul li.on:hover a:after ul li a:after {
    display: none;
  }

  #wraper #header nav .menu_wrap ul li ul li a:after {
    display: none !important;
  }

  #wraper #header nav .menu_wrap ul li:hover ul li a:after {
    display: none !important;
  }

  #wraper #header nav .menu_wrap ul li ul {
    position: static !important;
    display: block;
    margin: 0 !important;
    padding: 0px 0 !important;
    border: 0;
    box-shadow: none;
  }

  /*모바일메뉴 서브메뉴 바탕색상변경*/
  #wraper #header nav .menu_wrap ul li ul li {
    float: none !important;
    border: 0;
  }

  #wraper #header nav .menu_wrap ul li ul li {
    float: none;
    width: auto !important;
    margin: 0 !important;
    border-top: 1px solid #dddddd;
  }

  /*모바일메뉴 라인색상변경*/
  #wraper #header nav .menu_wrap ul li ul li a {
    margin: 0 !important;
    padding: 0 30px;
    color: #656565 !important;
    font-size: 13px !important;
    line-height: 40px !important;
    background: #f6f6f6 !important;
    text-transform: none;
  }

  /*모바일 서브메뉴 배경색변경*/
  #wraper #header nav .menu_wrap ul li ul li a:hover {
    color: #222222 !important;
    font-size: 13px !important;
    line-height: 40px !important;
    background: #f6f6f6 !important;
  }

  /*모바일 서브메뉴 over 색상변경*/
  #wraper #header nav .menu_wrap ul li ul li:first-child a:hover {
    box-shadow: none;
  }

  #wraper #header nav .menu_wrap ul li ul li ul {
    padding: 0 !important;
  }

  #wraper #header nav .menu_wrap ul li.m_prod {
    display: none;
  }

  #wraper #header nav .mx {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    background: #000;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: all 0.3s ease-out;
  }

  #wraper #header nav .menu_wrap {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  #wraper #header nav.on .menu_wrap {
    right: 0;
  }

  #wraper #header nav .menu_wrap ul li ul {
    overflow: hidden;
    max-height: 0;
    padding: 0 0 !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #wraper #header nav .menu_wrap ul li.on ul {
    max-height: 1000px !important;
    padding: 0px 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /*모바일 메뉴 서브메뉴 패딩 지정 부드럽게 닫히고 열리는 효과*/
  #wraper #header nav .menu_wrap ul li.on ul li ul {
    padding: 0 !important;
  }

  #wraper #header nav .menu_wrap ul li.m01.on ul {
    max-height: 500px !important;
  }

  #wraper #header nav .menu_wrap ul li.m02.on ul {
    max-height: 500px !important;
  }

  #wraper #header nav .menu_wrap ul li.m03.on ul {
    max-height: 300px !important;
  }

  #wraper #header nav .menu_wrap ul li.m04.on ul {
  }

  #wraper #header nav .menu_wrap ul li.m05.on ul {
    max-height: 300px !important;
  }

  #wraper #header nav .menu_wrap ul li:hover ul {
    max-height: 0;
    border-bottom: 0;
  }

  #wraper #header nav .menu_wrap ul li.m01:hover ul,
  #wraper #header nav .menu_wrap ul li.m02:hover ul,
  #wraper #header nav .menu_wrap ul li.m03:hover ul,
  #wraper #header nav .menu_wrap ul li.m04:hover ul,
  #wraper #header nav .menu_wrap ul li.m05:hover ul {
    max-height: 0px;
  }

  #wraper #header nav .menu_wrap ul li.m01 {
    transition-delay: 0.035s;
  }

  #wraper #header nav .menu_wrap ul li.m02 {
    transition-delay: 0.07s;
  }

  #wraper #header nav .menu_wrap ul li.m03 {
    transition-delay: 0.105s;
  }

  #wraper #header nav .menu_wrap ul li.m04 {
    transition-delay: 0.14s;
  }

  #wraper #header nav .menu_wrap ul li.m05 {
    transition-delay: 0.175s;
  }

  #wraper #header nav .menu_wrap > ul > li {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #wraper #header nav.on .menu_wrap > ul > li {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #wraper #header nav.on .mx {
    display: block;
    right: 0;
    left: -2000%;
    opacity: 0.8;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}

/* 하단 *****************************************************************************************************************************************************/
#wraper #footer {
  clear: both;
  position: relative;
  width: 100%;
  padding: 20px 0 10px 0;
  background: #303030;
}

#wraper #footer .foottop ul {
  overflow: hidden;
  text-align: center;
}

#wraper #footer .foottop li {
  display: inline-block;
  list-style: none;
}

#wraper #footer .foottop li a {
  font-size: 13px;
  font-weight: 600;
  color: #cccccc;
  text-align: center;
  padding: 0px 3px 0px 8px;
  display: block;
  text-decoration: none;
}

#wraper #footer .foottop li a:link {
  font-size: 13px;
  font-weight: 600;
  color: #cccccc;
}

#wraper #footer .foottop li a:hover {
  font-size: 13px;
  font-weight: 600;
  color: #cccccc;
}

#wraper #footer .foottop li a:visited {
  font-size: 13px;
  font-weight: 600;
  color: #cccccc;
}

#wraper #footer .foottop li a:active {
  font-size: 13px;
  font-weight: 600;
  color: #cccccc;
}

#wraper #footer .foot_info {
  position: relative;
  text-align: center;
}

#wraper #footer .foot_info .detail {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#wraper #footer .foot_info .detail span {
  display: block;
  float: left;
  line-height: 16px;
}

#wraper #footer .foot_info .detail span a {
  color: #cccccc;
}

#wraper #footer .foot_info .detail span.detail02 {
  font-size: 12px;
  color: #8d8b8b;
  margin: 13px 0 0 0;
  float: none;
}

#wraper #footer .foot_info .detail span.detail03 {
  font-size: 12px;
  color: #8d8b8b;
  margin: 3px 0 0 0;
  float: none;
}

#wraper #footer .foot_info .copy {
  font-size: 12px;
  color: #8d8b8b;
  text-align: center;
  margin: 3px 0 0 0;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1050px) {
  #wraper #footer .foot_info .detail span {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  #wraper #footer .foottop ul {
    overflow: hidden;
    text-align: center;
  }

  #wraper #footer .foottop li {
    display: inline-block;
    list-style: none;
  }

  #wraper #footer .foottop li a {
    font-size: 13px;
    color: #cccccc;
    text-align: center;
    padding: 0px 3px 0px 8px;
    display: block;
    text-decoration: none;
  }

  #wraper #footer .foottop li a:link {
    font-size: 13px;
    color: #cccccc;
  }

  #wraper #footer .foottop li a:hover {
    font-size: 13px;
    color: #cccccc;
  }

  #wraper #footer .foottop li a:visited {
    font-size: 13px;
    color: #cccccc;
  }

  #wraper #footer .foottop li a:active {
    font-size: 13px;
    color: #cccccc;
  }

  #wraper #footer .foot_info {
    padding: 0px 32px 0px 32px;
  }

  #wraper #footer .foot_info .detail {
    text-align: center;
  }

  #wraper #footer .foot_info .detail span {
    display: inline-block;
    float: none;
    font-size: 12px;
  }

  #wraper #footer .foot_info .detail span.detail02 {
    display: block;
  }

  #wraper #footer .foot_info .detail span.detail02 em {
    display: none;
  }

  #wraper #footer .foot_info .detail span.detail03 {
    display: block;
  }

  #wraper #footer .foot_info .copy {
    margin: 3px auto 0 auto;
    text-align: center;
  }

  #wraper #footer .foot_info .copy span {
    display: none;
  }
}

@media screen and (max-width: 460px) {
}

@media screen and (max-width: 320px) {
  #wraper #footer .foot_info {
    padding: 5px 16px 5px 16px;
  }

  #wraper #footer .foot_info .copy {
    margin: 13px auto 0 auto;
    padding: 0 16px;
    font-size: 12px;
  }

  #wraper #footer .foot_info .copy span {
    display: none;
  }

  .info_table {
    padding: 30px 16px 70px 16px !important;
  }

  .info_table h2 {
    font-size: 18px;
    line-height: 30px;
  }
}

/* nav */
.sub_page #wraper #header {
  background: black;
}

.sub_page #wraper #container {
  background: #333;
}

.sub_page #wraper #header nav #logo a img {
  top: 20px;
}

/* nav END */

/* 서브비주얼 */
.top_inner {
  padding: 223px 0px 79px 0px;
}

.top_inner h3 {
  text-align: center;
  padding-right: 0px;
}

/* 좌측메뉴 */
.sub_page #s_navi h3 {
  color: white;
  font-family: "Noto Sans Kr";
}

.sub_page #s_navi #sub_menu li a {
  font-family: "Spoqa Han Sans";
}

/* 좌측메뉴 END */

/* 서브 타이틀 */
.sub_page .title-wrap h2.cont-title {
  color: white;
  font-size: 26px;
}

.sub_page .title-wrap .rout ul li {
  color: white;
  font-size: 13px;
}

/* 서브 타이틀 END */

/* 서브 body */
.sub_page .body-wrap {
  margin-bottom: 30px;
}

.sub_page .body-wrap .sub_body > img {
  width: 100%;
}

/* 서브 body  END*/

/* 오시는길 */
.location {
  margin-top: 15px;
  background: white;
  display: inline-block;
  width: 100%;
}

.location li {
  color: black;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.location li span {
  width: 15%;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}

.location li:last-child {
  margin-bottom: 10px;
}

.location li:first-child {
  margin-top: 10px;
}

/* 게시판 글쓰기 */
#container_write #cafe_bbs_write_table #write_main_table .item_cell_value {
  background: white;
}

#container_write #cafe_bbs_write_table #write_main_table .item_cell_content {
  background: white;
}

/* 게시판 읽기 */
#container_view #cafe_bbs_view_table #view_main_table .item_cell_value {
  color: white;
}

#container_view #cafe_bbs_view_table #view_main_table .item_cell_content {
  color: white;
}

#container_view #cafe_bbs_view_table #view_main_table .item_cell_content p,
#container_view #cafe_bbs_view_table #view_main_table .item_cell_content span {
  font-family: "Pretendard";
  line-height: 1.5 !important;
}

/* 로그인 폼 */
.body-wrap .member > table {
  width: 100%;
}

/* 서브 올해의 작가  */
.category {
  text-align: center;
}

.category li {
  display: inline-block;
  width: 40%;
  text-align: center;
  border: 4px solid #ddd;
  margin-right: 30px;
  margin-bottom: 10px;
}

.category li a {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  color: white;
  line-height: 1.2;
}

.category li a b {
  color: rgb(216, 216, 11);
}

/* 제 n회 올해의 작가 */
.in_category {
  margin-bottom: 60px;
}

.in_category:after {
  display: block;
  content: "";
  clear: both;
}

.in_category li {
  width: 33%;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  height: 50px;
  line-height: 50px;
}

.in_category li:first-child {
  border-left: 1px solid #ddd;
}

.in_category li a {
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 17px;
  font-weight: 300;
}

.in_category li:hover {
  background: #b6a375;
  border-color: #b6a375;
}

.in_category li:hover a {
  font-weight: 400;
}

.in_category li.on {
  background: #9e8d62;
  border-color: #9e8d62;
}

.in_category li.on a {
  font-weight: 400;
}

/* 서브 올해의 작가 이미지 갤러리 */

/* Grid layout : 12 */
.container {
  max-width: 1200px;
  margin: auto;
}

.row {
}

.row::after {
  clear: both;
  content: "";
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.col-1 {
  width: 8.3%;
}

.col-2 {
  width: 16.6%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33%;
}

.col-5 {
  width: 41.5%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.1%;
}

.col-8 {
  width: 66.4%;
}

.col-9 {
  width: 74.7%;
}

.col-10 {
  width: 83%;
}

.col-11 {
  width: 91.3%;
}

.col-12 {
  width: 100%;
}

.gallery-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gallery-info li {
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}

.gallery-info li a {
  overflow: hidden;
  display: block;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.gallery-info li img {
  max-width: 100%;
  transform: scale(1.6);
}

@media screen and (max-width: 768px) {
  .col-mo-1 {
    width: 8.3%;
  }

  .col-mo-2 {
    width: 16.6%;
  }

  .col-mo-3 {
    width: 25%;
  }

  .col-mo-4 {
    width: 33%;
  }

  .col-mo-5 {
    width: 41.5%;
  }

  .col-mo-6 {
    width: 50%;
  }

  .col-mo-7 {
    width: 58.1%;
  }

  .col-mo-8 {
    width: 66.4%;
  }

  .col-mo-9 {
    width: 74.7%;
  }

  .col-mo-10 {
    width: 83%;
  }

  .col-mo-11 {
    width: 91.3%;
  }

  .col-mo-12 {
    width: 100%;
  }
}

/* 일우사진상 */
.img-banner-wrap {
  /* background: url(../page01-1.png) no-repeat; */
  background-position: right;
  background-size: cover;
  text-align: center;
}

.img-banner-wrap ul {
  padding: 25px 0;
  margin-left: 346px;
  width: 460px;
}

.img-banner-wrap h3 {
  color: #a2a2a2 !important;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 15px 0;
  text-align: left;
}

.img-banner-wrap p {
  line-height: 1.5;
  color: #a2a2a2 !important;
  font-size: 17px;
  text-align: left;
}

.img-banner-wrap li:nth-child(3) p {
  padding: 10px 0;
  color: #a2a2a2 !important;
  font-size: 17px;
  text-align: left;
}

.list-cont h4 {
  font-size: 18px !important;
}

.gold {
  color: #9e8c62;
  margin-bottom: 20px;
}

.black-bg {
  background: #333;
  color: #fff;
}

h3.l-title::before {
  position: absolute;
  content: "";
  display: block;
  height: 4px;
  width: 22px;
  background: #9e8c62;
  transform: rotate(-45deg);
  left: 0px;
  top: 9px;
}

h3.l-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Sans Kr";
  padding-left: 30px;
}

.list-cont h4 {
  font-size: 1.3rem;
}

.list-cont p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: keep-all;
  color: #a2a2a2;
}

.list-cont .point {
  font-size: 20px;
  color: #fff;
  padding-bottom: 6px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 50px 0 30px;
}

/* 올해의 작가 */
.Year-2 {
  margin-top: 350px !important;
}

.Writer-of-the-Year {
  width: 100%;
  margin-top: 350px;
  display: flex;
}

.Writer-of-the-Year-title {
  width: 170px;
}

.Writer-of-the-Year-title h2 {
  background-color: #d6cdb9;
  color: #323333;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 20px;
}

.Writer-of-the-Year-title h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.Writer-of-the-Year-title h3 span {
  color: #9c8a61;
  display: block;
}

.Writer-of-the-Year-title p {
  color: #9c8a61;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 15px;
  word-break: keep-all;
}

.Writer-of-the-Year-line {
  width: 1px;
  height: 500px;
  background-color: #fff;
  margin: 30px 30px 0 30px;
}

.Writer-of-the-Year-con {
  margin-top: 30px;
  width: 650px;
}

.Writer-of-the-Year-con > article {
  display: flex;
  margin-bottom: 30px;
}

.Writer-of-the-Year-con h4 {
  color: #9c8a61;
  width: 120px;
  font-size: 20px;
  font-weight: 600;
}

.Writer-of-the-Year-con h4 span {
  font-size: 16px;
}

.Writer-of-the-Year-con p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

.Writer-of-the-Year-con dl {
  width: 540px;
}

.Writer-of-the-Year-con dt {
  color: #9c8a61;
  font-size: 16px;
}

.Writer-of-the-Year-con dd {
  color: #a2a2a2;
  font-size: 16px;
  word-break: keep-all;
}

.author-tit {
  position: relative;
  padding-left: 20px;
}

.author-tit h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.author-tit h3 {
  color: #9c8a61;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.author-tit::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 65px;
  background-color: #9c8a61;
  top: 10px;
  left: 0;
}

.author li {
  color: #fff;
  font-size: 16px;
  word-break: keep-all;
  margin-bottom: 20px;
  font-weight: 300;
}

.author li span {
  color: #9c8a61;
  font-weight: 400;
}

.author > p {
  color: #9c8a61;
  margin: 30px 0;
  font-size: 20px;
}

/* 올해의 심사위원 */
.judge {
  display: flex;
  flex-wrap: wrap;
}

.judge-wrap {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}

.judge-title {
  border-left: 4px solid #9e8c62;
  padding-left: 20px;
  margin-bottom: 30px;
}

.judge-title h3 {
  color: #9e8c62 !important;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.judge-title p {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.jud-profile p {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 0;
}

.jud-profile {
  display: flex;
}

.jud-profile .col-sm-9 {
  margin-left: 30px;
}

.list-cont > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list-cont > ul > li:first-child p {
  color: #9e8c62;
}

.list-cont > ul > li:first-child {
  width: 20%;
}

.list-cont > ul > li:last-child {
  width: 80%;
}

/* 모집요강 */
.Recruitment-Summary > .body-wrap {
  width: 95% !important;
  left: 45px;
}

.Recruitment-Summary .img-banner-wrap {
  /* background-image: url('../page02-1.png'); */
  height: 300px;
}

.Recruitment-Summary .img-banner-wrap h3 {
  word-break: keep-all;
  color: #222 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  border-top: none;
  border-bottom: none;
  padding: 15px 0;
}

.Recruitment-Summary .black-bg {
  background: #9c8a61;
  color: #fff;
  font-size: 30px;
}

.Recruitment-Summary .img-banner-wrap ul {
  padding: 110px 0 0;
  margin: 0 auto;
  width: auto;
}

.list-cont a {
  margin: 30px;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
}

/* 지원신청 */
.Application {
  position: relative;
  margin-bottom: 30px;
}

.right-Application {
  position: absolute;
  top: -20px;
  right: 0;
}

.right-Application img {
  width: 50px;
}

.right-Application a {
  display: block;
  background-color: #9c8a61;
  width: 130px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.right-Application a p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.col-sm-3 {
  max-width: 30%;
  width: 30%;
}

.col-sm-9 {
  max-width: 70%;
  width: 70%;
}

/* 재단소개 */
.Foundation-Introduction .img-banner-wrap {
  /* background-image: url('../back-1.png'); */
  height: 300px;
}

.Foundation-Introduction .img-banner-wrap ul {
  padding: 70px 0;
  margin: 0 auto;
  width: 700px;
}

.Foundation-Introduction .img-banner-wrap h3 {
  padding: 30px 0;
}

.Foundation-Introduction > img {
  margin: 50px 0;
}

.Foundation-Introduction .list-wrap p {
  margin-bottom: 30px;
}

/* 주요사업 */
.major-undertaking .list-cont ul {
  display: flex;
}

.major-undertaking .line {
  width: 100%;
}

.major-undertaking .list-cont ul li {
  margin: 10px 0;
}

.major-undertaking .list-cont ul li:nth-child(1) {
  color: #9c8a61;
  width: 15px;
  font-size: 17px;
}

.major-undertaking .list-cont ul li:nth-child(2) {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  width: 170px;
}

.major-undertaking .list-cont ul li:nth-child(3) {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: keep-all;
  color: #a2a2a2;
  width: 70%;
}

html {
  -webkit-toudh-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Introduction .img-banner-wrap > ul {
  width: 100%;
  margin: 0 auto;
}

/* 반응형 */
@media screen and (max-width: 1440px) {
  #hero .slides p {
    font-size: 26px;
  }

  .flexslider .flex-prev {
    left: 50px !important;
  }

  .flexslider .flex-next {
    right: 50px !important;
  }
}

@media screen and (max-width: 1300px) {
  #wraper #header nav #logo a img {
    left: 10px;
  }

  .login_wrap {
    right: 10px;
  }

  #wraper #header nav .pc_menu_wrap {
    left: 300px;
  }

  .top-btn {
    right: 50px;
  }
}

@media screen and (max-width: 1230px) {
  #banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #bsb1,
  #bsb2 {
    padding-right: 0;
    padding-bottom: 30px;
  }

  #bsb1,
  #bsb2,
  #bsb3 {
    width: 100%;
    max-width: 380px;
  }

  #bs_bg {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  #business_banner {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  #business_banner > div {
    margin-bottom: 30px;
    padding: 0 80px;
  }
}

@media screen and (max-width: 1184px) {
  #wraper #header nav .pc_menu_wrap {
    left: 260px;
  }

  #wraper #header nav .pc_menu_wrap ul li.m01 {
    width: 22%;
    margin-left: 0%;
  }

  #wraper #header nav .pc_menu_wrap ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1160px) {
  .Writer-of-the-Year-line {
    margin: 30px 10px 0;
  }
}

@media screen and (max-width: 1156px) {
  .sub_body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .in_category {
    display: flex;
    width: 100%;
  }

  .Writer-of-the-Year {
    margin-top: 0;
  }

  .Recruitment-Summary .img-banner-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1145px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 280px;
  }
}

@media screen and (max-width: 1105px) {
  .Writer-of-the-Year-title h3 {
    font-size: 20px;
  }

  .Writer-of-the-Year-title h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1092px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 250px;
  }

  #s_navi h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .Writer-of-the-Year-con {
    width: 500px;
  }
}

@media screen and (max-width: 1056px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 200px;
  }
}

@media screen and (max-width: 992px) {
  #hero .slides p {
    word-break: keep-all;
    width: 500px;
    line-height: 1.3;
  }

  .login_wrap {
    right: 80px;
  }

    #hero .slides p {
    font-size: 20px;
    word-break: keep-all;
  }
  .pc-br{display: none;}

  .flexslider .flex-prev {
    left: 10px !important;
  }

  .flexslider .flex-next {
    right: 10px !important;
  }

  .flex-direction-nav .arrow {
    scale: 0.8;
  }

  .sub-cont-wrap > div:nth-child(1) {
    display: none;
  }

  .title-wrap,
  .body-wrap {
    width: 91%;
  }

  .top_area.intro.on img {
    height: 346px;
  }

  .img-banner-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 919px) {
  .Writer-of-the-Year-line {
    width: 1px;
    height: 500px;
    background-color: #fff;
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 914px) {
  .Introduction .img-banner-wrap > ul {
    width: 500px;
    margin-left: 280px;
  }
}

@media screen and (max-width: 874px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 250px;
  }
}

@media screen and (max-width: 828px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 200px;
  }
}

@media screen and (max-width: 780px) {
    #wraper #header nav #logo a{
    font-size: 16px;
    }
  .body-wrap {
    margin-left: 42px;
  }

  .jud-profile {
    flex-direction: column;
  }

  .jud-profile .col-sm-9 {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .Foundation-Introduction .img-banner-wrap {
    width: 100%;
  }

  .Foundation-Introduction .img-banner-wrap ul {
    width: 100%;
  }

  .img-banner-wrap h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 742px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 150px;
  }
}

@media screen and (max-width: 722px) {
  .Recruitment-Summary > .body-wrap {
    width: 100% !important;
  }

  .body-wrap {
    margin-right: 30px;
  }

  .Recruitment-Summary .black-bg {
    font-size: 25px;
  }
}

@media screen and (max-width: 692px) {
  .Writer-of-the-Year {
    flex-direction: column;
  }

  .Writer-of-the-Year-line {
    display: none;
  }

  .Writer-of-the-Year-con {
    width: 100%;
  }

  .Writer-of-the-Year-con dl {
    width: 80%;
  }
}

@media screen and (max-width: 682px) {
  .Introduction .img-banner-wrap > ul {
    margin-left: 100px;
  }
}

@media screen and (max-width: 677px) {
  .major-undertaking .list-cont ul li:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 656px) {
  .Writer-of-the-Year {
    flex-direction: column;
  }

  .Writer-of-the-Year-line {
    display: none;
  }

  .Writer-of-the-Year-con {
    width: 100%;
  }

  .location li span {
    width: 100px;
  }
}

@media screen and (max-width: 653px) {
  .category {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .Introduction .img-banner-wrap > ul {
    margin: 0 auto;
  }

  .category {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category li {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 521px) {
  #hero .slides p {
    font-size: 14px;
    word-break: keep-all;
  }
  .pc-br{display: none;}

  .flex-control-nav {
    display: none;
  }

  #hero .slides p {
    width: 90%;
  }

  #company p.text01,
  #businesswrap .mbtop p.text01 {
    font-size: 30px;
  }

  .img-banner-wrap h3 {
    font-size: 16px;
  }

  .img-banner-wrap > ul {
    width: 100% !important;
  }

  .img-banner-wrap p {
    font-size: 13px;
  }

  .Recruitment-Summary > .body-wrap {
    width: 98% !important;
  }

  .right-Application {
    display: none;
  }

  .body-wrap {
    margin-left: 10px;
  }

  .body-wrap {
    margin-right: 10px;
  }

  .title-wrap,
  .body-wrap {
    width: 96%;
  }

  .Recruitment-Summary > .body-wrap {
    left: 10px;
    width: 100% !important;
  }

  .list-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 415px) {
  #wraper #header nav #logo{align-items: start;}
  #wraper #header nav #logo a{width: 120px; text-align: center;}

  .in_category {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .in_category li {
    width: 100%;
  }

  .in_category li {
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 413px) {
  #bs_bg {
    width: 100%;
  }

  .login_wrap {
    display: flex;
    flex-direction: column;
    text-align: right;
    top: 20px;
  }

  .login_wrap span {
    display: none;
  }

}

@media screen and (max-width: 384px) {
}

@media screen and (max-width: 375px) {
}

/* 영문 */
.en-line {
  margin: 30px 20px 0 !important;
}

.Foundation-Introduction .en-banner ul {
  padding: 50px 0 !important;
}

.ko-pop img {
  width: 600px !important;
}

.pop_lay2 {
  left: 40% !important;
}
.pop_lay2 img {
  width: auto !important;
}
.en-pop img {
  width: 900px !important;
}
