
.clearfix::after{
	display: block;
	content: "";
	clear: both;
}
.inner{
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}
/*header*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 3;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0) 100%);
}
.header-top{
	width: 100%;
	height: 40px;
}
.header-top>div{
	float: right;
}
.header-top>div>a{
	margin-top: 20px;
	float: left;
	color: #fff;
	font-weight: 400;
	margin-right: 15px;
}
.header-top>div ul{	
	margin-top: 20px;
	float: left;
	color: #fff;
	font-weight: 400;
}/*
.language{
	position: relative;
	width: 45px;
	height: 22.5px;
	overflow: hidden;
	background-position: right;
	background-image: url(../images/common/tri-down.png);
	background-repeat: no-repeat;
	background-size: 8px;
}
.language li{
    width: 75px;
    height: 22.5px;
}
.language li a{
	color: #fff;
}
.language li.on a{
    background-image: url(../images/common/lang-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
}
.language:hover {
	overflow: visible;
    transition: 0.2s ease-in;
}*/
.lang li{
	float: left;
}
.lang li:first-child{
	position: relative;
	margin-right: 20px;
}
.lang li:first-child::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #fff;
	right: -11px;
	top: 5px;
}
.lang li a{
	font-weight: 200;
	color: #fff;
}
.lang li.on a{
	font-weight: 800;
}

.logo-box{
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
}
.logo-box img{
	float: left;
	width: calc((100% - 20px) / 2);
	height: auto;
}
.logo-box img:first-child{
	margin-right: 20px;
	margin-bottom: 5px;
}
/*
.logo-box{
	float: left;
	margin-top: 20px;
}
.logo-box img{
	width: 217px;
}
*/

.logo-box{
	display: flex;
	align-items: center;
	height: 100%;
}

.header-menu {
	width: 100%;
	height: 80px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}


header .main-menu{display: flex; justify-content: space-between; float: right;}
header .main-menu li + li{margin-left: 60px;}
header .main-menu li a{color: #fff; font-size: 20px;}

.gnb-wrap{ position: absolute; top: 120px; left: 0; width: 100%; height: auto; z-index: 99;  background: #fff;}
.gnb-wrap .inner{width: 100%;}
.gnb-menu{display: flex; justify-content: space-between; padding: 20px; width: 100%; height: 380px; overflow: hidden;}


.gnb-menu>li{margin-left: 10px;}
.gnb-menu>li>a{color: #fff; background-color: #7046a9; border-radius: 3px; display: flex; justify-content: space-between; align-items: center;}
.gnb-menu>li>a:hover i{transform: scale(1.5); transition: 0.5s;}
.gnb-menu li{width: 25%; font-size: 20px;}
.gnb-menu li a:hover{font-weight: 700;}
.gnb-menu>li + li{margin-left: 20px;}
.gnb-menu li a{padding: 10px 0; padding: 10px 20px;}
.sub-menu li{width: 100%; font-size: 16px;}

.black-logo{display: none;}


/*footer*/
.foot-logo-outer{
	width: 100%;
	height: 90px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.foot-logo-list{
	height: 90px;
}
.foot-logo-list .slick-slide{
	width: calc(1140px / 5);
	height: 90px;
}
.foot-logo-list div{
	position: relative;
	height: 90px;
}
.foot-logo-list div img{
	position: absolute;
	height: 40px;
	left: 50%;
	display: block;
	top: 50%;
	transform: translate(-50%,-50%);
}
.foot-logo-list div img.large-img{
	height: 60px;
}

.foot-cont{
	padding: 30px 0;
}

.foot-cont .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.foot-cont .foo-logo_wrap{
	width: 400px;
	margin-top: 0;
}

.foot-cont .foo-logo_wrap img:first-child{
	margin-bottom: 10px;
}

.foot-cont .foo-info-wrap{
    flex: 1;
    margin-left: 50px;
}



/* .foot-cont .inner>div{
	float: left;
} */


.foot-01{
	color: #6d6d6d;
	width: calc(100% - 250px);
}
.foot-01 a{
	color: #6d6d6d;
}
.foot-link li{
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
.foot-link li:last-child{
	margin-right: 40px;
}
.foot-link li:not(:last-child){
	position: relative;
}
.foot-link li:not(:last-child)::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #6d6d6d;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.foot-info p{
	font-size: 14px;
	line-height: 1.8;
}


.foo-logo_wrap{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
 
.footer-logo{
	width: 165px;
	opacity: 0.5;
}

.foot-02{
	width: 250px;
}
.foot-02 .site-link button{
	position: relative;
	width: 100%;
	height: 44px;
	font-size: 14px;
	border: 1px solid #333;
	background-color: transparent;
	text-align: left;
	padding: 0 15px;
}
.foot-02 .site-link button::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	top: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	background-image: url(../images/main/more.png);
	transition: all 0.4s;
}
.foot-02 .site-link button:hover::after{
	rotate: 180deg;
}
.foot-02 .site-link{
	position: relative;
	margin-top: 10px;
}
.foot-02 .site-link:first-child{
	margin-top: 0;
}

.foot-01,
.foot-02{
	width: 100%;
}

.site-link-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;	
	margin-top: 20px;
}


.foot-02 .site-link{
	width: calc((100% - 20px) / 2);
}

.foot-02 .site-link {
    margin-top: 0;
}


.site-link-list{
	display: none;
	position: absolute;
	bottom: 44px;
	z-index: 9;
	background-color: #fff;
	width: 250px;
	border: 1px solid #6d6d6d;
	border-bottom: 0;
	padding: 10px 15px;
}
.site-link-list a{
	position: relative;
	margin-bottom: 5px;
	margin-left: 10px;
}
.site-link-list a::before{
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background-color: #6d6d6d;
	left: -10px;
	border-radius: 5px;
	top: 9px;
}
.site-link-list a:last-child{
	margin-bottom: 0;
}
.sns-box{
	margin-top: 30px;
	float: right;
}
.sns-box a{
	float: left;
	position: relative;
	background-color: #ddd;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.sns-box a:first-child{
	margin-right: 8px;
}
.sns-box a img{
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sitemap-btn{
	display: none;
}
.sitemap{
	display: none;
}


/*checkbox*/
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label{
	word-break: keep-all;
    display: inline-block;
    padding-left: 28px;
	margin: 0 10px 0 0;
    background-size: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/sub/check-off.png);
}
input[type="checkbox"]:checked + label{
    background-image: url(../images/sub/check-on.png);
}

/*table*/

table{
	table-layout: fixed;
}
table p{
	position: relative;
	padding-left: 8px;
}
table p span{
	display: block;
}
.table-wrap table tr p::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 2px;
	left: 0;
	background-color: #333;
}
table td {
    font-weight: 300;
}
table th {
    background: #f8f8f8;
	font-weight: 500;
}
table th, table td {
    padding: 12px 20px;
    border: 1px solid #efefef;
    text-align: center;
}
table .left-td{
	text-align: left;
}
.table-wrap-02{
	margin-bottom: 60px;
}


/*로그인*/
.header-bg{
	width: 100%;
	height: 130px;
	background-color: #595757;
}
.login-sec{
    position: relative;
    height: 750px;
}
.login-box {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.login-box img {
	display: block;
	margin: 0 auto;
    height: 70px;
}
.login-box>p {
	font-size: 20px;
    margin-top: 40px;
	font-weight: 500;
}
.login-btn {
    width: 450px;
    margin: 60px auto 0;
}

.login-btn>a p {
    position: relative;
    display: inline-block;
    line-height: 64px;
	font-size: 18px;
	font-weight: 500;
}
.login-btn>a {
    width: 100%;
    height: 64px;
    font-weight: 700;
    padding-left: 20px;
	border-radius: 10px;
}
.login-btn>a p::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-kko {
    background-color: #FBE44D;
    color: #161616;
    margin-bottom: 10px;
}
.btn-kko p::before {
    background-image: url(../images/common/kko.png);
}
.btn-naver {
    background-color: #3ACE01;
    color: #fff;
    margin-bottom: 10px;
}
.btn-naver p::before {
    background-image: url(../images/common/nv.png);
}
.btn-personal {
    background-color: #595757;
    color: #fff;
}
.btn-personal p::before {
    background-image: url(../images/common/join-w.png);
}

/*231031:퀵메뉴*/
.quickBtn{
	position: fixed;
	right: 40px;
	bottom: 150px;
	background-color: #51ac7b;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	box-shadow: 0px 6px 18.69px 2.31px rgba(0, 0, 0, 0.19);
	z-index: 9;
}
.quickBtn p{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	opacity: 0;
	text-align: center;
	font-size: 13.5px;
	color: #fff;
	font-weight: 600;
	margin-top: 4px;
	transition: all 0.4s;
}
.quickBtn img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 49px;
	opacity: 1;
	transition: all 0.4s;
}
.quickBtn:hover p{
	opacity: 1;
}
.quickBtn:hover img{
	opacity: 0;
}

.foot-logo-list .slick-dots{
	display: none !important;
}

@media screen and (max-width: 1400px){
.gnb-menu li{font-size: 16px;}
.sub-menu li{font-size: 13.9px;}

}

@media screen and (max-width: 1140px) {
	.inner{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	header{
		height: 66px;
		background-color: rgba(0,0,0,1) !important;
	}
	.header-menu{
		height: 66px;
	}
	header nav{
		display: none !important;
	}
	.header-top{
		display: none;
	}
	.logo-box{		
		display: block !important;
		margin-top: 19px;
		height: auto;
	}
	/*
	.logo-box{		
		margin-top: 19px;
	}
	*/
	.logo-box img{
		width: auto;
		height: 28px;
	}
	
	.sitemap-btn{
		display: block;
		float: right;
		height: 66px;
		padding: 0;
		background-color: transparent;
		border: none;
	}
	.sitemap-btn span{
		width: 20px;
		height: 1.5px;
		display: block;
		margin-bottom: 5px;
		background-color: #fff;
		transition: all 0.4s;
	}
	.sitemap-btn.on span:nth-child(2){
		display: none;
	}
	.sitemap-btn.on span:nth-child(1){
		width: 25px;
		transform: translate(-4.5px,-4.5px);
		rotate: -135deg;
	}
	.sitemap-btn.on span:nth-child(3){
		width: 25px;
		rotate: 135deg;
	}
	.black-layer{
		float: left;
		width: 15%;
		height: 100vh;
		background-color: rgba(0,0,0,0.5);
	}

	.sitemap{
		width: 100%;
		height: 100vh;
	}
	.sitemap-div{
		float: right;
		width: 85%;
		background-color: #fff;
		height: 100vh;
	}
	.sitemap-header{
		display: flex;
		justify-content: center;
		padding: 20px 0;
		background-color: #7046a9;
	}
	.sitemap-header>*{
		font-size: 16px;
		color: #fff;
		margin-right: 30px;
	}
	.sitemap-header>*:last-child{
		margin-right: 0;
	}
	.sitemap-div>ul>li{
		padding: 20px;
		font-size: 18px;
		background-color: #fafafa;
		border-bottom: 1px solid #ddd;
		font-weight: 700;
	}

	.sitemap-sub{
		display: none;
		margin-top: 15px;
		background-color: #eee;
		padding: 0 15px;
	}
	.sitemap-sub li{
		font-size: 14px;
		font-weight: 400;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.sitemap-sub li:last-child{
		border-bottom: none;
	}

	.header-bg{
		display: none;
	}

	.foot-cont .foo-logo_wrap {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}

	.foot-cont .foo-info-wrap {
		flex: 1;
		margin-left: 0;
		flex: auto;
	}

	.foot-link{
		display: flex;
		justify-content: center;
	}

	.foot-info{
		text-align: center;
	}

	.foot-02 .site-link{
		width: 100%;
	}

	.sns-box{
		display: flex;
		justify-content: center;
	}

	.foo-logo_wrap{
		display: none;
	}

}

@media screen and (max-width: 768px) {
	/*231031*/
	.quickBtn{
		display: none;
	}
	/**/
	.sitemap-header>*{
		font-size: 14px;
		margin-right: 20px;
	}
	.sitemap-header>*:last-child{
		margin-right: 0;
	}
	
	.table-wrap{
		width: 100%;
		overflow-x: scroll;
	}
	.table-wrap table{
		width: 700px;
	}
	table th, td{
		padding: 10px 15px;
	}
	.db-list .table-wrap table{
		width: 100%;
	}
	
	.table-wrap-02{
		margin-bottom: 40px;
	}
	.login-sec{
		height: 600px;
		padding: 50px 30px 0;
	}
	.login-box{
		position: relative;
	}
	.login-btn{
		width: 100%;
		margin: 40px auto 0;
	}
	.login-box img{
		height: 50px;
	}
	
	.login-btn>a{
		height: 56px;
	}
	.login-btn>a p{
		font-size: 16px;
		line-height: 56px;
	}
	.login-box>p{
		font-size: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	
	.db-list .table-wrap table{
		width: 800px;
	}
	.db-list .table-wrap-02 table{
		width: 100%;
	}
}


