@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;
}
body {
  min-width: 360px;
}
.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;
}
.con_wrap .HD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.con_wrap .TMD {
	width: 100%;
    position: absolute;
    top: 80px;
}
.con_wrap .MD {
  max-width: 1100px;
  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: 148px auto;	
  margin: 0 0 0 10px;
  border: 0px;
}

.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;
  text-decoration-line:none;
}
.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;
}
.HD_inner .gnb_wrap .gnb_inner {
  height: 100%;
  padding-top: 30px;
}
/*.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.4rem;
  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: -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_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_L .font_size_w .font_num{
    position: absolute;
    top: 1px;
    right: 43px;
    width: 20px;
    height: 21px;
    background-color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 1.3rem;
    font-weight: 600;
}
  
.HD .HD_inner .gnb_wrap .gnb_inner .hd_R {
    position: absolute;
    right: 0;
}
.HD_inner .gnb_wrap .gnb_inner .hd_R .btn_guide {
    position: relative;
    right: 0;
    width: 105px;
    height: 23px;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: -0.34px;
	color: #4d4d4d;
}
.HD_inner .gnb_wrap .gnb_inner .hd_R .btn_guide:hover {
    font-weight: 700;
}
.HD_inner .gnb_wrap .gnb_inner .hd_logo {
  width: 170px;
  height: 30px;
  background-image: url("../images/common/hd_logo.png");
  background-repeat: no-repeat;
  background-size: 170px 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: -999;
  margin-left: 10px;
}
.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: 1.5rem;
  top: 1.5rem;
  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: 1px;
    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 {
    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: 70px;
    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, .HD .HD_inner .gnb_wrap .gnb_inner .hd_R {
    display: none;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .hd_logo {
  	display: block;
	width: 25px;
	height: 100%;
	  margin-left: 25px;
	background-image: url("../images/mobile/logo.svg");
	background-repeat: no-repeat;
	background-size: 25px auto;	
	
  }
	.HD .HD_inner .gnb_wrap .gnb_inner .gnb {
		position: relative;
		top:0;
		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: 0px solid #e6e6e6;
  }
  .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 0 30px;
    border-bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #171717;
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 600;
    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 {
    display: none;
    background-color: #E8E8E8;
	  padding: 20px 0;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .depth2 li a {
    color: black;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 1.5rem;
    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: 20px 0 0 0;
  }
  .HD .gnb_open_m .btn_gnb_close {
    display: block !important;
    padding: 20px;
  }	
  .con_wrap .MD {margin:0 16px;}
}

@media (min-width: 900px) {
/* 모바일 메뉴 영향 */
  .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 .gnb .gnb_menu {
    display: table;
    width: 550px;
    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: 30%;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:nth-child(4) {
    width: 15% !important;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li.active > a {
    color: #00178A;
    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: #00178A;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a {
    color: #00178A;
  }
  .HD .HD_inner .gnb_wrap .gnb_inner .gnb .gnb_menu > li:hover > a:after {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    background: #00178A;
  }
  .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: 10;
    position: absolute;
  }
  .HD .gnb_open .hover_bg {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    display: block;
	border-bottom: 1px solid #DCDCDC;
  } 
  .HD .gnb_open .depth2 {
    display: block !important;
    padding-top: 25px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  .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: #00178A;
  }
	
}
@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: 1100px;
    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: 1100px;
  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(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;
}
.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: 10px;
}
.FT_wrap .FT_right .FT_btn .btn_w {
    position: relative;
	margin-top: 7px;
    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 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;
  }
  .FT_wrap .FT_left {
    text-align: center;
  }
  .FT_wrap .FT_left .FT_menu {
    display: inline-block;
    margin: 2.2rem auto;
  }
/* FT 텍스트 어긋남 수정 2022.10 */
.FT_wrap .FT_left .FT_menu li {
  margin-right: 10px;
  padding-right: 5px;
}
.FT_wrap .FT_left .FT_menu li a {
  font-size: 1.2rem;
  letter-spacing: -1.34px;
  font-weight: 400;
}
.FT_wrap .FT_left .FT_address li:nth-child(2),
.FT_wrap .FT_left .FT_address li:nth-child(5) {
  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;
  }
}
	
/* 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 {
    padding: 20px 0;
    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:absolute; width:530px; height:30px; left:365.0000px; top:115.0000px;
	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;}
.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 p{padding-top: 30px;}
.popup_box .popup_cont .body figure{margin: 0;}
.popup_box .popup_cont .body img{width: 100%;}
/*버튼영역*/
.popup_box .popup_btn {display:block;width:100%;height:50px;background:#00178A;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:#00178A;}
.popup_box .popup_btn a:hover {color:#909EE2;}

.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:#909EE2;}
/*오버레이 뒷배경*/
.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:500px) {
	.popup_box{width:84%;margin-right:30px; left:187px;}
	.popup_cont .body p a img {width:100%;}
	
}

.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%;}


