@charset "UTF-8";
/*-------------------------------------------------
Create date : 2021-08-24
-------------------------------------------------*/

body { width: 100%; letter-spacing: -1px;}

#wrap {
  width: 100%;
  position: relative;
  min-width: 1400px;
  min-height: 100vh;
}

/* nonmember */
#wrap.nonmember #footer {
	margin-top: 0;
}
#wrap.nonmember .visual-wrap .visual-contents {
    margin-top: 230px;
}

/* header */
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  word-break: keep-all;
  z-index: 9;
}

#header.active {
  background: rgba(0,0,0,.5);
}

#header::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(255,255,255,.1);
  left: 0;
  top: 130px;
  opacity: 0;
}
#header::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(255,255,255,.1);
  left: 0;
  top: 50px;
}
#header.active::before {
  opacity: 1;
}
#header .hd-container .site-link {
	padding:15px 0;	
	height:50px;
}
#header .hd-container .site-link li {
	position:relative;
	float:left;
	padding-right:25px;
	margin-right:25px;
}
#header .hd-container .site-link li::after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  background: rgba(255,255,255,.3);
  right: 0;
  top: 5px;
}
#header .hd-container .site-link li:last-child::after {
  content: '';
  width: 0;
  height: 0;
}
#header .hd-container .site-link li a {
	color:#ffffff;
	font-size:13px;
	line-height:20px;
}
#header .hd-container .site-link li a i {
	font-size:11px;
	margin-right:2px;
}
#header .hd-container .site-link li a .num {
    position: absolute;
    top: -3px;
    right: 12px;
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border-radius: 50%;
    background: rgba(52,138,225,.6);
    text-align: center;
}
#header .hd-container .utils {
	position:absolute;
	top:0;
	right:0;
	padding:15px 0;
}
#header .hd-container .utils li {
	height:50px;
	float:left;
	padding-left:13px;
	margin-left:13px;
}
#header .hd-container .utils li a {
	color:#ffffff;
	font-size:13px;
	line-height:20px;
}
#header .hd-container {
  position:relative;
  width:1280px;
  margin: 0 auto;
}
#header .hd-container::after {
  content: '';
  display: block;
  clear: both;
}

#header .logo {
  float: left;
  display: block; 
  margin-left: -50px;
}

#header .logo1 {
  float: left;
  display: block; 
}

#header .logo a {
  display: block; 
  width: 16rem;
  height: 8rem;
  background: url('../images/common/logo.png') 0 center no-repeat;
  margin-left: 30px;
}

#header .logo1 a {
  display: block; 
  width: 15.4rem;
  height: 8rem;
  background: url('../images/common/logo.png') 0 center no-repeat;
}

#header #nav {
  float: left;
  margin-left: 100px;
}

#header #gnb {
  text-align: center;
  color: #fff;
}

#header #gnb::after {
  content: '';
  display: block;
  clear: both;
}

#header #gnb .depth1 {
  font-family: 'Noto Sans KR', 'Nanum Gothic';
  font-size: 1.8rem; 
/*   width: 17rem; */
  width : 14.5rem;
  float: left; 
}

#header #gnb .depth1 > a {
  display: block; 
  height: 8rem;
  line-height: 8rem;
}

#header #gnb .depth1:hover > a {
  color: #59c4fb;
  transition: .3s;
}

#header #gnb .depth2 {
  font-size: 1.5rem;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

#header.active #gnb .depth2 {
  padding: 1rem 0;
  min-height: 18rem;
}

#header #gnb .depth1:hover .depth2 {
  background: rgba(32, 84, 202, .5);
}

#header #gnb .depth2 > li > a {
  display: block;
  padding: 1rem 0;
}

/*
#header .utils {
  float: right;
}

#header .utils a {
  display: inline-block;
  color: #fff;
  text-align: center;
  height: 8rem;
  padding: 1.8rem 0;
  margin: 0 1rem;
  position: relative;
}

#header .utils a i {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 0.3rem;
}

#header .utils a span {
  font-size: 1.4rem; 
  display: block;
}

#header .utils .num {
  position: absolute;
  top: 1.4rem;
  right: 0.8rem;
  font-size: 1rem; 
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  border-radius: 50%;
  background: #348ae1;

}
*/

/* footer */
#footer {
  width: 100%;
  position: relative;
  margin-top: 8rem;
}

#footer .container {
  width: 1280px;
  margin: 0 auto;
}

#footer .top {
  border-top: 1px solid #d4d4d4;
}

#footer .top .links {
  float: left;
  width: 990px;
}

#footer .top .links a {
  display: block;
  float: left;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.4rem;
  margin-left: 4rem;
  position: relative;
  font-weight: 600;
}

#footer .top .links a::before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  left: -2rem;
  top: 1.7rem;
  background: #e0e0e0;
}

#footer .top .links a:first-child {
  margin-left: 0;
}

#footer .top .links a:first-child::before {
  display: none;
}

#footer .top .familysite {
  float: left;
  color: #404040;
  position: relative;
  width: 210px;
}

#footer .top .familysite .title {
  display: block;
  padding: 0 2rem;
  min-width: 19rem;
  height: 4.5rem;
  line-height: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
  font-size: 1.4rem;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  color: #434343;
  font-weight: 600;
}

#footer .top .familysite .title::before {
  content: '\e945';
  font-family: 'xeicon';
  display: block;
  position: absolute;
  top: 0;
  right: 2.2rem; 
  line-height: 4.5rem;
  color: #303030;
  font-weight:600;
}

#footer .top .familysite.active .title::before {
  transform: rotate(180deg);
}

#footer .top .familysite .link-list {
  position: absolute; 
  bottom: 4.5rem;
  left: 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #434343;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
#footer .top .familysite.active .link-list {
  opacity: 1;
  visibility: visible;
}

#footer .top .familysite .link-list > li > a {
  display: block; 
  padding: 1rem 2rem;
}


#footer .top .fixed_btn {
	float: right;
	position: relative;
	border-right: 1px solid #d4d4d4;
	height:45px;
}
#footer .top .fixed_btn .top_btn {
	display:block;
	height:45px;
	line-height: 4.5rem;
	font-size: 12px;
	width: 79px;
	font-weight: 600;	
	letter-spacing: 0;
	padding-left:20px;
}
#footer .top .fixed_btn .top_btn::before {
  content: '\e915';
  font-family: 'xeicon';
  display: block;
  position: absolute;
  top: 0;
  right: 15px; 
  line-height: 4.5rem;
  color: #303030;
  font-weight:600;
}
	
#footer .bottom {
  border-top: 1px solid #d4d4d4;
  padding: 2rem 0 4.4rem;
}

#footer .bottom .ft-logo {
  float: left;
}

#footer .bottom .address {
  float: left; 
  margin-left: 5rem;
  font-size: 1.3rem;
  color: #737373;
  font-weight: 600;
  line-height: 1.9rem;
}
.go-top{
	position:fixed;
	display:none;
	right:40px;
	bottom:40px;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;	
	padding-top: 10px;
	border-radius:50%;
	background:#778291;

	z-index:999;
}

