@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon'); /* font-family: 'Do Hyeon', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); /* font-family: 'Lobster', cursive;  */
@import url('notosanskr.css'); /* 	기본 : font-family: 'Noto Sans KR', sans-serif;	 font-weight:400; 	굵기에 따라 : font-weight만 조정  */
html {
	overflow-x:hidden;
}
body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button {
	margin:0;
	padding:0;
	font-size:14px;
	color: #242424;
	line-height:1.6em;
	font-family:'Noto Sans KR',sans-serif;
	font-weight:400;
	letter-spacing:-0.02em;
}
ul,ol,li {
	margin:0;
	padding:0;
	list-style:none;
}
a,img {
	border:0px;
	vertical-align:middle;
}
a {
	text-decoration:none;
}
strong {
	font-weight:500;
}
*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lview {
}
.sview {
	display:none;
}
.mview {
	display: none;
}
.pc{
	display:block !important;
}
.mo{
	display:none !important;
}
/* 중간기기~작은기기 모바일 상단 */
#mobile_header {
	width:100%;
	height:60px;
	line-height:60px;
	border:0px solid red;
	z-index:999999;
	display:none;
}
#mobile_header .inner {
	display:flex;
	/* top:0;*/
	/* left:0;*/
	z-index:50;
	width:100%;
	height:60px;
	line-height:60px;
	overflow:hidden;
	justify-content:space-between;
	align-content:stretch;
	align-items:center;
}
#mobile_header h1 {
	display:inline-block;
	width:134px;
	padding-top:0;
	padding-left:10px;
	text-align:center;
	/* margin:0 auto;*/
}

#mobile_header h1 img {
	width:100%;
	overflow:hidden;
}
#mobile_header.jbmFixed h1{
	display:flex;
	width: 175px;
	height: 50px;
	background: url('../img/dhlab-logo-hover.png') no-repeat left center;
	background-size: 70%;
	align-items: center;
	margin-left: 10px;
}
#mobile_header.jbmFixed h1 img{display:none}
#mobile_header .m_gnb {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-content:center;
	flex-direction:row;
	align-items:center;
	margin-right:20px;
}
#mobile_header .m_gnb li {
	/* display:flex;*/list-style:none;
	flex-direction:row;
	align-items:center;
	align-content:flex-end;
	justify-content:center;
	flex-wrap:nowrap;
	margin-right:20px;
}
#mobile_header .m_gnb li:last-child {
	margin-right:0
}
#mobile_header .m_gnb li.category a {
	float:left;
	/* position:absolute;*/width:20px;
	height:20px;
	line-height:20px;
	right:15px;
	top:20px;
	font-size:23px;
	color:#0133a0;
}
#mobile_header .m_gnb li.category a:before {
	content:'';
	display:inline-block;
	width:48px;
	height:38px;
	background:url(../img/m_menu.png) no-repeat;
	background-size:50% 50%;
}
#mobile_header .m_gnb li.home a {
	font-size:20px;
	color:#0b769c;
	font-weight:600;
}
#back_cover {
	position:fixed;
	display:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999998;
	opacity:0;
	transition:opacity 0.3s ease;
}
#back_cover.active {
	display:block;
	opacity:1;
}
#sideMenu {
	display:inline;
	position:fixed;
	top:0;
	left: -100%;
	width: 280px;
	height:100%;
	background-color:#fff;
	z-index:9999999;
	transition:left 0.3s ease;
	overflow-y:auto;
}
#sideMenu.active {
	left:0;
}
body.menu-open {
	overflow:hidden;
}
#sideMenu .side_title {
	height:60px;
	line-height:60px;
	background-color: #ffdd00;
	color: #000;
	padding:0 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:1.3em;
	position:sticky;
	top:0;
	z-index:10;
}
#sideMenu .side_title span {
	flex:1;
	text-align:center;
}
#sideMenu .side_title .m_menu_close {
	cursor:pointer;
	font-size:24px;
	transition:transform 0.2s ease;
}
#sideMenu .side_title .m_menu_close:hover {
	transform:rotate(90deg);
}
#sideMenu .navi_bg {
	width:100%;
}
#sideMenu .nav {
	width:100%;
	margin:0 auto;
	padding:0;
	padding-bottom:30px;
	list-style:none;
	box-sizing:border-box;
	overflow:auto;
	height:500px;
}
#sideMenu .nav ul {
	width:100%;
	margin:0;
	padding:0;
}
#sideMenu .subnav1 {
	list-style:none;
	padding:0;
	margin:0;
}
#sideMenu .navi_set {
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #e0e0e0;
}
#sideMenu .navi_set .menu_title {
	display:flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	font-size:1.1em;
	height:50px;
	padding:0 20px;
	background-color:#fff;
	color:#333;
	cursor:pointer;
	transition:background-color 0.2s ease;
	border-bottom:1px solid #f5f5f5;
}
#sideMenu .navi_set .menu_title:hover {
	background-color:#f8f8f8;
}
#sideMenu .navi_set .menu_title span {
	font-weight:500;
}
#sideMenu .navi_set .menu_title i {
	font-size:18px;
	transition:transform 0.3s ease;
	color:#333;
	font-weight:900;
	margin-right:5px;
}
#sideMenu .navi_set.open .menu_title {
	background-color:#f0f0f0;
	font-weight:600;
}
#sideMenu .navi_set.open .menu_title i {
	transform:rotate(180deg);
	color:#0b769c;
}
#sideMenu .navi_set .subnav {
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	background-color:#fafafa;
}
#sideMenu .navi_set .subnav li {
	list-style:none;
	border-bottom:1px solid #e8e8e8;
}
#sideMenu .navi_set .subnav li:last-child {
	border-bottom:none;
}
#sideMenu .navi_set .subnav li a {
	display:block;
	width:100%;
	height:42px;
	line-height:42px;
	font-size:0.95em;
	text-align:left;
	color:#555;
	cursor:pointer;
	padding:0 20px 0 35px;
	background-color:#fafafa;
	transition:all 0.2s ease;
}
#sideMenu .navi_set .subnav li a:hover {
	color:#0b769c;
	background-color:#e8f4f8;
	padding-left:40px;
}
#gnba {
	background-color:#666;
	text-align:center;
	padding:10px 0;
}
#gnba i {
	color:#fff;
	font-size:30px;
}
#gnba a {
	color:#fff;
	text-align:center;
	font-size:0.85em;
	padding:5px 10px;
	margin:0 2px;
	background:#C53428;
	border-radius:3px;
}
#gnba a:hover {
	background:#fff;
	color:#000;
}
.jbmFixed {
	position:fixed !important;
	top:0;
	left:0;
}
.jbmFixed .inner {
	border-bottom: 0px solid #ddd !important;
}
/* 큰기기 PC 상단 */
#header_wrap {
	width:100%;
	/* overflow-x:hidden; */
	/* height:80px; */
}
.wrap_box {
	position:relative;
	width:100%;
	max-width:1400px;
	margin:0 auto;
	background:none;
	z-index: 5000;
}
.wrap_box h1.logo_a a img {
	display:inline;
	margin-top:-8px;
}
.main .wrap_box h1.logo_a a img.main {
	display:block;
	margin-top:18px;
}
.main .wrap_box h1.logo_a a img.main_o {
	display:none
}
.main .header_on .wrap_box h1.logo_a a img.main {
	display:none
}
.main .header_on .wrap_box h1.logo_a a img.main_o {
	display:block;
	margin-top:18px;
}
.sub .wrap_box h1.logo_a a img.sub {
	display:block;
	margin-top:18px;
}
.sub .wrap_box h1.logo_a a img.sub_o {
	display:none
}
.sub .header_on .wrap_box h1.logo_a a img.sub {
	display:none
}
.sub .header_on .wrap_box h1.logo_a a img.sub_o {
	display:block;
	margin-top:18px;
}
.main #gnbb a {
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height: 78px;
	padding:5px 10px;
	font-weight:600;
	/* margin:8px 0 0 0;*/
	/* background-color:#555;*/
}
.main #gnbb a:hover {
	opacity:0.7
}
.main #gnbb a.btn_b01,.btn_b01 {
	position: relative;
	color:#fff;
}
.main .header_on #gnbb a.sch_c:before{
	content:'';
	position: absolute;
	top: 10px;
	left: -13px;
	width:20px;
	height:20px;
	background: url(../img/ico_search.png) no-repeat;
}
.main #gnbb a.sch_c:before{
	content:'';
	position: absolute;
	top: 10px;
	left: -13px;
	width:20px;
	height:20px;
	background: url(../img/ico_search_main.png) no-repeat;
}
.main .header_on #gnbb .sch_c:before{
	content:'';
	position: absolute;
	top: 8px;
	width:20px;
	height:20px;
	background: url(../img/ico_search_main.png) no-repeat;
}

.main #gnbb a.btn_b01:hover,.btn_b01:hover {
	opacity:0.7
}
.main .jbFixed .wrap_box h1.logo_a a img.main {
	display:none !important;
}
.main .jbFixed .wrap_box h1.logo_a a img.main_o {
	display:block !important;
	margin-top:18px;
}
.main .header_on #gnbb a,.main .jbFixed #gnbb a {
	color:#696868
}
.main #header {
	background:transparent;
}
.main .header_on .header_line{
	border-bottom:1px solid #ddd !important;
}
.main #header .header_line {
	border-bottom:none;
}
.main .jbFixed .header_line {
	border-bottom:1px solid #ddd !important;
}
.main #lnb .lnb_wrap>ul>li>a {
	color:#fff
}

/* 메인 & 서브 페이지에서 lnb 호버 시 header_in 배경 흰색 */
#header_wrap.main:has(#lnb:hover) .header_in,
#header_wrap.sub:has(#lnb:hover) .header_in {
	position: relative;
	background: #fff;
	/* transition: background 0.4s ease; */
	z-index: 6000;
}

/* 메인 페이지에서 lnb 호버 시 메뉴 텍스트 색상 변경 */
#header_wrap.main #lnb:hover .lnb_wrap>ul>li>a {
	color: #000;
	transition: color 0.3s ease;
}

/* 메인 페이지에서 lnb 호버 시 로고 전환 */
#header_wrap.main:has(#lnb:hover) .wrap_box h1.logo_a a img.main {
	display: none;
}

#header_wrap.main:has(#lnb:hover) .wrap_box h1.logo_a a img.main_o {
	display: block;
	margin-top: 18px;
}

/* 서브 페이지에서 lnb 호버 시 로고 전환 */
#header_wrap.sub:has(#lnb:hover) .wrap_box h1.logo_a a img.sub {
	display: none;
}

#header_wrap.sub:has(#lnb:hover) .wrap_box h1.logo_a a img.sub_o {
	display: block;
	margin-top: 18px;
}

.main .jbFixed .header_in #lnb .lnb_wrap>ul>li.current>a,#lnb .lnb_wrap>ul>li.actived>a {
	color:#ffdd00;
}
.main .jbFixed .header_in #lnb .lnb_wrap>ul>li.current>a>span,#lnb .lnb_wrap>ul>li.actived>a>span {
	background:#ffdd00;
}
.main .jbFixed .header_in #lnb .lnb_sub li a {
	display:block;
	color:#000;
	padding:0;
	margin:0 0 2px 0;
	height:30px;
	line-height:30px;
	font-size:1em;
	letter-spacing:-1.5px;
}
.main .jbFixed .header_in #lnb .lnb_sub li a:hover {
	display:block;
	color:#ffdd00;
	font-weight:400;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:80px;
	background-color:#fff;
	z-index:500 !important;
	height:80px;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#header h1 {
	position:absolute;
	display:block;
	line-height:80px;
	top: 0px;
	left:0;
	transition:all .3s ease-in-out;
	background:none;
}
.main .jbFixed #header .header_line {
}
#header .header_line {
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	height:80px;
	border-bottom:1px solid rgba(0,0,0,0.08);
}
#header.header_on {
	height:750px !important;
	background:#fff;
	border-bottom: 1px solid #ddd
}
/* 메뉴 배경의 높이를 입력합니다.*/
#header.header_on #lnb .lnb_wrap>ul>li>a {
	color:#000
}
#header.header_on #lnb .lnb_wrap>ul>li>a:hover {
	color:#ffdd00
}
#lnb {
	position:relative;
	width:auto;
	display:flex;
	max-width: 1000px;
	line-height:80px !important;
	background:none;
	margin:0 auto;
	margin-right: 12%;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction:column;
}
#lnb:hover .lnb_wrap {
	height: 760px;
}
/*메뉴의 높이를 입력합니다.*/
#lnb .lnb_wrap {
	position:relative;
	overflow:hidden;
	width:100%;
	height:80px;
	min-height:80px;
	/* transition: 0.3s all ease; */
	/* -webkit-transition: 0.3s all ease; */
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#lnb .lnb_wrap>ul {
	width:100%;
	display: inline-flex;
	padding-left: 40px;
	gap: 20px;
	justify-content: space-between;
}
#lnb .lnb_wrap>ul>li {
	display: flex;
	flex-direction: column;
}
#lnb .lnb_wrap>ul>li>a {
	display: flex;
	width:100%;
	padding: 0 6px 3px;
	font-size:1.25em;
	font-weight:600;
	color:#000;
	height:80px;
	/* line-height:80px; */
	border-bottom:0px solid rgba(255,255,255,0);
	align-items: center;
	justify-content: center;
}
#lnb .lnb_wrap>ul>li.current>a,#lnb .lnb_wrap>ul>li.actived>a {
	color: #000;
	width:100%;
	margin:0 auto;
	border-bottom:3px solid #ffdd00;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#lnb .lnb_wrap>ul>li:last-child {
	/* display:none */
}
#lnb .lnb_sub {
	margin-top:10px;
	text-align:center;
}
#lnb .lnb_sub li{
	display: flex;
	/* width: auto; */
	justify-content: flex-start;
}
#lnb .lnb_sub li a {
	display: inline-flex;
	width: auto;
	color:#555;
	padding:0;
	margin: 0 0 2px 0px;
	height:30px;
	line-height:30px;
	font-size:1em;
	letter-spacing:-1.5px;
	justify-content: flex-start;
}
#lnb .lnb_sub li a:hover {
	display: inline-flex;
	color:#000;
	font-weight: 600;
	border-bottom: 2px solid #ffdd00;
	justify-content: flex-start;
}
#gnbb {
	position:absolute;
	top:0;
	right:0;
}
#gnbb ul{
    display: block;
    width: 100%;
}
#gnbb ul li{
    float: left;
    line-height: 73px;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    /* justify-content: space-between; */
    /* align-items: center; */
}
#gnbb i {
	font-size:0.85em;
}
#gnbb a {
	color:#000;
	text-align:center;
	font-size:14px;
	line-height:80px;
	padding:6px 10px;
	font-weight:600;
	/* margin:8px 0 0 0;*//* background-color:#555;*/
}
#gnbb a:hover {
	opacity:0.7
}
#gnbb a.btn_b01,.btn_b01 {
	display:inline-block;
	color:#000;
	text-decoration:none;
	vertical-align:middle;
	line-height: 28px;
	border:0;
	background:transparent;
}
#gnbb a.btn_b01,.btn_b01:hover {
	/* color:#0b769c;*/
}
#gnbb a.sch_c:before{
	content:'';
	position: absolute;
	top: 10px;
	left: -13px;
	width:20px;
	height:20px;
	background: url(../img/ico_search.png) no-repeat;
}
#gnbb .btn_b01:hover,.btn_b01:hover {
	opacity:0.7
}
#gnbb a.btn2 {
	color:#fff;
	text-align:center;
	font-size:0.85em;
	line-height:80px;
	padding:5px 10px;
	margin:0px;
}
#gnbb a.btn2:hover {
	background:#000;
	color:#fff;
}
.jbFixed {
	min-height:auto !important;
}
.jbFixed .header_in {
	position:fixed !important;
	top:0px;
	width:100% !important;
	background:rgba(255,255,255,1);
	border-bottom:1px solid rgba(0,0,0,0.08);
}
.jbFixed .header_in .header_line {
	height:80px !important;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
/*스크롤시 상단메뉴의 높이를 좁히는 값 60px 입력합니다.*/
.jbFixed .header_in #lnb {
	margin-top:0;
}
.jbFixed .header_in #lnb:hover .lnb_wrap {
	height: 750px;
}
/*메뉴의 높이를 입력합니다.*/
.jbFixed .header_in #lnb .lnb_wrap {
	height:80px;
	min-height:80px;
}
.jbFixed .header_in #lnb .lnb_wrap>ul>li>a {
	height:80px;
	line-height:80px;
	color:#000;
}
.jbFixed .header_in #lnb .lnb_wrap>ul>li.current>a,#lnb .lnb_wrap>ul>li.actived>a {
	color:#ffdd00;
}
.jbFixed .header_in #lnb .lnb_wrap>ul>li.current>a>span,#lnb .lnb_wrap>ul>li.actived>a>span {
	background:#ffdd00;
}
.jbFixed .header_in #lnb .lnb_sub li a {
	display: inline-flex;
	width: auto;
	color: #555;
	padding:0;
	margin: 0 0 2px 0px;
	height:30px;
	line-height:30px;
	font-size:1em;
	letter-spacing:-1.5px;
	justify-content: flex-start;
}
.jbFixed .header_in #lnb .lnb_sub li a:hover {
	display:block;
	color:#000;
	font-weight:600;
}
.jbFixed .header_in #gnbb a {
	height: 80px;
	line-height: 70px !important;
}
.jbFixed .header_in #gnbb a:hover {
	opacity:0.7;
}
.jbFixed .header_in #gnbb a.sch_c:before {
	content:'';
	position:absolute;
	top: 31px;
	left: -11px;
	width:21px;
	height:21px;
	background:url(../img/ico_search.png) no-repeat;
}
.main .jbFixed .header_in #gnbb a.btn_login:before,.main .header_on #gnbb a.btn_login:before{
	content:'';
	position:absolute;
	top: 32px;
	width:21px;
	height:21px;
	background:url(../img/ico_login.png) no-repeat;
}
.jbFixed .header_in #gnbb a.btn_login:before {
	content:'';
	position:absolute;
	top: 34px;
	width:21px;
	height:21px;
	/* background:url(../img/ico_login.png) no-repeat; */
}
.jbFixed .header_in #gnbb a.btn2 {
	color:#fff;
	text-align:center;
	font-size:0.85em;
	line-height:80px;
	padding:5px 10px;
	margin:0 1px;
	border-radius:0px;
}
.jbFixed .header_in #gnbb a.btn2:hover {
	opacity:0.7;
}
.jbFixed .header_in h1 {
	height:80px;
	line-height:80px !important;
}
.jbFixed .header_in h1 img {
	width:100%;
	transition:all .3s ease-in-out;
}

/* jbFixed 시 로고 전환 (메인 페이지) - 우선순위 높임 */
.jbFixed .wrap_box h1.logo_a a img.main {
	display: none !important;
}
.jbFixed .wrap_box h1.logo_a a img.main_o {
	display: block !important;
	margin-top: 18px;
}

/* jbFixed 시 로고 전환 (서브 페이지) - 우선순위 높임 */
.jbFixed .wrap_box h1.logo_a a img.sub {
	display: none !important;
}
.jbFixed .wrap_box h1.logo_a a img.sub_o {
	display: block !important;
	margin-top: 18px;
}
select:disabled {
	background: none
}
.s_menu {
	padding:0;
	line-height:32px;
	font-size:1.0rem;
	font-weight:500 !important;
	width: 100%;
	border:none;
	height:51px;
	margin-top:-6px;
	-webkit-appearance:none;
	/* for chrome */
	-moz-appearance:none;
	/*for firefox*/
	appearance:none;
	color: #ffdd00 !important;
}
.bo_sch_wrap {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
.bo_sch_wrap1 {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999
}
.bo_sch {
	position:absolute;
	top:50%;
	left:50%;
	background:#fff;
	text-align:left;
	width:400px;
	max-height:300px;
	margin-left:-146px;
	margin-top:-180px;
	overflow-y:auto;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);
	box-shadow:1px 1px 18px rgba(0,0,0,0.2);
	border:1px solid #dde7e9;
	background:#fff;
	border-radius:3px;
}
.bo_sch:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:""
}
.bo_sch h3 {
	padding:15px;
	border-bottom:1px solid #e8e8e8;
	font-size:36px;
}
.bo_sch legend {
	background:red
}
.bo_sch form {
	padding:15px;
	display:block
}
.bo_sch select {
	border:0;
	width:100%;
	height:40px;
	border:1px solid #d0d3db;
	padding:8px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.bo_sch .sch_bar {
	display:inline-block;
	width:100%;
	clear:both;
	margin-top:15px;
	/* border:1px solid #d0d3db;*//* border-radius:2px;*//* -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);*/-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	/* box-shadow:inset 0 1px 1px rgba(0,0,0,.075);*/
}
.bo_sch .sch_input {
	width:250px;
	height:38px;
	border:0;
	padding:10px;
	background-color:transparent;
	float:left;
	color:#757575;
	font-size:20px;
            font-weight: 100;
}
.bo_sch .sch_btn {
	height:38px;
	float:right;
	color:#656565;
	background:none;
	border:0;
	width:40px;
	font-size:15px
}
.bo_sch .bo_sch_cls {
	position:absolute;
	right:0;
	top:0;
	color:#b5b8bb;
	border:0;
	padding:12px 15px;
	font-size:39px;
	background:#fff;
}
.bo_sch_bg {
	background:#000;
	background:rgba(0,0,0,0.7);
	width:100%;
	height: 100%
}
/* 인덱스 */
#container {
	width:100%;
	margin:0;
	padding:0;
	z-index:1;
	background:#fff;
	margin-top:0px;
}
#main_visual {
	clear:both;
	position:relative;
	text-align:center;
	width:100%;
	padding:0;
	margin:0px auto;
	overflow:hidden;
	margin-top:-80px;
	margin-bottom:0;
}
#main_visual:after {
	content:"";
	display:block;
	clear:both;
}


#bgndVideo1{width:auto;height: 100%;}

#main_visual .swiper-slide {
	width:100%;
	height: 900px;
	padding:0;
	background-color:#000;
	overflow:hidden;
}
#main_visual .swiper-slide div.backgroundimg {
	/* width:auto; */
	/* height:100%; */
	z-index:1;
}
#main_visual .swiper-slide .backgroundimg .mobile_only {
	display:none;
}
#main_visual .swiper-slide .backgroundimg img {
	width: auto;
	height:100%;
}
/* 메인이미지크기조정{width:auto;height: 450px;}*/
#main_visual .hero-text {
	width:100%;
	max-width:1300px;
	height:200px;
	position:absolute;
	top:50%;
	margin-top:-70px;
	left:50%;
	text-align:left;
	z-index:2;
	left:50%;
	transform:translate(-50%,-50%);
}
#main_visual .hero-text h1.lviewa {
	opacity:0;
	font-size:72px;
	color:#fff;
	line-height:1.3em;
	font-weight:700;
	padding-bottom:10px;
	text-align:left;
}
#main_visual .hero-text h1 .color_basic {
	color: #ffdd00;
}
#main_visual .hero-text h3 {
	font-size:30px;
	color: #ffdd00;
}
#main_visual .hero-text h1.sviewa {
	opacity:0;
	font-size:50px;
	color:#fff;
	line-height:1.3em;
	text-shadow:0px 1px 4px #000;
	padding-bottom:10px;
	text-align:left;
}
#main_visual .hero-text p {
	color:#fff;
	font-size:19px;
	word-break:break-all;
	line-height:25px;
}
/* Swiper Parallax Animation - 텍스트 요소 */
#main_visual .animate-item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	will-change: transform, opacity;
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
	            opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* 배경 이미지 - 페이드 전환만 (parallax 제거) */
#main_visual .backgroundimg {
	opacity: 1;
	transition: opacity 1s ease;
}

/* 네비게이션 버튼 초기 숨김 */
#main_visual .swiper-button-next,
#main_visual .swiper-button-prev {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#main_visual .swiper-container:hover .swiper-button-next,
#main_visual .swiper-container:hover .swiper-button-prev {
	opacity: 1;
}
#main_visual .hero-text div {
	text-align:left;
	opacity:0;
	margin-top:20px;
}
#main_visual .hero-text div span {
	display:inline-block;
	padding:14px 24px;
	margin:10px auto;
	border:1px solid #fff;
}
#main_visual .hero-text div span h2 {
	font-size:15px;
	color:#fff;
	letter-spacing:0.05em;
}
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: 0;
	top:50%;
	margin-top:-25px;
	display:block;
	background:url("../img/visual_prev_on.png") center left no-repeat;
	opacity:0.7;
	width:70px;
	height:70px;
	color:rgba(255,255,255,0);
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 0;
	top:50%;
	margin-top:-25px;
	display:block;
	background:url("../img/visual_next_on.png") center right no-repeat;
	opacity:0.7;
	width:70px;
	height:70px;
	color:rgba(255,255,255,0);
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#main_visual .swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover {
	opacity:1;
}
#main_visual .swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover {
	opacity:1;
}
#main_visual .swiper-pagination-bullet-active {
	background: #ffdd00;
	border:0;
}
.link_bnr {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:2;
}
.link_bnr>div {
	width:100%;
	display:table;
	height:70px;
	box-sizing:border-box;
	border-top:1px solid rgba(255,255,255,0.3);
}
.link_bnr>div a {
	position:relative;
	width:25%;
	padding:8px 10px;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	border-right:1px solid rgba(255,255,255,0.3);
	background-color:rgba(0,0,0,0.4);
	background-position:95% center;
	transition:all 0.55s;
}
.link_bnr>div a:last-child {
	border-right:0;
}
.link_bnr>div a span {
	font-size:1.15em;
	line-height:1.4em;
}
.link_bnr>div a:hover {
	background:url('../img/btn_view.png') no-repeat;
	background-color:rgba(0,0,0,1);
	background-position:90% center;
	transition:all 0.55s;
}
#pro_wrap {
	width:100%;
	margin:0px auto;
	padding:80px 0;
	padding-bottom:50px;
}
#pro_wrap:after {
	content:"";
	display:block;
	clear:both;
}
#pro_area {
	width:100%;
	max-width:1200px;
	margin:0px auto;
}
#pro_area .con_title h3 {
	text-align:center;
	font-size:2.8em;
	line-height:50px;
	color:#000;
	font-weight:700;
	padding:0 10px;
	margin:0px auto;
}
#pro_tab {
	position:relative;
	width:100%;
	max-width:1520px;
	margin:40px auto;
}
#pro_tab:after {
	content:"";
	display:block;
	clear:both;
}
#pro_tab .tab {
	width:90%;
	text-align:center;
	font-size:0;
	margin:0 auto;
	text-align:center;
}
#pro_tab .tab:after {
	content:"";
	display:block;
	clear:both;
}
#pro_tab .tab li {
	display:inline-block;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	background:#fff;
	overflow:hidden;
}
#pro_tab .tab a {
	display:block;
	text-align:center;
	padding:10px 20px;
	box-sizing:border-box;
	color:#333;
	font-size:1em;
}
#pro_tab .tab li:first-child {
	border-left:1px solid #ddd;
}
#pro_tab .tab li.on a {
	background:#C53428;
	color:#fff;
}
#pro_tab li {
	position:relative;
}
#pro_tab div li a {
	display:inline-block;
	margin-right:0px;
	font-size:0.9em;
	color:#333;
}
#pro_tab>div {
	display:none;
	padding:0;
}
#pro_tab .active {
	display:block;
	margin-top:0px;
	padding:0px;
}
#pro_tab .pro_list {
	z-index:0;
	width:100%;
	max-width:1520px;
	text-align:center;
	margin:40px auto;
	overflow:hidden;
}
#pro_tab .pro_list:after {
	content:"";
	display:block;
	clear:both;
}
#pro_tab .pro_list>ul {
	width:100%;
	font-size:0;
	list-style:none;
	margin-bottom:0px;
	padding:0;
	overflow:hidden;
}
#pro_tab .pro_list>ul>li {
	display:inline-block;
	width:23%;
	margin-left:1%;
	margin-right:1%;
	padding-bottom:0px;
	text-align:center;
}
#pro_tab .pro_list>ul>li>a {
	width:100%;
}
#pro_tab .pro_list>ul>li>a>div>img {
	width:100%;
	border:1px solid #EEE;
	box-sizing:border-box;
	cursor:pointer;
}
#pro_tab .pro_list>ul>li>a>p {
	display:block;
	height:30px;
	width:90%;
	margin:0 auto;
	margin-top:20px;
	font-size:1.5em;
	font-weight:500;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden
}
#pro_tab .pro_list>ul>li>a>div.text {
	display:block;
	width:90%;
	margin:0 auto;
	height:30px;
	margin-top:10px;
	margin-bottom:0px;
	color:#777;
	border:0px solid red;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}
#pro_tab .pro_zoom {
	position:relative;
	top:0;
	width:100%;
	height:100%;
	margin:0;
	overflow:hidden;
}
#pro_tab .pro_zoom img {
	width:100%;
	transition:transform 1s;
	-webkit-transition:-webkit-transform 1s;
}
#pro_tab .pro_list>ul>li>a>p>span.new_icon {
	display:inline-block;
	line-height:1em;
	color:#fff;
	background-color:#2E5A98;
	padding:1px 5px 1px 3px;
	font-size:0.6em !important;
}
#pro_tab .pro_list>ul>li>a>p>span.hot_icon {
	display:inline-block;
	line-height:1em;
	color:#fff;
	background-color:#C53629;
	padding:1px 5px 1px 3px;
	font-size:0.6em !important;
}
.content_copy {
	display:none
}
#m_bnr {
	width:100%;
}
#m_bnr:after {
	content:'';
	display:block;
	clear:both;
}
#m_bnr .m_bnr_box {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	width:33.33333%;
}
#m_bnr .m_bnr_box:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
}
#m_bnr .m_bnr_box img {
	display:block;
	width:100%;
	height:100%;
	transition:all .8s ease;
}
#m_bnr .m_bnr_box:hover img {
	transform:scale(1.1);
}
#m_bnr .m_bnr_box:hover:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-color:rgba(0,0,0,.2);
}
#m_bnr .m_bnr_box .txt_area {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	width:270px;
	text-align:center;
}
#m_bnr .m_bnr_box .txt_area p.t1 {
	color:#fff;
	font-size:2em;
	margin-bottom:14px;
	font-weight:bold;
	white-space:nowrap;
}
#m_bnr .m_bnr_box .txt_area .btn_go {
	display:block;
	vertical-align:middle;
	font-size:1.15em;
	color:#fff;
}
#m_bnr .m_bnr_box .txt_area .btn_go i {
	font-size:1em;
	color:#fff;
	transition:0.3s all ease;
}
#m_bnr .m_bnr_box:hover .txt_area .btn_go i {
	margin-left:10px;
	transition:0.3s all ease;
}
#rolling_box {
	position:relative;
	width:100%;
	min-width:320px;
	padding:100px 0 150px 0;
	margin:0 auto;
}
#rolling_box .con_title h3 {
	text-align:center;
	font-size:2.8em;
	line-height:50px;
	color:#000;
	font-weight:700;
	padding:0 10px;
	margin:0px auto;
}
#rolling_box .con_title p {
	display:block;
	text-align:center;
	font-size:1.15em;
	color:#666;
	padding:0 10px;
	margin:10px 0 50px 0;
}
#rolling_box .swiper-wrapper2 {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
#rolling_box .swiper-container2 {
	width:100%;
	max-width:1500px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#rolling_box .swiper-container2 .swiper-slide {
	position:relative;
	width:380px;
	padding:0;
	margin:0;
	overflow:hidden;
	box-sizing:border-box;
}
#rolling_box .swiper-container2 .swiper-slide a {
	width:100%;
	display:block;
}
#rolling_box .swiper-container2 .swiper-slide img {
	width:380px;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox {
	position:relative;
	top:-50px;
	width:94%;
	height:60px;
	line-height:60px;
	padding:0 20px;
	background-color:#fff;
	margin:0 auto;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	font-size:1.2em;
	color:#000;
}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt {
	display:block;
	overflow:hidden;
	font-size:1em;
	color:#555;
	line-height:1.5em;
	text-align:center;
}
#rolling_box .swiper-btn-wrap {
	position:relative;
	top:50px;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background:none;
}
#rolling_box .swiper-pagination2 {
	text-align:center;
}
#rolling_box .swiper-pagination-bullet {
	width:15px;
	height:15px;
	margin:0 3px;
	background-color:#fff;
	border:1px solid #333;
}
#rolling_box .swiper-pagination-bullet-active {
	background-color:#333;
	border:0;
}
#online {
	clear:both;
	position:relative;
	top:0;
	width:100%;
	max-width:1980px;
	margin:0px auto;
	background:url('../img/online_back.jpg') no-repeat 50% 50%;
	background-size:cover;
}
#online:after {
	content:"";
	display:block;
	clear:both;
}
#online .online_con {
	width:100%;
	height:350px;
}
#online .online_con div.blind {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
}
#online .online_area {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	padding-top:70px;
}
#online .online_area p {
	font-size:2.5em;
	color:#fff;
	margin-bottom:15px
}
#online .online_area span {
	display:block;
	padding-bottom:20px;
	font-size:1.3em;
	font-weight:300;
	line-height:24px;
	color:#fff;
	opacity:1;
}
#online .online_area a {
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:1.2em;
	color:#fff;
	background-color:transparent;
	border:1px solid #fff;
	margin:20px auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
#online .online_area a:hover {
	color:#fff;
	background-color:#C53428;
	border:1px solid #C53428;
}
#comm_wrap {
	width:100%;
	min-width:320px;
	max-width:1500px;
	padding:100px 0;
	margin:0 auto;
	overflow:hidden;
}
#comm_wrap:after {
	content:"";
	display:block;
	clear:both;
}
#comm_wrap .con_title h3 {
	text-align:center;
	font-size:2.8em;
	line-height:50px;
	color:#000;
	font-weight:700;
	padding:0 10px;
	margin:0px auto;
}
#comm_wrap .con_title p {
	display:block;
	text-align:center;
	font-size:1.15em;
	color:#666;
	padding:0 10px;
	margin:10px 0 50px 0;
}
#comm_wrap .comm_01 {
	float:left;
	width:30%;
}
#comm_wrap .comm_02 {
	float:left;
	width:30%;
	margin:0 5%;
}
#comm_wrap .comm_03 {
	float:right;
	width:30%;
}
#comm_wrap .comm_area {
	width:100%;
}
#comm_wrap .comm_tit {
	width:100%;
	padding:0 0;
	margin:0 auto;
	border-bottom:1px solid #000;
}
#comm_wrap .comm_tit a {
	position:relative;
	display:table;
	height:70px;
}
#comm_wrap .comm_tit a p {
	display:table-cell;
	vertical-align:middle;
	width:100vw;
	height:100%;
	font-size:1.85em;
	line-height:1.4em;
	color:#000;
	font-weight:700;
	margin-bottom:20px;
	background:url('../img/btn_view2.png')no-repeat 100% 50%;
}
#comm_wrap .notice_area {
	width:100%;
	height:auto;
	padding:0;
	overflow:hidden;
	box-sizing:border-box;
	margin-top:20px;
}
#comm_wrap .notice_area .notice_list {
	width:100%;
}
#comm_wrap .notice_area .notice_list li {
	position:relative;
	width:100%;
	background:#fff;
	margin-bottom:10px;
}
#comm_wrap .notice_area .notice_list li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#comm_wrap .notice_area .notice_list li a>strong {
	display:inline-block;
	float:left;
	width:80px;
	font-size:1em;
	color:#aaa;
	font-weight:400;
	text-align:center;
	padding:10px;
	background:#f5f5f5;
	overflow:hidden;
}
#comm_wrap .notice_area .notice_list li a>strong>em {
	display:block;
	color:#222;
	font-size:1.5em;
	font-style:normal;
	text-align:center;
	margin-bottom:8px;
}
#comm_wrap .notice_area .notice_list li a .txt {
	display:inline-block;
	float:right;
	width:72%;
	margin-top:10px;
}
#comm_wrap .notice_area .notice_list li a .txt>strong {
	display:block;
	font-size:1.2em;
	color:#000;
	font-weight:400;
}
#comm_wrap .notice_area .notice_list li a .txt>span {
	display:block;
	font-size:1em;
	color:#555;
	font-style:normal;
	margin-top:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	width:100%;
	overflow: hidden
}
/* 하단 */
#footer {
	clear:both;
	width:100%;
	margin:0;
	margin-top:30px;
	padding-bottom:30px;
	background:#fff;
	border-top: 1px solid #ebebeb;
}
#footer:after {
	content:"";
	display:block;
	clear:both;
}
#footer .copy_bar {
	width:100%;
}
#footer .copy_bar div {
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
#footer .copy_bar div .copy_menu {
	padding-top:20px;
}
#footer .copy_bar div .copy_menu a {
	color:#fff;
}
#footer .copy_bar div .copy_menu a:hover {
	color:#fd7701;
}
#footer .copy_area {
	position:relative;
	width:100%;
	display:flex;
	max-width:1400px;
	margin:0 auto;
	gap: 60px;
	padding-top:30px;
	justify-content: flex-start;
}
#footer .f-logo {
}
#footer .copyright {
	display: flex;
	width:70%;
	text-align:left;
	padding:0;
}
#footer .copyright p {
	display: flex;
	text-align:left;
	color: #767676;
	gap: 5px;
	align-items: center;
}
#footer .copyright p span {
	display: flex;
	color: #767676;
	margin-right:10px;
	flex-direction: row;
	align-items: center;
}
#footer .copyright p span:after {
	content:'';
	display: flex;
	width: 1px;
	height: 12px;
	background: #767676;
	margin-left: 13px;
	align-items: center;
	margin-top: 2px;
}
#footer .copyright p span.no-line:after{
	display:none;
}
#footer .copyright p.copy {
	margin-top:10px
}
#footer .cs_area {
	position:absolute;
	top:30px;
	right:0;
	width:320px;
	border:1px solid #555;
	padding:20px;
	box-sizing:border-box;
	background:#00329f;
}
#footer .cs_data {
	float:left;
	width:60%;
}
#footer .cs_data .cs_title {
	font-size:18px;
	color:#adff01;
}
#footer .cs_data .cs_title:after {
	display:block;
	content:"";
	width:85%;
	height:1px;
	margin:5px 0;
	background:#4a6ab1;
}
#footer .cs_data .cs_tel {
	font-size:22px;
	color:#fff;
	font-weight:bold;
}
#footer .cs_data .cs_tel a {
	color:#adff01;
}
#footer .cs_info {
	float:left;
	width:40%;
	padding-top:5px;
}
#footer .cs_info span {
	display:block;
	font-size:13px;
	color:#bcdbf9;
	padding:0;
	margin:0;
	height:20px;
	line-height:20px;
}
#footer .familysite {
	position:relative;
	width:175px;
	padding-left:10px;
	height:45px;
	line-height:45px;
	border:1px solid #ddd;
}
#footer .familysite .depth1 {
}
#footer .familysite .depth2 {
}
#footer .familysite.on .depth1 {
	background:url('../img/arrow_down.png') 90% center no-repeat;
}
#footer .familysite .depth1 {
	display:block;
	width:100%;
	padding-left:10px;
	padding-right:40px;
	background:url('../img/arrow_up.png') 90% center no-repeat;
	color:#656464;
	font-size: 16px;
}
#footer .familysite .depth2 {
	background:#fff;
	display:none;
	position:absolute;
	min-width:175px;
	left:-1px;
	bottom:43px;
	/* right:0;*/
	z-index:999;
	border:1px solid #ddd;
}
#footer .familysite .depth2 li {
	text-align:left;
	padding:5px 20px;
	font-size:16px;
}
#footer .familysite .depth2 li a {
	color:#010101;
	border:none;
}
#footer .copy_sns {
	width:auto;
	/* float:right;*/
}
#footer .copy_sns:after {
	content:"";
	display:block;
	clear:both;
}
#footer .copy_sns li {
	float:left;
	width:40px;
	height:40px;
	margin-left:8px;
}
#footer .copy_sns li:first-child {
	margin-left:0;
}
#footer .copy_sns li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	font-size:1em;
	text-align:center;
	/* line-height:40px;*//* color:#fff;*//* background:#646464;*//* border:1px solid rgba(255,255,255,.3);*//* border-radius:50%;*/transition:all .3s ease-in-out;
}
#footer .copy_sns li a:hover {
	opacity:0.7
}
#footer .copy_sns li.facebook a:hover {
	background:#395796;
	border-color:#395796;
}
#footer .copy_sns li.instagram a:hover {
	background:#c13584;
	border-color: #c13584;
}
/* PC용 퀵메뉴 */
#backtotop {
	position:fixed;
	bottom:35%;
	right:10px;
	z-index:1000;
	display:none;
}
.q-menu nav div {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:1.5em;
	text-align:center;
	background:rgba(0,0,0,0.5);
	margin:10px 0;
	border-radius:100px;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
	-o-transition:0.5s all ease;
}
.q-menu nav div:hover {
	background:#C53428;
}
.q-menu nav div i {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:0.85em;
}
.q-menu nav div a {
	display:inline-block;
	position:relative;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	text-decoration: none;
}
.q-menu nav div a span {
	font-size:0.7em;
	display:inline-block;
	position:absolute;
	top:15%;
	right:70px;
	opacity:0;
	/*화살전체위치*/
	white-space:nowrap;
	padding:5px 8px;
	border-radius:3px 3px;
	background:#C53428;
	color:#fff;
	margin-top:-2px;
	line-height:1em;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-ms-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
}
.q-menu nav a span:before {
	content:'';
	display:block;
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-5px;
	border:5px solid transparent;
	border-left-color: #C53428;
}
/*화살모양*/
.q-menu nav a:after {
	position:absolute;
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:-5px;
	margin-top:-10px;
	top:50%;
	left:50%;
}
.q-menu nav a:hover {
	opacity:1;
}
.q-menu nav a:hover span {
	right:50px;
	opacity:1;
}
.q-menu nav a.active {
	color:#333;
	opacity: 1;
}
/* 서브 */
#sub_visual {
	display:none;
	width:100%;
	height:320px;
	text-align:center;
	background:#e8e9eb;
}
#sub_visual .backgroundimg {
	position:relative;
	width:100%;
	text-align:center;
	margin:0 auto;
	height:320px;
	z-index:0;
}
#sub_visual .visual_area {
	width:100%;
	max-width:1920px;
	height:320px;
	margin:0 auto;
}
#sub_wrapper {
	width:100%;
	max-width: 1400px;
	margin: 60px auto;
}
#sub_wrapper:after {
	content:"";
	display:block;
	clear:both;
}
#sub_menu {
	display:none;
	width:100%;
	margin:0px auto;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/*메뉴가림*/
#sub_menu .sub_tab {
	width:100%;
	max-width:1200px;
	text-align:left;
	margin:0 auto;
}
.sub_location {
	width:100%;
	max-width:1500px;
	height:50px;
	font-size:0;
	background:#fff;
	margin:0 auto;
}
.sub_location>div {
	font-size:0;
}
.sub_location>div .cen {
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.sub_location>div .cen i {
	color:#000;
	font-size:1.2em;
}
.sub_location ul {
	width:100%;
	max-width:1500px;
	padding:0;
	margin:0;
	display:inline-block;
	width:220px;
	border-right:1px solid #ddd;
	vertical-align:top;
	box-sizing:border-box;
}
.sub_location ul:first-child {
	border-left:1px solid #ddd;
}
.sub_location ul li {
	position:relative;
	width:100%;
}
.sub_location ul li span {
	display:block;
	padding:0 15px;
	line-height:50px;
	font-size:1.2em;
	color:#000;
	background:url('../img/icnLocaArr.png') 90% center no-repeat;
	cursor:pointer;
}
.sub_location ul.on li span {
	background:url('../img/icnLocaArr1.png') 90% center no-repeat;
}
.sub_location ul li a {
	width:100%;
	display:block;
	padding:8px 15px;
	color:#0033a0;
}
.sub_location ul li a:hover {
	color:#fff;
	background:#0b769c;
	box-sizing:border-box;
}
.sub_location ul ul {
	display:none;
	position:absolute;
	top: 52px;
	left:-1px;
	padding:0px 0;
	background:#fff;
	border:1px solid #ddd;
	border-top:none;
	z-index:999998;
	width: calc(100% + 2px) !important;
}
.sub_location ul.on li ul {
	display:block;
}
.sub_location ul.dep2 li span {
	color:#0b769c;
	font-weight:500;
}
.sub_location ul.dep2 ul {
	width:180px;
}
.page_tit{
	padding: 62px 0 20px;
	border-bottom: 1px solid #ebebeb;
}
.page_tit_inner{
	
}
.page_tit_inner h2{
	font-size: 48px;
	font-weight: 500;
	color: #242424;
}
.page_tit_inner p{
	font-size: 17px;
}
#sub_tit {
	max-width:1400px;
	margin:0px auto;
	height: 60px;
	border:0px solid red;
}
#sub_tit .path {
	padding: 10px 0;
	margin-left: 0;
}
#sub_tit .path li {
	display: flex;
	text-align:center;
	font-size:14px;
	padding: 0 8px 0 0px;
	margin:0;
	color:#999;
	background:url('../img/ico_path.gif') no-repeat left center;
	line-height:14px;
	flex-direction: row;
	justify-content: center;
}

#sub_tit .path li a span.ic-home {
	display: flex;
	padding:0;
	cursor:pointer;
}
#sub_tit .path li a span.ic-home i {
	background: url('../img/icon_home.png')no-repeat center;
	display:inline-block;
	width:11px;
	height:11px;
	vertical-align:text-top;
}
#sub_tit .path__list{
	display: flex;
	align-items: center;
	/* margin-bottom: 20px; */
}
#sub_tit .path li:first-child{
	background:none;
}
#sub_tit .path li.path__select--depth2,#sub_tit .path li.path__select--depth3 {
	background:none;
}
#sub_tit .path li:last-child {
	color:#999;
	font-weight:500;
}

/* 커스텀 드롭다운 스타일 */
#sub_tit .path__dropdown {
	position: relative;
	background: none;
}
#sub_tit .path__dropdown-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
}
#sub_tit .path__dropdown-btn.is-final {
	font-weight: 700;
	color: #000;
}
#sub_tit .path__dropdown-btn:hover {
	background: #f8f8f8;
	border-color: #999;
}
#sub_tit .path__dropdown-btn i {
	font-size: 10px;
	transition: transform 0.2s;
	color: #666;
}
#sub_tit .path__dropdown.is-open .path__dropdown-btn i {
	transform: rotate(180deg);
}
#sub_tit .path__dropdown.is-open .path__dropdown-btn {
	border-color: #333;
	background: #f0f0f0;
}
#sub_tit .path__dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 180px;
	max-height: 400px;
	overflow-y: auto;
	margin-top: 4px;
	padding: 8px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
	z-index: 100;
	list-style: none;
}
#sub_tit .path__dropdown.is-open .path__dropdown-menu {
	display: block;
}
#sub_tit .path__dropdown-menu li {
	padding: 0;
	margin: 0;
	background: none;
}
#sub_tit .path__dropdown-menu a {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	transition: all 0.2s;
	font-size: 14px;
	white-space: nowrap;
}
#sub_tit .path__dropdown-menu a:hover {
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid #ffdd00;
}
#sub_tit .path__dropdown-menu a.is-active {
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid #ffdd00;
}
#sub_tit .title {
	display:none;
	position:relative;
	/* padding-bottom:10px;*/font-size:2.4em;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
}
/*대문자로*/
#sub_tit .title:after {
	/* display:block;*//* content:"";*/width:5%;
	height:3px;
	margin:10px auto;
	/* background:#fff;*/
}
#sub_tit .normal_txt {
	display:none;
	margin:0px 0;
	/* font-size:1.2em;*/color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:1.6;
	word-break:keep-all;
	font-family:'Noto Sans KR',sans-serif;
}
#sub_tit .normal_txt .color1 {
	color:#fd7701;
}
#sub_tit .path li .p_menu {
	border:none;
	width:auto;
	line-height:14px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	margin-top:-6px;
}
#sub_tit .path .path__list::after {
	content:"";
	display:block;
	clear:both;
}
#sub_tit .path li.path__select select.path__control {
	border:none;
	background: transparent url('../img/icnLocaArr.png') no-repeat right 10px;
	padding-right:20px;
	padding-left:0;
	font-size:14px;
	line-height: 1.2;
	color:#333;
	min-width: 150px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer;
	padding: 4px 6px;
}
#sub_tit .path li.path__select select.path__control:focus {
	outline:0px solid #f5c400;
}
#sub_tit .path li.path__select[hidden] {
	display:none;
}
#sub_tit .path li.path__select.is-active select.path__control {
	font-weight:700;
	color:#111;
	background-image:url('../img/icnLocaArr_on.png');
	padding: 4px 20px 4px 10px;
}
.scontents {
	width:100%;
	max-width:1400px;
	height:100%;
	margin:0px auto;
	padding:30px 0 100px 0;
	FONT-VARIANT:JIS83;
}
.scontents:after {
	content:"";
	display:block;
	clear:both;
}
.scontents .bg_vline {
	display:block;
	width:1px;
	height:0;
	/*background:url('../img/bg_vline.gif') no-repeat center;*/margin:0px auto;
}
.scontents h3.title {
	font-size:2.5em;
	text-align:center;
	margin-top:0px;
}
.scontents .eng {
	display:block;
	/* text-align:center;*/font-size:48px;
	font-weight:500;
	margin:0px 0;
}
.scontents .eng em {
	color:#242424;
	font-style:normal;
}
.scontents .stitle {
	font-size:18px;
	line-height:1.5em;
	/* text-align:center;*/color:#333;
	margin:10px 0 50px 0;
}
.scontents .stitle:after {
	display:block;
	width:100%;
	border-bottom:1px solid #ddd;
	height:30px;
	background-color:red;
}
.tbl {
	width:100%;
	border-top:1px solid #333;
	border-collapse:collapse;
}
.tbl th {
	width:30%;
	background-color:#f2f2f2;
	border-bottom:1px solid #ccc;
	padding:5px 0;
	font-size:0.9em;
	font-weight:normal;
	color:#000;
	text-align:center;
}
.tbl td {
	width:70%;
	border-bottom:1px solid #ccc;
	padding:5px 0;
	text-indent:10px;
	font-size:0.9em;
}
.tba {
	width:100%;
	border-top:1px solid #333;
	border-collapse:collapse;
	background-color:#fff;
}
.tba th {
	width:35%;
	background-color:#f2f2f2;
	border-bottom:1px solid #ccc;
	padding:6px 0;
	font-size:0.9em;
	font-weight:normal;
	color:#000;
	text-align:center;
}
.tba td {
	width:65%;
	border-bottom:1px solid #ccc;
	padding:6px 0;
	text-indent:10px;
	font-size:0.9em;
}
.policy_box {
	border:1px solid #ddd;
	padding:10px;
	height:160px;
	overflow:auto;
}
#footer .copyright p.pc_only {
	display:block
}
#footer .copyright p.mobile_only {
	display: none
}
/* 반응형 중간기기 1300px 사이즈 이하*/
@media (max-width:1300px) {
	 .pc {
		display:block
	}
	.mo {
		display:none
	}
	#main_visual .hero-text {
		height:160px;
		margin-top:-60px;
	}
	#main_visual .hero-text h1.lviewa {
		font-size:2.5em;
	}
	#main_visual .hero-text h1.sviewa {
		font-size:1.2em;
	}
	#main_visual .hero-text span {
		font-size:0.95em;
		padding:5px 12px !important;
	}
	#main_visual .hero-text div {
		margin-top: 15px;
	}
	#sub_wrapper {
    max-width: 100%;
    margin: 10px 2%;
}
}
/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px) {
	.pc {
		display: block;
	}
	.mo {
		display: none;
	}
	.scontents {
		width:96%;
	}
	#container {
		margin-top:0px;
	}
	#footer .copyright p.pc_only {
		display:block
	}
	#footer .copyright p.mobile_only {
		display:none
	}
	#lnb{
	    max-width: 90%;
	    margin: auto;
	}

	#lnb .lnb_wrap {
		position:relative;
		width: 80%;
	}
	#lnb .lnb_wrap>ul {
		display: inline-flex;
		padding-left: 40px;
		gap: 20px;
		justify-content: space-between;
	}
	#lnb .lnb_wrap>ul>li {
		display: flex;
	}
	#lnb .lnb_wrap>ul>li>a {
		display: flex;
		width:100%;
		padding: 0 6px;
		font-size:1.25em;
		font-weight:600;
		color:#000;
		height:80px;
		/* line-height:80px; */
		border-bottom:0px solid rgba(255,255,255,0);
		align-items: center;
		justify-content: center;
	}
	#lnb .lnb_wrap>ul>li.current>a,#lnb .lnb_wrap>ul>li.actived>a {
		color:#ffdd00;
		width:100%;
		margin:0 auto;
		border-bottom:3px solid #ffdd00;
		transition:0.5s all ease;
		-webkit-transition:0.5s all ease;
		-moz-transition:0.5s all ease;
		-ms-transition:0.5s all ease;
		-o-transition:0.5s all ease;
	}
	#lnb .lnb_wrap>ul>li:last-child {
		/* display:none */
	}
	#lnb .lnb_sub {
		margin-top:10px;
		text-align:center;
	}
	#lnb .lnb_sub li a {
		display:block;
		width:110%;
		color:#555;
		padding:0;
		margin:0 0 2px -10px;
		height:30px;
		line-height:30px;
		font-size:1em;
		letter-spacing:-1.5px;
	}
	#lnb .lnb_sub li a:hover {
		display:block;
		color:#ffdd00;
		font-weight:400;
	}
	#lnb .lnb_wrap>ul>li>a {
		padding: 0 15px;
		font-size: 1em;
	}
	#sub_tit {
		margin-left:0;
	}
	#backtotop {
		display: none !important;
	}
	#sub_wrapper {
    margin: 0 2%;
}
}
/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px) {
	.ba_area {
		display:none
	}
	#mobile_header {
		position: sticky;
		top: 0;
		display:block;
		min-width:320px;
	}
	#mobile_header.jbmFixed{
		background:#fff;
	}
	#header_wrap,#gnb_wrap,#gnb_area {
		display:none;
	}
	.lview {
		display:none;
	}
	.sview {
		display:block;
	}
	.pc {
		display:none !important;
	}
	.mo {
		display:block !important;
	}
		#sub_visual {
		margin-top:0px;
	}
	.scontents h3.title {
		text-align:center;
	}
	.scontents .eng {
		/* text-align:center;*/
	}
	.scontents .stitle {
		/* text-align:center;*/
	}
	.scontents {
		width:96%;
	}
	#bgndVideo1{width:auto;/* height:111vw; */}
	#main_visual .hero-text p {
		width:100%;
		font-size:3.3vw;
		letter-spacing:-.2vw;
		line-height:1.5;
	}
	#container {
		margin-top:0px;
		min-height:auto;
	}
	#main_visual .swiper-slide {
		width:100%;
		height: 111vw;
	}
	#main_visual .swiper-slide div.backgroundimg {
		height: 111vw;
	}
	#main_visual .hero-text img {
		width:25%;
	}
	#main_visual .hero-text {
		height:150px;
		margin-top:-50px;
		max-width:90%;
	}
	#main_visual .hero-text h1.lviewa {
		font-size:7vw;
		padding-top:1vw;
		padding-bottom:0;
	}
	#main_visual .hero-text h1.sviewa {
		font-size:6vw;
	}
	#main_visual .hero-text div span h2 {
		font-size:3vw;
	}
	#main_visual .hero-text h3 {
		font-size:3vw
	}
	#main_visual .hero-text span {
		font-size:0.95em;
		padding:5px 12px !important;
	}
	#main_visual .hero-text div {
		margin-top:15px;
	}
	#pro_wrap {
		padding:30px 0px;
		margin-top:0px;
	}
			#comm_wrap {
		padding:50px 5%;
	}
	#comm_wrap .comm_01 {
		width:100%;
	}
	#comm_wrap .comm_02 {
		width:100%;
		margin:5% 0;
	}
	#comm_wrap .comm_03 {
		width:100%;
	}
	#comm_wrap .notice_area .notice_list li a>strong {
		width:25%;
	}
	#comm_wrap .notice_area .notice_list li a .txt {
		width:72%;
	}
	#footer {
		min-width:320px;
		padding-bottom:30px;
		text-align:center;
	}
	#footer .copy_area {
		display:block;
		padding-top:30px;
		padding-bottom:20px;
	}
	#footer .f-logo {
		position:relative;
		top:0;
		margin-bottom:20px;
	}
	#footer .copyright {
		width:100%;
		padding:0 13px;
		float:none;
	}
	#footer .copyright p {
		/* text-align:center;*/
	}
	#footer .cs_area {
		display:none;
	}
	#footer .copyright p.pc_only {
		display:none
	}
	#footer .copyright p.mobile_only {
		display:block
	}
	#footer .familysite {
		display:inline-block;
		margin-top:7vw;
	}
	#footer .copy_sns {
		display:table;
		width:auto;
		margin-top:7vw;
		text-align:center;
		margin:7vw auto;
	}
	#footer .copyright p span:after {
	}
	#backtotop {
		right:15px;
	}
		.sub_location>div .cen {
		display:none;
	}
	.sub_location ul {
		width:50%;
	}
	.sub_location ul:first-child {
		border-left:0px;
	}
	.sub_location ul.dep2 {
		border-right:0px;
	}
		#sub_tit {
		margin:0px auto;
		padding:0;
		margin-left:0px;
		background:none;
	}
	#sub_tit .path {
		/* display:none; */
	}
	#sub_tit .title {
		font-size:2em;
	}
	#sub_tit .title:after {
		display:block;
		content:"";
		width:20%;
		height:3px;
		background:#fff;
		margin:10px auto;
	}
	#sub_tit .normal_txt {
		font-size:1.2em;
		color:#fff;
		text-transform:uppercase;
		text-align:center;
		line-height:1.6;
		word-break:keep-all;
		text-shadow:0px 1px 4px #333;
		font-family:'Noto Sans KR',sans-serif;
	}
	#sub_tit .normal_txt .color1 {
		color: #fd7701;
	}
}
/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width:768px) {
	.pc {
		display: none !important;;
	}
	.mo {
		display:block !important;
	}
	.mview {
		display:block;
	}
	#main_visual {
		margin-top: -60px;
	}
	#main_visual .swiper-slide .backgroundimg .mobile_only {
		display:block;
		height: 111vw;
	}
	#main_visual .swiper-slide .backgroundimg .mobile_only imh {
		height:100%
	}
	#main_visual .swiper-slide .backgroundimg .pc_only {
		display:none;
	}
	#main_visual .swiper-slide {
		width:100%;
		height: 111vw;
	}
	#main_visual .swiper-slide div.backgroundimg {
		height: 111vw;
	}
	#main_visual .hero-text img {
		width:25%;
	}
	#main_visual .hero-text {
		height:150px;
		margin-top: 0;
		max-width:90%;
	}
	#main_visual .hero-text h1.lviewa {
		font-size:7vw;
		padding-top:1vw;
		padding-bottom:0;
	}
	#main_visual .hero-text h1.sviewa {
		font-size:6vw;
	}
	#main_visual .hero-text div span h2 {
		font-size:3vw;
	}
	#main_visual .hero-text h3 {
		font-size:3vw
	}
	#main_visual .hero-text span {
		font-size:0.95em;
		padding: 0 !important;
	}
	#main_visual .hero-text div {
		margin-top:15px;
	}
	.swiper-button-next,.swiper-button-prev {
		display:none !important;
	}
	.link_bnr>div {
		height:auto;
	}
	.link_bnr>div a {
		padding:15px 5px;
	}
	.link_bnr>div a span {
		font-size:14px;
	}
	.link_bnr>div a:hover {
		background-image:none;
	}
	section .con_title h3 {
		font-size:2em !important;
	}
	section .con_title p {
		font-size:1em !important;
	}
	#sub_wrapper{
	    max-width: 100%;
	    padding: 20px;
	    margin: 0;
	}
	#pro_tab {
		margin-top:20px;
	}
	#pro_tab .tab li {
		float:left;
		display:block;
		width:50%;
		max-height:35px;
		margin-bottom:-1px;
	}
	#pro_tab .tab li:nth-child(odd) {
		border-left:1px solid #ddd;
	}
	#pro_tab .tab a {
		padding:5px 10px;
		font-size:1em;
	}
	#pro_tab .pro_list>ul>li {
		display:inline-block;
		width:48%;
		margin:1%;
		padding-bottom:30px;
		border:1px solid #ddd;
		box-sizing:border-box;
	}
	#m_bnr .m_bnr_box .txt_area p.t1 {
		font-size:1.8em;
	}
	#m_bnr .m_bnr_box .txt_area .btn_go {
		font-size:1em;
	}
	#comm_wrap .con_title p {
		margin-bottom:10px;
	}
	#comm_wrap .con_title a p {
		font-size:1.5em;
	}
	#comm_wrap .con_title a p i {
		top:20%;
	}
	#comm_wrap .notice_area .notice_list li a>strong {
		width:15%;
	}
	#comm_wrap .notice_area .notice_list li a .txt {
		width:82%;
	}
	#footer .copyright p.pc_only {
		display:none
	}
	#footer .copyright p.mobile_only {
		display:block
	}
	#footer .copyright p span:nth-child(2):after {
		content:'';
		/* display:inline-block; */
		/* margin-left:10px; */
	}
	#footer .copyright p span:nth-child(6):after {
		content:'';
		display:inline-block;
		margin-left:10px;
	}
	#footer .copyright p span:nth-child(8):after {
		content:'';
		display:inline-block;
		margin-left:10px;
	}
	#sub_menu {
		display:block
	}
	#sub_tit {
		max-width:1400px;
		margin:0px auto;
		height: auto;
		border:0px solid red;
	}
	#sub_tit .path {
		padding: 10px 0;
		margin-left: 0;
		border-bottom: 1px solid #ebebeb;
	}
	#sub_tit .path li {
		display: flex;
		width: 100%;
		text-align:center;
		font-size:14px;
		padding: 0;
		margin:0;
		color:#999;
		background: none;
		line-height:14px;
		flex-direction: row;
		justify-content: center;
	}
	#sub_tit .path__dropdown-btn{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 8px;
	}
	
	#sub_tit .path li a span.ic-home {
		display: flex;
		padding:0;
		cursor:pointer;
	}
	#sub_tit .path li a span.ic-home i {
		background: url('../img/icon_home.png')no-repeat center;
		display:inline-block;
		width:11px;
		height:11px;
		vertical-align:text-top;
	}
	#sub_tit .path__list{
		display: grid;
		width: 100%;
	}
	#sub_tit .path__list .path__home{
			display: none;
	}
	#sub_tit .path li:first-child{
		background:none;
		/* display: none; */
	}
	#sub_tit .path li.path__select--depth2,#sub_tit .path li.path__select--depth3 {
		background:none;
	}
	#sub_tit .path li:last-child {
		color:#999;
		font-weight:500;
	}
	#sub_tit .title {
		display:none;
		position:relative;
		/* padding-bottom:10px;*/font-size:2.4em;
		color:#fff;
		text-align:center;
		text-transform: uppercase;
	}

	#sub_tit .title:after {
		width:5%;
		height:3px;
		margin:10px auto;
	}
	#sub_tit .normal_txt {
		display:none;
		margin:0px 0;
		color:#fff;
		text-transform:uppercase;
		text-align:center;
		line-height:1.6;
		word-break:keep-all;
		font-family:'Noto Sans KR',sans-serif;
	}
	#sub_tit .normal_txt .color1 {
		color:#fd7701;
	}
	#sub_tit .path li .p_menu {
		border:none;
		width:auto;
		line-height:14px;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		margin-top:-6px;
	}
	#sub_tit .path .path__list::after {
		content:"";
		display: none;
		clear:both;
	}
	#sub_tit .path li.path__select select.path__control {
		border:none;
		background: transparent url('../img/icnLocaArr.png') no-repeat right 10px;
		background-size: 15px;
		padding-left:0;
		font-size: 16px;
		line-height: 1.5;
		color:#333;
		min-width:140px;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		cursor:pointer;
		padding: 4px 6px;
		width: 100%;
	}
	#sub_tit .path li.path__select select.path__control:focus {
		outline:0px solid #f5c400;
	}
	#sub_tit .path li.path__select[hidden] {
		display:none;
	}
	#sub_tit .path li.path__select.is-active select.path__control {
		font-weight:700;
		color:#111;
		background-image:url('../img/icnLocaArr_on.png');
		padding: 4px 6px;
	}
	.sub_location>div .cen {
		display:none;
	}
	.sub_location ul {
		width:50%;
	}
	.sub_location ul:first-child {
		border-left:0px;
	}
	.sub_location ul.dep2 {
		border-right:0px;
	}
	.scontents {
		padding: 0;
	}
	.scontents .stitle {
		margin-bottom:8vw;
	}
		.company h2.sub_txt {
		font-size:4vw;
		line-height:5vw;
	}
	.page_tit{
		padding: 0;
		padding-bottom: 20px;
	}
	.page_tit_inner h2{
		font-size: 28px;
		font-weight: 500;
		color: #242424;
	}
	.page_tit_inner p{
		font-size: 16px;
	}
	.company img {
		display:block;
		width:100%
	}
	.company .com_img {
		margin:5vw 0 10vw;
	}
		.visual_area {
		background-position:center top;
		background-size:cover !important;
	}
	.bo_sch {
		/* position:absolute; */
		top:50%;
		left:50%;
		background:#fff;
		text-align:left;
		width: 90%;
		max-height:300px;
		transform: translate(-50%);
		/* overflow-y:auto; */
		border-radius:5px;
		-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);
		-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);
		box-shadow:1px 1px 18px rgba(0,0,0,0.2);
		border:1px solid #dde7e9;
		background:#fff;
		border-radius:3px;
		margin: auto;
	}
	.bo_sch:after {
		display:block;
		visibility:hidden;
		clear:both;
		content:""
	}
	.bo_sch h3 {
		padding:15px;
		border-bottom:1px solid #e8e8e8;
		font-size: 5vw;
		color: #000;
	}
	.bo_sch legend {
		background:red
	}
	.bo_sch form {
		padding:15px;
		display:block
	}
	.bo_sch select {
		border:0;
		width:100%;
		height:40px;
		border:1px solid #d0d3db;
		padding:8px;
		border-radius:2px;
		-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
		-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
	}
	.bo_sch .sch_bar {
		display:inline-block;
		width:100%;
		clear:both;
		margin-top:15px;
		/* border:1px solid #d0d3db;*//* border-radius:2px;*//* -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);*/-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
		/* box-shadow:inset 0 1px 1px rgba(0,0,0,.075);*/
	}
	.bo_sch .sch_input {
		width:250px;
		height:38px;
		border:0;
		padding:10px;
		background-color:transparent;
		float:left;
		color:#757575;
		font-size: 16px;
	}
	.bo_sch .sch_btn {
		height: 32px;
		float:right;
		color:#656565;
		background:none;
		border:0;
		width: 35px;
		font-size: 13px;
	}
	.bo_sch .bo_sch_cls {
		position:absolute;
		right:0;
		top:0;
		color:#b5b8bb;
		border:0;
		padding:0px 15px;
		font-size: 30px;
		background:#fff;
	}
	.bo_sch_bg {
		background:#000;
		background:rgba(0,0,0,0.7);
		width:100%;
		height: 100%
	}
	#footer {
		min-width:320px;
		padding-bottom:30px;
		text-align:center;
	}
	#footer .copy_area {
		display:block;
		padding-top:30px;
		padding-bottom:20px;
	}
	#footer .f-logo {
		position:relative;
		top:0;
		margin-bottom:20px;
	}
	#footer .copyright {
		width:100%;
		padding:0 13px;
		float:none;
	}
	#footer .copyright p {
		/* text-align:center;*/
	}
	#footer .cs_area {
		display:none;
	}
	#footer .copyright p.pc_only {
		display:none
	}
	#footer .copyright p.mobile_only {
		display:block
	}
	#footer .familysite {
		display:inline-block;
		margin-top:7vw;
	}
	#footer .copy_sns {
		display:table;
		width:auto;
		margin-top:7vw;
		text-align:center;
		margin:7vw auto;
	}
	#footer .copyright p span:after {
		/* content:'|'; */
		/* display:inline-block; */
		/* margin-left:7px; */
		/* margin-right:-5px; */
	}
}
/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width:480px) {
		body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button {
		font-size:13px;
	}
	#pro_area .con_title h3 {
		margin-bottom:20px;
	}
	#pro_tab .pro_list>ul>li {
		width:90%;
		margin:5%;
	}
	#m_bnr .m_bnr_box {
		width:100%;
	}
	#rolling_box {
		padding-top:50px;
	}
	#online .online_con {
		width:100%;
		height:250px;
		background-size:100% 250px;
	}
	#online .online_con div.blind {
		width:100%;
		height:250px;
	}
	#online .online_area {
		padding-top:40px;
	}
	#online .online_area p {
		font-size:1.5em;
	}
	#online .online_area span {
		padding-bottom:0px;
		font-size:1em;
	}
	#comm_wrap .comm_tit a p {
		font-size:1.5em;
	}
	#comm_wrap .notice_area .notice_list li a>strong {
		width:20%;
	}
	#comm_wrap .notice_area .notice_list li a .txt {
		width:75%;
	}
	#footer .copyright span {
		font-size:1.2em;
	}
	#footer .copyright p {
		font-size:0.8em;
		margin:0;
		display: flex;
		align-items: flex-start;
	}
	#footer .copyright p.pc_only {
		display:none
	}
	#footer .copyright p.mobile_only {
		display:block
	}
	#sub_visual {
		height:210px;
	}
	#sub_visual .backgroundimg {
		height:210px;
	}
	#sub_visual .visual_area {
		height:210px;
		background-position:center top;
		background-size:cover !important;
	}
		#sub_tit {
		background:none;
		margin: 0;
	}
	#sub_tit .title {
		font-size:2em;
	}
		#sub_tit .normal_txt {
		font-size:1em;
	}
	.scontents .eng {
		font-size:2em;
	}
	.scontents .stitle {
		font-size:4.3vw;
	}
		.q-menu {
		display:none;
	}
	 #top_btn {
		right:4vw;
		bottom: 5vw;
	}
}
/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width:360px) {
		#comm_wrap .notice_area .notice_list li a>strong {
		width:25%;
	}
	#comm_wrap .notice_area .notice_list li a .txt {
		width: 70%;
	}
}
/*아래코드삭제하지말것*/
.sub_location ul ul {
	width: calc(100% + 2px) !important;
}