@charset "utf-8";

body {
	background-color:#fff;
	margin:0px;padding:0px;
	font-size:1em;
	/*font-family: 'Noto Sans KR', sans-serif;*/
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	-webkit-text-size-adjust: none;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;

}
*		{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* FONT SMOOTHING */
body	{-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}



@-moz-document url-prefix() {
 #flexible-content{
      flex: 1;
    }
}
html {overflow-y:scroll;width:100%;height:100%;}  
ul,ol{list-style:none;}
img{border:none;}/* img {display:block;border:0;}  */

::-moz-selection{background:#004099;color:#fff;text-shadow:none;}
::selection{background:#004099;color:#fff;text-shadow:none;}



.bar6 {
	position: fixed;
	top: 0px; left: 0px;
	width: 0%; height: 1px;
	background: #12c2e9;
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
	z-index: 9999999;
	transition: background-color 0.3s ease;

}




/* youtube responsive transition: 0.3s; */
.video-container		{position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;width: 100%;} 
.video-container iframe {position:absolute;width: 100%;height: 100%;}
 



.wrap					{width:100%;height:auto;margin:0px;padding:0px;display:block;}
.wrap 					{*zoom:1;} 
.wrap:after				{content: "";display: block;height: 0;clear: both;visibility: hidden;}	


.wrap9					{width:1200px;height:auto;margin:0px auto;transition: 0.3s;}
.wrap9					{*zoom:1;} 
.wrap9:after			{content: "";display: block;height: 0;clear: both;visibility: hidden;}	

.wrapm					{width:1200px;height:auto;margin:0px auto;transition: 0.3s;}
.wrapm					{*zoom:1;} 
.wrapm:after			{content: "";display: block;height: 0;clear: both;visibility: hidden;}	


.bg_t0					{height:150px;width:1px;clear:both;overflow:hidden;margin:0px;padding:0px;display:block;}
.bg_t1					{height:40px;border-bottom:1px solid #eee;}
.bg_t2					{
	height:40px;border-bottom:1px solid #c3d5d1;margin-bottom:18px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
}

#section0 {
	display: block;
	height:120px;

}


#section1 {
	position:relative;    
	display: flex;
    flex-direction: row;
	height:120px;
	justify-content :center;
	/*align-items:center;*/
	align-items: flex-start
}
#section2 {padding-top:60px;}
#section3 {position: relative; z-index: 1;}
#section4 {padding:0 0 30px 0;background-color:#fdf7f9;}




#header					{
	display:block;
	position: fixed !important;background-color:transparent;z-index:9;
	width:100%;height:120px;margin:0px;padding:0px;transition: 0.3s;

}
#header 				{*zoom:1;} 
#header:after			{content:"";display: block;height: 0;clear: both;visibility: hidden;}	

#header h1				{display:block;margin:40px auto 0px 0;padding:0px;transition: 0.3s;}  /* logo_sdy13181.png : 240x90 15px auto */
#header h1 a			{display:block;width:180px;height:auto;margin:0px;padding:0px;transition: 0.3s;} 
#header h1 a img		{width:100%;height:auto;transition: 0.3s;}
#header h1 a			{opacity: 1;}
#header h1 a span		{display:none;}

nav.menu ul li a.on {color: #000;font-weight: 700;}


nav.menu {display:block;margin:0px 0 0px auto;transition: 0.3s;text-align:center;align-self: center}
nav.menu ul { list-style:none;margin:0px;padding:0px;}
nav.menu ul li { display: inline-block;padding:0px;margin:0px;position: relative;}
nav.menu ul li a {
	color: #333; 
	display: block; 
	font-size: 18px; font-weight: 300;
	text-transform: uppercase;
	margin:0px; padding:20px 20px 20px 20px; 
	line-height:1;letter-spacing:-0.05em;
	transition: 0.3s;

}
nav.menu ul li:first-child {background: none;}
nav.menu ul li:first-child a {padding: 20px 20px 20px 20px;}
nav.menu ul li:hover {background: none;}
nav.menu ul li:hover a {color:#000;}
nav.menu ul li:hover a.disable {color:#aaa;}
nav.menu ul li ul {display: none; position: absolute; width: 200px;padding:15px 0 20px 0;background:#cfcfcf;border-radius:0px;}
nav.menu ul li ul li {display: block;text-align:left;}
nav.menu ul li ul li:first-child {border-top: none;}
nav.menu ul li ul li a {background: #cfcfcf;color: #333 !important;font-size: 15px !important;font-weight: 400 !important;display: block;padding: 9px 20px 8px 20px !important;transition: 0.3s;}
nav.menu ul li ul li a:hover {color: #000;background: #eee;}
nav.menu .fa.fa-angle-down {margin-left: 6px;}

.headfixed {
	position: fixed !important;
	top:0px !important;z-index:999;
	min-height:120px !important;
	background: rgba(255,255,255,0.3) !important;
	padding:0px;
	backdrop-filter: blur(10px);
	box-shadow: 0px 1px 50px rgb(0 0 0 / 8%);
}
.headfixed h1				{display:block;margin:0px auto 0px 0;padding:0px;transition: 0.3s;}  /* logo_sdy13181.png : 240x90 15px auto */
.headfixed h1 a				{display:block;width:220px;height:auto;margin:0px;padding:0px;transition: 0.3s;} 



/*
#header.headfixed							{position: fixed !important;top:0px !important;z-index:999;height:80px;padding:0px;border-bottom:0px solid #eee;box-shadow: 0px 1px 50px rgb(255 215 215 / 50%);background-color: rgba(255, 255, 255, 0.8);}
#header.headfixed h1						{display:block;margin:17px auto 10px 0px;padding:0px;transition: 0.3s;opacity:1;} 
#header.headfixed h1 a						{display:inline-block;width:130px;height:auto;margin:0px;padding:0px;transition: 0.3s;} 
#header.headfixed nav.menu					{margin:20px 0 0 0;}
#header.headfixed nav.menu ul li a			{font-size: 16px;padding:12px 15px 12px 15px;}
#header.headfixed nav.menu ul li ul			{display: none; position: absolute; width: 200px; z-index:9;padding:15px 0 20px 0;background:#7896a5;border-radius:5px;}
#header.headfixed nav.menu ul li ul li a	{background: #7896a5;color: #fff !important;font-size: 15px !important;font-weight: 400;display: block;padding: 8px 15px 7px 13px !important;transition: 0.3s;}
#header.headfixed .menu_info				{margin-left:auto;display:block;list-style:none;margin:16px 0 0 30px;padding:0px;}
#header.headfixed .menu_info li	a			{display:block;padding:12px 10px 10px 10px;font-size:15px;line-height:1.6;color:#666;letter-spacing:-0.05em;font-weight:500;text-decoration:none;transition: 0.3s;}
#header.headfixed .menu_info li.sns1	a img		{width:16px;height:auto;}
#header.headfixed .menu_info > li:last-child a { padding: 12px 0px 10px 10px;}

*/

.hd_sch_wr {padding:0px;width:280px;margin:0px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {overflow:hidden;border-radius:0px;}
#hd_sch #sch_stx {float:left;width:220px;height:40px;padding-left:20px;border-radius:30px 0 0 30px;background:#eee;border:0;border-right:0;font-size:16px;color:#2c2c2c;border-radius:20px;}
#hd_sch #sch_submit {float:left;width:50px;height:40px;border:0;color:#2c2c2c;background:transparent;cursor:pointer;font-size:16px}




#container			{position:relative;float:none;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:100%;zoom:1}
.container			{width:100%;min-height:500px;margin:0px;padding:0px;}
.container 			{*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */
.container:after	{content: "";display: block;height: 0;clear: both;visibility: hidden;}	

/*
.contents {margin:30px 60px 30px 40px;}
*/


#tailer				{width:100%; margin:0px auto;padding:20px 0 50px 0;background-color:#000;}
#tailer 			{*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */

#tailer .m1				{padding:30px 0 0px 0;}
#tailer .m1	a			{color:#fff;font-size:15px;letter-spacing:-0.025em;font-weight:300;line-height:1.6;}
#tailer .m1 span		{display:inline-block;margin-left:10px;margin-right:5px;padding-left:15px;background:url("../img/global/bg_div02.png") 1px 50% no-repeat;_background-position:left 10%;letter-spacing:-1px;}
#tailer .m1 span.none	{display:inline-block;margin-left:0px;padding-left:0px;background:none;}

#tailer .m1	a:hover			{color:#fff;}




#tailer .infor1				{padding:30px 0 50px 0;}
#tailer .infor2				{padding:40px 0 70px 0;}


#tailer h1				{float:right;display:block;width:157px;height:auto;margin:0px 0 0 0;padding:0px; } 
#tailer h1 a			{display:block;margin:0px;padding:0px;} 
#tailer h1 a img		{width:100%;height:auto;}
#tailer h1 a span		{display:none;}


#tailer .info			{font-size:15px;letter-spacing:-0.025em;font-weight:300;line-height:1.6;color:#eee;}
#tailer .info strong	{display:inline-block;font-weight:700;text-decoration:none;padding-right:12px;margin-right:10px;background:url("../img/global/bg_div02.png") right 50% no-repeat;_background-position:left 10%;}

#tailer .info span		{display:inline-block;margin-left:10px;margin-right:5px;padding-left:15px;background:url("../img/global/bg_div02.png") 1px 50% no-repeat;_background-position:left 10%;color:#dedede;letter-spacing:-1px;}
#tailer .info span.none	{display:inline-block;margin-left:0px;padding-left:0px;background:none;}
#tailer .info span.hidden	{display:inline-block;margin-left:10px;margin-right:5px;padding-left:15px;background:url("../img/global/bg_div02.png") 1px 50% no-repeat;_background-position:left 10%;color:#dedede;letter-spacing:-1px;}

#tailer address		{
	
	margin:20px 0 0px 0px;
	line-height:1.6;text-transform: uppercase;
	font-size:13px;font-weight:300;color:#eee;font-style:normal;letter-spacing:-0.025em;


	/*200,300,400,500,600,700*/
}



.menu_all			{display:none;}
.m_logo				{display:none;}
.menu_member		{display:none;}
.overlay .h1t		{display:none;} 

/* overlay */
.overlay {
    height: 100%;
    width: 60%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #25332e;
	opacity : 0.85;
	/*opacity:0.8;*/


  transition: all 0.25s ease-in-out;

}


.overlay-content {
	font-weight:700;
	letter-spacing:-0.05em;
    position: relative;
    top: 20%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
	text-transform: uppercase;
}


.overlay-content .icon_sns {width:300px;height:32px;margin:30px auto 0 auto;text-align:center;}
.overlay-content .icon_sns a {padding:0 10px;display:inline-block;}
.overlay-content .icon_sns a img {width:32px;height:32px;}


.overlay a {
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 40px;
	margin-left:-465px;
	line-height:1.0;
}

#accordian {
	width: 600px;
	margin: 100px auto;
	color: white;
}

/* 메뉴 스타일 */
#accordian h3 {
	color:#fff;
	font-size: 20px;
	line-height: 18px;
	padding: 5px 15px;
	cursor: pointer;
	text-transform: uppercase;
}
#accordian h3 a {color:#fff;}
#accordian h3.mem a {margin-top:30px;display:inline-block;font-size: 16px;}
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/* 아이콘폰트 스타일 */
#accordian h3 span {
	font-size: 20px;
	margin-right: 0px;
}

#accordian li {
	
	list-style-type: none;
}
#accordian li a {
	font-size: 18px;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	text-transform: uppercase;
}

/* 서브메뉴 스타일 */
#accordian ul ul {margin: 2px 0 10px 12px;}
#accordian ul ul li {border-top:none;}

#accordian ul ul li a {
	font-weight:200;

	text-transform: none;
	color: #eee;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-0.05em;
	line-height: 24px;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
	transition: all 0.15s;
}
#accordian ul ul li a:hover {
	background: linear-gradient(to right,#241714,#3c2c28,#241714);
}

/* active 클래스 외에 것은 보이지 않게 하기 */
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

.fl {float:left;}
.fr {float:right;}



.w20p {width:20%}
.w25p {width:25%}
.w33p {width:33.3333%}
.w30p {width:30%}
.w35p {width:35%}
.w40p {width:40%}
.w45p {width:45%}
.w49p {width:49%}
.w50p {width:50%}
.w55p {width:55%}
.w60p {width:60%}
.w65p {width:65%}
.w70p {width:70%}

.w50p_m {width:50%}




.sit_icon {text-align: left;background:transparent !important;}
.shop_icon {margin: 1px;display: inline-block;color: #fff;float:right;font-size:11px !important; padding: 1px 5px 1px 5px !important; border-radius:3px !important; line-height: 15px !important;font-weight:400 !important;}
.shop_icon_1 {background:#AA20FF !important;}
.shop_icon_2 {background:#FFC700 !important;}
.shop_icon_3 {background:#00A3FF !important;}
.shop_icon_4 {background:#8ED100 !important;}
.shop_icon_5 {background:#FF5A5A !important;}
.shop_icon_6 {background:#25282B !important;}

.shop_icon_7 {background-color : rgb(255,255,255,0.7) !important;color:#000 !important;}


.sit_icon_li {position: absolute; bottom:10px; left:10px;}

.shop_icon_soldout {position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#000;background:rgba(0,0,0,0.5);text-align:center;line-height:215px;color:#fff;font-size:18px;font-weight:bold;letter-spacing:1px}
.shop_icon_soldout.h160{line-height:160px}
.shop_icon_coupon {background:#d45959}








.l_btn {
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	z-index: 90;
	margin:0px auto;
	display:table;
	border-radius:25px;
	width:50px;height:50px;

}
.2_btn {
	background-position: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 90;
	margin:0px auto;
	display:table;
	border-radius:25px;
	width:50px;height:50px;

}
.l_kakao1_btn {
	background-color:#f6f6f6;
	background-image:url("/theme/sejong2024/img/bd.png");
	background-size: 90%;
	position:fixed;bottom:240px;right:20px;
}
.l_naver1_btn {
	background-color:#f6f6f6;
	background-image:url("/theme/sejong2024/img/naverblog.png");
	background-size: 90%;
	position:fixed;bottom:130px;right:20px;
}

.l_instagram1_btn {
	background-color:#f6f6f6;
	background-image:url("/theme/sejong2024/img/instagram.png");
	position:fixed;bottom:185px;right:20px;
}

.l_youtube1_btn {
	background-color:#000;
	background-image:url("/theme/sejong2024/img/Consult.png");
	position:fixed;bottom:75px;right:20px;
}


/*
.l_instagram1_btn, .l_youtube1_btn {filter: grayscale(1);transition: 0.3s;}
.l_instagram1_btn:hover, .l_youtube1_btn:hover {background-color:transparent;filter: grayscale(0);}
*/

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;color:#666;text-align:center;font-size:15px;z-index:90;border:none;background:transparent ;border-radius:25px;transition: 0.3s;}
#top_btn:hover {background:#333;color:#fff}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/*
.mo_arrow1 {display:none;}
*/
@media screen and (max-width:1790px){
  
}


@media screen and (max-width:1200px){
	.wrap9				{width:100%;margin:0px;padding:0px 30px;position:relative;background:none;}
	.wrapm				{width:100%;margin:0px;padding:0px 0px;position:relative;background:none;}
	
  	#header				{width:100%;margin:0px auto;padding:0 30px;}
	#tailer				{width:100%; margin:0px auto;padding:0px;}


}

@media screen and (max-width:1024px){

	.wrap9				{width:100%;margin:0px;padding:0px 25px;position:relative;background:none;}
	.wrapm				{width:100%;margin:0px;padding:0px 0px;position:relative;background:none;}


	.sp_nav,
	nav.menu		{display:none;}
	#header .menu_info		{display:none;}
	#header .menu_search		{display:none;}

	#header			{height:80px;background-color: rgba(255, 255, 255, 0.9);}

	#header h1				{display:block;margin:20px auto 10px auto;padding:0px;transition: 0.3s;} 
	#header h1 a			{display:inline-block;width:130px;height:auto;margin:0px;padding:0px;transition: 0.3s;} 



	#tailer				{width:100%; margin:0px auto;padding:30px 0 30px 0;}
	#tailer .m1			{margin-top:0px;}
	#tailer .subs {text-align:center;}
	#tailer address		{text-align:center;}
	

	.m_margin2 {margin-left:20px;}




	.bg_header	{-moz-box-shadow: 0px 1px 50px rgba(0,0,0,0.09);-webkit-box-shadow: 0px 1px 50px rgba(0,0,0,0.09);box-shadow: 0px 1px 50px rgba(0,0,0,0.09);}
	.bg_logo1	{padding:15px 0;}
	.bg_menu1	{border-top:1px solid #ededed;border-bottom:1px solid #dcdcdc; }
	
	.container			{margin:0px;width:100%;min-height:auto;}




	.menu_all			{display:block;position:fixed;left:10px;top:20px;margin:0px;padding:0px;z-index:9999;}
	.menu_all 			{padding:0px;margin:0px;}
	.menu_all 	a		{
		display:block;padding:10px 15px 15px 15px;
		font-size:15px;line-height:1.0;color:#666;font-weight:bold;letter-spacing:-0.0725em;text-align:left;text-decoration:none;transition: 0.3s;
	}
	.menu_all 	a i	{font-size:20px;}
	.menu_all 	a span	{display:none;}


	.overlay .h1t			{display:block;;width:210px;height:auto;margin:0px auto;padding:24px 20px 0px 20px;} 
	.overlay .h1t a			{display:block;margin:0px;padding:0px;} 
	.overlay .h1t a img		{width:100%;height:auto;}


	#accordian {
		width: 100%;
		margin: 0px auto;
		color: white;
	}
	.overlay-content {
		font-weight:700;
		letter-spacing:-0.05em;
		position: relative;
		top: 10%;
		width: 100%;
		text-align: left;
		margin-top: 0px;
		text-transform: uppercase;
	}
	.overlay .closebtn {
		position: absolute;
		top: 12px;
		left: 13px;
		font-size: 40px;
		margin-left:0px;
	}

	.fl {float:none;}
	.fr {float:none;}




	.w20p {width:100%}
	.w25p {width:100%}

	.w33p {width:33.3333%}
	.w30p {width:100%}
	.w35p {width:100%}
	.w40p {width:100%}
	.w45p {width:100%}
	.w49p {width:100%}
	.w50p {width:100%}
	.w55p {width:100%}
	.w60p {width:100%}
	.w65p {width:100%}
	.w70p {width:100%}


}
@media screen and (max-width:960px){


	#section1	{height:80px;}
	#header		{height:80px;}
	
	.headfixed	{min-height:80px !important;}
	.headfixed h1 a				{width:130px;} 
	
	
	#tailer h1				{float:none;display:block;width:120px;height:auto;margin:10px auto 0 auto;padding:0px; } 
	#tailer h1 a			{display:block;margin:0px;padding:0px;} 
	#tailer h1 a img		{width:100%;height:auto;}
	#tailer h1 a span		{display:none;}
	#tailer .m1				{padding:0px 0 0px 0;text-align:center;}
	#tailer .info			{text-align:center;}


	.container			{margin:0px;width:100%;min-height:auto;}




	.menu_all			{display:block;position:fixed;left:10px;top:20px;margin:0px;padding:0px;z-index:9999;}
	.menu_all 			{padding:0px;margin:0px;}
	.menu_all 	a		{
		display:block;padding:10px 15px 15px 15px;
		font-size:15px;line-height:1.0;color:#666;font-weight:bold;letter-spacing:-0.0725em;text-align:left;text-decoration:none;transition: 0.3s;
	}
	.menu_all 	a i	{font-size:20px;}
	.menu_all 	a span	{display:none;}

		

	.overlay .h1t			{display:block;;width:210px;height:auto;margin:0px auto;padding:24px 20px 0px 20px;} 
	.overlay .h1t a			{display:block;margin:0px;padding:0px;} 
	.overlay .h1t a img		{width:100%;height:auto;}

	#accordian {
		width: 100%;
		margin: 0px auto;
		color: white;
	}
	.overlay-content {
		font-weight:700;
		letter-spacing:-0.05em;
		position: relative;
		top: 10%;
		width: 100%;
		text-align: left;
		margin-top: 0px;
		text-transform: uppercase;
	}
	.overlay .closebtn {
		position: absolute;
		top: 12px;
		left: 13px;
		font-size: 40px;
		margin-left:0px;
	}


	.bg_t1					{border-top:1px solid #eee;background-color:#fff;padding:30px 25px 60px 25px;}



	/* 팝업레이어 */
	#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
	#hd_pop h2 {position:relative;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
	.hd_pops {position:relative !important;border:1px solid #e9e9e9;background:#fff;width:100% !important;top:0px !important;left:0px !important;}
	.hd_pops img {width:100%;height:auto;}
	.hd_pops_con {width:100% !important;height:auto !important;}
	.hd_pops_con a {width:100% !important;height:auto !important;}




}
@media screen and (max-width:768px){





}
@media screen and (max-width:640px){


}
@media screen and (max-width:480px){


.w20p {width:100%}
.w25p {width:100%}

}



/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(가로)
##Screen = 768px에서 1024px 사이
*/
