@charset "utf-8";
/* font-face 사용하지 말 것 */
body, td, a, li, input{font-size:14px; font-family:'NotoLight','NanumGothic','Malgun Gothic','돋움',dotum,sans-serif; line-height:1.5;}
body, div, table, ul, li, dl, dt, dd, ol, p, span, address, h1, h2, h3, h4, h5, h6, img, a{padding:0; margin:0;}
.skip{position:absolute; left:-999px; font-size:1px; width:0; height:0; line-height:0; overflow:hidden; visibility:hidden;}
a:link, a:visited, a:active, a:hover{color:inherit; font-size:inherit; text-decoration:none;}
img, form{border:none;}
a img, p img, li img{vertical-align:top;}
.none{background:none !important; padding:0 !important; margin:0 !important; border:0 !important;}
.red { color:red;}
.blue { color:blue;}

.wrap{width:100%; margin:0 auto; }
h1{float:left;  margin-top: 10px;}

.gnb{float:right; margin:1rem 1rem 0 0;}
.gnb li{float:left; list-style-type:none;}
.gnb li a{color:#666; font-size:11px; padding:0.5rem 0.5rem 0.5rem;}
.head{width:1000px; margin:0 auto; }
.header{width:1000px; margin:0 auto; }
.main_img{height:310px;}

 
.lnb{ position:relative; z-index:9999;width:1000px; margin: 0px auto 0; display:flex; justify-content:space-between; }
.lnb>li{list-style-type:none; text-align:center; line-height:1; flex:1; position:relative;  }
.lnb li a{font-size:1rem; line-height: 1; color:#fff; letter-spacing: -1px; font-family:'NotoRegular' ; font-weight: 600;  display:block; padding:20px 3px 20px 3px;}

.lnb li:hover a{background-color:#9f5657;}
.lnb li:hover .sub{opacity: 1;visibility: visible;}
.lnb .sub{position:absolute; top:56px;
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   visibility: hidden;
    background-color:#9f5657;
	width:100%; left: 50%; transform:translateX(-50%);
}
.lnb .sub li{list-style-type:none;  border-bottom:1px solid #fff; text-align:center;  }
.lnb .sub li:last-child{border-bottom:none;}
.lnb .sub li a{font-size:0.9rem; color:#fff; font-weight:bold; display:block; padding:10px 0; letter-spacing:-1px;}
.lnb .sub li a:hover{color:#f7e0d1;}
		

.visual{clear:both;}
.container{position:relative; clear:both;}
.contents{width:1000px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.main_contents{width:1000px; margin:0 auto; padding:40px 0; overflow:hidden;}
.title{font-family:'NotoRegular','NanumGothic','Malgun Gothic','돋움'; font-size:24px;margin-top:3px; padding:30px 20px 30px 20px; margin-bottom:30px; border-bottom:1px solid #ddd; font-weight:bold; color:#4c4c4c;}
.contents_body{overflow:hidden; padding:0 30px 40px 30px;}

.btn_down{width:150px; padding:10px 0; background-color:#67018c; text-align:center; float:right; border-radius:50px; margin-bottom:15px;}
.btn_down a{color:#fff; font-weight:bold;}
.btn_down a strong{color:#ffe400;}

 
.btn a{color:#ffff00; background-color:#0E0E0E;  font-weight:bold; padding: 3px 10px; border-radius: 50px;}

.m_input{width:300px; padding:15px; margin-top:5px;}
.bt_log{width:332px; border:none; padding:15px 0; text-align:center; background-color:#9f5657; color:#fff; margin-top:15px; font-size:20px;  font-family: 'NotoRegular';}
.printbtn{color:#fff; background-color:#333; padding:5px 15px; font-size:12px;}

/* 버튼 ul */
.write_btn{padding:0 0; margin:3rem auto 1rem; display: flex; gap:5%; justify-content: center;}
.write_btn li { list-style: none; width:30%;}
.write_btn li a { display:block; background-color:#b5436e; color: #fff; text-align:center; padding:15px; font-size:1.1rem; border-radius:6px; font-weight:bold; text-decoration: none;}
.write_btn li a strong { color:#f6ff00;}
.write_btn li:nth-child(3n-1) a { background-color:#9f5657;}
.write_btn li:nth-child(3n) a { background-color:#b5436e;}


.entry_btn{ background:#000; border-radius: 50px; padding: 2px 10px 5px 10px; display: inline-block;}
.entry_btn a{color:#fcff00; text-align: center; font-weight: bold;}

/* 안내페이지 공통 */
.guide_01{font-weight:bold; font-size:1.2rem; margin:0 0 1rem; color:#9f5657; position:relative; padding-left:1rem;}
.guide_01:before {position:absolute; display:block; content:''; width:0.5rem; height:0.5rem; border-radius:0.5rem; background:#9f5657; top:0.4rem; left:0;}
.guide_01:after {position:absolute; display:block; content:''; width:0.5rem; height:0.5rem; border-radius:0.5rem; background:#9f5657; top:1rem; left:0; opacity:0.5;}
.guide_01:not(:first-child) {margin-top:2.5rem;}
.guide_02{font-weight:bold; font-size:1rem; line-height:1.2; padding-left:1.2rem; margin:1rem 0 0.5rem 0.9rem; position:relative;}
.guide_02:before { position:absolute; display:block; content:'▶'; color:#9f5657; font-size:0.9rem; top:0; left:0;}
.guide_02:after {display:block; content:''; clear:both;}
.guide_02:not(:first-child) {margin-top:1.5rem;}
.guide_02 del {text-decoration-color: #ff0000; text-decoration-thickness: 3px;}
.guide_03{margin: 0.5rem 0 1rem 2rem; padding:0;}
.guide_03 li{list-style-type:none; padding-left:1rem; line-height:1.2; margin-bottom:0.5rem; position:relative;}
.guide_03 li:before {position:absolute; display:block; content:'〉〉'; font-size:0.5rem; color:#000; top:0.25rem; letter-spacing: -1px; left:0;}
.guide_03 li a { font-size:inherit; line-height:inherit;}
.guide_04{margin: 0.5rem 0 0.5rem 2.8rem; padding:0;}
.guide_04 li{list-style-type:none; padding-left:1rem; line-height:1.2; margin-bottom:0.3rem; position:relative; font-size:0.9rem;}
.guide_04 li:before {position:absolute; display:block; content:'▸'; font-size:1rem; color:#9f5657; top: 0.1rem; left:0;}

/* 사전등록비 테이블 */
.entry_fee{border-collapse:collapse;}
.entry_fee td, .entry_fee th{border:1px solid #ddd; padding:5px;}
.entry_fee td{text-align:center;}
.entry_fee thead th{background-color:#eee;}
.entry_fee tbody th{background-color:#e5eeff; text-align:center;}



/* 회원 로그인 화면 */
.login_box{border:2px solid #ddd; border-radius:8px; padding:160px 40px 30px 40px; width:420px; margin:0 auto; background:url('/register/2026_01/images/login_bg.jpg') no-repeat 30px 30px;}
.login_box fieldset{border:none;}
.input_idpw{float:left; margin-right:20px; margin-left:30px;}
.input_id{margin-bottom:2px;}
.id{border:1px solid #dcdcdc; background:#fff url('/register/2026_01/images/id_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.id.on{background:none; background-color:#fff;}
.pw{border:1px solid #dcdcdc; background:#fff url('/register/2026_01/images/pw_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.pw.on{background:none; background-color:#fff;}
/* 등록 및 접수 폼 */
.write_form{border-collapse:collapse; border-top:2px solid #333; border-bottom:2px solid #333; }
.write_form thead th, .write_form tbody th, .write_form tbody td{padding:10px; border-bottom:1px solid #ddd;}
.write_form thead th{background-color:#fafafa; color:#444; margin:5px 0;}
.write_form tbody th{font-weight:normal; text-align:left;}
.write_form tbody td{line-height:24px;}
.write_form tbody .star{color:red; font-weight:bold;}
.write_form tbody td .in_radio{border:none;}
.write_form tbody td input{border:none; border:1px solid #999; vertical-align:middle; padding:2px;}
.write_form tbody select{font-size:12px; font-family:'NotoRegular','돋움',dotum,sans-serif; padding:2px 3px;}
.write_form tbody textarea{margin-top:5px;}
.write_form tbody .section{background-color:#fafafa; font-weight:bold; text-align:center;}
.write_form tbody .btn{background-color:#444; border:1px solid #cbcbcb; padding:3px 7px; border-radius:5px;}
.write_form tbody .btn a{color:#fff; font-size:11px;}
.btn2{text-align:center; margin-top:30px;}
.btn2 span{background-color:#e1842e; border:1px solid #cbcbcb; padding:5px 15px; border-radius:5px; margin:0 2px;}
.btn2 a{color:#fff; font-size:13px; font-weight:bold;}
.btn2 a:hover{color:#fffc00;}
.nonmember{color:#fff; background-color:#b6c238; width:120px; margin:0 auto; text-align:center; padding:4px; font-size:12px; border-radius:6px; font-weight:bold;}

/* admin 로그인 화면 */
.admin_login{background:#fff url('/register/2026_01/images/admin_login_bg.jpg') no-repeat center 200px; width:423px; height:471px; margin:0 auto;}
.admin_login fieldset{border:none; padding:365px 0 0 20px;}
.admin_idpw{float:left; margin-right:20px; margin-left:30px;}
.admin_id{margin-bottom:10px;}
.input_login{margin-top:6px; float:right;}
.id{border:1px solid #dcdcdc; background:#fff url('/register/2026_01/images/id_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.id.on{background:none; background-color:#fff;}
.pw{border:1px solid #dcdcdc; background:#fff url('/register/2026_01/images/pw_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.pw.on{background:none; background-color:#fff;}
.login_box{border:2px solid #ddd; border-radius:8px; padding:160px 40px 30px 40px; width:420px; margin:0 auto; background:url('/register/2026_01/images/login_bg.jpg') no-repeat 30px 30px;}
.login_box fieldset{border:none;}
.input_idpw{float:left; margin-right:20px; margin-left:30px;}
.input_idpw
input{width:130px;}
.input_id{margin-bottom:2px;}


.impo{width:530px; height:270px; border:1px solid #ddd; float:left; overflow:hidden;}
.impo_tit{width:70px; float:left; height:240px; background-color:#B5436E; background: linear-gradient(0deg, #B5436E 0%, #cf6c99 60%); font-size:1.5rem; line-height:1.5rem; letter-spacing:-1px; padding:40px 0 0px 0px; color:#fff; font-family:'NotoRegular'; text-align:center;}
.impo_txt{width:410px; float:right; padding:1.2rem 2rem 0 .5rem;}
.impo_txt li{font-size:16px; margin-bottom:14px; padding-bottom:14px; border-bottom:1px dashed #ccc; list-style:none;}
.impo_txt li:last-child{border-bottom:none;}

.quick{width:370px; float:right;}
.quick li{float:left;list-style:none; width:177px; height:131px; text-align:center; margin-bottom:5px; margin-left:5px; border:1px solid #ddd;}
.quick li a{display:block; color:#fff; font-size:1rem; font-weight:600; padding: 20px 0;}
.quick li:nth-child(1),.quick li:nth-child(4) { background:#c56287;}
.quick li:nth-child(2),.quick li:nth-child(3) { background:#9f5657;}
.quick li i {font-size: 56px; line-height:60px;}
.quick li span{display:block; margin-top:10px;}

.quick li:hover:nth-child(1) a,.quick li:hover:nth-child(4) a{ color:#c56287;}
.quick li:hover:nth-child(2) a,.quick li:hover:nth-child(3) a{ color:#9f5657;}
.quick li:hover:nth-child(1),.quick li:hover:nth-child(4), .quick li:hover:nth-child(2),.quick li:hover:nth-child(3) { background:#fff;}


.basic_table{border-collapse:collapse; width:100%;}
.basic_table td, .basic_table th{border:1px solid #ddd; padding:5px;}
.basic_table th{background-color:#f1f1f1;}

/* 기본테이블 - basic_table */
.basic_table2{width:100%; border-top:2px solid #9f5657;border-bottom:1px solid #9f5657; border-collapse:collapse;} /* 상단라인색 변경 */
.basic_table2 .al_left{text-align:left; padding-left:10px;} /* 좌측정렬의 경우 */
.basic_table2 .al_right{text-align:right; padding-right:10px;} /* 우측정렬의 경우 */
.basic_table2 thead th{background:#f7f7f7; border:1px solid #e3e3e3; color:#9f5657; padding:4px 0 5px 0; text-align:center;} /* 제목열 설정용 */
.basic_table2 tbody th{ border:1px solid #e3e3e3; color:#384461; background:#fbfbfb; text-align:center; padding:5px 0 5px;}
.basic_table2 td{padding:3px 0 3px 10px;  border:1px solid #e3e3e3;} /* 내용열 설정용 */
.footer{clear:both; width:100%; text-align:center; background-color:#666; color:#fff; padding:30px 0;}
.footer a{color:#fff;}


/* 작은버튼 */
.s_btn a{background:#E1664A; padding:35px 25px 10px 25px;border-radius:3px; font-size:13px; color:#fff !important}
.xs_btn a{background:#333; padding:3px 8px;border-radius:3px; color:#fff; font-size:11px;}
.f_btn a{background: #000; border-radius: 50px; line-height: 30px; display: inline-block; width: 150px; margin: 5px auto; font-size: 13px;}

/* 탭 스타일 */
.tabs { background-color: #ffffff; /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ width: 100%; margin: 0 auto; display:grid; grid-template-columns: repeat(3, 1fr); gap:0;}
.tabs_2 { grid-template-columns: repeat(2, 1fr); gap:1rem;}
.tabs_3 { grid-template-columns: repeat(3, 1fr); gap:1rem;}

.tab_item { width:100%; border-radius: 1.2rem; padding:1.3rem 0; background-color: #efefef; font-size: 1.1rem; line-height: 1.3rem; text-align: center; color: #000; display: block; font-weight: bold; transition: all 0.2s ease; cursor: pointer;}
.tab_item:hover { color:#fff; background-color: #4f3492; font-size:1.3rem; line-height: 1.1rem;}
input[name="tab_item"] { display: none;}
.tab_content { display: none; grid-column:1 / -1; width:100%; margin: 1rem 0 0; padding: 0; clear: both; overflow: hidden; }
.tabs input:checked + .tab_item { background-color: #3c2d61; color: #fff; font-size: 1.1rem; line-height: 1.3rem;}

.program{border-collapse:collapse;}
.program th, .program td {border-bottom:1px solid #ddd; padding: 0.5rem; font-size: 0.9rem; line-height: 1.3;}
.program thead th{background-color:#666; color:#fff;}
.program thead td { }
.program tbody th{background: linear-gradient(90deg, #B5436E 0%, #cf6c99 60%); color:#fff; text-align: left; line-height: 3;}
.program em {display: block;float: right; text-align: right; font-size:0.8rem; font-style: normal;}
.program tbody th em.line2{line-height: 1.5;}
.program tbody td em.line2{line-height: 2.5;}
.program tbody td em{color: #364fcc;}
.program em strong { display:inline-block; margin-right:0.5rem; font-size:0.9rem;}
.program .break { background:#efefef;}


.down_list {display: flex; justify-content: space-between; margin: 20px 0;}
.down_list li { list-style:none;}
.down_list li a {display: block; width: 100%; background-color: #9f5657; color: #fff; text-align: center; padding: 10px 0; border-radius: 5px; font-size: 1rem; font-weight:bold;}
.down_list li a:after { content:"⭳"; margin-left:10px;}
.down_list li a:hover {color:#ffee68;}
.list1 {justify-content:center;}
.list1 li { width:33%;}
.list3 li { width:33%;}
.list4 li { width:23%;}
.list5 li { width:19%;}


.invi_wrap{width:100%;   background:#f0f0f0; margin-top: 10px;}

.invi{width:915px;margin:0 auto;  height:380px; padding:20px 0; box-sizing:border-box;}
.invi_tit{ font-size: 30px;  font-weight: bold;  font-family: 'NotoRegular'; margin: 10px 0 20px 0; text-align: center}


/*main faculty 추가 */
.clearfix {width:100%; margin:0px auto;  }
.clearfix li{ list-style:none; float:left;}
.clearfix dl {width:227px; display:inline-block;  height:310px; vertical-align:top; text-align:center; position:relative; margin-top: 10px;}
.clearfix dl:last-child {margin-right:0px;}
.clearfix dl dt img{border:1px solid #ccc; width:160px; border-radius:50%;}
.clearfix dl dd {text-align:center; font-style:italic; line-height:18px;}
.clearfix dl dd.name {text-align:center; font-weight:bold; color:#1f4b88; font-style:normal; font-size:18px; margin:15px 0;}
.clearfix dl dd.nation{color:#98a2b0;}
.clearfix dl dd.btn {font-style:normal; border:2px solid #333; width:80px; margin:20px auto; border-radius:5px; position:absolute; bottom:0px; left:50%; margin-left:-40px;} 
.clearfix dl dd.btn a{color:#333; font-style:normal; font-weight:bold;} 