@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); 
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
body, td, a, li, input{font-size:14px; font-family:'NanumGothic','Malgun Gothic','돋움',dotum,sans-serif; line-height:18px;}
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;}
li, input, select, a, img{vertical-align:top;}
.none{background:none !important; padding:0 !important; margin:0 !important; border:0 !important;}
.red{color:red;}
.pdl25{padding-left:25px;}
.wrap{width:100%; margin:0 auto;}
.header{overflow:hidden;width:900px; margin:0 auto; }
.gnb{float:right;}
.gnb li{float:left; list-style-type:none; margin:6px 0 6px 20px;}
.gnb li a{font-size:12px; color:#fff;}
.main_img {height:218px;}
h1{float:left;}
.lnb{clear:both; position:relative; overflow:hidden; display:flex; justify-content: space-around;}
.lnb li{ list-style-type:none; width:100%; height:96px; position:relative;}
.lnb li a { color:#fff; display:block; text-align:center; font-size:22px; line-height:56px; font-weight:bold;}
.lnb li:hover a { font-size:26px;}
.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;
   left:50%; transform:translateX(-50%);
}
.lnb .sub li{list-style-type:none; text-align:left; float:left; width:auto; height:40px;}
.lnb .sub li:not(:last-child) { margin-right:20px;}
.lnb .sub li a{font-size:14px; color:#000;display:block; line-height:40px; font-weight:100;}
.lnb .sub li a:hover{ font-weight:bold;}
#sub3 { width:260px;}
#sub4 { width:330px;}
#sub5 { width:160px;}

.main_container{position:relative; clear:both; padding-top:45px;}
.container{position:relative; clear:both; width:900px; margin:0 auto; border-left:1px solid #ddd;border-right:1px solid #ddd;}
.contents{padding:30px 20px;}
.title{font-size:28px; margin-bottom:0; text-align:center;font-weight:bold;font-family: 'Nanum Square';border-bottom:1px solid #ccc; height:80px; line-height:80px; background:#000; color:#fff;}
.quick{overflow:hidden; width:820px; margin:0 auto;}
.quick li{float:left; list-style-type:none;}
.write_btn{ margin:20px auto; width:260px;}
.write_btn a {color:#fff; background-color:#c02329; display:block; text-align:center; padding:15px; font-size:18px; border-radius:6px; font-weight:bold;font-family: 'Nanum Square'; line-height:22px;}
.write_btn a span {color:#fffb00;}
.write_btn1{padding:20px 0;}
.write_btn1 p{color:#fff; background-color:#db4937/*90233f*/; width:210px; margin:0 auto; text-align:center; padding:15px; font-size:18px; border-radius:6px; font-weight:bold;font-family: 'Nanum Square';}
.write_btn4{padding:20px 0;}
.write_btn4 p{color:#fff; background-color:#90233f; width:210px; margin:0 auto; text-align:center; padding:15px; font-size:18px; border-radius:6px; font-weight:bold;font-family: 'Nanum Square';}
.footer{clear:both; width:100%; text-align:center; background-color:#363636; color:#fff; padding:30px 0; font-size:12px;}
.footer a{color:#fff; font-size:12px;}
.impo{width:508px; height:330px; float:left;}
.impo ul{margin:145px 0 0 50px;}
.impo ul li{ line-height:40px; font-size:14px; list-style:none; padding-left:20px; color:#fff;}
.impo ul li span{color:#ffff00;}
.quick{float:right; width:337px; margin-bottom:50px;}
.q_tit{ clear:both; margin-left:30px; }
/* 안내페이지 공통 */
.guide_01{ font-size:16px; font-weight:bold; padding-left:18px; padding-bottom:10px; color:#000; position:relative;}
.guide_01:not(:first-child) { margin-top:20px;}
.guide_01:before {position:absolute; top:4px; left:0; content:''; width:10px; height:10px; border-radius:10px; background:#c02329;}
.guide_02{background:url('/register/2025_01/images/icon_02.jpg') no-repeat 10px 5px; font-size:14px; padding-left:24px; margin-bottom:7px; font-weight:bold; margin-top:10px;}
.guide_03{padding-left:20px; margin-top:5px;}
.guide_03 li{list-style-type:none; background:url('/register/2025_01/images/icon_03.jpg') no-repeat 0px 3px; padding-left:15px; margin-bottom:5px; line-height:1.5;}
.guide_04 li{list-style-type:none; background:url('/register/2025_01/images/icon_04.jpg') no-repeat 0px 3px; padding-left:10px;}
/* 프로그램 테이블 */
.program{border-collapse:collapse; width:100%; border-top:2px solid #000; border-bottom: 2px solid #000;}
.program td, .program th{border-bottom:1px solid #ddd; padding:5px 10px; text-align:left; line-height:22px;}
.program thead th{background-color:#000; color:#fff;}
.program thead td{border-bottom: 1px solid #000;}
.program tbody th{color:#0071c2; }
.program .break {background:#efefef;}
.program td:nth-child(1), .program th:nth-child(1) { text-align:center;}
.program td:last-child, .program th:last-child { text-align:left;}
.program td.al_left {text-align:left;}
.program td.al_right {text-align:right;}
.program em { display:inline-block; float:right; margin-left:10px; font-style:normal; text-align:right;}

/* 프로그램 탭 추가 */
ul.pro_tab {padding:0; margin:0 0 30px 0; width:100%; display:flex; justify-content: space-between; gap:10px;}
ul.pro_tab li { width:100%; list-style:none; padding:0; margin:0; height:50px;}
ul.pro_tab li a{color:#fff; font-size:16px; font-weight:bold; line-height:50px; display:block; text-align:center; border-radius:10px; background:#6a0e11;}
ul.pro_tab li.tab_over a { background:#c02329;}
ul.pro_tab li:hover a { background:#c02329;}

/*장소*/
.ven_tb{ width:100%;}
.ven_tb th{padding:10px 0;  border:1px solid #CCC;}
/* 사전등록비 테이블 */
.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/2025_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/2025_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/2025_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 #1d8ac3; border-bottom:2px solid #1d8ac3; }
.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:#1d8ac3; 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/2025_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{ float:left;}
.id{border:1px solid #dcdcdc; background:#fff url('/register/2025_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/2025_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/2025_01/images/login_bg.jpg') no-repeat 30px 30px;}
.login_box fieldset{border:none;}
.input_idpw{float:left; margin-right:20px; margin-left:40px; line-height:12px;}
.input_id{margin-bottom:2px;}

.location { position:relative; width:680px; margin:30px auto 50px; }

.location .text01 { position:relative; width:100%; height:70px; font-size:14px; color:#000; font-Family:'Dotum', '돋움','Verdana'; line-height:20px; font-weight:bold; }
.location .text02 { position:relative; width:100%; margin-bottom:20px; }
.location .text02 ul { margin:0px; padding:0px; }
.location .text02 li { position:relative; list-style:none; height:20px; line-height:20px; font-size:14px; color:#000; font-Family:'Dotum', '돋움','Verdana'; line-height:20px;  }
.location .table01 { position:relative; width:100%; margin-bottom:20px; }
.location .table01 th { font-size:14px; background-color:#eaeaea; border-top:2px solid #807fa7; border-bottom:1px solid #dbdbdb; line-height:20px; text-align:center; padding:10px 0px; }
.location .table01 td { font-size:14px; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; text-align:center; padding:10px 0px; }
.location .table01 .last { border-right:none; }
.location .table02 { position:relative; width:100%; border-top:2px solid #807fa7; margin-bottom:20px; }
.location .table02 th { font-size:14px; background-color:#eaeaea; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; line-height:35px; text-align:center; }
.location .table02 td { font-size:14px; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; text-align:center; padding:10px 0px; color:#000; line-height:18px; }
.location .table02 .text_left { font-size:14px; text-align:left; padding:0px 20px; line-height:18px; color:#000; font-Family:'Dotum', '돋움','Verdana'; }
.location .table02 .last { border-right:none; }
.location .text03 { font-size:14px; position:relative; line-height:20px; color:#000; font-Family:'Dotum', '돋움','Verdana'; }

/*인트로*/
.intro{overflow:hidden;margin:30px 0;}
.sche{float:left;}
.sche p{font-family: 'Nanum Square'; font-size:30px; font-weight:bold; padding-top:3px; color:#2ac4f4;}
.sche ul{margin:30px 0 0 0px;}
.sche ul li{margin-bottom:20px; padding-bottom:19px; color:#c02329; font-size:18px; border-bottom:1px dotted #a6a6a6; font-family:'Nanum Square'}
.sche ul li strong{color:#000; margin-right:20px;font-family: 'Nanum Square';}
.quick_menu{float:right; width:430px;}
.quick_menu ul {display:flex; justify-content: space-between; gap:10px;    flex-wrap: wrap;}
.quick_menu ul li {list-style:none; width:210px;}
.quick_menu ul li a { display:block; text-align:center; padding:20px; border:5px solid #c02329; background:#efefef; color:#c02329; font-size:16px; font-weight:bold;}
.quick_menu ul li a i { display:block; margin-bottom:10px; color:#c02329; font-size:50px;}
.quick_menu ul li:hover a {background:#c02329; color:#fffb00;}
.quick_menu ul li:hover a i {color:#000;}

.table_text {text-indent:-15px; padding-left:15px; margin-left:20px; margin-top:5px;}
.pro_tit {font-size:20px; font-weight:bold; text-align:center; margin-bottom:20px;}

/* 탭 */
.page_tab { width: 100%;}
.page_tab_item { width: 32.5%; margin-right:0.8%; height: 70px; padding: 10px 0 0; background-color: #6a0e11; line-height: 1.2; font-size: 14px; text-align: center; color: #fff; border-radius:10px; display: block; float: left; font-weight: bold; transition: all 0.2s ease; border: none; overflow:hidden;}
.page_tab_item2 { width: 49%; height: 50px;}
.page_tab_item:hover { background-color: #c02329; cursor: pointer;}
.page_tab_item strong { display:block; font-size:16px; margin-bottom:5px;}
.page_tab_item:last-child { margin-right:0;}
input[name="page_tab_item"] { display: none;}
.page_tab_content { display: none; padding: 2rem 0 0; clear: both; overflow: hidden;}
#page_tab_01:checked ~ #page_tab_01_content,
#page_tab_02:checked ~ #page_tab_02_content,
#page_tab_03:checked ~ #page_tab_03_content { display: block;}
.page_tab input:checked + .page_tab_item { background-color: #c02329; color: #fff; }