/*데스크탑*/
/*헤더*/
.header-area {
	display:flex;
	position:fixed;
	z-index:998;
	width:100%;
	height:90px;
	left:50%;
	margin-left:-50%;
	top:0px;
	border-bottom:solid 1px rgba(255,255,255,0.0);
}
.header-area.fixed {
	border-bottom:solid 1px rgba(255,255,255,0.0);
	transition-duration: 0.3s;
}
.header-area-bg.fixed, .header-area-bg.fixedscroll {
	background-color:rgba(36, 16, 85, 0.8);
	transition-duration: 0.3s;
	position: fixed;
}
.header-area-bg {
	background-color:rgba(255,255,255,0.0);
	transition-duration: 1.0s;
	transition-property: background-color;
}
.header-area-bg.fixed {
	background-color:rgba(36, 16, 85, 0.8);
	border-bottom:solid 1px rgba(255,255,255,0.2);
	transition-duration: 0.3s;
}
.fp-viewing-2rdPage .header-area-bg, .fp-viewing-3rdPage .header-area-bg, .fp-viewing-4rdPage .header-area-bg, .fp-viewing-5rdPage .header-area-bg {
	background-color:rgba(36, 16, 85, 0.8);
	transition-duration: 0.3s;
}
.header-area-bg {
	z-index:1000;
	width:100%;
	margin:0 auto;
	display:flex;
	align-items:center;
	overflow: hidden;
	border-bottom:solid 1px rgba(255,255,255,0.0);
}
.header-area-bg-border {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.bs-top {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.bs-top-1 {
	text-align:left;
	margin-top: 20px;
}
.bs-top-1 img {
	width:120px;
	height:auto;
	transition-duration: 0.3s;
}
.bs-top-2 {
	width:100%;
	text-align:center; 
	margin: 0 0 0 10%;
	transition-duration: 0.3s;
	display:block;
	opacity: 1;
}
.main-menu {
	width:100%;
	height: 100%;
	display:flex;
	font-weight:500;
	font-size:18px;
	letter-spacing: -0.6px;
	justify-content:space-between;
	align-items:flex-start;
	margin-left:0;
	margin-right:0;
	padding-top:0px;
}
.main-menu .mm {
	width: 16.7777777777%;
}
.main-menu .mm a { 
	position: relative;
	color: #ffffff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 140%;
    flex-direction: column;
}
.main-menu .mm a:after{
	content:'';
	width:0;
	height:3px;
	background: #00D7FF;
	position: absolute;
	transition:all 0.2s ease-in-out;
	z-index:1;
	left: 50%;
	bottom:0;
}
.main-menu .mm:hover > a:after {
	width: 100%;
	left:0%;
}
.dropdown.sub li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    line-height: 140%;
}
.dropdown.sub li a:hover { 
	color: #00F5FF;
}
.dropdown {
    width: 100%;
    height: 260px;
    left: 0;
    z-index: 100;
    display: inline-block;
    color: #000;
    opacity: 1;
    padding: 30px 15px 0 15px;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.main-menu .mm:last-child .dropdown {
	border-right: solid 1px rgba(255, 255, 255, 0.2);	
}
.dropdown.sub li {
	margin:0 8px 0 0;
	font-size:14px;
	font-weight:500;
	color:#333;
	padding:6px 0;
}
.bs-top-3 {
	display:inline-block;
	width:auto;
	height:auto;
	font-size:14px;
	margin-top: 25px;
}
.bs-top-3 a {
	white-space:nowrap;
}
.bs-top-3-border {
	padding:8px 20px;
	border-radius:25px;
	display:inline-flex;
	align-items:center;
}
.bs-top-3 a {
	color:#fff;
	font-size:16px;
	opacity:0.8;
	font-weight:500;
	cursor:pointer;
}
.bs-top-3 a:hover {
	color:#fff;
	font-size:16px;
	opacity:0.8;
	font-weight:500;
}
.m_menu_btn_pc, .m_menu_btn_pc:hover {
	display:block; 
	color: #ffffff;
	opacity:0.8;
	font-weight:400;
	cursor: pointer;
	padding-left: 15px;
}

/*모바일메뉴*/
.m_menu_btn_mo {
	display: none;
}
.top_nav_m {
	display: none;
}

/*전체메뉴*/
.all_menu_pc {
    position: fixed;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: -1050px;
    width: 50%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity 0.5s ease 0s;
    padding: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0;
}
.all_menu_pc_ov {
	opacity:1;
	z-index:999999;
	width:100%;
	right:0px;
}
.all_menu_pc_btn {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 9;
    background-image: url(../img/nav_btn3_20240701.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_menu_pc_title {
    text-align: left;
    width: 200px;
    line-height: 60px;
    margin-left: 0px;
    border-bottom: 0px solid #CCC;
}
.all_menu_pc_title img {
    width: 150px;
}
.all_menu_pc_in_wrap {
    padding: 100px 0px 50px 0px;
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
	margin-left: -20px;
    margin-right: -20px;
}
.all_menu_pc_in {
	display:inline-block;
	width:16.666666666666%;
	vertical-align:top;
	padding:20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	white-space: nowrap;
}
.all_menu_pc_in_title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.07em;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}
.all_menu_pc_in a {
	color:#fff;
}
.all_menu_pc_in_sub {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding: 5px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_menu_pc_in_sub:hover,.all_menu_pc_in_sub:focus {
	background-color:rgba(36, 16, 85, 0.8);
	color:#fff;
}
.all_menu_pc_in2 {
    width: 100%;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    padding: 0 0 0 0;
    border-top: 0px solid #CCC;
    margin-left: 0px;
}
.footer_add2 {
	margin-bottom:10px;
	text-align:left;
}
.footer_add1>span {
	padding-right:15px;
		text-align:left;
}
.footer_add2>span {
	padding-right:15px;
		text-align:left;
}
.footer_copy2 {
	text-align:left;
}

/*language*/
.language {
  position: relative;
  display: inline-block;
}
.dropdown-language {
  display: none;
  position: fixed;
  box-shadow: 0px 8px 16px 0px;
  z-index: 1;   
  background: #ffffff;
  top: 75px;
  margin-left: -20px;
}
.dropdown-language a {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}
.dropdown-language a:first-child {
  padding-bottom: 5px;
}
.dropdown-language a:last-child {
  padding-top: 5px;
}
.dropdown-language a:hover {
  color:#ff5f2e;
}
.dropdown-language.show {
  display:block;
}

/*데스크탑, 와이드*/
@media all and (max-width:1536px) {
	.all_menu_pc_in_title {
		font-size: 24px;
	}
	.all_menu_pc_in_sub {
		font-size: 16px;
		padding: 5px 0px;
	}
	.all_menu_pc_in {
		padding: 10px;
	}
	.all_menu_pc_in_wrap {
		padding: 100px 0px 50px 0px;   
		margin-left: -10px;
        margin-right: -10px;
	}
	.all_menu_pc_in2 {
		margin-left: 0px;
	}
}

/*타블렛 가로, 노트북*/
@media all and (max-width:1280px) {
	.bs-top-2 {
		margin: 0 0 0 10%;
	}
	.all_menu_pc_in2 {
		font-size: 14px;
		color: rgba(255,255,255,0.6);
	}
	.all_menu_pc_in_title {
		font-size: 20px;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
	.all_menu_pc_in_sub {
		font-size: 14px;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
	.all_menu_pc {
		padding: 40px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.all_menu_pc_btn {
		top: 70px;
		right: 40px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}	
	.all_menu_pc_in_sub {
		font-size: 14px;
		padding: 5px 0px;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	.bs-top-1 img {
		width: 80px;
		height: auto;
	}
	.bs-top {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.bs-top-1 {
		margin-top: 0px;
	}
	.bs-top-2 {
		display: none;
        opacity: 0;
        transition-duration: 0.3s;
	}
	.bs-top-3 {
		margin-top: 0px;
	}
	.bs-top-3-border a {
		display:none;
	}
	.header-area {
		position: fixed;
		height: 60px !important;
	}
	.header-area-bg {
		height: 60px !important;
	}
	.header-area-bg-border {
		height: 60px;
	}
	.m_menu_btn_pc {
		display:none;
	}
	.m_menu_btn_mo {
		display:block;
	}
	.m_menu_btn_mo {
        color: #ffffff;
        cursor: pointer;
	}
	.top_nav_m {
		position:fixed;
		right:-1280px;
		display:block;
	}
	.m_menu_all {
		position:fixed;
		right:-1280px;
		background-color:#eee;
		height:100%;
		width:90%;
		z-index:99;
		-webkit-transition:all 1.5s;
		-moz-transition:all 1.5s;
		-ms-transition:all 1.5s;
		-o-transition:all 1.5s;
		transition:all 1.5s;
	}
	.m_menu_bg_sliding {
		right:0 !important;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
	.m_menu_all_top {
		height:60px;
		background-color:rgba(36, 16, 85, 0.1);
		border-bottom:1px solid #eee;
		padding-left:20px;
	}
	.m_menu_all_top>a {
		display:block;
		background-image:url(../img/common/logo.png);
		background-repeat:no-repeat;
		background-position:0% 50%;
		height:100%;
		background-size:100% auto;
		width:80px;
	}
	.m_menu_all_top>p {
		position:absolute;
		top:0;
		right:15px;
		background-image:url(../img/icon/close_FILL0.svg);
		background-repeat:no-repeat;
		background-size:100% auto;
		background-position:50% 15px;
		width:25px;
		height:100%;
		cursor:pointer;
	}
	.m_menu_all_name {
		background-color:rgba(36, 16, 85, 0.05);
		padding-top:5px;
	}
	.m_menu_all_name>ul {
		padding:10px 20px 20px 20px;
	}
	.m_menu_all_name>ul>.main {
		padding:4px 10px 0px 10px;
		line-height:40px;
		font-size:15px;
		font-weight:500;
		color: rgba(94, 54, 187, 1.0);
		display: flex;
        align-items: center;
	}
	.m_menu_all_name>ul>.sub:not(:last-child) {
        border-bottom: 1px solid #cccccc;
    }
	.m_menu_all_name>ul>.main:last-child {
		border-bottom:none;
	}
	.m_menu_all_name>ul>.main5 a {
        color: rgba(94, 54, 187, 1.0);
        font-weight: 600;
    }
	.m_menu_all_name>ul>.main>p {
		width:6px;
		height:15px;
		margin-right:15px;
		background-image:url(../img/icon/arrow_left.svg);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	.m_menu_all_name>ul>.sub {
		padding:5px 10px 10px 25px;
		font-size:13px;
	}
	.m_menu_all_name>ul>.sub>a {
		padding:0 8px;
		background-image:url(../img/icon/menu_bar.svg);
		background-repeat:no-repeat;
		background-position:100% 50%;
		background-size: 1px 10px;
	}
	.m_menu_all_name>ul>.sub>a:last-child {
		background-image:none;
	}
	.m_menu_all_tel {
		width:100%;
		padding:20px 0 20px 20px;
		font-size:16px;
		display:inline-flex;
		font-weight:500;
		background-color:rgba(36, 16, 85, 0.8);
		align-items:center;
	}
	.m_menu_all_tel .tel {
		padding:0 5px 0 0;
		color:#fff;
	}
	.m_menu_all_tel .fax {
		padding:0 5px 0 20px;
		color:#fff;
	}
	.m_menu_all_tel a {
		color:#fff;
	}
	#all_bg2 {
		position:fixed;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		opacity:0.6;
		display:none;
	}
	.bs-top-3-border {
        padding: 0;
	}	
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	.bs-top-1 img {
		width: 80px;
		height: auto;
	}
}

/*모바일 세로*/
@media screen and (max-width: 480px) {
}