/* 사용 할 수 있는 폰트 목록 */
/*
font-family: 'NanumMyeongjo, sans-serif;
font-family:'Nanum Gothic', sans-serif;
font-family:'Nanum Square' sans-serif;
font-family: 'Nanum Barun Gothic';


font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Sans KR';

font-family:'MS-Gothic';

font-family: 'RIXMJEB';

font-family: 'Titillium Web', sans-serif;
font-family: font-family: 'Raleway', sans-serif;

*/
/* 사용 할 수 있는 폰트 목록 */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

body {
  min-width: 1180px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* 검색 팝업 */

#popSCH {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #47a4b6;
  z-index: 99999;
}

.openSCH {
  display: block !important;
}
#popSCH .inner {
  position: relative;
  display: block;
  width: 700px;
  height: 328px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 89px 38px 0 38px;
}

.close_popSCH {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 28px;
  height: 28px;
  background: #fff;
  z-index: 99;
  font-size: 0;
  cursor: pointer;
  background: url(/images/common/close_popSCH.png) no-repeat center center;
}

.close_popSCH:hover,
.close_popSCH:active {
  background-image: url(/images/common/close_popSCH-hover.png);
}

.popSCH_logo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.popSCH_logo img {
  position: relative;
  width: 429px;
  margin: 0 auto;
  display: block;
}

.popSCH_input {
  position: relative;
  background-color: rgb(var(--GG100-rgb));
  border-radius: 22px;
  cursor: text;
  height: 44px;
  margin: 0 auto;
  max-width: 560px;
  opacity: 1;
  position: relative;
  background: white;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 21px;
  max-width: 584px;
  transition: none;
  margin-top: 50px;
}

.popSCH_input > input {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  opacity: 1;
  padding-inline-start: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 17px;
  box-shadow: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  padding-right: 60px;
  height: 100%;
  padding-left: 30px;
}

.popSCH_input button {
  width: 50px;
  height: 100%;
  background: red;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
  background: url(/images/common/headerSCH.png) no-repeat right 16px center;
}

.popSCH_input button:hover {
  background-image: url(/images/common/headerSCH-hover.png);
}

.popSCH_input button:active {
  background: url(/images/common/headerSCH-hover.png) no-repeat right 15px top
    11px;
}
/* 검색 팝업 끝 */

/* 헤더 */
header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  /* border-bottom: 1px solid #ddd; */
}

#topHeader {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #587c83;
}

#mainHeader {
  position: relative;
  display: block;
  width: 100%;
  height: 91px;
  background-color: #fff;
  transition: height 0.3s;
}

#mainHeader.scroll-active {
  height: 60px;
  border-bottom: 1px solid #ddd;
}

ul.topH-right-menu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

ul.topH-right-menu li {
  position: relative;
  display: inline-block;
  height: 100%;
  line-height: 30px;
}

ul.topH-right-menu li a {
  font-size: 13px;
  color: #fff;
  font-family: "Noto Sans KR";
  font-weight: 300;
  letter-spacing: -0.4px;
}
ul.topH-right-menu li a:hover {
  color: #ff4372;
}

ul.topH-right-menu li:nth-child(n + 2) {
  margin-left: 23px;
}

.heder-logo {
  position: relative;
  display: inline-block;
}
.heder-logo img {
  /* margin: 28px 0 0 8px; */
  margin: 28px 0 0 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 233px;
}
.heder-logo img.scroll-active {
  transition: all 0.3s;
  margin: 18px 0 0 0px;
  width: 185px;
}

.heder-main-nav {
  position: relative;
  height: 100%;
  display: inline-block;
}
.heder-main-nav ul {
  position: relative;
  height: 100%;
  display: inline-block;
}
.heder-main-nav li {
  position: relative;
  height: 100%;
  line-height: 91px;
  display: inline-block;
  vertical-align: middle;
  transition: line-height 0.3s;
}
.heder-main-nav li.scroll-active {
  line-height: 71px;
}

.heder-main-nav li.main-nav-li-01 {
  width: 160px;
}
.heder-main-nav li.main-nav-li-02 {
  width: 155px;
}
.heder-main-nav li.main-nav-li-03 {
  width: 128px;
}
.heder-main-nav li.main-nav-li-04 {
  width: 183px;
}
.heder-main-nav li.main-nav-li-05 {
  width: 190px;
}
.heder-main-nav li.main-nav-li-06 {
  width: 23px;
}

/* 160


155

128

183

208

23
 */
/* 메뉴 텍스트 */
.heder-main-nav li a.heder-main-nav-a-text {
  font-size: 19px;
  font-weight: bold;
  font-family: "Nanum Barun Gothic";
  color: #000;
}

/* 메뉴 이미지 */
.heder-main-nav li a.heder-main-nav-a {
  margin-right: 45px;
  background-image: url(/images/common/main_nav.png);
}
.heder-main-nav li a.heder-main-nav-a:hover {
  background-image: url(/images/common/main_nav-hover.png);
}

.heder-main-nav li a.heder-main-nav-a01 {
  display: inline-block;
  width: 67px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: 677px;
}
.heder-main-nav li a.heder-main-nav-a02 {
  display: inline-block;
  width: 68px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left -113px top 0;
  background-size: 677px;
}
.heder-main-nav li a.heder-main-nav-a03 {
  display: inline-block;
  width: 67px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left -226px top 0;
  background-size: 677px;
}
.heder-main-nav li a.heder-main-nav-a04 {
  display: inline-block;
  width: 154px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left -338px top 0;
  background-size: 677px;
}
.heder-main-nav li a.heder-main-nav-a05 {
  display: inline-block;
  width: 139px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: left -538px top 0;
  background-size: 677px;
}

.heder-main-nav li a.heder-main-nav-a01.menu-active {
  background-image: url(/images/common/main_nav-hover.png);
}
.heder-main-nav li a.heder-main-nav-a02.menu-active {
  background-image: url(/images/common/main_nav-hover.png);
}
.heder-main-nav li a.heder-main-nav-a03.menu-active {
  background-image: url(/images/common/main_nav-hover.png);
}
.heder-main-nav li a.heder-main-nav-a04.menu-active {
  background-image: url(/images/common/main_nav-hover.png);
}
.heder-main-nav li a.heder-main-nav-a05.menu-active {
  background-image: url(/images/common/main_nav-hover.png);
}

.heder-main-nav li span.headerSCH {
  display: inline-block;
  cursor: pointer;
  background: url(/images/common/headerSCH.png) no-repeat center center;
  width: 25px;
  height: 24px;
}
.heder-main-nav li span.headerSCH:hover {
  background: url(/images/common/headerSCH-hover.png) no-repeat center center;
}

#sub-nav {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.89);
  z-index: 999;
  left: 0;
  top: 91px;
  transition: height 0.3s;
  overflow-y: hidden;
  transition: top 0.3s, height 0.3s;
}

#sub-nav.sub-nav-active {
  height: 275px;
}
#sub-nav.scroll-active {
  top: 61px;
}

#sub-nav .left-contents {
	display: flex;
	flex-direction: column;
	background-color: #f6f6f6;
	float: left;
	width: 300px;
	height: 100%;
	padding: 43px 0px 0px 40px;
}

#sub-nav .left-contents>.main-contents {
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	color: #555;
	font-family: 'NanumSquare';
}
#sub-nav .left-contents>.sub-contents {
	font-size: 14px;
	color: #666;
	line-height: 1.3;
	font-family: 'Malgun Gothic';
}

#sub-nav ul {
  float: right;
  display: block;
  width: 839px;
  height: auto;
  background: #fff;
}
#sub-nav ul li {
  position: relative;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  padding-top: 50px;
}

#sub-nav ul li.li-01 {
  width: 160px;
}
#sub-nav ul li.li-02 {
  width: 155px;
}
#sub-nav ul li.li-03 {
  width: 128px;
}
#sub-nav ul li.li-04 {
  width: 183px;
}
#sub-nav ul li.li-05 {
  width: 190px;
}
#sub-nav ul li.li-06 {
  width: 23px;
}

#sub-nav ul li > div {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 0;
}
#sub-nav ul li > div a {
  font-size: 15px;
  color: #b1b2b3;
  font-weight: 400;
}
#sub-nav ul li > div a:hover {
  text-decoration: underline;
  color: #fff;
}

/* 헤더 끝 */

/* 푸터 */
footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

#footerTop {
  position: relative;
  display: block;
  width: 100%;
  height: 79px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
}

#footerMain {
  position: relative;
  display: block;
  width: 100%;
  height: 203px;
  background-color: #3e3e3f;
}

.footerMain-line-01 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
  border-bottom: 1px solid #505051;
}
.footerMain-line-01 nav {
  float: left;
  position: relative;
  display: block;
  width: 900px;
  height: 57px;
  font-size: 0;
}

.f_ul_01 {
  position: relative;
  display: block;
  width: 675px;
  height: 57px;
  line-height: 57px;
  float: left;
  text-align: left;
}

.f_ul_01 li {
  position: relative;
  display: inline-block;
}
.f_ul_01 li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  background: #525253;
  margin: 0 10px;
  vertical-align: middle;
}
.f_ul_01 li:last-child:after {
  display: none;
}
.f_ul_01 li a {
  font-size: 13px;
  color: #7f7f7f;
  font-weight: 400;
  font-family: "Nanum Gothic", sans-serif;
}
.f_ul_01 li a:hover {
  color: #fff;
}

.f_ul_02 {
  position: relative;
  display: block;
  width: 225px;
  height: 57px;
  float: left;
  text-align: left;
}

.f_ul_02 li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 57px;
  line-height: 57px;
  margin-left: 10px;
}

.f_ul_02 li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/common/fool_sns2.png);
  background-repeat: no-repeat;
  background-size: 190px;
  border-radius: 100%;
}
.f_ul_02 li a.a-ic-f {
  background-position: left 0 top 0;
}
.f_ul_02 li a.a-ic-i {
  background-position: left -51px top 0;
}
.f_ul_02 li a.a-ic-n {
  background-position: left -100px top 0;
}
.f_ul_02 li a.a-ic-p {
  background-position: left -150px top 0;
}

.footerMain-line-01 .family_site_select {
  float: left;
  position: relative;
  display: block;
  width: 278px;
  height: 57px;
  font-size: 0;
  border-left: 1px solid #505051;
  border-right: 1px solid #505051;
}

.family_site_select-in_Box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/common/family_site.png);
  background-repeat: no-repeat;
  background-size: 278px;
  background-position: center center;
  cursor: pointer;
}
.family_site_select-in_Box.active {
  background-image: url(/images/common/family_site-active.png);
}

.family_ul {
  position: absolute;
  display: none;
  width: 280px;
  height: auto;
  z-index: 1;
  left: -1px;
  top: 57px;
}
.family_ul.active {
  display: block;
}
.family_ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 40px;
  background: #3e3e3f;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #505051;
  border-bottom: 0;
}
.family_ul li:hover {
  background: #2e2e2e;
}
.family_ul li:last-child {
  border-bottom: 1px solid #505051;
}
.family_ul li a {
  position: relative;
  display: inline-block;
  height: 40px;
  font-size: 12px;
  color: #999999;
}
.family_ul li a:hover {
  color: #fff;
}

.footerMain-line-02 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.footerMain-line-02 address {
  font-size: 0;
  box-sizing: border-box;
  padding-top: 30px;
}

.footerMain-line-02 address p {
  font-size: 13px;
  display: inline-block;
  color: #7f7f7f;
  font-weight: 400;
  font-family: "Nanum Gothic", sans-serif;
  font-style: normal;
  vertical-align: middle;
  letter-spacing: -0.4px;
}

.f_bar {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #525253;
  margin: 0 7px;
  vertical-align: middle;
}

/* 푸터 끝 */
