@charset "utf-8";

:root {
	--point-color-01: 252, 225, 12;	/* #fce10c */
	--point-color-02: 255, 180, 0;	/* #ffb400 */
	--point-color-03: 255, 198, 0;	/* #ffc600 */

	/* orange */
	--point-color-04: 255, 111, 0;	/* #ff6f00 */

	/* hover darker point color */
	--point-color-07: 153, 107, 0;	/* #996B00 */
	--point-color-08: 180, 89, 14;	/* #B4590E */
	--point-color-14: 104, 75, 19;	/* #684b13 */
	--point-color-15: 59, 45, 17;		/* #3b2d11, #3e2f12 */

	/* blue */
	--point-color-05: 40, 95, 186;	/* #285fba */
	--point-color-06: 7, 72, 121;		/* #084879 */
	--point-color-09: 29, 80, 189;	/* #1d50bd */
	--point-color-16: 20, 56, 141;	/* #14388d */

	/* light blue gray */
	--point-color-10: 240, 242, 246;/* #f0f2f6, #f3f3f5, #eaebef, #eef0f3, #f8f9fa */
	--point-color-11: 65, 65, 69;		/* #414145 */

	--point-color-12: 169, 173, 185;/* #a9adb9 */
	--point-color-13: 207, 209, 211;		/* #cfd1d3 */
}

/* .btn-primary {
	background-color: rgb(var(--point-color-04));
	border-color: rgb(var(--point-color-04));
}
.btn-outline-primary {
	color: rgb(var(--point-color-03));
	border-color: rgb(var(--point-color-03));
}
.btn-primary:hover,
.btn-outline-primary:hover {
	background-color: rgb(var(--point-color-02));
	border-color: rgb(var(--point-color-03));
} */

/*****************************************************
	Common
*****************************************************/

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	word-break: keep-all;
}

/* 레이아웃 */
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {    
	padding-right: 15px;
	padding-left: 15px;
}
.layout {
	display: flex;
	align-items: center;
}
.layout.between {
		justify-content: space-between;
}
.layout.half .ly-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.top-sub .container .row .col-12 {
	padding-left:0;
	padding-right:0
}
@media (min-width: 576px) {
	.top-sub .container .row .col-12 {
		padding-left:15px;
		padding-right:15px;
	}
}
@media (min-width: 1300px) {
	.container {
			max-width: 1230px;
	}
}

/* Carousel */
.carousel-box .prev-btn span,
.carousel-box .next-btn span {
	display: inline-block;
	text-indent: -5000em;
}
.owl-dots-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}
.owl-carousel .owl-dots-wrapper .owl-dots {
	display: flex;
	align-items: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	border: none;
	border-radius: 50%;
	background-color: hsl(0, 0%, 100%);
}
.owl-carousel .owl-dots .owl-dot.active {
	/*
	background-color: #06a8eb;
	*/
	background-color: rgb(var(--point-color-01));
}
.owl-carousel .play-pause-btn {
	color: hsl(0, 0%, 100%);
}

/* 기타 */
.multi-row-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mark {
	padding: 0;
	background-color: transparent;
}

/*****************************************************
	Include
*****************************************************/

/***** Header *****/
/* top sub */
.top-sub {
	background-color: hsl(0, 0%, 95%);
}
.top-sub a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 200;
	white-space: nowrap;
	color: hsl(0, 0%, 20%);
}
.top-sub-layout {
	justify-content: space-between;
}
.top-sub-layout .ly-item:first-child a {	
	padding: 0 10px;
	border-right: 1px solid hsl(0, 0%, 85%);
	text-align: center;
	transition: 0.3s;
}
.top-sub-layout .ly-item:first-child a:hover,
.top-sub-layout .ly-item:first-child a:focus {
	background-color: hsl(0, 0%, 90%);
}
.top-sub-layout ul {
	display: flex;
	margin: 0;
}
.top-sub-layout ul > li {
	position: relative;
	margin-right: 20px;
}
.top-sub-layout ul > li:last-child {
	margin-right: 0;
}
.top-sub-layout .ly-item:first-child ul > li {
	margin-right: 0;
}
.top-sub-layout .ly-item:last-child ul > li {
	position: relative;
}
.top-sub-layout .ly-item:last-child ul > li:not(:first-child):not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10.5px;
	transform: translateY(-50%);
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: hsl(0, 0%, 76%);
}
.top-sub-layout .ly-item:last-child a:hover,
.top-sub-layout .ly-item:last-child a:focus {
	text-decoration: underline;
}
.top-sub-link-main,
.top-sub-link-login {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
}
.top-sub-link-popup {
	padding-left: 10px;
	padding-right: 25px;
	/*
	background-color: #f9de0a;
	*/
	background: rgba(var(--point-color-01), 0.9);
	font-size: 13px;
	transition: 0.3s;
}
.top-sub-link-popup:hover,
.top-sub-link-popup:focus {
	/*
	background-color: hsl(53, 95%, 48%);
	*/
	background: rgb(var(--point-color-02));
}
.top-sub-link-popup::after {
	content: "\e5cf";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-47%);
	font-family: "material-icons";
	font-size: 18px;	
}
.top-sub-link-popup.on::after {
	content: "\e5ce";
}
@media (min-width: 480px) {
	.top-sub-layout .ly-item:first-child a {
		min-width: 110px;
	}
}
@media (min-width: 576px) {
	.top-sub-layout .ly-item:first-child ul > li:first-child a {
		border-left: 1px solid hsl(0, 0%, 85%);
	}
}

/* top main */
#header {
	position: relative;
	z-index: 10;
}
#header .top-main-layout > .ly-item {
	display: flex;
	height: 60px;
	align-items: center;
}
#header .site-logo {
	display: block;
	margin-right: 10px;
}
#header .site-logo {
	width: 128px;
	height: auto;
}
#header .site-title {
	display: flex;
	align-items: center;
	margin: 0;
}
#header .site-title .site-link {
	display: flex;
	align-items: center;
	margin: 0;
}
#header .sub-site-title {
	font-size: 18px;
	font-weight: 500;
	color: hsl(0, 0%, 20%);
}
#header .top-menu {
	position: relative;
}
#header .nav-bg-fostrap {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background-color: rgb(var(--point-color-02));
	vertical-align: baseline;
	cursor: pointer;
	transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	background-color: rgb(var(--point-color-02));
	transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap span {
	display: block;
	width: 18px;
	height: 2px;
	margin-bottom: 4px;
	background-color: hsl(0, 0%, 100%);
}
#header .nav-bg-fostrap .navbar-fostrap span:last-child {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	#header .top-main {
		position: relative;
		/*
		border-bottom: 1px solid hsl(0, 0%, 85%);
		*/
	}
	#header .top-main .header-bg {
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1;
		display: none;
		width: 100%;
		height: 60px;
		background-color: rgb(var(--point-color-10));
		box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
	}
	#header .top-main .header-bg.on {
		display: block;
	}
	#header .top-main-layout > .ly-item:last-child {
		display: none;
	}
	#header .nav-bg-fostrap {
		display: none;
	}
}
#mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.menubar-box {
	position: fixed;
	top: 0;
	right: -354px;
	z-index: 110;
	width: 300px;
	height: 100vh;
	max-width: 70vw;
	background-color: hsl(0, 0%, 100%);
	transition: right 0.3s;
	/* overflow-y: auto; */
}
.menubar-box.on {
	right: 0;
}
.menubar-title-box {
	position: relative;
	height: 54px;
	line-height: 54px;
}
.menubar-title {	
	padding-left: 20px;
	margin: 0;
	background-color: rgb(var(--point-color-02));
	font-size: 24px;
	line-height: inherit;
	color: hsl(0, 0%, 100%);
}
.menubar-close {
	position: absolute;
	top: 0;
	left: -54px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: hsl(0, 0%, 100%);
	width: 54px;
	height: 54px;
	text-align: center;
	background-color: rgb(var(--point-color-04));	
	transition: 0.3s;
}
.menubar-close:hover,
.menubar-close:focus {
	/*
	background-color: hsl(27, 86%, 38%);
	*/
	color: hsl(0, 0%, 100%);
	background-color: rgb(var(--point-color-03));	
}
.menubar {
	list-style: none;
	display: block;
	height: calc(100% - 54px);
	margin: 0;
	overflow-y: auto;
}
.menubar [role="menuitem"] {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.menubar > li > [role="menuitem"] {
	height: 60px;
	background-color: hsl(0, 0%, 100%);
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: hsl(0, 0%, 40%);
}
.menubar > li > [role="menuitem"].active,
.menubar > li > [role="menuitem"]:hover {
	color: rgb(var(--point-color-04));
}
.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
	display: block;
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	height: auto;
}
.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox > .menubox-inner {
	opacity: 1;
}
.menubar .menubox-inner [role="menuitem"] {
	padding-right: 10px;
}

/* 2 depth menuitem */
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
	display: block;
	height: 2.500rem;
	line-height: 2.500rem;
	font-size: 1rem;	
	color: hsl(0, 0%, 40%);
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]:focus {
	text-decoration: underline;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
	color: rgb(var(--point-color-04));
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"] + .menubox > .menubox-inner > [role="menu"] {
	display: block;
	background-color: rgb(var(--point-color-10));
}

.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 2px;
	background-color: hsl(0, 0%, 40%);
}
.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before {
	right: 20px;
	width: 16px;
	height: 2px;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	right: 27px;
	width: 2px;
	height: 16px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
	background-color: hsl(0, 0%, 56%);
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"]::after,
.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"]::after {
	display: none;
}
/* 3 depth menu */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] {
	list-style: none;
	display: none;
	padding: 10px 0;
	margin: 0;
	background-color: hsl(240, 9%, 90%);
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"]::after {
	content: "";
	clear: both;
	display: block;
}
/* 3 depth menu li */
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
	position: relative;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 18px;
	z-index: 1;
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	/*
	background-color: #0e70b4;
	*/
	background-color: rgb(var(--point-color-04));
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
	margin-bottom: 0;
}

/* 2 depth menuitem 하위 메뉴 열림 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="true"] + [role="menu"] {
	display: block;
	border-bottom: 1px solid #ddd;
}
/* 2 depth menuitem 하위 메뉴 닫힘 */
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="false"] + [role="menu"] {
	display: none;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"] {
	display: block;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:hover,
.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"]:focus {
	background-color: rgb(var(--point-color-10));
}
.menubar .menubox-inner > .menu-deco {  
	display: none;
}
.menubar .menubox-inner > [role="menu"] {
	display: none;
}
.menubar .menubox-inner > [role="menu"] > li [role="menuitem"][aria-expanded="false"] + [role="menu"] {
	display: none;
}
@media (min-width: 576px) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			max-width: 540px;
	}
}
@media (min-width: 768px) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			max-width: 720px
	}
}
@media (min-width: 992px) {    
	.top-menu {
		position: relative;
		right: -20px;
	}
	.menubar-box {
		position: static;
		top: auto;        
		right: auto;
		left: auto;
		z-index: 20;
		width: 100%;
		height: 100%;
		max-width: none;
		background-color: hsl(0, 0%, 100%);		
		transition: right 0.3s;
	}
	.menubar .menubox {
		display: none;
	}
	.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
		display: none;
	}
	.menubar-title-box {
		display: none;
	}
	.menubar {
		display: flex;
		height: 100%;
		overflow: visible;
	}  
	.menubar > li {
		position: relative;
		list-style: none;
		height: 60px;
		padding: 2px;
	}	
	.menubar > li .menubox.on {
		display: block;
	}
	.menubar .menubox-inner [role="menuitem"] {
		padding-right: 0;
	}
	.menubar > li > [role="menuitem"] {
		height: 100%;
		min-width: 115px;
		justify-content: center;
		background-color: hsl(0, 0%, 100%);
		border-bottom: none;
		font-size: 18px;
		font-weight: 500;
		color: hsl(0, 0%, 7%);
	}
	.menubar > li > [role="menuitem"].active {
		background-color: hsl(0, 0%, 100%);
	}
	.menubar > li > [role="menuitem"][aria-haspopup="false"]::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		display: block;
		width: 12px;
		height: 12px;
		background: url(/common/images/external-link.png) no-repeat center;
	}	
	.menubar > li > [role="menuitem"][aria-haspopup="true"]::before,
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::before,
	.menubar > li > [role="menuitem"][aria-haspopup="true"]::after,
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"][aria-haspopup="true"]::after {
			display: none;
	}
	.menubar > li > [role="menuitem"] > .menuitem-text {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.menubar > li > [role="menuitem"] > .menuitem-text::after {
		content: "";
		position: absolute;    
		left: 50%;
		bottom: 1.25rem;
		display: block;
		width: 0;
		height: 3px;
		background: rgb(var(--point-color-05));
		transition: all .3s ease;
	}
	.menubar > li:hover > [role="menuitem"] > .menuitem-text::after {
		left: 0;
		width: 100%;        
	}	
	.menubar .menubox {
		position: absolute;
		top: 60px;
		z-index: 1;
		width: auto;
		min-width: calc(100% - 4px);
		/*
		padding: 10px 0 15px;
		*/
	}
	.menubar .menubox.on {
		z-index: 101;
		/*
		background-color: #3f2f0c;
		*/
		background-color: rgb(var(--point-color-02));
	}
	.menubar .menubox-inner {
		background-color: rgba(0,0,0,0.76);
		padding: 10px 0 15px;
	}
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
		display: flex;
		max-width: 960px;
		margin: 0 auto;
		position: relative;
		z-index: -1;
	}
	.menubar .menubox-dummy {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
	}
	.menubar .menubox-dummy::before {
		content: "";
		position: absolute;
		top: 0;
		left: calc((100vw - 100%) / 2 * -1);
		display: block;
		width: calc((100vw - 100%) / 2);
		height: 100%;        
		background-color: rgb(var(--point-color-06));
	}
	.menubar .menubox-dummy::after {
		content: "";
		position: absolute;
		top: 0;
		right: calc((100vw - 100%) / 2 * -1 + 9px);
		display: block;
		width: calc((100vw - 100%) / 2);
		height: 100%;        
		background-color: hsl(0, 0%, 100%);
	}
	.menubar .menubox.on .menubox-dummy,
	.menubar .menubox.on .menubox-inner {
		z-index: 1;
	}
	.menubar .menubox.on .menubox-inner {
		z-index: 2;
	}
	.menubar .menubox-dummy-1,
	.menubar .menubox-inner > .menu-deco {  
		flex: 0 0 25%;
		max-width: 25%;
		display: block;    
		background-color: rgb(var(--point-color-10));
	}  
	.menubar .menubox-dummy-1 {
		position: relative;
		z-index: 1;
		background-color: rgb(var(--point-color-10));
	}
	.menubar .menubox-inner > .menu-deco {
		position: relative;
		padding: 40px 15px 15px;        
		background-color: rgb(var(--point-color-06));
	}
	.menubar .menubox-inner > .menu-deco::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 421px;
		height: 322px;
		background: url(/site/resource/ansan/www/images/menu-bg.png) no-repeat center;
	}
	.menubar .menubox-inner .menu-deco-inner {
		position: relative;
		z-index: 3;
		margin-top: 30px;
	}
	.menubar .menubox-inner .menu-deco-inner::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 0;
		display: block;
		width: 25px;
		height: 2px;
		background-color: hsl(0, 0%, 100%);
	}
	.menubar .menu-deco-title {
		margin-bottom: 10px;
		font-size: 27px;
		font-weight: 500;
		color: hsl(0, 0%, 100%);
	}
	.menubar .menu-deco-text {
		font-size: 16px;
		font-weight: 300;
		color: hsl(0, 0%, 100%);
		opacity: 0.5;
		line-height: 1.6;
	}  
	.menubar .menubox-dummy-2,
	.menubar .menubox-inner > [role="menu"] {
		list-style: none;
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: hsl(0, 0%, 100%);
	}
	.menubar .menubox-inner > [role="menu"] {
		background-color: transparent;
	}
	.menubar .menubox-inner > [role="menu"] > li {    
		list-style: none;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		line-height: normal;
		min-height: 45px;
		padding: 0 5px;
		font-size: 16px;
		/*
		color: #b1aa9b;
		*/
		color: rgba(255, 255, 255, 0.72);
		text-align: center;
		word-break: keep-all;
	}
	.top-menu .menubar .menubox a[href="javascript:void(0)"],
	.top-menu .menubar .menubox a[href="javascript:alert('준비중입니다');"]
	{
		color: rgba(255, 255, 255, 0.30) !important;
	}
	
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
		color: hsl(0, 0%, 100%);
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] {
		display: block !important;
		padding: 10px 0;
		background-color: transparent;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li {
		width: 100%;    
		float: none;
		margin-bottom: 4px;
		padding: 0;
	}	
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li::before {
		left: 8px;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li > [role="menuitem"].active {
		color: rgb(var(--point-color-05));
		text-decoration: underline;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menu"] > li:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.top-menu {
		position: relative;
		right: -25px;
	}
	.menubar .menubox::before {
		right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
	}
	.menubar [role="menuitem"] {        
		padding: 0 25px;
	}
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
		max-width: 1140px;
	}
	.menubar > li > [role="menuitem"] {
		min-width: 140px;
		font-size: 19px;
	}
}
@media (min-width: 1300px) {
	.menubar .menubox::before {
			right: calc((100vw - 1200px) / 2 + 1200px + 20px - (1200px * 0.25));
	}	
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			max-width: 1200px;
	}
	.menubar .menubox-dummy-2,
	.menubar .menubox-inner > [role="menu"] {
			padding-right: 0;
	}
	.menubar .menubox-inner > .menu-deco {
			padding-left: 0;
	}
}

/***** Footer *****/
#footer {
	padding: 30px 0px;
	background-color: rgb(var(--point-color-10));
}
#footer > .container > .row {
	flex-direction: column-reverse;
}
#footer .footer-layout-left {
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
#footer .footer-menu {
	display: block;
	margin-bottom: 20px;
}
#footer .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
#footer .footer-menu ul > li {
	position: relative;
	list-style: none;
}
#footer .footer-menu ul > li > a {
	display: inline-block;
	font-size: 0.875rem;	
	color: rgb(var(--point-color-11));
	padding-right: 12px;
}
#footer .footer-menu ul > li:first-child > a {
	color: rgb(var(--point-color-04));
	padding-left: 0;
}
#footer .footer-menu ul > li:last-child > a {
	padding-right: 0;
}
#footer .footer-menu ul > li > a:hover,
#footer .footer-menu ul > li > a:focus {
	text-decoration: underline;
}
#footer .footer-menu ul > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: rgb(var(--point-color-12));
}
#footer address {
	margin-bottom: 8px;
}
#footer .address {
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 2px;
	color: hsl(0, 0%, 52%);
}
#footer .tel-fax,
#footer .tel-fax a {
	font-size: 14px;
	color: hsl(0, 0%, 52%);
}
#footer .copyright {
	display: block;
	font-size: 14px;
	color: hsl(0, 0%, 62%);
	text-transform: uppercase;
}
#footer .footer-layout-right {
	flex-wrap: wrap;
	justify-content: flex-end;
}
#footer .footer-layout-right > .ly-item {
	margin-bottom: 10px;
}
#footer .sns-list {
	display: flex;
	list-style: none;
	margin: 0;
}
#footer .sns-list > li {	
	margin-right: 8px;
}
#footer .footer-family-site {
	text-align: right;
}
#footer .footer-family-site button {	
	position: relative;
	display: block;
	min-width: 180px;
	padding: 0.5rem 0.75rem;
	border-radius: 2px;
	background-color: rgb(var(--point-color-13));
	font-size: 16px;
	color: hsl(0, 0%, 20%);
	text-align: left;
}
.dropup .dropdown-toggle {
	position: relative;
}
.dropup .dropdown-toggle::after {	
	content: "\e316";
	font-family: "Material-Icons";
	position: absolute;
	top: 45%;
	right: 8px;
	transform: translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 18px;	
	border: none;
	margin: 0;
	vertical-align: baseline;
	font-size: 18px;
}
@media (min-width: 380px) {
	#footer .footer-menu ul > li > a {		
		padding-right: 20px;
	}
	#footer .footer-menu ul > li:not(:last-child)::after {
    right: 9.5px;
	}
}
@media (min-width: 768px) {
	#footer .address,
	#footer .tel-fax {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	#footer > .container > .row {
		flex-direction: row;
	}
	#footer .footer-layout-left {
		justify-content: flex-start;
		text-align: left;
	}
	#footer .footer-menu ul {
		justify-content: flex-start;
	}
	#footer address {
		margin-bottom: 5px;
	}
}

/* KYJ 20200917 : SNS show on mobile */
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
 }
#footer .footer-layout-right {
		justify-content: center;
		margin-bottom: 10px;
}
#footer .sns-list a {
    width: 32px;
    height: 32px;
    padding: 2px 0;
    text-align: center;
    display: block;
    transition: 0.2s;
    background: hsl(0, 0%, 33%);
    border-radius: 300px;
}
#footer .sns-list a:hover, #footer .sns-list a:focus {
    background: hsl(0, 0%, 52%);
}

@media (min-width: 992px) {
    #footer .col-lg-3 {
        padding-top: 0;
    }
    
    #footer .footer-layout-right {
        justify-content: flex-end;
	}
}

/*****************************************************
	Main
*****************************************************/

/***** 섹션 공통 *****/
.sec-title-1 {
	font-size: 23px;
	font-weight: 500;
	color: hsl(0, 0%, 20%);
}
.sec-header .link-more {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid hsl(0, 0%, 33%);
	text-indent: -5000px;
}
.sec-header .link-more::before,
.sec-header .link-more::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: hsl(0, 0%, 33%);
}
.sec-header .link-more::before {
	width: 12px;
	height: 2px;
}
.sec-header .link-more::after {
	width: 2px;
	height: 12px;
}

/***** Main Visual *****/
#main-visual {
	max-width: 2000px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mv-box,
.mv-carousel-box .item {
	height: 430px;
}
.mv-box {
	position: relative;
}
.mv-carousel-box .item .item-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mv-box-inner {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
	width: 100%;
}
.mv-title-box {
	text-align: center;
}
.mv-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	color: hsl(0, 0%, 20%);
}
.mv-tagline {
	margin-bottom: 35px;
	font-size: 16px;
	color: hsl(0, 0%, 20%);
}
.sec-sub-mv-quick {
	margin-bottom: 10px;
}
.sec-sub-mv-quick .mv-quick-link {
	display: block;
	height: 100%;
	padding: 10px 15px;
	background-color: rgb(var(--point-color-01));
	transition: 0.3s;
}
.sec-sub-mv-quick .mv-quick-link:hover {
	background-color: rgb(var(--point-color-02));
	color: hsl(0, 0%, 33%);
}
.sec-sub-mv-quick .sec-header {
	display: flex;	
	align-items: center;
}
.sec-sub-mv-quick .sec-title-2 {
	font-size: 16px;
	font-weight: 500;
	color: hsl(0, 0%, 20%);
}
.sec-sub-mv-quick .sec-header .mv-quick-icon-box {
	display: flex;
	align-items: center;
	height: 45px;
}
.sec-sub-mv-quick .sec-header img {
	width: 45px;
	margin-right: 10px;
}
.sec-sub-mv-quick .sec-body {
	display: none;
	text-align: center;
}
.mv-carousel-box .owl-dots-wrapper {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
}
.mv-carousel-box .owl-carousel .owl-dots .owl-dot.active {
	background-color: rgb(var(--point-color-01));
}
.sec-box-mv-quick {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 1;
	width: 100%;
}
@media (min-width: 480px) {
	.mv-box-inner {
		top: 70px;
	}
	.mv-quick-container > .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.mv-quick-container > .row > [class|="col"] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	/*
	.mv-quick-container > .row > [class|="col"] {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	*/
	.mv-title {
		font-size: 34px;		
	}	
	.sec-sub-mv-quick .mv-quick-link {
		padding: 25px 10px;
	}
	.sec-sub-mv-quick .sec-header {
		flex-direction: column;
		height: auto;
	}
	.sec-sub-mv-quick .sec-header .mv-quick-icon-box {
		height: 68px;
		margin-bottom: 15px;
	}
	.sec-sub-mv-quick .sec-header img {
		width: auto;
		max-width: 100%;
		margin-right: 0;
	}
	.sec-sub-mv-quick .sec-title-2 {
		font-size: 18px;
	}
}
@media (min-width: 576px) {
	.mv-box,
	.mv-carousel-box .item {
		height: 460px;
	}
	.mv-title {
		font-size: 34px;		
	}
	.sec-sub-mv-quick .mv-quick-link {
		padding: 30px 10px;
	}
	.sec-sub-mv-quick .sec-header .mv-quick-icon-box {
		margin-bottom: 15px;
	}	
	.sec-sub-mv-quick .sec-title-2 {
		font-size: 18px;
	}	
}
@media (min-width: 768px) {
	.mv-box,
	.mv-carousel-box .item {
		height: 500px;
	}
	.mv-title {
		font-size: 38px;
	}	
	.mv-tagline {
		font-size: 17px;
	}
	.sec-sub-mv-quick .mv-quick-link {
		padding: 35px 15px;
	}
	.sec-sub-mv-quick .sec-header {
		margin-bottom: 15px;
	}
	.sec-sub-mv-quick .sec-title-2 {
		font-size: 19px;
	}
	.sec-sub-mv-quick .sec-body {
		display: block;
	}
	.sec-sub-mv-quick .mv-quick-link-deco {		
		display: inline-block;
		padding: 5px 40px;
		/*
		border: 1px solid #9f870d;
		*/
		border: 1px solid rgba(0,0,0,0.2);
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.mv-box,
	.mv-carousel-box .item {
		height: 540px;
	}
	.mv-title {
		font-size: 42px;
	}	
	.mv-tagline {
		font-size: 18px;
	}
	.sec-sub-mv-quick .mv-quick-link {
		padding: 40px 30px;
	}
	.sec-sub-mv-quick .sec-header {
		margin-bottom: 20px;
	}
	.sec-sub-mv-quick .sec-header .mv-quick-icon-box {
		margin-bottom: 20px;
	}
	.sec-sub-mv-quick .sec-title-2 {
		font-size: 21px;
	}
}
@media (min-width: 1200px) {
	#main-visual {
		margin-bottom: 30px;
	}
	.mv-box,
	.mv-carousel-box .item {
		height: 580px
	}
	.mv-box-inner {
		top: 80px;
	}
	.mv-title {
		font-size: 45px;		
	}	
	.mv-tagline {
		margin-bottom: 50px;
	}
	.sec-sub-mv-quick .sec-header .mv-quick-icon-box {
		margin-bottom: 15px;
	}	
	.sec-sub-mv-quick .sec-title-2 {
		font-size: 23px;
	}
}

/***** 게시판 *****/
.sec-box-board {
	padding: 10px 0;
}
.sec-box-board .sec {
	margin-bottom: 30px;
}
.sec-box-board .sec-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.sec-box-board .board-list > li {
	position: relative;
	margin-bottom: 9px;
}
.sec-box-board .board-list > li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	display: inline-block;
	width: 3px;
	height: 3px;
	flex: 0 0 3px;
	max-width: 3px;
	background-color: rgb(var(--point-color-16));
}
.sec-box-board .item-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 18px;
}
.sec-box-board .item-link:hover,
.sec-box-board .item-link:focus {
	color: hsl(0, 0%, 20%);
	text-decoration: underline;
}
.sec-box-board .item-title {
	font-size: 16px;
	color: hsl(0, 0%, 20%);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec-box-board .item-date {
	flex: 0 0 80px;
	max-width: 80px;
	margin-left: 10px;
	font-size: 16px;
	color: hsl(0, 0%, 62%);
}

/* Q&A */
.sec-box-board .sec-board-qna {
	margin-bottom: 25px;
}

/***** 퀵메뉴 *****/
.sec-box-quick {
	margin-bottom: 30px;
}
.sec-quick-container > .row > [class|="col"] {
	margin-bottom: 10px;
}
.sec-quick .sec-sub {
	height: 100%;
}
.sec-quick .quick-link {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 70px 25px 25px;
	transition: 0.3s;
}
.sec-quick-container > .row > [class|="col"] .quick-link {
	background-color: rgb(var(--point-color-02));
	background-repeat: no-repeat;
	background-position: top -5000px left -5000px;
}
.sec-quick-container > .row > [class|="col"]:nth-child(even) .quick-link {
	background-color: rgb(var(--point-color-03));
}
.sec-quick .sec-quick-container > .row > [class|="col"] .quick-link:hover,
.sec-quick .sec-quick-container > .row > [class|="col"] .quick-link:focus {
	/* background-color: hsl(42, 100%, 70%); */
	background-color: rgb(var(--point-color-01));
}
.sec-quick .sec-quick-container > .row > [class|="col"]:nth-child(even) .quick-link:hover,
.sec-quick .sec-quick-container > .row > [class|="col"]:nth-child(even) .quick-link:focus {
	/* background-color: hsl(47, 100%, 70%); */
	background-color: rgb(var(--point-color-01));
}
.sec-quick .sec-deco {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	transition: 0.3s;
}
.sec-quick .sec-deco::before,
.sec-quick .sec-deco::after {
	content: "";	
	position: absolute;
	display: block;
	background-color: rgb(var(--point-color-15));
}
.sec-quick .sec-deco::before {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 2px;
}
.sec-quick .sec-deco::after {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 24px;
}
.sec-quick .quick-link:hover .sec-deco,
.sec-quick .quick-link:focus .sec-deco {
	/* transform: translateY(-50%) rotate(180deg); */
}
.sec-quick .sec-title-2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	color: rgb(var(--point-color-15));
}
.sec-quick .sec-tagline {
	font-size: 15px;
	color: rgb(var(--point-color-14));
}
.sec-quick .tagline-text {
	display: block;
}
@media (min-width: 480px) {
	.sec-quick .tagline-text {
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.sec-quick .tagline-text {
		display: block;
	}
}
@media (min-width: 992px) {
	.sec-quick .tagline-text {
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.sec-box-quick {
		margin-bottom: 60px;
	}
	.sec-quick .quick-link:hover,
	.sec-quick .quick-link:focus {
		top: -20px;
    box-shadow: 13px 13px 17px rgba(0, 0, 0, 0.45);	
	}
	.sec-quick-container > .row > [class|="col"]:nth-child(odd) .quick-link,
	.sec-quick-container > .row > [class|="col"]:nth-child(even) .quick-link {
		height: 350px;
		padding: 60px 25px;
		background-color: rgb(var(--point-color-02));
		background-position: center;
		background-size: cover;
		text-align: center;
	}	
	.sec-quick .sec-title-2 {
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 18px;
		font-size: 21px;
	}
	.sec-quick .sec-title-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 24px;
		height: 2px;
		background-color: rgb(var(--point-color-15));
	}
	.sec-quick .tagline-text {
		display: block;
	}
	.sec-quick .sec-deco {
		display: none;
	}
}


/*****************************************************
	Sub
*****************************************************/

.sub-container {margin-bottom:2rem;margin-top:1.5rem}
.sub-container #content {padding: 0;margin-bottom: 0;}
.sub-top {display:block;position:relative;margin:0;height:110px}
.sub-top .img {display:block;background-position:top center;background-size:cover;width:100%;height:100%}
.sub-top .sub-top-txt {text-align:center}
.sub-top .sub-top-txt h2 {color:hsl(0, 0%, 100%);display:inline-block;margin:0;font-size:1.250em;font-weight:700;padding:30px 0 0;text-shadow:3px 3px 9px #222}
.sub-top .sub-top-txt .sub-top-title {color:hsl(0, 0%, 100%);display:inline-block;margin:0;font-size:1.250em;font-weight:700;padding:30px 0 0;}
.sub-top .sub-top-txt .sub-top-sub-title {font-size: 0.875rem;color: hsl(0, 0%, 100%);}
.cont-title {border-bottom:1px dotted #ccc}
.page-navi {background-color: rgba(var(--point-color-02), 0.9);}
.page-navi:before {background-color: transparent;}
.page-navi .container {padding-left:0;padding-right:0;}
.page-navi .navbar {border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}
.page-navi .navbar .navbar-nav>.nav-item {border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
/* .page-navi .navbar .navbar-nav>.nav-item:first-child {border-left:1px solid rgba(255,255,255,.2)} */
.page-navi .navbar .navbar-nav>.nav-item:first-child {border:none}
.page-navi .navbar .navbar-nav>.nav-item .nav-link {color:hsl(0, 0%, 100%);}
.page-navi .navbar .navbar-nav>.nav-item .nav-link:before {color:rgba(255,255,255,.5)}
.page-navi .navbar .navbar-nav>.nav-item .nav-link.home { display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.18); border: none; transition: 0.3s;}
.page-navi .navbar .navbar-nav>.nav-item .nav-link.home:hover,
.page-navi .navbar .navbar-nav>.nav-item .nav-link.home:focus {
	background-color: rgb(var(--point-color-07));
}
.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover, .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
	color: rgb(var(--point-color-04));
}
.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active {
	background-color: rgb(var(--point-color-04));
}
.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:active {
	background-color: rgb(var(--point-color-10));
}
.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:hover, .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:focus {
	background-color: rgb(var(--point-color-08));
}
.cont-title {padding-bottom: 10px;}
.cont-title h2 {font-size: 1.75rem; display: inline-block;}
.cont-title-desc {font-size: 14px; display: none; color: hsl(0, 0%, 52%); margin-left: 10px;}
@media (min-width:576px) {
	.page-navi .container {padding-left:15px;padding-right:15px;}
}
@media (min-width:768px) {
		.sub-top {height:150px}
		.sub-top .sub-top-txt h2 {font-size:1.563em;padding:50px 0 0}
		.sub-top .sub-top-txt .sub-top-title {font-size:1.563em;padding:50px 0 0; margin-bottom: 2px;}
		.sub-top .sub-top-txt .sub-top-sub-title {font-size: 0.938rem;}		
		.cont-title h2 {font-size: 1.875rem;}
}
@media (min-width:992px) {
		.sub-container {margin-bottom:4.5rem;margin-top:2rem}
		.sub-container #content {padding: 0;margin-bottom: 1.875rem;}
		.sub-top {height:230px}
		.sub-top .sub-top-txt h2 {font-size:1.875em;padding:70px 0 0}
		.sub-top .sub-top-txt .sub-top-title {font-size:1.875em;padding:60px 0 0;}
		.sub-top .sub-top-txt .sub-top-sub-title {font-size: 1rem;}
		.page-navi {position:relative; top: -51px;}
		.page-navi .navbar {border-left:none;}
		.page-navi .navbar .navbar-nav>.nav-item:nth-child(2n+1):not(:first-child) {border-right:1px solid rgba(255,255,255,.2)}

		/* snb */
		.page-navi + .sub-container {margin-top: 0;}
		.sub-container .snb {max-width:280px;margin-bottom:3.5rem}
		.sub-container .snb-title {display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2.188rem 0;min-height:6.875rem;text-align:center;background: rgb(var(--point-color-02)) url(/template/t001002/images/sub-snb-bg.png) no-repeat center;color:hsl(0, 0%, 100%);font-size:1.438rem; border-bottom-left-radius: 15px;}
		.sub-container .snb-title > span {font-weight:100}
		.sub-container .snb .snb-list {}
		.sub-container .snb .snb-list >li {background:none;border-bottom:1px solid hsl(0, 0%, 85%);padding:0;margin:0}
		.sub-container .snb .snb-list >li > a {position:relative;display:block;padding:1.063rem 1.75rem 1.063rem 1.25rem}
		.sub-container .snb .snb-list >li.active > a {background:hsl(0, 0%, 98%);color:rgb(var(--point-color-04));font-weight:600}
		/* .sub-container .snb .snb-list >li > a:after {content:'\e5cc';position:absolute;font-family:'material-Icons';top:0.9rem;right:0.5rem;font-size:1.3rem;color:#c2c2c3;font-weight:600} */
		.sub-container .snb .snb-list >li.active > a:after {color:rgb(var(--point-color-04))}
		.sub-container .snb .snb-list >li > a:hover, 
		.sub-container .snb .snb-list > li > ul >li > a:focus {color:rgb(var(--point-color-04));font-weight:600}
		.sub-container .snb .snb-list >li.active > a:hover, 
		.sub-container .snb .snb-list > li > ul >li.active > a:focus {color:rgb(var(--point-color-04));}
		.sub-container .snb .snb-list >li > ul {display:none;margin:0;padding:0.8rem  1.05rem;border-top:1px solid hsl(0, 0%, 85%)}
		.sub-container .snb .snb-list >li.active > ul {display:block}
		.sub-container .snb .snb-list >li > ul > li {margin:0 0 10px 0;padding-left:0.9rem;background-position:5px 11px}
		.sub-container .snb .snb-list >li > ul > li > a {font-size:0.9rem;color:hsl(0, 0%, 33%); transition:0.4s; line-height: 1.2;}
		.sub-container .snb .snb-list >li > ul > li.active > a {color:rgb(var(--point-color-09));font-weight:600}
		.sub-container .snb .snb-list >li > ul > li > a:hover, 
		.sub-container .snb .snb-list >li > ul > li > a:focus {color:rgb(var(--point-color-09));font-weight:600}
		.sub-container .snb .snb-list >li > ul > li ul {display:none}

		.sub-container .snb .snb-list >li > ul > li {position: relative;}
		.sub-container .snb .snb-list >li > ul > li::before {
			display: inline-block;
			content: '';
			width: 4px;
			height: 4px;
			background: rgb(var(--point-color-12));

			position: absolute;
			top: 10px;
			left: 0;
		}
		.sub-container .snb .snb-list >li > ul > li.active::before,
		.sub-container .snb .snb-list >li > ul > li:hover::before {
			background: rgb(var(--point-color-05));
		}

		.cont-title {padding-bottom: 15px;}
		.cont-title h2 {font-size: 34px;margin: 0;}
		.cont-title-desc {display: inline-block;}
}
@media (min-width:1200px) {
	.sub-top .sub-top-txt .sub-top-title {font-size:2.125rem;}
	.sub-top .sub-top-txt .sub-top-sub-title {font-size: 1.125rem;}
	.cont-title h2 {font-size: 36px;}
}
/*yk 20201028*/
.nav-tabs-style01 .nav-item .nav-link.active {
	background-color: rgb(var(--point-color-15));
}
.list-style01 > li {
	background: none;
	position: relative;
}
.list-style01 > li::before {
	content: "";
	position: absolute;
	top: 0.35rem;
	left: 0;
	transform: translateY(100%);
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: rgb(var(--point-color-15));
}
/* 접근성 코드 추가 250408 */
.modal .close {
  position: absolute;
  top: 16px;
  right: 15px;
  color: #FFF;
  opacity: 1;
}