First Commit

This commit is contained in:
2026-05-27 11:44:02 +09:00
commit 1de0de1fc5
2352 changed files with 198354 additions and 0 deletions

View File

@ -0,0 +1,44 @@
/*basic_table.css*/
@font-face {
font-family: 'GongGothicLight';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* { font-family: 'GongGothicLight'; }
#bo_list .bo_tit .title_icon{display: none;}
#bo_list .fa{display: none;}
#bo_list_total{background: transparent;}
#bo_list .bo_tit .title_icon{display: none;}
.sv_member{text-align: center;}
.tbl_wrap table{border-top: 1px solid #666; border-right: none; border-left: none; width:100%; margin:0 auto;}
#bo_list .td_datetime{font-style: normal;}
#bo_list .td_num{display: none;}
.td_subject{padding-left: 30px!important;}
.tbl_head01 thead th{padding: 15px 0;}
#bo_list_total{margin: 20px 0; overflow: hidden;/*width: 100%; */line-height: 30px;}
#bo_list_total span{float: left; font-size: 14px; color: #aaa;}
#new1{width: 90px;height: 30px;border: 1px solid #ddd; float: right; font-size: 14px; font-weight: 500; line-height: 30px;padding-left: 10px; display: none;}
#bo_list tbody tr:hover{border-left: none;}
.btn_bo_user>li:nth-child(4){display:block;}
#bo_list .bo_tit .title{width:auto; margin:0 1%; float:left; overflow: hidden; text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.5; height: 1.5em; -webkit-line-clamp: 1;}
@media screen and (max-width:700px){
.btn_bo_user>li:nth-child(4){width:5px;}
}
@media screen and (max-width:570px){
.td_subject{padding-left: 15px!important;}
#bo_list .tbl_head01 thead .notice_wr{display: none;}
#bo_list .td_name.notice_td_name{display: none;}
}
@media screen and (max-width:480px){
#bo_list .tbl_head01 a{width: 90%;}
#bo_list_total{margin: 20px 0;}
#bo_list_total span{float: left; font-size: 12px;}
.tbl_head01 thead th{font-size: 14px;}
}
@media screen and (max-width:400px){
.td_subject{font-size: 13px;}
.sv_member{font-size: 12px;}
.td_num2{font-size: 12px;}
.td_datetime{font-size: 12px;}
}

View File

@ -0,0 +1,76 @@
/*gallery_table.css*/
#new1{display: none;}
#bo_gall{width: 1200px; margin: 0 auto;}
#bo_gall .inner{padding: 0 20px;}
#bo_list_total{padding: 0;}
#bo_gall #gall_ul{margin: 0; width: 100%;}
#bo_gall .gall_img{overflow: hidden; border: 1px solid #eee;}
#bo_gall .gall_img img{width: 100%; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;}
#bo_gall .gall_img:hover img{-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
.gall_row .gall_li{width: 32%; padding-left: 0; padding-right: 0;}
.gall_row .gall_li:nth-child(3n-1){margin: 0 2%;}
#bo_gall .gall_box{border: none;}
#bo_btn_top{margin: 0;}
.gall_row .gall_li{width: 32%; padding-left: 0; padding-right: 0;}
#bo_gall .gall_box{border: none; margin: 0 0 60px 0;}
#bo_gall .gall_li .gall_chk{z-index: 20;}
#bo_gall .gall_info{display: none;}
#bo_gall .gall_info i.fa-eye, #bo_gall .gall_info i.fa-clock-o{display: none;}
#bo_gall .gall_info .gall_date{font-style: normal; color: #000;}
#bo_gall .gall_name{display: none;}
#bo_gall .gall_content{}
#bo_sch .sch_btn{text-indent: 0; background: none;}
#bo_gall .gall_text_href{height: 70px; margin: 0;}
#bo_gall .gall_text_href .title_icon{display: none;}
#bo_gall .gall_go{margin-top: 10px;}
#bo_gall .gall_go a, #bo_gall .gall_content{font-size: 14px; font-weight: 300;}
#bo_gall .gall_content{color: #666;height: 44px;overflow: hidden;text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.2; height: 2.4em; -webkit-line-clamp: 2;}
#bo_gall .gall_text_href a{font-size: 18px; font-weight: 400; line-height: 70px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
#bo_w .bo_w_flie .file_del label {display: inline-block;}
#bo_gall .gall_text_href:hover a{text-decoration: underline;}
#bo_gall .gall_go a{color: #c71526; font-weight: 400; font-size: 13px;}
#bo_gall .gall_go:hover a{text-decoration: underline;}
#bo_gall li.empty_list{height: 500px; line-height: 500px;}
.cate_title_ex{width: 100%; height: 30px; line-height: 30px; font-size: 30px; text-align: center; font-weight: 700;}
#bo_v{width:100%; margin: 0 auto; padding: 0 0 80px;}
#bo_vc_w_info{width:100%;}
#bo_v_info{padding: 20px 0;}
#bo_v_info .if_date{font-style: normal; font-size: 13px;}
.bo_v_nb li{padding: 20px;}
.bo_vc_w textarea{padding: 10px;}
#captcha #captcha_key{margin: 0; margin-left: 0;}
#captcha.m_captcha #captcha_key{height: 40px; margin-left: 0;}
#bo_v_info .fa{display: none;}
#bo_v_info span, #bo_v_info strong, #bo_v_info strong a{font-size: 13px;}
.brd-state strong a{margin: 15px 0; font-size: 15px;}
.bo_vc_w_info .frm_input{width: 100%;}
@media screen and (max-width:1199px){
#bo_v{width:100%;}
#bo_gall{width: 100%;}
}
@media screen and (min-width:768px){
.gall_row .gall_li.gall_li1, .gall_row .gall_li.gall_li4{margin: 0 2%;}
}
@media screen and (max-width: 767px){
.gall_row .gall_li{width: 48%; margin: 0; clear: none;}
.gall_row .gall_li:nth-child(3n-1){margin: 0;}
.gall_row .gall_li:nth-child(2n-1){margin-right: 4%;}
#bo_gall .gall_go{margin-top: 40px;}
#bo_gall .gall_text_href a{font-size: 16px;}
#bo_gall .gall_content{font-size: 13px;}
#bo_gall .gall_go a{font-size: 12px;}
#bo_v_title .bo_v_tit{font-size: 18px;}
}
@media screen and (max-width:480px){
.gall_row .gall_li{width: 100%; margin: 0; clear: none;}
.gall_row .gall_li:nth-child(2n-1){margin-right: 0%;}
#bo_gall .gall_go{margin-top: 25px;}
#bo_gall .gall_text_href a{font-size: 15px;}
#bo_gall .gall_content{font-size: 12px;}
#bo_gall .gall_go a{font-size: 11px;}
.brd-state strong a{margin: 10px 0; font-size: 13px;}
#bo_v_info strong.bo_v_writer{display: block; width:100%;}
}

View File

@ -0,0 +1,19 @@
/* contact_us */
.contact_us{width: 100%;}
.contact_us input:focus{outline: 0 none;}
.contact_us input[type=text], input[type=password], textarea{outline: none;}
.contact_us button:focus{outline: 0 none;}
.contact_us input.name:focus{outline: 0 none;}
.contact_us .outline{float: left; display: block; margin-bottom: 25px;width: 48%; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 1%; overflow: hidden;}
.contact_us .outline.right{float: right; margin-left: 0;}
.contact_us .outline input{display: block; width: 100%; height: 100%;}
.contact_us .outline.message{width: 100%; height: 300px;}
.contact_us .outline.message input{padding-bottom: 240px;}
.inputbox, .focusbox {float:left; margin:0; height:auto; font-size:14px; color:#666;}
.inputbox {padding:4px 1px 3px 20px; border: 1px solid #ddd;}
.focusbox {padding:3px 0 2px 19px; border:2px solid #c71526;}
#contact_submit{width: 300px; height: 60px; background: #c71526; margin: 0 auto; display: block; color: #fff; }
@media screen and (max-width: 480px){
.mdlTxt > p{margin-top: 10px; font-size: 13px;}
}

View File

@ -0,0 +1,35 @@
/* faq style */
.bo_fx{display: block;}
.listWrap .qa_li:first-child{border-top: 1px solid #eee;}
.qa_li .question{background: none; padding: 0;}
.qa_li .answer{display: none;}
.tit input{display: none;}
.faq-accordion > li > a:before{color: #c71526;}
.faq-content p.answer:before{color: #333;}
.listWrap .qa_li .tit{padding: 45px 0;font-size: 18px;}
.listWrap .qa_li .tit .q_icon{float: left; font-weight:700; font-size: 16px; color: #c71526;}
.qa_li .question .tit h3{width: 80%; margin-left: 3%;}
.qa_li .answer{background: none; background-color: #fff; padding: 40px 0; color: #999;}
.qa_li .answer .a_icon{float: left; font-weight:700; font-size: 16px; color: #333;}
.qa_li .answer .answer_con{margin-left: 3%;}
.listWrap .qa_li:hover .tit{color: #c80e21;}
.mdlTxt > p{line-height: 20px; word-break: keep-all;}
@media screen and (max-width:1199px){
.qa_li .question .iconDiv{right: 10px;}
.modA{right: 5px; bottom: 10px; font-size: 14px;}
}
@media screen and (max-width:767px){
.qa_li .question .tit h3{margin-left: 5%; font-size: 14px;}
.listWrap .qa_li .tit .q_icon{margin-right: 0;}
.qa_li .answer .a_icon{margin-right:0;}
.qa_li .answer .answer_con{margin-left: 5%; width: 90%; font-size: 14px;}
.qa_li .question .iconDiv{width: 18px;}
.qa_li .question .iconDiv img{width: 100%;}
}
@media screen and (max-width: 480px){
.qa_li .question .tit h3{font-size: 13px; margin-left: 7%;}
.qa_li .answer .answer_con{font-size: 13px; margin-left: 7%;}
.qa_li .question .iconDiv{width: 15px;}
.modA{right: 5px; bottom: 10px; font-size: 12px;}
}

View File

@ -0,0 +1,76 @@
/*gallery_table.css*/
#new1{display: none;}
#bo_gall{width: 1200px; margin: 0 auto;}
#bo_gall .inner{padding: 0 20px;}
#bo_list_total{padding: 0;}
#bo_gall #gall_ul{margin: 0; width: 100%;}
#bo_gall .gall_img{overflow: hidden; border: 1px solid #eee;}
#bo_gall .gall_img img{width: 100%; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;}
#bo_gall .gall_img:hover img{-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
.gall_row .gall_li{width: 32%; padding-left: 0; padding-right: 0;}
.gall_row .gall_li:nth-child(3n-1){margin: 0 2%;}
#bo_gall .gall_box{border: none;}
#bo_btn_top{margin: 0 auto; width:100%;}
.gall_row .gall_li{width: 32%; padding-left: 0; padding-right: 0;}
#bo_gall .gall_box{border: none; margin: 0 0 60px 0;}
#bo_gall .gall_li .gall_chk{z-index: 20;}
#bo_gall .gall_info{display: none;}
#bo_gall .gall_info i.fa-eye, #bo_gall .gall_info i.fa-clock-o{display: none;}
#bo_gall .gall_info .gall_date{font-style: normal; color: #000;}
#bo_gall .gall_name{display: none;}
#bo_gall .gall_content{}
#bo_sch .sch_btn{text-indent: 0; background: none;}
#bo_gall .gall_text_href{height: 70px; margin: 0;}
#bo_gall .gall_text_href .title_icon{display: none;}
#bo_gall .gall_go{margin-top: 10px;}
#bo_gall .gall_go a, #bo_gall .gall_content{font-size: 14px; font-weight: 300;}
#bo_gall .gall_content{color: #666;height: 44px;overflow: hidden;text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.2; height: 2.4em; -webkit-line-clamp: 2;}
#bo_gall .gall_text_href a{font-size: 18px; font-weight: 400; line-height: 70px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
#bo_w .bo_w_flie .file_del label {display: inline-block;}
#bo_gall .gall_text_href:hover a{text-decoration: underline;}
#bo_gall .gall_go a{color: #c71526; font-weight: 400; font-size: 13px;}
#bo_gall .gall_go:hover a{text-decoration: underline;}
#bo_gall li.empty_list{height: 500px; line-height: 500px;}
.cate_title_ex{width: 100%; height: 30px; line-height: 30px; font-size: 30px; text-align: center; font-weight: 700;}
#bo_v{width:100%; margin: 0 auto; padding:5% 0; }
#bo_vc_w_info{width:100%;}
#bo_v_info{padding: 20px 0;}
#bo_v_info .if_date{font-style: normal; font-size: 13px;}
.bo_v_nb li{padding: 30px 20px;}
.bo_vc_w textarea{padding: 10px;}
#captcha #captcha_key{margin: 0; margin-left: 0;}
#captcha.m_captcha #captcha_key{height: 40px; margin-left: 0;}
/*#bo_v_info .fa{display: none;}*/
#bo_v_info span, #bo_v_info strong, #bo_v_info strong a{font-size: 14px;}
.brd-state strong a{margin: 15px 0; font-size: 15px;}
.bo_vc_w_info .frm_input{width: 100%;}
#bo_gall .gall_text_href a{overflow: hidden; text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
@media screen and (max-width:1199px){
#bo_v{width:100%;}
#bo_gall{width: 100%;}
}
@media screen and (min-width:768px){
.gall_row .gall_li.gall_li1, .gall_row .gall_li.gall_li4{margin: 0 2%;}
}
@media screen and (max-width: 767px){
.gall_row .gall_li{width: 48%; margin: 0; clear: none;}
.gall_row .gall_li:nth-child(3n-1){margin: 0;}
.gall_row .gall_li:nth-child(2n-1){margin-right: 4%;}
#bo_gall .gall_go{margin-top: 40px;}
#bo_gall .gall_text_href a{font-size: 16px;}
#bo_gall .gall_content{font-size: 13px;}
#bo_gall .gall_go a{font-size: 12px;}
#bo_v_title .bo_v_tit{font-size: 18px;}
}
@media screen and (max-width:480px){
.gall_row .gall_li{width: 100%; margin: 0; clear: none;}
.gall_row .gall_li:nth-child(2n-1){margin-right: 0%;}
#bo_gall .gall_go{margin-top: 25px;}
#bo_gall .gall_text_href a{font-size: 15px;}
#bo_gall .gall_content{font-size: 12px;}
#bo_gall .gall_go a{font-size: 11px;}
.brd-state strong a{margin: 10px 0; font-size: 13px;}
#bo_v_info strong.bo_v_writer{display: block; width:100%;}
}

View File

@ -0,0 +1,33 @@
/*qa.css*/
#bo_list{ display:block; width:100%; margin:20px auto;}
#bo_btn_top.faq_bo_btn_top #bo_list_total{width: inherit;}
.btn_bo_user.faq_btn_bo_user{margin: 35px 0 20px 0;}
.bo_fx.faq_bo_fx{display: block; width: inherit;}
.bo_fx.faq_bo_fx .btn_b02.faq_submit{display: none;}
.sch_btn .fa{display: none;}
.qnaIco{color: #333;}
.qnaIco2{border-color: #c80e21; color: #c80e21;}
.qnaIco3{color: #747474;}
#bo_list a.btn_admin, #bo_list a.btn_b01 {
display: none;
}
a.btn_b02, .btn_b02 {
height: 40px;
width:130px;
}
.tbl_wrap table {
background:#fcfcfc;
border-bottom:0;
}
@media screen and (max-width:767px){
#bo_list.faq_bo_list .td_num2{width: 100px;}
#bo_list.faq_bo_list .tbl_head01 thead .th_name{display: none;}
#bo_list.faq_bo_list .td_name{display: none;}
}
@media screen and (max-width:480px){
#bo_list.faq_bo_list .td_num2{width: 80px;}
#bo_list.faq_bo_list .tbl_head01 thead th{font-size: 14px;}
#bo_list.faq_bo_list .tbl_head01 thead .th_date{display: none;}
#bo_list.faq_bo_list .td_datetime{display: none;}
#bo_list.faq_bo_list .tbl_head01 .faq_td_subject a{width: 100%;}
}

View File

@ -0,0 +1,68 @@
/*webzine_table.css*/
@font-face {
font-family: 'GongGothicLight';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* { font-family: 'GongGothicLight'; }
#bo_list.webzine_table{border-bottom: none;}
.webzine_table .tbl_wrap table{border: none;}
#bo_list.webzine_table tr{border-bottom: 1px solid #ccc;}
#bo_list.webzine_table .tbl_head01 thead th{border-top: 1px solid #666; border-bottom: 1px solid #666; height: 60px;}
#bo_list.webzine_table .tbl_head01 thead .th_num2{width: 80px;}
#bo_list.webzine_table .tbl_head01 thead .th_checkbox input{margin-top:5px;}
#bo_list.webzine_table .tbl_head01 thead .th_writer{width: 150px;}
#bo_list.webzine_table .tbl_head01 td{padding: 30px 0; border: none; color: #000;}
#bo_list.webzine_table .tbl_head01 .td_datetime{width: 30%;}
#bo_list.webzine_table .tbl_head01 .td_datetime img{width: 100%;}
#bo_list.webzine_table .tbl_head01 .td_name span{display: block; text-align: center;}
#bo_list.webzine_table .subject_box{height: 100%;}
@media screen and (min-width:0\0){.webzine_table#bo_list .subject_box{height: 193px;}}
#bo_list.webzine_table .subject_box br{display: none;}
#bo_list.webzine_table .bo_tit h3{padding: 25px 0; font-weight: 700; font-size: 18px; -webkit-overflow: hidden; -ms-overflow: hidden; overflow: hidden;text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
#bo_list.webzine_table .webzine_content{margin-bottom: 30px; color: #666; line-height: 20px; -webkit-overflow: hidden; -ms-overflow: hidden; overflow: hidden;text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 40px;}
#bo_list.webzine_table .webzine_date{color: #999;}
#bo_list.webzine_table .webzine_date .info_detail{display: none;}
#bo_list.webzine_table .webzine_date .fa{display: inline-block;}
@media screen and (max-width: 1199px){
#bo_list.webzine_table .bo_tit h3{padding: 20px 0 10px; font-size: 16px;}
#bo_list.webzine_table .webzine_content{font-size: 14px;}
#bo_list.webzine_table .webzine_date{font-size: 14px;}
}
@media screen and (max-width: 1024px){
#bo_list.webzine_table .tbl_head01 thead .th_writer, #bo_list.webzine_table .tbl_head01 .td_name{display: none;}
#bo_list.webzine_table .tbl_head01 .td_datetime{width: 35%;}
#bo_list.webzine_table .tbl_head01 thead .th_num2{width: 60px;}
#bo_list.webzine_table .bo_tit h3{padding: 15px 0; }
#bo_list.webzine_table .webzine_content{margin-bottom: 20px;}
}
@media screen and (max-width: 767px){
#bo_list.webzine_table table, #bo_list.webzine_table tbody, #bo_list.webzine_table tr, #bo_list.webzine_table td{display: block; float: left;}
.webzine_table .tbl_wrap{float: left;}
#bo_list.webzine_table .tbl_head01 thead th{display: none; border: none;}
#bo_list.webzine_table .tbl_head01 thead tr{border: none;}
#bo_list.webzine_table .tbl_head01 thead .th_checkbox{display: block; padding: 0; margin: 15px 0 0; float: left; border: none; height: inherit;}
#bo_list.webzine_table .tbl_head01 thead .th_checkbox input{margin-top:0;}
#bo_list.webzine_table .tbl_head01 .td_num2, #bo_list.webzine_table .tbl_head01 .td_name{display: none;}
#bo_list.webzine_table .tbl_head01{border-top: 1px solid #666;}
#bo_list.webzine_table .tbl_head01 td{padding: 0 20px 30px; float: left;}
#bo_list.webzine_table .tbl_head01 .td_datetime{margin-top: 50px; width: 100%; height: auto;}
#bo_list.webzine_table .tbl_head01 .td_datetime a{width: 100%;}
#bo_list.webzine_table .tbl_head01 .td_subject{height: auto;}
#bo_list.webzine_table .bo_tit h3{padding: 25px 0;}
#bo_list.webzine_table tr{position: relative; float: left;}
#bo_list.webzine_table .tbl_head01 .td_chk{position: absolute; padding: 0; margin-top: 50px; background: none; left: 24px; top: 8px; height: inherit;}
}
@media screen and (max-width:480px){
#bo_list.webzine_table .tbl_head01 .td_datetime{margin-top: 30px;}
#bo_list.webzine_table .tbl_head01 td{padding: 0 0 30px;}
#bo_list.webzine_table .tbl_head01 .td_datetime{padding-bottom: 10px;}
#bo_list.webzine_table .bo_tit h3{font-size: 15px;}
#bo_list.webzine_table .webzine_content{font-size: 13px;}
#bo_list.webzine_table .webzine_date{font-size: 13px;}
#bo_list.webzine_table .tbl_head01 .td_chk{margin-top: 30px; left: 0; top: 5px;}
}