@import url(common.css);
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

@font-face {
	font-family: "NEXT ART";
	src: url('../../common/font/NEXT ART.eot');
	src: url('../../common/font/NEXT ART.eot?#iefix') format('embedded-opentype'),
		url('../../common/font/NEXT ART.woff') format('woff'),
		url('../../common/font/NEXT ART.ttf') format('truetype'),
		url('../../common/font/NEXT ART.otf') format('otf');
}

@font-face {
	font-family: "NEXT ART_Bold";
	font-weight: 900;
	src: url('../../common/font/NEXT ART_Bold.eot');
	src: url('../../common/font/NEXT ART_Bold.eot?#iefix') format('embedded-opentype'),
		url('../../common/font/NEXT ART_Bold.woff') format('woff'),
		url('../../common/font/NEXT ART_Bold.ttf') format('truetype'),
		url('../../common/font/NEXT ART_Bold.otf') format('otf');
}

@font-face {
	font-family: "BebasNeue";
	src: url('../../common/font/BebasNeue.eot');
	src: url('../../common/font/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../../common/font/BebasNeue-Regular.woff') format('woff'),
		url('../../common/font/BebasNeue-Regular.ttf') format('truetype'),
		url('../../common/font/BebasNeue-Regular.otf') format('otf');
}

@font-face {
	font-family: "Mentone";
	src: url('../../common/font/mentone-semibol.eot');
	src: url('../../common/font/mentone-semibol.eot?#iefix') format('embedded-opentype'),
		url('../../common/font/mentone-semibol.woff') format('woff'),
		url('../../common/font/mentone-semibol.ttf') format('truetype'),
		url('../../common/font/mentone-semibol.otf') format('otf');
}



/*
@font-face { font-family:'NEXT ART'; src:url('../font/NEXT ART_Regular.otf'); }
@font-face { font-family:'NEXT ART'; src:url('../font/NEXT ART_Bold.otf'); }
@font-face { font-family:'NEXT ART'; src:url('../font/NEXT ART_Light.otf'); }
@font-face { font-family:'NEXT ART'; src:url('../font/NEXT ART_Thin.otf'); }
*/
@font-face {
	font-family: 'NEXT ART';
	src: url('../../common/font/NEXT ART_SemiBold.otf');
}

@font-face {
	font-family: 'mentone';
	src: url('../../common/font/mentone-semibol.otf');
}

a,
a:hover {
	text-decoration: none;
}

/******* [Hello] header-wrapper *******/

.header-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	height: 96px;
}

/******* [Bye] header-wrapper *******/

/******* [Hello] header *******/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 900;
	background: #fff;
	/*    border-bottom: 1px solid #E52E2D;*/
}

@media screen and (max-width:200px) {
	.header {
		padding-top: 25px;
	}
}

.logo {
	float: left;
	display: block;
	margin-top: 0;
	padding: 28px 0;
	font-size: 27px;
	font-weight: bold;
	color: #E52E2D;
}

@media screen and (max-width:200px) {
	.logo {
		float: none;
	}
}

/******* [Bye] header *******/

/******* [Hello] mobile-toggle *******/

.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 26px;
	right: 22px;
	width: 30px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.mobile-nav {
	display: none;
}

.mobile-nav {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	background: #b81c22;
	left: 0;

}

.mobile-nav ul { margin-top: 30%; }

.mobile-nav ul li {
	line-height: 100px;
	height: 100px;
}

.mobile-nav ul li a {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
}

/*
.mobile-nav .close { 
    display: none; 
}
*/


@media screen and (min-width:200px) and (max-width:924px) {

	/*
    .web-nav { display: none; }
    
    .mobile-nav { display: block; }
    
    .mobile-toggle { 
        margin-top: 15px;
        display: block;
    }
    
    .mobile-toggle span {
        width: 30px;
        height: 4px;
        margin-bottom: 6px;
        border-radius: 1000px;
        background: #454545;
        display: block;
    }
    
    .header-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 25px;
    }
*/
	.web-nav {
		display: none;
	}

	.mobile-toggle {
		margin-top: 15px;
		display: block;
	}

	.mobile-toggle span {
		width: 30px;
		height: 4px;
		margin-bottom: 6px;
		border-radius: 1000px;
		background: #454545;
		display: block;
	}

	.mobile-nav {
		display: block;
	}
    
	.mobile-nav .close {
		cursor: pointer;
		font-size: 20px;
		position: absolute;
		top: 50px;
		right: 28px;
		width: 30px;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}

	.mobile-nav .close span {
		display: block;
		background-color: #ffffff;
		width: 40px;
		height: 4px;
		border-radius: 4px;
		margin-bottom: 6px;
	}

	.mobile-nav .close span:first-child {
		position: absolute;
		transform: rotate(-40deg);
	}

	.mobile-nav .close span:nth-child(2) {
		transform: rotate(40deg);
	}
}

/******* [Bye] mobile-toggle *******/

/******* [Hello] nav *******/

.header .web-nav {
	/*    float: right;*/
	font-family: 'NEXT ART', sans-serif;
	font-weight: bold;
	letter-spacing: 1.4px;
	line-height: 60px;
	position: absolute;
	right: 25px;
/*	width: 100%;*/
}

.header .web-nav ul {
	float: right;
	/* position: absolute; */
	/* right: 0; */
	/* width: 100%; */
}

.header .web-nav ul li {
	display: inline-block;
	margin-left: 80px;
	padding-top: 22px;
}

.header .web-nav ul li a {
	font-size: 14px;
	color: #1a1a1a;
}

.header .tri {
	width: 0px;
	height: 0px;
	border-top: 50px solid none;
	border-bottom: 5px solid #b81c22;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	display: block;
	text-align: center;
	margin: -8px auto;
}

@media screen and (max-width:400px) {
	/*
    .header .mobile-nav { 
        width: 100%; 
    }
    
    .header .mobile-nav ul {
        float: right;
        list-style: none;
        text-align: right;
    }
*/
}

@media screen and (max-width:400px) {
	/*
    .header .mobile-nav { 
        width: 100%; 
        position: absolute;
        top: 0;
    }
    
    .header .mobile-nav ul {
        float: right;
        list-style: none;
        text-align: right;
    }
*/

}

#my-wrap {
	/*    width: 1200px;*/
	height: 100%;
	/*    min-width: 1200px;*/
	margin: 0 auto;
}

/******* [Bye] nav *******/


/******* 【 Hello 】 footer *******/


footer {
	width: 100%;
	height: 44px;
	background-color: #333333;
	clear: both;
}

.footer p {
	text-align: center;
	line-height: 40px;
	color: #808080;
	font-family: "NanumSquare";
	font-weight: bold;
	clear: both;
	border-top: 1px solid #4d4d4d;
}

.footer-content {
	height: 480px;
	clear: both;
	background: #333333;
	padding: 0 15%;
	margin: 0 auto;
}

.footer-content .footer-info {
	float: left;
	padding-top: 90px;
}

.footer-content h5 {
	color: #d6d6d6;
	font-size: 16px;
	font-family: "nanumsquare";
	margin-bottom: 14px;
}

.footer-content p {
	color: #808080;
	font-size: 14px;
	font-family: "nanumsquare";
	line-height: 22px;
}

.footer-content p a {
	color: #808080;
	font-size: 14px;
	font-family: "nanumsquare";
	line-height: 22px;
}

.footer-content ul {
	 margin-top: 128px;
}

.footer-content ul li {
	display: inline-block;
}

.footer-content ul li span {
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}

.footer-content ul li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #808080;
	vertical-align: middle;
	margin: 0 20px;
}

.footer-content ul li:last-child:after {
	display: none;
}

.footer-content ul li a:hover {
	color: #808080;
}

.footer-content ul li img {
	vertical-align: middle;
}

.footer-content .map {
	float: right;
	padding-top: 60px;
	width: 60%;
}

.footer-content .map img {
	width: 100%;
}

/*
@media screen and (min-width:1568px) and (max-width:1800px) {
	.footer-content {
		padding: 0 9%;
        transition: 1s;
	}
}

@media screen and (min-width:1400px) and (max-width:1567px) {
	.footer-content {
		padding: 0 5%;
        transition: 1s;
	}
}

@media screen and (min-width:1154px) and (max-width:1400px) {
	.footer-content {
		padding: 0 2%;
        transition: 1s;
	}
    
    .footer-content .map {
        float: right;
        padding-top: 120px;
        width: 60%;
    }
    
    .footer-content .map img {
        width: 100%;
    }
}

@media screen and (min-width:1190px) and (max-width:1154px) {
	.footer-content {
		padding: 0 1%;
        transition: 1s;
	}
}

@media screen and (min-width:1080px) and (max-width:1190px) {
	.footer-content {
		padding: 0 5%;
        transition: 1s;
	}
    
    .footer-content .map {
        float: right;
        padding-top: 120px;
        width: 60%;
    }
    
    .footer-content .map img {
        width: 100%;
    }
}

@media screen and (min-width:600px) and (max-width:1079px) {
	.footer-content {
	    height: 100%;
        padding: 0 5%;
        min-height: 850px;
        transition: 1s;
	}

	.footer-content .map {
		float: left;
		padding-top: 60px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
        transition: 1s;
	}
    
    .footer-content .map img {
        width: 100%;
    }
}
@media screen and (min-width:300px) and (max-width:599px) {
	.footer-content {
        width: 100%;
	    height: 100%;
        min-height: 450px;
        transition: 1s;
	}

	.footer-content .map {
		display: none;
        transition: 1s;
	}
	
	.footer-content ul li {
		margin-bottom: 20px;
        transition: 1s;
	}
	
	.footer-content ul li:after { 
		display: none;
        transition: 1s;
	}
}
*/

@media screen and (min-width:1771px) and (max-width:1820px) {
	.footer-content {
/*	    height: 100%;*/
        min-height: 450px;
		padding: 0 11%;
        transition: 1s;
	}
}

@media screen and (min-width:1630px) and (max-width:1770px) {
	.footer-content {
/*	    height: 100%;*/
        min-height: 450px;
		padding: 0 10%;
        transition: 1s;
	}
}

@media screen and (min-width:1560px) and (max-width:1629px) {
	.footer-content {
        min-height: 450px;
		padding: 0 8%;
        transition: 1s;
	}
}

@media screen and (min-width:1400px) and (max-width:1559px) {
	.footer-content {
        min-height: 450px;
		padding: 0 5%;
        transition: 1s;
	}
}

@media screen and (min-width:1300px) and (max-width:1399px) {
	.footer-content {
        min-height: 450px;
		padding: 0 1%;
        transition: 1s;
	}
    
}

@media screen and (min-width:1080px) and (max-width:1299px) {
	.footer-content {
        min-height: 450px;
		padding: 0 1%;
        transition: 1s;
	}
    
	.footer-content .map {
		float: right;
		padding-top: 80px;
		width: 60%;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
        transition: 1s;
	}
    
    .footer-content ul {
        margin-top: 98px;
    }
}

@media screen and (min-width:800px) and (max-width:1079px) {
	.footer-content {
        min-height: 780px;
        transition: 1s;
	}

	.footer-content .map {
		float: left;
		padding-top: 60px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
        transition: 1s;
	}
}

@media screen and (min-width:600px) and (max-width:799px) {
	.footer-content {
        min-height: 780px;
        transition: 1s;
	}

	.footer-content .map {
		float: left;
		padding-top: 60px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		justify-content: center;
        transition: 1s;
	}
}

@media screen and (min-width:300px) and (max-width:599px) {
	.footer-content {
	    height: 76%;
        min-height: 450px;
		padding: 0 5%;
        transition: 1s;
	}

	.footer-content .map {
		display: none;
        transition: 1s;
	}
	
	.footer-content ul li {
		margin-bottom: 20px;
        transition: 1s;
	}
	
	.footer-content ul li:after { 
		display: none;
        transition: 1s;
	}
}



/*

.footer .footer-info {
    float: left;
}

.footer .map {
    float: right;
}
*/

/******* 【 Bye 】 footer *******/


/******* 【 Hello 】 scroll bar *******/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #b9b9b9;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #E52E2D;
}

/******* 【 Bye 】 scroll bar *******/

@media only screen and (min-width: 75em) .container {
	width: 76rem;
}

@media only screen and (min-width: 64em) .container {
	width: 65rem;
}

@media only screen and (min-width: 48em) .container {
	width: 49rem;
}


/******* 【 Bye 】 scroll bar *******/
