@charset "utf-8";
body, td, a, li, input{font-size:14px; font-family:'NanumGothic','Malgun Gothic','돋움',dotum,sans-serif,'Verdana';  line-height:25px;}
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{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:#000;}
.main_img {height:295px;}
h1{float:left;}

/*LNB 메뉴*/

/* MAIN MENU */


.nav{ position:relative;}
.lnb{ max-width:1200px;    margin:0 auto;    display:flex;}
.lnb > li{ flex:1; position:relative; list-style: none;}
.lnb > li > a{ display:flex; justify-content:center; align-items:center; height:70px; font-size:18px; font-weight:600;  transition:.3s; color:#fff; letter-spacing: -0.5px;}
.lnb > li:hover > a{ color:#f3be72;}

/* SUB MENU */
.sub{position:absolute;
    top:90%;
    left:50%;
    min-width:220px;

    transform:translateX(-50%) translateY(10px);

    background:#fff;
    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;
	text-align: center;
	font-weight: bold;
}

.lnb > li:hover .sub{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0);}

.sub a{
	display:block;
    padding:14px 20px;
    font-size:15px;
    color:#444;
    transition:.2s;
}

.sub a:hover{background:#f3be72; color:#fff;}

 

.container{position:relative; clear:both; width:1000px; margin:0 auto;}
.contents{padding:30px 20px;}
.title{font-size:28px; margin-bottom:0; font-weight:bold;border-bottom:1px solid #ccc; padding: 25px 0;} 
.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; 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;}
.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;}
.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;}

/* 안내페이지 공통 */
.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;}sa
.guide_02{background:url('/register/2026_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/2026_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/2026_01/images/icon_04.jpg') no-repeat 0px 3px; padding-left:10px;}



/*공통 버튼*/
.basic_btn{display:flex; justify-content:center; flex-wrap:wrap; margin-top: 20px;}
.basic_btn li{ list-style:none; width:33%; 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(4) { background:#2965a1;} 
.basic_btn li:nth-child(3) { background:#29a19d;}
.basic_btn li:nth-child(2) { background:#8129a1;}
.basic_btn li:nth-child(1) { background:#df5a5a;}

/* 프로그램 테이블 */
.program{border-collapse:collapse; }
.program td, .program th{border-bottom:1px solid #ddd; padding: 10px; }
.program th{background-color:#fc5e5e; color:#fff;}
.program td{border-bottom: 1px solid #ddd;}
.program td:nth-child(1), .program td:nth-child(3), .program td:nth-child(4){text-align: center;}

/* 프로그램 탭 추가 */
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:#e36a6a;}
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:#484848; color:#fff;}
.entry_fee thead td{background-color:#000; border:none; color:#fff; font-weight:bold;}
.entry_fee tbody th{background-color:#f6f6f6; text-align:center;}

/* 등록 및 접수 폼 */
.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/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{ float:left;}
.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;}

.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; 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; }
.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; }
.location .table02 .last { border-right:none; }
.location .text03 { font-size:14px; position:relative; line-height:20px; color:#000; }

/*인트로*/
.intro{ margin:30px 0 20px; display:flex; gap:1rem; justify-content: space-between; position:relative;}
.intro_box { width:100%; display:inline-block; border-radius:4px; background:#D95E42; color:#fff!important; padding:10px 0px; margin-bottom: 10px; font-weight:bold; font-size:1.2rem; text-align: center;}

.sche{ width:70%;}
.sche p{font-size:30px; font-weight:bold; padding-top:3px; color:#D95E42;}
.sche ul{margin:30px 0 0 20px;}
.sche ul li{margin-bottom:20px; padding-bottom:20px; color:#e94545; font-weight: bold; font-size:17px; border-bottom:1px dotted #a6a6a6; }
.sche ul li strong{color:#000; margin-right:20px;}
.quick_menu{ width:60%; margin-bottom: 20px;}
.quick_menu ul {display:flex; justify-content: space-between; gap:10px; flex-wrap: wrap;}
.quick_menu ul li {list-style:none; width:48.5%;}
.quick_menu ul li a { display:block; text-align:center; padding:17px 20px; color:#fff; font-size:16px; font-weight:bold; }
.quick_menu ul li:nth-child(1) a, .quick_menu ul li:nth-child(2) a {background:#edb743;}
.quick_menu ul li:nth-child(3) a, .quick_menu ul li:nth-child(4) a {background:#85c367;}
.quick_menu ul li:hover a, .quick_menu ul li:hover a i { color:#fff2d0;}

.quick_menu ul li a i { display:block; margin-bottom:10px; color:#fff; font-size:50px;}


 
.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;}
.quick_menu2{ width:200px;}
.quick_menu2 p {background:#c02329; color:#fff; font-weight:bold; text-align:center; padding:15px 0 14px; margin-bottom:10px; font-size:16px;}
.quick_menu2 ul {display:flex; justify-content: space-between; gap:10px; flex-wrap: wrap;}
.quick_menu2 ul li {list-style:none; width:210px;}
.quick_menu2 ul li a { display:block; text-align:center; padding:5px 10px; border:5px solid #c02329; background:#efefef; color:#c02329; font-size:14px; font-weight:bold;}
.quick_menu2 ul li a strong { font-size:16px;}
.quick_menu2 ul li:hover a {background:#c02329; color:#fffb00;}




/*인트로 - 수정했던거*/
/*
.intro{ margin:0px 0 20px; display:flex; gap:1rem; justify-content: space-between;}
.intro_box { border-radius:4px; background:#D95E42;  text-align: center; padding: 90px 10px 10px; line-height: 200%; margin-bottom: 10px; width: 22%;}
.intro_box a{ color:#fff; font-weight:bold; text-align: center; font-size: 20px; }
.intro_box a i.bi{ font-size: 50px; line-height: 140%;  }
 
.sche{ width:70%;}
.sche p{font-size:30px; font-weight:bold; padding-top:3px; color:#D95E42;}
.sche ul{margin:30px 0 0 20px;}
.sche ul li{margin-bottom:20px; padding-bottom:20px; color:#e94545; font-weight: bold; font-size:17px; border-bottom:1px dotted #a6a6a6; }
.sche ul li strong{color:#000; margin-right:20px;}
.quick_menu{ width:100%; margin-bottom: 20px;}
.quick_menu ul {display:flex; justify-content: space-between; gap:10px; flex-wrap: wrap;}
.quick_menu ul li {list-style:none; width:24%;  }
.quick_menu ul li a { display:block; text-align:center; padding:16px 20px; color:#fff; font-size:16px; font-weight:bold;}
.quick_menu ul li:nth-child(1) a, .quick_menu ul li:nth-child(3) a {background:#edb743;}
.quick_menu ul li:nth-child(2) a, .quick_menu ul li:nth-child(4) a {background:#85c367;}
.quick_menu ul li:hover a, .quick_menu ul li:hover a i { color:#fff2d0;}

.quick_menu ul li a i { display:block; margin-bottom:10px; color:#fff; font-size:50px;}


 
.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: #e36a6a; 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; }

.place_tab .page_tab_item { height: 55px;}

.m_input{width:300px; padding:15px; margin-top:5px;}
.bt_log{width:332px; border:none; padding:15px 0; text-align:center; background: #c02329; color:#fff; margin-top:15px; font-size:20px;font-family:'NanumGothic','Malgun Gothic','돋움',dotum,sans-serif; font-weight:bold; cursor: pointer;}