@charset "utf-8";

/* 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: "Pretendard";
  font-weight: 400;
}

em{
  font-style: normal;
}

body {
  min-width: 360px;
}

:focus-visible {
    outline: 3px solid #41047d;
    outline-offset: 3px;
}

.con_wrap {
  position: relative;
  width: 100%;
  min-width: 360px;
  text-align: center;
}
.con_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.con_wrap .HD {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 2;
}
.con_wrap .HD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.con_wrap .MD {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.con_wrap .MD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.con_wrap .FT {
  width: 100%;
  position: relative;
}
.con_wrap .FT:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.con_wrap .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}


/* 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: 150px;
  height: 30px;
  background-image: url("../images/common/hd_logo.png");
  background-repeat: no-repeat;
  background-size: 110px auto;
  margin: 0 0 0 10px;
}

.HD_inner .hd_lg .hd_logo a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  margin: 0;
}
.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 {
  position: absolute;
  right: 0;
  display: block;
  width: 1.7rem;
  content: '';
  height: 2px;
  background-color: #020202;
  border-radius: 1px;
}
.HD_inner .btn_gnb_open .bar:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 2.3rem;
  height: 2px;
  background-color: #020202;
  border-radius: 1px;
}
.HD_inner .btn_gnb_open .bar:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 2.3rem;
  height: 2px;
  background-color: #020202;
  border-radius: 1px;
}
.search_wrap {
  display: block;
  position: absolute;
  margin-right:10px;
  right: 0;
  z-index: 2;
}
.search_wrap .search_div input {
  position: relative;
  height: 40px;
  border: 0;
  border-radius: 10px;
  line-height: 50px;
  background: #e0dde2;
  color: #000;
  font-size: 1.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  letter-spacing: normal;
  font-weight: 300;
  width: 100%;
}
.search_wrap .search_div input::-webkit-input-placeholder {  color: #000;}
.search_wrap .search_div input:-ms-input-placeholder {  color: #000;}
.search_wrap .search_div button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url("../images/common/search.png");
  background-repeat: no-repeat;
  text-indent: -99999px;
  background-size: 20px 20px;
  background-position: center;
}

.HD .gnb_open .hover_bg {
  top: 110px;
}
.HD .HD_inner:after {
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  background-color: #DCDCDC;
}
.HD .HD_inner .gnb_wrap .gnb_inner {
  height: 100%;
  padding-top: 30px;
}


.HD .HD_inner .gnb_wrap .gnb_inner .hd_T {
  position: absolute;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .txt_box {
  position: absolute;
  right: 170px;
  width: 300px;
  text-align: right;
  padding: 7px 0 0 0;
  border: solid #000 0px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .txt_box span {
  font-size: 1.4rem;
  padding: 0 15px;
  color: #858585;
  border-right: 1px solid #858585;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .txt_box a:last-child span {
  border-right: 0px solid #858585;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .txt_box a{
  text-decoration: none;
  color: #858585;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w {
  display: inline-block;
  position: relative;
  padding: 3px 20px 3px 75px;
  border-radius: 25px;
  background: #000;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w span.txt {
  font-size: 1.4rem;
  color: #a7a7a7;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 6px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  width: 23px;
  height: 23px;
  padding: 10px;
  background-image: url("../images/common/btn_font_size.png");
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font_plus {
  background-position: 0 0;
  margin: 0 0 0 -3px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font_plus:hover {
  background-position: 0 -25px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font {
  background-position: -23px 0;
  margin: 0 0 0 -4px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font:hover {
  background-position: -23px -25px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font_minus {
  background-position: -46px 0;
  margin: 0 0 0 -4px;
}
.HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w button.font_minus:hover {
  background-position: -46px -25px;
}

.HD_inner .gnb_wrap .gnb_inner .hd_logo {
  margin: 0 0 0 10px;
  width: 155px;
  height: 45px;
  background-image: url("../images/common/hd_logo.png");
  background-repeat: no-repeat;
  background-size: 144px auto;
  position: relative;
  top: -5px;
}
.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: -999;
  margin-left: -7px;
}
.HD_inner .gnb_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000 !important;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  opacity: 70%;
  transition: opacity 0.1s ease;
  overflow: hidden;
}
.HD_inner .btn_gnb_close {
  position: fixed;
  right: 1rem;
  top: 0.6rem;
  font-size: 3rem;
  z-index: 1002;
  display: none;
  background-image: url("../images/mobile/close.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*  .HD .HD_inner .gnb_wrap .gnb_inner .gnb 위치 조정 */
.HD .HD_inner:before {
  content: '';
  width: 100%;
  height: 0px;
  background-color: #DCDCDC;
  position: absolute;
  left: 0;
}
.HD .HD_inner .gnb_wrap .gnb_inner .gnb:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}



@media (max-width: 899px){
  /* 모바일 */
  .HD {
    height: 70px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 1000;
  }
  .HD .HD_inner:before {
    top: 70px;
  }
  .HD .HD_inner {
    position: fixed;
  }
  .HD .HD_inner .hd_lg {
    display: block;
    background: #fff;
    top: 0;
    padding-top: 2rem;
    z-index: 5;
    height:70px;
  }
  .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: 50px;
    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_T {
    right: 0;
    top: 10px;
  }
  .HD_inner .gnb_wrap .gnb_inner .hd_T .txt_box {
    display: none;
  }
  .HD_inner .gnb_wrap .gnb_inner.gnb_m_open .hd_T {
    width:100%;
  }
  .HD_inner .gnb_wrap .gnb_inner.gnb_m_open .hd_T .txt_box {
    display: block;
    text-align: left;
    left: 10px;
  }
  .HD_inner .gnb_wrap .gnb_inner.gnb_m_open .hd_T .txt_box span {
    color: #fff;
    border-right: 1px solid #fff;
  }
  .HD_inner .gnb_wrap .gnb_inner.gnb_m_open .hd_T .txt_box span:last-child {
    border-right: 0px solid #858585;
  }
  .HD_inner .gnb_wrap .gnb_inner.gnb_m_open .hd_T .txt_box span a {
    color: #fff;
  }
  .HD_inner .gnb_wrap .gnb_inner .hd_T .font_size_w {
    display: none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_logo {
    display: none;

  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb {
    position: relative;
    top:30px;
    left: 0;
  }

  /* 메인화면 메뉴위치 */
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu {
    width: 100%;
    padding-top:10px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
    position: absolute;
    top: 0;
    left: 0;
  }
  .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 #E5D9F2;
    width: 90%;
    margin: 0 5%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 5px 0 15px;
    height: 50px;
    line-height: 50px;
    color: black;
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -0.34px;
    background-image: url("../images/mobile/m_menu_off.svg");
    background-repeat: no-repeat;
    background-position: 95% 20px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.on > a {
    font-weight: 700;
    background-image: url("../images/mobile/m_menu_on.svg");
    background-position: 95% 24px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 {
    display: none;
    padding: 15px 0 30px 0;
    width: 90%;
    margin: 0 5%;
    border-bottom: 0px solid #E5D9F2;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 li a {
    color: #7D3BBE;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 1.7rem;
    padding: 0 0 0 10px;
    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: 20px 0 0 0;
    background-color: #6F21BB;
  }
  .HD .gnb_open_m .btn_gnb_close {
    display: block !important;
    padding: 20px;
  }
  .search_wrap {width: 25%;}
  .search_wrap .search_div {position: relative;}

}

@media (min-width: 900px) {
  .HD {
    height: 110px;
  }
  .HD .HD_inner:before {
    top: 110px;
  }
  .HD .gnb_open .hover_bg {
    height: 202px;
  }
  .search_wrap {
    width:30%;
  }
  .search_wrap .btn_search_close {
    display: none;
  }

  /* 모바일 메뉴 영향 */
  .HD .HD_inner .gnb_wrap .gnb_inner {
    width: 100%;
    max-width: 1400px;
    padding-top: 55px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: left;
  }

  .HD .HD_inner .gnb_wrap .gnb_inner .hd_T {
    right: 10px;
    top: 10px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb {
    position: absolute;
    top:0;
    left: 174px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu {
    display: table;
    width: 725px;
    table-layout: fixed;
    margin: 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.5rem;
    text-align: center;
    width: 17%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    height: 111px;
    width: 100%;
    line-height: 145px;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(2),
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(4) {
    width: 24% !important;
  }
.HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(5) {
    width: 30% !important;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:last-child {
    width: 13% !important;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a {
    color: #6F21BB;
    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: #6F21BB;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a {
    color: #6F21BB;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #6F21BB;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-bottom: 0;
    color: black;
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 500;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li > a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 2px;
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 {
    display: none;
  }

  .HD .HD_inner .btn_gnb_open {
    display: none;
  }
  .HD .gnb_open {
    z-index: 1;
    position: absolute;
  }
  .HD .gnb_open .hover_bg {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    display: block;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
  }
  .HD .gnb_open .depth2 {
    display: block !important;
    padding-top: 25px;
    margin-top: 0px;
    min-height: 200px;
    position: relative;
    border-left: 1px solid #DCDCDC;
    z-index: 9;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:last-child .depth2 {
    border-right: 1px solid #DCDCDC;
  }
  .HD .gnb_open .depth2 li {
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border-bottom: 0;
  }
  .HD .gnb_open .depth2 li > a {
    font-size: 1.7rem;
    color: #8B8B8B;
    padding: 0;
    text-decoration: none;
    letter-spacing: -1px;
  }
  .HD .gnb_open .depth2 li > a:hover {
    color: #6F21BB;
  }

}
@media (min-width: 900px) and (max-width: 1199px) {
  /* 테블릿 */
}

@media (min-width: 1200px) {
  /* 데스크탑 일반 */

  /*  .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: 1400px;
      margin: 0 auto;
      position: relative;
      height: 100%;
      text-align: left;
    }	*/
}


/* 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: 1400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.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: 20px;
  padding-right: 10px;
}
.FT_wrap .FT_left .FT_menu li a {
  font-size: 1.5rem;
  color: #070707;
  letter-spacing: -0.34px;
  line-height: 1;
  font-weight: 500;
}
.FT_wrap .FT_left .FT_menu li a:hover {
  text-decoration: underline;
}
.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(3){
  width: calc(100% - 100px);
}
.FT_wrap .FT_left .FT_address li:nth-child(2),
.FT_wrap .FT_left .FT_address li:nth-child(4),
.FT_wrap .FT_left .FT_address li:nth-child(5),
.FT_wrap .FT_left .FT_address li:nth-child(6) {
  margin-right: 1rem;
}
.FT_wrap .FT_left .FT_address li:first-child {
  width: 100%;
}
.FT_wrap .FT_left .FT_address li:last-child {
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 300;
}
.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_family .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_family .family_w2 ul,
.FT_wrap .FT_right .FT_family .family_w li,
.FT_wrap .FT_right .FT_family .family_w2 li {
  list-style: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_btn,
.FT_wrap .FT_right .FT_family .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_family .family_w2 .family_btn i {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 25px;
  background-image: url("../images/common/updown_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_family .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_family .family_w2 .family_sites,
.FT_wrap .FT_right .FT_family .family_w .family_sites2,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 {
  width: 100%;
  /*height: 150px;*/
  overflow: auto;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  display: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites.opened,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites.opened,
.FT_wrap .FT_right .FT_family .family_w .family_sites2.opened,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2.opened {
  display: block !important;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul {
  width: 100%;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li {
  width: 100%;
  position: relative;
  padding: 5px 10px;
}
.FT_wrap .FT_right .FT_family .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_family .family_w .family_sites2 ul li:before,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.FT_wrap .FT_right .FT_family .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_family .family_w .family_sites2 ul li a,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li a {
  line-height: 1.6;
  font-size: 14px;
  color: #818181;
  text-decoration: none;
}
.FT_wrap .FT_right .FT_family .family_w .family_sites ul li:hover,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites ul li:hover,
.FT_wrap .FT_right .FT_family .family_w .family_sites2 ul li:hover,
.FT_wrap .FT_right .FT_family .family_w2 .family_sites2 ul li:hover {
  background-color: #EFEFEF;
}
.FT_wrap .FT_right .FT_btn button {
  width: 30px;
  height: 30px;
  display: inline-flex;
}
.FT_wrap .FT_right .FT_btn button:nth-child(1) {
  background-image: url("../images/common/facebook.png");
  background-repeat: no-repeat;
  background-position: center;
}
.FT_wrap .FT_right .FT_btn button:nth-child(2) {
  background-image: url("../images/common/insta.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.FT_wrap .FT_right .FT_btn .btn_w {
  position: relative;
  margin-top: 6px;
  text-align: center;
}
.FT_wrap .FT_right .FT_logo {
  display: block;
  width: 250px;
  line-height: 1.1;
  position: relative;
}
.FT_wrap .FT_right .FT_logo a {
  display: inline-block;
}

@media (min-width: 900px) {
  .FT {
    padding: 0 0 0 10px;
  }
  .FT_wrap {
    padding-right: 0px;
    height: 250px;
    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: 300px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .FT_wrap .FT_right .FT_logo {
    width: 250px;
    padding-top: 15px;
    float: right;
    text-align: right;
  }
  .FT_wrap .FT_right .FT_family {
    width: 200px;
    float: left;
    height: 60px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }
  .FT_wrap .FT_right .FT_btn {
    width: 100px;
    float: left;
    height: 60px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }
  .FT_wrap .FT_right .FT_family .family_btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .FT_wrap .FT_right .FT_family .family_sites,
  .FT_wrap .FT_right .FT_family .family_sites2 {
    bottom: 60px;
  }
}
@media (max-width: 899px) {
  .FT {
    padding: 0 10px;
    z-index: 5;
  }
  .FT_wrap .FT_left {
    text-align: center;
  }
  .FT_wrap .FT_left .FT_menu {
    display: inline-block;
    margin: 2.2rem auto;
  }
  .FT_wrap .FT_left .FT_menu li{
    margin-right: 8px;
    padding-right: 5px;
  }
  .FT_wrap .FT_left .FT_menu li a{
    font-size: 1.2rem;
  }
  .FT_wrap .FT_left .FT_address li:nth-child(3){
    width: unset;
  }
  .FT_wrap .FT_left .FT_address li:nth-child(4),
  .FT_wrap .FT_left .FT_address li:nth-child(7) {
    display: none;
  }
  .FT_wrap .FT_right {
    width: 100%;
    text-align: center;
  }
  .FT_wrap .FT_right .FT_logo {
    display: block;
    width: 250px;
    margin: 2rem auto;
  }
  .FT_wrap .FT_right .FT_family {
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 2rem 0.5rem 0 0;
    border: 1px solid #e6e6e6;
    z-index: 1;
    position: relative;
  }
  .FT_wrap .FT_right .FT_family .family_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }
  .FT_wrap .FT_right .FT_family .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_family .family_w2 {
    margin: 0 auto;
  }
  .FT_wrap .FT_right .FT_family .family_w .family_sites,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites,
  .FT_wrap .FT_right .FT_family .family_w .family_sites2,
  .FT_wrap .FT_right .FT_family .family_w2 .family_sites2 {
    width: 100%;
    /*height: 150px;*/
    overflow: auto;
    position: absolute;
    bottom: 48px;
    left: 0;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    display: none;
  }
}

/* MD */

.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_wrap {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 899px) {
  .contents_wrap {
    padding: 65px 0px;
  }
}

/*메인 팝업 박스*/
#popup_layer {position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);}
.popup_box{position: relative;top:50%;left:50%; width:550px;
  transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;text-align:left;
  box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
/*컨텐츠 영역*/
.popup_box .popup_cont {padding:20px;line-height:2rem;font-size:1.5rem;word-break: break-word;height:calc(100% - 50px);}
.popup_box .popup_cont .top {display:block;padding:15px 0;color:#171717;margin:0; border-bottom: 1px solid #BBBBBB;font-size:1.8rem;font-weight:600;letter-spacing: -0.1rem;}
.popup_box .popup_cont .body {display:block;}
.popup_box .popup_cont .body img{width: 100%;}
.popup_box .popup_cont p{padding-top: 30px;}
/*버튼영역*/
.popup_box .popup_btn {display:block;width:100%;height:50px;background:#6F21BB;word-break: break-word;}
.popup_box .popup_btn a {position: relative; display:inline-block; color:#fff; font-size:1.5rem;vertical-align:middle;text-decoration:none; background:#6F21BB;}
.popup_box .popup_btn a:hover {color:#e6b1f3;}

.popup_box .popup_btn a.close_day {padding: 14px 20px;left: 0;position: absolute;}
.popup_box .popup_btn a.close_day:before,
.popup_box .popup_btn a.close_day:after{display:none;}
.popup_box .popup_btn a.close {padding: 14px 15px;right: 30px;position: absolute;}
.popup_box .popup_btn a.close:before {content:'';display:block;position:absolute;
  top:13px;right:0;
  width:1px;height:21px;background:#fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);}
.popup_box .popup_btn a.close:after {content:'';display:block;position:absolute;
  top:13px;right:0;
  width:1px;height:21px;background:#fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}
.popup_box .popup_btn a.close:hover:before,
.popup_box .popup_btn a.close:hover:after {background:#e6b1f3;}
/*오버레이 뒷배경*/
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}

@media (min-width: 900px) {
  .popup_box{width:550px;}
}
@media (max-width: 899px) {
  .popup_box{width:auto;margin-right:30px;}

}

.Gimg {overflow: hidden;background-color:#fefefe;background-repeat:no-repeat;background-image:url(../images/sub/no_img.png);background-position:50% 50%;text-align: center;}
.Gimg img {width:100%;height:100%;}



/*하단에 상담 아이콘 고정*/
@media (min-width: 900px){
  .fixed_icon_wrap{
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    z-index: 100;
  }

  .fixed_icon_wrap .fixed_icon_kakao{
    width: 60px;
    height: 60px;
    background-image: url(../images/main/main_top_kakao_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 12px;
  }

  .fixed_icon_wrap .fixed_icon_chat{
    width: 60px;
    height: 60px;
    background-image: url(../images/main/icon_chatbot_v2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media (max-width: 899px){
  .fixed_icon_wrap{
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    z-index: 100;
  }

  .fixed_icon_wrap .fixed_icon_kakao{
    width: 50px;
    height: 50px;
    background-image: url(../images/main/main_top_kakao_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 8px;
  }

  .fixed_icon_wrap .fixed_icon_chat{
    width: 50px;
    height: 50px;
    background-image: url(../images/main/icon_chatbot_v2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}