@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&display=swap');

body, html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
	display: none;
}
.iScrollIndicator {
	display: none !important;
}

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

* {
	font-family: 'Pretendard-Regular', sans-serif;
}




/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px;
	user-select:none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #B7835D;
   color: #fff
}

::-moz-selection {
   background: #B7835D;
	color: #fff
}

::-webkit-selection {
	background: #B7835D;
	color: #fff
}

body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 9999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	background-color: transparent;
	height: 100px;
	background-color: #fff;
	/*border-bottom: 1px solid #c9d2d9;*/
}

a.logo {
	width: 197px;
	cursor: pointer !important;
}

.header.w {
	background-color: #fff;
}

.header.w .nav li a {
	color: #000;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
}

.header .nav {
	display:flex;
	position:relative;
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 170px;
	text-align:center;
	height: 100%;
	line-height:100px;
}

.header .nav li a {
	font-family: 'Josefin Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000000;
	transition: .3s;
}

.header .nav li.on a,
.header .nav li a:hover {
	color: #1a1a1a;
	font-family: 'Josefin Sans', sans-serif;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:rgba(255, 255, 255, .9);
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 210px;
	border-bottom: 1px solid #e5e5e5;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size: 15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color: #0a1b2f;
}

.header .drop_menu .drop > li a:hover {
	font-family:'NotoSansKR-Bold';
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.header .tel {
	position: relative;
	background-image: url('../img/tel_img.png');
	width: 193px;
	height: 27px;
	margin-left: 50px;
}
.header.w .tel {
	background-image: url('../img/tel_img_w.png');
}

.footer_back {
	background-color: #0F2C3E;
}

.footer {
	background-image: url('../img/footer_bg_n1.png') !important;
	/*padding: 60px 0;*/
	text-align:center;
	background-color:#ffffff;
	color: #fff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px !important;
	/*height: 456px;*/
}

.footer .cp_info {
	font-size: 16px;
	font-family:'NotoSansKR-Regular';
}

.footer .cp_info img {
	/*margin: 30px;*/
	/*margin-left: 5px;*/
	/*margin-right: 10px;*/
	margin-top: 40px;
}

.footer .cp_info span {
	font-size: 14px;
	font-family:'Roboto-Bold';
}

.footer .cp_info p {
	display: inline-block;
	font-family:'Roboto-Bold';
	font-size: 18px;
}

.footer .cp_info_plus {
	font-size: 16px;
	font-family:'NotoSansKR-Regular';
	margin-top: 70px;
}

.footer .cp_info_plus p {
	color: #8e8e8e;
	display: inline-block;
}

.footer .cp_info_plus span {
	margin: 0 10px;
}

.footer .pharases {
	font-family:'Montserrat-Regular';
	font-size: 16px;
	color: #d6d6d6;
}

.back-top {
	position:absolute;
	bottom: 80px;
	right: 90px;
	cursor:pointer;
	z-index: 999999;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m_fixed_wrap {
	display: none;
}


@media screen and (max-width: 768px) {
	.footer .cp_info img {
		/* margin: 30px; */
		/* margin-left: 5px; */
		/* margin-right: 10px; */
		margin-top: 50px;
	}
	.footer .cp_info {
		background-color: #0f2d3f;
		background-image: unset;
		width: auto !important;
	}
}







@media screen and (max-width: 1720px) {

}
@media screen and (max-width: 1500px) {
	.header .row {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1300px) {
	.header {
		min-width: unset;
	}
	.header .nav li {
		width: 150px;
	}
	.header .row {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1200px) {
	.header {
		min-width: unset;
	}
	.header .nav li {
		width: 120px;
	}
	.header .row {
		padding: 0 10px;
	}
	.header .tel, .header.w .tel {
		margin-left: 10px;
		background-image: url("/img/m/m_tel.png");
		width: 60px;
		height: 61px;
	}
}
@media screen and (max-width: 1000px) {

}
@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}

