@charset "utf-8";


/* board */
.search-box { width:100%; }
.search-box .s-ipbox { max-width:960px; margin:0 auto; width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:center; gap:0 10px; }
.search-box .s-ipbox select { width:240px; height:70px ; line-height:70px; padding:0 50px 0 30px; font-size:var(--font18); color:#222; font-weight:500; border:1px solid #ddd; border-radius:var(--borderR5); outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; background:url(/img/svg/icon_select_down.svg) calc(100% - 30px) center no-repeat; }
.search-box .s-ipbox select::-ms-expand { display:none; }
.search-box .s-ipbox input { width:calc(100% - 240px - 200px - 20px); height:70px; line-height:1.3; padding:0 30px; font-size:var(--font18); color:#222; font-weight:500; border:1px solid #ddd; border-radius:var(--borderR5); outline:none; background:none; }
.search-box .s-ipbox button { width:200px; height:70px; overflow:hidden; text-align:center; border:none; outline:none; border-radius:var(--borderR5); background:#000; padding:0; display:flex; align-items:center; justify-content:center; gap:10px; }
.search-box .s-ipbox button span { color:#fff; font-size:var(--font21); font-weight:500; line-height:1.3; }
.search-box input::placeholder { color:#ccc; opacity:1; font-weight:300; }
@media screen and (max-width:1024px){
	.search-box .s-ipbox select { width:180px; height:60px; line-height:60px; padding:0 45px 0 15px; background-position:calc(100% - 15px) center; }
	.search-box .s-ipbox input { height:60px; padding:0 15px; }
	.search-box .s-ipbox button { width:160px; height:60px; }
	.search-box .s-ipbox input { width:calc(100% - 180px - 160px - 20px); }
}
@media screen and (max-width:640px){
	.search-box form { width:100%; }
	.search-box .s-ipbox select { height:50px; line-height:50px; }
	.search-box .s-ipbox input { height:50px; }
	.search-box .s-ipbox button { width:50px; height:50px; }
	.search-box .s-ipbox { gap:5px; }
	.search-box .s-ipbox select { width:130px; }
	.search-box .s-ipbox input { width:calc(100% - 130px - 50px - 10px); }
	.search-box .s-ipbox button span { display:none }
	.search-box .s-ipbox button img { width:20px; }
}

.keyword-box { margin-top:80px; display:flex; justify-content:center; }
.keyword-box ul { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:10px; }
.keyword-box ul li a { color:#999; font-size:var(--font20); font-weight:400; line-height:1.3; padding:0 20px; height:50px; display:flex; align-items:center; justify-content:center; text-align:center; }
.keyword-box ul li.on a { color:#fff; font-weight:500; border-radius:var(--borderR5); background:var(--mainColor); }
@media screen and (max-width:1024px){
	.keyword-box { margin-top:40px; }
	.keyword-box ul { gap:5px; }
	.keyword-box ul li a { padding:0 15px; height:40px; }
}
@media screen and (max-width:640px){
	.keyword-box { margin-top:20px; }
	.keyword-box ul li a { padding:0 10px; height:30px; }
}

.gallery-list { margin-top:100px; }
.gallery-list > ul { display:flex; flex-wrap:wrap; gap:100px 50px; }
.gallery-list > ul > li { width:calc((100% - 100px) / 3); }
.gallery-list > ul > li .imgbox { width:100%; position:relative; overflow:hidden; background:#f5f5f5; }
.gallery-list > ul > li .imgbox:before {content:""; display:block; padding-bottom:60%; }
.gallery-list > ul > li .imgbox img { transition:all 0.3s ease-in-out; transform:scale(1); position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; -o-object-fit:cover; }
.gallery-list > ul > li:hover .imgbox img { transform:scale(1.1); }
.gallery-list > ul > li .txtbox { margin-top:25px;}
.gallery-list > ul > li .txtbox h4 { transition:all 0.3s; color:#000; font-size:var(--font24); font-weight:500; line-height:1.3; letter-spacing:-0.04em;  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.gallery-list > ul > li:hover .txtbox h4 { color:var(--mainColor); }
.gallery-list > ul > li .txtbox .info { display:flex; gap:20px; margin-top:20px; }
.gallery-list > ul > li .txtbox .info .sbox { color:#999; font-size:var(--font18); font-weight:400; line-height:1.0; display:inline-flex; align-items:center; gap:10px; }
@media screen and (max-width:1280px){
	.gallery-list > ul { gap:60px 40px; }
	.gallery-list > ul > li { width:calc((100% - 80px) / 3); }
}
@media screen and (max-width:1024px){
	.gallery-list { margin-top:50px; }
	.gallery-list > ul { gap:40px 25px; }
	.gallery-list > ul > li { width:calc((100% - 25px) / 2); }
	.gallery-list > ul > li .txtbox { margin-top:15px; }
	.gallery-list > ul > li .txtbox .info { gap:15px; margin-top:10px; }
	.gallery-list > ul > li .txtbox .info .sbox img { width:20px; }
}
@media screen and (max-width:860px){
	.gallery-list > ul { gap:30px 10px; }
	.gallery-list > ul > li { width:calc((100% - 10px) / 2); }
}
@media screen and (max-width:640px){
	.gallery-list { margin-top:30px; }
	.gallery-list > ul { gap:20px 5px; }
	.gallery-list > ul > li { width:calc((100% - 5px) / 2); }
	.gallery-list > ul > li .txtbox { margin-top:10px; }
	.gallery-list > ul > li .txtbox .info { gap:5px; margin-top:5px; }
	.gallery-list > ul > li .txtbox .info .sbox { gap:5px; }
}


.board-list { margin-top:100px; }
.board-list .top,
.board-list .list { width:100%; }
.board-list .top { display:flex; align-items:center; border:1px solid #ddd; border-width:1px 0; background:#f5f5f5; }
.board-list .list li { border-bottom:1px solid #ddd; }
.board-list .list li a {  display:flex; align-items:center; }
.board-list .col { display:flex; align-items:center; justify-content:center; height:80px; }
.board-list .top .col { color:#111; font-size:var(--font20); justify-content:center; font-weight:500; line-height:1.3; }
.board-list .list .col { color:#111; font-size:var(--font18); font-weight:300; line-height:1.3; }
.board-list .no,
.board-list .attach,
.board-list .date { width:140px; text-align:center; flex-shrink:0; }
.board-list .title { width:100%; justify-content:flex-start; padding:0 30px; gap:0 20px; }
.board-list .type { flex-shrink:0; width:90px; height:35px; color:#fff; font-size:var(--font17); font-weight:500; line-height:1.3; display:flex; align-items:center; justify-content:center; background:var(--mainColor); }
.board-list .attach img { filter:brightness(0) invert(0.2); }
@media screen and (max-width:1280px){
	.board-list .col { height:70px; }
	.board-list .no,
	.board-list .attach,
	.board-list .date { width:120px; }
}
@media screen and (max-width:1024px){
	.board-list { margin-top:50px; }
	.board-list .col { height:60px; }
	.board-list .no,
	.board-list .attach,
	.board-list .date { width:100px; }
	.board-list .title { padding:0 20px; gap:0 10px; }
	.board-list .type { width:80px; height:30px; }
	.board-list .attach img { width:13px; }
}
@media screen and (max-width:640px){
	.board-list { margin-top:30px; }
	.board-list .top { display:none }
	.board-list .list { border-top:1px solid #ddd; }
	.board-list .list a { flex-wrap:wrap; }
	.board-list .col { height:auto; }
	.board-list .type { width:70px; height:25px; }
	.board-list .list li a { position:relative; padding:10px 0 10px 50px; }
	.board-list .no { width:50px; position:absolute; left:0; top:50%; transform:translate(0, -50%); }
	.board-list .title { padding:0; gap:0 10px; width:100%; margin-bottom:10px; }
	.board-list .attach { order:5; width:auto; }
	.board-list .attach img { width:11px; }
	.board-list .date { width:auto; padding-right:20px; }
}

.board-list-g { margin-top:100px; }
.board-list-g > ul { border-top:1px solid #ddd; }
.board-list-g > ul > li { position:relative; border-bottom:1px solid #ddd; padding:60px 0; }
.board-list-g > ul > li > a { display:flex; flex-wrap:wrap; }
.board-list-g > ul > li .imgbox { width:540px; height:100%; display:flex; align-items:center; justify-content:center; background:#f5f5f5; }
.board-list-g > ul > li .imgbox figure { position:relative; width:100%; height:100%; }
.board-list-g > ul > li .imgbox figure:before {content:""; display:block; padding-bottom:55.6%; }
.board-list-g > ul > li .imgbox figure img { transition:all 0.3s ease-in-out; transform:scale(1); position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); max-width:90%; max-height:90%; object-fit:cover; -o-object-fit:cover; }
.board-list-g > ul > li > a:hover .imgbox figure img { transform:translate(-50%, -50%) scale(1.1); }
.board-list-g > ul > li .txtbox { width:calc(100% - 540px); padding-left:60px; display:flex; flex-direction:column; justify-content:space-between;}
.board-list-g > ul > li .txtbox .type { color:#fff; font-size:var(--font18); font-weight:500; line-height:1.3; padding:0 20px; height:40px; display:inline-flex; align-items:center; justify-content:center; text-align:center; background:var(--mainColor); }
.board-list-g > ul > li .txtbox h4 { margin-top:30px; transition:all 0.3s; color:#000; font-size:var(--font30); font-weight:600; line-height:1.3; letter-spacing:-0.05em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.board-list-g > ul > li .txtbox .txt { margin-top:30px; color:#555; font-size:var(--font17); font-weight:300; line-height:1.6; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.board-list-g > ul > li .txtbox .info { display:flex; gap:10px; margin-top:15px; }
.board-list-g > ul > li .txtbox .info .sbox { color:#999; font-size:var(--font18); font-weight:400; line-height:1.0; padding:0 20px; height:50px; display:inline-flex; align-items:center; justify-content:center; gap:10px; text-align:center; background:#fff; border:1px solid #ddd; }
.board-list-g > ul > li > a:hover .txtbox h4 { color:var(--mainColor); }
.board-list-g > ul > li .down { position:absolute; right:0; bottom:60px; z-index:2;  width:50px; height:50px; display:flex; align-items:center; justify-content:center; border:1px solid #111; background:#fff; transition:all 0.3s; }
.board-list-g > ul > li .down img { transition:all 0.3s; }
.board-list-g > ul > li:hover .down { border-color:var(--mainColor); background:var(--mainColor); }
.board-list-g > ul > li:hover .down img { filter:brightness(0) invert(1); }
@media screen and (max-width:1440px){
	.board-list-g > ul > li { padding:50px 0; }
	.board-list-g > ul > li .imgbox { width:460px; }
	.board-list-g > ul > li .txtbox { width:calc(100% - 460px); padding-left:50px; }
	.board-list-g > ul > li .down { bottom:50px; }
}
@media screen and (max-width:1280px){
	.board-list-g { margin-top:80px; }
	.board-list-g > ul > li { padding:40px 0; }
	.board-list-g > ul > li .imgbox { width:400px; }
	.board-list-g > ul > li .txtbox { width:calc(100% - 400px); padding-left:40px; }
	.board-list-g > ul > li .txtbox h4,
	.board-list-g > ul > li .txtbox .txt { margin-top:20px; }
	.board-list-g > ul > li .txtbox .type { padding:0 15px; height:40px; }
	.board-list-g > ul > li .txtbox .info .sbox { height:40px; }
	.board-list-g > ul > li .down { bottom:40px; width:40px; height:40px; }
}
@media screen and (max-width:1024px){
	.board-list-g { margin-top:50px; }
	.board-list-g > ul > li { padding:30px 0; }
	.board-list-g > ul > li .imgbox { width:320px; }
	.board-list-g > ul > li .imgbox figure:before { padding-bottom:65.6%; }
	.board-list-g > ul > li .txtbox { width:calc(100% - 320px); padding-left:30px; }
	.board-list-g > ul > li .txtbox h4,
	.board-list-g > ul > li .txtbox .txt { margin-top:15px; }
	.board-list-g > ul > li .txtbox .type { padding:0 10px; height:30px; }
	.board-list-g > ul > li .txtbox .info .sbox { padding:0 10px; height:30px; }
	.board-list-g > ul > li .txtbox .info .sbox img { width:20px; }
	.board-list-g > ul > li .down { bottom:30px; width:30px; height:30px; }
	.board-list-g > ul > li .down img { width:13px; }
}
@media screen and (max-width:760px){
	.board-list-g > ul > li .imgbox { width:260px; }
	.board-list-g > ul > li .imgbox figure:before { padding-bottom:75.6%; }
	.board-list-g > ul > li .txtbox { width:calc(100% - 260px); }
}
@media screen and (max-width:640px){
	.board-list-g { margin-top:30px; }
	.board-list-g > ul > li .imgbox { max-width:540px; width:100% }
	.board-list-g > ul > li .imgbox figure:before { padding-bottom:55.5%; }
	.board-list-g > ul > li .txtbox { width:100%; padding:20px 0 0; }
	.board-list-g > ul > li .txtbox h4,
	.board-list-g > ul > li .txtbox .txt { margin-top:10px; }
	.board-list-g > ul > li .txtbox .type { height:25px; }
	.board-list-g > ul > li .txtbox .info { gap:5px; }
	.board-list-g > ul > li .txtbox .info .sbox { gap:5px; }
	.board-list-g > ul > li .down img { width:11px; }
}


.board-view .top-title { text-align:center; padding:0 0 60px; border-bottom:1px solid #ddd; }
.board-view .top-title .title { color:#000; font-size:var(--font50); font-weight:500; line-height:1.3; }
.board-view .top-title .info { display:flex; gap:10px; justify-content:center; margin-top:60px; }
.board-view .top-title .info .sbox { color:#999; font-size:var(--font18); font-weight:400; line-height:1.0; padding:0 20px; height:50px; display:inline-flex; align-items:center; justify-content:center; gap:10px; text-align:center; background:#fff; border:1px solid #ddd; }
.board-view .viewCont { max-width:1000px; margin:0 auto; }
.board-view .viewCont .contents { min-height:180px; padding:100px 0; line-height:1.6; }
.board-view .viewCont .contents,
.board-view .viewCont .contents * { font:initial; font-style:initial; font-weight:initial; font-size:initial; line-height:initial; letter-spacing:initial; color:initial; }
.board-view .viewCont .contents img { max-width:100%; }
.board-view .viewCont .attach { padding:0 0 160px; }
.board-view .viewCont .attach li:not(:last-child) { margin-bottom:10px; }
.board-view .viewCont .attach li a { transition:all 0.3s; background:#fff; display:flex; align-items:center; height:80px; ont-size:var(--font18); font-weight:400; color:#999; letter-spacing:-0.025em; line-height:1.3; word-break:break-word !important; border:1px solid #ddd; }
.board-view .viewCont .attach li a .txt { position:relative; width:100%; display:flex; align-items:center; font-weight:400; padding:0; color:#777; }
.board-view .viewCont .attach li a .tit,
.board-view .viewCont .attach li a .download { transition:all 0.3s; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.board-view .viewCont .attach li a .tit { width:150px; color:#999 ; font-weight:500; }
.board-view .viewCont .attach li a .download { position:relative; width:150px; color:#999; font-weight:400; display:flex; align-items:center; justify-content:center; gap:10px; text-transform:capitalize; }
.board-view .viewCont .attach li a .download img { transition:all 0.3s; filter:brightness(0) invert(0.6); }
.board-view .viewCont .attach li a:hover { border-color:var(--mainColor); }
.board-view .viewCont .attach li a:hover .tit,
.board-view .viewCont .attach li a:hover .download { color:var(--mainColor); }
.board-view .viewCont .attach li a:hover .download img { filter:none; }
.board-view .btn-pn { border:1px solid #ddd; border-width:1px 0; display:flex; gap:0 80px; }
.board-view .btn-pn > dl { width:calc(50% - 40px); display:flex; align-items:center; height:84px; }
.board-view .btn-pn > dl dt { display:flex; align-items:center; width:122px; flex-shrink:0; gap:0 30px; color:#333; font-size:var(--font18); font-weight:500; line-height:1.3; }
.board-view .btn-pn > dl dd a span { color:#555; font-size:var(--font18); font-weight:300; line-height:1.3; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;  }
.board-view .btn-pn > dl:nth-child(2) { flex-direction:row-reverse; }
.board-view .btn-pn > dl:nth-child(2) dt { justify-content:flex-end; }
@media screen and (max-width:1024px){
	.board-view .top-title { padding:0 0 30px; }
	.board-view .top-title .info { display:flex; gap:10px; margin-top:30px; }
	.board-view .top-title .info .sbox { padding:0 10px; height:30px; }
	.board-view .top-title .info .sbox img { width:20px; }
	.board-view .viewCont .contents { padding:50px 0; }
	.board-view .viewCont .attach { padding:0 0 80px; }
	.board-view .viewCont .attach li a { height:70px; }
	.board-view .viewCont .attach li a .tit,
	.board-view .viewCont .attach li a .download { width:130px; }
	.board-view .btn-pn { flex-wrap:wrap; gap:0; }
	.board-view .btn-pn > dl { width:100%; height:70px; }
	.board-view .btn-pn > dl dt { width:110px; gap:0 10px; justify-content:center }
	.board-view .btn-pn > dl dt img { display:none }
	.board-view .btn-pn > dl:nth-child(2) { flex-direction:row; border-top:1px solid #ddd;}
	.board-view .btn-pn > dl:nth-child(2) dt { justify-content:center; }
}
@media screen and (max-width:640px){
	.board-view .top-title { padding:0 0 15px; }
	.board-view .top-title .info { margin-top:15px; gap:5px; }
	.board-view .top-title .info .sbox { gap:5px; }
	.board-view .viewCont .contents { padding:30px 0; }
	.board-view .viewCont .attach { padding:0 0 50px; }
	.board-view .viewCont .attach li:not(:last-child) { margin-bottom:5px; }
	.board-view .viewCont .attach li a { height:60px; }
	.board-view .viewCont .attach li a .tit,
	.board-view .viewCont .attach li a .download { width:100px; }
	.board-view .btn-pn > dl { height:60px; }
	.board-view .btn-pn > dl dt { width:70px; }
}



.registerBox { overflow:hidden; }
.registerBox table { margin-top:60px; }
.registerBox table tbody th { text-align:center; height:80px; border:1px solid #ccc; background:#eee; color:#111; font-size:var(--font19); font-weight:400; line-height:1.3; }
.registerBox table tbody th span { color:var(--mainColor); font-weight:400; }
.registerBox table tbody td { text-align:left; padding:10px 20px; border:1px solid #ccc; background:#fff; color:#000; font-size:var(--font19); font-weight:400; line-height:1.3; }
.registerBox table input[type="text"],
.registerBox table input[type="password"] { height:60px; padding:0 25px; width:100%; font-size:var(--font18); color:#333; font-weight:300; border:1px solid #ddd; outline:none; background:none; border-radius:0; }
.registerBox table select { width:100%; height:60px; line-height:60px; padding:0 80px 0 25px; font-size:var(--font18); color:#333; font-weight:300; border:1px solid #ddd; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; background:url(/img/svg/icon_select_down.svg) calc(100% - 30px) center no-repeat; }
.registerBox table select::-ms-expand { display:none; }
.registerBox table textarea { width:100%; max-width:980px; height:220px; line-height:1.6; padding:25px; font-size:var(--font18); color:#333; font-weight:300; border:1px solid #ddd; outline:none; background:none; border-radius:0; }
.registerBox table input::placeholder,
.registerBox table textarea::placeholder { color:#888; opacity:1; font-weight:300; }
.registerBox table input.ip01 { max-width:640px; }
.registerBox table input.ip02 { max-width:300px; }
.registerBox table input.ip03 { max-width:980px; }
.registerBox table .sbox { display:flex; align-items:center; }
.registerBox table .sbox .stxt { display:flex; align-items:center; justify-content:center; width:40px; }
.registerBox .ipbox .file-box { width:100%; }
.registerBox .ipbox .ipcont { position:relative; display:flex; align-items:center; gap:10px; }
.registerBox .ipbox .ipcont:not(:last-child) { margin-bottom:10px; }
.registerBox .ipbox .ipcont .upload-name { text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; width:300px; height:50px; outline:none; border:1px solid #ccc; padding:0 20px; font-size:1.8rem; color:#222; background:none; border-radius:8px; }
.registerBox .ipbox .ipcont .upload-name.on { padding:0 0 0 40px; background:url(/img/svg/file_icon.svg) 15px center no-repeat; }
.registerBox .ipbox .ipcont .file { position:relative; width:50px; height:50px; background:#000; border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.registerBox .ipbox .ipcont .file:before { content:""; display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:2px; height:16px; background:#fff; }
.registerBox .ipbox .ipcont .file:after { content:""; display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:16px; height:2px; background:#fff; }
.registerBox .ipbox .ipcont .file span { text-align:center; font-size:var(--font18); color:#fff; font-weight:500; line-height:1.3; display:block; text-indent:-9999em; overflow:hidden }
.registerBox .ipbox .ipcont .file input {display:none}
.registerBox .kcaptcha_ip { width:100%; position:relative; display:flex; align-items:center; gap:10px; }
.registerBox .kcaptcha_ip img { width:132px; height:60px; }
.registerBox .kcaptcha_ip input { width:100%; max-width:400px; height:60px; border:1px solid #ccc; padding:0 20px; font-size:var(--font18); color:#333; background:none; }
.registerBox .kcaptcha_ip .btn_refresh { flex-shrink:0; height:60px; width:60px; border:none; outline:none; background:#333 url(/img/svg/btn_refresh.svg) center no-repeat; border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.registerBox .privacy-box { margin-top:60px; }
.registerBox .privacy-box h5 { color:#000; font-size:var(--font26); font-weight:500; line-height:1.3; }
.registerBox .privacy-box .pv-box { margin-top:30px; padding:30px; background:#fff; border:1px solid #ddd; }
.registerBox .privacy-box .scroll-box { height:165px; padding-right:10px; overflow:hidden; }
.registerBox .privacy-box .pv-box * { font-size:99.5% !important; }
.registerBox .privacy-box .privacy .pv-list > dl { margin-top:20px; }
.registerBox .privacy-box .privacy .pv-list > dl > dd { margin-top:10px; }
.registerBox .privacy-ch { margin-top:30px; }
.registerBox .privacy-ch label { display:flex; align-items:center; }
.registerBox .privacy-ch input[type="checkbox"] { opacity:0; height:auto; line-height:1; }
.registerBox .privacy-ch input[type="checkbox"] + span { position:relative; padding:0 0 0 15px; font-weight:400; font-size:var(--font18); line-height:1.3; display:inline-block; color:#333; }
.registerBox .privacy-ch input[type="checkbox"] + span:before { content:''; display:block; width:20px; height:20px; vertical-align:middle; transition:all 0.3s; background:url(/img/svg/ch_check.svg) center center no-repeat; border:none; border-radius:0; position:absolute; left:-15px; top:2px; }
.registerBox .privacy-ch input[type="checkbox"]:checked + span:before { background:url(/img/svg/ch_check_on.svg) center center no-repeat; }
.registerBox .ch { position:relative; margin-left:10px; display:flex; align-items:center; flex-wrap:wrap; gap:10px 20px; min-height:50px; padding:10px 0; }
.registerBox .ch input[type="checkbox"],
.registerBox .ch input[type="radio"] { position:absolute; left:0; top:3px; opacity:0; height:auto; }
.registerBox .ch input[type="checkbox"] + span,
.registerBox .ch input[type="radio"] + span { position:relative; padding:0 15px 0 20px; font-weight:400; font-size:var(--font18); line-height:1.3; display:inline-block; color:#333; }
.registerBox .ch input[type="checkbox"] + span:before,
.registerBox .ch input[type="radio"] + span:before  { content:''; display:block; width:25px; height:26px; vertical-align:middle; transition:all 0.3s; background:url(/img/svg/ch_off.svg) no-repeat center/ cover; position:absolute; left:-15px; top:-2px; }
.registerBox .ch input[type="checkbox"]:checked + span:before,
.registerBox .ch input[type="radio"]:checked + span:before { background:url(/img/svg/ch_on.svg) no-repeat center/ cover; }
@media screen and (max-width:1024px){
	.registerBox table { margin-top:30px; }
	.registerBox col.w1 { width:150px !important; }
	.registerBox table tbody th { height:60px; }
	.registerBox table tbody td { padding:5px 10px; } 
	.registerBox table input[type="text"],
	.registerBox table input[type="password"] { height:50px; padding:0 12px; }
	.registerBox table select { height:50px; line-height:50px; padding:0 80px 0 12px; }
	.registerBox table textarea { padding:12px; }
	.registerBox .ipbox .ipcont { gap:10px; }
	.registerBox .ipbox .ipcont:not(:last-child) { margin-bottom:10px; }
	.registerBox .ipbox .ipcont .upload-name { width:calc(100% - 50px); height:50px; padding:0 10px; }
	.registerBox .ipbox .ipcont .upload-name.on { padding:0 0 0 35px; background:url(/img/svg/file_icon.svg) 10px center no-repeat; }
	.registerBox .ipbox .ipcont .file { width:40px; height:40px; }
	.registerBox .ipbox .ipcont .file:before { height:14px; }
	.registerBox .ipbox .ipcont .file:after { width:14px; }
	.registerBox .ipbox .ipcont .file span { }
	.registerBox .kcaptcha_ip { gap:10px; }
	.registerBox .kcaptcha_ip img { width:125px; height:50px; }
	.registerBox .kcaptcha_ip input { height:50px; padding:0 10px; }
	.registerBox .kcaptcha_ip .btn_refresh { height:50px; width:50px; background-size:17px auto; flex-shrink:0; }
	.registerBox .privacy-box { margin-top:30px; }
	.registerBox .privacy-box .pv-box { margin-top:15px; padding:15px; }
	.registerBox .privacy-box .scroll-box { height:150px; }
	.registerBox .privacy-box .privacy .p-list > dl { margin-top:20px; }
	.registerBox .privacy-box .privacy .p-list > dl > dd { margin-top:5px; }
	.registerBox .privacy-ch { margin-top:15px; }
	.registerBox .privacy-ch input[type="checkbox"] + span { padding:0 0 0 24px; }
	.registerBox .privacy-ch input[type="checkbox"] + span:before { width:20px; height:20px; background-size:100% 100%; left:-15px; top:2px; }
	.registerBox .privacy-ch input[type="checkbox"]:checked + span:before { background-size:100% 100%; }
	.registerBox .ch { gap:10px 20px; min-height:40px; padding:5px 0; }
	.registerBox .ch input[type="checkbox"] + span,
	.registerBox .ch input[type="radio"] + span { padding:0 15px 0 15px; }
	.registerBox .ch input[type="checkbox"] + span:before,
	.registerBox .ch input[type="radio"] + span:before  { width:22px; height:23px; top:-1px; }
}
@media screen and (max-width:640px){
	.registerBox table tbody tr { display:flex; flex-direction:column; }
	.registerBox table tbody th { text-align:left; height:40px; display:flex; align-items:center; padding-left:10px; border-top:none; }
	.registerBox table tbody tr:first-child th { border-top:1px solid #ddd }
	.registerBox table tbody td { text-align:left; border-top:none; }
	.registerBox .ipbox .ipcont { gap:5px; }
	.registerBox .ipbox .ipcont:not(:last-child) { margin-bottom:5px; }
	.registerBox .ipbox .ipcont .upload-name { width:calc(100% - 45px); } 
	.registerBox .kcaptcha_ip { gap:5px; }
	.registerBox .privacy-box { margin-top:15px; }
	.registerBox .privacy-box .pv-box { margin-top:10px; }
	.registerBox .privacy-box .scroll-box { height:120px; padding-right:10px; }
	.registerBox .privacy-ch { margin-top:8px; }
	.registerBox .privacy-ch label { height:50px; }
	.registerBox .privacy-ch input[type="checkbox"] + span { padding:0 0 0 16px; }
	.registerBox .privacy-ch input[type="checkbox"] + span:before { left:-12px; top:0; }
	.registerBox .ch input[type="checkbox"] + span:before,
	.registerBox .ch input[type="radio"] + span:before  { top:-2px; }
}

/* page */
.page { margin-top:100px; text-align:center; padding:0; display:flex; align-items:center; justify-content:center; gap:10px; } 
.page a { transition:all 0.3s; position:relative; font-size:var(--font18); line-height:30px; height:30px; font-weight:500; color:#999; border:none; padding:0; min-width:30px; border-radius:0; display:inline-block; }
.page ul { display:flex; align-items:center; justify-content:center; gap:10px; }
.page li.on a { color:#fff; background:var(--mainColor); }
.page .btn_prev { background:url(/img/svg/btn_b_prev.svg) center center no-repeat; margin-right:20px; }
.page .btn_next { background:url(/img/svg/btn_b_next.svg) center center no-repeat; margin-left:20px; }
.page .btn_first { background:url(/img/svg/btn_b_first.svg) center center no-repeat; }
.page .btn_last { background:url(/img/svg/btn_b_last.svg) center center no-repeat; }
.page .btn_prev,
.page .btn_next,
.page .btn_first,
.page .btn_last { border:none; overflow:hidden; text-indent:-9999em; }

@media screen and (max-width:1024px){
	.page { margin-top:50px; } 
	.page,
	.page ul { gap:5px; }
	.page a { line-height:28px; height:28px; min-width:28px; }
	.page .btn_prev { margin-right:10px; }
	.page .btn_next { margin-left:10px; }
}
@media screen and (max-width:640px){
	.page { margin-top:30px; } 
}

.btnCont { display:flex; justify-content:center; margin-top:100px; }
.btnCont .list { background:#111; width:200px; height:70px; display:flex; align-items:center; justify-content:center; gap:20px; }
.btnCont .list span,
.btnCont .send span { color:#fff; font-size:var(--font19); font-weight:500; line-height:1.3; }
.btnCont .send { background:var(--mainColor); width:200px; height:70px; display:flex; align-items:center; justify-content:center; gap:10px; border:none; outline:none; }
@media screen and (max-width:1024px){
	.btnCont { margin-top:50px; }
	.btnCont .list,
	.btnCont .send { width:180px; height:60px; gap:15px; }
}
@media screen and (max-width:640px){
	.btnCont { margin-top:30px; }
	.btnCont .list,
	.btnCont .send { width:150px; height:50px; gap:10px; }
}



.subbody .os-theme-dark > .os-scrollbar-vertical  { padding:0; background:rgba(0, 0, 0, 0.05); width:3px; border-radius:3px; }
.subbody .os-theme-dark > .os-scrollbar-horizontal { padding:0; background:rgba(0, 0, 0, 0.05); height:3px; border-radius:3px; }
.subbody .os-theme-dark > .os-scrollbar-vertical, 
.subbody .os-theme-light > .os-scrollbar-vertical { width:3px; }
.subbody .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle { background:#000; width:3px; height:3px; border-radius:3px; opacity:0.8 }
.subbody .os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active, 
.subbody .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active,
.subbody .os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,
.subbody .os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle.active { background:#000; border-radius:3px; opacity:1; }
.subbody .privacy-box .os-theme-dark > .os-scrollbar-vertical,
.subbody .privacy-box .os-theme-dark > .os-scrollbar-horizontal { background:rgba(255, 255, 255, 0.5) }