@charset "utf-8";
/* font-face 사용하지 말 것 */
body, td, a, li, input{font-size:14px; font-family:'NanumGothic','Malgun Gothic','돋움',dotum,sans-serif; line-height:22px;}
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:#333333; 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;}

.wrap{width:100%; margin:0 auto; }
 


.main_img{clear:both;height:324px;}
/* HEADER */

.header{ width:100%; }
.header-top{  max-width:900px; margin:0 auto; display:flex;justify-content:space-between;align-items:center;}

h1{ display:block; max-height:80px; height: 50px;}

.header-right{ display:flex; flex-direction:column; align-items:flex-end; gap:12px;}

/* GNB */
.gnb{ display:flex; gap:24px;}
.gnb li{list-style: none;}
.gnb a{ font-size:12px; color:#666; font-weight:bold; transition:.3s;}
.gnb a:hover{ color:#386cb4;}


/* MAIN MENU */
.lnb{ max-width:900px; margin:0 auto; display:flex; justify-content: space-between;}
.lnb > li{  position:relative; list-style: none;}
.lnb > li > a{ display:flex; justify-content:center; align-items:center; height:70px; font-size:20px; font-weight:600; color:#fff; transition:.3s;}
.lnb > li:hover > a{ color:#2AB1F3;}
		
/* SUB MENU */
.sub{ position:absolute; top:70%; left:50%; min-width:240px;
 transform:translateX(-50%) translateY(10px); background:#2AB1F3; border-radius:12px; box-shadow: 0 10px 30px rgba(0,0,0,.08); opacity:0; visibility:hidden;   transition:.25s ease; overflow:hidden; z-index:100;}

.lnb > li:hover .sub{ opacity:1; visibility:visible; transform:translateX(-50%) ranslateY(0);}

.sub a{ display:block; padding:14px 20px; font-size:15px; color:#fff; transition:.2s; text-align: center; font-weight: bold;}

.sub a:hover{ background:#484848; color:#fff;}



.container{position:relative; clear:both; margin-top:10px; /*overflow:hidden; 달력 스크립트 레이어가 뒤로 숨어 버리는 현상 */}
.contents{width:900px; margin:0 auto; padding:30px 20px 30px 20px;}

.title{height:45px; line-height:45px; background:url('/register/2026_01/images/bg_title.gif') no-repeat 14px center; font-family: 'Roboto', sans-serif; font-size:35px; font-weight:500; letter-spacing:-1px; padding-left:40px; border-bottom:2px solid #083653; margin-bottom:30px;}



.info1{ width:432px; height:327px; padding-right:32px; background:url('/register/2026_01/images/img_info1.png') no-repeat;}



.info1_text{float:left; padding:92px 0 0 56px;;}



.info1_text > u  > li.first{font-size:16px; font-weight:bold; line-height:24x; list-style:none;}



/*.info1_text > u  > li.second{font-size:16px; font-weight:bold; line-height:24x; list-style:none; letter-spacing:-1px;}*/



.info1_text li{font-size:16px; font-weight:bold; line-height:42px; list-style:none; letter-spacing:-1px; color:#666;}
.info1 ul > li > red{ color:#F00; font-weight:bold;}
.info1{ width:434px; height:327px; float:left;}
.write_btn{padding:20px 0;}
.write_btn p{color:#fff; background-color:#f47b22/*1d8ac3*/; width:170px; margin:0 auto; text-align:center; padding:15px; font-size:12px; border-radius:6px; font-weight:bold;}
.btn_wrap{overflow:hidden; width:450px; margin:0 auto;}
.write_btn2{padding:20px 0; float:left;}
.write_btn2 p{color:#fff; background-color:#f47b22/*1d8ac3*/; width:170px; margin:0 auto; text-align:center; padding:15px; font-size:12px; border-radius:6px; font-weight:bold;}
.write_btn3{padding:20px 0; float:right;}
.write_btn3 p{color:#fff; background-color:#48bb82; width:170px; margin:0 auto; text-align:center; padding:15px; font-size:12px; border-radius:6px; font-weight:bold;}


/* 안내페이지 공통 */
.guide_01{background:url('/register/2026_01/images/icon_01.jpg') no-repeat 0px 6px; font-size:18px; font-weight:bold; padding-left:20px; margin-bottom:10px;color:#333;}
.guide_02{background:url('/register/2026_01/images/icon_02.jpg') no-repeat 5px 7px; font-weight:bold; padding-left:20px; margin-bottom:7px;}
.guide_03{padding-left:20px;}
.guide_03 li{list-style-type:none; background:url('/register/2026_01/images/icon_033.jpg') no-repeat 0px 10px; padding-left:15px; margin-bottom:5px;}
.guide_04{padding-left:20px;}
.guide_04 li{list-style-type:none; background:url('/register/2026_01/images/icon_033.jpg') no-repeat 0px 5px; padding-left:15px;}

.guide_05{padding-left:0px;}
.guide_05 li{list-style-type:none; background:url('/register/2026_01/images/icon_05.jpg') no-repeat 0px 5px; padding-left:15px;}


/* 사전등록비 테이블 */
.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:'돋움',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;}



/* 프로그램 테이블 */

.pro_s{line-height:24px; font-size:20px; font-weight:bold; width:900px; margin:10px 0 0 10px; color:#f47b22;}

.pro_01{border-collapse:collapse; border-top:1px solid #093;}

.pro_01 td, .pro_01 th{border:1px solid #ddd; padding:5px;font-size:12px;}

.time_01{text-align:center;}

.chair{text-align:right; font-weight:bold; background-color:#fcfde8;}

.chair_03{font-weight:bold; background-color:#fcfde8;}

.chair_01{text-align:right; padding-right:5px;}

.pro_01 thead th{background-color:#f47b22; color:#FFF;}

.pro_01 .sect_01{ font-weight:bold; text-align:center; background: #ffeb99; }

.pro_01 .sect_02{ font-weight:bold; background: #ffeb99; padding-left:10px; }

.pro_01 .sect_03{ font-weight:bold; text-align:right; }

.pro_title{ font-weight:bold; color:#f47b22; font-size:14px; padding-bottom:15px; }

.pro_title2{ font-weight:bold; color:#687620; font-size:14px; padding-bottom:15px; }



.pro_s{line-height:24px; font-size:20px; font-weight:bold; width:900px; margin:10px 0 0 10px; color:#f47b22;}

.pro_02{border-collapse:collapse; border-top:1px solid #093;}

.pro_02 td, .pro_02 th{border:1px solid #ddd; padding:5px;font-size:12px;}

.time_01{text-align:center;}

.chair{text-align:right; font-weight:bold; background-color:#fcfde8;}

.chair_03{font-weight:bold; background-color:#fcfde8;}

.chair_01{text-align:right; padding-right:5px;}

.pro_02 thead th{background-color:#687620; color:#FFF;}

.pro_02 .sect_01{ font-weight:bold; text-align:center; background: #f9ff99; }

.pro_02 .sect_02{ font-weight:bold; background: #f9ff99; padding-left:10px; }

.pro_02 .sect_03{ font-weight:bold; text-align:right; }



.progrma_num{ width:50%; text-align:center; margin-right:30px;}

.progrma_num th{ width:33%; padding:10px;}

.progrma_num th a{color:#fff;}



.progrma_leaf{ width:40%; text-align:center; margin-right:30px;}

.progrma_leaf th{ width:33%; padding:10px;}

.progrma_leaf th a{color:#fff;}

/*.pro_01 tbody th{background-color:#fcfde8;}*/


/*공통 버튼*/
.basic_btn{display:flex; justify-content:center; flex-wrap:wrap; }
.basic_btn li{ list-style:none; width:25%; border-radius:10px; text-align:center; padding: 15px; margin: 20px 10px;}
.basic_btn li a{ color:#fff; display:block; font-weight: bold;}
.basic_btn li:hover a{color:#FF0;}

.basic_btn li:nth-child(1) { background:#2965a1;} 
.basic_btn li:nth-child(2) { background:#29a19d;}
.basic_btn li:nth-child(3) { background:#8129a1;}
.basic_btn li:nth-child(4) { background:#df5a5a;}







.main_welcome{float:left; width:500px;}
.main_welcome h2{ height:; border-top:2px solid #5c5d5f; border-bottom:1px solid #9c9da1; height:22px; padding:7px 0 0 10px;}
.wrap_main_welcome{background:url('/register/2026_01/images/bg_welcome.gif') no-repeat 127px top; overflow:hidden;}
.wrap_main_welcome .pic{float:left; padding:18px 0 0 17px; width:167px;}
.wrap_main_welcome .comment{width:314px; line-height:20px; padding-top:15px; float:right;}

.main_right{float:right;}
.main_right img{vertical-align:top;}

.impo{float:left; width:380px; height:230px; background:#f4f4f4;padding:30px 30px; margin-left:0px; margin-right:0px;}
.impo ul{list-style:none; margin-top:30px;}
.impo ul li{background:url('../images/icon_list.jpg') 3px 8px no-repeat; padding-left:20px; font-size:16px; font-weight:600; margin-bottom:10px;padding-bottom:10px; border-bottom:1px dashed #ccc;}
.impo p{font-size:30px; font-weight:bold; color:#000; font-family:"Myriad Pro"; margin-top:10px;}
.quick{width:400px; float:right;}
.quick li{float:left;list-style:none; width:120px; height:250px; text-align:center; padding:25px 4px 0 3px; margin-bottom:5px; margin-left:5px; border-radius:10px;}
.quick li a{display:block; color:#fff; font-size:15px; font-weight:600; padding-top: 60px;}
.quick li:nth-child(1),.quick li:nth-child(3) {background:#505092;}
.quick li:nth-child(2),.quick li:nth-child(4) {background:#3a69b7;}
.quick li span{display:block; margin-top:10px;}
.contents_body{overflow:hidden; padding:0 20px 40px;}


.h4_title{background:url('/register/2026_01/images/icon_02.jpg') no-repeat 0px 3px; font-size:14px; font-weight:bold; padding-left:20px; margin-bottom:25px; font-weight:normal;}
.h4_title strong{color:#0a6aa6;}
.h4_title a{font-size:14px;}

.h4_title_2{margin-top:40px; background:url('/register/2026_01/images/icon_02.jpg') no-repeat 0px 3px; font-size:14px; font-weight:bold; padding-left:20px; margin-bottom:15px; color:#cd6300;}

.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 #71bcdc;border-bottom:1px solid #71bcdc; 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:#1b6b93; 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:10px;  border:1px solid #e3e3e3;} /* 내용열 설정용 */

.footer{clear:both; width:100%; text-align:center; background-color:#7b7573; height:75px; color:#fff; line-height:22px; font-size:12px; padding-top:30px;}
.footer a{color:#fff;}


/* organization */
.organ{border-collapse:collapse;}
.organ td, .organ th{border:1px solid #ddd; padding:5px;}
.organ th{background-color:#f1f1f1;}
/* how to use */
.how{border-collapse:collapse;}
.how td, .how th{border:1px solid #ddd; padding:5px;}
.how td{padding-left:15px;}
.how thead th{background-color:#f1f1f1; color:#444; border-top:2px solid #e1842e;}
.how tbody th{font-weight:normal; text-align:center;}
.how .leftalign{text-align:left;}
.how .vertical_m{vertical-align:middle;}
/*Useful Information*/
.time_difference{border-collapse:collapse;}
.time_difference td, .time_difference th{padding:7px; border:1px solid #ddd; text-align:center;}
.time_difference th{border-top:2px solid #e1842e;}
.seoul td{background-color:#cdcff3; font-weight:bold;}
.weather td{vertical-align:top;}
.weather span{background-color:#ddd; font-weight:bold;}

.accom{border-collapse:collapse;}
.accom td, .accom th{border:1px solid #ddd; padding:5px; text-align:center;}
.accom th{background-color:#002060; background-color:#f6ff00;}

.speaker{border-collapse:collapse;}
.speaker td, .speaker th{border:1px solid #ddd; padding:5px; text-align:center;}
.speaker thead th{background-color:#eaeaea;}
.speaker tbody th{background-color:#fafafa; font-weight:normal;}

.red{color:red;}
.blue{color:#3e74e3;}
.program .blue{color:#002060; text-align:right}
.green{color:green;}
.orange{color:#e36c3e;}
.pdl25{padding-left:25px;}
.pdl70{padding-left:70px;}
.cb{clear:both;}

.dis{border-collapse:collapse;}
.dis td, .dis th{border:1px solid #ddd; padding:5px; text-align:left;}
.opening{border-collapse:collapse;}
.opening td, .opening th{border:1px solid #ddd; padding:5px; text-align:center;}


.program{border-collapse:collapse;}
.program td, .program th{font-size:14px; padding:10px; border:1px solid #ddd;  font-family:Georgia, "Times New Roman", Times, serif; text-align: center;}
.program th{background-color:#32395d; color:#fff;}
.program td em{font-style:normal; text-decoration:underline}
.program td span{float:right; text-align:right; color:#56628e; font-style:italic;}
.overview{padding:20px; border:1px solid #ccc; background:#fff;}

.m_input{width:300px; padding:15px; margin-top:5px;}
.bt_log{width:332px; border:none; padding:15px 0; text-align:center; background-color:#1a8b9d; color:#fff; margin-top:15px; font-size:20px;font-family:'NanumSquare';}