@charset "euc-kr";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-size: 12px;
}

*  {
    --ytd-rich-grid-item-max-width: 700px;
    --ytd-rich-grid-item-min-width: 284px;
    --ytd-rich-grid-items-per-row: 3;
    --ytd-rich-grid-item-margin: 16px;
    --ytd-rich-grid-posts-per-row: 3;
    --ytd-rich-grid-slim-items-per-row: 4;
    --ytd-rich-grid-game-cards-per-row: 5;
    --ytd-rich-grid-mini-game-cards-per-row: 5;
    --ytd-rich-grid-content-offset-top: 112px;
}

a {
	text-decoration:none
}
:root {
--max-width: 1280px;
}
* {box-sizing: border-box;}
body {
	margin: 0;
	line-height: 1.4;
}

/*layout*/

.container {
	max-width: 100%;
	margin: 0;
	padding: 30px  0 0 30px;
	    display: flex;
    align-items: flex-start;
}
header .container {
	width: 100%;
	/*max-width: 1560px;*/
	margin: 0;
	padding:10px 10px 10px 30px;
}
header .nav-row .container {
	max-width: 100%;
	margin: 0;
	padding:0rem 0 0 10px;
}

	.side-menu {
		display: none;

	}
.logo-row {
	display: flex;
	align-items: center;
	height: 70px;
	justify-content: space-between;
}
.logo {
	font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.logo .logo_img {
	width:22%;
}
.logo_shape {
	font-size:1.3rem;
	color:#bbbbbb;;
	margin:0 10px;
}
.logo_imgsub {
	width:12%;
}
.go_taein {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	width:200px;
}
.go_taein .admin_btnline {
	display: flex;
    align-items: center;


	}
.go_taein .admin_btnline a {
	color:#c00000;
	font-weight:600;
	font-size:1.25rem;
	}
.go_taein .go_taein_btn {
    display: flex;
    align-items: center;
	font-weight:600;
	color:#073763;
	font-size:1.4rem;
}
.go_taein .go_taein_btn span {
	font-size:1.85rem;
	color:#073763;
}

/* »çÀÌµå ¸Þ´º */
.side-menu {
  position: fixed;
  top: 0;
  right: -810px;          /* ³Êºñ + ¾à°£ ¿©À¯ */

  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,.15);
  transition: right .3s ease;
  z-index: 1002;          /* ÇÜ¹ö°Åº¸´Ù À§, ¸ð´Þº¸´Ù ¾Æ·¡ */
  overflow-y: auto;
  padding-left: 20px;
}

/* ¸Þ´º°¡ ¿­¸° »óÅÂ¿¡ ºÙ´Â Å¬·¡½º */
.side-menu.open {
	right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.side-menu.open .gnb {
list-style:none;
    width: 85%;
    margin: 0 auto;
}
.side-menu.open .gnb li {
	border: solid 1px #ccc;
    padding: 0.7rem 0rem;
    text-align: center;
	margin-bottom:0.8rem;
}
.side-menu.open .gnb li a {
	display: flex;
    align-items: center;
    justify-content: center;
	color:#999;
}
.side-menu.open .side-menu-logo_img {
width:40%;
margin-right:0.5rem;
}
.logo .logo_img, .logo .logo_imgsub {
cursor:pointer;
}
/* ¿À¹ö·¹ÀÌ */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  display: none;
  z-index: 1000;
}
.menu-overlay.show { display: block; }
.side-close-button {
	background: none;
    border: solid 1px #ccc;
    border-radius: 35px 35px;
    cursor: pointer;
    /* padding: 0.4rem; */
    width: 35px;
    height: 35px;
    margin: 1rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#777;
}

/**/
	.gnb_bggr {
		display:none;
	}
.nav-row {
	/*background: #f4f4f4;
	border-top:2px solid #157bc5;
	border-bottom:2px solid #cccccc;*/

	background: #0476db;
	border-top:2px solid #10507f;
	border-bottom:2px solid #cccccc;
}
.nav-row nav .gnb_wrap {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
}
.nav-row nav .gnb_wrap li {
	margin-right: 0rem;
}
.nav-row nav a {
	text-decoration: none;
	/*color: #333;*/
	color: #fff;
	font-weight: 600;
	height: 45px;
	font-size:1.45rem;
	padding: 0 1.7rem;
	display: flex;
	align-items: center;
}
.nav-row nav a.active, .nav-row nav a:hover {
	background:#46b1e1;
	color:#ffffff;
}
.nav-row nav .gnb-mb_wrap {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	align-items: center;
}


/*¿ÞÂÊ¸Þ´º ¿µ¿ª*/

	#left-section {
		width: 250px;
		display: flex;
		justify-content: flex-start;
	}
	#left-section::after {
		content:'';
		display:block;
		width: 30px;
	}
	.left-section {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.left-section-wrap {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		overflow-y: auto;
		scrollbar-width: thin;
	}
	.left-section-wrap:hover {
		scrollbar-color: var(--yt-spec-icon-disabled) transparent;
	}
	.left-section-wrap .left-section-menu {
	    display: flex;
		flex-direction: column;
	}
	.left-section-menu .left-menu {
		display: flex;
		align-items: center;
		border-radius: 10px;
		padding: 0 12px;
		min-width: 0;
		height: 48px;
		color:#2b2b2b;
	}
	.left-section-wrap .hr-line {
    border-top: 1px solid #ccc;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
		display: block;
		width:100%
}

	.left-section-menu .left-menu.focus, .left-section-menu .left-menu:hover {
		background: #f2f2f2;
	}
	.left-section-menu .left-menu.home {
	}
	.left-section-menu .left-menu.shorts {}
	.left-section-menu .left-menu.subscribe {}
.left-section-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size:1.65rem;
	border-radius: 10px;
	padding: 0 12px;
	min-width: 0;
	height: 48px;
	color: #2b2b2b;
}
.left-section-title .arrow-next {margin-left:17px;}
.arrow-next, .arrow-prev {
    position: relative;
    width:12px;
    height:12px;
	display:flex;
	align-items: center;
    justify-content: center;

}
.arrow-prev::after {
    content: '';
    width: 8px; /* »çÀÌÁî */
    height: 8px; /* »çÀÌÁî */
    border-top: 1px solid #2b2b2b; /* ¼± µÎ²² */
    border-right: 1px solid #2b2b2b; /* ¼± µÎ²² */
    transform: rotate(225deg); /* °¢µµ */
}
.arrow-next::after {
    content: '';
    width: 8px; /* »çÀÌÁî */
    height: 8px; /* »çÀÌÁî */
    border-top: 1px solid #2b2b2b; /* ¼± µÎ²² */
    border-right: 1px solid #2b2b2b; /* ¼± µÎ²² */
    transform: rotate(45deg); /* °¢µµ */
}
	.left-section-menu .left-menu .image {margin-right:24px;}
	.left-section-menu .left-menu .title {font-size: 1.4rem;}

	.left-section-menu .left-menu.list {}
	.left-section-menu .left-menu.list .image {

	}
	.left-section-menu .left-menu.list .image, .left-section-menu .left-menu.list .image img {
	width:24px;
	height:24px;
	border-radius:35px 35px;
	}
/*side-menu*/


/*»çÀÌµå¸Þ´º ¿µ¿ª*/

	#side-section {
		width: 250px;
		display: flex;
		justify-content: flex-start;
	}
	#side-section::after {
		content:'';
		display:block;
		width: 30px;
	}

	.title-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 250px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
		.title-wrap .img-logo {
			width: 130px;
		}
	.side-section {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.side-section-wrap {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		overflow-y: auto;
		scrollbar-width: thin;
	}
	.side-section-wrap:hover {
		scrollbar-color: var(--yt-spec-icon-disabled) transparent;
	}
	.side-section-wrap .side-section-menu {
	    display: flex;
		flex-direction: column;
	}
	.side-section-menu .left-menu {
		display: flex;
		align-items: center;
		border-radius: 10px;
		padding: 0 12px;
		min-width: 0;
		height: 48px;
		color:#2b2b2b;
	}
	.side-section-wrap .hr-line {
    border-top: 1px solid #ccc;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
		display: block;
		width:100%
}

	.side-section-menu .left-menu.focus,
	.side-section-menu .left-menu:hover {
		background: #f2f2f2;
	}
	.side-section-menu .left-menu.home {
	}
	.side-section-menu .left-menu.shorts {}
	.side-section-menu .left-menu.subscribe {}
.side-section-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size:1.65rem;
	border-radius: 10px;
	padding: 0 12px;
	min-width: 0;
	height: 48px;
	color: #2b2b2b;
}
.side-section-title .arrow-next {margin-left:17px;}
.arrow-next, .arrow-prev {
    position: relative;
    width:12px;
    height:12px;
	display:flex;
	align-items: center;
    justify-content: center;

}
.arrow-prev::after {
    content: '';
    width: 8px; /* »çÀÌÁî */
    height: 8px; /* »çÀÌÁî */
    border-top: 1px solid #2b2b2b; /* ¼± µÎ²² */
    border-right: 1px solid #2b2b2b; /* ¼± µÎ²² */
    transform: rotate(225deg); /* °¢µµ */
}
.arrow-next::after {
    content: '';
    width: 8px; /* »çÀÌÁî */
    height: 8px; /* »çÀÌÁî */
    border-top: 1px solid #2b2b2b; /* ¼± µÎ²² */
    border-right: 1px solid #2b2b2b; /* ¼± µÎ²² */
    transform: rotate(45deg); /* °¢µµ */
}
	.side-section-menu .left-menu .image {margin-right:24px;}
	.side-section-menu .left-menu .title {font-size: 1.4rem;}

	.side-section-menu .left-menu.list {}
	.side-section-menu .left-menu.list .image {

	}
	.side-section-menu .left-menu.list .image, .side-section-menu .left-menu.list .image img {
	width:24px;
	height:24px;
	border-radius:35px 35px;
	}




	.main-section {
	width: calc(100% - 250px);
	/*max-width: var(--max-width);*/
	}

    .wide-banner {
		width: 100%;
		border-radius: 10px 10px;
		display: flex;
		justify-content: flex-start;
		margin:0;
		padding-right: 1rem;
    }
	.wide-banner .logo-youtube {
		width: 100%;
		border-radius: 10px 10px;
		display: flex;
		background: #fff url(/academy/images/youtube_top.png) no-repeat;
		background-size: cover;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
		margin:0rem 0 2rem 0;
		object-fit:cover;
		background-position:50% 50%;
		height:210px;
	}
	.wide-banner .logo-youtube img {  border-radius: 13px 13px; width: inherit;}
	.wide-banner .empty { width:150px;}
	.wide-banner-title {
		color: #00518a;
		font-size: 3.35rem;
		font-weight: 800;
	}
	.wide-banner.finished .wide-banner-title {
		color: #000;
		font-size: 2.35rem;
		font-weight: 800;
	}
	.wide-banner-title.list {
		color: #6ec2ff;
	}
	.wide-banner-sub {
		color:#202020;
		font-size:1.65rem;
		margin-bottom:1rem;
		font-weight: 600;
	}
	.select_area_box {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style:none;
		gap:1rem;
		width: 93%;
	}
		.select_area_box li {
			max-width: 124px;
			background: #fff;
			color: #777;
			border-radius: 10px 10px;
			cursor: pointer;
			width: 100%;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			height: 45px;
		}
			.select_area_box li:hover,
			.select_area_box li:hover > span,
			.select_area_box li.active:hover {background:#000; color:#fff;}
			.select_area_box li span {
				font-weight: 600;
				color:#006fc0;
				margin-left:5px;
			}
			.select_area_box li.active {background:#e97031; color:#fff}
			.wide-banner.finished .select_area_box li.active {background:#000; color:#fff}
			.select_area_box li.active span {color:#fff}

.select_area_selcet {
	display: none ;
	margin-bottom:1rem;
}
.select_area_contt {
		  position: relative;
		  width: 100%;
		  border-radius: 4px;
}
	.select_area_contt select {
	  width: inherit;
	  height: inherit;
	  background: transparent;
	  border: 0 none;
	  outline: 0 none;
	  padding: 0 5px;
	  position: relative;
	  z-index: 3; /* select°¡ À§·Î ¿Ã¶ó¿Í¾ß ÇÔ*/
	}
	.select_area_contt select option {

	  color: #000;
	  padding: 3px 0;
	  font-size: 16px;
	}
	.select_area_contt .icoArrow {
	  position: absolute;
	  top:12px;
	  right: 5px;
	  z-index: 1;
	  width: 35px;
	  height: inherit;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	.select_area_contt .icoArrow img {
	  width: 50%;
	  transition: .3s;
	}
		.select_area_contt select:focus + .icoArrow img {
		/*  transform: rotate(180deg);*/
		}
	.select_area_contt select {
		width:100%;
		border:solid 1px #eee;
		border-radius:10px 10px;
		padding:0.6rem 1.3rem;
		font-size: 1rem;
		-o-appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
.banner-grid {
    display: grid;
    gap: 1rem;
    padding: 1rem 0;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
    column-gap: 1rem;
}
.banner {
    background: #eff5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
    border-radius: 10px 10px;
    padding: 1.2rem 1.2rem 1.6rem;
    flex-basis: 32.4%;
    margin-bottom: 1rem;
}
.banner:nth-child(3n) {

}
.banner-grid .banner div {
	width:100%;
	display: flex;
	align-items: center;
}
.banner-grid .banner .frst {
}
.banner-grid .banner .scnd {
	margin-top:1.3rem
}
	.banner-grid .banner .scnd .acadm_area {
		color:#fff;
		padding:10px 20px;
		background:#006fc0;
		border-radius:30px 30px;
		font-weight:600;
		font-size: 1.1rem;
		margin-right:1rem;
	}
	.banner-grid .banner .scnd .acadm_name {
		font-size:1.3rem;
		font-weight:600;
	}
.banner-grid .banner .frst img {
	width: 100%;
	max-height: 240px;
	display: block;
	margin: 0 auto;
}
.banner-grid .banner .thrd {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    margin-top: 1.3rem;
}
.banner-grid .banner .thrd .ico_btn_box {
cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-grid .banner .thrd .ico_btn_box.ico_home {
width:45px;
height:45px;
}
.banner-grid .banner .thrd .ico_btn_box.ico_youtb,
.banner-grid .banner .thrd .ico_btn_box.ico_ncafe,
.banner-grid .banner .thrd .ico_btn_box.ico_nblog {
width:45px;
height:45px;
background:#fff;
padding:5px;
border:solid 1px #eeeeee;
border-radius:10px 10px;
margin-left:0.8rem

}

.banner-grid .banner .thrd .ico_btn_box.ico_home img {
	width:100%
}
.banner-grid .banner .thrd .ico_btn_box.ico_youtb img {
	width:90%;
}
.banner-grid .banner .thrd .ico_btn_box.ico_ncafe img {
	width:90%
}
.banner-grid .banner .thrd .ico_btn_box.ico_nblog img {
	width:90%
}




/*ÇÐ¿ø¼Ò°³ ¸ð´Þ*/
.modal-overlay {
  display: none; /* Ã³À½¿¡´Â ¼û±è */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ¹ÝÅõ¸í ¹è°æ */
  z-index: 100; /* ´Ù¸¥ ¿ä¼Òµé À§¿¡ Ç¥½Ã */
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  z-index: 101; /* ¸ð´Þ ¿À¹ö·¹ÀÌ À§¿¡ Ç¥½Ã */
      width: 100%;
	  max-width: 1180px;
}
.modal h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom:15px;
}
.modal-content {
      width: 100%;
	  height:600px;
	  overflow-y: auto;
	      overflow-x: hidden;
  position: relative; /* ´Ý±â ¹öÆ° À§Ä¡ ÁöÁ¤À» À§ÇØ */
}
.close-button {

  font-size: 26px;
  cursor: pointer;
}


/* ÇÜ¹ö°Å ¹öÆ° - PC¿¡¼­´Â ¼û±è */
.hamburger-button {
	display: none;
	background: none;
    border: solid 1px #ccc;
    font-size: 2rem;
    cursor: pointer;
    z-index: 100;
    padding: 0.3rem;
}
@media (max-width: 860px) {
.select_area_box li {
    font-size: .9rem;
}
}
@media (max-width: 768px) {
  /* .hamburger-button { display: none; }
  ±âÁ¸ GNB´Â ¼û°Üµµ µÇ°í, ÇÊ¿äÇÏ¸é º°µµ Ã³¸® */
}

.title_line {
font-weight:600;
font-size:1.3rem;
    margin-top: 3rem;
	    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #ccc;
}
.acadm_greet_box {
    display: flex;
    column-gap: 1rem;
    align-items: flex-start;
	width: 99.8%;
	justify-content: space-between;
}
	.acadm_greet_box .thumb_aca {width: 35.5%;}
	.acadm_greet_box .thumb_aca img {width: 100%;}
	.acadm_greet_box .thumb_info {
		display: flex;
		flex-direction: column;
		background: #eef5fa;
		padding: 20px 30px;
		border-radius: 10px;
		width: 62%;
	}
		.thumb_info .greet_ttl {
			margin-bottom:1rem;
			font-weight:600;
		}
		.thumb_info .greet_cont {
			white-space: normal;
			line-height:160%;
			height: 188px;
			overflow-y:auto;
			color: #4c7faf;
		}

.acadm_info_box {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 1rem 2rem;
    border: solid 1px #eeeeee;
    gap: 1rem;
    margin: 1rem 0;
	border-radius:10px 10px;
}
	.acadm_info_box .aca_addrss {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		width: 30%;
	}
		.acadm_info_box .aca_addrss .address {
			font-weight:600;
			display: flex;
			align-items: center;
			flex-direction: row;
			margin-bottom:.5rem;
		}
		.acadm_info_box .aca_addrss .phone {
			font-weight:600;
			display: flex;
			align-items: center;
			flex-direction: row;
		}
		.acadm_info_box .aca_addrss .address span {color:#61d849; margin-right:5px; font-weight:600;}
		.acadm_info_box .aca_addrss .phone span {color:#61d849; margin-right:5px; font-weight:600;}
	.acadm_info_box .aca_link {
	    display: flex;
		align-items: center;
		column-gap: 1rem;
		width: 70%;
		justify-content: center;
	}
		.acadm_info_box .aca_link li {
			list-style:none;
			display:flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			background:#fff;
			width:70px;
			height:70px;
			cursor:pointer;
			white-space: nowrap;
		}
		.acadm_info_box .aca_link li.icon_a img,
		.acadm_info_box .aca_link li.icon_c img,
		.acadm_info_box .aca_link li.icon_d img,
		.acadm_info_box .aca_link li.icon_e img,
		.acadm_info_box .aca_link li.icon_f img,
		.acadm_info_box .aca_link li.icon_g img,
		.acadm_info_box .aca_link li.icon_h img {

			width:100%;
		}
		.acadm_info_box .aca_link li.icon_b {
		}
			.acadm_info_box .aca_link li.icon_b img {
				width:42px;
				height:42px;
			}
		.acadm_info_box .aca_link li.icon_a span:nth-child(1) {padding:5px 0 0 5px;}

		.acadm_info_box .aca_link li span:nth-child(1) {
			    justify-content: center;
			display:flex;
			align-items: center;
			flex-direction: column;
			width:42px;
			height:42px;
			border:solid 1px #eee;
			background:#fff;
			border-radius:5px 5px;
		}
		.acadm_info_box .aca_link li.icon_d span:nth-child(1),
		.acadm_info_box .aca_link li.icon_e span:nth-child(1),
		.acadm_info_box .aca_link li.icon_f span:nth-child(1)  {padding:5px;}
		.acadm_info_box .aca_link li span:nth-child(2) {
			font-size:0.9rem;
			color:#777;
			margin-top:0.3rem;
		}
		.acadm_info_box .aca_link li.icon_b span:nth-child(1),
		.acadm_info_box .aca_link li.icon_c span:nth-child(1),
		.acadm_info_box .aca_link li.icon_g span:nth-child(1),
		.acadm_info_box .aca_link li.icon_h span:nth-child(1) {border:0;}
		.acadm_info_box .aca_link li span:nth-child(2) {
			font-size:0.9rem;
			color:#777;
			margin-top:0.3rem;
		}
.acadm_thumb_box {
    display: flex;
    grid-column: 1rem;
    width: 100%;
    justify-content: flex-start;
}

.acadm_thumb_box img {    width: 32.5%; margin-right:1rem}
.acadm_thumb_box img:last-child {  margin-right:0rem}

.aca_class_list_area {
	margin-top: 0rem;
	}
	.aca_class_list_area.empty {
		text-align:center;
		height:160px;
		display: flex;
		justify-content: center;
		align-items: center;
		    border-bottom: 1px solid #c1c1c1;
	}
	.aca_class_list_area .aca_class_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		position: relative;
	}
	.subject-wrap {margin-bottom:25px;}
		.subject-wrap .subject-list {
			display: flex;
			align-items: center;
			overscroll-behavior-x: none;
			overflow: hidden;
			    white-space: nowrap;
		}
			.subject-wrap .subject-list li {list-style:none}
			.subject-wrap .subject-list li a{display:block; cursor:pointer; font-size:1.3rem; background:#f2f2f2; padding:5px 10px; max-height:32px; margin-right:10px; border-radius:5px 5px; }
				.subject-wrap .subject-list li a:hover {background:#000; color:#fff;}
				.subject-wrap .subject-list li a:active {background:#c2c2c2; color:#fff;}
				.subject-wrap .subject-list li.all a {background:#000; color:#ffffff;}

		.aca_class_list_area .aca_class_list .aca_class_box {
			width: 33.3333%;
			display: flex;
			justify-content: flex-start;
			flex-direction: column;
			align-items: center;
			margin-bottom: 1rem;
			cursor:pointer;
			padding:10px;
			border-radius:10px 10px;
			position: relative;
		}
		.aca_class_list_area .aca_class_list .over-bg-list {
			display: inline-block;
			border-radius: inherit;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width:100%;
			    z-index: 0;
		}
		.aca_class_list_area .aca_class_list .aca_class_box:hover > .over-bg-list {
			background: #dddded;
			transition-duration: 0.5s;
			transform: scale(1.02);
		}
		.aca_class_list .aca_class_box .title {
			position: absolute;
			padding: 4px 10px;
			width: 15%;
			max-width: 100px;
			background: #0070c0;
			border: solid 3px #ffffff;
			color: #ffffff;
			font-weight: 600;
			border-radius: 20px 20px;
			text-align: center;
			box-sizing: border-box;

		}
		.aca_class_list .aca_class_box .thum {
			/*background:url('/academy/images/hq720.jpg') no-repeat;
			background-size: cover;
			background-position: center;*/
			width: 100%;
			height: 100%;
			margin-top: 0px;
			border-radius: 20px 20px;
			overflow: hidden;
			    z-index: 1;
		}
		.aca_class_list .aca_class_box .thum img {
			width: 100%;
			border-radius: 20px 20px 0 0;
		}
		.aca_class_list .aca_class_box .infom {
		    width: 100%;
			height:100px;
			padding: 15px 0px 20px 0px;
			display: flex;
			box-sizing: border-box;
			    z-index: 1;
		}
		.aca_class_box .infom .text_area {
			list-style: none;
			width: 100%;
			    display: flex;
			align-items: flex-start;
		}
			.aca_class_box .infom .text_area .profile_img {width: 55px;margin-right:10px;}
			.aca_class_box .infom .text_area .profile_img img {width: 55px; height: 55px; border-radius:50px 50px; }
			.aca_class_box .infom .text_area .clip_info {
			    display: flex;
				flex-direction: column;
				align-items: flex-start;
			}
				.aca_class_box .infom .text_area .clip_info .clip_title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; font-size:16px; font-weight:600; line-height:1.3;}
				.aca_class_box .infom .text_area .clip_info  .view_cnt {font-size:15px; line-height:1.4;color:#707070;  }
					.aca_class_box .infom .text_area .clip_info .view_cnt .aca-name {font-size:15px; color:#2886ca; }
			.aca_class_box .infom .text_area .name {
				color: #202020;
				font-size:1.4rem;
			}
			.aca_class_box .infom .text_area .perid_tit {
				line-height: 1.6;
				font-size:1.2rem;
				color:#777777;
			}
		.aca_class_box .infom .text_area .perid_info {
			    line-height: 1.6;
			font-size:1.2rem;
			color:#777777;
		}
		.aca_class_box .infom .text_area .perid_info .alarm {
			border-radius: 5px 5px;
			padding: 2px 6px;
			background: #ff0000;
			font-size: 12px;
			color: #ffffff;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-weight: 400;
			margin-left:10px;
		}
			.aca_class_box .infom .text_area .perid_info .alarm.checked {
				background: #000000;
			}
			.aca_class_box .infom .text_area .perid_info .alarm.done {
				background: #777777;
			margin-left:20px;
			}
		.aca_class_box .infom .text_area .price {
			font-size:16px;
			color:#777777;
			margin-top:7px;
		}
/* fshorts-wrap */
.shorts-wrap { margin-bottom:30px; }
.shorts-wrap .shorts-title { font-size:20px; font-weight:800; display: flex; align-items: center;  margin-left:10px; margin-bottom:1rem;}
.shorts-wrap .shorts-title img {height:22px; margin-right:10px;}
.shorts-wrap .shorts-list-box {margin-left:1rem;
	    overscroll-behavior-x: none;
    overflow: hidden;}
.shorts-wrap .shorts-list-box .shorts-list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
	margin-right:16px;
}
.shorts-wrap .shorts-list-box .shorts-list li {width:17%; cursor:grab; margin-right:10px;}
.shorts-wrap .shorts-list-box .shorts-list img {    width: -webkit-fill-available; border-radius: 8px;}
/* //shorts */
/*°­ÀÇ¸ñ·Ï*/

.aca_class_title {
	font-size: 28px;
	font-weight:600;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
	.aca_class_title span {
		font-size: 28px;
		font-weight:600;
		color:#ff4747;
		margin-left:0.5rem
	}
	.aca_class_title .alarm {
		border-radius: 5px 5px;
    padding: 2px 6px;
    background: #ff0000;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-left: 10px;
	font-size: 18px;
	}
	.aca_class_title_sub {
		width:100%;
		text-align:center;
		color:#777777;
	font-size:18px;
	}
		.aca_class_title_sub.bluetxt {
			color:#0070c0;
		}

	.aca_class_informa_area {
	margin-top: 50px;
    display: flex;
    justify-content: space-between;
	border-bottom:solid 1px #cccccc;
	padding-bottom: 40px;
	}
		.aca_class_informa_area .thumbnail {width:42%}
		.aca_class_informa_area .thumbnail img {
			width: 100%;
			/*height: 490px;*/
			border-radius: 20px 20px;
		}
		.aca_class_informa_area .aca_class_informa {
			width:50%;
			display: flex;
			align-items: flex-start;
			flex-direction: column;
		}
			.aca_class_informa_area .aca_class_informa li {
				display: inline-flex;
				width: 100%;
				justify-content: flex-start;
				flex-direction: row;
				margin-top:20px;
			}
			.aca_class_informa .info_dt {
				width:20%;
				font-weight:600;
				color:#333333;
			}
			.aca_class_informa .info_dd {
				color:#555555;
			}
				.aca_class_informa .info_dd .price {
					font-size:22px;
					font-weight:600;
				}
				.aca_class_informa .info_dd .benefit {
					font-weight:600;
					color: #0070c0;
					display: block;
				}
			.aca_class_informa .info_dd .endline {
				font-size:14px;
				background: #777777;
				font-size: 14px;
				color: #ffffff;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				font-weight: 400;
				margin-left:10px;
				padding:2px 6px;
				border-radius: 5px 5px;
			}
			.aca_class_informa li.btn_line {
				display: inline-flex;
				align-items: center;
				justify-content: flex-start;
			}
			.aca_class_informa .btn_line .btn_locatn {
				display: inline-flex;
				align-items: center;
				justify-content: center;
				width:18%;
				height:50px;
				box-sizing:border-box;
				background:#ffffff;
				color:#666666;
				border:solid 1px #cccccc;
				border-radius:10px 10px;
				padding:15px 10px;
				margin-right:10px;
				cursor:pointer;
			}
			.aca_class_informa .btn_line .btn_accep {
					display: inline-flex;
					align-items: center;
					justify-content: center;
					width:350px;
					height:50px;
					box-sizing:border-box;
					color:#ffffff;
					font-weight:600;
					font-size:20px;
					background:#0070c0;  border-radius:10px 10px; padding:10px 20px;
					cursor:pointer;
				}
					.aca_class_informa .btn_line .btn_accep:hover, .aca_class_informa .btn_line .btn_locatn:hover, .class_detail_contbox .class_detail_cont_right .btn_right_accep:hover {
						background:#000000;
						color:#ffffff;
					}
.class_detail_wrap, .academy_info_wrap {
	margin-top: 50px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}
	.class_detail_wrap .class_detail_title {
	     font-size: 22px;
		font-weight: 600;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.class_detail_wrap .class_detail_contbox {
		display: flex;
		justify-content: space-between;
	}
		.left_contbox {width:80%;}
		.right_contbox {width:20%;min-width:210px;}


		.class_detail_contbox .class_detail_cont {}
		.class_detail_contbox .class_detail_cont img {width:100%}

		.class_detail_contbox .class_detail_cont_right {

			display: flex;
			justify-content: flex-start;
			flex-direction: column;
			align-items: flex-end;
			background:#fff;
		}
			.class_detail_contbox .class_detail_cont_right .cont_right_top {
				padding:10px;
				border-radius:10px 10px;
				border:solid 1px #cccccc;
				display: flex;
				justify-content: flex-start;
				flex-direction: column;
				align-items: center;
			}
			.class_detail_contbox .class_detail_cont_right .btn_right_accep {
			    display: inline-flex;
				align-items: center;
				justify-content: center;
				width: 190px;
				height: 45px;
				box-sizing: border-box;
				color: #ffffff;
				font-weight: 600;
				font-size: 16px;
				background: #0070c0;
				border-radius: 10px 10px;
				padding: 10px 20px;
				cursor: pointer;
				margin-top: 10px;
			}
			.class_detail_contbox .class_detail_cont_right .cont_right_thumb {}
				.class_detail_contbox .class_detail_cont_right .cont_right_thumb img {
					width:170px;
					height:180px;
					border-radius:10px 10px;
				}
			.class_detail_contbox .class_detail_cont_right .cont_right_pridtxt {
				width: 100%;
				text-align: center;
				margin: 5px 0;
			}
			.class_detail_contbox .class_detail_cont_right .cont_right_pridbtn {
				font-size: 14px;
				background: #777777;
				font-size: 14px;
				color: #ffffff;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				font-weight: 400;
				margin-left: 10px;
				padding: 2px 6px;
				border-radius: 5px 5px;
			}
	.academy_info_wrap .class_detail_title {
		 font-size: 22px;
		font-weight: 600;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.academy_info_wrap .academy_info_contbox {}
	.access_banner {
	    background: #0b76a0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 0 20px 30px;
		color: #ffffff;
		font-weight: 600;
		align-items: center;
		box-sizing: border-box;
		margin:30px 0;
		cursor:pointer;
	}
	.access_banner .leftprt {}
	.access_banner .leftprt .top {font-weight: 300;font-size:23px;}
	.access_banner .leftprt .bottom {font-weight: 300; color:yellow;}
	.access_banner .rightprt {
		display: flex;
		align-items: center;
	}
		.access_banner .rightprt li {
		    padding: 15px 10px;
			border: solid 5px #ffffff;
			border-radius: 40px 40px;
			margin-right: 20px;
			 position: relative;
			 width:125px;
			box-sizing: border-box;
			text-align: center;
		}
		.access_banner .rightprt li:after {
			content: "";
			position: absolute;
			bottom: 16px;
			left: 120px;
			right: 0;
			width: 20px;
			height: 0.5em;
			border-top: 5px solid white;
		}
	.btn_listback_line {
		display: flex;
		justify-content: center;
		border-top: solid 1px #ccc;
		padding-top: 2rem;
	}
	.btn_listback_line .btn_listback {
		display: flex;
		justify-content: center;
		border:solid 1px #eee;
		padding:1rem 3rem;
		max-width: 150px;
		border-radius:0.6rem 0.6rem;
		cursor:pointer;
	}

.btn_listback:hover,
.btn_right_accep:hover,
.btn_accep:hover,
.btn_locatn
{
background:#000;
color:#fff;
}

/*2024023 paging*/
.paging_box {
    display:block;
	}
.s_pg_num {
    text-align: center;
	display:none
}
.s_pg_num ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.s_pg_num li {
    float: left;
    margin: 5px;
}
.s_pg_num a {
    padding: 5px 15px;
    font-size: 0.85em;
    background-color: #e5e8e8;
    color: #566573;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
	cursor:pointer;
}
.s_pg_num a:hover {
    background-color: #5dade2;
    color: #fff;
    opacity: 0.8;
}
a.s_pg_select {
    background-color: #2471a3;
    color: #fff;
}
.s_txt_del, .s_txt_del:visited {
    font-size: 0.85em;
    color: #aaa;
    text-decoration: none;
}


.select_area_selcet .class_detail_title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

.container.finished {
	background: #F7F7F7;
    max-width: 100%;
    padding: 10px 0 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	}
	.container.finished .class_list_box {
    width: 100%;max-width: var(--max-width);}
.finished .class_list_box .aca_class_box  .title {}

.finished .class_list_box .aca_class_list .aca_class_box .title {
    position: absolute;
    padding: 4px 10px;
    width: 15%;
    max-width: 100px;
    background: #777777;
    border: solid 3px #ffffff;
    color: #ffffff;
    font-weight: 600;
    border-radius: 20px 20px;
    text-align: center;
    box-sizing: border-box;
}
.container.finished .aca_class_list_area .aca_class_list .aca_class_box {
background:unset;
}
.container.finished .aca_class_list .aca_class_box .infom {background:#fff;}
.more-finished-class {
    background: #777777;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
	font-size:20px;
}
.more-finished-class:hover {
    background: #000;
}



#footer-section ul {
    list-style: none;
}
	/*footer*/
#footer-section {
    background: #404040;
    color: #D9D9D9;
	padding: 20px 0 20px 0;
    width: 100%;
}
.footer-item {
    width: 100%;
    max-width: 1200px;
    margin: 15px 0 0 0px;
    display: flex;
    align-items: flex-start;
    padding: 0px;
    font-size: 14px;
    font-family: sans-serif;footer-menu
    border-radius: 15px 15px;
    justify-content: space-between;
    gap: 15px;
	    flex-direction: column;
		padding: 0 10px;
}
	.footer-item .footer-menu {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
		.footer-item .footer-menu li:before {
			content:'l';
			margin-right:10px;

		}
		.footer-item .footer-menu li:first-child:before {
			content:'';

		}
		.footer-item .footer-menu a {
		color:white;
		    font-size: 16px;
		}
		.footer-item .footer-menu a:hover {
		color:yellow
		}
		.footer-item .footer-menu li a span {
		color:yellow
		}
	.footer-info {
		margin: 0 auto;
		display: flex;
		align-items: center;
		gap:24px;
		width: 100%;
	}
		.footer-info .logo-gray {
			width: 15%;
			display: flex;
			align-items: center;
			justify-content: center;
		}
			.footer-info .logo-gray img {width:90px;}
		.footer-info .cmpany-info {}
		.footer-info .cmpany-info .title {}
		.footer-info .cmpany-info .contt {font-size: 14px; padding-top: 20px;}
		.footer-info .cmpany-info .copyright {}




/* copyright */

#footer {
	width: 1200px;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
	}

/* bottom */
#footer .footer_menu{ display: flex; align-items: center;width:1090px; height:37px; border-top:2px solid #3a3a3a; border-bottom:1px solid #beb5b6; background-color:#f7f7f7;}
#footer .footer_menu .menu_left{ margin-top:0px;}
#footer .footer_menu .menu_left ul{ display: flex; align-items: center;}
#footer .footer_menu .menu_left ul li{background:url("/image/footer_img/foot_line.gif") no-repeat 100% 1px;background-position: 0 5px; padding:0 15px;}
#footer .footer_menu .menu_left ul li.line_none{background-image:none;}
#footer .footer_menu .menu_right{ margin-right:10px; margin-left:auto}

#footer .footer_address{width:1090px; height:80px; position:relative;}
#footer .footer_address .footer_logo{position:absolute; left:9px; top:21px;}
#footer .footer_address .address_left{position:absolute; left:160px; top:18px;  white-space:nowrap;}
#footer .footer_address .address_left address{width:770px !important; font-style:normal; font-size:11px; letter-spacing:-1px;}
#footer .footer_address .address_left address .line{color:#999999;}
#footer .footer_address .address_left address .btn_info{display:inline-block; padding-top:2px; vertical-align:bottom;}
#footer .footer_address .address_left .copy{width:770px !important; font-family:"Tahoma"; color:#666666;}
.com_img {
	vertical-align:middle;
    color: #000;
    padding: 2px 6px;
    background: #dedede;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 3px 3px;
	cursor:pointer;
	}

.com_img:hover {
background:yellow;
}

@media (min-width: 1200px) {
/*layout*/
	.banner-grid { grid-template-columns: repeat(3, 1fr);}
/*ÇÐ¿ø¼Ò°³*/
}
@media (min-width: 977px) and (max-width: 1199px) {
/*layout*/
	.banner-grid { grid-template-columns: repeat(3, 1fr);}
/*ÇÐ¿ø¼Ò°³*/
	.aca_class_list_area .aca_class_list .aca_class_box {
		width: 48.5%;
	}
}
@media (min-width: 1122px) and (max-width: 1400px) {

	 .wide-banner {
    }
	.wide-banner .logo-youtube {
		width: 100%;
		border-radius: 10px 10px;
		display: flex;
		background: #ccc url(/academy/images/youtube_top.png) no-repeat;
		background-size: cover;
		align-items: center;
		justify-content: space-around;
		flex-direction: row;
		margin:1rem 0 2rem 0;
		object-fit:cover;
		background-position:50% 50%;
		height:210px;
	}
	.wide-banner  img{
	display:none
	}
	/*À¯Æ©ºê*/
	.shorts-wrap .shorts-list-box .shorts-list li {
		width: 23%;
		cursor: grab;
		margin-right: 10px;
	}
}
@media (min-width: 977px) and (max-width: 1121px) {

	.wide-banner .logo-youtube {
		height:165px;
	}
	.wide-banner  img{
	display:none
	}
	.class_list_box .aca_class_list_area .aca_class_list .aca_class_box {

		margin-bottom: 20px;
	}
	/*À¯Æ©ºê*/
	.shorts-wrap .shorts-list-box .shorts-list li {
		width: 36%;
		cursor: grab;
		margin-right: 10px;
	}
}
@media (min-width: 655px) and (max-width: 976px) {
/*layout*/
.container {
    padding: 30px 0 0 0px;
}
#left-section {
    display: none;
}
.subject-wrap {
    padding: 0 0 0 1rem;
}
	.main-section {
		width: calc(100% - 0px);
		padding:0 1rem;
	}
	.wide-banner .logo-youtube {
		height:165px;
	}
	.wide-banner  img{
	display:none
	}
	.banner-grid { grid-template-columns: repeat(2, 1fr);}
	.nav-row nav a {

	}
	.go_taein {
		width: 310px;
	}
	.gnb_bggr {
		display:flex;
	}
/*À¯Æ©ºê*/
.shorts-wrap .shorts-list-box .shorts-list li {
    width: 36%;
    cursor: grab;
    margin-right: 10px;
}
/*ÇÐ¿ø¼Ò°³*/

/*°­ÀÇ ¸ñ·Ï ÆäÀÌÁö*/

.aca_class_area_wrap {
	background:#f1f1f1;
	padding:20px;
	box-sizing:border-box;
	border-radius:10px 10px;
	margin-top:20px;
}
	.aca_class_area_wrap .title {
		color: #666666;
		font-weight: 600;
		display: flex;
		align-items: center;
	}
	.aca_class_area_wrap .aca_class_area_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin-top:10px;
			justify-content: space-between;
	}
		.aca_class_area_wrap .aca_class_area_list li {
		    padding: 10px 20px;
			border-radius: 10px 10px;
			width: 9.33%;
			border: solid 1px #cccccc;
			background: #ffffff;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			color:#777777;
			cursor:pointer;
		}
			.aca_class_area_wrap .aca_class_area_list li .num {
				font-weight:600;
				color:#0070c0;
				margin-left:5px;
			}
			.aca_class_area_wrap .aca_class_area_list li.active, .aca_class_area_wrap .aca_class_area_list li:hover, .aca_class_area_wrap .aca_class_area_list li:hover > span {
				background: #ff6000;
				color:#ffffff;
			}
				.aca_class_area_wrap .aca_class_area_list li.active .num {
					color:#ffffff;
				}
.aca_class_list_area {
	margin-top: 0px;
	}
	.aca_class_list_area.empty {
		text-align:center;
		height:160px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.aca_class_list_area .aca_class_list {
        display: grid;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        grid-template-columns: repeat(2, 1fr);
	}
		.aca_class_list_area .aca_class_list .aca_class_box {
			width: 100%;
			background: #ffffff;
			display: flex;
			justify-content: flex-start;
			flex-direction: column;
			align-items: center;
			margin-bottom: 20px;
			cursor:pointer;
		}
		.aca_class_list .aca_class_box .title {
			position: absolute;
			padding: 4px 10px;
			width: 15%;
			max-width: 100px;
			background: #0070c0;
			border: solid 3px #ffffff;
			color: #ffffff;
			font-weight: 600;
			border-radius: 20px 20px;
			text-align: center;
			box-sizing: border-box;
		}
		.aca_class_list .aca_class_box .thum {

		}
		.aca_class_list .aca_class_box .infom {

		}
		.aca_class_box .infom .text_area {}
		.aca_class_box .infom .text_area .name {
			color: #0070c0;
			font-weight: 600;
			}
		.aca_class_box .infom .text_area .perid_tit {
			font-size:14px;
			color:#777777;
		}
		.aca_class_box .infom .text_area .perid_info {
			font-weight: 600;
		}
		.aca_class_box .infom .text_area .perid_info .alarm {
			border-radius: 5px 5px;
			padding: 2px 6px;
			background: #ff0000;
			font-size: 12px;
			color: #ffffff;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-weight: 400;
			margin-left:10px;
		}
			.aca_class_box .infom .text_area .perid_info .alarm.checked {
				background: #000000;
			}
			.aca_class_box .infom .text_area .perid_info .alarm.done {
				background: #777777;
			margin-left:20px;
			}
		.aca_class_box .infom .text_area .price {
			font-size:16px;
			color:#777777;
			margin-top:7px;
		}
/*°­ÀÇ »ó¼¼ ÆäÀÌÁö*/

.acadm_greet_box {

    flex-direction: column;
}
.acadm_greet_box .thumb_info {

    width: 100%;
}
.acadm_greet_box .thumb_aca {
    width: 100%;
	margin-bottom:1rem;
}
.acadm_greet_box .thumb_aca img {
    width: 100%;
    height: 350px;
}
.acadm_thumb_box {
    flex-wrap: wrap;
}
	.acadm_thumb_box img {
		width: 48.5%;
		margin-bottom:1rem
	}
	.acadm_info_box {
		align-items: flex-start;
		flex-direction: column;
		    padding: 1rem;
	}
	.acadm_info_box .aca_addrss {
		width: 100%;
	}
	.acadm_info_box .aca_link {
		width: 100%;
		column-gap: 0.2rem;
		justify-content: flex-start;
	}
	.acadm_info_box .aca_link li span,
	.acadm_info_box .aca_addrss .address,
	.acadm_info_box .aca_addrss .phone {

	}
	.aca_class_list_area .aca_class_list {
		column-gap: 1rem;
	}
	.acadm_info_box .aca_link li.icon_a img,
	.acadm_info_box .aca_link li.icon_d img,
	.acadm_info_box .aca_link li.icon_e img,
	.acadm_info_box .aca_link li.icon_f img {
		width: 27px;
	}
	.acadm_info_box .aca_link li span:nth-child(2) {
    font-size: 0.7rem;
    color: #777;
    margin-top: 0.3rem;
}
	.acadm_thumb_box {
		display: flex;
		grid-column: 1rem;
		width: 100%;
		align-items: center;
		    padding: 1rem 0rem;
	}
	.acadm_thumb_box img {
		width: 48.5%;
		margin-bottom: 1rem;
	}
	/*»ó¼¼º¸±â*/
		.aca_class_informa_area {
		    flex-direction: column;
	}
		.aca_class_informa_area .thumbnail {
		width: 100%;
	}
	.aca_class_informa_area .aca_class_informa {
		width: 100%;
	}
	.left_contbox {
		width: 100%;
	}
	.right_contbox {
		display:none
	}
.aca_class_informa .info_dt {
    width: 25%;
}
	.aca_class_informa .btn_line .btn_locatn {
		width:23%;
	}
	.aca_class_informa .btn_line .btn_accep {
		width:73%;
	}
}

@media (min-width: 641px) and (max-width: 839px) {

	#left-section {display:none}
	.class_list_box .aca_class_list_area .aca_class_list .aca_class_box {

		margin-bottom: 20px;
	}

}

@media (max-width: 740px) {
.main-section {
    width: calc(100% - 0px);
}
	.select_area_box {
		display: none;
	}
	.select_area_selcet {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 654px) {
/*layout*/
.container {
padding: 0px 0 0 0px;
}
.main-section {
    width: calc(100% - 0px);

		padding:0 1rem;
}
#left-section {display:none}
.subject-wrap {
	margin-left: 1rem;
}
.subject-wrap .subject-list {

}
.shorts-wrap .shorts-list-box .shorts-list li {
    width: 38%;
    cursor: grab;
    margin-right: 10px;
}
.aca_class_list_area .aca_class_list .aca_class_box .over-bg-list {display:none}
	.s_pg_num {display:block;margin-top:1rem}
.nav-row {
    background: #fff;
    border-bottom: 1px solid #cccccc;
}
.nav-row .container {
	padding: 0 ;
}
.wide-banner {
	padding-right: 0rem;
	padding-top: 2rem;
	}
.wide-banner .logo-youtube {
    height: 130px;
		background-position:47% 50%;
}
.wide-banner  img{
display:none
}
.wide-banner-title {
    font-size: 1.65rem;
    font-weight: 800;
}
	.wide-banner-sub {
		color: #ffffff;
		font-size: 1rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}
.footer-item {margin:0px 0 0 0px}
.modal {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
	    min-height: 100%;
}
.modal-content {
    height: 640px;
}
.logo .logo_img {
    width: 35%;
}
.logo_imgsub {
    width: 20%;
}
.hamburger-button {
	display: block;
}
.nav-row nav .gnb_wrap {
		display:none;
	}
.nav-row nav .gnb-mb_wrap {
		display:flex;
	}
	.side-menu {
		display: block;

	}
	.banner-grid { grid-template-columns: 1fr;}
	.banner-grid .banner .frst img {
		width: 100%;
		max-height: 200px;
		display: block;
		margin: 0 auto;
	}
	.go_taein, .paging_box {
		display:none;
	}
/*ÇÐ¿ø¼Ò°³*/
	.acadm_greet_box {
		flex-direction: column;
	}
	.acadm_greet_box .thumb_aca {
		width: 100%;
		height:250px;
		margin-bottom:1rem
	}
	.acadm_greet_box .thumb_aca img {
		width: 100%;
		height:250px;
	}
	.acadm_greet_box .thumb_info {

		width: 100%;
	}
	.thumb_info .greet_cont {
		height: unset;
		overflow-y: hidden;
	}
	.acadm_info_box {
		align-items: flex-start;
		flex-direction: column;
		    padding: 1rem;
	}
	.acadm_info_box .aca_addrss {
		width: 100%;
	}
	.acadm_info_box .aca_link {
		width: 100%;
		column-gap: 0rem;
		justify-content: flex-start;
		    flex-wrap: wrap;
	}
	.acadm_info_box .aca_link li.icon_a img,
	.acadm_info_box .aca_link li.icon_d img,
	.acadm_info_box .aca_link li.icon_e img,
	.acadm_info_box .aca_link li.icon_f img {

	}
	.acadm_info_box .aca_link li span:nth-child(2) {
    font-size: 0.7rem;
    color: #777;
    margin-top: 0.3rem;
}
	.acadm_thumb_box {
		display: flex;
		grid-column: 1rem;
		width: 100%;
		flex-direction: column;
		align-items: center;
		    padding: 1rem 1rem;
	}
	.acadm_thumb_box img {
		width: 100%;
		        height: 230px;
		margin-bottom: 1rem;
	}
	.aca_class_list_area .aca_class_list .aca_class_box {
		width: 100%;
	}
	.aca_class_list .aca_class_box .title {
		padding: 8px 10px;
		width: 33%;
	}
	.acadm_info_box .aca_link li span:nth-child(1) {
		width:35px;
		height:35px;
	}
	.class_list_box .aca_class_list_area .aca_class_list .aca_class_box {
		width: 100%;
		margin-bottom: 20px;
	}

	/*»ó¼¼º¸±â*/
		.aca_class_informa_area {
		    flex-direction: column;
			margin-top: 20px;
	}
		.aca_class_informa_area .thumbnail {
		width: 100%;
	}
		.aca_class_informa_area .aca_class_informa {
		width: 100%;
	}
	.class_detail_wrap, .academy_info_wrap {
		margin-top: 20px;
	}
	.left_contbox {
		width: 100%;
	}
	.right_contbox {
		display:none
	}
	.aca_class_informa_area .thumbnail img {
	/*height:328px;*/
	}
	.aca_class_title {
    font-size: 18px;    align-items: flex-start;
	}
	.aca_class_title .alarm {
		font-size: 14px;
		        white-space: nowrap;
	}
	.aca_class_title_sub.bluetxt {
		font-size: 16px;
	}
	.aca_class_informa .info_dd .price {
		font-size: 18px;
	}
	.aca_class_informa .info_dt {width: 28%;}
	.aca_class_informa .info_dd {width: 72%;}
	.aca_class_informa .info_dt,
	.aca_class_informa .info_dd{
		font-size: .9rem;
	}
	.aca_class_informa .btn_line .btn_locatn {
		width:23%;
	}
	.aca_class_informa .btn_line .btn_accep {
		width:73%;
	}
	.aca_class_informa .btn_line .btn_locatn {
		font-size: .8rem;
		padding: 10px 10px;
		height: 45px;
	}
	.aca_class_informa .btn_line .btn_accep {
		font-size: 1rem;
		padding: 10px 10px;
		height: 45px;
	}
	.aca_class_informa_area {	border-bottom:0}
	.class_detail_title {
		border-bottom:solid 1px #ccc;
		padding-bottom:0.6rem;
	}
	.select_area_contt select {
		border: 2px solid #1761e9;
	}
}

/*¾îµå¹Î ÆäÀÌÁö*/
.add_acadm_hr {
  width : 100%;
  height : 2px;
  background-color : #cccccc;
  border : 0;
      display: block;
	  margin:1.5rem 0 1rem 0;
}
.add_acadm_wrap {
	display: flex;
	align-items: center;
    width: 100%;
	height: 60px;
    background: #fcefe9;
    padding: 1rem 2rem;
    border-radius: 5px 5px;
    justify-content: flex-start;
}
.add_acadm_wrap span.txtt {
    color: #da00ff;
		font-weight:600;
}
	.add_acadm_wrap span, .add_acadm_wrap a {
		margin-right:0.7rem;
		color:#333;
		font-weight:600;
	}
	.add_acadm_wrap span.txta {
		color:#333;
		font-weight:600;
	}
	.add_acadm_wrap span.txtb {
		color:#777;
		font-size:1.2rem;
		font-weight:400;
	}
	.add_acadm_wrap span.txtb.under {
		text-decoration:underline
	}
.add_acadm_wrap .select_area_contt {
	position: relative;
	width: 26%;
	border-radius: 4px;
	background: #fff;
}
.select_area_contt select {
	border-radius: 5px 5px;
	font-size:1.2rem;
}
.add_acadm_wrap .select_area_contt .icoArrow {
	top: 8px;
	right: -2px;
}

.stream-add-box {
	display: flex;
	align-items: center;
    width: 100%;
	height: 60px;
    background: #caeefc;
    padding: 1rem 2rem;
    border-radius: 5px 5px;
    justify-content: flex-start;
	margin-top:20px;
}
.stream-add-box input {
    padding: 6px 6px;
    border: 1px solid #cccccc00;
    color: #444444;
    border-radius: 5px 5px;
    width: 70%;
    box-sizing: border-box;
	margin:0 10px;
}
.stream-add-box .btn_add {
    margin-left: 3px;
    border: solid 1px #222222;
    border-radius: 5px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    background: #000000;
    background: linear-gradient(to bottom, #000000, #222222);
    letter-spacing: -1px;
    color: #ffffff;
}
.aca_class_title_small {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
		margin-top: 2rem;
		margin-bottom: 1rem;
}
.aca_class_title_small a {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    margin-left: 1rem;
}
.class_ingsect .select_area_contt {
	position: relative;
	width: 26%;
	border-radius: 4px;
	background: #fff;
}
.class_ingsect .align_right {text-align:right}
.class_ingsect .select_area_contt select {
	width:60%;
}
.class_ingsect .thumb img {
    width: 200px;
    height: 115px;
	border-radius:6px 6px;
}
.class_ingsect .infomt {
	text-align:left;
}
	.class_ingsect .infomt .title {
		font-weight: 600;
		color: #006fc0;
	    line-height: 150%;
	}
	.class_ingsect .infomt .name {
		font-weight: 600;
		color: #333;
	    line-height: 150%;
	}
	.class_ingsect .infomt .date {
		color: #777;
	    line-height: 150%;
	}
	.class_ingsect .infomt .date span {
		font-weight: 600;
		color: #d45353;
	    line-height: 150%;
	}
.class_ingsect .mgtop {
    margin-top: 0.7rem;
	}
.class_ingsect .select_area_contt .icoArrow {
    top: 4px;
	right: -2px;
}
.class_ingsect .contrl {text-align:center; }
.class_ingsect .contrl a {display:block; color:#777;}
.class_ingsect .contrl a:first-child {margin-bottom:1rem;}
.class_ingsect .link_td {cursor:pointer;}
tr.hovered {
  background-color: #f0f8ff;
}
.result_table_new tbody td {text-align:left;    padding: 7px 10px ;}
.result_table_new tbody th .ico_essential {color:#ff0000; font-weight:600;margin-left:0.3rem;}
.result_table_new tbody th.redbox {background-color: #fae2d5;}

/*ÆÄÀÏÃ·ºÎ*/
input[type='file'] {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	    padding: 0;
    margin: 0;
    border: 0;
}
.input-file_wrap {
	display: flex;
	align-items: center;
}
.thumb-file {
    margin: 1rem 0.8rem;
    display: flex;
    align-items: flex-end;
}
.thumb-file img {max-width: 300px; width:300px; }
.thumb-file .del-file {color:#ff0000; cursor:pointer;margin-left:1rem}
.input-file_wrap .span-file {color:#777}
.label-file {
	color: #000000;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	padding: 0 8px 0 8px;
	margin-right: 5px;
	width: 294px;
	height: 36px;
	min-height: 36px;
	border: 1px solid #eee;
	border-radius: 3px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.textarea-detail {
    padding: 6px 6px;
    border: 1px solid #eee;
    color: #444444;
    border-radius: 3px 3px;
    width: 80%;
    box-sizing: border-box;
}
.save-line {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:2rem;
	margin-bottom:3rem;
	}
.btn-save-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	padding: 1rem 4rem;
	background: #4e94d9;
	border-radius: 8px 8px;
	border: 1px solid #4e94d9;
	color: #fff;
	font-weight: 600;
	}
.btn-cancel-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	margin-left:1rem;
	padding: 1rem 4rem;
	background: #ffff;
	border-radius: 8px 8px;
	border: 1px solid #cccccc;
	color: #666;
	font-weight: 600;
	}

	.btn-save-info:hover,
	.btn-cancel-info:hover {
		background:#000;
		color:#fff;
		border: 1px solid #000;
	}


	.result_table_new.class_ingsect tbody td input.box {
		border: 1px solid #eee;
	}
	.result_table_new.class_ingsect tbody td,
	.result_table_new.class_ingsect tbody th {
		border-bottom: 1px solid #e1e1e1;
	}
	#topNaviv2 .topm_sub_div {
    letter-spacing: -1.5px !important;
	}

@media (max-width: 924px) {
	.footer-item .footer-menu {
		display:none;
	}
	.footer-info {
		flex-direction: column;
	}
	.footer-info .cmpany-info {
		padding:0 20px;
		line-height: 2;
	}
	.footer-info .cmpany-info .contt {
		padding-top: 0px;
	}
}