@charset "UTF-8";

@font-face{
	font-family: 'GothicA1_Black';
	src: url(/assets/font/GothicA1_Black.ttf);
}

@font-face{
	font-family: 'GothicA1_Bold';
	src: url(/assets/font/GothicA1_Bold.ttf);
}

@font-face{
	font-family: 'GothicA1_ExtraBold';
	src: url(/assets/font/GothicA1_ExtraBold.ttf);
}

@font-face{
	font-family: 'GothicA1_ExtraLight';
	src: url(/assets/font/GothicA1_ExtraLight.ttf);
}

@font-face{
	font-family: 'GothicA1_Light';
	src: url(/assets/font/GothicA1_Light.ttf);
}

@font-face{
	font-family: 'GothicA1_Medium';
	src: url(/assets/font/GothicA1_Medium.ttf);
}

@font-face{
	font-family: 'GothicA1_Regular';
	src: url(/assets/font/GothicA1_Regular.ttf);
}

@font-face{
	font-family: 'GothicA1_SemiBold';
	src: url(/assets/font/GothicA1_SemiBold.ttf);
}

@font-face{
	font-family: 'GothicA1_Thin';
	src: url(/assets/font/GothicA1_Thin.ttf);
}


@font-face{
	font-family: 'NotoSansKR_Black';
	src: url(/assets/font/NotoSansKR_Black.ttf);
}

@font-face{
	font-family: 'NotoSansKR_Bold';
	src: url(/assets/font/NotoSansKR_Bold.ttf);
}

@font-face{
	font-family: 'NotoSansKR_ExtraBold';
	src: url(/assets/font/NotoSansKR_ExtraBold.ttf);
}

@font-face{
	font-family: 'NotoSansKR_ExtraLight';
	src: url(/assets/font/NotoSansKR_ExtraLight.ttf);
}

@font-face{
	font-family: 'NotoSansKR_Light';
	src: url(/assets/font/NotoSansKR_Light.ttf);
}

@font-face{
	font-family: 'NotoSansKR_Medium';
	src: url(/assets/font/NotoSansKR_Medium.ttf);
}

@font-face{
	font-family: 'NotoSansKR_Regular';
	src: url(/assets/font/NotoSansKR_Regular.ttf);
}

@font-face{
	font-family: 'NotoSansKR_SemiBold';
	src: url(/assets/font/NotoSansKR_SemiBold.ttf);
}

@font-face{
	font-family: 'NotoSansKR_Thin';
	src: url(/assets/font/NotoSansKR_Thin.ttf);
}


body {
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-family: 'NotoSansKR_Medium';
    /*font-size: 23px;*/
}

input:focus, select:focus, textarea:focus{
	outline: none;
}

.container {
	max-width: 768px;
    width: 100%;
}

@media (min-width: 768px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1920px;
	}
}


body .body_screen{
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 80;
	opacity: 0.5;
	display: none;
	top: 0;
	bottom: 0;
}

body .screen_show{
	display: block;
}

.main{
	padding-top: 60px;
	padding-bottom: 1px;
	background: #FFF;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
		
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	background: #FFF;
}

.header > .container{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

.header .logo_div{
	margin: 10px 20px;
}

.header .logo{
	height: 40px;
}

.header .menu_div{
	display: none;
	position: fixed;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	right: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	min-width: 100px;
	background-color: #FFF;
	transform: translate3d(100%,0,0);
}

.header .menu_div > .menu_item_div{
	border-top: #606060 1px solid;
	margin: 0 24px 4px;
}

.header .menu_div > .menu_item_div > a{
	font-size: 32px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	padding: 8px 12px 0;
	text-align: left;
	font-family: 'NotoSansKR_Bold';
}


.header .menu_item_dropdown_div{

}

.header .menu_item_dropdown_div > .menu_item_dropdown_item_div{

}

.header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a{
	font-size: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	padding: 4px 32px;
	text-align: left;
	font-family: 'NotoSansKR_Regular';
}

.header .menu_div > .menu_item_div > a:hover, .header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a:hover{

}

.header #service:hover .menu_item_dropdown_div{

}

.header .open{
	right: 250px;
	position: fixed;
	z-index: 100;
}

.header .open > .menu_item_div > a{
	cursor: default;
    pointer-events: none;
}

.header .menu_open_div{
	width: 60px;
	height: 60px;
	margin-right: 8px;
}

.header .menu_open_div .menu_button{
	width: 100%;
	height: 100%;
	border: unset;
	outline: unset;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .menu_open_div .menu_button .menu_icon_div:before{
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height: 4px;
	border-radius: 8px;
	background-color:#000;
	top:-8px;
}

.header .menu_open_div .menu_button .menu_icon_div{
	position:absolute;
	width: 36px;
	height: 4px;
	border-radius: 8px;
	background-color:#000;
}

.header .menu_open_div .menu_button .menu_icon_div:after{
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height: 4px;
	border-radius: 8px;
	background-color:#000;
	top: 8px;
}

.header .menu_close_div{
	display: flex;
	justify-content: flex-end;
}

.header .menu_close_div .menu_button{
	width: 60px;
	height: 60px;
	margin-right: 8px;
	border: unset;
	outline: unset;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .menu_close_div .menu_button .menu_icon_div:before{
	position:absolute;
	content:'';
	display:block;
	width: 100%;
	height: 4px;
	border-radius: 8px;
	background-color:#000;
	top: 0;
	transform: rotate(45deg);
}

.header .menu_close_div .menu_button .menu_icon_div{
	position:absolute;
	width: 36px;
	height: 4px;
	border-radius: 8px;
	background-color:transparent;
}

.header .menu_close_div .menu_button .menu_icon_div:after{
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height: 4px;
	border-radius: 8px;
	background-color:#000;
	top: 0;
	transform: rotate(-45deg);
}

@media (min-width: 768px) {

	.main{
		padding-top: 10vw;
	}
	
	body > .body_screen{
		/*
		background: #FFF;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 98;
		opacity: 0.5;
		display: none;
		*/
	}
	
	body > .show{
		display: block;
	}
			
	.header{
		position: fixed;
		left: 0;
		right: 0;
		z-index: 99;
	}
	
	.header > .container{
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
	}
	
	.header .logo_div{
/*		margin: 2.7vw 5vw;	*/
	}
	
	.header .logo{
		height: 7vw;
	}
	
	.header .menu_div{
		display: none;
		position: fixed;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40vw;
		min-width: 100px;
		padding-top: 1.2vw;
		transform: translate3d(100%,0,0);
	}
	
	.header .menu_div > .menu_item_div{
		border-top: #606060 1px solid;
		margin: 0 3vw 0.5vw;
	}
	
	.header .menu_div > .menu_item_div > a{
		font-size: 3.8vw;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 1vw 1.5vw;
		text-align: left;
	}
	
	
	.header .menu_item_dropdown_div{
	
	}
	
	.header .menu_item_dropdown_div > .menu_item_dropdown_item_div{
	
	}
	
	.header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a{
		font-size: 2.5vw;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 0.5vw 4vw;
		text-align: left;
	}
	
	.header .menu_div > .menu_item_div > a:hover, .header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a:hover{
	
	}
	
	.header #service:hover .menu_item_dropdown_div{
	
	}
	
	.header .open{
		right: 40vw;
	}
	
	.header .open > .menu_item_div > a{
		cursor: default;
	    pointer-events: none;
	}
	
	.header .menu_open_div{
		width: 10vw;
		height: 10vw;
		margin-right: 2.5vw;
	}
	
	.header .menu_open_div .menu_button{
		width: 100%;
		height: 100%;
		border: unset;
		outline: unset;
		background: transparent;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header .menu_open_div .menu_button .menu_icon_div:before{
		position:absolute;
		content:'';
		display:block;
		width:100%;
		height: 0.5vw;
		border-radius: 1vw;
		top:-1.2vw;
	}
	
	.header .menu_open_div .menu_button .menu_icon_div{
		position:absolute;
		width:5vw;
		height: 0.5vw;
		border-radius: 1vw;
	}
	
	.header .menu_open_div .menu_button .menu_icon_div:after{
		position:absolute;
		content:'';
		display:block;
		width:100%;
		height: 0.5vw;
		border-radius: 1vw;
		top:1.2vw;
	}
	
	.header .menu_close_div{
		display: flex;
		justify-content: flex-end;
	}
	
	.header .menu_close_div .menu_button{
		width: 10vw;
		height: 10vw;
		margin-right: 2.5vw;
		border: unset;
		outline: unset;
		background: transparent;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header .menu_close_div .menu_button .menu_icon_div:before{
		position:absolute;
		content:'';
		display:block;
		width:100%;
		height: 0.5vw;
		border-radius: 1vw;
		top: 0;
		transform: rotate(45deg);
	}
	
	.header .menu_close_div .menu_button .menu_icon_div{
		position:absolute;
		width:5vw;
		height: 0.5vw;
		border-radius: 1vw;
		background-color:transparent;
	}
	
	.header .menu_close_div .menu_button .menu_icon_div:after{
		position:absolute;
		content:'';
		display:block;
		width:100%;
		height: 0.5vw;
		border-radius: 1vw;
		top: 0;
		transform: rotate(-45deg);
	}
}

@media (min-width: 1024px) {
	.main{
		padding-top: 150px;
	}
	.header{
		position: fixed;
		align-items: center;
		left: 0;
		right: 0;
	    z-index: 99;
		height: 150px;
	}
	
	.header > .container{
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
	}
	
	.header .logo_div{
		margin-left: 53px;
/*		margin-top: 33px;	*/
	}
	
	.header .logo{
		width: 98px;
		height: auto;
	}
	
	.header .menu_div{
		display: flex;
		flex-direction: row;
		margin-right: 14px;	
/*		margin-top: 35px;	*/
		background: unset;
		position: unset;
		width: auto;
		min-width: auto;
		flex-wrap: unset;
		padding-top: unset;
		transform: unset;
	}
	
	.header .menu_div > .menu_item_div{
		margin: 25px 20px;
		display: inline-flex;
		flex-direction: column;
		border-top: unset;
	}
	
	.header .menu_div > .menu_item_div > a{
		text-decoration: none;
		width: 120px;
		height: 40px;
		text-align: center;
	 	font-size: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: unset;
	}
	
	.header .menu_item_dropdown_div{
		display: none;
	    position: absolute;
	    margin-top: 40px;
	}
	
	.header .menu_item_dropdown_div > .menu_item_dropdown_item_div{
		margin-top: 5px;
	}
	
	.header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a{
		text-decoration: none;
	    width: 120px;
	    height: 30px;
	    text-align: center;
	    font-size: 18px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		padding: unset;
	}
	
	.header .menu_div > .menu_item_div > a:hover, .header .menu_item_dropdown_div > .menu_item_dropdown_item_div > a:hover{
	    color: #498EFA;
	}
	
	.header .menu_item_div:hover > .menu_item_dropdown_div{
		display: block;
	}
	
	.header .menu_open_div, .header .menu_close_div{
		display: none;
	}
	.header #event > .menu_item_dropdown_div{
		display: none;
	}
	
	.header #product > .menu_item_dropdown_div{
		display: none;
	}
}

.footer{
	border-top: 1px solid #bebdbb;
	padding: 30px 0px;
	background-color: #FFF;
}

.footer > .container{
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
	flex-wrap: nowrap;
}

.footer .link_contents{
	width: 100%;
}

.footer .link_contents .left_link{
	float: left;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer .link_contents .right_link{
	float: right;
	text-align: right;
}

.footer .main_contents{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	max-width: 1240px;
}

.footer .contents{
	font-size: 12px;
	margin: 7px 20px;
	color: #AAA;
}

.footer .contents a{
	font-size: 15px;
	text-decoration: none;
	color: #AAA;
	font-family: GothicA1_Bold;
}

.admin{
	border: 1px solid #555;
	background: #333;
	box-sizing: border-box;
	width: 105px;
	text-align: center;
	padding: 3px 0 3px;
	display: none;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 1.6em;
	letter-spacing: 0.5px;
	text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
	.footer{
		padding: 30px 0px;
	}
	
	.footer > .container{
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.footer .link_contents{
		width: 100%;
	}
	
	.footer .link_contents .left_link{
		float: left;
		text-align: left;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.footer .link_contents .right_link{
		float: right;
		text-align: right;
	}
	
	.footer .main_contents{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		max-width: 1240px;
	}
	
	.footer .contents{
		font-size: 15px;
		margin: 7px 20px;
		color: #AAA;
	}
	
	.footer .contents a{
		text-decoration: none;
		color: #AAA;
		font-family: GothicA1_Bold;
	}
	
	.admin{
		border: 1px solid #555;
		background: #333;
		box-sizing: border-box;
		width: 105px;
		text-align: center;
		padding: 3px 0 3px;
		display: none;
		font-size: 11px;
		text-transform: uppercase;
		vertical-align: top;
		line-height: 1.6em;
		letter-spacing: 0.5px;
		text-rendering: optimizeLegibility;
	}
}