:root {
	--main-color: #e93c3c;
	--background-color: #ffffff;
	--hover-color: #ffa6a6;
	--text-color: rgb(109, 109, 109);
}

@font-face {
	-family: 'TheJamsil5Bold';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noons_2302_01@1.0/TheJamsil5Bold.woff2')
		format('woff2');
	-weight: 700;
	-style: normal;
}

@font-face {
	-family: 'The-Jamsil-OTF-2-Light';
	src: url('/font/The-Jamsil-OTF-2-Light.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'The-Jamsil-OTF-3-Regular';
	src: url('/font/The-Jamsil-OTF-3-Regular.woff') format('woff');
	font-style: normal;
}

.jj_navbar a, .jj_navbar li{
	text-decoration: none;
	color: var(--main-color);
}


#header {
	position: fixed !important;
	width: -webkit-fill-available;
	top: 0 !important;
	z-index: 10 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	/*     background-color: var(--background-color); */
	padding: 0px 12px !important;
	font-family: "TheJamsil5Bold", Arial, sans-serif;
	font-weight: 700;
	font-style: normal !important;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

/* section {
	width: 1500px;
	margin: 0 auto;
	
	} */

    @keyframes anime_textup { 0% { top: 0; } 20% { top: -0.2rem; } 40% { top: 0 } 60% { top: 0 } 80% { top: 0 } 100% { top: 0 } }
 
    .main_logo span {
        position: relative;
        animation: anime_textup 1.5s infinite;
    }
 
    .main_logo span:nth-of-type(1) {
        animation-delay: .1s;
    }
 
    .main_logo span:nth-of-type(2) {
        animation-delay: .2s;
    }
 
    .main_logo span:nth-of-type(3) {
        animation-delay: .3s;
    }
 
    .main_logo span:nth-of-type(4) {
        animation-delay: .4s;
    }
 
    .main_logo span:nth-of-type(5) {
        animation-delay: .5s;
    }
    .main_logo span:nth-of-type(6) {
        animation-delay: .6s;
    }


.weather-temp {
	color: var(--main-color);
}

#header.activee .weather-temp {
	color: var(--background-color);
}

@media screen and (min-width: 1001px) {
	.jj_main {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		margin-top: 100px;
	}
	#header.activee {
		background-color: var(--main-color);
		transition-duration: 0.2s;
		transition-timing-function: ease;
		color: var(--background-color);
		-webkit-transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		height: 80px;
	}
	.jj_navbar {
		background-color: var(--background-color);
		transition-duration: 0.2s;
		transition-timing-function: ease;
		color: var(--background-color);
		-webkit-transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		height: 80px;
	}
	nav .jj_menubar ul li a .active:hover {
		color: pink;
	}
}

.jj_navbar_logo {
	font-size: 30px;
	/* 	color: var(--main-color); */
	padding-left: 20%;
}

.jj_navbar_logo i {
	/* 	color: var(--main-color); */
	font-size: 30px;
}

.jj_navbar_menu {
	display: flex;
	list-style: none;
	/* ë¦¬ìŠ¤íŠ¸ ì  ì—†ì• ê¸°! */
	padding-left: 0;
	/* ë©”ë‰´ ì™¼ìª½ íŒ¨ë”© ì—†ì• ê¸° */
}

@font-face { /* 애플산돌고딕 폰트 적용 */
  font-family: "SDGothic";
  src: url("/font/AppleSDGothicNeoM.ttf") format("truetype");
  font-weight: normal;
} /* 이후 "SDGothic"으로 폰트 적용 가능 */

body:not(.jj_navbar) {
	font-family: 'SDGothic', 'Noto Sans KR', sans-serif;
}

nav .jj_menubar {
	padding-right: 20%;
}

nav .jj_menubar ul {
	list-style: none;
	padding-left: 0px;
	display: flex;
	align-items: center;
}

nav .jj_menubar ul li {
	margin: 0px 5px;
	position: relative;
}

nav .jj_menubar ul li {
	text-decoration: none;
	/* 	color: var(--main-color); */
	font-size: 16px;
	transition: .3s linear;
	font-family: "The-Jamsil-OTF-2-Light", Arial, sans-serif;
}

.jj_menubar ul li {
	padding: 8px 10px;
	/* í´ë¦­ ë²”ìœ„ ë„“ížˆê¸° ìœ„í•´ì„œ */
}

nav .jj_menubar ul li a:nth-child(6):hover {
	color: var(--hover-color);
}

nav .jj_menubar ul li a:hover {
	color: var(--hover-color);
}

nav .jj_menubar ul li:nth-child(6) .fas {
	font-size: 12px;
	margin: 2px 0px 0px 3px;
	transition: .3s linear;
}

nav .jj_menubar ul li:nth-child(6):hover .fas {
	transition: rotate(180deg);
}

/* ë”ë³´ê¸° ë“œë¡­ë‹¤ìš´ */
nav .jj_menubar ul li .jj_list {
	position: absolute;
	display: flex;
	width: 90px;
	left: -10px;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 30px;
	z-index: 1;
	padding: 10px;
	background-color: white;
	visibility: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

nav .jj_menubar ul li:hover .jj_list {
	opacity: 1;
	visibility: visible;
}

nav .jj_menubar ul li .jj_list::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	z-index: -1;
}

nav .jj_menubar ul li .jj_list::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: -1;
}

nav .jj_menubar ul li .jj_list a {
	text-decoration: none;
	color: rgba(150, 150, 150, 0.7);
	font-size: 12px;
	transition: .3s linear;
	padding: 10px;
}

nav .jj_menubar ul li .jj_list a:hover {
	color: var(--background-color);
}

nav .jj_menubar ul li .jj_list a .active :hover {
	color: var(--background-color);
}

.jj_navbar_toogleBtn {
	/* í™”ë©´ì´ ìž‘ì•„ì¡Œì„ ë•Œë§Œ í–„ë²„ê±° ë²„íŠ¼ ë‚˜ì˜¤ê²Œí•¨ */
	display: none;
	/* í–„ë²„ê±° ì•„ì´ì½˜ì´ í˜„ìž¬ í”Œë ‰ìŠ¤ ë°•ìŠ¤ ì•ˆ ì™¼ìª½ ë°‘ì— ë°°ì¹˜ë˜ì–´ ìžˆìŒ, ì˜¤ë¥¸ìª½ ìœ„ì— ë°°ì¹˜í•˜ê³  ì‹¶ì„ ê²½ìš° í”Œë ‰ìŠ¤ ë°•ìŠ¤ì—ì„œ ë‚˜ì™€ì„œ(íë¦„ì—ì„œ ë‚˜ì™€ì„œ) ìž¬í¬ì§€ì…˜  */
	position: absolute;
	right: 32px;
	font-size: 24;
	color: var(--main-color);
}

/* ê²€ìƒ‰ì°½ ì˜ì—­ */
.jj_menubar {
	display: flex;
	align-items: center;
}

.jj_search {
	padding: 8px 12px;
}

nav .jj_menubar .jj_search {
	position: relative;
	display: none;
	/* 	display: flex; */
	align-items: center;
}

nav .jj_menubar .jj_search input {
	padding: 0;
	border: 0;
	/* 	border-bottom: 1px solid var(--text-color); */
	width: 0px;
	background-color: var(--background-color);
}

nav .jj_menubar .jj_search i {
	/* 	color: var(--main-color); */
	-size: 20px;
	cursor: pointer;
	transition: transpform 500ms;
}

nav .jj_menubar .jj_search i:hover {
	color: var(--hover-color);
}

nav .jj_menubar .jj_search .search_input {
	width: 300px;
	height: 30px;
}

/* ë°°ë„ˆ ìŠ¬ë¼ì´ë“œ  */
.jj_slide {
	padding-top: 20px;
}

.jj_slide_container {
	width: 1100px;
	height: 600px;
	display: flex;
	margin: auto;
	transition: transform 300ms ease-in;
	overflow: hidden;
}

.jj_slide-box {
	overflow: hidden;
	flex: 0 0 1100px;
	transition: all 1s ease-in-out;
	/* display: flex; */
	/* justify-content: center; */
	/* float: left; */
}

.jj_slide-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jj_btns {
	text-align: center;
	padding: 10px;
	z-index: 5;
	top: -70px;
	position: relative;
	margin-top: 20px;
}

.jj_dot_btn {
	background: rgb(145, 145, 145);
	opacity: 0.6;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 55%;
	transform: translate(0, -55%);
	margin: 5px;
	z-index: -1;
}

.jj_dot_btn:hover {
	background: rgb(224, 224, 224);
}

/* ìˆ™ì†Œ ì¹´í…Œê³ ë¦¬ ì•„ì´ì½˜ */
.jj_icon {
	text-align: center;
}

.jj_icon span {
	color: var(--main-color);
	opacity: 0.9;
}

.jj_icon span:hover {
	color: var(--hover-color);
	opacity: 0.5;
}

.jj_icon a {
	display: inline-block;
	justify-content: space-around;
	height: 107px;
	font-size: 19px;
	color: var(--text-color);
	text-align: center;
	padding: 0;
	margin: 0px 72px 30px;
	list-style: none;
	text-decoration: none;
}

.jj_icon a:hover {
	color: var(--text-color);
	opacity: 0.3;
}

/* ì¶”ì²œ ìˆ™ì†Œ */
.jj_wrapper {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.jj_wrapper {
	display: flex;
/* 	padding: 0px 35px; */
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.jj_wrapper {
	max-width: 1200px;
	position: relative;
	/* display: flex;
    margin: 0 auto; */
}

.jj_wrapper i {
	top: 50%;
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	-size: 1.2rem;
	text-align: center;
	line-height: 40px;
	background-color: #f5f3f3db;
	transform: translateY(-50%);
	border-radius: 3px;
	z-index: 2;
}

.jj_wrapper i:first-child {
	left: 50px;
}

.jj_wrapper i:last-child {
	right: 50px;
}

.jj_wrapper .jj_carousel {
	-size: 0px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
}

.jj_carousel.dragging {
	cursor: grab;
	scroll-behavior: auto;
}

.jj_carousel img {
	height: 200px;
	object-fit: cover;
	margin-left: 14px;
	width: calc(100%/ 5);
/* 	border-radius: 3%; */
}

.jj_carousel img:first-child {
	margin-left: 0px;
}

.main {
	width: 1100px;
	height: 24px;
	font-size: 18px;
	line-height: 1;
	color: var(--text-color);
	text-align: left;
	display: block;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
h2.main {
	width: 1100px;
	height: 24px;
	font-size: 20px;
	line-height: 1;
	color: var(--text-color);
	text-align: left;
	display: block;
	margin-left: 400px;
	margin-top: 50px;
	margin-bottom: 20px;
}

/* ì¶”ì²œ ì—¬í–‰ ì½”ìŠ¤ */
.jj_course {
	padding-top: 60px;
}

.jj_course_container {
	position: relative;
	z-index: 1;
}

.jj_course_m h4 {
	color: #263343;
	opacity: 0.9;
}

.jj_course_container ul li:first-child {
	display: inline-block;
	float: left;
	width: 450px;
	margin-bottom: 8px;
}

.jj_course_container ul li {
	height: 300px;
	overflow: hidden;
}

.jj_course_container ul li a {
	position: relative;
	display: block;
	width: 450px;
	height: 200px;
	padding: 0 0 0;
	text-align: center;
	text-decoration: none;
	position: absolute
}

.jj_course_m {
	display: block;
	list-style: none;
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
	margin: auto;
}

.jj_course_m img {
	width: 100%;
	height: 100%;
/* 	border-radius: 8px; */
	/* ì´ë¯¸ì§€ ë¹„ìœ¨ ìœ ì§€*/
	object-fit: cover;
	filter: brightness(1);
}

.jj_course_m img:hover {
	filter: brightness(0.8);
}

.jj_course_container ul li:last-child {
	display: inline-block;
	float: right;
	width: 450px;
}

/* íŒŒíŠ¸ë„ˆ ê´€ë ¨ */
.jj_partner {
	padding-top: 30px;
}

.jj_partner_container {
	padding-top: 5px;
	position: relative;
	z-index: 1;
}

.jj_partner_m h4 {
	color: #263343;
	opacity: 0.9;
}

.jj_partner_container ul li:first-child {
	display: inline-block;
	float: left;
	width: 450px;
	margin-bottom: 8px;
}

.jj_partner_container ul li {
	height: 300px;
	overflow: hidden;
}

.jj_partner_container ul li a {
	position: relative;
	display: block;
	width: 450px;
	height: 200px;
	padding: 0 0 0;
	text-align: center;
	text-decoration: none;
	position: absolute
}

.jj_partner_m {
	display: block;
	list-style: none;
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
	margin: auto;
}

.jj_partner_m img {
	width: 100%;
	height: 100%;
/* 	border-radius: 8px; */
	/* ì´ë¯¸ì§€ ë¹„ìœ¨ ìœ ì§€*/
	object-fit: cover;
	filter: brightness(1);
}

.jj_partner_m img:hover {
	filter: brightness(0.8);
}

.jj_partner_container ul li:last-child {
	display: inline-block;
	float: right;
	width: 450px;
}

/* ì¶”ì²œ íœ´ì–‘ì§€  */
/* .jj_spot {
    margin-top: 100px;
}

.jj_spot h2 {
    width: 1000px;
    height: 24px;
    -size: 18px;
    line-height: 1;
    color: var(--text-color);
    text-align: left;
    display: block;
    margin-top: 80px;
}

.jj_spot_container all {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.jj_spot_container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
}

.jj_spot_slide {
    position: relative;
    left: 0;
    top: 0;
    width: 2610px;
    margin: 20px 30px;
}

.jj_spot_slide li:not(:last-child) {
    float: left;
    margin-right: 30px;
}

.jj_spot_slide li {
    list-style: none;
}


.jj_spot_slide img {
    width: 150px;
    height: 150px;
    border-radius: 70%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.jj_spot_img_1 {
    position: relative;

}

.jj_spot_text_1 {
    position: absolute;
    color: white;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jj_spot_text_1:hover {
    color: white;
    opacity: 0.5;
}

.jj_spot_text_2 {
    position: absolute;
    color: white;
    top: 40px;
    right: 300px;
    bottom: 90px;
    left: 240px;

}

.jj_spot_text_2:hover {
    color: white;
    opacity: 0.5;
}

.jj_spot_text_3 {
    position: absolute;
    color: white;
    top: 40px;
    right: 300px;
    bottom: 90px;
    left: 415px;
}

.jj_spot_text_3:hover {
    color: white;
    opacity: 0.5;
}

.jj_spot_text_4 {
    position: absolute;
    color: white;
    top: 40px;
    right: 300px;
    bottom: 90px;
    left: 595px;
}

.jj_spot_text_4:hover {
    color: white;
    opacity: 0.5;
}

.jj_spot_text_5 {
    position: absolute;
    color: white;
    top: 40px;
    right: 300px;
    bottom: 90px;
    left: 780px;
}

.jj_spot_text_5:hover {
    color: white;
    opacity: 0.5;
} */
footer all {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	outline: 0;
}

footer {
	display: block;
	overflow: hidden;
	clear: both;
	position: relative;
	margin-top: 120px;
	padding: 63px 31px 40px 31px !important;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: rgb(245, 245, 245);
	-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.38);
}

footer .jj_align {
	width: 1024px;
	margin: 0 auto;
}

footer .jj_link {
	overflow: hidden;
}

footer ul {
	list-style: none;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

footer ul li {
	list-style: none;
	line-height: 22px;
	display: inline-block;
}

footer .jj_link li {
	float: left;
	margin-bottom: 5px;
	line-height: normal;
}

footer .jj_link:nth-child(5) {
	clear: none;
}

footer .jj_link li span {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 24px;
	-size: 11px;
	text-align: center;
}

footer p {
	clear: both;
	padding: 37px 0 24px 0;
	outline: 0;
}

footer p {
	list-style: none;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

footer p b {
	display: inline-block;
	margin-right: 10px;
	-weight: bold;
}

footer p span {
	display: inline-block;
}

footer address {
	display: block;
	line-height: 22px;
	display: inline-block;
	-style: normal;
	-weight: normal;
	outline: 0;
}

footer address span {
	display: block;
	padding-bottom: 7px;
}

footer address .order {
	display: block;
	padding: 6px 0;
}

/* ============== ë°˜ì‘í˜•================== */
@media screen and (max-width: 1000px) {
	.jj_main {
		margin: 0;
		padding: 0;
		margin-top: 60px;
	}

	/* ========ë„¤ë¹„ */
	#header {
		position: absolute !important;
		top: 0 !important;
		flex-direction: column;
		/* align-items: center; */
		align-items: center;
		padding: 8px 24px;
		/* ìˆ˜í‰ ì™¼ìª½ìœ¼ë¡œ*/
		padding-top: 20px;
		padding-bottom: 20px;
		height: 40px;
	}
	.activee {
		position: sticky !important;
		top: 0 !important;
		flex-direction: column !important;
		/* align-items: center; */
		align-items: center;
		padding: 8px 24px;
		/* ìˆ˜í‰ ì™¼ìª½ìœ¼ë¡œ*/
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jj_navbar {
		background-color: var(--background-color);
		transition-duration: 0.2s;
		transition-timing-function: ease;
		color: var(--main-color);
		-webkit-transition-duration: 0.2s;
		-webkit-transition-timing-function: ease;
		/* 		margin-top: 20px; */
		padding-top: 10px;
	}

	/* h2 ì›ëž˜ìžˆì—ˆìŒ */
	.main {
		width: 100%;
		height: 24px;
		-size: 15px;
		line-height: 1;
		color: var(--text-color);
		text-align: left;
		display: block;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 20px;
		padding-left: 20px;
		-family: "The-Jamsil-OTF-2-Light", Arial, sans-serif;
	}

	/*  #header.activee {
    
	background-color: #ff2d2d;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	color: white;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
} */
	/* ì°½ì´ 1000ë³´ë‹¤ ìž‘ì•„ì§€ë©´ ë©”ë‰´ì™€ ì•„ì´í…œì„ ë°‘ìœ¼ë¡œ ë‚´ë¦¼ */
	.jj_navbar .jj_navbar_logo {
		-size: 18px;
		color: var(--main-color);
		padding-left: 0;
		text-align: center;
		margin: 0 auto;
		display: block;
		position: sticky;
		top: 10px;
	}
	
	
	
	.jj_navbar a {
    text-decoration: none;
    color: var(--main-color);
    top: 10px;
}

	/* ê²€ìƒ‰ì°½ */
	.jj_search.active .jj_search_input {
		width: 150px;
	}
	.jj_search.active .jj_search_btn {
		transform: translateX(150px);
	}

	

	/* ë©”ë‰´ë„ í•œì¤„ì—ì„œ ë°‘ìœ¼ë¡œ ë‚´ë¦¼ */
	.jj_navbar .jj_navbar_menu {
		flex-direction: column;
		/* í–„ë²„ê±° ëˆŒë €ì„ ë•Œë§Œ ë©”ë‰´ ë‚˜ì˜¤ê²Œ */
		display: none;
		flex-direction: column;
		align-items: center;
		/* ë©”ë‰´ë§Œ ì„¼í„°ë¡œ*/
		width: 100vw;
		/* ì„¼í„°ë¡œ ì•ˆê°, ë©”ë‰´ ë„ˆë¹„ë¥¼ ìµœëŒ€í•œìœ¼ë¡œ ë°”ê¿”ì¤˜ì•¼í•¨ */
		height: 100vh;
		top: 10px;
		right: 0;
		transform: translateX(100%);
		transition: 0.3s;
		text-align: center;
	}
	nav .jj_menubar {
		padding-right: 0px;
	}

	/* 1000ë³´ë‹¤ ìž‘ìœ¼ë©´ ë©”ë‰´ ì•ˆë³´ì—¬ì¤Œ but í–„ë²„ê±°ê°€ í´ë¦­ëì„ ë•Œ ë©”ë‰´ ë³´ì—¬ì¤Œ*/
	.jj_menubar .jj_navbar_menu.active {
		display: flex;
		transform: translateX(0);
		transition: 0.3s;
		background-color: #fff;
	}
	.jj_navbar_menu li {
		width: 400px;
		height: 30px;
		text-align: center;
		top: 10%;
	}
	.jj_navbar_menu li:hover {
		width: 100%;
		border-radius: 4px;
	}
	.jj_navbar_menu li:last-child {
		background-color: transparent;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
	}
	.jj_navbar_menu li a {
		display: -webkit-inline-box;
		margin: auto;
		margin-bottom: 8px;
		padding: 5px;
		text-align: center;
	}
	.jj_navbar_toogleBtn {
		/* í™”ë©´ì´ ìž‘ì•„ì¡Œì„ ë•Œë§Œ í–„ë²„ê±° ë²„íŠ¼ ë‚˜ì˜¤ê²Œí•¨ */
		display: block;
	}
div .jj_list {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    z-index: -1;
    left: 200px;
}
	/*     ë”ë³´ê¸° ë“œë¡­ë‹¤ìš´ */
	nav .jj_menubar ul li .jj_list {
		position: absolute;
		display: flex;
		top: 30px;
		left: 250px;
		width: 430px;
		height: auto;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
		z-index: 1;
		background-color: white;
		visibility: hidden;
		border-radius: 5px;
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	}

	/* ========ìŠ¬ë¼ì´ë“œ */
	.jj_slide {
		width: 100%;
		height: 250px;
		padding-top: 0px;
	}
	.jj_slide_container {
		width: 100%;
		height: 100%;
		display: flex;
		margin: auto;
		transition: transform 300ms ease-in;
		overflow: hidden;
	}
	.jj_slide-box {
		overflow: hidden;
		transition: all 1s ease-in-out;
	}
	.jj_slide-box img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		text-align: center;
	}
	.jj_btns {
		text-align: center;
		padding: 10px;
		z-index: 5;
		top: -70px;
		position: relative;
		margin-top: 20px;
	}

	/* ìˆ™ì†Œ ì¹´í…Œê³ ë¦¬ ì•„ì´ì½˜ */
	.jj_icon {
		padding-top: 20px;
		text-align: center;
	}
	.jj_icon a {
		display: inline-block;
		justify-content: space-around;
		height: 50px;
		-size: 15px;
		/* 		color: var(--text-color); */
		text-align: center;
		padding: 0;
		margin: 5px 15px 10px;
		list-style: none;
		text-decoration: none;
		-family: "The-Jamsil-OTF-2-Light", Arial, sans-serif;
	}

	/* ì¶”ì²œ ì—¬í–‰ ì½”ìŠ¤ */
	h4 {
		-size: 12px;
		padding-left: 20px;
	}
	.jj_course {
		padding-top: 30px;
	}
	.jj_course_container ul li:first-child, .jj_course_container ul li:last-child
		{
		width: 100%;
		float: none;
	}
	.jj_course_container ul li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	.jj_course_container ul li a {
		width: 100%;
		position: static;
	}
	.jj_course_m {
		width: 100%;
		height: auto;
		padding: 0px;
	}

	/* íŒŒíŠ¸ë„ˆ ê´€ë ¨ */
	.jj_partner_container ul li:first-child, .jj_partner_container ul li:last-child
		{
		width: 100%;
		float: none;
	}
	.jj_partner_container ul li {
		height: auto;
	}
	.jj_partner_container ul li a {
		width: 100%;
		height: auto;
		position: static;
	}
	.jj_partner_m {
		width: 100%;
		height: auto;
		padding: 0px;
	}
	footer .jj_align {
		width: 100%;
		padding: 0 15px;
	}
	footer .jj_link {
		display: block;
	}
	footer .jj_link li {
		float: none;
		display: block;
		margin-bottom: 5px;
		line-height: normal;
	}
	footer .jj_link li span {
		display: inline-block;
		position: relative;
		top: 0;
	}
	footer p {
		padding: 20px 0;
	}
	.jj_carousel img {
		width: calc(100%/ 2);
	}
	
	
	
	
}