@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:800|Open+Sans:800&display=swap');
*{
	margin:0px;
	padding:0px;
	word-break:keep-all;
}

html
{
	font-size:14px;
}


a
{
	color:inherit;
	text-decoration:none;
}

iframe
{
	width:100%;
}

video
	{
		max-width:100%;
	}

img
	{
		max-width:100%;
	}
	
#pop_always
{
		display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 100px;
        margin:auto;
        text-align: center;
        z-index: 100;	
}
	
#pop_always.view_active   
{
	display:block;
}

.pop_content_always
{
	position:relative;
	height:100%;
	/*overflow:auto;	*/
	margin:0px auto;
}

.pop_always_button
{
	position:relative;
	text-align:center;
}


.pop_always_button>span
{
	display:inline-block;
	font-size:1.6rem;
	cursor:pointer;
	display:inline-block;
	margin:0px auto;
	text-align:center;
	width:100px;
	border:1px solid #232323;
	background-color:rgba(202,202,202,0.8);
	padding:10px 0px;
}

/*
	마법학교 리뉴얼 공지
*/

	#pop_renewal_view {
	  position: fixed;

	  width: 98vw; 
	  

	 
	  background-image:url('https://www.seedlearn.co.kr/19image/index/renew.jpg');
	  background-size: cover;
	  border: 3px solid #3a2d1c;
	  box-shadow: 0 0 30px rgba(0,0,0,0.6);
	  
	  font-weight:bold;
	  overflow: hidden;
	  display: none;
	  z-index: 1000;
	  font-family: 'Cormorant Garamond', serif !important;
	  top:150px;
	}

	.pop_notice > div
	{
		position:relative;
		padding:7px 0px;
		text-align:center;
		font-size:1.4rem;
		line-height:1.7;
	}

	.pop_notice h3, .pop_detail h3 
	{
		position:relative;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: 2px solid #000;
		padding: 3px 0px;
	}

	/* 리스트 애니메이션 */
	.pop_list_view_detail
	{
		position:relative;
		overflow-x:scroll;
	}
	
	.pop_detail ul 
	{
		 position: relative;
		 width:1200px;
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
	}
	
	.pop_detail li 
	{
	  font-size: 18px;
	  margin: 15px 0;
	  opacity: 0;
	  position: relative;
	  padding:0px 5px;
	  display: flex;
        flex-direction: column;
	}
	
	.pop_detail > div > ul > li >span:last-child
	{
		color:red;
	}
	
	.pop_detail li.slide-in-left 
	{ 
		animation: slideLeft 1s forwards; 
	}
	
	.pop_detail li.slide-in-right 
	{ 
		animation: slideRight 1s forwards; 
	}

	@keyframes slideLeft 
	{
	  from { transform: translateX(-100px); opacity: 0; }
	  to { transform: translateX(0); opacity: 1; }
	}
	
	@keyframes slideRight 
	{
	  from { transform: translateX(100px); opacity: 0; }
	  to { transform: translateX(0); opacity: 1; }
	}

	/* 진행바 */
	.progress_container 
	{
	  position: relative;
	  margin: 30px auto;
	  width: 1200px;
	  height: 10px;
	  background: #d9c9a3;
	  border: 2px solid #3a2d1c;
	  border-radius: 5px;
	  overflow: hidden;
	}
	.progress_track {
	  position: absolute;
	  top: 0; 
	  left: 0;
	  height: 100%;
	  width: 0;
	  background: linear-gradient(90deg, #5a381e, #d4a45f);
	  transition: width 1s ease;
	}
	.progress_steps {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  display: flex;
	  justify-content: space-around;
	  transform: translateY(-50%);
	}
	.progress_steps span {
	  width: 20px; height: 20px;
	  border-radius: 50%;
	  background: #fff;
	  border: 2px solid #3a2d1c;
	  box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.progress_steps span.active {
	  background: gold;
	  box-shadow: 0 0 10px gold;
	  border-color: #b8860b;
	}

	/* 닫기 버튼 */
	.pop_button {
	  margin: 20px auto;
	  text-align: center;
	  padding: 10px 20px;
	  background: #3a2d1c;
	  color: #fff;
	  width: 80px;
	  border-radius: 10px;
	  cursor: pointer;
	}
	.vanish { animation: vanishAnim 1s forwards; }

	@keyframes vanishAnim {
	  0% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
	  70% { opacity: 0.5; transform: scale(0.8) rotate(10deg); filter: blur(3px); }
	  100% { opacity: 0; transform: scale(0.5) rotate(-15deg); filter: blur(6px); }
	}

/*
	마법학교 리뉴얼 공지
*/


/*
	Msystem loading
*/

#loading
{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(61,74,45,0.98);
	z-index:999;
	color:#ffffff;
	font-weight:bold;
}

.loading_area
{
	position:absolute;
	width:300px;
	height:300px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	background-image:url('https://www.seedlearn.co.kr/19image/loading_seedlearn.png');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.loading_circle
{
	position:relative;
	width:300px;
	height:300px;
	border-radius:150px;
	border:10px solid #b6a49a;
	box-sizing:border-box;
	margin:auto;
	animation:loading_dot 5s linear infinite;
}

.loading_circle > span:first-child
{
	position:absolute;
	display:inline-block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid #b6a49a;
	left: 18px;
    top: 18px;
    transform: rotate(45deg);
}

.loading_circle > span:last-child
{
	position:absolute;
	display:inline-block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid #b6a49a;
	right: 18px;
    bottom: 18px;
    transform: rotate(45deg);
}


@keyframes loading_dot{
	0%{
		transform:rotate(-360deg);
	}
}


.loading_text
{
	position:relative;
	padding-top:25px;
}


/* */
#top_area
{
	position:relative;
	height:110px;
}

.logo_area
{
	position:relative;
	height:95px;
	box-sizing:border-box;
	text-align:center;
	padding:10px 0px;
}

.sub_menu_block
{
	display:none;
}


.select_part
{
	position:relative;
	z-index:20;
}

.select_part > ul
{
	position:absolute;
	display:flex;
	list-style-type:none;
	width: 100%;
	justify-content: center;
    top: 80px;
}

.select_part > ul > li
{
	padding:0px 10px;
	color:#b6a49a;
}

.select_part > ul > li div
{
	position:relative;
	display:none;
}

.menu_area
{
    position:fixed;
	margin-right:-100%;
	right:0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #535353;
	z-index:110;
	color:#ffffff;
}

.menu_area > div > ul
{
	position:relative;
	list-style-type:none;
}

.menu_area > div > ul > li
{
	position: relative;
    vertical-align: top;
    font-size:1.125rem;
    font-weight: bold;
    padding: 20px 0px 20px 0px;
	border-top: 2px solid #121212;
}

.menu_area > div > ul > li > span
{
	position:relative;
	display:inline-block;
	padding-left:10px;
	word-break: keep-all;
	font-size:1.3rem;
}

.sub_menu > li
{
    padding: 10px 0px 10px 20px;
    font-weight: normal;
    word-break: keep-all;
    font-size: 1.2rem;
}

.sub_menu
{
	display:none;
	list-style-type:none;
	padding-top:10px;
}

.phone_menu_toparea
{
	position: relative;
    height: 105px;
    background-color: #282828;
    border-bottom: 5px solid #dddddd;
}

.phone_menu
{
	position:absolute;
	width:60px;
	height:60px;
	top:10px;
	right:10px;
	background-image:url('https://www.seedlearn.co.kr/19image/index/phone_open.png');
	background-repeat:no-repeat;
	background-size:cover;
}

.phone_menu_close
{
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	right:20px;
	background-image:url('https://www.seedlearn.co.kr/19image/index/phone_close.png');
	background-repeat:no-repeat;
	background-size:cover;
	z-index:110;
}

.phone_menu_toparea > ul
{
	position:relative;
	width:60%;
	padding:6px;
}

.phone_menu_toparea li
{
	display: inline-block;
    padding: 0px 5px 0px 5px;
    width: 55px;
    box-sizing: border-box;
}

.phone_menu_toparea li img
{
	width:100%;
}

.phone_menu_toparea li>a
{
	
	width:100%;
	height:100%;
}



[class $="_pic"]
{
	display:none;
}



/*
*/

#roll_area
{
	position:relative;
	background-color:#2c2f34;
}

.movie_part
{
	position:relative;
	padding:20px 0px;
}

.movie_mainview
{
	position:relative;
	background-color:#222326;
	box-shadow:10px 10px 6px #222000;	
	color:#ffffff;
	text-align:center;
}

.open_class_info
{
	position:relative;

}

.open_class_info > div
{
	position:relative;
	font-size:1.125rem;
}

.open_class_info_month
{
	position:relative;
	font-size:2rem;
	font-weight:bold;
	padding-top:20px;
}

.js_text
{
	display:none;
}

.open_class_info_curr
{
	position:relative;
	padding-top:10px;
	line-height:1.5;
}

.open_class_info_curr span
{
	display:block;
}

.open_date_info
{
	position:relative;;	
}

.open_date_info > div
{
	position:relative;
	font-size:1.125rem;
	padding-top:30px;
	line-height:2.5;
}

.open_date_info_day
{
	position: relative;
    border: 1px solid #ffffff;
    background-color: #111111;
    width: 90%;
	margin:0px auto;
}


.open_date_info_day>a
{
	display:inline-block;
	width:100%;
	height:100%;
}

.open_date_info_day:hover
{
	background-color:#2c2f34;
}

.open_date_info>div>div>h3
{
	color:#ffd950;
}


.talk_part
{
	position:relative;
	padding:20px 0px;
}



.talk_cont
{
	position:relative;
	height:155px;
	padding:10px;
	background-color:#222326;
	font-size:1rem;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:10px;
	text-align:center;
}

.talk_cont_img
{
	position:relative;
}

.talk_cont_article
{
	position:relative;
	white-space: nowrap; /*줄바꿈 없앰*/
	text-overflow: ellipsis; /*글자 넘치면 뒤에 ...*/		
}

.title_letter
{
	position:relative;
	font-size:1.125rem;
	font-weight:bold;
	color:#ffffff;
	white-space: nowrap; /*줄바꿈 없앰*/
	overflow: hidden; 
	text-overflow: ellipsis; /*글자 넘치면 뒤에 ...*/
	display:inline-block;
	width:100%;
}

.talk_cont_img > div
{
	position:relative;
	width:90px;
	height:90px;	
	background-color:gray;
	box-sizing:border-box;
	border-radius:20px;
	overflow:hidden;
	display:inline-block;
}

.talk_cont_img img
{
	max-width:100%;
}

.talk_cont_article > ul 
{
	position:relative;
	list-style-type:none;
}

.cont_article_contents
{
	width:100%;
	font-size:1rem;
	font-weight:bold;
	color:#c6c7c7;
	display:inline-block;
	overflow:hidden;
	white-space: nowrap; /*줄바꿈 없앰*/
	text-overflow: ellipsis; /*글자 넘치면 뒤에 ...*/	
}

.cont_article_contents p
{
	display:inline;
}


/* view class*/
#view_class
{
	position:relative;

	height:222px;

}

#view_class_course
{
	position:relative;
	height:222px;
}

/*
sss
*/
#select_link
{
	position:relative;
	background-color:#212326;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.33rem;
}

#select_link a
{
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
}

.select_go1
{
	position:relative;
	height:160px;
	border:1px solid #dddddd;
	width:95%;
	margin:0px auto;
	margin-top:15px;
}

.select_go1>div
{
	position:relative;
	cursor:pointer;
}

.select_go2
{
	position:relative;
	height:160px;
	border:1px solid #dddddd;	
	width:95%;
	margin:10px auto;	
	margin-top:15px;
}

.select_go2>div
{
	position:relative;
	cursor:pointer;
}


.select_left
{
	position:relative;
	height:80px;
}

.select_left > div
{
	position:relative;
	padding-top:10px;
}

.select_left > div > img
{
	width:80px;
}

.select_right
{
	position:relative;
	height:80px;
}

.select_right > div
{
	position:relative;
	padding-top:10px;
}



/*
//SSS
*/

/*
*/

/*ES*/
#event_apply
{
	position:relative;
	padding:5px 0px;
	background-color:#2C2F34;
	text-align:center;
}
/**/


#banner_area
{	
	position:relative;
	background-color:#2c2f34;
	padding-bottom:30px;
}

.banner_center
{
	position:relative;
	text-align:center;
}

.banner
{
	position:relative;
	box-sizing:border-box;
	margin-top:5px;
	display:inline-block;
	border:2px solid #000000;
	box-shadow:10px 10px 6px #222000;
}



#move_area
{	
	position:relative;

}

.move_link
{
	position:relative;
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
	flex-wrap: wrap;
}

.move_link > li
{
	font-size:0.875rem;
	font-weight:bold;
	text-align:center;
	color:#535353;
	list-style-type:none;
	display: flex;
    align-items: center;
}


.move_link>li::after
{
	content:"|";
	color:#dddddd;
	text-align:center;
	padding:0px 5px;
}

.move_link>li:last-child::after
{
	content:none;
}

.move_link > li img
{
	width:1.8rem;
}

/*
*/

#copyright_area
{	
	position:relative;
	border-top:2px solid #d8d8d8;
	margin-bottom:20px;
}

.copyright_center
{
	position:relative;
}

.addr
{
	position:relative;
	font-size:0.75rem;
	padding:10px 0px;
	font-weight:bold;
	text-align:center;
	word-break:keep-all;
}

.addr > div > span
{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
}

.addr > div > span::after
{
	content:"|";
	color:#dddddd;
	padding:0px 20px;
}


.addr > div > span::after
{
	content:none;
}

.right
{
	position:relative;
	text-align:center;
	font-size:0.7rem;
	word-break:keep-all;
	padding-bottom:40px;
}


/*
*/

/* 알림장
*/

#seedtalk_all
{
	position:relative;
}

#seedtalk_left, #seedtalk_right
{
	position:relative;
	margin-bottom:20px;
}

#seedtalk_left > div, #seedtalk_right > div
{
	position:relative;
	background-color:#2c2f33;
	border-radius:20px;
	border:1px solid #252525;
	overflow:hidden;
}


/* 2 */
#seedtalk_top
{
	position:relative;
	height:60px;
}

.seedtalk_name
{
	position:relative;
	height:60px;
}

.seedtalk_name > div
{
	position:relative;
	height:60px;
	color:white;
	font-weight:bold;
	font-size:1.25rem;
	padding:20px;
}


#seedtalk_right .seedtalk_icon
{
	position:relative;
	height:60px;
	z-index:200;
}

#seedtalk_left .seedtalk_icon
{
	position:relative;
	width:335px;
	height:60px;
	display:none;
	top:20px;
}

.seedtalk_icon > div
{
	position:absolute;
	width:335px;
	height:60px;
	text-align:right;
}

#seedtalk_right .seedtalk_icon > div
{
	position:relative;
	height:60px;
	text-align:left;
}

.seedtalk_icon li
{
	display:inline-block;
	padding:10px 12px 0px 12px;
}

.seedtalk_icon li img
{
	width:40px;
}

.point_blog
{
    position:relative;
    display:block;
    color: #ffbc00;
    background-color: #000000;
    font-size:0.7rem;
    margin:0px auto;
    top: 5px;
    width:95px;
    height: 15px;
    padding: 10px;
    border-radius: 20px;
	font-weight:bold;
}

.talk_point_blog
{
    position: absolute;
    display: inline-block;
    color: #ffbc00;
    background-color: #000000;
    font-size:0.7rem;
    right: 55px;
    top: 10px;
    width:95px;
    height: 15px;
    padding: 10px;
    border-radius: 20px;
	font-weight:bold;
}

#seedtalk_right .talk_point_blog
{
    position:relative;
    display:none;
    color: #ffbc00;
    background-color: #000000;
    font-size:0.7rem;
    top: 10px;
    height: 15px;
    padding: 10px;
    border-radius: 20px;
	font-weight:bold;
}

#seedtalk_right .seedtalk_icon ul
{
	position:relative;
}

/* 3*/
#seedtalk_banner
{
	position:relative;
	height:115px;
	padding:15px 10px;
	text-align: center;
}

#seedtalk_banner>div
{
	position: relative;
    border-radius: 20px;
    overflow: hidden;
    
    height: 120px;
    max-width: 600px;
    display: inline-block;
}

#seedtalk_banner img
{
	position:relative;
	max-width:600px;
	width:100%;
}

/* 4 */
#seedtalk_list
{
	position:relative;
	height:765px;
	overflow-y:scroll;
}

#seedtalk_list::-webkit-scrollbar  /*스크롤 기능은 살리면서 스크롤 숨기기*/
{ 
	display:none; 
}

.seedtalk_content
{
	position:relative;
	font-size:0rem;
	text-align:center;
	padding:25px 15px;
	border-bottom:1px solid #ababab;
}

.content_img
{
	position:relative;
	text-align:center;
	box-sizing:border-box;
	font-size:0.75rem;
}

.content_img > div
{
	position:relative;
	display:inline-block;
	background-color:gray;
	box-sizing:border-box;
	border-radius:20px;
	overflow:hidden;
}

.content_article
{
	position:relative;
}

.content_article > ul
{
	position:relative;
}

.content_article > ul > li
{
	list-style-type:none;
}

.article_title
{
	padding:10px 0px 5px 15px;
}

.title_letter
{
	font-size:1.125rem;
	font-weight:bold;
	color:#ffffff;
	white-space: nowrap; /*줄바꿈 없앰*/
	overflow: hidden; 
	text-overflow: ellipsis; /*글자 넘치면 뒤에 ...*/
	display:inline-block;
	position:relative;
}

.title_date
{
	font-size:1rem;
	color:#808080;
}

.article_contents
{
	font-size:1rem;
	font-weight:bold;
	padding:5px 0px 20px 15px;
	color:#c6c7c7;
	display:inline-block;
	line-height:1.4;
	max-height:1.4rem;
	overflow:hidden;
}


/*5*/
#seedtalk_bottom
{
	position:relative;
	
}

#seedtalk_bottom > ul
{
	position:relative;
	margin:0px auto;
	padding-top:20px;
}


#seedtalk_bottom > ul li
{
	display:inline-block;
	position:relative;
	width:30%;
	height:40px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

#seedtalk_bottom > ul > a:nth-child(1) > li
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/blog_1.png');	
}

#seedtalk_bottom > ul > a:nth-child(1) > li:hover
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/h_blog_1.png');	
}

#seedtalk_bottom > ul > a:nth-child(2) > li
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/blog_n.png');	
}

#seedtalk_bottom > ul > a:nth-child(2) > li:hover
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/h_blog_n.png');	
}

#seedtalk_bottom > ul > a:nth-child(3) > li
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/blog_s.png');	
}

#seedtalk_bottom > ul > a:nth-child(3) > li:hover
{
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/h_blog_s.png');	
}

#seedtalk_bottom > div
{
	position:relative;
	height:40px;
	background-color:white;
	text-align:center;
	font-size:0.625rem;
	padding-top:10px;
	margin-top:20px;
}


/*3R*/
#right_content
{
	position:relative;
	height:910px;
	overflow-y:scroll;
}
#right_content::-webkit-scrollbar  /*스크롤 기능은 살리면서 스크롤 숨기기*/
{ 
	display:none; 
}

.seedtalk_content_de
{
	position:relative;
	font-size:0rem;
	padding:20px 15px;
}

.content_img_de
{
	position:relative;
	box-sizing:border-box;
	font-size:0.75rem;
}

.content_img_de > div
{
	position:relative;
	text-align:center;
	box-sizing:border-box;
	border-radius:20px;
	overflow:hidden;
}

.content_article_de
{
	position:relative;
	box-sizing:border-box;
}

.content_article_de > ul
{
	position:relative;
	box-sizing:border-box;
	border-radius:20px;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:20px;
	background-color:#222326;
}

.content_article_de > ul > li
{
	list-style-type:none;
}

.article_title_de
{
	padding:15px 15px 5px 15px;
}

.title_letter_de
{
	font-size:1.125rem;
	font-weight:bold;
	color:#ffffff;
	display:inline-block;
}

.title_date_de
{
	font-size:1rem;
	color:#808080;
}

.article_contents_de
{
	font-size:1rem;
	font-weight:bold;
	padding:5px 15px 20px 15px;
	color:#c6c7c7;
	line-height:1.6;
	display:inline-block;
}

#seedtalk_feedback
{
	position:relative;
	background-color:#3d4045;
	height:100px;	
}
#seedtalk_feedback > ul
{
	position:relative;
	height:60px;
	text-align:center;
}

#seedtalk_feedback > div
{
	position:relative;
	height:40px;
	background-color:white;
	text-align:center;
	font-size:0.625rem;
	padding-top:10px;
}

#seedtalk_feedback > ul > li
{
	position:relative;
	display:inline-block;
	height:40px;
	background-color:#222326;
	border-radius:20px;
	color:#c6c7c7;
	top:10px;
	padding:0px 20px;
}

#seedtalk_feedback > ul > li > img
{
	height:30px;
	position:absolute;
	top:5px;
}

#seedtalk_feedback > ul > li > span
{
	position:relative;
}

#seedtalk_feedback > ul > li:nth-child(1) > span::before
{
	content:'';
	display:inline-block;
	width:25px;
	height:25px;
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/article_mark.png');
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	top:7px;
}

#seedtalk_feedback > ul > li:nth-child(2) > span::before
{
	content:'';
	display:inline-block;
	width:25px;
	height:25px;
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/article_question.png');
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	top:7px;	
}

#seedtalk_feedback > ul > li:nth-child(3) > span::before
{
	content:'';
	display:inline-block;
	width:25px;
	height:25px;
	background-image:url('https://www.seedlearn.co.kr/19image/seedlearn_talk/article_hat.png');
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	top:7px;	
}


#core_introduce
{
	position:relative;
	text-align:center;
	line-height:2;
	background-color:#1b1b1b;
}

.core_ment
{
	position:relative;
	color:#ffffff;
}

.core_ment > ul
{
	position:relative;
	list-style-type:none;
	color:#ffce6c;
}

.core_ment > ul > li
{
	font-weight:bold;
	font-size:1.33rem;
	padding:30px 0px;	
	
}

.core_real_img
{
	box-shadow:0 0 14px 1px #ddb97f;
}

.core_ment img
{
	width:90%;
}

.core_curriculum
{
	position:relative;
	padding:70px 0px;
}

#core_introduce hr
{
	box-shadow:10px 10px 6px #222000;
}

#core_introduce h1	
{
	position:relative;
	color:#ffbbc2;
}

#core_introduce h2	
{
	position:relative;
	margin:15px 0px;
	color:#ede040;
}

#core_introduce h3	
{
	position:relative;
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}

#core_introduce h4	
{
	position:relative;
	margin:15px 0px;	
	color:#cdffbb;
}

/*naver*/

#naver_view
{
	position:relative;
	font-size:0px;
	padding-top:25px;
	background-color:#1b1b1b;
}

#computer_naver
{
	position:relative;
	height:700px;	
}

.iframe_div
{
	position:relative;
	text-align:center;
}

.naver_iframe
{
	position:relative;
	width:95%;
	height:650px;
}

/*come*/
#comemethod
{
    position: relative;
    text-align: left;
    word-break: keep-all;
    padding-top: 50px;
    padding: 50px 10px 0px 10px;
    line-height: 1.6;
}

#comemethod hr
{
	position:relative;
	margin:30px 0px;
}

.google_map
{
	text-align:center;
	position:relative;
	padding-bottom:20px;
}

/*introduce*/
#quick
{
	display:none;
}

#history
{
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    word-break: keep-all;
    padding-top: 50px;
    padding: 50px 10px 0px 10px;
    line-height: 1.6;
	background-color:#1b1b1b;
	color:#e3e3e3;
}

/*
*/

#tui_title
{
	position:relative;
	text-align:center;
	margin:0px auto;
	padding:50px 0px;
}

.tui_view>ul
{
	position:relative;
	padding:20px 0px;
	margin:20px auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
	background-color:#baa99f;
	color:#ffffff;
	font-weight:bold;
	flex-direction: column;
}

.tui_view>ul>li
{
	list-style-type:none;
	padding-left:0px;
}

.tui_view>ul>li:nth-child(1)
{
	text-align:center;
	padding:20px 0px;
	
}
.tui_view>ul>li:nth-child(2)
{
	text-align:center;
}


