@charset "utf-8";

@import url("common.css");
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: 'SpoqaHanSansNeo-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}*/

body, td, a, ol, ul, p, div, li{font-size:16px; font-family:'Pretendard-Regular','NanumGothic','NotoLight','Malgun Gothic','돋움',dotum,sans-serif; line-height:28px;word-break: keep-all; word-wrap: break-word;}
body, div, table, ul, li, dl, dt, dd, ol, p, span, address, h1, h2, h3, h4, h5, h6, img, a{padding:0; margin:0; font-family:'Pretendard-Regular', 'NanumGothic','NotoLight','Malgun Gothic','돋움',dotum,sans-serif;}
strong{font-family:'Pretendard-Regular','NanumGothic','NotoRegular','Malgun Gothic','돋움',dotum,sans-serif;font-weight: 600; }

ul{list-style:none;}

.tba{text-align:center; font-size:200px; line-height:50px; padding:50px 0; color:#ddd;}
.tba span{display:block; font-size:3rem; margin-top:20px;}

@media screen and (min-width: 1024px) {
.pc_Only {}
.mb_Only {display: none !important;}
}
/*  Mobile : ~ width:975px  */
@media screen and (max-width: 1024px) {
.mb_Only {}
.pc_Only {display: none !important;}
.under img{width:100%;}
}


/* ------------------------------------ header ------------------------------------- */
.main_bg {
	background: url('/img/main_bg.jpg') ;
	background-repeat: no-repeat;
    	background-position: center -60px;
    	backgorund-size: 100% 100%;
}
.wrap {
	width: 100%;
	position: relative;
}

.header {width:100%;background: #fcf7fd;transition: all 0.5s;z-index:9999;}
.nav {			
	width: calc(100% - 40px);margin: auto;
	margin: 0 auto;
	clear:both;
	background: #fcf7fd;	
	border-bottom:1px solid #fcf7fd;
}
.nav-item {
	width:1100px;
	margin:0 auto;
	padding:0;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between; */
	align-items: center;
}
.nav-item h1{width:25%;}
.nav-menu {
	width: 75%;
	display: flex;
	justify-content: space-around;
}
.nav-menu>li {
	display: flex;
	justify-content: center;
	padding: 30px 25px;
	box-sizing: border-box;
}
.nav-menu>li a{font-size: 25px;}

.nav-menu>li a:hover{
	color: #7c2187;
}

.nav-menu:hover .nav-menu-sub {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.nav-menu-sub {
	position: absolute;
	top: 80px;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	visibility: hidden;
	padding:30px;
	box-sizing: border-box;z-index: 9999;
	height:200px;
}
.nav-menu-sub>li {
	float: none;
	text-align: center;
	margin-top: 10px;
	list-style:none;
}
.nav-menu-sub>li a{font-size:16px; padding:0 40px;}
.nav-menu:hover ~.nav_bg_wrap{position: absolute;z-index: 99;top:91px;right: 0; left: 0;width: 100%;background:#fff; opacity:.98;height: 180px;box-shadow: 10px 2px 27px rgba(0,0,0,0.02);transition: all 0.5s;}

.menu_btn{position:absolute;right:20px;top:20px;display:none;}
.menu_btn div { width: 25px;height: 4px;background-color:#000;margin: 4px 0px;position: relative;transition:all .3s ease;}
.menu_btn.lijo div{position:absolute;transition:all .3s ease;}
.menu_btn.lijo div:nth-child(1){transform: rotate(45deg);top: 7px;right: 0px;}
.menu_btn.lijo div:nth-child(2){width:0px;top: 7px;right: 0px; opacity: 0;}
.menu_btn.lijo div:nth-child(3){transform: rotate(-45deg);top: 7px; right: 0px;}

.main_visual {
	width: 1100px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 65px;
	z-index:1;
	/*height:430px;*/
}

@media(max-width:1024px){
	
.main_bg {background:none;}
.wrap {width: 100%;position: relative;}

.header{position: relative;position: fixed;width: 100%;top: 0;left: 0; transition:none; height:90px;}
.menu_btn{display:block;top:50%;transform: translateY(-50%)}
.menu_btn.lijo{top: 40%}
.nav{border-bottom:none; width:100%;}
.nav-item h1{position:absolute; top:10px; width:96%; text-align:center;}
.nav-menu{position: absolute;top: 90px;transform: translateX(100%);left: 0;transition:.8s ease;width:100%; height: calc(100vh - 65px);background: #fff;overflow-y: auto; flex-direction:column; justify-content: flex-start;}
.nav-menu>li {border-bottom:1px solid #ccc; flex-direction:column; justify-content: flex-start; text-align:left; padding:0;}
.nav ul.nav-menu > li > a{padding: 10px 20px; font-size:18px; font-weight:bold;}
.nav ul.nav-menu.surya {transform: translateX(0%); }
.nav ul.nav-menu li ul.nav-menu-sub{opacity: 1;visibility: visible;display:none;position:relative;padding:0px;width:100%;transition:0s;transform: translateY(0px); top:0; height:auto; background:#333;}

.nav ul.nav-menu li ul.nav-menu-sub li:last-child { border-bottom: 0 none;}
.nav ul.nav-menu li ul.nav-menu-sub li { border: 0 none; list-style: none; width: 100%; border-bottom: 1px solid #ddd; box-sizing:border-box; text-align:left; padding:10px 0 8px 0; margin-top:0;}
.nav ul.nav-menu li ul.nav-menu-sub li a { text-align: left; font-size:14PX; color:#fff; display:block; /*margin-left: -10px;*/}
.nav ul.nav-menu li ul.nav-menu-sub:after{display:none;}
.nav_bg_wrap{display: none !important;}

	

.main_visual {
	width: 100%;
	margin: 90px auto 0 auto;
	z-index:1;
}
.main_visual img{width:100%}
}
/* ------------------------------------ header ------------------------------------- */



/* ------------------------------------ 메인 컨텐츠 ------------------------------------- */

.main_container {
	width: 100%;
	margin-bottom: 70px;z-index:1;
}
.main_information {
	background-color: #964d9f;
	width: 1100px;
	margin: 20px auto;
	height: 285px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	list-style: none;
	padding-top: 30px;
	box-sizing: border-box;
}
.main_information li {
	width: 365px;
	text-align: center;
}
.main_information li img {
	margin-bottom: 25px;
}
.main_information li a {
	font-size: 30px;
	color: #fff;
}
.main_information .bt_info {
	display: block;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	width: 100px;
	margin: 15px auto;
	border-radius: 5px;
}
.main_content {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 35px auto;
}
/* 로그인 */
.main_login_box {
	width: 250px;
}
.main_login_box .login_input {
	width: 250px;
	margin: 0 auto;
	height: 40px;
	padding: 15px;
	margin-top: 5px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.main_login_box .bt_login {
	width: 250px;
	height: 65px;
	margin: 10px auto 5px auto;
	border: none;
	padding: 10px 0;
	text-align: center;
	background-color: #333333;
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.main_login_box .login_text {
	text-align:center;
	font-size: 15px;
	font-weight:100;
	color: #666;
	background:#eee;
}
.main_login_box .login_text a {
	color: #7b2086;
	font-size: 14px;
	margin-left: 12px;
}
.main_login_box .pw {
	width: 225px;
	margin: 24px auto;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
}
.main_login_box .pw a {
	color: #666;
}
.main_login_box .id {
	width: 225px;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 13px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
}
.main_login_box .id a {
	color: #666;
}
.main_login_box .id_check {
	text-align: center;
	height: 33px;
}
.main_login_box fieldset {
	padding: 0;
	margin: 0;
}
/* 로그인 후 */

.user_box {
	 
	text-align: center;
	margin: 20px 0;
}
.user_icon {
	color: #999;
}
.user_txt {
	text-align: center;
	margin: 25px 0;
	font-size: 20px;
}
.user_txt strong {
	color: #1c327a;
}



.main_quick_box {
	width: 830px;
}
.main_quick_box h3 {
	font-size: 22px;
	border-bottom: 2px solid #ae7db7;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight:200;color: #777;
}
.main_quick_box h3 strong {
	color: #000;
}
.quick_list {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.quick_list li {
	width: 200px;
	height: 140px;
	background-color: #f0f1fa;
	border-radius: 10px;
	text-align: center;
}
.quick_list li img {
	margin: 20px 0;
}
.quick_list li a {
	font-size: 20px;
	font-weight: 600;
	display:block;
} 
@media(max-width:1024px){
.main_container {
	width: 100%;
	margin-bottom: 20px;z-index:1;
}
.main_information {
	background-color: #964d9f;
	width: 100%;
	margin: 10px auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	list-style: none;
	box-sizing: border-box;
	padding:10px 0;
}
.main_information li {
	width: 33%;
	text-align: center;
}
.main_information li img {
	margin-bottom:0;
	width:80%;
}
.main_information li a {
	font-size: .9rem;
	color: #fff;
}
.main_information .bt_info {
	display: block;
	font-size: .8rem;
	color: #000;
	background-color: #fff;
	width: 80%;
	margin: .5rem auto;
	border-radius: 5px;
}
.main_content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
/* 로그인 */
.main_login_box {
	width: 250px;
}
.main_login_box .login_input {
	width: 250px;
	margin: 0 auto;
	height: 40px;
	padding: 15px;
	margin-top: 5px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.main_login_box .bt_login {
	width: 250px;
	height: 65px;
	margin: 10px auto 5px auto;
	border: none;
	padding: 10px 0;
	text-align: center;
	background-color: #1c205a;
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.main_login_box .login_text {
	text-align:center;
	margin:0 5px;
	font-size: 13px;
}
.main_login_box .login_text a {
	color: #2258c2;
	font-size: 13px !important;
	font-weight:700;
	margin:0 3px;
}
.main_login_box .pw {
	width: 225px;
	margin: 24px auto;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
}
.main_login_box .pw a {
	color: #666;
}
.main_login_box .id {
	width: 225px;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
}
.main_login_box .id a {
	color: #666;
}
.main_login_box .id_check {
	text-align: center;
	height: 33px;
}
.main_login_box fieldset {
	padding: 0;
	margin: 0;
}
/* 로그인 후 */

.user_box {
	text-align: center;
	margin: 20px 0;
}
.user_icon {
	color: #999;
}
.user_txt {
	text-align: center;
	margin: 15px 0 10px 0;
	font-size: 20px;
}
.user_txt strong {
	color: #1c327a;
}


.main_quick_box {
	width: 98%; margin:20px auto 0 auto;
}
.main_quick_box h3 {
	font-size: 1.3rem; color:#777;
	border-bottom: 2px solid #ae7db7;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.main_quick_box h3 strong {
	color: #000; 
}
.quick_list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap:wrap;
	gap:.5rem 0;
}
.quick_list li {
	width: 49%;
	height: auto;
	background-color: #f0f1fa;
	border-radius: 10px;
	text-align: center;
	padding:.8rem 0;
}
.quick_list li img {
	margin: .5rem 0;
}
.quick_list li a {
	font-size: 1rem;
	font-weight: 600;
	display:block;
} 
}
/* ------------------------------------ 메인 컨텐츠 끝 ------------------------------------- */


/* ---------------------------------------- footer ----------------------------------------- */
.footer {text-align: left;background-color: #333748;width: 100%; height:auto;margin: 0 auto;color: #eee;opacity: 1;clear:both;padding:20px 0;}
.footer .foot_cont{ width:1100px;margin:0 auto; display:flex; justify-content:space-around;}
.footer .add_01{font-size: 14px }
.footer .add_02 {font-size: 14px; line-height:22px;}
.footer .area_btn{ background:#22e48f; border-radius:5px; padding:3px 10px;color:#222; font-size:14px}


@media screen and (max-width: 768px) {
.footer {text-align:left;background-color: #333748;width: 100%; height:auto;margin: 0 auto;color: #eee;opacity: 1;clear:both;padding:10px; box-sizing:border-box;}
.footer .foot_cont{ width:98%;margin:0 auto; flex-direction:column;}
.footer .add_01{font-size: 14px; margin-bottom:20px; line-height:20px;}
.footer .add_02 a{font-size: 14px; line-height:10px !important; color:#fff;}
	
}

/*
@media(max-width:1024px){
.footer{width:100%;  background:#939393; margin-top:0px; height:auto; padding:5px 0; box-sizing:border-box;}
.footet_cont{width:96%; margin:0 auto; display:flex;  justify-content:space-between; align-items:center;flex-direction: column; gap:.7rem 0;}
.footet_cont a{font-size:.8rem;color:#ddd !important; line-height:1rem;}
.footet_cont p{}
.footet_cont div{color:#fff; font-size:14px; text-align:left; margin-left:10px;}
.footet_cont div address{font-size:.8rem; font-style:normal; line-height:1rem; color:#ddd; text-align:center;}
} */

/* ---------------------------------------- footer 끝 ----------------------------------------- */


/* ---------------------------------------- 탑버튼 ----------------------------------------- */
#back-to-top { position: fixed; display:none; right: 2rem; bottom: 2rem; z-index: 999; padding: 0.9rem 0 0; width:4rem; height:3.1rem; border-radius: 4rem; transition:all .5s ease-in-out; font-size:1.2rem; line-height:1.5; text-align:center; vertical-align:middle; cursor:pointer; user-select:none; border: 1px solid #243788; background:#fff; color:#248dc9; opacity:0.7;}
#back-to-top:hover { opacity:1;}
#back-to-top:focus { outline: 0; box-shadow:0 0 0 .25rem rgba(36,141,201,0.25)}

/* ---------------------------------------- 탑버튼 끝 ----------------------------------------- */


/* ----------------------------------------- 서브 ------------------------------------------ */
.container{clear:both; width:1100px; margin: 30px auto; position:relative;}
.left{width:225px; float:left;}
.left p{width:225px; height:120px; background-color:#7c2187; color:#fff; line-height:120px; text-align:center; font-size:30px; font-weight:600; /*text-shadow: 1px 1px 2px #484848;*/}
.left ul{height:auto;}
.left ul li{list-style:none;}
.left ul li a{display:block;  padding:0 20px; height:75px;background-color:#fff; border-bottom:1px solid #ddd; font-weight:bold; font-size:18px; line-height:75px;}
.left ul li a.line2{display:block;  padding:20px 20px 10px 20px; font-size:15px; height:60px; background-color:#fff; border-bottom:1px solid #ddd;}
.left ul li a:hover{color:#414141; }
.left ul li.over a{ background-color:#fff; color:#7c2187; font-weight:bold;}
/*.left ul li.over a:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: bold;
    float:left;
	margin-right:10px;
}*/
.left ul li.over:hover{color:#000}

.contents_wrap{padding:0 20px 50px 20px; background-color:#fff; margin-bottom:10px; box-sizing:border-box; width:875px; float:right;}
.title{font-size:36px; text-align:center; padding:20px 0; font-weight: bold;}
.navi{text-align:center; font-size:14px; color:#888; border-bottom:1px solid #cccccc; padding-bottom:20px;}
.navi a{color:#7b2086;}
.contents{padding:20px 0px;  min-height:480px; }

@media(max-width:1024px){

.container{width:100%;}
.contents{padding:20px 0;width:98%; margin:0 auto;}
.contents img{width:100%;}
.contents_wrap{padding:0; background-color:#fff; margin-bottom:10px; box-sizing:border-box; width:100%; float:none;}
.title{font-size:1.2rem; color:#333; padding:10px; font-weight:bold; text-align:center; margin-top:90px;}
.navi{font-size:.9rem;color:#888; font-family:'NotoLight'; display:block; width:100%; text-align:center; padding-bottom:10px;}
.navi a{color:#7b2086;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*.join_wrap table{width:100%; margin-bottom:10px;}
.join_wrap table td:nth-child(1){width:20%;}
.join_wrap table td:nth-child(2){width:80%;}*/
.join_img img{width:20px}
}

/* ----------------------------------------- 서브 끝 ---------------------------------------- */