/*공통*/
html,body,ul,li,h1,h2,h3,h4,p {
	margin:0;
	padding:0;
	list-style:none;
	color: #121212;
	font-family: "Noto Sans", sans-serif;
	font-family: "Noto Sans KR", sans-serif;
	word-break: keep-all;
}
a {
	text-decoration:none;
	color: #121212;
	font-family: "Noto Sans", sans-serif;
	font-family: "Noto Sans KR", sans-serif;
} 

/*데스크탑*/
/*헤더*/
.header-area {
	display:flex;
	position:absolute;
	z-index:998;
	width:100%;
	overflow:hidden;
	left:50%;
	margin-left:-50%;
	top:0px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.header-area {
	background-color:rgba(0,0,0,0.0);
	transition-duration: 1.0s;
	transition-property: background-color;
}
.header-area.fixed {
	background-color:rgba(10, 65, 148, 0.6);
	transition-duration: 0.3s;
}
.header-area-bg {
	z-index:1000;
	height:90px;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	background-color:rgba(7,63,125,0.0);
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	display:flex;
	align-items:center;
	transition-duration: 0.3s;
}
.bs-top {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.bs-top-1 {
	text-align:left;
	margin-top: 25px;
}
.bs-top-1 img {
	width:160px;
	height:auto;
	transition-duration: 0.3s;
}
.bs-top-2 {
	width:100%;
	text-align:center; 
	margin: 0 0 0 15%;
	transition-duration: 0.3s;
	display:block;
	opacity: 1;
}
.main-menu {
	width:100%;
	height:390px;
	display:flex;
	font-weight:600;
	font-size:18px;
	justify-content:space-between;
	align-items:flex-start;
	margin-left:0;
	margin-right:0;
	padding-top:31px;
}
.main-menu {
	width:100%;
	height:390px;
	display:flex;
	font-weight:600;
	font-size:18px;
	justify-content:space-between;
	align-items:flex-start;
	margin-left:0;
	margin-right:0;
	padding-top:31px;
}
.main-menu .mm {
	text-align:left;
	width:20%;
}
.main-menu .mm a {
	color:#ffffff;
}

.dropdown.sub li a {
	color:#ffffff;
	font-size:15px;
	font-weight:300;
}
.dropdown {
	width:100%;
	left:0;
	z-index:100;
	display:inline-block;
	height:auto;
	color:#000;
	opacity:1;
	padding:52px 0 0 0;
}
.dropdown.sub li {
	margin:0 8px 0 0;
	font-size:14px;
	font-weight:500;
	color:#333;
	text-align: left;
	padding:4px 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 {
	border:solid 1px rgba(255, 255, 255, .6);
	padding:8px 20px;
	border-radius:25px;
	display:inline-flex;
	align-items:center;
}
.bs-top-3 a {
	color:#fff;
	font-size:14px;
	opacity:0.6;
	font-weight:400;
}
.bs-top-3 a:hover {
	color:#fff;
	font-size:14px;
	opacity:1.0;
	font-weight:400;
}
.vertical-line {
	color:#b0b0b0;
	font-size:10px;
	padding:0 8px;
}
.m_menu_btn_pc {
	display:block; 
	color: #ffffff;
	opacity:0.6;
	font-weight:200;
	cursor: pointer;
	padding-left: 10px;
}
.bs-top-1.m_menu_btn {
	display:flex;
	justify-content:flex-end;
	order:2;
	display:none;
}
.total_menu_on {
	display:block;
	cursor:pointer;
}
.top_smenu02 {
	display:flex;
	cursor:pointer;
	opacity:0.6;
}
.top_smenu02:hover {
	display:flex;
	cursor:pointer;
	opacity:1.0;
}
.top_smenu02 span {
	color:#ffffff;
}
.material-symbols-outlined.weight-100 {
	color:#ffffff;
	font-weight:200;
	padding-left:0px;
	font-size:24px;
	padding-right:5px;
}
.material-symbols-outlined:hover {
	color:#ffffff;
	font-weight:200;
	font-size:24px;
	opacity:1.0;
}
.smenu02_in-area {
	width:100%;
	position:fixed;
	Z-INDEX:999;
	top:70px;
}
.smenu02_in-in {
	width:100%;
	height:60px;
	max-width:1500px;
	position:relative;
	margin:calc(var(--bs-gutter-x)* .5) auto;
	padding:0;
}
.smenu02_in {
	text-indent:0;
	line-height:1.5;
	position:relative;
	top:-15px;
	right:25px;
	padding:10px;
	border:1px solid rgba(0,0,0,0.1);
	width:90px;
	font-size:12px;
		float:right;
	font-weight:500;
	letter-spacing:0;
	background-color:rgba(255,255,255,1);
}
/*모바일메뉴*/
.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: 60px;
    height: 60px;
    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 {
    font-family: 'Roboto',sans-serif;
    text-align: left;
    width: 200px;
    line-height: 60px;
    margin-left: 7px;
    border-bottom: 0px solid #CCC;
}
.all_menu_pc_in_wrap {
    padding: 100px 30px 50px 30px;
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
}
.all_menu_pc_in {
	display:inline-block;
	width:20%;
	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-family: 'Noto Sans KR',sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.07em;
    padding-left: 10px;
    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-family: 'Noto Sans KR',sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding: 5px 10px;
    -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(13,110,253,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: 57px;
}
.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;
}
/*서브비주얼*/
.sub-visual {
	display:flex;
	margin:0 auto;
	width:100%;
	height:480px;
	min-width:100%;
	overflow:hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}
.sub-visual img {
	display:flex;
	margin:0 auto;
	width:100%;
	max-height:480px;
	min-width:100%;
	object-fit:cover;
	animation:/*선택자*/sub_bg_a /*동작시간*/3s /*진행속도:ease,ease-out,ease-in*/ease /*딜레이*/0s /*반복:수,infinite*/1 /*방향:normal,alternate*/normal /*완료후:none,both*/both;
	-webkit-animation:sub_bg 3s ease 0s 1 normal both;
	transform-origin:50% 50%;
}
@keyframes sub_bg {
	0% {
		-ms-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-ms-transform:scale(1);
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.container-fluid-bs .sv_txt {
	display:flex;
	position:absolute;
	width:100%;
	height:480px;
	top:0;
	padding-top:45px;
	align-items:center;
	justify-content:center;
	color:#ffffff;
	font-size:42px;
	font-weight:600;
	flex-direction:column;
	transition-duration: 0.3s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}
.sub-visual .u-line {
	position:relative;
	border-bottom:solid 3px #ffffff;
	width:70px;
	padding-top:10px;
	transition-duration: 0.3s;
}
/*서브메뉴*/
.sub_menu_wrap {
	position:absolute;
	width:100%;
	height:65px;
	margin-bottom:0px;
	margin-top:-66px;
	border-top:1px solid rgba(255,255,255,0.2);
	font-family:'Noto Sans KR',sans-serif;
}
.sub_menu_area {
	max-width:1280px;
	display:block;
	position:relative;
	margin:0 auto;
}
.sub_menu {
	position:relative;
	width:100%;
	max-width:1280px;
	height:65px;
	margin:0 auto;
	display:flex;
	align-items:center;
}
.icon_home {
	position:relative;
	left:0;
	top:0;
	width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	line-height:0;
	justify-content:center;
	align-items:center;
	padding: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;
}
.icon_home a img {
	width:100%;
	height:auto;
}
.sub_tab {
	width:500px;
	margin-left:25px;
}

.sub_tab>ul>li {
	float:left;
	position:relative;
	height:65px;
	line-height:65px;
	font-size:18px;
	font-weight:500;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:94% 50%;
}
.sub_tab>ul>li.sub_depth1 {
	width:50%;
	color:#fff;
	border-left:none;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../img/icon/tab_box_bg_right_w.svg);
	z-index:1;
	background-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;
}
.sub_tab>ul>li.sub_depth2 {
	width:50%;
	color:#333;
	display:none;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../img/icon/tab_box_bg_right_w.svg);
	z-index:1;
	background-size:14px;
}
.menu_on {
	display:block !important;
}
.sub_tab>ul>li:hover,.sub_tab>ul>li:focus,.sub_tab>ul>li.tab_active {
	background-color:rgba(63, 135, 210, 1);
	color:#fff;
	border-left:0px rgba(63, 135, 210, 1);
	border-right:1px rgba(63, 135, 210, 1);
}
.tab_box_bg_on {
	background-image:url(../img/icon/tab_box_bg.svg) !important;
	background-size:14px;
}
.sub_tab_sub {
	position:absolute;
	top:65px;
	left:-1px;
	width:100%;
	height:0;
	opacity:0;
	z-index:-1;
	box-sizing:content-box;
	background-color:#FFF;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	overflow:hidden;
}
.sub_tab_sub_ov {
	height:auto;
	border:1px solid #e1ded8;
	border-top:none;
	opacity:1;
	z-index:1;
}
.sub_tab_sub ul {
	padding:0 0 0 0;
}
.sub_tab_sub ul li {
	display:flex;
	align-items: center;
	height:55px;
	font-size:16px;
	font-weight:400;
	line-height:54px;
	width:100%;
	border-top:1px solid #ddd;
	background-image:none;
}
.sub_tab_sub ul li a {
	display:block;
	width:100%;
	height:100%;
	padding-left:30px;
}
.sub_tab_sub ul li a:hover,.sub_tab_sub ul li a:focus {
	color: #fff;
	background:#3f87d2;
}
.sub_depth2_mo {
	display:none !important;
}
/*테이블*/
.table {
	--bs-table-bg:transparent;
	--bs-table-accent-bg:transparent;
	--bs-table-striped-color:#212529;
	--bs-table-striped-bg:rgba(0,0,0,0.05);
	--bs-table-active-color:#212529;
	--bs-table-active-bg:#eeeeee;
	--bs-table-hover-color:#212529;
	--bs-table-hover-bg:rgba(0,0,0,0.075);
	width:100%;
	margin-bottom:1rem;
	color:#212529;
	vertical-align:top;
	border-color:#dee2e6;
}
.table .bs-mm {
		font-size:28px;
	font-weight:600;
}
.table .subject {
		vertical-align:middle;
}
.table .td-active {
		background-color:#FAFAFA;
}
.col-sm-1,.col-sm-6 {
	display:inline-block;
	float:left;
}
.form-check-input {
	margin-top:10px;
}
.form-check-label {
	margin-top:5px;
}
.table.view>:not(caption)>*>* {
	padding:.5rem .0rem;
	background-color:var(--bs-table-bg);
	border-bottom-width:1px;
	box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.view-title {
	font-size:28px;
	font-weight:600;
}
.table.view tbody .subject {
	padding:2.0rem .0rem;
}
.table.prev.next .bt-1 {
		 border-top:solid 1px #eeeeee;
}
.table.view tbody .subject img {
	text-align:center;
}
.table.view tbody .subject1 img {
	padding:2.0rem .0rem;
	width:fit-content;
		object-fit:none;
	height:auto;
	text-align:center;
}
.table.view tbody .subject.img {
	padding:2.0rem .0rem;
	text-align:center;
}
.sub-tap {
		display:flex;
	padding:0px 0px;
	width:100%;
	max-width:1200px;
	min-width:1200px;
	justify-content:center;
	margin-bottom:20px;
	border:solid 2px #d90909;
	text-align:center;
		font-size:18px;
	font-weight:500;
		margin:0 auto;
}
.sub-tap div {
		display:inline-block;
	float:left;
	width:25%;
		padding:15px 0;
}
.sub-tap .active {
		background-color:#d90909;
}
.sub-tap .active a {
		color:#ffffff;
}
.table .p-depth1 {
	display:inline-block;
	font-size:18px;
	font-weight:600;
	padding:10px 0px 10px 0px;
}
.table .p-depth2 {
	display:inline-block;
	font-size:16px;
	font-weight:400;
	padding:5px 0px 5px 25px;
}
.table .p-depth3 {
	display:inline-block;
	font-size:16px;
	font-weight:400;
	padding:5px 0px 5px 50px;
}
.table .p-depth4 {
	display:inline-block;
	font-size:16px;
	font-weight:400;
	padding:5px 0px 5px 60px;
}
.tbl_head01 table .tbl_input2 {
	height:27px;
	line-height:25px;
	border:1px solid #d5d5d5;
	width:95%
}
.td_mng2 {
	width:160px;
	font-size:0.95em;
	text-align:center;
	letter-spacing:-0.1em
}
.td_mng2 a.btn,.td_mng2 a {
	display:inline-block;
	height:26px;
	line-height:26px;
	border:0;
	;
	border-radius:3px;
	padding:0 8px;
	margin:1px;
	font-weight:normal
}
.td_mng2 button,.td_mng2 button.btn {
	height:26px;
	border:0;
	border-radius:3px;
	padding:0 8px;
	margin:1px;
	border:0;
	;
	font-weight: normal
}

/* 서브타이틀 */
.sub_tit .subs2 {
	font-weight: 300;
}

/* 서브탭 */
.subtab { 
	width:100%; 
	max-width:1280px; 
	height:auto; 
	font-size:0; 
	padding:60px 0 60px 0; 
	margin:0 auto; 
}
.subtab>a { 
	display:inline-block; 
	font-size:18px;    
	font-weight: 500;
	text-align:center; 
	padding:18px 20px; 
	background-color:#f3f3f3; 
	border: 1px solid #CCC;
}
.subtab>a:not(:last-child) { 
	border-right: 0px solid #CCC;
}
.subtab>a.subtab_active, .subtab>a:hover { 
	color:#FFF; 
	background-color:#e60012;
}
.w-33 { 
	width: 33.33333333333333%;
}
.w-25 { 
	width: 25%;
}
.gnb_1da {
    display: block;
    font-weight: bold;
    padding: 0;
    color: #080808;
    text-decoration: none;
}
.sm_none {
	display:block;
}
.mo-none {
	display:block;
}
#ctt_con iframe {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    border: solid 1px #cccccc;
}

/*서브 콘텐츠 공통*/
.sub-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width:1280px;
	height: 100%;
    margin: 0 auto 80px;
	font-size: 18px;
    font-weight: 400;
}
.sub-cont_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width:1280px;
	height: 100%;
	padding-top: 130px;
    margin: 0px auto 0px;
}
.sub_tit .subs {
    display: block;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
	color: rgba(230,0,18,1);
}
.sub_tit {
    font-size: 45px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: -.5px;
	word-wrap: break-word;
}
.sub_tit2 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.33px;
	text-align: left;
}
.subTit {
    position: relative;
    padding: 0px 0 5px 0;
	font-size: 34px;
    font-weight: 700;    
	margin-bottom: 40px;
}
.subTit:before {
    background-color: #e60012;
    border-radius: 4px;
    content: '';
    display: block;
    height: 0.25rem;
    width: 40px;
    margin-bottom: 30px;
}
.sub_cont_tit_01 {
	font-size: 24px;
    font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.33px;
}

/*타블렛 가로, 노트북*/
@media all and (max-width:1280px) {
	.bs-top-2 {
		width: 100%;
		text-align: center;
		margin: 0 0 0 10%;   
		transition-duration: 0.3s;
	}
	.all_menu_pc2_in_wrap {
		background-color:#FFF;
		padding:30px 30px 50px 30px;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		display:flex;
		flex-direction:column;
	}
	.all_menu_pc2_in {
		display:inline-block;
		width:100%;
		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;
	}
	.all_menu_pc2 {
		padding:20px;
	}
		.total_menu_on {
		display:none;
		cursor:pointer;
	}
	.total_menu_on2 {
		display:block;
		cursor:pointer;
	}
	.all_menu_pc2 {
		position:fixed;
		opacity:0;
		z-index:-1;
		top:0;
		right:-1050px;
		width:50%;
		height:100vh;
		background-image:url(../img/sub/all_menu_bg.jpg);
		background-size:cover;
		background-position:0% 0%;
		background-repeat:no-repeat;
		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_pc2_ov {
		opacity:1;
		z-index:401;
		width:100%;
		right:0px;
	}
	.all_menu_pc2_btn2 {
		position:absolute;
		top:130px;
		right:100px;
		z-index:9;
		background-image:url(../img/icon/nav_btn3.png);
		background-size:cover;
		width:60px;
		height:60px;
		cursor:pointer;
	}
	.all_menu_pc2_title {
		font-family:'Roboto',sans-serif;
		text-align:left;
		font-size:50px;
		line-height:60px;
		font-weight:700;
		padding-bottom:30px;
		border-bottom:1px solid #CCC;
	}
	.all_menu_pc2_in_wrap {
		background-color:#FFF;
		padding:30px 30px 50px 30px;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}
	.all_menu_pc2_in {
		display:inline-block;
		width:16.66666666666667%;
		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;
	}
	.all_menu_pc2_in_title {
		font-family:'Noto Sans KR',sans-serif;
		font-size:24px;
		font-weight:700;
		padding-left:10px;
		padding-bottom:20px;
		border-bottom:1px solid #CCC;
		margin-bottom:20px;
	}
	.all_menu_pc2_in_sub {
		display:block;
		font-family:'Noto Sans KR',sans-serif;
		font-size:16px;
		padding:5px 10px;
		-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_pc2_in_sub:hover,.all_menu_pc2_in_sub:focus {
		background-color:#0d6efd;
		color:#fff;
		opacity:0.8;
	}
	.all_menu_pc2_in2 {
		width:100%;
		font-size:14px;
		padding:50px 0 0 0;
		border-top:1px solid #CCC;
	}
	.all_menu_pc2_ov .quick_right {
		opacity:0;
		-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_pc2_ov .right_nav {
		display:none;
	}
	.all_menu_pc2_ov .main-scroll-icon-wrap {
		display:none;
	}
	.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;
	}
}


/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	.sm_none {
		display:none;
	}		
	.mo-none {
		display:none;
	}
	.sub_tit {
		font-size: 34px;
		line-height: 50px;
	}
	.bs-top-1 img {
		width: 120px;
		height: auto;
	}
	.bs-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.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 {
		border: solid 0px rgba(255, 255, 255, .6);
		padding: 0;
		border-radius: 0;
		display: inline-flex;
		align-items: center;
	}
	.bs-top-3-border a {
		display:none;
	}
	.vertical-line {
		display:none;
	}
	.header-area {
		height: 60px !important;
		transition-duration: 0.3s;
	}
	.header-area-bg {
		height: 60px;
		transition-duration: 0.3s;
	}
	.m_menu_btn_pc {
		display:none;
	}
	.m_menu_btn_mo {
		display:block;
	}
	.m_menu_btn_mo {
		display: block;
		color: #ffffff;
		opacity: 0.6;
		font-weight: 200;
		cursor: pointer;
		padding-left: 10px;
	}
	.container-fluid-bs .sv_txt {
		padding-top: 0px;
		font-size: 18px;
		font-weight: 600;
		transition-duration: 0.3s;
	}
	.sub-visual .u-line {
		position: relative;
		border-bottom: solid 1px #ffffff;
		width: 35px;
		padding-top: 5px;
		transition-duration: 0.3s;
	}
	.top_nav_m { position:fixed; top:0; left:0; display:block; background-color:rgba(255,255,255,0.0); height:80px; width:100%; z-index:-1; border-bottom:0px solid rgba(0,0,0,0.1);}
	.m_logo { float:left; width:50%; height:100%; padding-left:10px;}
	.m_logo>a { display:block; text-indent:-1280px; background-image: url(../img/common/logo.svg); background-repeat:no-repeat; background-position:0% 50%; height:100%; background-size:100% auto; /*로고크기 설정*/ width:120px;}
	.m_menu_btn { float:left; position:relative; width:50%; height:100%; }
	.m_menu_btn>p { position:absolute; top:0; right:0; text-indent:-9999px; background-image: url(../img/icon/nav_btn1.png); background-repeat:no-repeat; background-size:34% auto; background-position:50% 50%; width:85px; height:100%; cursor:pointer;}
	.m_menu_all { position:fixed; top:0; right:-1280px; background-color:#eee; height:100%; width:90%; z-index:99; text-align:left; overflow-y: auto; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
	.m_menu_bg_sliding { right:0 !important;}
	.m_menu_all_top { position:fixed; top:0; right:-3000px; height:60px; width:90%; background-color:#FFF; z-index:200; border-bottom:1px solid #eee; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; padding-left:20px;}
	.m_menu_all_top>a { display:block; text-indent:-9999px; background-image: url(../img/common/logo.svg); background-repeat:no-repeat; background-position:0% 50%; height:100%; background-size:100% auto; /*로고크기 설정*/ width:120px;}
	.m_menu_all_top>p {position:absolute; top:0; right:15px; text-indent:-9999px; background-image: url(../img/icon/close_FILL0.svg); background-repeat:no-repeat; background-size:100% auto; background-position:50% 50%; width:25px; height:100%; cursor:pointer;}
	.m_menu_all_name { background-color:#FFF; padding-top:60px;}
	.m_login_box { background-color:#eee; height:100px; font-size:0; padding:15px 30px;}
	.m_login_box>a { display:inline-block; width:70px; height:70px; background-position:center; background-repeat:no-repeat; background-size:100% auto; text-indent:-9999px; margin:0 6px 6px 0;}
	.mlogin_box_bg1 { background-image:url(../img/icon/m_menu01.png);}
	.mlogin_box_bg2 { background-image:url(../img/icon/m_menu02.png);}
	.mlogin_box_bg3 { background-image:url(../img/icon/m_menu03.png);}
	.mlogin_box_bg4 { background-image:url(../img/icon/m_menu04.png);}
	.mlogin_box_bg5 { background-image:url(../img/icon/m_menu05.png);}
	.mlogin_box_bg6 { background-image:url(../img/icon/m_menu06.png);}
	.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;  border-bottom:1px solid #F6F6F6; font-weight:500;}
	.m_menu_all_name>ul>.main:last-child { border-bottom:none;}
	.m_menu_all_name>ul>.main>p { display:inline-block; width:7px; height:40px; margin-left:20px; background-image:url(../img/icon/ar_right.png); background-repeat:no-repeat; background-position:50% 50%; vertical-align:top;}
	.m_menu_all_name>ul>.sub { background-color:#F6F6F6 !important; padding:10px 10px 10px 10px; font-size:13px; }
	.m_submenu_active { display:block !important;}
	.m_subname_active { background-image: url(../img/icon/ar_up.png) !important;}
	.m_menu_all_name>ul>.sub>a { display:inline-block; padding:0 8px; background-image:url(../img/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
	.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: 18px;
    display: inline-flex;
    font-weight: 700;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    align-items: center;}
	.m_menu_all_bottom { border-top: 1px solid #ddd; padding:20px 30px;}
	.m_menu_all_bottom>a { display:block; width:100%; height:auto; padding:15px 0; background-color:#FFF; border-radius:8px;}

	#all_bg2 { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.6; z-index:56; display:none;}
	.m_menu_all_tel .material-symbols-outlined, .m_menu_all_tel .material-symbols-outlined:hover { 
		color: #121212;
		font-weight: 500;
		padding-right: 5px;
	}
	.m_menu_all_tel .material-symbols-outlined.fax { 
		padding-left: 20px;
	}
	.sub-visual {
		height: 300px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sub-visual img {
		max-height:300px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.container-fluid-bs .sv_txt {
		height: 300px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sub_tab>ul>li {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		font-weight: 500;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sub_menu {
		height: 50px;
	}
	.sub_menu_wrap {
		height: 50px;
		margin-top: -51px;
	}
	.icon_home {
		width: 30px;
		height: 30px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sub_tab_sub {
		top: 50px;
	}
	.subtab>a {
		font-size: 15px;
		font-weight: 500;  
		padding: 18px 5px;
	}	
	#ctt_con iframe {
		width: 100%;
		height: 250px;
		margin-top: 40px;
		border: solid 1px #cccccc;
	}

	/*서브 콘텐츠 공통*/
	.sub-cont {
		margin: 0 auto 0;
		font-size: 16px;
		font-weight: 400;
	}
	.sub_tit .subs {
		display: block;
		font-size: 18px;
		letter-spacing: -0.5px;
		margin-bottom: 10px;
		color: rgba(230,0,18,1);
	}
	.sub_tit {
		font-size: 20px;
		font-weight: bold;
		line-height: 140%;
		letter-spacing: -.5px;
		word-break: keep-all;
	}
	.sub_tit2 {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.33px;
		text-align: left;
	}
	.subTit {
		font-size: 20px;
		font-weight: 700; 
		margin-bottom: 0px
	}
	.sub_cont_tit_01 {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: -0.33px;
	}
}


/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	.sub_tab {
		width: calc(100% - 40px);
		margin-left: 0;
		padding-right:0;
	}
	.sub_tit {
		font-size: 20px;
		line-height: 40px;
	}
	.subTit:before {
		margin-bottom: 10px;
	}
	.subtab .w-25, .subtab .w-33 {
		width:100% !important;
		padding: 5px 5px;
	}
	.subtab>a, .subtab>a.subtab_active, .subtab>a:hover {
		line-height: 200%;
		margin: 0px;
	}
	.subtab>a:not(:last-child) {
		border-right: 1px solid #CCC;
		border-bottom: 0px solid #ccc;
	}
}

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