@charset "utf-8";
@import url('/common/css/font-notokr.css');
@import url('/common/css/font-proxima.css');

:root {
	--point-color-01: 76, 42, 135;	/* #4c2a87 */
	--point-color-02: 97, 64, 154; 	/* #61409a */
	--point-color-03: 61, 19, 130;	/* #3d1382 */

	/* low saturate lighter */
	--point-color-04: 89, 70, 121;	/* #594679 */

	/* lighter */
	--point-color-05: 183, 147, 186;	/* #b793ba */

	/* gradient */
	--point-color-06: 125, 50, 169;		/* #7d32a9 */
	--point-color-07: 83, 85, 185;		/* #5355b9 */
	/* #7d32a9 - #4f51b5 */
	
	--point-color-08: 119, 57, 172;		/* #7739ac */
	--point-color-09: 50, 73, 122;		/* #32497a */
	--point-color-10: 126, 56, 129;		/* #7e3881 */
	--point-color-11: 107, 142, 210;	/* #6b8ed2 */
	--point-color-12: 2, 161, 193;		/* #02a1c1 */
	--point-color-13: 102, 50, 167;		/* #6632a7 */

	--point-color-14: 85, 18, 127;		/* #55127f */	


}

/*****************************************************
	Common
*****************************************************/

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}

html {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, ol, dl {
	margin: 0;
}

/* 레이아웃 */
.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%;
}
@media (min-width: 1300px) {
	.container {
			max-width: 1230px;
	}
}

/* 섹션 */
.sec {
	padding-top: 45px;
}
.sec-box {
	max-width: 2000px;
	margin: 0 auto;
}
.sec-title-1 {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}
.sec-title-1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: black;
}
@media (min-width: 576px) {
	.sec {
		padding-top: 55px;
	}
	.sec-title-1 {
		padding-bottom: 40px;
		margin-bottom: 40px;
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	.sec {
		padding-top: 65px;
	}
	.sec-title-1 {
		padding-bottom: 45px;
		margin-bottom: 45px;
		font-size: 45px;
	}
}
@media (min-width: 992px) {
	.sec {
		padding-top: 75px;
	}
	.sec-title-1 {
		padding-bottom: 50px;
		margin-bottom: 50px;
		font-size: 50px;
	}
}

/* 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: 16px;
	height: 16px;
	margin-right: 8px;
	border: 2px solid rgb(var(--point-color-04));
	border-radius: 50%;
	transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active {
	width: 39px;
	border-radius: 1000px;
	background-color: rgb(var(--point-color-04));
}
.carousel-btns button span {
	display: inline-block;
	text-indent: -5000em;
}

/* 기타 */
.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;
}
.more-link-skew {
	display: inline-block;
	width: 215px;
	padding: 20px;
	border: 1px solid hsl(0, 0%, 60%);
	font-size: 18px;
	font-weight: 300;
	color: black;
	transform: skew(-20deg);
	transition: transform 0.3s;
	margin: 10px 0;
}
.more-link-skew .more-link-text {
	display: inline-block;
	transform: skew(20deg);
	transition: transform 0.3s;
}
.more-link-skew:hover,
.more-link-skew:focus {
	transform: skew(0deg);
}
.more-link-skew:hover .more-link-text,
.more-link-skew:focus .more-link-text {
	transform: skew(0deg);
	color: black;
}

/*****************************************************
	Include
*****************************************************/

/***** Header *****/
/* top sub */
.top-sub {
	border-bottom: 1px solid hsl(0, 0%, 85%);
}
.top-sub a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
	color: #4f4f4f;
}
.top-sub a:hover,
.top-sub a:focus {
	text-decoration: underline;
}
.top-sub-layout {
	justify-content: space-between;
}
.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 ul > li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10.5px;
	transform: translateY(-50%);
	display: block;
	width: 2px;
	height: 10px;
	background-color: hsl(0, 0%, 85%);
}
.top-sub-link-main,
.top-sub-link-login {	
	background-repeat: no-repeat;
	background-position: center left;
}
.top-sub-link-main {
	background-image: url(/template/t001005/images/top-sub-icon01.png);
}
.top-sub-link-login {
	background-image: url(/template/t001005/images/top-sub-icon02.png);
}
.top-sub .top-sub-link-popup {
	padding-left: 10px;
	padding-right: 25px;
	background-color: rgb(var(--point-color-02));
	color: hsl(0, 0%, 100%);
}
.top-sub-link-popup::after {
	content: "\e5cf";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-47%);
	font-family: "material-icons";
	font-size: 18px;
	color: #cdc2df;	
}
.top-sub-link-popup.on::after {
	content: "\e5ce";
}

/* top main */
#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: 1.25rem;
	font-weight: 500;
	color: black;
}
#header .top-main .header-bg {
	display: none;
}
#header .nav-bg-fostrap {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background-color: hsl(0, 0%, 100%);
	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: hsl(0, 0%, 100%);
	transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 7px;
	background-color: #0e3f71;
}
#header .nav-bg-fostrap .navbar-fostrap span:last-child {
	margin-bottom: 0;
}
@media (min-width: 576px) {
	#header .sub-site-title {
		font-size: 1.438rem;
	}
}
@media (min-width: 992px) {
	#header .sub-site-title {
		font-size: 1.563rem;
	}
}
@media (min-width: 1200px) {
	#header .top-main {
		position: relative;
	}
	#header .top-main .header-bg {
		position: absolute;
		top: 60px;
		left: 50%;
		right: 50%;
		z-index: 10;
		display: none;
		width: 100vw;
		border-top: 1px solid #ccc;		
    margin-left: -50vw;
    margin-right: -50vw;
		background-color: hsl(0, 0%, 100%);
		box-shadow: 0 5px 7px -2px rgba(59, 56, 56, 0.35);
	}
	#header .top-main .header-bg.on {
		display: block;
	}
	#header .top-main .header-bg > .container,
	#header .top-main .header-bg > .container > .row,
	#header .top-main .header-bg > .container > .row > [class|="col"] {
		height: 100%;
	}
	#header .top-main .header-bg > .container > .row > [class|="col"] {
		-ms-flex: 0 0 370px;
		flex: 0 0 370px;
		max-width: 370px;
	}
	#header .top-main .header-bg > .container > .row > [class|="col"]::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: calc((100vw - 1140px) / 2 + 370px);
		height: 100%;
		background: #4e2b8b url(/template/t001009/images/top-menu-bg.png) no-repeat center;
		background-size: cover;
	}
	#header .top-main .header-bg > .container > .row > [class|="col"]::after {
		content: "";
		position: absolute;
		bottom: 35px;
		right: 30px;
		display: block;
		width: 230px;
		height: 57px;
		background: url(/template/t001009/images/top-menu-deco-bg.png) no-repeat center;
	}
	#header .top-main .header-bg .header-bg-title {
		position: absolute;
		top: 40px;
		right: 40px;
		font-size: 32px;
		font-weight: 200;
		color: hsl(0, 0%, 100%);
	}
	#header .top-main .header-bg .header-bg-title b {
		font-weight: 500;
		color: #00b5ae;
	}
	#header .top-main-layout > .ly-item:nth-child(3) {
		display: none;
	}
	#header .nav-bg-fostrap {
		display: none;
	}
}
@media (min-width: 1300px) {
	#header .top-main .header-bg > .container > .row > [class|="col"]::before {
		width: calc((100vw - 1230px) / 2 + 370px);
	}
}

#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;
}
.menubar-box.on {
	right: 0;
}
.menubar-title-box {
	position: relative;
	height: 54px;
	line-height: 54px;
}
.menubar-title {	
	padding-left: 20px;
	margin: 0;
	background-color: #0e3f71;	
	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: #fff;
	width: 54px;
	height: 54px;
	text-align: center;
	background-color: #005087;	
	transition: 0.3s;
}
.menubar-close:hover,
.menubar-close:focus {
	background-color: hsl(204, 100%, 16%);
}
.menubar-close:hover,
.menubar-close:focus {
	color: hsl(0, 0%, 100%);
}
.menubar {
	list-style: none;
	display: block;
	height: 100%;
	margin: 0;
	overflow-y: auto;
}
.menubar .menubox-inner .menubox-inner-title {
	display: none;
}
.menubar [role="menuitem"] {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.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 {
	/* color: #00b5ae; */
	color: #0e3f71;
}
.menubar > li > [role="menuitem"]:hover {
	/* color: #00b5ae; */
	color: #0e3f71;
}
.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-01));
	text-decoration: underline;
}
.menubar > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"] + .menubox > .menubox-inner > [role="menu"] {
	display: block;
	background-color: #f3f3f5;
}

.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: #929292;
}
.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: rgb(var(--point-color-01));
}
.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: #eaebef;
}

.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) {
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			max-width: 960px
	}
}
@media (min-width: 1200px) {
	.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%);
			overflow: hidden;
			transition: right 0.3s;
	}
	.menubar .menubox {
		display: none;
	}
	.menubar > li > [role="menuitem"] {
		min-width: 160px;
	}
	.menubar > li > [role="menuitem"][aria-expanded="true"] + .menubox {
			display: none;
	}
	.menubar-title-box {
			display: none;
	}
	.menubar {
			display: flex;
			height: 100%;
	}
	.top-menu:hover .menubox {
		display: block;
	}	
	.menubar > li {
			list-style: none;
			height: 60px;
	}
	.menubar > li:hover .menubox {
			display: block;
			background-color: transparent;
	}
	.menubar .menubox-inner [role="menuitem"] {
			padding-right: 0;
	}
	.menubar > li > [role="menuitem"] {
			height: 100%;    
			background-color: hsl(0, 0%, 100%);
			border-bottom: none;
			font-size: 18px;
			font-weight: 500;
			color: #111111;
	}
	.menubar > li > [role="menuitem"].active {
			background-color: hsl(0, 0%, 100%);
			color: rgb(var(--point-color-01));
	}
	.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 .menubox-inner > [role="menu"] > li > [role="menuitem"] {
		font-size: 16px;
		color: #555;
		height: 50px;
		line-height: 50px;
	}
	.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-03)); 
			transition: all .3s ease;
	}
	.menubar > li:hover > [role="menuitem"] > .menuitem-text::after {
			left: 0;
			width: 100%;        
	}	
	.menubar .menubox {
			position: absolute;
			top: 60px;
			left: 370px;
			z-index: 10;
			width: 755px;
	}
	.menubar .menubox.on {
			z-index: 101;
	}	
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			display: flex;
			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-04)); 
	}
	.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: #eaebef ;
	}  
	.menubar .menubox-dummy-1 {
			position: relative;
			z-index: 1;
			background-color: #eaebef;
	}
	.menubar .menubox-inner > .menu-deco {
			position: relative;
			padding: 40px 15px 15px;        
			background-color: rgb(var(--point-color-04)); 
	}
	.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-inner {
		margin-left: 60px;
		border-bottom: 1px solid #e5e5e5;
	}
	.menubar .menubox-inner .menubox-inner-title {
		display: flex;
		align-items: center;
		font-weight: 500;
		color: rgb(var(--point-color-03));
		min-width: 120px;
	}  
	.menubar .menubox-dummy-2,
	.menubar .menubox-inner > [role="menu"] {
			list-style: none;
			display: flex;
			flex-direction: row;
			width: auto;
			background-color: hsl(0, 0%, 100%);
	}
	.menubar .menubox-inner > [role="menu"] {
			background-color: transparent;
	}
	.menubar .menubox-inner > [role="menu"] > li {    
			list-style: none;
			min-height: 50px;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"] {
		position: relative;
		padding: 0 25px;
		white-space: nowrap;
		text-align: center;
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"]::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12.5px;
		transform: translateY(-50%);
		display: inline-block;
		width: 3px;
		height: 3px;
		background-color: hsl(0, 0%, 24%);
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active {
		color: rgb(var(--point-color-08)); 
		text-decoration: none;
		/* background-color: #00b5ae;
		border-radius: 5px;
		color: hsl(0, 0%, 100%); */
	}
	.menubar .menubox-inner > [role="menu"] > li > [role="menuitem"].active:hover {
		text-decoration: underline;
	}
	.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-03)); 
			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) {
	.menubar .menubox::before {
			right: calc((100vw - 1140px) / 2 + 1140px + 20px - (1140px * 0.25));
	}
	.menubar [role="menuitem"] {
			justify-content: center;
	}
	.menubar .menubox-dummy,
	.menubar .menubox-inner {
			max-width: 1140px;
	}
	.menubar .menubox-inner > [role="menu"] {
		margin-left: 10px;
	}	
}
@media (min-width: 1300px) {
	.menubar .menubox {		
		width: 845px;
	}
	.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: 20px 0 40px;
	background-color: hsl(0, 0%, 95%);
}
#footer > .container > .row > [class|="col"]:last-child {
	text-align: center;
}
#footer .footer-menu {
	display: block;
	margin-bottom: 15px;
}
#footer .footer-menu ul {
	display: inline-block;
	margin: 0;
}
#footer .footer-menu ul > li {
	position: relative;
	float: left;
	list-style: none;
}
#footer .footer-menu ul > li > a {
	display: inline-block;
	font-size: 13.5px;
	font-weight: 200;	
	color: hsl(0, 0%, 20%);
	padding-right: 10px;
	letter-spacing: -0.06rem;
}
#footer .footer-menu ul > li:first-child > a {
	color: rgb(var(--point-color-06));
	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 address {
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(40, 40, 40, 0.6);
}
#footer .address {
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
}
#footer .tel-fax {
	margin-bottom: 5px;
}
#footer .tel a {
	color: rgba(40, 40, 40, 0.6);
}
#footer .copyright {
	display: block;
	color: rgba(40, 40, 40, 0.6);
	line-height: 1.6;
}
#footer .footer-layout-right {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5px;
}
#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 .sns-list > li:last-child {
	margin-right: 0;
}
#footer .sns-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: hsl(0, 0%, 88%);
	transition: 0.3s;
}
#footer .sns-list a:hover,
#footer .sns-list a:focus {
	background-color: #d2d2d2;
}
#footer .footer-family-site {
	text-align: right;
}
#footer .footer-family-site button {	
	position: relative;
	display: block;
	min-width: 180px;
	padding: 0.5rem 0.75rem;
	margin-left: 10px;
	border-radius: 2px;
	background-color: hsl(0, 0%, 85%);
	font-size: 16px;
	color: #282828;
	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: 350px) {
	#footer .footer-menu ul > li > a {
		padding-right: 12px;
		letter-spacing: -0.03rem;
	}
	#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: #a9adb9;
	}
}
@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: 390px) {
	#footer .footer-menu ul > li > a {
		font-size: 15px;
	}
}
@media (min-width: 450px) {
	#footer .footer-menu ul > li > a {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	#footer .address,
	#footer .tel-fax {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	#footer > .container > .row {
		flex-direction: row-reverse;
	}
	#footer > .container > .row > [class|="col"]:last-child {
		text-align: left;
	}
	#footer .footer-layout-right {
		justify-content: flex-end;
	}	
}



/*****************************************************
	Main
*****************************************************/

/***** Main Visual *****/
#main-visual {
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
}
.mv-box {
	position: relative;
	height: 280px;
}

/* Main Visual - Carousel */
.mv-carousel .item {
	height: 280px;
}
.mv-carousel-box .item .item-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mv-carousel .owl-dots-wrapper {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.mv-carousel .owl-dots-wrapper .play-pause-btn {
	color: rgb(var(--point-color-04)); 
}
.mv-carousel .owl-dots-wrapper .play-pause-btn .material-icons {
	font-size: 24px;
}
.mv-carousel .prev-btn,
.mv-carousel .next-btn {
	display: none;
}

/* Main Visual -  Text */
.mv-text-box {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.mv-title {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 5px;
}
.mv-title b {
	font-weight: bold;
}
.mv-tagline {
	display: block;
	font-size: 16px;
	color: black;
}

/* Main Visual - Quick Menu */
.mv-quick-box {
	display: none;
}
@media (min-width: 576px) {
	.mv-box,
	.mv-carousel .item {
		height: 340px
	}	
	.mv-title {
		font-size: 30px;
	}
	.mv-tagline {
		font-size: 17px;
	}	
}
@media (min-width: 768px) {
	.mv-box,
	.mv-carousel .item {
		height: 440px
	}
	.mv-text-box {
		top: 30px;
		transform: none;
	}
	.mv-title {
		font-size: 40px;
	}
	.mv-tagline {
		font-size: 18px;
	}
	.mv-quick-container {
		position: absolute;
		bottom: 70px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.mv-quick-box {
		display: block;
		padding: 30px 10px 5px;
		background-color: rgba(var(--point-color-03), 0.8);
	}
	.mv-quick-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.mv-quick-list > li {
		position: relative;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 15px;
		text-align: center;
	}
	.mv-quick-list > li::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: inline-block;
		width: 1px;
		height: 69px;
		background-color: rgba(255, 255, 255, 0.3);
	}
	.mv-quick-list > li:nth-child(4n)::after {
		display: none;
	}
	.mv-quick-box a {
		display: inline-block;
		padding: 50px 10px 0;		
		font-size: 15px;
		color: hsl(0, 0%, 100%);
		text-align: center;
	}
	.mv-quick-box a img {
		position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 100%;
    width: auto;
	}
	.mv-quick-list > li:nth-child(3) a img {
		margin-left: 8px;
	}
	.mv-quick-box a:hover img,
	.mv-quick-box a:focus img {
		animation: buzz .75s linear 1;
	}
}	
@media (min-width: 992px) {
	.mv-box,
	.mv-carousel .item {
		position: relative;
		height: 540px
	}	
	.mv-carousel-box {
		position: relative;
		height: 100%;
	}
	.mv-carousel-box .carousel-btns,
	.mv-carousel-box .carousel-btns > .container,
	.mv-carousel-box .carousel-btns > .container > .row {
		height: 100%;
	}
	.mv-carousel-box .carousel-btns {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.mv-carousel-box .prev-btn,
	.mv-carousel-box .next-btn {
		position: absolute;
		top: 25%;
		z-index: 1;
		display: inline-block;
		width: 41px;
		height: 79px;		
		background-repeat: no-repeat;
		background-position: center;
	}
	.mv-carousel-box .prev-btn {
		left: 0;
		background-image: url(/template/t001005/images/arrow-left-white.png);
	}
	.mv-carousel-box .next-btn {
		right: 0;
		background-image: url(/template/t001005/images/arrow-right-white.png);
	}
	.mv-carousel .owl-dots-wrapper {
		bottom: 40px;
	}
	.mv-text-box {
		top: 60px;
	}
	.mv-title {
		font-size: 50px;
	}
	.mv-tagline {
		font-size: 20px;
	}
	.mv-quick-container {		
		bottom: 100px;
	}
}
@media (min-width: 1200px) {
	.mv-box,
	.mv-carousel .item {
		height: 620px
	}
	.mv-quick-list > li {
		/* -ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%; 
		max-width: 14.285714%; */
		-ms-flex: auto;
		flex: auto;
	}
	.mv-quick-list > li:nth-child(4n)::after {
		display: inline-block;
	}
	.mv-quick-list > li:last-child::after {
		display: none;
	}
	.mv-carousel .owl-dots-wrapper {
		bottom: 60px;
	}
	.mv-text-box {
		top: 120px;
	}
	.mv-title {
		font-size: 60px;
	}
	.mv-tagline {
		font-size: 21px;
	}
	.mv-quick-container {		
		bottom: 120px;
	}
	.mv-quick-box {
		padding: 40px 10px 20px;
	}
	.mv-quick-box a {
		padding-top: 60px;
	}
	.mv-quick-box a img {
		bottom: 35px;
	}
}
@media (min-width: 1300px) {
	.mv-box,
	.mv-carousel .item {
		height: 720px
	}
	.mv-carousel .owl-dots-wrapper {
		bottom: 70px;
	}
	.mv-text-box {
		top: 170px;
	}
	.mv-title {
		font-size: 70px;
		font-weight: 100;		
	}
	.mv-tagline {
		font-size: 23px;
	}
	.mv-quick-container {		
		bottom: 140px;
	}
	.mv-quick-box a {
		font-size: 16px;
	}
}
@keyframes buzz {
	10%, 30% {
			left: calc(50% + 3px);
			-webkit-transform: translateX(-50%) rotate(2deg);
					-ms-transform: translateX(-50%) rotate(2deg);
							transform: translateX(-50%) rotate(2deg);
	}
	20%, 40% {
			left: calc(50% - 3px);
			-webkit-transform: translateX(-50%) rotate(-2deg);
					-ms-transform: translateX(-50%) rotate(-2deg);
							transform: translateX(-50%) rotate(-2deg);
	}
	50%, 70% {
			left: calc(50% + 2px);
			-webkit-transform: translateX(-50%) rotate(1deg);
					-ms-transform: translateX(-50%) rotate(1deg);
							transform: translateX(-50%) rotate(1deg);
	}
	60%, 80% {
			left: calc(50% - 2px);
			-webkit-transform: translateX(-50%) rotate(-1deg);
					-ms-transform: translateX(-50%) rotate(-1deg);
							transform: translateX(-50%) rotate(-1deg);
	}
	90% {
			left: calc(50% + 1px);
			-webkit-transform: translateX(-50%) rotate(0);
					-ms-transform: translateX(-50%) rotate(0);
							transform: translateX(-50%) rotate(0);
	}
	100% {
			left: calc(50% - 1px);
			-webkit-transform: translateX(-50%) rotate(0);
					-ms-transform: translateX(-50%) rotate(0);
							transform: translateX(-50%) rotate(0);
	}
}

/***** 학과공지 *****/
.sec-notice {
	padding: 25px 0 20px;
	box-shadow: 0 3px 10px hsl(0, 0%, 85%);
}
.notice-layout {
	flex-wrap: wrap;
}
.notice-layout > .ly-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.sec-notice .sec-title-1 {
	padding: 0;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(/template/t001009/images/notice.png) no-repeat center left;
	font-size: 23px;
	font-weight: normal;
	color: #010101;
	text-align: left;
}
.sec-notice .sec-title-1::after {
	display: none;
}
.notice-list a {
	display: flex;
	justify-content: space-between;
}
.notice-title {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 25px;
}
.notice-list .new .notice-title {
	background: url(/template/t001009/images/new.png) no-repeat center right 5px;
}
.notice-date {
	display: inline-block;	
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	margin-left: 15px;
	color: #535353;
}
.notice-more-link-ly-item .more-link {
	position: absolute;
	top: 0;
	right: 15px;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.notice-more-link-ly-item .more-link::before,
.notice-more-link-ly-item .more-link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	background-color: #010101;
}
.notice-more-link-ly-item .more-link::before {
	width: 20px;
	height: 2px;
}
.notice-more-link-ly-item .more-link::after {
	width: 2px;
	height: 20px;
}
@media (min-width: 768px) {
	.notice-layout {
		flex-wrap: nowrap;
	}	
	.notice-layout > .notice-title-ly-item {
		position: relative;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		margin-right: 60px;
	}
	.notice-layout > .notice-title-ly-item::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%);
		display: inline-block;
		width: 1px;
		height: 20px;
		background-color: #e5e6f5;
	}
	.notice-layout > .notice-list-ly-item {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		width: calc(720px - 140px - 40px - 100px);
	}
	.notice-layout > .notice-more-link-ly-item {
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		max-width: 40px;
	}	
	.sec-notice .sec-title-1 {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.notice-layout > .notice-list-ly-item {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		width: calc(960px - 140px - 40px - 200px);
	}
}
@media (min-width: 1200px) {
	.notice-layout > .notice-list-ly-item {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		width: calc(1140px - 140px - 40px - 200px);
	}
}

/***** SNS *****/
.sec-box-sns {
	background: url(/template/t001009/images/main-sns-bg.png) no-repeat top 80px right -70px;
}
.sec-sns .item-box {
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.sec-sns [class|="col"]:last-child .item-box {
	margin-bottom: 0;
}
.sec-sns .item-header {
	overflow: hidden;
}
.sec-sns .item-img {
	height: 260px;
	background-image: url(/common/images/thumb-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: 0.3s;
}
.sec-sns .sns-link:hover .item-img,
.sec-sns .sns-link:focus .item-img {
	transform: scale(1.1);
}
.sec-sns .item-title {
	font-size: 18px;
	color: black;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sec-sns .sns-link:hover .item-title,
.sec-sns .sns-link:focus .item-title {
	text-decoration: underline;
}
.sec-sns .item-body,
.sec-sns .item-footer {
	padding: 20px;
}
.sec-sns .item-hashtag {
	font-size: 18px;
	font-weight: 300;
	color: #7f7f7f;
}
.sec-sns .item-badge {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
}
.sec-sns .facebook .item-badge {
	background-image: url(/template/t001009/images/facebook-color.png);
}
@media (min-width: 992px) {
	.sec-sns .item-box {
		margin-bottom: 0;
	}
}

/***** 학과개요 *****/
.sec-box-summary {
	margin-bottom: 60px;
	background: url(/template/t001009/images/main-summary-bg.png) no-repeat top 80px left -70px;
}
.sec-summary .sec-text-box {
	text-align: center;
	color: black;
	margin-bottom: 60px;
}
.sec-summary .sec-tagline {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}
.sec-summary .sec-tagline b {
	color: rgb(var(--point-color-02));
	font-weight: 300;
}
.sec-summary .sec-text-box p {
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}
.sec-summary .video-box {
	position: relative;
	height: 340px;
	background-image: url(/common/images/thumb-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sec-summary .video-play-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: url(/template/t001009/images/main-summary-video-play.png) no-repeat center;
}
.sec-summary .video-play-link:hover {
	animation: video-play-link-pulse 1.3s infinite;
}
.sec-summary .sec-sub {
	padding: 40px 0;
}
.sec-summary .sec-title-2 {
	height: 34px;	
	line-height: 34px;
	padding-left: 50px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 25px;
	font-weight: 500;
}
.sec-summary .sec-sub-license {
	border-bottom: 1px solid hsl(0, 0%, 90%);
	padding-top: 25px
}
.sec-summary .sec-sub-license .sec-title-2 {
	background-image: url(/template/t001009/images/main-summary-icon01.png);
}
.sec-summary .sec-sub-career .sec-title-2 {
	background-image: url(/template/t001009/images/main-summary-icon02.png);
}
.sec-summary .sec-sub-career .layout {
	margin-bottom: 25px;
}
.sec-summary .sec-sub-license .ly-item p,
.sec-summary .sec-sub-career .ly-item p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 300;
	color: #444;
	line-height: 1.6;
}
.sec-summary .sec-sub-license .ly-item:first-child,
.sec-summary .sec-sub-career .ly-item:first-child {
	flex: 0 0 70px;
	max-width: 70px;
	margin-right: 15px;
}
.sec-summary .career-field {
	position: relative;
	padding: 5px;
	background-color: rgb(var(--point-color-05));
	font-size: 14px;
	color: hsl(0, 0%, 100%);
	text-align: center;
	word-break: keep-all;
}
.sec-summary .career-field::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 0;	
	border-left: 5px solid rgb(var(--point-color-05));
	border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media (min-width: 576px) {
	.sec-summary .video-box {
		height: 440px;
	}
}
@media (min-width: 992px) {
	.sec-summary .sec-tagline {
		font-size: 30px;		
		margin-bottom: 30px;
	}
	.sec-summary .sec-text-box .sec-text {
		display: block;
	}
}
@keyframes video-play-link-pulse {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

/***** Vision *****/
.sec-box-vision {
	background: #7d32a9 url(/template/t001009/images/main-vision-bg.jpg) no-repeat center;
	background-size: cover;
}
.sec-vision {
	padding: 75px 0;
}
.sec-vision .sec-title-1 {
	font-weight: 900;
	letter-spacing: -0.04em;
	color: hsl(0, 0%, 100%);
	text-transform: uppercase;
}
.sec-vision .sec-title-1::after {
	background-color: rgba(255, 255, 255, 0.5);
}
.sec-vision .sec-body {
	text-align: center;
}
.sec-vision .vision-text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: 200;
	color: hsl(0, 0%, 100%);
	letter-spacing: -0.06em;
}
.sec-vision .vision-text::before,
.sec-vision .vision-text::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 69px;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.sec-vision .vision-text::before {
	margin-right: 15px;
	background-image: url(/template/t001009/images/bracket-left.png);
}
.sec-vision .vision-text::after {
	margin-left: 15px;
	background-image: url(/template/t001009/images/bracket-right.png);
}
.sec-vision .more-link-skew {
	border: 1px solid rgba(255, 255, 255, 0.6);	
	color: rgba(255, 255, 255, 0.6);
}
.sec-vision .more-link-skew:hover .more-link-text,
.sec-vision .more-link-skew:focus .more-link-text {
	color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
	.sec-vision .vision-text {
		font-size: 30px;
	}
	.sec-vision .vision-text::before {
		margin-right: 20px;
	}
	.sec-vision .vision-text::after {
		margin-left: 20px;
	}
}
@media (min-width: 992px) {
	.sec-vision .vision-text {		
		margin-bottom: 60px;
		font-size: 36px;
	}
	.sec-vision .vision-text::before {
		margin-right: 30px;
	}
	.sec-vision .vision-text::after {
		margin-left: 30px;
	}
}

/***** 교육목표 *****/
.dg-container {
	text-align: center;
	letter-spacing: -0.08em;
}
.dg-row {
	margin: 30px 0;
}
.dg-container > .dg-row:first-child {
	margin-top: 0;
}
.dg-arrow-up {
	width: 100%;
}
.dg-goal-text {
	font-size: 24px;
	font-weight: 300;
}
.dg-box-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.dg-box-list > li {
	position: relative;
	margin-bottom: 30px;
	/* background-color: #f2f2f2; */
	overflow: hidden;
}
.dg-box-list > li:last-child {
	margin-bottom: 0;
}
.dg-box-list.with-line > li {
	overflow: visible;
}
.dg-box-list.with-line > li::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 1px;
	height: 31px;
	background-color: #c3c3c3;	
}
.dg-box-list.with-line > li:last-child::after {
	display: none;
}
ol.dg-box-list {
	counter-reset: temp9-count;
}
ol.dg-box-list > li {
	counter-increment: temp9-count;
}
/* ol.dg-box-list > li::before {
	content: counter(count, decimal-leading-zero);
	position: absolute;
	right: -15px;
	bottom: -35px;
	font-size: 100px;
	font-weight: 900;
	color: #a9a8a8;
	opacity: 0.1;
} */
ol.dg-box-list .dg-box-body {
	position: relative;
	min-height: 137px;
	overflow: hidden;
}
ol.dg-box-list .dg-box-body::before {
	content: counter(temp9-count, decimal-leading-zero);
	position: absolute;
	right: -15px;
	bottom: -35px;
	font-size: 100px;
	font-weight: 900;
	color: #a9a8a8;
	opacity: 0.1;
}
.dg-box-dot {
	padding: 5px;
	border: 3px dotted currentColor;
	font-size: 24px;
	font-weight: 300;
}
.dg-box-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	font-size: 22px;
	font-weight: 300;
	background-color: hsl(0, 0%, 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 180px auto;
}
.dg-box-circle-1 {
	background-image: url(/template/t001009/images/main-goal-box-bg01.png);
}
.dg-box-circle-2 {
	background-image: url(/template/t001009/images/main-goal-box-bg02.png);
}
.dg-box-circle-3 {
	background-image: url(/template/t001009/images/main-goal-box-bg03.png);
}
.dg-box-square {	
	height: 100%;
	width: 280px;
	/* background-color: #f2f2f2; */
}
.dg-box-square .dg-box-header {
	padding: 16px 5px;
	color: inherit;
	background-color: currentColor;
	text-align: center;
}
.dg-box-square .dg-box-title {
	position: relative;
	display: inline-block;
	padding-left: 50px;	
	font-size: 20px;
	font-weight: 500;
	color: hsl(0, 0%, 100%);
}
.dg-box-square .dg-box-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/template/t001009/images/main-goal-box-icon01.png) no-repeat center;
}
.dg-box-square-1 .dg-box-title::before {
	background-image: url(/template/t001009/images/main-goal-box-icon01.png);
}
.dg-box-square-2 .dg-box-title::before {
	background-image: url(/template/t001009/images/main-goal-box-icon02.png);
}
.dg-box-square-3 .dg-box-title::before {
	background-image: url(/template/t001009/images/main-goal-box-icon03.png);
}
.dg-box-square-4 .dg-box-title::before {
	background-image: url(/template/t001009/images/main-goal-box-icon04.png);
}
.dg-box-square .dg-box-body {
	/* height: calc(100% - 60px); */
	padding: 20px 40px;
	background-color: #f2f2f2;
	text-align: left;
}
.dg-box-square .sub-list {
	color: #444;
}
.dg-box-square .sub-list > li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 3px;
}
.dg-box-square .sub-list > li:last-child {
	margin-bottom: 0;
}
.dg-box-square .sub-list > li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #595959;
}
.dg-color-1 {	
	color: rgb(var(--point-color-08));
}
.dg-color-2 {	
	color: rgb(var(--point-color-09));
}
.dg-color-3 {	
	color: rgb(var(--point-color-10));
}
.dg-color-4 {	
	color: rgb(var(--point-color-11));
}
.dg-color-5 {	
	color: rgb(var(--point-color-12));
}
.dg-color-6 {	
	color: rgb(var(--point-color-13));
}
@media (min-width: 380px) {
	.dg-arrow-up {
		width: auto;
	}
}
@media (min-width: 400px) {
	.dg-box-square {
		width: 320px;
	}
}
@media (min-width: 576px) {
	.dg-goal-text {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	.dg-goal-text {
		font-size: 28px;
	}
	.dg-box-list {
		position: relative;
		flex-direction: row;
		align-items: normal;
		justify-content: space-between;
	}
	.dg-box-list.wrap {
		flex-wrap: wrap;
	}
	.dg-box-list.with-line::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: inline-block;
		width: 100%;
		height: 1px;
		background-color: #c3c3c3;
	}
	.dg-box-list > li {
		margin: 0;
	}	
	.dg-box-list.with-line > li::after {
		display: none;
	}
	.dg-box-list.wrap > li {
		margin-bottom: 20px;
	}
	.dg-box-square {
		width: 330px;
	}
}
@media (min-width: 992px) {
	.dg-goal-text {
		font-size: 30px;
	}
	.dg-box-dot {
		font-size: 28px;
	}
	.dg-box-list.wrap {
		justify-content: normal;
		margin-left: -15px;
		margin-right: -15px;
	}
	.dg-box-list.wrap > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dg-box-circle {		
		width: 231px;
		height: 231px;
		font-size: 25px;
		background-size: 231px auto;
	}
	.dg-box-square {
		/*width: 290px;*/
		width: 210px;
	}
	ol.dg-box-list > li::before {
		right: 0;
	}	
}
@media (min-width: 1200px) {
	.dg-box-square {
		width: 255px;
	}	
}
@media (min-width: 1300px) {
	.dg-box-square {
		width: 277px;
	}
}

/***** 교수진 *****/
.sec-box-prof {
	padding-bottom: 60px;
	background: url(/template/t001009/images/main-prof-bg.jpg) no-repeat center;
	background-size: cover;
}
/* .sec-prof > .sec-body > .container {
	padding-left: 20px;
	padding-right: 20px;
}
.sec-prof > .sec-body > .container > .row {
	margin-left: -20px;
	margin-right: -20px;
}
.sec-prof > .sec-body > .container > .row > [class|="col"] {
	padding-left: 20px;
	padding-right: 20px;
} */
.sec-prof .prof-container > .row > [class|="col"]:not(:last-child) {
	margin-bottom: 30px;
}
.sec-prof .prof-box {
	position: relative;
	height: 100%;
}
.sec-prof .prof-box::before {
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;	
	display: block;
	width: 140px;
	height: 140px;
	background-color: rgb(var(--point-color-13));
}
.sec-prof .prof-box .prof-box-inner {
	position: relative;
	height: 100%;
	background-color: hsl(0, 0%, 100%);
}
.sec-prof .prof-box .prof-box-header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 30px 20px;
	border-bottom: 1px solid #e9e9e9;
}
.sec-prof .prof-box .prof-duty {
	font-size: 20px;
	font-weight: 200;
}
.sec-prof .prof-box .prof-name {
	margin-left: 15px;
	font-size: 30px;
	font-weight: 500;
	color: rgb(var(--point-color-01));
}
.sec-prof .prof-box .prof-box-body {
	padding: 20px 10px 22px 30px;
}
.sec-prof .prof-box .prof-box-list {
	display: flex;
	flex-wrap: wrap;
}
.sec-prof .prof-box .prof-box-list dt {
	font-size: 16px;
	font-weight: 200;
	flex: 0 0 82px;
	max-width: 82px;
	margin-right: 15px;

	color: rgb(var(--point-color-11));
}
.sec-prof .prof-box .prof-box-list dd {
	width: calc(100% - 97px);
	margin-bottom: 5px;
	font-size: 18px;
	white-space: wrap;
	word-break: break-all;
}
.sec-prof .prof-container > .row:last-child > [class|="col"] {
	text-align: center;
}
.sec-prof .more-link-skew {
	position: relative;
	z-index: 1;
	margin-top: 50px;	
	text-align: center;
}
.sec-prof .more-link-text {
	display: inline-block;
	transform: skew(20deg);
}
@media (min-width: 992px) {
	.sec-prof .prof-container > .row:last-child {
		margin-top: 60px;
	}
	.sec-prof .prof-container > .row > [class|="col"]:not(:last-child) {
		margin-bottom: 0;
	}
	.sec-prof .prof-container > .row > [class|="col"]:nth-child(2) {
		top: 50px;
	}	
}

/* 학과연혁 */
.sec-history {
	padding-bottom: 60px;
}
.sec-history .sec-header {
	margin-bottom: 70px;
}
.sec-history .sec-tagline {
	font-size: 23px;
	font-weight: 200;
	text-align: center;
}
.sec-history .history-box-col {
	position: relative;
}
.sec-history .history-box-col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #cbcbcb;
}
.sec-history .history-box {
	padding-left: 30px;
	margin-top: -15px;
}
.sec-history .history-box-list > li {
	margin-bottom: 30px;
}
.sec-history .history-box-list .item-year {
	position: relative;
	margin-bottom: 30px;
	font-size: 25px;
}
.sec-history .history-box-list .item-year::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 15px;	
	border: 3px solid rgb(var(--point-color-14)); 
	border-radius: 50%;
	background-color: hsl(0, 0%, 100%);
}
.sec-history .history-box-list .month-list > li {
	margin-bottom: 5px;
}
.sec-history .month-list .item-month {
	font-size: 18px;
}
.sec-history .month-list .month-label {
	font-weight: 500;
}
.sec-history .month-list .month-value {
	font-weight: 200;
	margin-left: 10px;
}
.sec-history .history-container > .row:last-child > [class|="col"] {
	text-align: center;
}
@media (min-width: 576px) {
	.sec-history .history-box {
		padding-left: 40px;
	}
	.sec-history .history-box-list .item-year::before {
		left: -42px;
	}
}
@media (min-width: 992px) {
	.sec-history .sec-header {
		margin-bottom: 80px;
	}
	.sec-history .history-deco-box-col {
		padding-right: 30px;
	}
	.sec-history .history-deco-box {
		padding-top: 30px;
		text-align: right;
	}
	.sec-history .history-deco-box img {
		width: 90%;
	}
	.sec-history .history-box-col::before {
		left: 0;
	}
	.sec-history .history-box {
		padding-left: 30px;
		margin-top: -10px;
	}
	.sec-history .history-box-list .item-year::before {
		left: -52px;
	}
}


/*****************************************************
	Sub
*****************************************************/
.sub-container {
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.sub-container #content {
	padding: 0;
	margin-bottom: 1.875rem;
}
.top-sub .container .row .col-12 {
	padding-right:0;
}
.page-navi .container {
	padding-left:0;
}
.sub-top {
	display: none;
	height: 16rem;
	background-size: cover;
	background-position: center;
}

.cont-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.cont-title::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: rgb(var(--point-color-01));
}

.cont-title h2 {
	margin-right: 0;
	font-size: 2.188rem;
}

/* page-navi */
.page-navi {
	z-index: 1;
	background-color: rgb(var(--point-color-01));
}

.page-navi > .container {
	padding-right: 50px;
}

.page-navi .navbar {
	padding: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.page-navi .navbar .navbar-nav {
	position: relative;
	display: inline-block;
	width: 100%;
}

.page-navi .navbar .navbar-nav > .nav-item {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-navi .navbar .navbar-nav>.nav-item.share {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	flex: 0 1 auto;
	width: auto;
	border: none;
}
.page-navi .navbar .navbar-nav>.nav-item.share button {
	color: white;
}

.page-navi .navbar .navbar-nav>.nav-item.print {
	display: none;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link {
	color: #fdfdfd;
	padding: 0.8rem 2rem 0.8rem 0.9rem;
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
	content: "\e5c5";
	color: hsl(0, 0%, 100%);
}

.page-navi .navbar .navbar-nav > .nav-item .nav-link:hover, .page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
	color: hsl(0, 0%, 85%);
	text-decoration: underline;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
	display: none;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
	position: absolute;
	width: 100%;
	min-width: auto;
	border-radius: 0;
	margin-top: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.page-navi .navbar .navbar-nav > .nav-item.share .dropdown-menu {
	top: 36px;
	min-width: 10rem;
}

.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
	background-color: rgb(var(--point-color-01));
}

.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: #1b2e49;
	background: #f3f3f3;
}

.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: hsl(262, 53%, 35%); */
	background-color: hsl(262, 53%, 25%);
}

.page-navi .navbar .navbar-nav>.nav-item .nav-link:before {
	top: 50%;
	transform: translateY(-50%);
}

.sub-top .sub-top-txt h2 {
	position: absolute;
	top: 10rem;
	color: #fff;
	letter-spacing: -0.05em;
	font-size: 1.5rem;
}
@media (min-width: 576px) {
	.top-sub .container .row .col-12 {
		padding-right:15px;
	}
	.page-navi .container {
		padding-left:15px;
	}
}
@media (min-width: 992px) {
	.sub-container {
		margin-bottom: 4.5rem;
		margin-top: 3rem;
	}
	.sub-top {
			display: block;
			background-color: #ccc;
			padding-top: 35px;
			background-position: top center;
			background-repeat: no-repeat;
			position: relative;
			height: 13.75rem;
	}
	.sub-top .sub-top-txt {
			text-align: left;
			position: relative;
	}
	.sub-top .sub-top-txt h2 {
			display: inline-block;
			margin: 0;
			right: 0;
			padding: 0 15px;
			top: 4rem;
			color: #fff;
			text-align: left;
			transform: translate(0, -50%);
			position: absolute;
			width: 100%;
			font-size: 1.625rem;
			font-weight: 200;
	}
	.sub-top .sub-top-txt h2 b {
		font-size: 1.875rem;
		font-weight: 500;
	}
	.cont-title {
		margin-bottom: 8.125rem;
	}
	.cont-title::after {
		bottom: -80px;
		height: 45px;
		width: 2px;
	}

	.cont-title h2 {
		font-size: 2.5rem;
	}

	/* page-navi */
	.page-navi .navbar {
			border: none;
	}

	.page-navi .navbar .navbar-nav > .nav-item:nth-child(2n+1) {
			border-right: 1px solid rgba(255, 255, 255, 0.33);
	}

	.page-navi .navbar .navbar-nav > .nav-item {
			border-right: 1px solid rgba(255, 255, 255, 0.33);
	}

	.page-navi .navbar .navbar-nav > .nav-item:first-child {
			border-left: 1px solid rgba(255, 255, 255, 0.33);
	}
	.page-navi .navbar .navbar-nav>.nav-item.share {
		position: absolute;
		top: 0;
		right: 50px;
		transform: none;
		width: 50px;
		min-width: auto;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	.page-navi .navbar .navbar-nav>.nav-item.print {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		min-width: auto;
		width: 50px;
		/* border-left: 1px solid rgba(255, 255, 255, 0.2); */
		border-left: none;
	}
	.page-navi .navbar .navbar-nav>.nav-item.share button,
	.page-navi .navbar .navbar-nav>.nav-item.print button {
		width: 50px;
		height: 50px;
		color: white;
	}
	.page-navi .navbar .navbar-nav > .nav-item.share .dropdown-menu {
		top: 100%;
	}
	.page-navi .navbar .navbar-nav > .nav-item.print .nav-link {
		overflow: hidden;
		text-overflow: clip;
	}
	.page-navi .navbar .navbar-nav > .nav-item.print .nav-link:before {
		display: none;
	}
}
@media (min-width: 1200px) {
	.cont-title h2 {
		font-size: 3.125rem;
	}
}

/***** Sub Left *****/
.sub-left .page-navi {
	background-color: hsl(0, 0%, 95%);
}
.sub-left .breadcrumb-list {
	list-style: none;
	display: flex;
	margin: 0;
	height: 65px;
}
.sub-left .breadcrumb-list > li {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.sub-left .breadcrumb-list > li:not(:last-child)::after {
	content: "\e5cc";
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	font-family: "Material-Icons";
	font-size: 18px;
	color: #878787;
}
.sub-left .breadcrumb-list a {
	font-weight: 200;
	color: #515151;
}
.sub-left .breadcrumb-list a:hover,
.sub-left .breadcrumb-list a:focus {
	text-decoration: underline;
}
.sub-left .breadcrumb-list .home {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-left .breadcrumb-list .home::before {
	content: "\e88a";
	display: inline-block;
	margin-bottom: -2px;
	font-family: "Material-Icons";
	font-size: 20px;
	color: #c1c1c1;
}
.sub-left .breadcrumb-list .home:hover,
.sub-left .breadcrumb-list .home:focus {
	text-decoration: none;
}
.sub-left .breadcrumb-list .home:hover::before,
.sub-left .breadcrumb-list .home:focus::before {
	color: #797979;
	text-decoration: none;
}
.sub-left .page-navi-layout .share-btn,
.sub-left .page-navi-layout .print-btn {
	width: 38px;
	height: 38px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	text-align: center;

	margin-left: 8px;
	color: #797979;
}
.sub-left .page-navi-layout .print-btn {
	display: none;
}

/*
.sub-left .page-navi-layout .print-btn::before {
	content: "\e8ad";
	display: inline-block;
	margin-bottom: -2px;
	font-family: "Material-Icons";
	font-size: 24px;
	color: #797979;
}
*/
.sub-left .page-navi-layout .share-btn:hover,
.sub-left .page-navi-layout .print-btn:hover {
	color: #575757;
}
.sub-left .cont-title {
	padding-top: 10px;
	margin-bottom: 30px;
}
.sub-left .cont-title::after {
	display: none;
}
.sub-left .cont-title h2 {
	font-size: 1.875rem;
	text-align: left;
}
@media (min-width: 576px) {
	.sub-left .cont-title h2 {
		font-size: 2.188rem;
	}
}
@media (min-width: 768px) {
	.sub-left .cont-title h2 {
		font-size: 2.5rem;
	}
}
@media (min-width: 992px) {	
	.sub-left .cont-title h2 {
		font-size: 2.813rem;
	}
	.sub-left .page-navi-layout .print-btn {
		display: block;
	}
}

/* snb */
.sub-container .snb {
	max-width: 280px;
	margin-bottom: 3.5rem;
	border-bottom: none;
}

.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: 9rem;
	text-align: center;
	background: rgb(var(--point-color-01));
	color: #fff;
	font-size: 1.8rem;
}

.sub-container .snb-title > span {
	font-weight: 100;
}

.sub-container .snb .snb-list {
	margin: 0;
	/* border: 1px solid #f26506; */
	border: none;
}

.sub-container .snb .snb-list > li:first-child {
	border-top: 0;
}

.sub-container .snb .snb-list > li {
	background: none;
	border-top: 1px solid rgb(var(--point-color-01));
	padding: 0;
	margin: 0;
}

.sub-container .snb .snb-list > li > a {
	position: relative;
	display: block;
	font-size: 1.125rem;
	padding: 1.063rem 1.75rem 1.063rem 1.25rem;
}

.sub-container .snb .snb-list > li.active > a {
	border-bottom: 2px solid rgb(var(--point-color-01));
	background-color: #f9f9f9;
	color: #434343;
	font-size: 1.125rem;
	font-weight: 500;
}

.sub-container .snb .snb-list > li > a:hover, .sub-container .snb .snb-list > li > a:focus {
	color: rgb(var(--point-color-01));
}

.sub-container .snb .snb-list > li.depth-block > 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.depth-block > a:after {
	content: '\e313';
	color: rgb(var(--point-color-01));
	right: 0.8rem;
}

.sub-container .snb .snb-list > li > a:hover:after, .sub-container .snb .snb-list > li > ul > li > a:focus:after {
	color: rgb(var(--point-color-01));
	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-01));
	text-decoration: underline;
}

.sub-container .snb .snb-list > li > ul {
	display: none;
	margin: 0;
	padding: 0;
}

.sub-container .snb .snb-list > li.active > ul {
	display: block;
	background: #fff;
}

.sub-container .snb .snb-list > li > ul > li {
	margin: 0.4rem 0;
	padding-left: 0;
	background: none;
}

.sub-container .snb .snb-list > li.active > ul > li {
	border-bottom: 1px solid hsl(0, 0%, 85%);
}
.sub-container .snb .snb-list > li.active > ul > li:last-child {
	border-bottom: none;
}

.sub-container .snb .snb-list > li > ul > li > a {
	display: block;
	padding: 10px 5px 15px 20px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #434343;
}

.sub-container .snb .snb-list > li > ul > li.active > a {
	color: rgb(var(--point-color-01));
	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-01));
	font-weight: 600;
}

.sub-container .snb .snb-list > li > ul > li.active > a:hover, .sub-container .snb .snb-list > li > ul > li.active > a:focus {
}

.sub-container .snb .snb-list > li > ul > li ul {
	display: none;
}
/* 접근성 코드 추가 250408 */
.modal .close {
  position: absolute;
  top: 16px;
  right: 15px;
  color: #FFF;
  opacity: 1;
}
