/* style css */
* {
	outline:none !important;
}

body, html {
	overflow-x:hidden;
	min-width:1280px;
}


body {
	-webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #17193a;
   color: #fff
}

::-moz-selection {
   background: #17193a;
   color: #fff
}

::-webkit-selection {
    background: #17193a;
   color: #fff
}

body {
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* 헤더 */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width:1280px;
	height: 100px;
	!background-color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header:hover, .header.w {
	background-color:#fff;
}


.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 50px 0 70px;
}

.nav_wrap {
	position: absolute;
	left: 46%;
	transform: translateX(-50%);
}
.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 118px;
	text-align: center;
	height: 100%;
	line-height: 100px;
	font-size: 18px;
}
/*.header .nav li:nth-child(5) {
	width: 200px;
}*/

.header .nav li a {
	font-family:'NotoSansKR-Bold', serif;
	letter-spacing:-1px;
	color:#000;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#17193a;
}

.header .tel {
	margin: 0 30px 0 0;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 471px 30px 340px;
	height: 370px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header .drop_menu .drop {
	position: absolute;
	left: 46%;
	transform: translateX(-50%);
	display: flex
;
	justify-content: center;
	z-index: 998;
	font-size: 17px;
}

.header .drop_menu .drop > li {
	width: 118px;
	text-align:center;
}
.header .drop_menu .drop > li > ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
/*.header .drop_menu .drop > li:nth-child(5) {
	width: 200px;
}*/

.header .drop_menu .drop > li a {
	color:#000;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	letter-spacing:-1px
}

.right_wingbanner {
	position:fixed;
	z-index: 9999999;
	background-color:#808371;
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	height: calc(var(--vh));
}

.right_wingbanner li {
	font-size: 0px;
	background-position: center;
	position: relative;
}

.right_wingbanner li.open {
	height: 30vh;
	background-color:#17193a;
	background-image:url('../img/right_wingbanner_open_n.png?new');
}

.right_wingbanner li.regi {
	height: 15vh;
	background-image:url('../img/right_wingbanner_regi.png?new');
	margin-top: 5vh;
}
.right_wingbanner li.loca {
	height: 15vh;
	background-image:url('../img/right_wingbanner_loca.png?new');
}
.right_wingbanner li.regi::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 55px;
	background-color: rgba(255, 255, 255, 0.35);
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
}
.right_wingbanner li.regi::after, .right_wingbanner li.loca::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #737665;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.right_wingbanner li.regi a, .right_wingbanner li.loca a {
	display:block;
	width: 100%;
	height: 100%;
}

.right_wingbanner li.top_btn {
	width: 100%;
	height: 100px;
	background-color:#808371;
	position:absolute;
	bottom: 0;
	right: 0;
	background-image:url('../img/top_btn_img.png?new');
	cursor:pointer;
}



.top_btn {
	position: fixed;
	z-index: 999999;
	bottom: 190px;
	right: 102px;
	opacity: 1;
	transform: unset;
	background-color: #17193a;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}





.footer {
	padding: 80px 0;
	background-color:#17193a;
}

.footer .row {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer .cp_info {
	text-align: center;
}
.footer .cp_info .logo {
	margin-bottom: 45px;
}

.footer .cp_info li {
	font-size:14px;
}

.footer .cp_info .copy {
	margin-bottom: 15px;
	font-size: 16px;
	font-family:'NotoSansKR-Light';
	color: #ffffff;
	letter-spacing: 0.1px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}
.footer_add_text {
	position: absolute;
	bottom: -22px;
	font-size: 10px;
	color: #ffffff;
	left: 315px;
}
.footer_add_text02 {
	font-size: 10px;
	color: #ffffff;
}
.footer .cp_info .copy b {
	color: #ffffff;
	font-family:'NotoSansKR-Medium';
	line-height: 1;
}
.footer .cp_info .copy h3 {
	font-size: 12px;
	display: inline;
	position: relative;
	bottom: 2px;
	line-height: 1;
}
.footer .cp_info .pharases {
	font-size: 14px;
	font-family:'NotoSansKR-Light';
	color: #ffffff;
	margin-top: 30px;
	line-height: 1.8;
}

.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%;
}

.pc_tel {
	display: flex;
}
.mid_tel {
	display: none;
}
@media screen and (max-width:1700px) {
/*.sec02_con > img {
	width: 65vw;
	object-fit: contain;
	object-position: center;
}*/

	.pc_tel {
		display: none;
	}
	.mid_tel {
		display: flex;
		width: 80%;
	}

}

.wrap_slt {
    display: inline-block;
    margin-right: 10px;
}


