@charset "utf-8";
/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
/* wrap */
button {
  border: none;
  background-color: transparent;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5% !important;
  font-family: "Noto Sans KR";
  font-weight: 400;
}
body {
  min-width: 360px;
}
.school_wrap {
  position: relative;
  width: 100%;
  min-width: 360px;
  text-align: center;
}
.school_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.school_wrap .HD {
  width: 100%;
  background-color: white;
  position: relative;
}
.school_wrap .HD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.school_wrap .MD {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.school_wrap .MD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.school_wrap .MD_Map {
  width: 100%;
  position: relative;
}
.school_wrap .MD_Map:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
zoom: 1;
}
.school_wrap .FT {
  width: 100%;
  position: relative;
}
.school_wrap .FT:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.school_wrap .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.school_wrap a {
  color: #4d4d4d;
  word-break: break-all;
}
.school_wrap a.close {
	position: absolute;
    right: 10px;
    top: 20px;
    width: 23px;
    height: 23px;
    background-image: url(/images/new/common/btn_close.png);
    background-repeat: no-repeat;
    background-size: 23px auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999px;
}
@media (max-width: 1099px) {
  .school_wrap .MD {
    padding: 0 15px;
  }
}
/* HD */
.HD_inner {
  position: relative;
  width: 100%;
  background-color: white;
  transition: height 0.2s ease-out;
  min-width: 360px;
}
.HD_inner ul {
  margin: 0;
  padding: 0;
}
.HD_inner ul,
.HD_inner li {
  list-style: none;
}
.HD_inner button {
  border: 0;
}
.HD_inner .hd_lg {
  position: fixed;
  top: 1.8rem;
  left: 0;
  width: 100%;
  display: none;
}
.HD_inner .hd_lg .hd_logo {
  width: 95px;
  height: 45px;
  background-image: url('/images/new/common/hd_logo.png');
  background-repeat: no-repeat;
  background-size: 95px auto;
  margin: 0px auto;
}
.HD_inner .hd_lg .hd_logo a {
  width: 100%;
  height: 100%;
  display: block;
  font-size:1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  color:transparent;
}
.HD_inner .btn_gnb_open {
  position: fixed;
  top: 2.6rem;
  right: 2.2rem;
  z-index: 102;
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.HD_inner .btn_gnb_open .bar {
  display: block;
  width: 2.3rem;
  height: 1.6rem;
  position: relative;
  padding-top: 0.7rem;
}
.HD_inner .btn_gnb_open .bar span {
  display: block;
  width: 2.3rem;
  height: 2px;
  background-color: #191919;
  border-radius: 1px;
}
.HD_inner .btn_gnb_open .bar:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 1.7rem;
  height: 2px;
  background-color: #191919;
  border-radius: 1px;
}
.HD_inner .btn_gnb_open .bar:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 1.9rem;
  height: 2px;
  background-color: #191919;
  border-radius: 1px;
}
.HD_inner .gnb_wrap .gnb_inner {
  height: 100%;
  padding-top: 20px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 65px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w span.txt {
  font-size: 1.3rem;
  color: #4d4d4d;
  height: 23px;
  position: absolute;
  left: 0;
  top: 3px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 25px;
  height: 23px;
  padding: 10px;
  background-image: url('/images/new/common/btn_font_size.png');
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font_plus {
  background-position: 0 0;
  margin: 0 0 0 -3px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font_plus:hover {
  background-position: 0 -25px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font {
  background-position: -23px 0;
  margin: 0 0 0 -4px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font:hover {
  background-position: -23px -25px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font_minus {
  background-position: -46px 0;
  margin: 0 0 0 -4px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w button.font_minus:hover {
  background-position: -46px -25px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_logo {
  width: 125px;
  height: 45px;
  background-image: url('/images/new/common/hd_logo.png');
  background-repeat: no-repeat;
  background-size: 125px 44px;
  margin: 0px auto;
}
.HD_inner .gnb_wrap .gnb_inner .hd_logo a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
}
.HD_inner .gnb_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000 !important;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  opacity: 1;
  transition: opacity 0.1s ease;
  overflow: hidden;
}
.HD_inner .btn_gnb_close {
  position: fixed;
  right: 1rem;
  top: 1rem;
  font-size: 3rem;
  z-index: 1002;
  display: none;
  background-color: transparent;
}
@media (min-width: 1100px) {
  .HD {
    min-height: 160px;
  }
  .HD .HD_inner {
    /* &:after{.block;content:'';width:100%;height:1px;.bg-color(darken(white,10%));}   */
  }
  .HD .HD_inner:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 85px;
    left: 0;
  }
  .HD .HD_inner .hd_ttl {
    display: none;
  }
  .HD .HD_inner .btn_gnb_open {
    display: none;
  }
  .HD .HD_inner .gnb_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 102;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: left;
  }
  
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L {
    position: absolute;
    left: 0;
    top: 30px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide {
    position: absolute;
    left: 150px;
    top: 3px;
    width: 105px;
    height: 23px;
    font-size: 1.3rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    background-image: url('/images/new/common/hd_guide.png');
    background-repeat: no-repeat;
    background-position: right -2px;
    background-size: 23px auto;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide:hover {
    font-weight: 700;
  }
  
.HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide{
	border: 1px solid #ddd;
}

.HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide.btn_translation-guide{
	left: 276px;
	background-position: 67px -1px;
	background-image:url('/images/new/guide/translation/translation-guide.svg');
	width: 90px;
}
  
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite {
    width: 138px;
    height: 38px;
    background-color: #2f5fba;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    color: white;
    line-height: 3.6rem;
    padding-left: 35px;
    background-image: url('/images/new/common/hd_favorite.png');
    background-repeat: no-repeat;
    background-position: 9px -18px;
    background-size: 23px auto;
    border-radius: 2px;
    float: left;
    margin-left: 20px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite:hover {
    font-weight: 500;
    background-color: #2f4069;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_promotion {
    width: 138px;
    height: 38px;
    background-color: #2f5fba;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    color: white;
    line-height: 3.6rem;
    padding-left: 35px;
    background-image: url('/images/new/common/hd_promotion_2.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 11px;
    background-size: 14px;
    border-radius: 2px;
    float: left;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_promotion:hover {
    font-weight: 500;
    background-color: #2f4069;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb {
    position: relative;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu {
    float: right;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0px 0 0;
    position: relative;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    width: 15%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:first-child,
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(2) {
    width: 16% !important;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.mob-view {
    display: none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a {
    color: #2f5fba;
    font-weight: 700;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a {
    color: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-bottom: 0;
    height: 74px;
    line-height: 74px;
    color: black;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 4px;
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 {
    display: none;
  }
  .HD .gnb_open {
    border-bottom: 1px solid #e6e6e6;
    z-index: 10;
    position: absolute;
    z-index: 100;
  }
  .HD .gnb_open .hover_bg {
    width: 100%;
    height: 242px;
    background-color: #e4eefb;
    position: absolute;
    left: 0px;
    top: 160px;
    display: block;
  }
  .HD .gnb_open .hove_img {
    display: block !important;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
  }
  .HD .gnb_open .depth2 {
    display: block !important;
    padding-top: 20px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
  }
  .HD .gnb_open .depth2 li {
    margin-bottom: 8px;
    padding: 0;
    background: none;
    border-bottom: 0;
  }
  .HD .gnb_open .depth2 li > a {
    font-size: 1.5rem;
    color: #4d4d4d;
    padding: 0;
    text-decoration: none;
    letter-spacing: -1px;
  }
  .HD .gnb_open .depth2 li > a:hover {
    color: #2f5fba;
    text-decoration: underline;
  }
  .HD .gnb_open .depth2.w210 {
    width: 180px;
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .HD {
    min-height: 160px;
  }
  .HD .HD_inner:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 85px;
    left: 0;
  }
  .HD .HD_inner:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
  }
  .HD .HD_inner .hd_ttl {
    display: none;
  }
  .HD .HD_inner .btn_gnb_open {
    display: none;
  }
  .HD .HD_inner .gnb_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 102;
    padding: 0 10px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: left;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L {
    position: absolute;
    left: 0;
    top: 30px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide {
    position: absolute;
    left: 150px;
    top: 3px;
    width: 105px;
    height: 23px;
    font-size: 1.3rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    background-image: url('/images/new/common/hd_guide.png');
    background-repeat: no-repeat;
    background-position: right -2px;
    background-size: 23px auto;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite {
    width: 138px;
    height: 38px;
    background-color: #2f5fba;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    color: white;
    line-height: 3.6rem;
    padding-left: 35px;
    background-image: url('/images/new/common/hd_favorite.png');
    background-repeat: no-repeat;
    background-position: 9px -18px;
    background-size: 23px auto;
    border-radius: 2px;
    float: left;
    margin-left: 20px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_promotion {
    width: 138px;
    height: 38px;
    background-color: #2f5fba;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    color: white;
    line-height: 3.6rem;
    padding-left: 35px;
    background-image: url('/images/new/common/hd_promotion_2.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 11px;
    background-size: 14px;
    border-radius: 2px;
    float: left;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb {
    position: relative;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu {
    float: right;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0px 0 0;
    position: relative;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    width: 16%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:first-child,
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(2) {
    width: 16% !important;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.mob-view {
    display: none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a {
    color: #2f5fba;
    font-weight: 700;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a {
    color: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #2f5fba;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-bottom: 0;
    height: 74px;
    line-height: 74px;
    color: black;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 4px;
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 {
    display: none;
  }
  .HD .gnb_open {
    border-bottom: 1px solid #e6e6e6;
    z-index: 10;
    position: fixed;
    z-index: 100;
  }
  .HD .gnb_open .hover_bg {
    width: 100%;
    height: 244px;
    background-color: #e4eefb;
    position: absolute;
    left: 0px;
    top: 159px;
    display: block;
  }
  .HD .gnb_open .hove_img {
    display: block !important;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
  }
  .HD .gnb_open .depth2 {
    display: block !important;
    padding-top: 20px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
  }
  .HD .gnb_open .depth2 li {
    margin-bottom: 8px;
    padding: 0;
    background: none;
    border-bottom: 0;
  }
  .HD .gnb_open .depth2 li > a {
    font-size: 1.5rem;
    color: #4d4d4d;
    padding: 0;
    text-decoration: none;
  }
  .HD .gnb_open .depth2 li > a:hover {
    color: #2f5fba;
    text-decoration: underline;
  }
  .HD .gnb_open .depth2 li.w210 {
    width: 175px !important;
    font-size: 1.5rem;
  }
}
@media (max-width: 899px) {
  .HD {
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 1000;
  }
  .HD .HD_inner {
    position: fixed;
  }
  .HD .HD_inner .hd_lg {
    display: block;
    background: #fff;
    top: 0;
    padding-top: 1.8rem;
    z-index: 5;
  }
  .HD .HD_inner .gnb_wrap {
    position: fixed;
    left: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1002;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 1002;
    display:none;
  }
  
  .HD .HD_inner .gnb_wrap .gnb_m_open {
  	display:block;
  }
  .HD .HD_inner .gnb_wrap .gnb_m_close {
  	display:none;
  }
  
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L {
    position: relative;
    margin: 0 5px;
    display: inline-block;
    height: 40px;
    float: left;
    width: 90%;
    margin-bottom: 5px;
}  
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .font_size_w {
    display: none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide {
    margin: 0 auto;
    min-width: 133px;
    height: 38px;
    border: 1px solid #e6e6e6;
    padding: 7px 10px 10px 33px;
    background-position: 5px 5px;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    background-color: white;
    color: #333333;
    background-image: url('/images/new/common/hd_guide.png');
    background-repeat: no-repeat;
    background-size: 23px auto;
    border-radius: 4px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide:hover {
    background-color: #2f5fba;
    color: white;
    background-position: 5px -32px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_logo {
	display:none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R {
    position: relative;
    width: 90%;
    display: inline-block;
    height: 40px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite {
    margin: 0 auto;
    min-width: 1353px;
    height: 38px;
    border: 1px solid #e6e6e6;
    padding: 7px 10px 10px 33px;
    background-position: 5px 7px;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    background-color: white;
    color: #333333;
    background-image: url('/images/new/common/hd_favorite.png');
    background-repeat: no-repeat;
    background-size: 23px auto;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite:hover {
    background-color: #2f5fba;
    color: white;
    background-position: 5px -21px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_promotion {
    margin: 0 auto;
    min-width: 1353px;
    height: 38px;
    border: 1px solid #e6e6e6;
    padding: 7px 10px 10px 33px;
    background-position: 8px 6px;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: -0.34px;
    background-color: white;
    color: #333333;
    background-image: url('/images/new/common/hd_promotion_1.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 10px 9px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_promotion:hover {
    background-image: url('/images/new/common/hd_promotion_2.png');
    background-color: #2f5fba;
    color: white;
    background-position: 10px 7px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    *zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu {
    width: 100%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    *zoom: 1;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.mob-view {
    display: block;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.mob-view i {
    color: #2f5fba;
    margin-right: 5px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a {
    color: black;
    font-weight: 700;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.34px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a {
    color: #4d4d4d;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 {
    border-top: 1px solid #4d4d4d;
    display: none;
    background-color: #2f4069;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 li a {
    color: white;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0 0 0 30px;
    font-weight: 400;
  }
  .HD .gnb_open_m .gnb_wrap {
    left: 20% !important;
    width: 80%;
    z-index: 1001 !important;
    background-color: white;
    transition: left 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .HD .gnb_open_m .gnb_wrap .gnb_inner {
    width: 100%;
    padding: 90px 0 0 0;
  }
  .HD .gnb_open_m .btn_gnb_close {
    display: block !important;
  }
}
button.depth1_menu {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: -0.34px;
	text-align: left;
}

.search_wrap {
  margin: 0 auto;
  position: absolute;
  top: 180px;
  right: 0px;
  width: 100%;
  transition-duration: 0.5s;
}
.search_wrap ul {
  margin: 0;
  padding: 0;
}
.search_wrap ul,
.search_wrap li {
  list-style: none;
}
.search_wrap button {
  border: 0;
}
.search_wrap .search_w {
  background-color: #2f4069;
  z-index: 500;
}
.search_wrap .search_w .input_txt {
  position: relative;
  display: block;
  height: 100%;
  padding: 17px 70px 0px 10px;
  margin-left: -1px;
  border: none;
}
.search_wrap .search_w .input_txt input {
  border: none;
  color: white;
  padding: 0 0 0 10px;
  width: 100%;
  background: transparent;
  font-size: 1.6rem;
}
.search_wrap .search_w .input_txt input::-webkit-input-placeholder {
  color: #fff;
}
.search_wrap .search_w .input_txt input:-ms-input-placeholder {
  color: #fff;
}
.search_wrap .search_w .input_txt .search_btn {
  display: block;
  position: absolute;
  right: 0px;
  top: -10px;
  text-decoration: none;
  width: 65px;
  height: 80px;
  z-index: 5;
}
.search_wrap .search_w .input_txt .search_btn i {
  color: white;
  font-size: 3rem;
  line-height: 5.5rem;
}
.search_wrap .search_w .input_txt .search_btn span {
  text-indent: -9999px;
  font-size: 0;
}
.search_wrap .search_w .input_list {
  position: relative;
  width: 100%;
  max-height: 185px;
  background-color: #2f4069;
  margin-top: -15px;
  padding: 10px;
  display: block;
}
.search_wrap .search_w .input_list ul {
  background-color: white;
  width: 100%;
  max-height: 165px;
  padding-top: 5px;
  overflow-y: auto;
}
.search_wrap .search_w .input_list ul li {
  text-align: left;
  padding-left: 10px;
  letter-spacing: -0.34px;
}
.search_wrap .search_w .input_list ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  height: 26px;
  line-height: 2.6rem;
  color: #333333;
}
.search_wrap .search_w .input_list ul li a span.txt01 {
  color: #2f5fba;
}
.search_wrap .search_w .search_guide_w {
  position: relative;
  width: 100%;
  background-color: #2f4069;
  padding: 10px;
  margin-top: -15px;
  display: block;
}
.search_wrap .search_w .search_guide_w .search_guide {
  background-color: white;
  padding: 10px;
}
.search_wrap .search_w .search_guide_w .search_guide dt {
  text-align: left;
  font-size: 2.2rem;
  height: 4rem;
}
.search_wrap .search_w .search_guide_w .search_guide dd {
  text-align: left;
  letter-spacing: -0.34px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333333;
  margin: 0;
  padding: 0;
}
.search_wrap .search_w .search_guide_w .search_guide dd span.txt01 {
  color: #2f5fba;
}
.search_wrap .search_w .search_guide_w .search_guide dd .noti_w {
  display: block;
  padding: 15px 0 0px 0;
  position: relative;
}
.search_wrap .search_w .search_guide_w .search_guide dd .noti_w:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.search_wrap .search_w .search_guide_w .search_guide dd .noti_w li {
  text-align: left;
  position: relative;
  letter-spacing: -0.34px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #333333;
  padding-left: 15px;
  padding-bottom: 5px;
}
.search_wrap .search_w .search_guide_w .search_guide dd .noti_w li:after {
  content: '※';
  color: #2f5fba;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.search_wrap .search_w .search_guide_w .search_guide dd .noti_w li span.txt_red {
  color: #DA291C;
}
@media (min-width: 1100px) {
  .search_wrap {
    max-width: 1100px;
    position: absolute;
    top: 180px;
    left: 0;
  }
  .search_wrap .search_w {
    width: 410px;
    height: 60px;
    top: -86px;
    position: absolute;
    right: 0;
    border-radius: 4px;
    z-index: 500;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .search_wrap {
    right: 10px;
    max-width: 1100px;
  }
  .search_wrap .search_w {
    width: 36%;
    height: 60px;
    top: -86px;
    position: absolute;
    right: 0;
    border-radius: 4px;
    z-index: 500;
  }
}
@media (max-width: 899px) {
  .search_wrap {
    width: 100%;
    position: relative;
    top: 63px;
    left: 0;
  }
  .search_wrap .search_w {
    position: relative;
    height: 60px;
    z-index: 0;
  }
  .search_wrap .search_w .input_txt {
    position: relative;
    display: block;
    height: 100%;
    padding: 17px 70px 0px 10px;
    margin-left: -1px;
    border: none;
  }
  .search_wrap .search_w .input_txt .search_btn {
    top: -10px;
  }
  .search_wrap .search_w .input_txt .search_btn i {
    color: white;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
/* Sub _Title*/
.sub_top {
  width: 100%;
  text-align: center;
  position: relative;
}
.sub_top:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 56px;
  background-color: #e4eefb;
}
.sub_top ul {
  margin: 0;
  padding: 0;
}
.sub_top ul,
.sub_top li {
  list-style: none;
}
.sub_top .snb {
  width: 100%;
  max-width: 1100px;
  opacity: 0.95;
  position: relative;
  z-index: 10;
}
.sub_top .snb ul,
.sub_top .snb li {
  list-style: none;
}
.sub_top .snb:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.sub_top .snb a,
.sub_top .snb button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
.sub_top .snb .home {
  border-right: 1px solid #3f558c;
  position: absolute;
  left: 0;
  top: 0;
}
.sub_top .snb .home a {
  width: 100%;
  height: 100%;
  display: block;
  color: #b8c3df;
  text-align: center;
}
.sub_top .snb .home a span {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.sub_top .snb ul.breadcrumbs {
  float: left;
  width: 100%;
  position: relative;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb {
  float: left;
  border-right: 1px solid #d6e2f0;
  min-width: 25%;
  position: relative;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_btn {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  color: #191919;
  font-weight: 400;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_btn i {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 25px;
  background-image: url('/images/new/common/icon_breadcrumb_arw.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_btn.active i {
  background-position: 0 -10px !important;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 56px;
  background-color: #2f4069;
  z-index: 1000;
  opacity: 0;
  transition: all 0.2s;
  display:none;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list.opened {
  opacity: 1;
  height: auto;
  overflow: auto;
  display:block;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list li {
  width: 100%;
  text-align: left;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list li a {
  line-height: 40px;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 3rem;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list li a:hover {
  background-color: #1f2b46;
}
.sub_top .snb ul.breadcrumbs li.breadcrumb .breadcrumb_list li.active a {
  color: #9cb6e6;
  background-color: #1f2b46;
}
@media (min-width: 1100px) {
  .snb {
    margin: 0 auto;
    padding: 0 250px 0 56px;
  }
  .snb .home {
    width: 56px;
    height: 56px;
    background-color: #2f4069;
  }
  .snb .home a {
    font-size: 2rem;
    line-height: 56px;
  }
  .snb ul.breadcrumbs li.breadcrumb {
    width: 15%;
    height: 56px;
  }
  .snb ul.breadcrumbs_m {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .snb {
    margin: 0 auto;
    padding: 0 160px 0 56px;
  }
  .snb .home {
    width: 56px;
    height: 56px;
    background-color: #2f4069;
  }
  .snb .home a {
    font-size: 2rem;
    line-height: 56px;
  }
  .snb ul.breadcrumbs li.breadcrumb {
    width: 15%;
    height: 56px;
  }
  .snb ul.breadcrumbs_m {
    display: none;
  }
}
@media (max-width: 899px) {
  .sub_top {
    top: 53px;
  }
  .sub_top:after {
    height: 40px !important;
  }
  .sub_top .snb {
    margin: 0 auto 0 auto;
    padding: 0 0 0 40px;
    height: 40px;
    background-color: #e4eefb;
  }
  .sub_top .snb .home {
    width: 40px;
    height: 40px;
    border: none;
  }
  .sub_top .snb .home a {
    font-size: 1.7rem;
    line-height: 40px;
    color: #2f4069 !important;
  }
  .sub_top .snb ul.breadcrumbs {
    display: none;
  }
  .sub_top .snb ul.breadcrumbs_m {
    float: left;
    width: 100%;
  }
  .sub_top .snb ul.breadcrumbs_m li {
    float: left;
    margin-right: 8px;
    padding-right: 15px;
    background-image: url('/images/new/common/icon_breadcrumb_arw_m.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 40px;
  }
  .sub_top .snb ul.breadcrumbs_m li:last-child {
    background-image: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .sub_top .snb ul.breadcrumbs_m li a {
    line-height: 40px;
    color: #333333;
    font-size: 1.3rem;
  }
}
/* FT */
.FT {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e6e6e6;
}
.FT:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 60px;
  left: 0;
}
.FT ul,
.FT li {
  list-style: none;
}
.FT ul {
  margin: 0;
  padding: 0;
}
.FT button {
  border: 0;
}
.FT a {
  text-decoration: none;
}
.FT_wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.FT_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.FT_wrap .FT_left {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
}
.FT_wrap .FT_left ul,
.FT_wrap .FT_left li {
  list-style: none;
}
.FT_wrap .FT_left .FT_menu li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
.FT_wrap .FT_left .FT_menu li a {
  font-size: 1.3rem;
  color: #666666;
  letter-spacing: -0.34px;
  line-height: 1;
}
.FT_wrap .FT_left .FT_menu li a:hover {
  text-decoration: underline;
}
/*���������� �̿���å �ؽ�Ʈ ���� ������ ���µ� ������ ������ ��û���� �ش� CSS �ּ� ó��  */
/* .FT_wrap .FT_left .FT_menu li:nth-child(1) a {
  color: #eb080c;
  font-weight: 400 !important;
} */
.FT_wrap .FT_left .FT_menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.FT_wrap .FT_left .FT_address {
  float: left;
  width: 100%;
  padding-top: 15px;
}
.FT_wrap .FT_left .FT_address li {
  display: inline-block;
  font-size: 1.3rem;
  color: #4d4d4d;
  letter-spacing: -0.34px;
  line-height: 1.8;
}
.FT_wrap .FT_left .FT_address li .FT_label {
  background-color: #6e7479;
  color: white;
  padding: 0 0.8rem;
  border-radius: 1rem;
  font-size: 1.2rem;
}
.FT_wrap .FT_left .FT_address li:nth-child(2),
.FT_wrap .FT_left .FT_address li:nth-child(3),
.FT_wrap .FT_left .FT_address li:nth-child(4) {
  margin-right: 1rem;
}
.FT_wrap .FT_left .FT_address li:first-child {
  width: 100%;
}
.FT_wrap .FT_left .FT_address li:nth-child(5) {
  width: 100%;
}
.FT_wrap .FT_left .FT_address li:last-child {
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 300;
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.FT_wrap .FT_right {
  text-align: left;
}
.FT_wrap .FT_right ul,
.FT_wrap .FT_right li {
  list-style: none;
}
.FT_wrap .FT_right .FT_family .family_w,
.FT_wrap .FT_right .FT_family2 .family_w,
.FT_wrap .FT_right .FT_family .family_w2,
.FT_wrap .FT_right .FT_family2 .family_w2 {
  width: 200px;
  position: relative;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}
.FT_wrap .FT_right .FT_family .family_w ul,
.FT_wrap .FT_right .FT_family2 .family_w ul,
.FT_wrap .FT_right .FT_family .family_w2 ul,
.FT_wrap .FT_right .FT_family2 .family_w2 ul,
.FT_wrap .FT_right .FT_family .family_w li,
.FT_wrap .FT_right .FT_family2 .family_w li,
.FT_wrap .FT_right .FT_family .family_w2 li,
.FT_wrap .FT_right .FT_family2 .family_w2 li {
  list-style: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_btn,
.FT_wrap .FT_right .FT_family2 .family_w .family_btn,
.FT_wrap .FT_right .FT_family .family_w2 .family_btn,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_btn {
  background-color: white;
  font-size: 1.4rem;
  padding: 0 0 0 2rem;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.FT_wrap .FT_right .FT_family .family_w .family_btn i,
.FT_wrap .FT_right .FT_family2 .family_w .family_btn i,
.FT_wrap .FT_right .FT_family .family_w2 .family_btn i,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_btn i {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 25px;
  background-image: url('/images/new/common/icon_family_arw.png');
  background-repeat: no-repeat;
  background-position: 0 -10px;
}
.FT_wrap .FT_right .FT_family .family_w .family_btn.active i,
.FT_wrap .FT_right .FT_family2 .family_w .family_btn.active i,
.FT_wrap .FT_right .FT_family .family_w2 .family_btn.active i,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_btn.active i {
  background-position: 0 0 !important;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites,
.FT_wrap .FT_right .FT_family .family_w .family_sites2,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 {
  width: 100%;
  height: 150px;
  overflow: auto;
  position: absolute;
  left: 0;
  background-color: #2f4069;
  padding: 15px;
  display: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites.opened,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites.opened,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites.opened,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites.opened,
.FT_wrap .FT_right .FT_family .family_w .family_sites2.opened,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2.opened,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2.opened,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2.opened {
  display: block !important;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites ul,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul {
  width: 100%;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li {
  width: 100%;
  position: relative;
  padding-left: 8px;
  margin-bottom: 5px;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li:before,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li:before,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li:before,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li:before,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li:before,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li:before,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li:before,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666666;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li a,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li a,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li a,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li a,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li a,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li a,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li a,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li a {
  line-height: 1.6;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li a:hover,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li a:hover,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li a:hover,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li a:hover,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li a:hover,
.FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li a:hover,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li a:hover,
.FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li a:hover {
  text-decoration: underline;
}
.FT_wrap .FT_right .FT_cs li {
  display: block;
  width: 250px;
  line-height: 1.1;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.FT_wrap .FT_right .FT_cs li.ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666666;
  letter-spacing: -0.34px;
}
.FT_wrap .FT_right .FT_cs li.ttl i {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  margin-right: 5px;
  line-height: 48px;
  font-weight: 300;
  color: white;
  background-color: #2f4069;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  display: inline-block;
}
.FT_wrap .FT_right .FT_cs li.phone {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
  color: #2f4069;
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: -0.34px;
}
.FT_wrap .FT_right .FT_cs li.in_num {
  background-color: #6e7479;
  color: white;
  padding: 0.5rem;
  border-radius: 2.5rem;
  font-size: 1.2rem;
  width: 65px;
  text-align: center;
  margin: 0 auto;
}
.FT_wrap .FT_logo {
  height: 51px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  /* text-indent: -999px; */
}
.FT_wrap .FT_logo a {
  display: inline-block;
  margin-right: 5px;
}
.FT_wrap .FT_logo a:nth-child(3) {
	width: 70px;
}
.FT_wrap .FT_logo a:nth-child(3) > img {
	width: 100%;	
}
@media (min-width: 900px) {
  .FT {
    padding: 0 10px;
  }
  .FT_wrap {
    padding-right: 0px;
    height: 175px;
    display: block;
  }
  .FT_wrap .FT_left {
    padding: 0 0 0 0px;
  }
  .FT_wrap .FT_left .FT_menu {
    margin: 2.2rem 0;
    float: left;
    width: 100%;
  }
  .FT_wrap .FT_right {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .FT_wrap .FT_right .FT_cs {
    width: 250px;
    padding-top: 15px;
    float: right;
  }
  .FT_wrap .FT_right .FT_family,
  .FT_wrap .FT_right .FT_family2 {
    width: 200px;
    float: left;
    height: 60px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }
  .FT_wrap .FT_right .FT_family .family_btn,
  .FT_wrap .FT_right .FT_family2 .family_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .FT_wrap .FT_right .FT_family .family_sites,
  .FT_wrap .FT_right .FT_family2 .family_sites,
  .FT_wrap .FT_right .FT_family .family_sites2,
  .FT_wrap .FT_right .FT_family2 .family_sites2 {
    bottom: 60px;
  }
  .FT_wrap .FT_logo {
    position: absolute;
    bottom: 47px;
    right: 257px;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .FT {
    padding: 0 10px;
  }
  .FT_wrap .FT_left {
    text-align: center;
  }
  .FT_wrap .FT_left .FT_menu {
    display: inline-block;
    margin: 2.2rem auto;
  }
  .FT_wrap .FT_right {
    width: 100%;
    text-align: center;
  }
  .FT_wrap .FT_right .FT_cs {
    display: block;
    width: 250px;
    margin: 2rem auto;
  }
  .FT_wrap .FT_right .FT_family,
  .FT_wrap .FT_right .FT_family2 {
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 2rem 0.5rem 0 0;
    border: 1px solid #e6e6e6;
  }
  .FT_wrap .FT_right .FT_family .family_btn,
  .FT_wrap .FT_right .FT_family2 .family_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }
  .FT_wrap .FT_right .FT_family .family_btn i,
  .FT_wrap .FT_right .FT_family2 .family_btn i {
    width: 20px;
    height: 10px;
    right: 5px;
    top: 20px !important;
  }
  .FT_wrap .FT_right .FT_family .family_w,
  .FT_wrap .FT_right .FT_family2 .family_w,
  .FT_wrap .FT_right .FT_family .family_w2,
  .FT_wrap .FT_right .FT_family2 .family_w2 {
    margin: 0 auto;
  }
  .FT_wrap .FT_logo {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .FT {
    padding: 0 0 20px;
  }
  .FT_wrap .FT_left {
    text-align: center;
  }
  .FT_wrap .FT_left .FT_logo {
    display: block;
    margin: 0 auto;
  }
  .FT_wrap .FT_left .FT_menu {
    display: inline-block;
    margin: 2.2rem auto 2.2rem auto;
    width: 100%;
  }
  .FT_wrap .FT_left .FT_menu li {
    width: 20%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }
  .FT_wrap .FT_left .FT_menu li:first-child {
    width: 32%;
  }
  .FT_wrap .FT_left .FT_menu li:nth-child(3) {
    border: none;
    width: 26%;
  }
  .FT_wrap .FT_left .FT_menu li:last-child {
    border-left: 1px solid #cccccc;
    width: 22%;
  }
  .FT_wrap .FT_left .FT_address {
    padding-top: 0px !important;
  }
  .FT_wrap .FT_left .FT_address b {
    display: block;
  }
  .FT_wrap .FT_right {
    width: 100%;
    text-align: center;
  }
  .FT_wrap .FT_right .FT_cs {
    display: block;
    width: 220px;
    margin: 2rem auto;
  }
  .FT_wrap .FT_right .FT_family,
  .FT_wrap .FT_right .FT_family2 {
    width: 160px !important;
    height: 42px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 2rem 0.5rem 0 0;
    margin-right: 5px;
    border: 1px solid #e6e6e6;
  }
  .FT_wrap .FT_right .FT_family .family_w,
  .FT_wrap .FT_right .FT_family2 .family_w,
  .FT_wrap .FT_right .FT_family .family_w2,
  .FT_wrap .FT_right .FT_family2 .family_w2 {
    margin: 0 auto;
    width: 160px;
    margin-right: 10px;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_btn,
  .FT_wrap .FT_right .FT_family2 .family_w .family_btn,
  .FT_wrap .FT_right .FT_family .family_w2 .family_btn,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left !important;
    padding-left: 5px;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_btn i,
  .FT_wrap .FT_right .FT_family2 .family_w .family_btn i,
  .FT_wrap .FT_right .FT_family .family_w2 .family_btn i,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_btn i {
    width: 20px;
    height: 10px;
    right: 5px;
    top: 15px;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 {
    bottom: 40px;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites ul,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites ul,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites ul,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2 ul,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul {
    width: 100%;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites ul li,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li {
    width: 100%;
    position: relative;
    padding-left: 8px;
    margin-bottom: 5px;
    line-height: 1.4rem !important;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites ul li:before,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li:before,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li:before,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li:before,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li:before,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li:before,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li:before,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666666;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites ul li a,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li a,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li a,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li a,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li a,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li a,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li a,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li a {
    font-size: 13px;
    letter-spacing: -0.34px;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites ul li a:hover,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites ul li a:hover,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li a:hover,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites ul li a:hover,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li a:hover,
  .FT_wrap .FT_right .FT_family2 .family_w .family_sites2 ul li a:hover,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li a:hover,
  .FT_wrap .FT_right .FT_family2 .family_w2 .family_sites2 ul li a:hover {
    text-decoration: underline;
  }
  .FT_wrap .FT_logo {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .FT_cs {
    display: block;
    width: 80%;
    margin: 2rem auto;
  }
  .FT_cs li {
    text-align: center;
    width: 100%;
  }
}
/* MD */
.contents_ttl {
  color: black;
  text-align: left;
  line-height: 1.2;
}
.contents_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 500px;
}
.contents_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  zoom: 1;
}
@media (min-width: 900px) {
  .contents_ttl {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 600;
    margin: 3rem 0 2rem 0;
  }
  .contents_wrap {
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 899px) {
  .contents_ttl {
    font-size: 2.2rem;
    z-index: 101;
    font-weight: 600;
  }
  .contents_wrap {
    padding: 65px 0px;
  }
}


@media (min-width: 900px) and (max-width: 1099px) {
    .HD .HD_inner .gnb_wrap .gnb_inner .hd_L .btn_guide {
        position: absolute;
        left: 150px;
        top: 3px;
        width: 105px;
        height: 23px;
        font-size: 1.3rem;
        text-decoration: none;
        letter-spacing: -0.34px;
        background-image: url(https://www.schoolinfo.go.kr/images/new/common/hd_guide.png);
        background-repeat: no-repeat;
        background-position: right -2px;
        background-size: 23px auto;
    }
}

@media (max-width: 899px) {
	.HD .HD_inner .gnb_wrap .gnb_inner .hd_L {
		display: flex;
		gap: 8px;
		margin-bottom: 13px;
	}
}