/* 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: #92B0CC;*/
/*   color: #fff*/
/*}*/

/*::-moz-selection {*/
/*   background: #92B0CC;*/
/*   color: #fff*/
/*}*/

/*::-webkit-selection {*/
/*   background: #92B0CC;*/
/*   color: #fff*/
/*}*/

body {
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/*a.logo img {*/
/*	vertical-align: inherit;*/
/*}*/

/*.hbnnr_x1 {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 40px;*/
/*	background-color: #3b434c;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	padding-left: 300px;*/
/*	gap: 0;*/
/*	z-index: 999999999999999;*/
/*}*/

/*.hbnnr_x1 .hbnnr_item_x1 {*/
/*	font-size: 13px;*/
/*	flex: 0 0 120px;*/
/*	height: 40px;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	!*font-weight: 100;*!*/
/*}*/

/*.hbnnr_x1 .item1 {*/
/*	background-color: #0f6f6f;*/
/*}*/
/*.hbnnr_x1 .item2 {*/
/*	background-color: #037e8e;*/
/*}*/
/*.hbnnr_x1 .item3 {*/
/*	background-color: #0194a8;*/
/*}*/




/* 헤더 */
.header {
	/*padding-top: 80px !important;*/
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width:1280px;
	height: 110px;
	background-color:transparent !important;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
}

.header:hover,
.header.w {
	/*background-color:#fff;*/
	/*border-bottom: 1px solid #eee;*/
}


.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 150px;
	/*border-bottom: 1px solid #eee;*/
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

nav.nav_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 105px;
	text-align:center;
	height: 100%;
	line-height:110px;
	font-size:15px;
}
/*.header .nav li:nth-child(5) {*/
/*	width: 200px;*/
/*}*/

.header .nav li a {
	font-family: 'Pretendard', sans-serif;
	letter-spacing:-1px;
	color :#fff;
	height: 110px;
}

.header .nav li.on a,
.header .nav li a:hover {
	/*color:#077C83;*/
}

.header .tel {
	margin: 0 25px;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 110px;
	left: 0;
	padding: 30px 0;
	height: 235px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	/* right: 430px; */
	font-size: 15px;
	display: flex
;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
}

.header .drop_menu .drop > li {
	width: 105px;
	text-align:center;
}

/*.header .drop_menu .drop > li:nth-child(5) {*/
/*	width: 200px;*/
/*}*/

.header .drop_menu .drop > li a {
	color:#333;
	font-size: 14px;
}

.header .drop_menu .drop > li a:hover {
	/*font-weight: bold;*/
	color: #077C83;
	text-decoration: underline;
	text-decoration-color: #077C83;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px;
}
.floating {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.right_wingbanner {
	position:fixed;
	z-index: 9999999;
	background-color:#0194a8;
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	/*height: calc(var(--vh));*/
	height: 400px;
}

.right_wingbanner li {
	font-size: 0px;
	background-position: center;
	position: relative;
}

.right_wingbanner li.open {
	height: 30vh;
	background-color:#0e1f2c;
	background-image:url('../img/right_wingbanner_open_.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: rgba(255, 255, 255, 0.35);
	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:#0e1f2c;
	position:absolute;
	bottom: 0;
	right: 0;
	background-image:url('../img/top_btn_img.png?new');
	cursor:pointer;
}

.main_f01 .box {
	display: flex;
	width: 130px;
	height: 125px;
	background-color: #0E1F2C;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: auto;
}

.main_f01 .box span:not(.mono) {
	font-family: 'Pretendard', sans-serif;
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
}

.main_f01 .box .mono {
	font-size: 17px !important;
}


.footer {
	padding: 60px 0;
	background-color:#fff;
	user-select: text !important;
}
.footer ul li:after {
	display: none;
}
.footer .row {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer .cp_info {
	text-align: center;
}
.footer .cp_info .logo {
	margin-bottom: 25px;
}

.footer .cp_info li {
	font-size:14px;
	letter-spacing:-1px;
}

.footer .cp_info .copy {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	color: #3c3c3c;
	letter-spacing: 0.1px;
	font-weight: 600;
}
.footer .cp_info .copy b {
	font-weight: 600;
	color: #3c3c3c;
	font-family: 'Pretendard', sans-serif;
}
.footer .bar {
	color: #b5b5b5;
}
.footer .cp_info .copy h3 {
	font-size: 14px;
	display: inline;
	position: relative;
	bottom: 0px;
}
.footer .cp_info .pharases {
	font-size: 14px;
	font-family: 'Pretendard', sans-serif;
	color: #818181;
	margin-top: 20px;
}

.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%;
}


@media screen and (max-width:1600px) {
	.header .row {
		padding: 0 130px 0 60px;
	}
}

.wrap_slt {
    display: inline-block;
    margin-right: 10px;
}

