@charset "utf-8";
/* CSS Document */

@import "/css/reset.css?v=1.4";
@import "/css/smartphoto.min.css";

:root {
	--main-color: #c71f39 ; /*메인 레드 로고컬러 = e31837*/
	--main-color-over: #b90c26; /*메인 레드 오버 컬러*/
	--main-sub-color: #f58025; /*메인 오렌지*/
	--main-sub-color-over: #d46917; /*메인 오렌지 오버 컬러*/
	--bgcolor-gray: #f8f6f4;
	--color-kaki: #ad956f;
	--color-kaki-light: #ddd6d0;
	--main-link-hover-color: #fcbc25;
	--header-top-height: 80px;
	--header-top-fix-height: 55px;
	--navbar-height: 70px;
	--navbar-fix-height: 65px;
	--box-shadow-sm: 0 5px 10px 0 rgba(0, 0, 0, .1);
	--map-height: 500px;
	--map-height-m: 300px;
}

textarea.form-control {
	background: url(/img/branch/bg-stripes-light-sm.png) repeat;
}

	textarea.form-control:disabled {
		background-color: var(--bs-secondary-bg);
		opacity: 1;
	}

.tooltip-inner {
	background-color: #222 !important;
	color: white !important;
	padding: 5px 16px;
}

.tooltip-arrow {
	color: #222 !important; /* 화살표 색상 */
}

.modal {
	--bs-modal-width: 700px;
}

.modal-title {
	margin: 0 !important;
}

.dropdown-menu {
	width: 100%;
}

/* body font-size 10px에 따른 부트스트랩 사이즈 reset */
a {
	font-size: 1.4rem;
}

label {
	font-size: 1.4rem;
}

.form-select {
	padding: .6rem 1rem .6rem 1rem;
	font-size: 1.6rem;
}

.form-control {
	padding: .6rem 1rem .6rem 1rem;
	font-size: 1.6rem;
}

.form-check-input {
	width: 1.2em;
	height: 1.2em;
	margin-top: .25em;
}

	.form-check-input[type=radio] {
		border-radius: 50%;
		margin-right: 7px;
	}

	.form-check-input[type=checkbox] {
		border-radius: .25em;
		width: 1.6rem;
		height: 1.6rem;
		margin-right: 7px;
	}

	.form-check-input:checked {
		background-color: var(--main-color);
		border-color: var(--main-color);
	}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: calc(4.4rem + calc(var(--bs-border-width) * 2));
	min-height: calc(5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.4;
}

.dropdown-item {
	padding: .5rem .5rem .5rem .7rem;
}

.btn {
	--bs-btn-padding-x: .6rem;
	--bs-btn-padding-y: .6rem;
	--bs-btn-font-size: 1.6rem;
}

.pagination {
	--bs-pagination-padding-x: 0.6rem;
	--bs-pagination-padding-y: 0.6rem;
	--bs-pagination-font-size: 1.5rem;
}

.input-group-text {
	padding: .375rem 1.2rem;
	font-size: 1.6rem;
}

.tooltip {
	font-size: 1.4rem;
	line-height: normal;
	--bs-tooltip-arrow-width: 1.2rem;
	--bs-tooltip-arrow-height: 0.8rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: var(--main-color);
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #d36e7e;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(253 13 13 / 25%);
}



@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/* Board */

.board .table-form {
	min-height: 350px;
}

.board table {
	border-top: 2px solid #222;
	font-size: 1.6rem;
}

.border-table tr > th {
	text-align: center;
}

.table > :not(caption) > * > * {
	padding: 1.1rem 1rem;
}

.table-hover > tbody > tr:hover > * {
	--bs-table-bg-state: var(--bgcolor-gray);
}

.board thead,
.board th, .board thead td {
	background: var(--bgcolor-gray) !important;
}

.board table td,
.board table th {
	border-right: 1px solid #eee;
}

	.board table td:last-child,
	.board table th:last-child {
		border-right: 0 !important;
	}

table.table-bordered td:last-child,
table.table-bordered th:last-child {
	border-right: 1px solid #eee !important;
}

.board .search {
}

.search.d-flex.align-items-center {
	padding: 0px 0 32px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.btn-solid-button.main-color {
	border-color: var(--main-color);
	color: #fff;
	background: var(--main-color);
}

.page.navigation {
	display: block;
	margin: 50px 0;
}

.page-link {
	padding: 5px 13px;
	color: #222;
}

.page-item:last-child .page-link {
	border-radius: 0 13px 13px 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.page-item:first-child .page-link {
	border-radius: 13px 0 0 13px;
	font-size: 1.8rem;
	font-weight: 500;
}

.active > .page-link, .page-link.active {
	background-color: var(--main-color);
	border-color: var(--main-color);
}


.bbs-subject {
	height: 5.4rem;
	padding: 1.5rem 0 1.5rem 1.9rem;
	border-bottom: 1px solid #bdbdbd;
	font-weight: 600;
	color: #333;
	font-size: 1.6rem;
	background: #fafafa;
}

	.bbs-subject .cate {
		font-weight: normal;
		color: #f58026;
		font-size: 1.4rem;
	}

.bbs-info {
	padding: 0 10px;
}

	.bbs-info dt,
	.bbs-info dd {
		display: inline-block;
	}

	.bbs-info dt {
		color: #333;
	}

	.bbs-info dd {
		padding: 0 7.4% 0 0.1%;
		color: #666;
	}

.bbs-content {
	padding: 0 1.5rem 0 1.5rem;
	letter-spacing: -0.8px;
	min-height: 300px;
}

	.bbs-content .img-area {
		margin-top: 0;
	}

.bbs-file {
	display: flex;
	padding: 0 0 0 5px !important;
	font-size: 1.3rem;
}

.bbs-file-list li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.bbs-file-down {
	font-size: 1.4rem;
	border: 1px solid #d1d1d1;
	background: #f5f5f5;
	padding: 2px 16px !important;
	margin-right: 10px;
}

.bbs-btn {
	padding: .7rem 3rem;
}

.prenst-date {
	width: 120px !important;
	text-align: right;
}

.td-title {
	font-size: 1.4rem;
	font-weight: 500;
}

.border-table tr > th {
	text-align: center;
}

.border-table .no {
	width: 90px;
	text-align: center;
}

.border-table .date {
	width: 120px;
}


.board-read .border-table tr > th {
	text-align: left;
}

.badge-notice {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 16px;
	border-radius: 3px;
	margin-right: 12px;
}

	.badge-notice.article {
		background: #cf3838;
	}


/* //Board */


/* 드롭다운 마우스 오버 오픈 시 사용
.dropdown:hover>.dropdown-menu {display: block;}
.dropdown>.dropdown-toggle:active {pointer-events: none;}
   */

.btn-rd-bk {
	display: inline-block;
	background: #1f2324;
	border-radius: 50px;
	color: #eee !important;
	padding: 0 22px 0 22px;
	height: 48px !important;
	line-height: 48px;
	font-weight: 200;
	font-size: 1.6rem;
}


	.btn-rd-bk:hover,
	.btn-rd-bk:active {
		background: #131313 !important;
	}

	.btn-rd-bk span {
		padding: 0 16px 0 0;
		font-weight: 400;
	}

		.btn-rd-bk span em {
			color: var(--main-sub-color);
			font-weight: 600;
		}

	.btn-rd-bk i::before {
		padding-left: 16px;
		border-left: 1px solid rgba(255,255,255, .2);
		display: inline-block;
		line-height: 48px;
	}

.btn-rd {
	display: inline-block;
	background: #fff;
	border-radius: 50px;
	color: #3f3f3f !important;
	padding: 0 22px 0 22px;
	height: 48px !important;
	line-height: 48px;
	font-weight: 200;
	font-size: 1.6rem;
}

	.btn-rd:hover {
		background: #e0e0e0;
	}

	.btn-rd span {
		padding: 0 16px 0 0;
		font-weight: 400;
	}

		.btn-rd span em {
			color: var(--main-sub-color);
			font-weight: 600;
		}

	.btn-rd i::before {
		padding-left: 16px;
		margin-left: 14px;
		border-left: 1px solid rgba(255,255,255, .2);
		display: inline-block;
		line-height: 48px;
	}

.btn-main-color {
	color: #fff !important;
	background: var(--main-color);
}

	.btn-main-color:hover,
	.btn-main-color:active {
		background: var(--main-color-over) !important;
	}

.btn-gray-color {
	color: #fff !important;
	background: #707070;
}

	.btn-gray-color:hover,
	.btn-gray-color:active {
		background: #585858 !important;
	}

  .btn-wt {
    display: inline-block;
    background: #fdfdfd;
    border-radius: 4px;
    color: #313131 !important;
    padding: 0 18px 0 18px;
    height: 38px !important;
    line-height: 38px;
    font-weight: 200;
    font-size: 1.6rem;
  }
  
  .btn-wt:hover,
  .btn-wt:active { background: #131313 !important;}
  .btn-wt span  { padding: 0 14px 0 0;font-weight: 400;}
  .btn-wt span em { color: var(--main-sub-color); font-weight: 600;  }
  .btn-wt i::before {
    padding-left: 12px;
    border-left: 1px solid rgba(0,0,0, .2);
    display: inline-block;
    line-height: 38px;
  }
  .btn-wt:hover, .btn-wt:active {
    background: #ffffff !important;
    color: var(--main-color) !important;
  }

#back2Top {
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 95px;
	right: 14px;
	background-color: #4e4e4e;
	color: var(--bgcolor-gray);
	font-size: 2.1rem;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	border: 0;
}

	#back2Top:hover {
		background-color: #222222;
		color: #FFF;
	}


.header-top {
	position: fixed;
	width: 100%;
	height: var(--header-top-height);
	top: 0;
	background: #fff;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	z-index: 1000;
}

	.header-top.navbar-fixed-top {
		height: var(--header-top-fix-height);
	}

  
  .header-top .navbar-brand img {
    width: 100%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}
  .header-top.navbar-fixed-top .navbar-brand img {
    width: 80% !important;
}

.branch-nm-top { }
.branch-nm-top em {}

	.header-top .container {
		display: flex;
		max-width: 1600px;
		height: 100%;
		align-items: center;
		justify-content: space-between;
	}

.header-top--logo {
}

.header-top--loginfo {
	justify-content: end;
	display: flex;
}

	.header-top--loginfo ul {
	}

	.header-top--loginfo li {
		float: left;
		font-size: 1.7rem;
		font-weight: 500;
		margin-left: 14px;
		border-right: 1px solid #cecece;
		padding-right: 14px;
	}

		.header-top--loginfo li:last-child {
			border: 0;
		}

		.header-top--loginfo li small {
			font-size: 80%;
			color: #6d6d6d;
			padding-right: 10px;
			font-weight: normal;
		}

.header-top-branch-link {
}


.header-top--log-btn-set {
	background: var(--main-color);
	padding: 0;
	border-radius: 10px;
	display: flex;
}

	.header-top--log-btn-set .btn {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 600;
		border: 0;
		padding: 0 24px;
		line-height: 41px;
		border-radius: 10px;
	}

	.header-top--log-btn-set .line-l {
		display: block;
		border-left: 1px solid rgba(255,255,255, .3);
	}

	.header-top--log-btn-set .btn:active,
	.header-top--log-btn-set .btn:hover {
		border: 0;
		color: var(--main-sub-color);
	}

	.header-top--log-btn-set .btn.logout {
		background: var(--main-color-over);
		border-radius: 0 10px 10px 0;
	}

	.header-top--log-btn-set .btn.login {
		background: var(--main-color-over);
		border-radius: 0 10px 10px 0;
	}


.navbar .container {
	display: flex;
	height: 100%;
	align-items: center;
}

.navbar.navbar-fixed-top {
	height: var(--navbar-fix-height);
	top: var(--header-top-fix-height);
}

.navbar-nav {
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 5%;
}

	.navbar-nav a.nav-link {
		font-size: 2.6rem;
		font-weight: 700;
		color: #fff;
	}

		.navbar-nav a.nav-link.active {
			font-size: 2.6rem;
			font-weight: 700;
			color: #fff !important;
		}



.header-navbar .branch-direct {
	background: transparent !important;
	font-size: 1.8rem;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 20px;
}

	.header-navbar .branch-direct:hover {
		color: #fff;
		border: 2px solid #fff;
		background: var(--main-color-over) !important;
	}

	.header-navbar .branch-direct:active {
		color: #fff;
		border: 2px solid #fff;
	}

	.header-navbar .branch-direct img {
		width: 23px;
		margin-top: -5px;
		margin-right: 8px;
	}

.header-navbar .navbar-brand {
	display: none;
}

.offcanvas {
	background: var(--main-color);
}

/* ////////////
nav 
/////////////////////////////////////////////*/
.navbar {
	position: fixed;
	width: 100%;
	top: var(--header-top-height);
	height: var(--navbar-height);
	padding: 0;
	background: var(--main-color);
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	z-index: 999;
}

.header-navbar > .in {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	width: 100%;
}

	.header-navbar > .in > div {
		display: flex;
		height: 100%;
		align-items: center;
	}

.header-menu {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}




	.header-menu > ul {
		display: flex;
		height: 100%;
		z-index: 1;
		position: relative;
		align-items: center;
		gap: 80px;
	}

		.header-menu > ul > li {
			height: 100%;
			position: relative;
			display: flex;
		}

			.header-menu > ul > li > a {
				display: flex;
				align-items: center;
				font-size: 2.2rem;
				font-weight: 600;
			}

				.header-menu > ul > li > a span {
					position: relative;
					padding: 0 3px;
					color: #fff;
					transition: color .1s .1s;
				}

				.header-menu > ul > li > a::after {
					content: '';
					display: block;
					height: 3px;
					width: 100%;
					position: absolute;
					bottom: -1px;
					left: 0;
					opacity: 0.7;
					transition: .3s;
					transform: scale3d(0, 1, 1);
					transform-origin: 50% 100%;
					transition: transform 0.3s;
					transition-timing-function: cubic-bezier(0.2,1,0.3,1);
				}

			.header-menu > ul > li.on > a::after {
				opacity: 0.7;
			}

			.header-menu > ul > li:hover > a::after {
				transition: .3s;
				transform: scale3d(1, 1, 1);
				transform-origin: 100% 50%;
				opacity: 0.7;
			}

.header-navbar.on .header-menu > ul > li > a::after {
	background: #fcbc25;
}

.header-navbar.on .header-menu > ul > li:hover > a span {
	color: var(--main-link-hover-color);
}

.gnb-sub {
	position: absolute;
	bottom: 0;
	transform: translate(0, 100%);
	left: 0;
	height: 247px;
	width: 100%;
	padding-top: 12px;
	opacity: 0;
}

	.gnb-sub li {
		text-align: center;
	}

		.gnb-sub li a {
			transition: .2s;
			padding: 10px 0 0px 0;
			display: block;
			font-size: 18px;
			color: #eee;
		}

			.gnb-sub li a:hover {
				color: var(--main-link-hover-color);
				transition: .2s;
			}

			.gnb-sub li a span {
				position: relative;
			}

				.gnb-sub li a span::after {
					content: '';
					position: absolute;
					display: block;
					width: 6px;
					height: 6px;
					border-radius: 50%;
					background: var(--main-link-hover-color);
					top: 2px;
					right: -10px;
					opacity: 0;
				}

			.gnb-sub li a:hover span {
			}

				.gnb-sub li a:hover span::after {
					opacity: 1;
				}

.gnb-sub-bg {
	top: var(--navbar-height);
	right: 50%;
	transform: translateX(50%);
	height: 0px;
	background: var(--main-color);
	position: absolute;
	box-shadow: 0 12px 15px rgb(0 0 0 / 5%);
	border-top: 1px solid rgba(255,255,255, .2);
	background-image: url(/img/logo-simbol-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}

.header-navbar.on .gnb-sub {
	opacity: 1;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}

.header-menu > ul > li {
	overflow: hidden;
}

.header-navbar.on .header-menu > ul > li {
	overflow: visible;
}

.header-navbar.on .gnb-sub-bg {
	height: 280px;
	border-radius: 0 0 76px 76px;
}

.header-navbar.navbar-fixed-top .gnb-sub-bg {
	top: var(--navbar-fix-height);
}


.bg-cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 100;
	background: rgba(0,0,0,.7);
}

.gnb-all {
	margin-left: 15px;
	display: none;
	padding: 3px;
}

.gnb-all-btn {
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}

	.gnb-all-btn span:nth-child(1) {
		top: 0px;
	}

	.gnb-all-btn span:nth-child(2) {
		top: calc(50% - 1px);
	}

	.gnb-all-btn span:nth-child(3) {
		bottom: 0px;
	}

	.gnb-all-btn span {
		position: absolute;
		display: inline-block;
		width: 24px;
		height: 2px;
		background: #fff;
		transform-origin: 21.5px 1.5px;
		transition: transform .5s 0s, background .2s 0s;
	}

.header-menu.on + .header-util .gnb-all-btn span {
	background: #fff;
}

.header-menu.on .gnb-all-btn span:nth-child(1) {
	transform: rotate(-45deg) translate(-6px, 5px);
	width: 30px;
}

.header-menu.on .gnb-all-btn span:nth-child(2) {
	transform: scale(0);
}

.header-menu.on .gnb-all-btn span:nth-child(3) {
	transform: rotate(45deg) translate(0px, 0px);
	width: 30px;
}

.header-menu.on .dropdown-menu.show {
  position: static;
  margin-bottom: 100px;
}


.gnb-overlay-bg.open {
	visibility: visible;
	opacity: 1.0;
}

.gnb-overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	transition: var(--transition-custom);
}


.login-form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem !important;
}

.header-top .login-form {
	flex-direction: row;
}

.login.logo img {
	margin: 0 auto;
	margin-top: 10px;
}

.login.input-form {
	width: 60%;
	margin: 0 auto;
}

	.login.input-form input {
		height: 55px;
		font-size: 16px;
		border: 1px solid #eee;
	}

.btn-login {
	margin-top: 8px;
	font-size: 16px;
	text-align: right;
	width: 100%;
	height: 55px;
	padding-right: 20px;
}

	.btn-login:hover {
		padding-right: 10px;
	}

.modal-body.login-form {
	width: 100%;
	display: block;
}

.login-caution {
	margin-top: 50px;
	text-align: center;
	font-size: 1.5rem !important;
}

.error_message {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 18px;
	letter-spacing: -.5px;
	color: var(--main-color);
	vertical-align: middle;
	text-align: center;
	margin-top: 19px;
}

.llh {
	padding: 20px 20px;
	text-align: center;
	font-weight: 300;
}

.login-modal-box .modal-header {
	justify-content: space-between;
	align-items: center;
}

	.login-modal-box .modal-header .logo {
		height: 28px !important;
		margin: 0;
	}

.popup-modal-box .modal-header {
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
}

	.popup-modal-box .modal-header .logo {
		height: 23px !important;
		margin: 0;
	}


.btn-modal-close {
}

.login-form h2 {
	width: 100%;
	font-size: 1.7rem;
	color: #000;
	text-align: center;
}





.note > li, p.note {
	padding-left: 1.6rem;
	line-height: 2;
	background: url(/img/ico-note.png) no-repeat 1px 10px;
}

.note {
	background: #f1f1f1;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
	width: 100%;
	padding: 14px 20px;
	border-radius: 8px;
}
/* ////////////////// 
END] nav
////////////////////*/
html.on, body.on {
	overflow: hidden;
}

main {
	margin-top: calc(var(--navbar-height) + var(--header-top-height));
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}

	main.navbar-fixed-top {
		margin-top: calc(var(--navbar-fix-height) + var(--header-top-fix-height));
	}

section h2 {
	font-size: 4.1rem;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -1px;
}

	section h2 small {
		display: block;
		width: 100%;
		font-weight: 300;
		font-size: 1.8rem;
		line-height: 150%;
		letter-spacing: normal;
	}

section h3 {
	position: relative;
	font-size: 4.0rem !important;
	font-weight: 700;
	line-height: 140%;
}

	section h3 small {
		display: block;
		width: 100%;
		font-weight: 300;
		font-size: 1.8rem;
		line-height: 150%;
		letter-spacing: normal;
	}

section h4 {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: -1px;
}

	section h4 small {
		display: block;
		width: 100%;
		font-weight: 300;
		font-size: 1.6rem;
		line-height: 140%;
		letter-spacing: normal;
	}


/* //////////////////////////////////////////////////
[START] main slide 
///////////////////////////////////////////////////*/


.main-slide {
  position: relative;
  height: 560px;
  background: var(--color-kaki);
  display: flex;
  justify-content: center;
  align-items: center;    flex-direction: column;
  color: #fff;
  font-size: 3.0rem;
}
.main-slide-deco-img {
  position: absolute;
  z-index: 11;
  right: 30px;
  bottom: 30px;
  max-width: 111px;
  opacity: .6;
}

.main-slide-item-box {position: relative;padding: 0; width: 100%;height: 100%; }
.main-slide-item {position: relative;padding: 0; width: 100%;height: 100%; }
.main-slide-item .row {
  padding: 0;width: 100%;height: 100%;
  background: linear-gradient(180deg, var(--main-color) 71%, #b1041f);
}
.main-slide-item .row>.left { display: flex; align-items: center; width: 46%; padding: 0;}
.main-slide-item .row>.col,
.main-slide-item .row>.col-5 ,
.main-slide-item .row>.col-7  { display: flex; align-items: center; padding: 0;}

.main-slide-item .left-bg-img {
  background: url(/img/main-slide-img01.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  height: 86%;
  margin-top: -30px;
  width: 100%;
  border-radius: 0 45px 45px 0;
}
.main-slide-item .right-text {
  padding: 0 0 0 120px !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
}
.main-slide-item .right-text  {
  display: block;
  font-size: 4.2rem;
  line-height: 115%;   
  margin-top: -40px; 
}

.main-slide-item01 .left-bg-img {background-image: url(/img/main-slide-img01.jpg) ;}
.main-slide-item02 .left-bg-img {background-image: url(/img/main-slide-img02.jpg) ;}


.main-slide-item .swiper-pagination {}

.main-slide-item .swiper-pagination .swiper-pagination-bullet-active {
  background: #ebebeb;
}

.main-slide-item .swiper-button-next, .main-slide-item .swiper-button-prev {
  color: rgba(255,255,255, .7);
}

.sg01 {position: relative;}
.sg02 {position: relative;}
.sg03 {position: relative; color: #ffb257; font-weight: 800;}
.sg04 {position: relative; font-size: 1.8rem; line-height: 140%; margin-top: 20px; }   


.main-slide-item02 .sg01 {font-size: 3.6rem;}
.main-slide-item02 .sg02 { font-size: 8rem; font-weight: 800; margin: 8px 0 10px 0;}   
.main-slide-item02 .sg02 img {
  max-width: 116px;
  position: absolute;
  margin: -61px 0 0 25px;
}




/* //////////////////////////////////////////////////
[END] main slide 
///////////////////////////////////////////////////*/






.accumulation {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 24px 0;
  z-index: 1;
}

.accu-title {
	position: absolute;
	left: 50%;
	margin-left: -145px;
	top: -37px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: -0.2px;
}

	.accu-title h4 {
		background: #fff;
		line-height: 43px;
		font-weight: 500;
		padding: 0 10px;
		font-size: 1.6rem !important;
	}

		.accu-title h4 em {
			color: var(--main-color);
			font-weight: 500;
		}

	.accu-title::before {
		content: url(/img/accu-title-img_17.png);
	}

	.accu-title::after {
		content: url(/img/accu-title-img_19.png);
	}

.accumulation > .container {
	display: flex;
}

	.accumulation > .container > .row {
		width: 100%;
	}

		.accumulation > .container > .row > .col {
			border-right: 1px solid #e0e0e0;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.accumulation > .container > .row > .col:last-child {
				border: 0;
			}

      .accumulation .accu-left img {
        font-size: 1.4rem;
        text-align: center;
          max-width: 87%;
    }

.accumulation .accu-right {
	font-size: 2.2vw;
	font-weight: 300;
	letter-spacing: -1px;
	margin-left: 20px;
}


.main-curriculum {
	width: 100%;
	padding: 89px 0 65px 0;
	background: var(--bgcolor-gray);
}

	.main-curriculum h2 {
		width: 100%;
		text-align: center;
		letter-spacing: -1px;
	}

		.main-curriculum h2 em {
			color: var(--color-kaki);
			font-weight: inherit;
		}

.main-curriculum--slide-form {
	display: block;
	width: 100%;
}

.main-curriculum--slide {
	padding: 60px 40px 50px 40px;
}

.main-curriculum-card {
	width: 100%;
	/* min-width: 300px; */
	max-width: 395px;
	border-radius: 30px;
	padding: 15px 15px;
	min-height: 450px;
}

	.main-curriculum-card .card-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50%;
		background: transparent;
		border: 0;
	}

	.main-curriculum-card .card-body {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 300;
	}

		.main-curriculum-card .card-body h3 {
			font-size: 3.8rem;
			font-weight: 600;
		}
		.main-curriculum-card.arsr .card-body h3 {
			font-size: 3rem !important;
			font-weight: 600;
		}
			.main-curriculum-card .card-body h3 em {
				display: block;
				font-size: 1.8rem;
				width: 100%;
				line-height: 150%;
				font-weight: 200;
			}

		.main-curriculum-card .card-body .card-text {
			border-top: 1px solid rgba(255,255,255, .8);
			padding-top: 13px;
			margin-top: 11px;
		}

.main-curriculum--slide .swiper-slide-active {
  transform: scale(1.1) !important;
  z-index: 1;
  /* padding: 0 18px; */
}


.main-curriculum--slide .swiper-slide {
  transform: translate(0px, 0px) scale(1) ;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}



.main-curriculum--slide .swiper-slide:hover {
  transform: translate(0px, -5px) scale(1.02);
}

/* .aaa {transform: translate3d(0px, 0px, 0px) !important;} */

.main-curriculum--slide .swiper-slide .card-header img {
  transform: scale(1) ;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}
.main-curriculum--slide .swiper-slide:hover .card-header img {
  transform: translate(-9px, 8px) scale(1.05) ;
}

.first-slide {
	/* margin-left: -395px; */
}

.main-curriculum-card.word {
	background: #3db459;
}

.main-curriculum-card.word-quiz {
	background: #44a67e;
}

.main-curriculum-card.portfolio {
	background: #4482a6;
}

.main-curriculum-card.probot {
	background: #4079bf;
}

.main-curriculum-card.bookreport {
	background: #7866ac;
}

.main-curriculum-card.mtm {
	background: #a46bb7;
}
.main-curriculum-card.arsr {
	background: #bb9886;
}



.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px;
	background: #222;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}


.main-curriculum--slide .swiper-button-prev,
.main-curriculum--slide .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,-25px);
	right: auto;
}

.main-curriculum--slide .swiper-button-next,
.main-curriculum--slide .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,-25px);
	left: auto;
}


.main-curriculum--slide .swiper-button-next,
.main-curriculum--slide .swiper-button-prev {
	color: #222;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 48px;
	height: 54px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
}

.main-curriculum--slide .swiper-button-prev {
	justify-content: flex-end;
}

.main-curriculum--slide .swiper-button-next {
	justify-content: flex-start;
}

	.main-curriculum--slide .swiper-button-next:after,
	.main-curriculum--slide .swiper-button-prev:after {
		font-size: 1.9rem;
	}

.main-books {
}

.main-books {
	padding: 100px 0 65px 0;
	text-align: center;
}

	.main-books h2 {
		width: 100%;
		text-align: center;
	}

		.main-books h2 span {
			display: block;
			font-size: 1.8rem;
			font-weight: 400;
			line-height: normal;
		}

.main-book-graph {
	padding: 0 0 80px 0;
}

.main-book-format {
	margin-top: 50px;
	text-align: right;
}

.main-book-level {
	margin-top: 50px;
	text-align: left;
}

.main-books--monthly-books {
	height: 565px;
	padding: 50px 0;
	border-top: 1px solid #eee;
}

.main-monthly-books--slide {
	margin-top: 50px;
}

.book-list-slide {
	max-width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 20px;
}

.main-monthly-books--slide .swiper-wrapper {
	padding: 0 44px;
}


.main-monthly-books--slide .swiper-button-prev,
.main-monthly-books--slide .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 0);
	right: auto;
}

.main-monthly-books--slide .swiper-button-next,
.main-monthly-books--slide .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,0);
	left: auto;
}

.main-monthly-books--slide .swiper-button-next, .main-monthly-books--slide .swiper-button-prev {
	color: #222;
	background: #fff;
	border-radius: 5px;
	padding: 0;
	width: 18px;
	height: 150px;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	top: var(--swiper-navigation-top-offset, 24%);
}

.main-monthly-books--slide .swiper-button-prev {
}

.main-monthly-books--slide .swiper-button-next {
}

	.main-monthly-books--slide .swiper-button-next:after,
	.main-monthly-books--slide .swiper-button-prev:after {
		font-size: 1.6rem;
	}




.book-list-slide .book-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 220px;
	max-width: 130px;
}

.book-list-slide .book-info {
	text-align: center;
	padding: 20px 0;
}

	.book-list-slide .book-info .book-title {
		width: 100%;
		display: block;
		font-size: 1.6rem;
		letter-spacing: -1px;
	}

	.book-list-slide .book-info .writer {
		opacity: .6;
	}




.main-faq {
	padding: 75px 0 95px 0;
	background: var(--bgcolor-gray);
}

	.main-faq .container {
		max-width: 1200px;
	}

section.main-faq h2 {
	width: 100%;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 40px;
}

	section.main-faq h2 em {
		color: var(--color-kaki);
		font-weight: inherit;
	}

.main-faq-accordion .accordion-item {
	background: transparent;
	border: 0;
}

.main-faq-accordion .accordion-button {
	background: #fff !important;
	margin-bottom: 10px;
	border: 0;
	border-radius: 16px !important;
	box-shadow: none !important;
	font-size: 1.8rem;
	padding: 10px 20px;
}

.faq-q-title {
	padding-right: 16px;
	line-height: 150%;
}

.main-faq-accordion .faq-q {
	font-size: 3.4rem;
	padding: 0 20px 0 10px;
	display: block;
}

.main-faq-accordion .accordion-body {
	display: flex;
	font-size: 1.6rem;
	padding: 10px 30px 30px 30px;
}

	.main-faq-accordion .accordion-body em {
		font-size: 3.1rem;
		font-weight: 200;
		padding: 0 27px 0 4px;
		color: var(--main-color);
	}



.main-notice-branch {
	padding: 70px 0 40px 0;
}

	.main-notice-branch h3 {
		display: block;
		font-size: 3.0rem !important;
		margin-bottom: 10px;
		font-weight: 500;
	}

		.main-notice-branch h3 span {
			display: block;
			font-size: 1.5rem;
			color: #4e4e4e;
			margin-left: 4px;
			line-height: normal;
		}

	.main-notice-branch .main-notice {
		padding-right: 50px;
	}

.main-notice .table {
	font-size: 1.6rem;
}

.main-notice-branch table td {
	border-bottom: 1px dotted #c7c7c7;
}

.main-notice-branch table .date {
	width: 110px;
	text-align: right;
	color: #a1a1a1;
	font-size: 1.3rem;
}

.main-notice {
}

	.main-notice table > tbody > tr > td:first-child {
		width: 100%;
		display: grid;
	}

	.main-notice table .title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		width: 97%;
	}

.main-branch {
}

.main-branch-Swiper {
	padding: 0 0 40px 0;
}

	.main-branch-Swiper .swiper-wrapper {
		max-width: 400px;
	}

	.main-branch-Swiper .swiper-slide {
		background: #fff;
		padding-left: 16px;
	}

	.main-branch-Swiper .col-md.branch-photo {
		padding: 0;
	}

		.main-branch-Swiper .col-md.branch-photo img {
			border-radius: 16px;
		}

	.main-branch-Swiper .col-md.branch-info {
		font-size: 1.5rem;
		font-weight: 300;
    padding-left: 61px;
	}

		.main-branch-Swiper .col-md.branch-info p {
			padding-bottom: 20px;
		}

    .main-branch-Swiper .branch-photo {
      max-width: 400px;
      border-radius: 12px;
      overflow: hidden;
      /* border: 1px solid; */
      padding: 0;
  }


	.main-branch-Swiper .swiper-button-prev,
	.main-branch-Swiper .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset,-2px);
		right: auto;
	}

	.main-branch-Swiper .swiper-button-next,
	.main-branch-Swiper .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset,-34px);
		left: auto;
	}

	.main-branch-Swiper .swiper-button-next,
	.main-branch-Swiper .swiper-button-prev {
		color: #222;
		background: #fff;
		border-radius: 50%;
		padding: 0;
		width: 30px;
		height: 30px;
	}

		.main-branch-Swiper .swiper-button-next:after,
		.main-branch-Swiper .swiper-button-prev:after {
			font-size: 1.6rem;
		}



footer {
	position: relative;
	width: 100%;
}

.footer-callcenter {
	text-align: center;
	font-size: 1.8rem;
	background: var(--bgcolor-gray);
	padding: 45px 0;
	font-weight: 300;
	border-top: 1px solid #eee;
}

	.footer-callcenter em {
		font-weight: 400;
	}

	.footer-callcenter strong {
		font-size: 4.8rem;
		letter-spacing: -1px;
		line-height: 120%;
	}

.footer--btn-set {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

	.footer--btn-set .container {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4%;
	}

	.footer--btn-set em {
		color: #8b8b8b;
		font-weight: 300;
	}

	.footer--btn-set a {
		font-size: 1.6rem;
		color: #4e4e4e;
	}

	.footer--btn-set .privacy {
		font-weight: 600;
	}

.footer--copyright {
	text-align: center;
	font-size: 1.5rem;
	padding: 23px 16px 30px 16px;
}

	.footer--copyright span {
		padding: 0 20px;
		display: inline-block;
	}

		.footer--copyright span em {
			font-size: 1.4rem;
			font-weight: 300;
			color: #777777;
			margin-right: 10px;
		}

.company-name {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.address {
}

.ceo {
}

.tel {
}

.business-num {
}

.copyright {
	margin-top: 30px;
	font-size: 1.3rem;
}



.floating-bar-bg {
	height: 80px;
	width: 100%;
	background: var(--bgcolor-gray);
}

.floating-quick-franchise.none-fixed {
	position: absolute;
	bottom: 0;
}


.floating-quick-franchise {
	position: fixed;
	bottom: 0;
	z-index: 997;
	width: 100%;
	height: 80px;
	display: flex;
	background: var(--bgcolor-gray);
	box-shadow: 0 0 0 0 rgba(0,0,0, .1);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1), 0 0px 12px 0 rgba(0, 0, 0, .1);
}

	.floating-quick-franchise .col,
	.floating-quick-franchise .col-8 {
		display: flex;
		align-items: center;
	}

	.floating-quick-franchise .fb-b {
		display: flex;
		justify-content: end;
		padding-right: 20px;
		align-items: center;
		background: var(--main-color);
		width: 20%;
		min-width: 170px;
	}

.floating-quick-franchise--input {
	padding: 0 20px;
}

	.floating-quick-franchise--input .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.floating-quick-franchise--input .form-control,
	.floating-quick-franchise--input .form-select {
		min-width: 120px;
	}

	.floating-quick-franchise--input .ag-b {
		display: flex;
		align-items: center;
		min-width: 35%;
	}


.floating-quick-franchise.mobile-flex {
	align-items: center;
	justify-content: center;
	background: var(--main-color);
}

.btn-modal {
	font-size: 2.0rem;
	padding: 8px 35px;
	color: #fff;
	border: 1px solid rgba(255,255,255, .6);
}

.franchise-modal .modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.btn-pravay-detail {
	text-decoration: underline;
	display: block;
}

/* 개인보보정책 */

.agreement-text {
	/* border: 1px solid #e6e6e6; */
	padding: 20px;
	color: #4c4c4c;
	overflow: auto;
	overflow-y: auto;
}

	.agreement-text h5 {
		font-size: 1.8rem;
		margin: 0 0 15px 0;
		color: var(--main-color);
	}

	.agreement-text .tit {
		display: block;
		font-weight: bold;
		margin: 10px 0;
	}

.agreement-text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

	.agreement-text .doc_list li {
		margin-top: 0;
	}

.agreement_check {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}
/* //개인보보정책 */
/* 정보이용동의서 */
.policy-area-iframe {
	height: 30rem;
	margin-top: 1.3rem;
	padding: 1.5rem 1.55rem;
	border: 1px solid #d5d5d5;
	width: 100%;
	overflow-y: auto;
}

.policy-text {
	padding: 20px;
	color: #4c4c4c;
	overflow: auto;
	overflow-y: auto;
	line-height: 150%;
	font-size: 1.6rem;
	font-weight: 300;
}

	.policy-text h5 {
		font-size: 1.8rem;
		margin: 0 0 15px 0;
		color: var(--main-color);
	}

	.policy-text .tit {
		display: block;
		font-weight: bold;
		margin: 10px 0;
	}

		.policy-text .tit::before {
			content: "\F26B";
			font-family: bootstrap-icons !important;
			font-size: 1.6rem;
			margin-right: 8px;
		}

	.policy-text .doc-list-decimal {
		margin-left: 20px;
	}

		.policy-text .doc-list-decimal li {
			margin-top: 0;
			list-style: decimal;
		}

.policy {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}

.policy-check {
	/* width: 500px; */
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

	.policy-check label {
		font-size: 1.6rem;
	}

	.policy-check .form-check-input[type=checkbox] {
		border-radius: .25em;
		width: 1.8rem;
		height: 1.8rem;
		margin-right: 7px;
	}
/* //정보이용동의서 */

/* ////////////////////////////////////
서브페이지 레이아웃 
////////////////////////////////////*/

.layout-sub {
	display: flex;
	position: relative;
}

	.layout-sub .row {
		padding: 0;
		margin: 0;
		--bs-gutter-x: 0;
		width: 100%;
		position: relative;
	}

.aside-menu-top {
	height: 54px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.aside-menu {
	/* min-height: 800px; */
	/* max-width: 290px; */
	background: var(--bgcolor-gray);
	border-right: 1px solid #eee;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	box-shadow: inset 0 -7px 0 0 var(--main-color);
}

	.aside-menu .accordion-item {
		width: 100%;
		min-width: 200px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		background: transparent;
		border: 0;
    margin-bottom: 10px;
	}

	.aside-menu .accordion-header {
		margin-bottom: 0;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		border-bottom: 1px solid #eee;
		background: #fff;
		padding: 7px 0;
	}

	.aside-menu .accordion-button {
		font-size: 2.0rem;
		font-weight: 600;
		color: #6b6b6b;
		letter-spacing: -1px;
		background: #fff;
		max-width: 220px;
		min-width: 200px;
		box-shadow: none;
	}

	.aside-menu .accordion-item:last-of-type {
		border-radius: 0 !important;
		border: 0;
	}

	.aside-menu .accordion-button[aria-expanded="true"] {
		color: var(--main-color);
	}

.aside-item {
	width: 100%;
	padding: 17px 17px 17px 8px;
	background: #f3efea;
	border-radius: 0 !important;
}

	.aside-item ul {
		float: right;
		max-width: 220px;
		min-width: 200px;
	}

	.aside-item a {
		display: block;
		font-size: 1.6rem;
		line-height: 40px;
		width: 100%;
		padding: 0 10px;
	}

		.aside-item a:hover {
			color: var(--main-color-over);
		}

		.aside-item a.active {
			background: var(--color-kaki-light);
			border-radius: 8px;
			color: #000000;
		}

/* .side-menu {

}
.side-menu.sticky {
  margin-top: 78px;
} */


.layout-sub .contents {
}

	.layout-sub .contents .breadcrumb {
		padding: 0 10px 0 40px;
		margin: 0;
		border-bottom: 1px solid #e9e9e9;
		height: 54px;
		align-items: center;
		font-size: 1.6rem;
	}

	.layout-sub .contents .container {
		margin: 0;
		position: relative;
		padding: 61px 80px 40px 110px;
	}


.title-deco {
	display: none;
	position: absolute;
	top: 0;
	background: var(--color-kaki-light);
	width: 43px;
	height: 210px;
	border-radius: 0 0 40px 0;
}


/* //////////////////////////////////// 
END 서브페이지 레이아웃 
//////////////////////////////////// */



/* //////////////////////////////////// 
START 서브페이지 내용
//////////////////////////////////// */
.contents-main {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex; /*justify-content: center;*/
}

	.contents-main h1 {
		position: relative;
		font-size: 4.8rem;
		letter-spacing: -2px;
		color: #2d2d2d;
		margin-bottom: 83px;
		font-weight: 600;
	}

		.contents-main h1 small {
			font-size: 24%;
			display: block;
			font-weight: 700;
			padding-left: 6px;
			letter-spacing: 0px;
			color: var(--main-color);
		}

.contents-form {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 150%;
	padding-bottom: 60px;
}

	.contents-form h1 span {
		display: block;
		opacity: 0;
		-webkit-animation: title-ani 1s ease-in-out forwards;
		animation: title-ani 1s ease-in-out forwards;
		animation-delay: 1s;
	}

@keyframes title-ani {
	0% {
		opacity: 0;
		transform: translate(0, -20px)
	}

	50% {
		opacity: .5;
		transform: translate(0, 10px)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

.contents-form h1::before {
	content: "";
	width: 70px;
	height: 96%;
	background: var(--main-color);
	display: block;
	position: absolute;
	left: -110px;
	top: -3px;
	border-radius: 0 14px 14px 0;
	-webkit-animation: expandBox 1.5s ease-in-out;
	animation: expandBox 1.5s ease-in-out;
}

@keyframes expandBox {
	0% {
		width: 0;
	}

	60% {
		width: 100px;
	}

	100% {
		width: 70px;
	}
}


.contents-form p {
	margin: 30px 0;
}

/* 인사말 */
.cf-right {
	padding: 0 30px;
}

.cf-1 {
	display: block;
	font-size: 3.2rem;
	line-height: 120%;
}

	.cf-1 strong {
		font-weight: 500;
	}

.text-box {
	display: flex;
	width: 100%;
}

.intr-s {
	float: right;
	font-weight: 500;
}

.row.text-box.vs1 > div {
	display: flex;
	justify-content: center;
}

.text-box.vs1 .text-box {
	gap: 50px;
}

.text-box.vs1 .card {
	border: 0;
	max-width: 300px;
}

.text-box.vs1 .card-header {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 40px 0;
	border: 0;
}

.text-box.vs1 .card-title {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -1px;
}

.text-box.vs1 .card-text {
	margin-top: 10px;
	color: #555555;
	font-size: 1.6rem;
	line-height: 130%;
}


.text-box.vs1 h2,
.text-box.vs2 h2,
.text-box.vs3 h2 {
	font-size: 2.4rem;
	font-weight: 700;
	vertical-align: middle;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	/* border-bottom: 1px dotted #b5b5b5; */
	margin-top: 80px;
}

	.text-box.vs1 h2::before,
	.text-box.vs2 h2::before,
	.text-box.vs3 h2::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 19px;
		border-radius: 4px;
		background: var(--main-color);
		margin-right: 14px;
	}

.vs2-inner-box {
	padding: 80px 20px;
	border-radius: 20px;
	background: var(--bgcolor-gray);
}


.text-box.vs3 .title-sub {
	font-size: 1.8rem;
	font-weight: 600;
	color: #636363;
	padding-left: 33px;
}

.vs3-t1 {
	margin-top: 50px;
	padding-left: 33px;
}

	.vs3-t1 h3 {
		font-size: 1.8rem !important;
		padding-bottom: 10px;
		border-bottom: 1px dotted #b5b5b5;
	}

		.vs3-t1 h3 small {
			font-size: 1.6rem;
		}

.vs2-inner-box--1,
.vs2-inner-box--2,
.vs2-inner-box--3 {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 40px;
}

.vs2-inner-box--3 {
	margin-bottom: 0;
}

	.vs2-inner-box--1 small,
	.vs2-inner-box--2 small,
	.vs2-inner-box--3 small {
		display: block;
		margin-top: 10px;
		font-size: 1.8rem;
		font-weight: 300;
	}


	.vs2-inner-box--1::before,
	.vs2-inner-box--2::before,
	.vs2-inner-box--3::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 19px;
		border-radius: 4px;
		margin-right: 24px;
		margin-left: -44px;
	}

.vs2-inner-box--1::before {
	background: var(--main-color);
}

.vs2-inner-box--2::before {
	background: var(--main-sub-color);
}

.vs2-inner-box--3::before {
	background: var(--color-kaki);
}


.caution-text {
	background: var(--bgcolor-gray);
	text-align: center;
	padding: 25px;
	border-radius: 16px;
	border: 2px dotted var(--color-kaki);
	font-size: 1.8rem;
}


.library {
	background: url(/img/bg-contents.png) repeat;
	background-size: inherit;
}

	.library .row {
		margin-bottom: 80px;
	}

	.library .text-box img {
		border-radius: 18px;
	}

	.library .text-box > div.text {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0 20px;
	}

	.library .text-box div.text p {
		margin: 0;
	}

	.library .text-box div.text h3 {
		font-size: 3.8rem !important;
		padding: 0 0 20px 0;
	}

		.library .text-box div.text h3::after {
			content: "";
			position: absolute;
			width: 13px;
			height: 13px;
			margin: 4px 0 0 7px;
			background: var(--main-color);
			border-radius: 50%;
		}

	.library .text-box.right .r-img {
		text-align: right;
		padding: 0 20px;
	}

.location .address,
.location .callcenter {
	font-size: 2.6rem;
	font-weight: 600;
	padding-bottom: 25px;
	line-height: 140%;
}

	.location .address .left,
	.location .callcenter .left {
		font-size: 1.8rem;
		color: #7c7c7c;
		padding: 0 0 0 0;
		min-width: 100px;
	}

	.location .callcenter .right {
		display: block;
		width: 100%;
	}

		.location .callcenter .right small {
			display: block;
			font-weight: 300;
			font-size: 1.8rem;
			line-height: 200%;
		}

.location .map {
	background: #eee;
	border-radius: 16px;
	padding: 20px;
	margin-top: 50px;
}

.location .map-container {
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	height: 500px;
}

.map-area {
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
}

.iw_inner {
	font-size: 1.4rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 16px;
}

	.iw_inner h5 {
		font-weight: 400;
		font-size: 1.6rem;
	}

	.iw_inner p {
		margin: 10px 0;
	}

.overview {
}

	.overview h2 {
		font-size: 3.3rem;
		font-weight: 600;
		line-height: 130%;
		margin-bottom: 80px;
		border-bottom: 1px dashed #222;
		padding: 0 0 63px 10px;
		letter-spacing: -1px;
		/* color: #896b53;
  text-align: center; */
	}

	.overview .ovv01 {
		margin-bottom: 50px;
	}

	.overview .text-box h3 {
		font-size: 2.7rem !important;
	}

		.overview .text-box h3 small {
			display: inline-block;
			width: auto;
			font-size: 96%;
			letter-spacing: -1px;
		}

	.overview .text-box .text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
	}

	.overview .text-box.ovv02 .text {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.overview .text-box p {
		margin: 17px 0 30px 0;
	}

.ovv02-2 {
	display: flex;
	justify-content: flex-end;
}


.ovv-plan {
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
	margin: 80px 0 100px 0 !important;
}

.overview .ovv-plan h3 {
	font-size: 2.7rem !important;
	background: var(--bgcolor-gray);
	padding: 43px 45px 35px 45px;
}

	.overview .ovv-plan h3::before {
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		margin: 0px 0 0 -18px;
		background: var(--main-color);
		border-radius: 50%;
	}

	.overview .ovv-plan h3 small {
		display: block;
		width: auto;
		font-size: 1.8rem;
		letter-spacing: -1px;
	}

.ovv-plan .text-box {
	padding: 30px 30px 30px 30px;
	border-bottom: 1px solid var(--bgcolor-gray);
}

	.ovv-plan .text-box > div:first-child {
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.ovv-plan .text-box h4 {
		font-size: 2.2rem;
		font-weight: 600;
		padding-top: 30px;
	}

	.ovv-plan .text-box .text p {
		font-size: 1.6rem;
	}


.ovv-lst {
}

	.ovv-lst img {
		border-radius: 16px;
	}

.overview .ovv-lst .text h3 {
	font-size: 2.3rem !important;
	font-weight: 400;
	color: #222;
}

.overview .ovv-lst .ovv-01 {
	padding-left: 40px;
}

.overview .ovv-lst .ovv-02 {
	padding-right: 40px;
}


.course h2 {
	font-size: 3.6rem;
}

	.course h2 small {
		font-weight: 300;
		display: inline-block;
		width: auto;
		font-size: 80%;
		letter-spacing: inherit;
		line-height: inherit;
	}

.course .crs {
	margin-top: 80px;
}

	.course .crs h3 {
		font-size: 2.7rem !important;
		margin-left: 20px;
	}

.red-dot-left-title::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 0px 0 0 -18px;
	background: var(--main-color);
	border-radius: 50%;
}


.red-dot-left-title::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 0px 0 0 -18px;
	background: var(--main-color);
	border-radius: 50%;
}

.enter-step {
	display: flex;
	background: var(--bgcolor-gray);
	border-radius: 20px;
	padding: 50px 30px !important;
	gap: 10%;
	margin: 30px 0 50px 0 !important;
}

.enter-step-box {
	position: relative;
	text-align: center;
	font-size: 16px;
}

	.enter-step-box h4 {
		font-size: 20px;
		font-weight: 600;
		margin-top: 20px;
	}

	.enter-step-box .text p {
		margin: 10px 0 0 0;
		line-height: 130%;
		letter-spacing: -1px;
	}

	.enter-step-box::after {
		content: url(/img/icon-arrow_21.png);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(46px, -98px);
	}

.enter-step div:last-child::after {
	display: none;
}


.reading-step {
	display: flex;
	gap: 4%;
	margin: 30px 0 50px 0 !important;
}

.reading-step-box {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 22% !important;
	flex: 1 0 22% !important;
	text-align: center;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 24px;
	box-shadow: var(--box-shadow-sm);
	padding: 37px 30px;
	margin-bottom: 43px;
}

	.reading-step-box .step-no {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		background: var(--main-color);
		color: #fff;
		font-weight: 600;
		text-align: center;
		transform: translate(-12px, -20px);
	}

	.reading-step-box h4 {
		font-size: 2rem;
		font-weight: 600;
		margin-top: 20px;
	}

	.reading-step-box .text p {
		margin: 10px 0 0 0;
		line-height: 130%;
		letter-spacing: 0px;
	}

	.reading-step-box::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(35px, -17px);
		height: 28px;
		width: 20px;
		background: url(/img/icon-arrow_21.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

.reading-step div:last-child::after {
	display: none;
}

.reading-step div:nth-of-type(4n)::after {
	display: none;
}


.curi-contents-tab-box {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

	.curi-contents-tab-box h2 {
		background: #efe7e0;
		padding: 40px 54px;
		position: relative;
	}

		.curi-contents-tab-box h2 small {
		}

.cct-img {
	position: absolute;
	right: 29px;
	top: 32px;
}

.curi-contents-tab {
	background: #f6f4f3;
	padding: 20px 40px;
}

	.curi-contents-tab nav {
	}

	.curi-contents-tab .nav-tabs {
		border: 0;
	}

	.curi-contents-tab .nav-link {
		flex: 1 0 0%;
		font-size: 1.6rem;
		text-align: center;
		line-height: 130%;
		letter-spacing: -1px;
		color: #222;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 16px 10px 10px 10px;
		border: 0;
	}

		.curi-contents-tab .nav-link img {
			margin-bottom: 10px;
		}

		.curi-contents-tab .nav-link i {
			font-size: 3.6rem;
			margin-bottom: 13px;
			margin-top: 2px;
		}


		.curi-contents-tab .nav-link.active {
			background: #fff;
			border: 0;
			border-radius: 7px;
			box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
		}


.tab-content {
	margin-top: 50px;
}

.tab-content-header {
	position: relative;
	border-bottom: 2px solid #222;
	padding: 0 0 10px 0;
}

	.tab-content-header h3 {
		font-size: 2.8rem !important;
		margin-left: 12px;
	}

.cc-tlt {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
}

.text-box.con {
	padding: 40px 0;
	align-items: center;
	gap: 5%;
	border-bottom: 1px dotted #a3a3a3;
}

.tab-content-body div:last-child {
	border-bottom: 0 !important;
}

.text-box.con img {
	margin-bottom: 23px;
}

.con-01 {
}

.envi-list {
	margin-top: 50px;
}

	.envi-list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.envi-list li {
		width: 23% !important;
	}

		.envi-list li .photo {
			border-radius: 8px;
		}

.lns-img {
	position: absolute;
	right: 51px;
	top: 32px;
	display: flex;
	align-items: flex-end;
}

	.lns-img span {
		font-size: 1.4rem;
		line-height: 130%;
		font-weight: 300;
		display: inline-block;
		text-align: right;
		margin: 0 20px 5px 0;
	}

	.lns-img img {
		width: 190px;
		box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .1);
	}

.curi-content-box {
	margin-top: 50px;
}

.text-box.con.probot {
	gap: 0;
	align-items: flex-start;
}

	.text-box.con.probot img {
		margin-bottom: 23px;
	}


#chart-container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}


.pieChart,
.barChart {
	max-width: 47%;
	margin-bottom: 40px;
}

	.pieChart h4, .barChart h4 {
		font-size: 2.2rem;
		border: 1px solid #eee;
		margin: 0 0 39px 0;
		padding: 10px;
		border-radius: 8px;
		background: #eee;
		text-align: center;
		font-weight: 500;
		letter-spacing: 0;
	}

	.pieChart h4 {
	}

	.barChart h4 {
		background: var(--bgcolor-gray);
	}


.srar {
	gap: 65px;
}


.guide h2 {
	font-size: 2.8rem;
	font-weight: 300;
}

.gd01 {
	margin-top: 50px !important;
}

.gd01-pic-box {
	display: flex;
	align-items: center;
}

.gd01-pic {
	border-radius: 14px;
}

.gd01-01 {
	padding: 0 72px 0 0;
}

h3.gd01 {
	font-size: 2.8rem !important;
	border-bottom: 2px solid #222;
	padding: 0 0 10px 17px;
	margin-top: 65px !important;
}

.fc-contact-box {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: var(--bgcolor-gray);
}

	.fc-contact-box .row {
		align-items: center;
	}

		.fc-contact-box .row > div {
			padding: 26px 6px;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

			.fc-contact-box .row > div i {
				display: block;
				background: #fff;
				font-size: 3rem;
				padding: 10px;
				border-radius: 6px;
				border: 1px solid #eee;
				margin-bottom: 5px;
			}

	.fc-contact-box .tlt {
		border-right: 1px solid #d3d3d3;
		font-weight: 600;
	}

.gd02 {
	margin-top: 50px !important;
}

	.gd02 h4 {
		font-size: 2.6rem;
	}

	.gd02 p {
		margin: 16px 0 20px 0;
	}

.fc-step h2 {
	font-size: 2.8rem;
	font-weight: 300;
}

.invest h2 {
	font-size: 2.8rem;
	font-weight: 300;
}

.tb-data table {
	margin-left: -1px;
	font-size: 1.7rem !important;
	font-weight: 300;
}

.tb-data thead th {
	padding: 0.9rem 1.5rem 1rem 1.5rem;
	border-left: 1px solid #dfdfdf;
	text-align: center;
	background: var(--bgcolor-gray);
}

.tb-data th {
	padding: 0.9rem 1.5rem 1rem 1.5rem;
	background: #fafafa;
	font-weight: 600;
	font-size: 1.6rem;
}

.tb-data thead th:first-child {
	border-left: 0;
}

.tb-data td {
	padding: 0.9rem 1.5rem 1rem 1.5rem;
}

.tb-data tbody th:nth-child(2),
.tb-data tbody td {
	border-left: 1px solid #dfdfdf;
}

	.tb-data tbody td:first-child {
		border-left: 1px solid #dfdfdf;
	}

.tb-data .sum-bg th,
.tb-data .sum-bg td {
	background: #fcf6ec;
}

.tb-data .sum-bg th {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	padding: 16px;
}

.bul-hyphen li {
	position: relative;
	padding-left: 0.8rem;
	line-height: 2;
}

	.bul-hyphen li:before {
		display: inline-block;
		position: absolute;
		top: 1.5rem;
		left: 0;
		content: '';
		width: 5px;
		height: 1px;
		background: #444;
	}

.sub-faq {
	padding: 33px 0 95px 0;
}

	.sub-faq .container {
		max-width: 1200px;
	}

	.sub-faq h2 {
		width: 100%;
		text-align: center;
		letter-spacing: -1px;
		margin-bottom: 40px;
	}

		.sub-faq h2 em {
			color: var(--color-kaki);
			font-weight: inherit;
		}

.sub-faq-accordion .accordion-item {
	background: transparent;
	border: 0;
}

.sub-faq-accordion .accordion-button {
	background: var(--bgcolor-gray) !important;
	margin-bottom: 10px;
	border: 0;
	border-radius: 16px !important;
	box-shadow: none !important;
	font-size: 1.8rem;
	padding: 10px 20px;
}

.faq-q-title {
	padding-right: 16px;
	line-height: 150%;
}

.sub-faq-accordion .faq-q {
	font-size: 3.4rem;
	padding: 0 20px 0 10px;
	display: block;
}

.sub-faq-accordion .accordion-body {
	display: flex;
	font-size: 1.6rem;
	padding: 10px 30px 30px 30px;
}

	.sub-faq-accordion .accordion-body em {
		font-size: 3.1rem;
		font-weight: 200;
		padding: 0 27px 0 4px;
		color: var(--main-color);
	}


table.ask .no {
	width: 60px;
}

table.ask .writer {
	width: 140px;
}

table.ask .date {
	width: 140px;
}

table.ask td,
table.ask th {
	border-right: 1px solid #eee;
}

	table.ask td:nth-child(3),
	table.ask td:last-child {
		text-align: center;
	}


.fc-edit-form h3 {
	font-size: 1.6rem !important
}

.fc-edit-box {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 1px;
	padding: 17px !important;
	margin-bottom: 24px !important;
}

table.fc-edit {
	border-top: 1px solid #222;
	margin-top: 14px;
}

	table.fc-edit th {
		background: var(--bgcolor-gray);
		width: 170px !important;
	}

.fc-date {
	width: 50%;
}

.borard-write h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 300;
	border-bottom: 2px solid #222;
	padding-bottom: 16px;
}

	.borard-write h2 small {
		position: absolute;
		right: 0;
		width: auto;
		top: 10px;
		font-size: 1.6rem;
		color: var(--main-color);
	}

.red {
	color: #d60000;
}

.btn-set {
	display: flex;
	text-align: center;
	justify-content: center;
}

.board-btn {
	padding: 9px 43px;
}

.btn-outline-main-color {
	--bs-btn-color: #555555;
	--bs-btn-border-color: #c9c9c9;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--main-color);
	--bs-btn-active-border-color: var(--main-color);
	padding: var(--bs-btn-padding-y) 10px;
}

	.btn-outline-main-color:hover {
		background: var(--bgcolor-gray);
		color: #000;
		border-color: #7b7b7b;
	}

.btn-kakao-ch {
	background: #ffc519;
	height: 5rem;
	border-radius: 8px;
	display: flex !important;
	align-items: center;
}

	.btn-kakao-ch img {
		height: 42px !important;
	}


.location.branch .map {
	background: #eee;
	border-radius: 16px;
	padding: 10px;
	margin-top: 50px;
}

.location.branch .map-container {
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	height: var(--map-height);
}


.branch {
}

.branch-list {
	padding: 0px 3px 0 0;
	max-height: var(--map-height);
	overflow: auto;
}

.branch-list-item {
	font-size: 1.4rem;
	background: #fff;
	border-radius: 8px;
	padding: 8px 8px 8px 8px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .1);
	margin-bottom: 22px;
}

	.branch-list-item ul {
		padding: 0 14px 6px 6px;
	}

		.branch-list-item ul li:nth-child(2) {
		}

	.branch-list-item li {
		display: flex;
		align-items: center;
		line-height: 1.3;
		gap: 3%;
		margin-top: 6px;
	}


	.branch-list-item h3 {
		display: flex;
		justify-content: space-between;
		background: #ebebeb;
		color: #272727;
		padding: 0px 6px 0px 0px;
		border-radius: 6px;
		line-height: 40px;
		font-weight: 400;
		font-size: 1.6rem;
	}

		.branch-list-item h3 .branch-title {
			font-size: 1.6rem !important;
		}

			.branch-list-item h3 .branch-title i {
				background: var(--main-color);
				height: 100%;
				display: inline-block;
				width: 3.2rem;
				color: #fff;
				text-align: center;
				border-radius: 4px 0 0 4px;
				margin-right: 6px;
				font-size: 2rem !important;
			}

	.branch-list-item .address {
		font-size: 1.7rem;
		padding: 13px 0 10px 0;
		font-weight: 300;
	}

	.branch-list-item .tel {
		font-size: 1.8rem;
	}

	.branch-list-item .term {
		background: #f1ece5;
		border-radius: 4px;
		padding: 4px 12px;
		line-height: 1.3;
		text-align: center;
	}

	.branch-list-item .hours {
		font-weight: 400;
	}

		.branch-list-item .hours .day-sat {
			display: block;
			font-weight: 300;
		}


.scroll-ani {
  position: absolute;
  left: 50%;
  transform: translate(-50px, 0px);
  z-index: 11;
  /* background: rgba(255,255,255, .1); */
  height: 100px;
  width: 100px;
  border-radius: 8px;
  bottom: 45px;
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 22px;
  margin-top: 12px;
}
.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: -6px 0 4px 6px;
  width: 11px;
  height: 11px;
}
    
    
    .unu
    {
      margin-top: 1px;
    }
    
    .unu, .doi
    {
        -webkit-animation: mouse-scroll 1.5s infinite;
        -moz-animation: mouse-scroll 1.5s infinite;
        animation: mouse-scroll .5s infinite;
      
    }
    
    .unu
    {
      -webkit-animation-delay: .1s;
      -moz-animation-delay: .1s;
      -webkit-animation-direction: alternate;
      
      animation-direction: alternate;
      animation-delay: alternate;
    }
    
    .doi
    {
      -webkit-animation-delay: .2s;
      -moz-animation-delay: .2s;
      -webkit-animation-direction: alternate;
      
      animation-delay: .2s;
      animation-direction: alternate;
      
      margin-top: -6px;
    }
    
    
    .mouse {
      height: 37px;
      width: 22px;
      border-radius: 14px;
      transform: none;
      border: 2px solid white;
  }
    .wheel {
      height: 5px;
      width: 2px;
      display: block;
      margin: 5px auto;
      background: white;
      position: relative;
      
      height: 4px;
      width: 4px;
      border: 2px solid #fff;
      -webkit-border-radius: 8px;
              border-radius: 8px;
    }
    
    .wheel {
      -webkit-animation: mouse-wheel 0.6s linear infinite;
      -moz-animation: mouse-wheel 0.6s linear infinite;
      animation: mouse-wheel 0.6s linear infinite;
    }
    
    @-webkit-keyframes mouse-wheel{
       0% {
        opacity: 1;
        transform: translateY(0);
      }
      50% {
        opacity: 1;
        transform: translateY(6px);
      }
      100% {
        opacity: 1;
        transform: translateY(0px);
      }
    }
        
    @keyframes mouse-scroll {
    
      0%   { opacity: 0; }
      50%  { opacity: .5; }
      100% { opacity: 1; transform: translate(0px, 10px) rotate(45deg) ;}
    }
    