/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('musign/main.css');
@import url('musign/responsive.css');


@font-face {
  font-family: 'Karu';
  font-style: normal;
  font-weight: 100;
  src: url(/font/Karu-Light/Karu-Light.eot);
  src: local('Karu-Light'),
       local('Karu-Light'),
       url(/font/Karu-Light/Karu-Light.eot?#iefix) format('embedded-opentype'),
       url(/font/Karu-Light/Karu-Light.woff) format('woff'),
       url(/font/Karu-Light/Karu-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Karu';
  font-style: normal;
  font-weight: 400;
  src: url(/font/Karu-Medium/Karu-Medium.eot);
  src: local('Karu-Medium'),
       local('Karu-Medium'),
       url(/font/Karu-Medium/Karu-Medium.eot?#iefix) format('embedded-opentype'),
       url(/font/Karu-Medium/Karu-Medium.woff) format('woff'),
       url(/font/Karu-Medium/Karu-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Karu';
  font-style: normal;
  font-weight: 700;
  src: url(/font/Karu-Extra-Bold/Karu-ExtraBold.eot);
  src: local('Karu-Extra-Bold'),
       local('Karu-Extra-Bold'),
       url(/font/Karu-Extra-Bold/Karu-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(/font/Karu-Extra-Bold/Karu-ExtraBold.woff) format('woff'),
       url(/font/Karu-Extra-Bold/Karu-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Karu';
  font-style: normal;
  font-weight: 500;
  src: url(/font/Karu-Bold/Karu-Bold.eot);
  src: local('Karu-Bold'),
       local('Karu-Bold'),
       url(/font/Karu-Bold/Karu-Bold.eot?#iefix) format('embedded-opentype'),
       url(/font/Karu-Bold/Karu-Bold.woff) format('woff'),
       url(/font/Karu-Bold/Karu-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Karu';
  font-style: normal;
  font-weight: 900;
  src: url(/font/Karu-Black/Karu-Black.eot);
  src: local('Karu-Black'),
       local('Karu-Black'),
       url(/font/Karu-Black/Karu-Black.eot?#iefix) format('embedded-opentype'),
       url(/font/Karu-Black/Karu-Black.woff) format('woff'),
       url(/font/Karu-Black/Karu-Black.ttf) format('truetype');
}

*{
	font-family: 'Karu','Noto Sans KR', sans-serif;
	font-size:14px;
	color:#666;
	letter-spacing:-0.5px;
	line-height:1.6;
	box-sizing:border-box;
}
img{
	border:0;
}
a, a:hover, a:focus{
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
span, em, strong{
	font-size:100%;
	color:inherit;
}
.en-txt{
	font-family:'Karu';
	letter-spacing:0;
}
.en-txt02{
}
a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/*
	header
*/
#header .av-main-nav-wrap{
	overflow:hidden;
}
.avia-menu ul > li > a{
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	color: #dadada;
	opacity:0;
}
.scroll-m .avia-menu ul > li > a{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
}
div .logo{
	z-index:10;
}
.logo img.alternate{
	top: 50%;
    left: 0;
    margin-top: -13.5px;
    height: 27px;
    display: block;
}
#header .container{
	max-width:1860px;
}
#header .main_menu{
	width:100%;
	text-align:Center;
	z-index:1;
}
#header .av-main-nav-wrap{
	float:none;
	margin:0 auto;
    display: table;
}
.main_menu img{
	vertical-align:middle;
}
.avia-menu-text .hov, .av_header_transparency .avia-menu-text .def{
	display:none;
}
.avia-menu-text .def, .av_header_transparency .avia-menu-text .hov{
	display:inline-block;
}
#header.av_header_transparency .avia-menu li > a{
	opacity:0.35;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header.av_header_transparency .avia-menu li:hover > a{
	opacity:1;
}
.quick-nav{
	position:fixed;
	top:30px;
	right:60px;
	z-index:502;
    text-align: right;
}
.quick-nav ul{
	margin:0;
}
.quick-nav li a{
	font-size: 22px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 0;
	position:Relative;
	opacity:0.7;
}
.quick-nav li a:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#000;
	opacity:0.8;
	position:Absolute;
	right:0;
	bottom:5px;
	opacity:0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quick-nav li:hover a:before, .quick-nav li.active a:before{
	opacity:1;
}
.quick-nav li.active a{
    font-weight: 500;
	opacity:1;
}
.scroll-m .quick-nav li a, .scroll-m .lang-ul li:hover a, .scroll-m .lang-ul li.active a{
	 color: #fff;
}
.scroll-m .quick-nav li a:before{
	background:#fff;
}
.header_bg{
	display:none !important;
}
.logo a{
	position:static;	
}




.table{
	display:Table;
	table-layout:fixed;
}
.table > div{
	display:Table-cell;
}
ul, li{
	list-style:none;
	margin-left:0;
}


#footer{
	padding:55px 30px;
	border-top:0;
}
#footer .container{
	padding:0;
	max-width:1300px;
	margin:0 auto;
}
.footer-wr {
	display:Table;
	width:100%;
	table-layout:fixed;
}
.footer-wr > div{
	display:Table-cell;
	vertical-align:top;
}
.footer-wr *{
	color:#000;
}
.fo-logo{
	width:250px;
}
.fo-company{
	margin:0 0 10px;
	font-size:15px;
}
.fo-ul li{
	display:inline-block;
	margin-right:30px;
    LETTER-SPACING: 0;
	color:rgba(52, 52, 52, 0.8);
}
.fo-ul li b{
	letter-spacing:0;
	margin-right:10px;
	color:rgba(0, 0, 0, 0.8);
	font-size:100%;
}

.fo-fam{
	width:195px;
}
.family-wr{
	position:relative;
    max-width: 195px;
	width:100%;
}
.family-tit {
    font-size: 14px;
    color:rgba(21, 21, 21, 0.6);
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid #4d3c01 !important;
    padding: 15px 0;
    position: Relative;
    cursor: pointer;
    margin: 0;
}
.fam-ul{
	position: Absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 10px 20px;
    display: none;
}
.fam-ul li a{
	letter-spacing:0;
	color:#000 !important;
	padding:2px 0;
	display:block;
}
.family-tit:before {
    transition: all .5s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.77,0,.175,1) 0s;
}
.family-tit:before {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url(/img/select-bg.png) no-repeat top center;
    position: Absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.on.family-wr > p:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
#footer .widget{
	overflow:visible;
}
.foo-top{
	padding-bottom:
}
.copyright{
	margin-top: 20px;
    border-top: 1px solid #ef7343;
    padding-top: 10px;
	padding-left:250px;
	color:#343434;
	letter-spacing:0;
	font-weight:300;
	letter-spacing:0;
}













.lang-ul{
    position: fixed;
    left: 17px;
    bottom: 300px;
    /* margin-top: 40px; */
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 100px;
    z-index: 20;

}
.lang-ul ul{
    margin: 0;
}
.lang-ul li{
	display:inline-block;
}
.lang-ul li a{
	display:block;
	color:#c6bca8;
	font-size:18px;
}
.lang-ul li + li{
	margin-left:15px;
}
.lang-ul li:hover a, .lang-ul li.active a{
	color:#343434;
}
.lang-ul > img, .scroll-m .lang-ul:before{
	position: Absolute;
    right: 100%;
	top: -11.5px;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    margin-right: 75px;
	cursor:pointer;
	animation: mouseAni ease-in-out 1.2s infinite;
    animation-delay: 0.2s;
	-webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
}
.scroll-m .lang-ul:before{
	background:url(/img/lang-scr-w.png) no-repeat center center;
	content:"";
	display:block;
	width:15px;
	height:56px;
}
.scroll-m .lang-ul img{
	opacity:0;
}
@keyframes mouseAni{
	0%{right:100%;}
	50%{right:120%;}
	100%{right:100%;}
}
.lang-ul.top-go > img{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
    top: -17.5px;
}
.mo-top{
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 100;
	line-height:0;
	cursor:pointer;
}
.quick-sear{
	position:fixed;
	right:60px;
	bottom:50px;
	border-radius: 42px;
	background-color: #ea541b;
	z-index:504;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quick-sear a{
	display:block;
	color:#fff;
	font-size:24px;
	width: 197px;
	height: 84px;
	line-height:84px;
	text-align:center;
}
.quick-sear img{
	vertical-align:middle;
	margin-left:20px;
}
.scroll-m .quick-sear {
    opacity: 0;
}
@keyframes pulse{
	0% {
		box-shadow: 0 0 0 0 rgba(235,84,27,.5);
	}
	70% {
		box-shadow: 0 0 0 17px transparent;
	}
	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}
@-webkit-keyframes pulse{
	0% {
		box-shadow: 0 0 0 0 rgba(235,83,20,.4);
	}
	70% {
		box-shadow: 0 0 0 17px transparent;
	}
	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}
.mo-top, .eng {
    display: none;
}
.mo-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 100;
    line-height: 0;
    cursor: pointer;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media screen and (max-width:1480px) {
	.lang-ul{
		left:-10px;
	}
	.quick-nav{
		right:30px;
	}
}
@media screen and (max-width:1280px) {
	.quick-nav li a{
		font-size:18px;
	}
}
@media screen and (max-width:1180px) {
	.av-main-nav .avia-menu-text img{
		height:12px;
	}
	.av-main-nav > li > a{
		padding:0 12px;
	}
	.fo-logo {
		width: 200px;
	}
}
@media screen and (max-width:989px) {
	.quick-nav li a{
		font-size:18px;
	}
	#header .main_menu{
		right: auto !important;
		width: auto;
		left: 0 !important;
		top: 100% !important;
		display:none;
	}
	.scroll-m #header .main_menu{
		display:block;
	}
	.av-main-nav > li.av-burger-menu-main{
		display:none !important;
	}
	.av-main-nav > li {
		float:none;
		text-align:left;
		margin-bottom:10px;
		display:block !important;
	}
	.av-main-nav > li > a{
		line-height:2 !important;
		height:auto !important;
		padding:0 !important;
	}
	.footer-wr > div{
		display:block;
		width:100%;
	}
	.fo-logo {
		margin-bottom:10px;
	}
	.fo-fam{
		margin-top:10px;
	}
	#footer{
		padding:55px 30px 30px;
	}
	.copyright{
		padding:10px 0 0;
	}
}
@media screen and (max-width:767px) {

	#main-sec01 .flex_cell_inner{
		padding:250px 30px;
	}
	.responsive #top #wrap_all #header .container{
		padding:0 30px;
	}
	.responsive #top #wrap_all #header{
		background:transparent;
		position:absolute;
		top:0;
		left:0;
	}
	.quick-nav{
		display:none;
	}
	.quick-sear a {
		width: 100%;
		height: 100%;
		line-height: 1;
		text-indent: -999px;
		overflow: hidden;
		background: url(/img/search-i.png) no-repeat center center;
		background-size: 26px auto;
	}
	.quick-sear{
		width: 69px;
		height: 58px;
		border-radius:45px 0 0 0;
		animation:none;
		right:0;
		bottom:0;
	}
	.lang-ul{	
		top: 26px;
		right: 15px;
		bottom: auto;
		position: absolute;
		width: auto;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		display: table;
		left: auto;
		z-index:502;
	}
	.lang-ul li a{
		font-size:14px;
	}
	.lang-ul > img, .lang-ul:before{
		display:none !important;
	}
	.fo-company, .widget li{
		font-size:14px;
	}
	.copyright{
		font-size:13px;
	}
	.html_header_transparency .logo a > img{
		opacity:0 !important;
	}
	.html_header_transparency .logo img.alternate{
		display:block !important;
	}
	.mo-top {
		display: block;
	}
	#footer .fo-ul li{
		font-size:13px;
	}

}