@charset "utf-8"; /* CSS Document */
html.layerOn { overflow-y:hidden; padding-right:1em } 

.di_wrap { font-size:0 } 
.di_wrap > li { display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem; } 
.di_wrap > li > a,
.di_wrap > li > .in { display:block } 

.fl_wrap > li { float:left } 
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in { display:block } 
.fl_wrap::after { content:""; display:block; clear:both } 

.va_wrap { display:block; text-align:center; white-space: nowrap } 
.va_wrap:before { content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100% } 
.va { display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal } 
.va_wrap img { vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100% } 

.al { text-align: left !important; } 
.ac { text-align: center !important; } 
.ar { text-align: right !important; } 

.vt { vertical-align:top !important; } 
.vm { vertical-align:middle !important; } 
.vb { vertical-align:bottom !important; } 
.vBase { vertical-align:baseline !important } 

.fl { float:left !important; } 
.fr { float:right !important; } 
.cl { clear:both !important; display:block } 
.oh { overflow:hidden !important; } 

.pr { position:relative; z-index:inherit } 
.pa { position:absolute; left:0; top:0; width:100%; height:100% } 

.di { display:inline } 
.db { display:block !important; } 
.dn { display:none !important; } 

.rowCut { white-space:normal; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; } 
.rowCut.r1 { -webkit-line-clamp:1; } 
.rowCut.r2 { -webkit-line-clamp:2; } 
.rowCut.r3 { -webkit-line-clamp:3; } 
.rowCut.r4 { -webkit-line-clamp:4; } 
.rowCut.r5 { -webkit-line-clamp:5; } 
.rowCut.r6 { -webkit-line-clamp:6; } 

.cp { cursor:pointer; } 
.cutstr { text-overflow : ellipsis; overflow : hidden; white-space : nowrap; display:block; width:100% } 

.flex { display:flex } 
.flex.wrap { flex-wrap:wrap } 
.flex.col { flex-direction:column } 
.flex.col > * { width:100%; box-sizing:border-box } 
.flex.space { justify-content: space-between } 
.flex.vspace { align-content:space-between } 
.flex.hc { justify-content:center } 
.flex.hr { justify-content:flex-end } 
.flex.vt { align-content:flex-start; align-items:flex-start } 
.flex.vc { align-content:center; align-items:center } 
.flex.vb { align-content:flex-end; align-items:flex-end } 
.flex .mgL { margin-left:auto } 
.flex .mgR { margin-right:auto } 
.flex .mgT { margin-top:auto } 
.flex .grow { flex:1 1 0%; min-width:0 } 
.flex .fix { flex:0 0 auto } 
.flex.fc { justify-content:center; align-items:center } 
.flex.gap025 { gap:.25em } 
.flex.gap05 { gap:.5em } 
.flex.gap1 { gap:1em } 
.flex.gap2 { gap:2em } 
.flex.ga3 { gap:3em } 

.resize { display:block; height:0; padding-bottom:100%; position:relative } 
.resize svg { position:absolute; width:100%; height:100%; left:0; top:0 } 
.resize .re { position:absolute; left:0; top:0; width:100%; height:100% } 
.resize.vod { padding-bottom:56.25% } 
.resize.photo { padding-bottom:66.66% } 
.resize.photo2 { padding-bottom: 87.4%; } 
.resize.poster { padding-bottom:141.4% } 
.resize.poster2 { padding-bottom:24.4% } 
.resize .re:not(.va_wrap) img { width:100%; height:100%; object-fit: cover } 

.row { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; } 
.row.r1 { -webkit-line-clamp: 1 } 
.row.r2 { -webkit-line-clamp: 2 } 
.row.r3 { -webkit-line-clamp: 3 } 
.row.r4 { -webkit-line-clamp: 4 } 
.row.r2.fix { line-height:1.25em; height:2.5em } 

.w30 { width:30% !important; } 
.w40 { width:40% !important; } 
.w50 { width:50% !important; } 
.w60 { width:60% !important; } 
.w70 { width:70% !important; } 
.w80 { width:80% !important; } 
.w85 { width:85% !important; } 
.w90 { width:90% !important; } 
.w100 { width:100% !important; } 

.c_dgray2 { color:#ddd !important; } 
.c_blue { color:#2b9cbb !important; } 
.c_blue2 { color:#1f5aa7 !important; } 
.c_orange { color:#f55110 !important; } 
.c_green { color:#3dab1d !important; } 
.c_point { color:var(--siteC) !important } 
.c_point2 { color:var(--siteC2) !important } 
.c_point3 { color:var(--siteC3) !important } 
.c_black { color:#000 !important } 
.c_gray { color:#888 !important } 
.c_white { color:#fff !important } 
.c_dgray { color:#555 !important } 
.c_red { color:red !important; font-weight: 600; } 

.bgfix { background-repeat:no-repeat; background-position:center center; background-size:cover; } 
.bgfix.fix { background-attachment: fixed; } 
.bgfix.ct { background-size:contain } 
.imgfit { width: 100%; height: 100%; object-fit: cover; } 
.pre { white-space:pre-wrap; } 
.round { border-radius:.5em } 
.imgfix.resize img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; } 

.loader_wrap { position: fixed; left:0; top:0; width:100vw; height:100vh; z-index:10000; background:rgba(255,255,255,.5); display:flex; justify-content:center; align-items:center } 
.load .loader_wrap { display:none } 
.loader { animation: rotate 1s infinite; height: 50px; width: 50px; } 
.loader:before,
.loader:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px; } 
.loader:before { animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px; } 
.loader:after { animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d; } 
@keyframes rotate { 
 0% { transform: rotate(0deg) scale(0.8); } 
50% { transform: rotate(360deg) scale(1.2); } 
100% { transform: rotate(720deg) scale(0.8); } 
 }
@keyframes ball1 { 
 0% { box-shadow: 30px 0 0 #f8b334; } 
50% { box-shadow: 0 0 0 #f8b334; margin-bottom: 0; transform: translate(15px,15px); } 
100% { box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px; } 
 }
@keyframes ball2 { 
 0% { box-shadow: 30px 0 0 #97bf0d; } 
50% { box-shadow: 0 0 0 #97bf0d; margin-top: -20px; transform: translate(15px,15px); } 
100% { box-shadow: 30px 0 0 #97bf0d; margin-top: 0; } 
 }

/**/
.pd0 { padding:0 !important; } 
.pt0 { padding-top:0 !important; } 
.pb0 { padding-bottom:0 !important; } 

.mg0 { margin:0 !important; } 

.mt0 { margin-top:0 !important; } 
.mt3 { margin-top:3px !important; } 
.mt5 { margin-top:5px !important; } 
.mt10 { margin-top:10px !important; } 
.mt15 { margin-top:15px !important; } 
.mt20 { margin-top:20px !important; } 
.mt25 { margin-top:25px !important; } 
.mt30 { margin-top:30px !important; } 
.mt40 { margin-top:40px !important; } 
.mt50 { margin-top:50px !important; } 
.mt100 { margin-top:100px !important; } 

.mb0 { margin-bottom:0 !important; } 
.mb5 { margin-bottom:5px !important; } 
.mb10 { margin-bottom:10px !important; } 
.mb15 { margin-bottom:15px !important; } 
.mb20 { margin-bottom:20px !important; } 
.mb25 { margin-bottom:25px !important; } 
.mb30 { margin-bottom:30px !important; } 
.mb40 { margin-bottom:40px !important; } 
.mb50 { margin-bottom:50px !important; } 
.mb60 { margin-bottom:60px !important; } 

.ml0 { margin-left:0 !important; } 
.ml5 { margin-left:5px !important; } 
.ml10 { margin-left:10px !important; } 
.ml15 { margin-left:15px !important; } 
.ml20 { margin-left:20px !important; } 
.ml25 { margin-left:25px !important; } 
.ml30 { margin-left:30px !important; } 
.ml40 { margin-left:40px !important; } 
.ml50 { margin-left:50px !important; } 

.mr0 { margin-right:0 !important; } 
.mr5 { margin-right:5px !important; } 
.mr10 { margin-right:10px !important; } 
.mr15 { margin-right:15px !important; } 
.mr20 { margin-right:20px !important; } 
.mr25 { margin-right:25px !important; } 
.mr30 { margin-right:30px !important; } 
.mr40 { margin-right:40px !important; } 
.mr50 { margin-right:50px !important; } 

.pd05 { padding:.5em !important; } 
.pd1 { padding:1em !important; } 
.pd2 { padding:2em !important; } 

.pdl2 { padding: 0 0 0 2em !important; } 
.pdr2 { padding: 0 2em 0 0 !important; } 

.fwBL { font-weight:800 } 
.fwB { font-weight:700 } 
.fwML { font-weight:600 } 
.fwM { font-weight:500 } 
.fwR { font-weight:400 } 
.fwL { font-weight:300 } 

.ffNS { font-family:ns,sans-serif } 
.ffSerif { font-family:"Nanum Myeongjo"; } 
.tupper { text-transform: uppercase; } 

.fs12 { font-size:.75em !important } 
.fs13 { font-size:.813em !important } 
.fs14 { font-size:.875em !important } 
.fs15 { font-size:.938em !important } 
.fs16 { font-size:1em !important } 
.fs17 { font-size:1.063em !important } 
.fs18 { font-size:1.125em !important } 
.fs19 { font-size:1.188em !important } 
.fs20 { font-size:1.25em !important } 
.fs21 { font-size:1.313em !important } 
.fs22 { font-size:1.375em !important } 
.fs23 { font-size:1.438em !important } 
.fs24 { font-size:1.5em !important } 
.fs25 { font-size:1.563em !important } 
.fs26 { font-size:1.615em !important } 
.fs27 { font-size:1.688em !important } 
.fs28 { font-size:1.75em !important } 
.fs29 { font-size:1.813em !important } 
.fs30 { font-size:1.875em !important } 
.fs31 { font-size:1.938em !important } 
.fs32 { font-size:2em !important } 

.hideT { position: absolute; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial; } 
.hideT.close { display:none } 

.linkHover:hover { text-decoration: underline; } 

/*board*/
.board_table { table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%; border-top:1px solid #111 } 
.board_table th,
.board_table td { height:3em; border-bottom:1px solid #ddd; padding:.5em .5em; text-align:center } 
.board_table th { font-size:1.063em; font-weight:500 } 
.board_table .aTit_wrap { display:flex; align-items:center } 
.board_table .aTit_wrap .aTit { flex:1 1 0%; min-width:0 } 
.board_aTit { text-overflow:ellipsis; white-space:nowrap; overflow:hidden } 
.board_aTit:hover,
.board_aTit:focus { text-decoration:underline } 
.board_table tr:hover { background:#f9fbfc } 
.board_table .rNotice { background:#f9fbfc } 
.board_table .rFaq .faqMark { width:2em; line-height:2em; border-radius:.5em; background:#333; color:#fff; font-weight:700; display:inline-block; font-size:1.125em } 
.board_table .rFaq .faqBtn { width:2em; line-height:2em; border-radius:50%; background:#fff; color:#999; box-shadow:0 0 .5em rgba(0,0,0,.1); display:inline-block; transition:.3s } 
.board_table .rFaq .faqBtn .xi { font-size:1em } 
.board_table .rFaq .faqBtn .xi:before { content:"\e941" } 
.board_table .rFaq.cellQ td.w_tit { padding:.75em 0; font-size:1.125em; font-weight:500 } 
.board_table .rFaq.cellA { display:none } 
.board_table .rFaq.cellA td { padding-top:1.5em; padding-bottom:1.5em } 
.board_table .on { position:relative } 
.board_table .on:before { content:""; position:absolute; left:0; top:-1px; width:100%; height:calc(100% + 1px); box-sizing:border-box; border:1px solid var(--siteC) } 
.board_table .on .rFaq { background:none; position:relative } 
.board_table .on .rFaq .faqMark { background:var(--siteC) } 
.board_table .on .rFaq .faqBtn { transform:rotate(180deg) } 
.board_table .on .rFaq.cellQ .w_tit { font-weight:500 } 
.board_table .on .rFaq.cellA { display: table-row } 
.board_table .on .rFaq:hover td { background:none } 


.boardIco { font-family:xeicon; font-size:1.375em; width:1.5em; text-align:center } 
.boardIco.file { transform:rotate(45deg) } 
.boardIco.file:before { content:"\ea6a"; color:var(--siteC) } 
.boardIco.lock:before { content:"\e966"; color:#777 } 
.boardIco.notice:before { content:"\ea5a" } 
.boardIco.new:before { content:"\e9a9"; color:var(--siteC) } 
.boardIco.reply:before { content:"\e981"; color:#777 } 
.boardIco.prev:before { content:"\e945" } 
.boardIco.next:before { content:"\e942" } 

.nocon { display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; height:24em; color:#666; margin-top:-1px } 
.nocon .xi { font-size:5em; color:#ddd; margin-bottom:.125em } 
.nocon .xi:not([class*=xi-]):before { content:"\ea15" } 

.page_btn { display:flex; align-items:center; justify-content:center; gap:.5em } 
.page_btn > * { flex:1 1 0%; min-width:0 } 
.page_btn .in { display:flex; align-items:center; flex:0 0 auto; gap:.5em; margin-top: 1rem; } 
.page_btn .in.right { margin-left:auto } 
.page_btn .max1 { max-width:10em } 

.board_search { display:flex; align-items:center; justify-content:space-between; margin-bottom:1em } 
.board_search .total { display:flex; align-items:center; justify-content:space-between } 
.board_search .total .ico { font-size:1em; width:2em; height:2em; border:1px solid #ddd; display:flex; align-items:center; justify-content:center; border-radius:50%; margin-right:.5em } 
.board_search .total .ico:before { content:"\e91c" } 
.board_search .total .t2 { font-weight:700; font-size:1.125em; color:var(--siteC); margin-left:.25em } 
.board_search .search { display:flex; align-items:center; justify-content:space-between; gap:0 .25em } 
.board_search .search .btn { padding:0 1.5em } 
.board_search .search .btn .ico { font-size:1em; margin: 0; } 
.board_search .search .btn .ico:before { content:"\e97a" } 

.board_pg { display:flex; align-items:center; justify-content:center; padding:0 1px 1px 0; margin-top: 4rem; } 
.board_pg button { width:2.5em; height:2.5em; border:1px solid #ddd; background:#fff; color:#666; margin:0 -1px -1px 0; position:relative } 
.board_pg button:hover,
.board_pg button:focus { z-index:1 } 
.board_pg button.on { background:#111; color:#fff; border-color:transparent; z-index:2; position:relative } 
.board_pg button.on:after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:.5em; width:1em; height:1px; background:#fff } 
.board_pg button.btn.first { border-radius:.5em 0 0 .5em } 
.board_pg button.btn.last { border-radius:0 .5em .5em 0 } 
.board_pg button.btn .ico { font-size:1em } 
.board_pg button.btn.first .ico:before { content:"\ea47" } 
.board_pg button.btn.prev .ico:before { content:"\e93c" } 
.board_pg button.btn.next .ico:before { content:"\e93f" } 
.board_pg button.btn.last .ico:before { content:"\ea48" } 

.board_viewT { padding-bottom: 2rem; } 
.board_viewT .vTit { font-weight:600; font-size: 2.515rem; text-align:left; padding-bottom: 1rem; color: var(--siteC); } 
.board_viewT .info { display:flex; align-items:center; gap:0 3em; } 
.board_viewT .info > li { position:relative; color:#999 } 
.board_viewT .info > li:not(:last-child):before { content:""; position:absolute; right:-1.5em; top:50%; width:1px; height:60%; transform:translateY(-50%); background:#ccc } 
.board_viewT .info > li .ico { font-size:1em; margin-right:.25em } 
.board_viewT .info > li.name .ico:before { content:"\e9f2" } 
.board_viewT .info > li.date .ico:before { content:"\e9a0" } 
.board_viewT .info > li.hit .ico:before { content:"\e950" } 
.board_viewM { background: #f5f5f5; padding: 3.5rem; border-radius: 1rem; box-sizing: border-box; font-size: 20px !important; line-height: 1.6 !important; } 
.board_viewM .ytFrame { width:100%; margin:0 auto } 
.board_viewM .ytFrame iframe { position:absolute; left:0; top:0; width:100%; height:100% } 
.board_youtube { text-align: center; margin: 0 auto; padding-bottom: 2rem; } 
.board_youtube iframe { width: 80% !important; height: 600px !important; } 
.board_viewF { display:flex; background:#f5f5f5; padding:2.5rem 3.5rem; border-radius: 1rem; margin-top: 1rem; } 
.board_viewF .wrap_tit { width:6em; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd } 
.board_viewF .wrap_tit .t1 { font-weight:500; font-size:1.063em } 
.board_viewF .wrap_con { flex:1 1 0%; min-width:0 } 
.board_viewF .wrap_con .list > li:not(:first-child) { margin-top:.5em } 
.board_viewF .wrap_con .list > li > a { padding-left:1.25em; position:relative } 
.board_viewF .wrap_con .list > li > a:hover .tt,
.board_viewF .wrap_con .list > li > a:focus .tt { text-decoration:underline } 
.board_viewF .wrap_con .list > li > a .xi { font-size:1.125em } 
.board_viewF .wrap_con .list > li > a .down { margin-left:.5em; color:var(--siteC) } 
.board_viewF .wrap_con .list > li > a .ico { position:absolute; left:0; top:0 } 
.board_viewF .wrap_con .list > li > a .ico:before { content:"\e998" } 
.board_viewF .wrap_con .list > li > a .down:before { content:"\eb7c" } 

.board_view_comment { background:#fff; border-radius:.5em; margin:2em 0 } 
.board_view_comment .wrap_tit { font-size:1.125em } 
.board_view_comment .wrap_inp { margin:1em 0 2em 0 } 
.board_view_comment .wrap_inp .btn { margin-left:1em; height:auto !important; width:5em } 
.board_view_comment .wrap_list > li { margin-bottom:1em; padding-bottom:1em; border-bottom:1px solid #eee } 
.board_view_comment .wrap_list .info { display:flex; align-items:flex-start; gap:0 1em; justify-content:space-between } 
.board_view_comment .wrap_list .con { font-size:.938em; font-weight:500; margin:1em 0 .5em 0 } 
.board_view_comment .wrap_list .date { font-size:.875em; color:#888 } 
.board_view_comment .board_pg { margin-top:2em } 

.board_st.gallery { padding:2em 0; border-top:2px solid #333; } 
.board_st.gallery .list { margin:0 0 -1em -2.5em; } 
.board_st.gallery .list > li { /*flex:1 1 33.33%; max-width:33.33%; */ width:25%; } 
.board_st.gallery .list > li .in { flex:1; position:relative; display:block; margin:0 0 2em 2em; border: 1px solid #ccc; color:#111; border-radius: 1em; overflow: hidden; } 
.board_st.gallery .list > li:hover .in { box-shadow:.5em .5em rgba(51,51,51,1); border: 1px solid #333; transition:.2s; } 
.board_st.gallery .list > li:hover .in .sub_tt.t5 { color: #333 !important; font-weight:600 } 
.board_st.gallery .list > li .in .img { overflow:hidden; padding-bottom:133%; } 
.board_st.gallery .list > li .in .img img { transition:.3s; } 
.board_st.gallery .list > li:hover .in .img img { transform:scale(1.1); } 
.board_st.gallery .list > li .in .con { padding: 1em; text-align: center; } 
.board_st.gallery .list > li .in .con .tit { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } 
.board_st.gallery .list > li .in .con .tit .tt { font-size:1.125em; } 
.board_st.gallery .list > li .in .con .board_info { margin-top:1em; } 
.board_st.gallery .list > li .in .con .board_info > li { font-size:.938em; padding-right:1.625em; } 
.board_st.gallery .list > li .in .con .board_info > li:before { right:.75em; } 
.board_st.gallery .list > li .in .thumb { transform:scale(1); transition:.4s; } 
.board_st.gallery .list > li .in:hover .thumb:not(.pic) { transform:scale(1.1); } 
.board_st.gallery .list > li .in:hover .con .tit { text-decoration:underline; } 
.board_st.gallery .adm_chk { position:absolute; z-index:9; top:.5em; left:.5em; display:block; } 

.news_table { display: flex; gap: 2.5rem 1rem; flex-wrap: wrap; } 
.news_table > li { width: calc((100% - 3rem) / 4); } 
.news_table > li > .wrap_in { } 
.news_table > li > .wrap_in > .c_img { position: relative; height: 15rem; border-radius: 1rem; overflow: hidden; } 
.news_table > li > .wrap_in > .c_img > img { width: 100%; height: 100%; object-fit: cover; } 
.news_table > li > .wrap_in > .c_con .tit_wrap { } 
.news_table > li > .wrap_in > .c_con .tit_wrap > .tit1 { font-size: 1.1rem; color: #212529; line-height: 1.5; font-weight: 600; margin: .75rem 0; } 
.news_table > li > .wrap_in > .c_con .tt1 { font-size: .936rem; color: #666; font-weight: 400; line-height: 1; } 

.news_table.yu > li > .wrap_in > .c_img { height: 12rem; } 

.no_con { padding:5.5em 0 !important; background:#fff !important; color:#999 !important; text-align:center; } 
.no_con:before { content:"\e9d8"; font-family:xeicon !important; font-size:3.5em; color:#ddd; display:block; margin:0 auto .25em auto; } 
div.no_con { border:solid #ddd; border-width:1px 0; font-size:.938em; } 


.userSt { display:flex; align-items:center; line-height:1; gap:0 .5em } 
.userSt .ico { width:2em; height:2em; border-radius:50%; background:#ddd; color:#fff; display:flex; align-items:center; justify-content:center } 
.userSt .ico .xi { font-size:1.5em } 
.userSt .ico .xi:before { content:"\e9f3" } 
.userSt .t1 { font-weight:700 } 

.form_wrap .form_tit { border-bottom:1px solid #111; padding:.75em 0 } 
.form_wrap .form_tit .t1 { font-weight:700; font-size: 1.815rem; } 
.form_wrap .form_tit .t2 { font-weight:700; font-size:1.625em } 
.form_wrap .form_tit .t3 { font-weight:500; font-size:1.125em } 
.form_wrap .form_con { padding:1.5em 0 } 
.form_st { border-top:1px solid #111 } 
.form_st > li { border-bottom:1px solid #ddd; padding:.75em 0; flex: 1 50%; } 
.form_st > li.w100 { flex: 1 1 100%; } 
.form_wrap .form_tit + .form_st > li:first-child { border-top:none } 
.form_st > li.bd0 { border-bottom:none } 
.form_lab { display:flex; align-items:center } 
.form_lab .lab_tit,
.form_lab .lab_con { min-height:3em; box-sizing:border-box; display:flex; align-items:center; } 
.form_st.h1 .lab_tit,
.form_st.h1 .lab_con { min-height:2em } 
.form_lab .lab_tit { position: relative; width:9em; min-width: 9em; margin-right:2em; gap:.5em 0; padding-left:.25em } 
.form_lab .lab_tit:before { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: #ddd; content: ''; } 
.form_lab .tit1 { font-weight:600; color: var(--siteC); font-size:1.063em } 
.form_lab .tit2 { font-weight:500; font-size:.938em; line-height:1.2 } 
.form_lab .lab_con { flex:1 1 0%; min-width:0; gap:.25em; font-weight:400; color: #444; } 
.form_lab .lab_con.not(.flex) > * { flex:1 1 0%; min-width:0 } 
.form_lab .lab_con .inp_tt { flex:0 0 auto; font-size:.938em; color:#666; font-weight:400 } 
.form_lab .lab_con .input_st { width:100% } 
.form_lab .lab_con .line { padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd } 
.form_lab .lab_con .w1 { flex:0 0 auto; width:3em } 
.form_lab .lab_con .w2 { flex:0 0 auto; width:9em } 
.form_lab .lab_con .w50 { flex:0 0 auto; width:50% } 
.form_lab .lab_con .w100 { flex:0 0 auto; width:100% } 
.form_lab .lab_con .w_auto { flex:0 0 auto } 
.form_lab .lab_con .max1 { max-width:27em } 
.form_lab .lab_con .max2 { max-width:8.375em } 
.form_lab .lab_con .max3 { max-width:23.5em } 
.form_lab .lab_con .max4 { max-width:9.375em } 
.form_lab .lab_con .min1 { min-width:23.5em } 

.form_wrap.st1 { } 
.form_wrap.st1 .form_st { border:1px solid #ddd; padding:1em 2em } 
.form_wrap.st1 .form_st > li { border-bottom:none; border-top:none; padding:.375em 0 } 
.font_wrap.st1 .form_lab .lab_con { min-height:auto } 

.board_cate { display:flex; flex-wrap:wrap; margin-bottom:1.25em; border-radius:.5em; box-sizing:border-box; position:relative; padding:1px 0 0 1px } 
.board_cate:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; top:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5; z-index:-1 } 
.board_cate > li { width:20% } 
.board_cate > li > a { display:flex; align-items:center; justify-content:center; height:3.5em; position:relative; color:#777; background:#fff } 
.board_cate > li > a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; right:0; bottom:0; border:1px solid #ddd; box-sizing:border-box; border-left:none; border-top:none } 
.board_cate > li > a .tt { font-weight:600; position:relative; font-size:1.063em } 
.board_cate > li > a:hover,
.board_cate > li > a:focus { background:#f9fbfc; color:#111; z-index:1 } 
.board_cate > li.on > a { background:var(--siteC); color:#fff; border-color:transparent } 
.board_cate > li.on > a .tt:after { content:""; position:absolute; right:-.75em; top:0; width:.375em; height:.375em; background:#fff; border-radius:50% } 

/* table_form_wrap */
.table_form_wrap { } 
.table_form_wrap .form_tit { padding:1em 0 } 
.table_form_wrap .form_tit .t1 { font-weight:700; font-size:1.375em } 
.table_form_wrap .form_tit .t2 { font-weight:700; font-size:1.625em } 
.table_form_wrap .form_tit .t3 { font-weight:500; font-size:1.125em } 
.table_form > li { border-bottom:1px solid #ddd; padding:.75em 0 } 
.table_form > li:first-child { border-top:1px solid #111 } 
.table_form > li.bd0 { border-bottom:none } 
.table_form > li.bd1 { border-top:none } 
.table_form > li.p1 { padding:1.5em 0; } 
.table_form .wrap_in { display:flex; align-items:center } 
.table_form .wrap_in .tit_wrap,
.table_form .wrap_in .con_wrap { min-height:3em; box-sizing:border-box; display:flex; flex-wrap:wrap; align-items:center; } 
.table_form .wrap_in .tit_wrap { width:17em; gap:.5em 0; padding:0 1.25em; } 
.table_form .wrap_in .tit1 { font-size:1.125em; font-weight:600; } 
.table_form .wrap_in .tit2 { font-size:1.063em; font-weight:600; } 
.table_form .wrap_in .tit3 { font-size:1.000em; font-weight:500; line-height:1.2; } 
.table_form .wrap_in .con_wrap { flex:1 1 0%; min-width:0; gap:.25em; font-size:1.063em; } 
.table_form .wrap_in .con_wrap > * { flex:1 1 0%; min-width:0 } 
.table_form .wrap_in .con_wrap .label_wrap li { width: 12%; } 
.table_form .wrap_in .con_wrap .label_wrap li.w2 { width: 35%; } 
.table_form .wrap_in .con_wrap .inp_tt { flex:0 0 auto; font-size:.938em; color:#666; } 
.table_form .wrap_in .con_wrap .input_st { width:100% } 
.table_form .wrap_in .con_wrap .line { padding-top:.75em; margin-top:.75em; border-top:1px solid #ddd } 
.table_form .wrap_in .con_wrap .w1 { flex:0 0 auto; width:3em } 
.table_form .wrap_in .con_wrap .w2 { flex:0 0 auto; width:9em } 
.table_form .wrap_in .con_wrap .w3 { flex:0 0 auto; width:20em } 
.table_form .wrap_in .con_wrap .w4 { flex:0 0 auto; width:6em } 
.table_form .wrap_in .con_wrap .w5 { flex:0 0 auto; width:12em } 
.table_form .wrap_in .con_wrap .w50 { flex:0 0 auto; width:50% } 
.table_form .wrap_in .con_wrap .w100 { flex:0 0 auto; width:100% } 
.table_form .wrap_in .con_wrap .w_auto { flex:0 0 auto } 
.table_form .wrap_in .con_wrap .max1 { max-width:29em } 
.table_form .wrap_in .con_wrap .max2 { max-width:8.375em } 
.table_form .wrap_in .con_wrap .max3 { max-width:23.5em } 
.table_form .wrap_in .con_wrap .max4 { max-width:9.375em } 
.table_form .wrap_in .con_wrap .min1 { min-width:23.5em } 

.table_form_wrap .table_form.st2 { display: flex; flex-wrap: wrap; } 
.table_form_wrap .table_form.st2 > li { width: 100%; box-sizing: border-box; } 
.table_form_wrap .table_form.st2 > li.w2 { width: 50%; } 
.table_form_wrap .table_form.st2 .wrap_in .tit_wrap { width: 12em; word-break: keep-all; } 
/* .table_form_wrap .table_form.st2 > li:not(.w2) .wrap_in .con_wrap .max1 { width:calc(100% - 3em); max-width: calc(50% - 15em); } */


.agree_box { border:1px solid #ddd; border-radius:.5em; padding:1.5em; height:12em; line-height:1.5; overflow-y:auto; color:#666 } 
.agree_box.st1 { border:none; padding:0; height:auto; font-size:1.063em } 
.agree_box * { vertical-align:top } 
.agree_box > *:not(:first-child) { margin-top:.75em } 
.agree_box a { text-decoration:underline } 
.agree_box strong { font-weight:700 } 
.agree_box h4:not(:first-child) { font-weight:700; font-size:1.063em; color:#333; margin-top:2em } 
.agree_box table { border:1px solid #ddd; width:100%; font-size:.938em } 
.agree_box table th,
.agree_box table td { border:1px solid #ddd; padding:.5em; height:1em; vertical-align:middle } 
.agree_box table th { font-weight:500; background:#f5f5f5 } 
.agree_wrap .agree_box:not(:last-child) { border-radius:.5em .5em 0 0; border-bottom:none } 
.agree_wrap .agree_check { border-radius:0 0 .5em .5em; border:1px solid #ddd; border:1px solid #ddd; padding:1.5em } 

.agree_wrap { box-shadow:0 0 1em rgba(0,0,0,.1); padding:2em; color:#666 } 
.agree_wrap .agree.st p { font-size:.938em; letter-spacing:.5px; line-height:1.9; padding:1em 0; font-weight:400; color:#222; } 
.agree_wrap .agree.st p strong { font-size:1.3em; font-weight:500; } 


/**/
.ess { color:var(--siteC); font-weight:700; margin:0 .25em } 
.ess_tt { font-size:.938em; color:#666 } 


.form_chk .label_st input[type=checkbox],
.form_chk .label_st input[type=radio] { width: auto; height: auto; overflow: visible; margin-bottom: auto; } 

.label_st { display:flex; align-items:center; min-height:1em; cursor:pointer; line-height:1; box-sizing:border-box; font-weight:500 } 
.label_st .xi { font-size:1.5em; margin-right:.125em } 
.label_st .xi ~ span { padding:.125em 0; word-break:keep-all; flex:1 1 0%; min-width:0 } 
.label_st input:checked ~ .xi:before,
.label_st input:checked ~ span { color:var(--siteC) } 
.label_st.c1 input:checked ~ .xi:before { color:var(--siteC) } 
.label_st input[type=checkbox] ~ .xi:before { content:"\e98f" } 
.label_st input[type=checkbox]:checked ~ .xi:before { content:"\e92d" } 
.label_st input[type=radio] ~ .xi:before { content:"\e9c6" } 
.label_st input[type=radio]:checked ~ .xi:before { content:"\e9c7" } 
.label_st input[type=checkbox] { } 
.label_st input[type=radio] { width:0; height:0; overflow:hidden; position:absolute; z-index:-1 } 

.label_st input { zoom:1.5; margin-bottom:auto; cursor:pointer; display: none; } 

.label_st.st1 { position:relative; text-align:center; justify-content:center; flex-direction:column; padding:.5em .125em; gap:.5em 0 } 
.label_st.st1 .bg { position:absolute; left:1px; top:1px; width:calc(100% - 2px); height:calc(100% - 2px); box-sizing:border-box; border-radius:.5em; border:1px solid transparent } 
.label_st.st1 .tt { display:block; width:100%; text-align:center; font-size:.813em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500 } 
.label_st.st1 .img { height:2.5em; box-sizing:border-box; padding:.5em } 
.label_st.st1 .img img { max-height:100% } 
.label_st.st1 input:checked ~ .bg { border-color:var(--siteC) } 
.label_st.st1 input:checked ~ .tt { color:var(--siteC) } 

.label_st.st2 { position:relative; height:3em; padding:.5em 1em; display:flex; align-items:center; justify-content:center; flex-direction:column } 
.label_st.st2 .bg { position:absolute; left:-1px; top:-1px; width:calc(100% + 1px); height:calc(100% + 1px); box-sizing:border-box; border:1px solid #ddd } 
.label_st.st2 .tt { font-weight:500 } 
.label_st.st2 input:checked ~ .bg { border-color:var(--siteC); z-index:1 } 
.label_st.st2 input:checked ~ .tt { color:var(--siteC); font-weight:700 } 

.label_wrap { display:flex; flex-wrap:wrap; gap:1em 3em } 
.label_wrap.fix1 { gap:1em 0 } 
.label_wrap.fix1 > * { width:25%; max-width:8em } 
.label_wrap.fix { gap:.25em 0 } 
.label_wrap.fix.d1 > * { width:16.66% } 
.label_wrap.fix.d2 > * { width:20% } 
.label_wrap.fix.d3 > * { width:25% } 
.label_wrap.fix0 { gap:0 } 
.label_wrap.fix0 > * { flex:1 1 1% } 
.label_wrap.w_1 { width:25em } 
.label_wrap.row { flex-direction:column; gap:.5em 0 } 
.label_wrap.row > * { width:100% } 

.board_file { display:flex; flex-wrap:wrap; gap:.5em } 
.board_file > li > a { padding:.5em 1em; border-radius:.25em; border:1px solid #ddd; font-size:.875em; font-weight:500; color:#333; display:flex; gap:0 .25em; transition:.3s } 
.board_file > li > a:before { font-family:xeicon; content:"\ea6a" } 
.board_file > li > a:hover { box-shadow:0 0 1em rgba(0,0,0,.1); border-color:#111 } 

.input_st { border:1px solid #ddd; color:#111; padding:.5em .75em; box-sizing:border-box; height:3em; border-radius: .5rem; font-weight:500 } 
.input_st[type=file] { background:none; border:1px solid #ddd; padding:0; width:100% } 
.input_st[readonly] { background:#f5f5f5 } 
textarea.input_st { width:100%; height:7em } 
textarea.input_st.h1 { height:15em } 
select.input_st { padding-right:2.5em !important } 

.input_st .xi { margin:0 .5em; margin-top:-.188em } 
.input_st .xi:first-child { margin-left:0 } 
.input_st .xi:last-child { margin-right:0 } 

.input_st.s1 { height:3.5em; padding:.5em 1.5em; font-size:1.125em; font-weight:500; font-weight:600 } 
.input_st.s1 .xi { margin-right: 0.5em; margin-top:0; } 
.input_st.s2 { height:2.25em; padding:.25em .75em; font-size:.938em } 
.input_st.s2 .xi { font-size:1em } 
.input_st.s3 { height:auto; font-size:.875em; } 


.input_st.c1 { background:var(--siteC); border-color:var(--siteC); color:#fff } 
.input_st.c1.re { background:#fff; border-color:var(--siteC); color:var(--siteC) } 
.input_st.c2 { background:#999; border-color:#999; color:#fff } 
.input_st.c2.re { background:#fff; border-color:#ccc; color:#888 } 
.input_st.c3 { background:#333; border-color:#333; color:#fff } 
.input_st.c3.re { background:#fff; border-color:#333; color:#333 } 
.input_st.c4 { background:var(--siteC); border-color:var(--siteC); color:#fff } 
.input_st.c4.re { background:#fff; border-color:var(--siteC); color:var(--siteC) } 
.input_st.c5 { background:var(--siteC3); border-color:var(--siteC3); color:#fff } 
.input_st.c5.re { background:#fff; border-color:var(--siteC3); color:var(--siteC3) } 

.input_st.w100 { width:100% } 
.input_st.w1 { width:14em; max-width:100% } 
.input_st.w2 { width:6.25em } 
.input_st.w3 { width:40em; max-width:100% } 
.input_st.w4 { width:12em } 

.input_st .xi.arrow { font-size:1em; margin:0 .5em } 
.input_st .xi.arrow:before { content:"\e93f" } 

.input_st.wFix { min-width:8em; text-align:center } 

.label_calendar { position:relative } 
.label_calendar input { padding-right:2.5em; background:#fff !important; border:1px solid #ddd !important } 
.label_calendar .icon { position:absolute; right:0; top:0; width:2.5em; height:100%; display:flex; justify-content:center; align-items:center; } 
.label_calendar .icon:before { font-family:xeicon; content:"\e9a0"; color:#aaa } 

.input_sec { width:2em; text-align:center } 
.input_sec.w1 { width:.5em } 
.input_sec.w2 { width:4em } 
.input_sec.w3 { width:1em } 
.input_row { height:.25em; width:100% } 

.input_st::-webkit-input-placeholder { color:#aaa } 
.input_st::-moz-placeholder { color:#aaa } 
.input_st:-moz-placeholder { color:#aaa } 
.input_st:-ms-input-placeholder { color:#aaa } 

.input_wrap { display:flex; flex-wrap:wrap; align-items:center; } 

/*guide*/
.guide_box{}
.guide_box .guide_in{ padding: 3.5rem; box-sizing: border-box; border: 1px solid #ddd; border-radius: 1rem;}
.guide_box .guide_in div{ margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #ddd;}
.guide_box .guide_in p{ font-size: 1.063rem; line-height: 1.4;}
.guide_box .guide_in p:last-of-type{ border-bottom: none;}
.guide_box .guide_in .tit{ font-size: 1.815rem; font-weight: 700; padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 2px solid #111;}
.guide_box .guide_in strong{ font-size: 1.415rem; font-weight: 600; margin-bottom: .75rem;}

.email_top{ background: #f7f7f7; border-radius: 1rem; text-align: center; padding: 2.5rem; box-sizing: border-box; border-bottom: none !important;}
.email_top .Ttxt{ font-size: 1.215rem !important; font-weight: 500;}
.email_con{ padding-bottom: 0 !important; margin-bottom: 0 !important; border: none !important;}

/**/
.w_no { width:4em } 
.w_cate { width:8em } 
.w_tit { width:auto } 
.w_name { width:6em } 
.w_date { width:8em } 
.w_hit { width:6em } 
.w_check { width:4em } 
.w_btn { width:6em } 
.w_state { width:6em } 
.w_faq { width:4em } 

.w_form_tit { width:12em } 
.w_form { width:auto } 
.w_auto { width:auto } 

.ui-widget { font-size:.938em !important } 

.noimg { overflow:hidden; position:relative } 
.noimg:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; background-:url(../images/inc/noimg.jpg) no-repeat center; background-size:contain } 
.noimg[style*=".png"]:before,
.noimg[style*=".jpg"]:before { background:none } 

.tt_state { display:inline-block; box-sizing:border-box; border:1px solid transparent; line-height:1; min-width:5em; padding:.375em .5em; border-radius:.25em; font-size:.938em; font-weight:500; text-align:center } 
.tt_state.c1 { background:var(--siteC); color:#fff } 
.tt_state.c2 { background:#777; color:#fff } 

.tt_star .icon { position:relative; font-size:1.125em; margin-right:-.25em } 
.tt_star .icon:before { content:"★"; color:#ccc } 
.tt_star .icon.on:before { color:#111 } 
.tt_star .icon.half:after { content:"★"; color:#111; position:absolute; left:0; top:0; width:55%; overflow:hidden } 

.tt_prod { font-size:1.313em } 
.tt_prod.s1 { font-size:.938em; color:#888 } 

.tt_price { line-height:1; display:inline-flex; align-items:flex-end; gap:0 .5em } 
.tt_price .tn { font-size:1.188em; font-weight:800 } 
.tt_price .tw { font-size:.938em; margin-bottom:.125em } 

.tt_price .tn.s1 { font-size:.938em } 
.tt_price.c1 { color:var(--siteC) } 

.tt_st1 { font-size:1em; color:#777; line-height:1.5 } 
.tt_st2 { font-size:1.063em; font-weight:500 } 
.tt_st3 { font-size:1.188em; font-weight:500 } 
.tt_st4 { font-size:1.25em; line-height:1.6 } 
.tt_st5 { font-size:1.5em; font-weight:500 } 

.ps05 { margin-top:.5em !important } 
.ps1 { margin-top:1em !important } 
.ps2 { margin-top:2em !important } 
.ps3 { margin-top:3em !important } 
.ps4 { margin-top:4em !important } 
.ps5 { margin-top:5em !important } 
.ps { margin-top:4em !important } 

.page_sec_list > li:not(:first-child) { margin-top:3em } 

/*
.flex_table { } 
.flex_table > li { counter-increment: recordIdx } 
.flex_table > li .wrap_in { display:flex; align-items:center; gap:0 1.5em; padding:1.5em 0; border-bottom:1px solid #ddd } 
.flex_table > li .wrap_in .cell { flex:0 0 auto; display:flex; flex-direction:column; gap:.75em 0; box-sizing:border-box } 
.flex_table > li .wrap_in .cell.c_count { width:3em; text-align:right } 
.flex_table > li .wrap_in .cell.c_count:before { content:counter(recordIdx) "." } 
.flex_table > li .wrap_in .cell.c_img { width:16em; overflow:hidden } 
.flex_table > li .wrap_in .cell.c_grow { flex:1 1 0%; min-width:0 } 
.flex_table > li .wrap_in .cell .tit1 { font-size:1.25em; font-weight:600 } 
.flex_table > li .wrap_in .cell .tt1 { color:#666 } 
*/

/*Felx table*/
.flex_table { display: flex; flex-direction: column; width: 100%; } 
.flex_table .thead { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 1px; background: #eee; border-bottom: 1px solid #ddd; } 
.flex_table .tbody { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 1px; border-bottom: 1px solid #ddd; } 
.flex_table .tbody .grid_row .td { border-top: 1px solid #ddd; } 
.flex_table .tbody .grid_row.row_tr .td { border-top: none; } 
.flex_table .thead .tr { border-bottom: none; } 
.flex_table .tr { flex:1 1 0%; min-height:0; display: contents; border-bottom: 1px solid #ddd; box-sizing:border-box; overflow:hidden } 
.flex_table .tr:not(:last-child) { border-bottom:none } 
.flex_table .tr:first-child { } 
.flex_table .tr:last-child { border-bottom-left-radius:.5em; border-bottom-right-radius:.5em } 
.flex_table .td { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; flex:1 1 0%; min-width:0; box-sizing:border-box; padding:1em; border-right:1px solid #ddd } 
.flex_table .td.al { align-items:flex-start } 
.flex_table .td:last-child { border-right:none } 
.flex_table .td.bg1 { background:#f5f5f5 } 
.flex_table .td.cr { position:relative; } 
.flex_table .td.cr:after { position: absolute; top: 18px; right: 40px; color: var(--crRed); content: '*'; } 

.flex_table .td.wauto { width: 100%; } 
.flex_table .td.w1 { width: 10em; } 
.flex_table .td.w2 { width: 9em; } 
.flex_table .td.w3 { width: 14em; } 
.flex_table .td.wAgency { width: 6em; } 

.flex_table .thead .tr { background:#f5f5f5; } 
.flex_table .thead .tr:first-child { border-top-left-radius:0; border-top-right-radius:0; border-top:1px solid var(--siteC) } 
.flex_table .flex_table { flex: 1 1 0; min-width:0 } 
.flex_table .flex_table .thead { margin-bottom:0 } 
.flex_table .flex_table .tr { border:none; border-bottom:1px solid #ddd } 
.flex_table .flex_table .tr:last-child { border-bottom:none } 

.flex_table .td .logo { } 
.flex_table .td .logo > img { width: 4em; } 

.flex_table .td .dot_list { } 
.flex_table .td .dot_list > li { position:relative; padding-left: 1em; } 
.flex_table .td .dot_list > li:before { position: absolute; } 
.flex_table .td .dot_list > li > span { } 

.flex_table .wfair { grid-column: 1; } 
.flex_table .wplace { grid-column: 2; } 
.flex_table .wdate { grid-column: 3; } 

.flex_table .wdate.td { font-size: .9em; } 


/*Felx table*/
.flex_table2 .thead { margin-bottom:1em } 
.flex_table2 .thead .td { color: #fff; } 
.flex_table2 .tbody { display:flex; flex-direction:column; height:100% } 
.flex_table2 .tr { flex:1 1 0%; min-height:0; display:flex; border:1px solid #ddd; box-sizing:border-box; overflow:hidden } 
.flex_table2 .tr:not(:last-child) { border-bottom:none } 
.flex_table2 .tr:first-child { border-top-left-radius:.5em; border-top-right-radius:.5em } 
.flex_table2 .tr:last-child { border-bottom-left-radius:.5em; border-bottom-right-radius:.5em } 
.flex_table2 .td { display:flex; flex-direction:column; align-items:center; /*min-height:2.5em; */ justify-content:center; text-align:center; flex:1 1 0%; min-width:0; box-sizing:border-box; padding:1em; border-right:1px solid #ddd } 
.flex_table2 .td.al { align-items:flex-start; padding: 1em 3em; } 
.flex_table2 .td .star { color: var(--siteC6); margin-left: .15em; display: inline; } 
.flex_table2 .td .t_list { } 
.flex_table2 .td .t_list > li { margin-bottom: .3em; } 
.flex_table2 .td .t_list > li:last-of-type { margin-bottom: 0em; } 
.flex_table2 .td:last-child { border-right:none } 
.flex_table2 .td.bg1 { background:#f0f4ff; color: #193988; } 
.flex_table2 .td.bg2 { background:#f5f5f5; } 
.flex_table2 .td.cr { position:relative; } 
.flex_table2 .td.cr:after { position: absolute; top: 18px; right: 40px; color: var(--crRed); content: '*'; } 
.flex_table2 .td.w1 { flex:0 0 10em } 
.flex_table2 .td.w2 { flex:0 0 8em } 
.flex_table2 .td.w3 { flex:0 0 14em } 
.flex_table2 .td.w4 { flex:0 0 16em } 
.flex_table2 .td.w5 { flex:0 0 26em } 
.flex_table2 .td.wName { flex:0 0 7em } 
.flex_table2 .td.wPo { flex:0 0 4em } 
.flex_table2 .td.wMail { flex:0 0 12em } 
.flex_table2 .td.wTel { flex:0 0 9em } 
.flex_table2 .td.wAgency { flex:0 0 16em } 
.flex_table2 .td.wCost { flex:0 0 15.1em } 
.flex_table2 .td.wdiv { flex:0 0 25em } 
.flex_table2 .thead .tr { box-shadow:0 .25em .5em rgba(0,0,0,.1); background:linear-gradient(to right, #193988, #348AC7); color: #fff; } 
.flex_table2 .flex_table { flex: 1 1 0; min-width:0 } 
.flex_table2 .flex_table .thead { margin-bottom:0 } 
.flex_table2 .flex_table .tr { border:none; border-bottom:1px solid #ddd } 
.flex_table2 .flex_table .tr:last-child { border-bottom:none } 

.flex_table2 .td .dot_list { } 
.flex_table2 .td .dot_list > li { position:relative; padding-left: 1em; } 
.flex_table2 .td .dot_list > li:before { position: absolute; } 
.flex_table2 .td .dot_list > li > span { } 


.table_info { } 
.table_info .info_box { align-items: center; gap:.3em; font-size: .9em; padding: .5em 1em; background: #f9f9f9; border-radius: .35em; } 
.table_info .info_box > i { color: var(--siteC); } 
.table_info .info_box > p { font-size: .85em; color: #222; } 

.table_info { } 
.table_info .con { display: flex; align-items: center; font-size: .95em; font-weight: 600; padding: .35em .85em; border-radius: .3em; box-sizing: border-box; background: #f5f5f5; } 
.table_info .con > .xi { color: var(--siteC); margin-right: .3em; } 

.grid_row { display: contents; } 
.Rowspan { display: flex; align-items: center; justify-content: center; } 
.Rowspan.row1 { grid-row: span 1; } 
.Rowspan.row2 { grid-row: span 2; } 
.Rowspan.row3 { grid-row: span 3; } 
.Rowspan.row4 { grid-row: span 4; } 
.Rowspan.row5 { grid-row: span 5; } 
.Rowspan.row6 { grid-row: span 6; } 
.Rowspan.row7 { grid-row: span 7; } 
.Rowspan.row8 { grid-row: span 8; } 
.Rowspan.row9 { grid-row: span 9; } 
.Rowspan.row10 { grid-row: span 10; } 

.board_spec { display:flex; flex-wrap:wrap; gap:0 2em } 
.board_spec > li { position:relative; font-size:.938em; color:#777 } 
.board_spec > li.point { font-weight:800; color:var(--siteC) } 
.board_spec > li:not(:last-child):before { content:""; position:absolute; right:-1em; top:50%; transform:translateY(-50%); width:1px; height:60%; background:#ddd } 

.page_search_wrap { padding:.5em } 
.page_search_wrap .wrap_in { padding:1.5em; background:#fff } 
.page_search_wrap .wrap_in .tit { font-weight:500; font-size:1.063em } 

.board_faq { border-top:1px solid #111; } 
.board_faq > li { } 
.board_faq > li .wrap_in { position:relative; display:flex; align-items:center; gap:0 2em; border-bottom:1px solid #ddd; line-height:1.8; } 
.board_faq > li .wrap_in > * { min-width:0; } 
.board_faq > li .wrap_in .tit { width:5em; text-align:center; } 
.board_faq > li .wrap_in .tit .tt { font-size:2.000em; } 
.board_faq > li .wrap_in .tit .tt.c1 { } 
.board_faq > li .wrap_in .tit .tt.c2 { color:#042d5c; } 
.board_faq > li .wrap_in .sbj { flex:1; } 
.board_faq > li .wrap_in .sbj .tt { display:block; padding:1em 0; font-size:1.063em; line-height:1.5; } 
.board_faq > li .wrap_in .con { flex:1; padding:.75em 1em .75em 0; } 
.board_faq > li .wrap_in .con .tt { color:#333; } 
.board_faq > li .wrap_in .ico { position:absolute; right:0; top:50%; width:5em; text-align:center; transform:translateY(-50%); opacity:.4; } 
.board_faq > li .wrap_in .ico .arrow { font-size:2.000em; transition:.3s; } 
.board_faq > li .wrap_in .ico .arrow:before { content:"\e943"; } 
.board_faq > li .faqTit .wrap_in { padding:1em 5em 1em 0; } 
.board_faq > li .faqCon { height:0; overflow:hidden; opacity:0; visibility:hidden; transition:.3s; } 
.board_faq > li .faqCon .wrap_in { align-items:flex-start; } 
.board_faq > li.on .faqTit .wrap_in { background:#f5f5f5; } 
.board_faq > li.on .faqTit .wrap_in .ico .arrow { transform:rotate(-180deg); } 
.board_faq > li.on .faqCon { height:auto; overflow:visible; opacity:1; visibility:visible; } 
.board_faq > li.on .faqCon .wrap_in { padding-top:3em; padding-bottom:3em; transition:.3s; } 

.board_photo { display:flex; flex-wrap:wrap; gap:3em 2em } 
.board_photo > li { width:calc((100% - 6em) / 4) } 
.board_photo > li .wrap_in { display:block; overflow:hidden } 
.board_photo > li .wrap_in .img_wrap { position:relative; display:block; overflow:hidden } 
.board_photo > li .wrap_in .img_wrap .ab { position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box } 
.board_photo > li .wrap_in .con_wrap { display:flex; flex-direction:column; gap:.5em 0; padding:1em 0 } 
.board_photo > li .wrap_in .con_wrap .t1 { font-size:1.125em; font-weight:500 } 
.board_photo > li .wrap_in .con_wrap .t2 { font-size:1.063em; font-weight:500 } 
.board_photo > li .wrap_in .con_wrap .t3 { font-size:.938em; color:#777 } 
.board_photo > li .wrap_in .con_wrap.st1 { border:1px solid #ddd; padding:1em } 
.board_photo.s1 { gap:2em } 
.board_photo.s1 > li { width:100% } 

.board_gallery { border-top:3px solid var(--siteC); } 
.board_gallery > li { padding:1.5em 0; border-bottom:1px solid #ddd; } 
.board_gallery > li .wrap_in { gap:1em 5em; } 
.board_gallery > li .wrap_in .img_wrap { width:100%; } 
.board_gallery > li .wrap_in .img_wrap .book { border:1px solid #e5e5e5; } 
.board_gallery > li .wrap_in .con_wrap { flex:1; padding:1em 0 0; } 
.board_gallery > li .wrap_in .con_wrap .con_tit { max-width:80%; padding-bottom:1em; } 
.board_gallery > li .wrap_in .con_wrap .list_tit { margin:30px 0 10px; font-weight:500; font-size:1.25em; color:#333; } 
.board_gallery > li .wrap_in .con_wrap .list_date { font-size:.875em; color:#777; margin-top: 1em; } 
.board_gallery > li .wrap_in .con_wrap .txt { padding-top:1em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } 
.board_gallery > li .wrap_in .con_wrap .t1 { font-weight:600; color:var(--siteC); } 
.board_gallery > li .wrap_in .con_wrap .t2 { font-size:1.5em; } 
.board_gallery > li .wrap_in .con_wrap .t3 { font-size:1.063em; color:#555; line-height:1.4; } 
.board_gallery > li .wrap_in .board_info { flex:1; } 

.board_gallery.s1 { gap:3em 2em } 
.board_gallery.s1 > li { width: calc( (100% - 6em) / 4); } 

.board_performance { display:flex; flex-wrap:wrap; gap:4em 0 } 
.board_performance > li { width:100% } 
.board_performance > li .wrap_in { display:block; position:relative } 
.board_performance > li .wrap_in .img_wrap { display:block; position:relative; overflow:hidden } 
.board_performance > li .wrap_in .img_wrap:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.3 } 
.board_performance > li .wrap_in .img_wrap .resize { padding-bottom:30%; overflow:hidden; position:relative; background:#f5f5f5 } 
.board_performance > li .wrap_in .img_wrap .resize img { width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%) } 
.board_performance > li .wrap_in .img_wrap .more { position:absolute; left:0; bottom:0; transform:translateY(100%); width:100%; padding:1em 2em; text-align:center; box-sizing:border-box; color:#fff; background:rgba(0,0,0,.7) } 
.board_performance > li .wrap_in .img_wrap .more .t1 { font-weight:600; font-size:.875em; } 
.board_performance > li .wrap_in .img_wrap .more .arrow { font-size:1em; margin-left:.25em } 
.board_performance > li .wrap_in .img_wrap .more .arrow:before { content:"\e907" } 
.board_performance > li .wrap_in .con_wrap { position:absolute; left:0; top:0; width:100%; box-sizing:border-box; color:#fff; padding:2em } 
.board_performance > li .wrap_in .con_wrap .t1 { font-weight:700; font-size:1.625em } 
.board_performance > li .wrap_in .con_wrap .date { opacity:.6 } 
.board_performance > li .wrap_in:hover { box-shadow:0 0 1em rgba(0,0,0,.3) } 
.board_performance > li .wrap_in:hover .img_wrap:after { opacity:0 } 
.board_performance > li .wrap_in:hover .img_wrap .resize img { animation-name: imgAni; animation-duration: 2s; animation-fill-mode: forwards } 
.board_performance > li .wrap_in:hover .img_wrap .more { transition:.3s; transform:translateY(0) } 

@keyframes imgAni { 
 0% { top:0; transform:translateY(0%) } 
100% { top:100%; transform:translateY(-100%) } 
 }

.board_masonry { display:flex; flex-wrap:wrap; margin:-.5em } 
.board_masonry > li { width:25% } 
.board_masonry > li .wrap_in { display:block; margin:.5em; box-shadow:0 0 1em rgba(0,0,0,.1) } 
.board_masonry > li .wrap_in .con_wrap { padding:1em; display:flex; flex-direction:column; gap:1em 0 } 
.board_masonry > li .wrap_in .con_wrap .t1 { font-weight:500; line-height:1.2 } 
.board_masonry > li .wrap_in .con_wrap .date { color:#999; font-size:.875em } 

.boardGrid { position:absolute; visibility:hidden } 

.hover_st:hover .hoverX { transition:.3s; transform:translateX(.5em) } 
.hover_st:hover .hoverLine { text-decoration:underline } 
.hover_st:hover .hoverBg { transition:.3s; transform:scale(1.1) } 
.hover_st .hoverBorder { position:relative } 
.hover_st .hoverBorder:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box; border:.25em solid transparent; border-radius:.5em; opacity:0; transition:.3s } 
.hover_st .hoverBorder:after { border-color:#ddd } 
.hover_st:hover .hoverBorder:after { opacity:1 } 

/*table*/
.table_st { } 
.table_st th,
.table_st td { padding:.7em 1em; border:1px solid #d4d5d8; background:#fff; color:#444; box-sizing:border-box; } 
.table_st td a[href]:hover { text-decoration:underline; } 
.table_st td { font-size: 1em; font-weight: 500; } 
.table_st thead th { text-align:center; color: #fff; background: var(--siteC2); font-weight: 500; } 
.table_st tbody th { background:#fafafa; text-align:center; color:#111; } 
.table_st tr.row ~ tr td:first-child { border-left-width:1px; } 
.table_st a[href*="mailto"] { word-break:break-all; word-wrap:break-word; } 
.table_st .bg1 { background: #888; color: #fff; } 
.table_st .bg2 { background: #f4f4f4; } 
.table_st .bg3 { background: var(--siteC); color: #fff; } 

.inp_w05 { width: 5%; } 
.inp_w08 { width: 8%; } 
.inp_w10 { width: 10%; } 
.inp_w15 { width: 15%; } 
.inp_w20 { width: 20%; } 
.inp_w25 { width: 25%; } 
.inp_w30 { width: 30%; } 

/* 인재영입 */
.board_employ { } 
.board_employ > li { } 
.board_employ > li:first-of-type { border-top: 3px solid #efefef; } 
.board_employ > li > .inner { display: flex; padding: 1.55rem 0.8rem; gap: 2.5rem; align-items: center; border-bottom: 1px solid #efefef; transition: .3s ease-in; justify-content: space-between; } 
.board_employ > li:hover > .inner { border-bottom: 1px solid var(--siteC); } 
.board_employ > li .infoR { } 
.career_info { display: flex; gap: 0.3em; } 
.career_info .career { padding: 0.3rem 0.6rem; border-radius: .5em; border: 1px solid #dde2e5; line-height: 1.2; box-sizing: border-box; } 
.career_info .career.type1 { color: var(--siteC2); background: #fbfcff; } 
.career_info .career.type2 { color: #d12c25; background: #fffdfd; } 
.career_info .career.type3 { color: #333; background: #f7f7f7; } 
.board_employ > li .infoR .tit { display: block; font-size: 1.31rem; font-weight: 500; margin-top: 0.5rem; } 
.board_employ > li .infoR .tit:hover { text-decoration: underline; text-underline-offset : 5px; } 
.board_employ > li .infoR .tag_list { gap: 1.5rem; margin-top: 0.7rem; } 
.board_employ > li .infoR .tag_list li { color: #888; font-size: 1.125rem; position: relative; } 
.board_employ > li .infoR .tag_list li::before { position: absolute; content: ''; height: 4px; width: 4px; border-radius: 100px; background: #888; right: -.8em; top: 50%; transform: translateY(-50%); } 
.board_employ > li .infoR .tag_list li:last-child:before { display: none; } 
.board_employ > li .infoL .job { background: #f7f7f7; padding: .5rem 1rem; box-sizing: border-box; border-radius: .5rem; font-size: 1.125rem; color: var(--siteC); } 

/* 공지사항 */
.board_notice { } 
.board_notice > li { } 
.board_notice > li:first-of-type { border-top: 3px solid #efefef; } 
.board_notice > li > .inner { display: flex; padding: 1.25rem 0; gap: 3rem; align-items: center; border-bottom: 1px solid #efefef; transition: .3s ease; } 
.board_notice > li > .inner > .cate { padding-left: 1.75rem; min-width: 4em; color: var(--siteC); } 
.board_notice > li > .inner > .cate > .tt { font-size: 1.215rem; font-weight: 600; } 
.board_notice > li > .inner > .date { display: flex; flex-direction: column; gap: .5rem; align-items: center; justify-content: center; } 
.board_notice > li > .inner > .date > .day { font-size: 3.75rem; font-weight: 600; color: #cbcbcb; transition: .3s ease; } 
.board_notice > li > .inner > .date > .ym { font-size: .915rem; letter-spacing: 2px; font-weight: 600; color: #cbcbcb; transition: .3s ease; } 
.board_notice > li > .inner > .infoT { width: 75%; } 
.board_notice > li > .inner > .infoT > .tit { font-size: 1.315rem; font-weight: 500; } 
.board_notice > li > .inner > .infoT > .txt { margin-top: .75rem; font-size: 1rem; color: #666; } 
.board_notice > li > .inner > .infoT > .date { margin-top: 1rem; font-size: .936rem; color: #888; font-weight: 400; gap: .5rem; display: flex; align-items: center; } 
.board_notice > li > .inner > .thumb { width: 18%; height: 9rem; } 
.board_notice > li > .inner > .thumb > img { width: 100%; height: 100%; object-fit: cover; } 

.board_notice > li:hover > .inner { border-bottom: 1px solid var(--siteC); } 
.board_notice > li:hover > .inner > .infoT > .tit { text-decoration: underline; } 
.board_notice > li:hover > .inner > .date > .ym,
.board_notice > li:hover > .inner > .date > .day { color: var(--siteC); } 

/*file*/
.board_file { display:flex; flex-wrap:wrap; gap:.5rem } 
.board_file > li > a { padding:.5rem 1rem; border-radius:.25rem; border:1px solid #ddd; font-size:.875rem; font-weight:500; color:#333; display:flex; gap:0 .25rem; transition:.3s } 
.board_file > li > a:before { font-family:xeicon; content:"\ea6a" } 
.board_file > li > a:hover { box-shadow:0 0 1rem rgba(0,0,0,.1); border-color:#111 } 

/*member*/
.login_wrap { } 
.login_wrap.w1 { width: 700px; max-width: 100%; margin: 0 auto; } 
.login_wrap.w2 { width: 1080px; max-width: 100%; margin: 0 auto; } 
.login_wrap .login { width:32em; max-width:94%; margin:0 auto } 
.login_wrap .login .wrap_in { margin:2em 0 0 0 } 

.login_wrap .link_wrap { padding:0 .5em; margin:1.5em 0 3em 0 } 
.login_wrap .link_wrap .link { font-size:.938em; margin:0 1em; color:#666; } 
.login_wrap .link_wrap .link .tt { padding:0 .25em; display:inline-block } 
.login_wrap .link_wrap .link:hover .tt { text-decoration:underline; color:var(--siteC) } 

.login_wrap .check_wrap { font-size:.938em; margin:1em 0 0 0 } 
.login_wrap .btn_wrap { display:flex; flex-wrap:wrap; gap:.375em; margin-top:1em; } 
.login_wrap .btn_wrap > .nomem { font-size: 1em; font-weight: 600; } 
.login_wrap .btn_wrap .btn { display:flex; align-items:center; justify-content:center; text-align:center; gap:.375em; padding:0 2em; height:3.5em; background:var(--siteC); color:#fff; border:none; width:100%; box-sizing:border-box; border:1px solid transparent; font-size:1.063em; font-weight:500; border-radius:.25em } 
.login_wrap .btn_wrap .btn.grow { flex:1; } 
.login_wrap .btn_wrap .btn.c1 { border-color:#222; color:#fff; background:#222 } 
.login_wrap .btn_wrap .btn.c2 { background:#fff; color:var(--siteC); border-color:var(--siteC) } 
.login_wrap .btn_wrap .btn.s1 { font-size:1.25em } 
.login_wrap .btn_wrap .btn.s2 { font-size:.875em } 
.login_wrap .btn_wrap .btn.w1 { flex:1; } 

.login_wrap .find_wrap { text-align:center; display: flex; gap: 1.6em; align-items: center; } 
.login_wrap .find_wrap > li > a { font-size:.938em; position: relative; font-weight: 500; } 
.login_wrap .find_wrap > li > a:before { content:""; position:absolute; right: -.85em; top: 50%; transform: translateY(-50%); height: 10px; width:1px; background:#ccc } 
.login_wrap .find_wrap > li:last-of-type > a:before { display:none } 
.login_wrap .find_wrap > li > a:hover { text-decoration:underline } 

.login_wrap .sns_wrap.st { width:100%; } 
.login_wrap .sns_wrap { padding:1em 0 0; border:solid #ddd; border-width:1px 0 0; margin-bottom:2em } 
.login_wrap .sns_wrap .t1 { text-align:center; font-size:.938em; font-weight:500; margin-bottom:1em } 
.login_wrap .sns_wrap .list { gap:.5em; } 
.login_wrap .sns_wrap .list > li > a { height:3em; padding:0 1em; text-align:center; position:relative } 
.login_wrap .sns_wrap .list > li > a .xi { position:absolute; top:50%; left:1em; width:1.25em; font-size:1.375em; transform:translateY(-50%); } 
.login_wrap .sns_wrap .list > li > a .tt { flex:1; font-size:.938em; font-weight:500; } 

.snsSt a.kaka { background:#f9e000; color:#3b1f1e; } 
.snsSt a.kaka .xi:before { content: '\ebee'; } 
.snsSt a.nb { background:#2bc622; color:#fff; } 
.snsSt a.nb .xi:before { content: '\ebf9'; } 

.login_wrap .label_st:not(.cssbrowser) input ~ span,
.login_wrap .label_st:not(.cssbrowser) input ~ .xi:before { font-weight: 500; } 
.login_wrap .label_st:not(.cssbrowser) input:checked ~ span,
.login_wrap .label_st:not(.cssbrowser) input:checked ~ .xi:before { color:var(--siteC) } 

.formWrap { border:1px solid #ddd; border-radius:1em; padding:3em } 
.formWrap .tit_wrap { float:left; width:20% } 
.formWrap .tit_wrap .in { border-top:2px solid #333; padding:1.125em } 
.formWrap .con_wrap { float:right; width:75% } 

.form_st { } 
.login_wrap .login.w1 .form_st { width:46% } 
.form_st > li { } 
.form_st > li:first-child { margin-top:0 } 
.form_st > li .in { position:relative; padding:0 1em 0 4em; margin-top:.5em } 
.form_st > li .in .icon { position:absolute; left:0; top:50%; width:3em; line-height:3em; margin-top:-1.5em; text-align:center; color:#999 } 
.form_st > li .in .icon:before { font-size:1.313em } 
.form_st > li .in .lab { position:absolute; left:4em; top:50%; line-height:1em; margin-top:-.5em; /*color:#fff; background:#fff; */ padding:0 .25em } 
.form_st > li .in .inp { width:100%; box-sizing:border-box; padding:1em 0; height:4em; border:none; position:relative; z-index:1; background:none; font-weight:600; } 
.form_st > li .in .inp[type=file] { padding:0 !important; height:3em } 
.form_st > li .in textarea.inp { height:10em; padding:1em !important } 
.form_st > li .in .line { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:1px solid #ddd; box-sizing:border-box; transition:.3s; border-radius:.25em } 
.form_st > li .in .inp:focus ~ .lab,
.form_st > li .in .inp.on ~ .lab { transform:scale(.9,.9); top:12px; color:var(--siteC); margin-left:-.5em; transition:.3s } 
.form_st > li .in .inp:focus ~ .icon,
.form_st > li .in .inp.on ~ .icon { color:var(--siteC) } 
.form_st > li .in .inp:focus ~ .line,
.form_st > li .in .inp.on ~ .line { border-color:var(--siteC) } 
.form_st > li .in .inp.c1 { background:#f1f1f1 } 

.form_st.st1 > li { display:flex; flex-wrap:wrap; align-items:center } 
.form_st.st1 > li.line { margin-top:2em; padding-top:2em; border-top:1px solid var(--siteC) } 
.form_st.st1 > li.line > .label_st { width:100%; margin-top:-1em } 
.form_st.st1 > li.line2 { border-top:1px solid #ddd; padding-top:1em !important } 
.form_st.st1 > li .in { padding:0; flex:1 1 1%; min-width:0; word-break:break-all } 
.form_st.st1 > li .in_sec { width:1.5em; text-align:center; color:#999; display:inline-block } 
.form_st.st1 > li .in_sec2 { width:.5em } 
.form_st.st1 > li .in_sec3 { width:3em; text-align:left; box-sizing:border-box; padding-left:.5em } 
.form_st.st1 > li .in_br { flex-basis:100% } 
.form_st.st1 > li .in_tit { font-weight:500; font-size:1.063em; width:100% } 
.form_st.st1 > li .in_tit .ess:before { font-size:.875em; margin-left:.5em } 
.form_st.st1 > li .in_tit.c1 { color:#777 } 
.form_st.st1 > li .in_tit.s1 { font-size:1.25em } 
.form_st > li .in_tt { width:100%; color:#666; font-size:.938em; margin-top:1em; line-height:1.5 } 
.form_st.st1 > li .in.fix { flex:0 0 auto } 
.form_st.st1 > li .in .inp { padding:1em 1em; height:3.5em; font-size:.938em; font-weight:500 } 
.form_st.st1 > li .in .inp.s1 { font-size:1em } 
.form_st.st1 > li .in .btn { min-width:6.5em; color:#fff; } 
.form_st.st1 > li .in .btn + .line { background:#333; border-color:transparent } 
.form_st.st1 > li .in .btn.rechk + .line { background:var(--siteC3); } 
.form_st.st1 > li .in .w100 { width:100% } 
.form_st.st1 > li .in.w1 { max-width:26% } 
.form_st.st1 > li .in.w50 { max-width:50% } 
.form_st.st1 > li .in.w100 { flex-basis:100% } 
.form_st.st1 > li .agree { border:1px solid #ddd; width:100%; margin:1em 0 } 
.form_st.st1 > li .agree > li { padding:.75em 3em .75em 1em; position:relative; transition:.3s } 
.form_st.st1 > li .agree > li.all { border-bottom:1px solid #ddd } 
.form_st.st1 > li .agree > li .more { position:absolute; right:1em; top:50%; transform:translateY(-50%); background:#aaa; color:#fff; padding:.25em 1em; font-size:.875em } 
.mypageCTT .agree > li { padding:.75em 3em .75em 1em; position:relative; transition:.3s; display: inline-block; } 
.mypageCTT .agree > li .more { position:absolute; right:-1em; top:50%; transform:translateY(-50%); background:#aaa; color:#fff; padding:.25em 1em; font-size:.875em } 
.form_st.st1 > li .agree > li .more:hover { background:#666 } 
.form_st.st1 > li .agree > li:hover { background:#f5f5f5 } 
.form_st.st1 > li .agree .label_st { font-size:.938em } 
.form_st.st1 > li.flex { padding:0 .5em } 
.form_st.st1 > li.flex .in_tit { flex-basis:8em; font-size:.938em; padding-left:0; height:4em; display:flex; align-items:center } 
.form_st.st1 > li.flex .in { margin-top:0 } 
.form_st.st1 > li.flex .in.w100 { margin-left:8em } 
.form_st.st1 > li.flex .in .inp { font-size:.938em } 

.form_st.text { border-bottom:1px solid #ddd } 
.form_st.text > li { border-top:1px solid #ddd; margin-top:0 } 
.form_st.text > li .in .t1 { font-size:.938em; color:#666 } 
.form_st.text > li .in a:hover { text-decoration:underline } 

.form_st.line > li { } 
.form_st.line > li:not(.btn_wrap) { margin-top:0; padding:1.5em 0; border-bottom:1px solid #ddd; } 
.form_st.line > li .in { margin-top:1.5em; } 

.fin_wrap { border:1px solid #ddd; padding:2em 2em 3em 2em; text-align:center; box-sizing:border-box; margin:2em auto 0 auto } 
.fin_wrap .fin_tit { font-weight:300; font-size:2em; } 
.fin_wrap .fin_tit:after { content:""; display:block; margin:.75em auto; width:1em; height:1px; background:#aaa } 
.fin_wrap .fin_tt { color:#888; line-height:1.6 } 
.fin_wrap .fin_tt.t1 { color:#5c5e5e; font-size:1.188em; font-weight:500 } 

.fin_wrap.st1 { border:none; padding:0 } 

.regi_wrap { } 
.regi_wrap .regi_icon { opacity:.1; font-size:2.5em; color: var(--siteC); text-align: center; } 
.regi_wrap .regi_tit { font-weight:600; font-size:2em; text-align: center; margin-bottom: 1.25em; } 
.regi_wrap .regi_wrapBox { border:1px solid #ddd; padding:2em 4em 4em 4em; text-align:center; box-sizing:border-box } 

.join_table { border:1px solid #ddd; } 
.join_table.st1 { border-top:none; } 
.join_table th { height:2.2em; padding:.6em 1.5em; border-bottom:1px solid #e8e8e8; text-align:left; color:#3c3c3d; padding-right:.8em; background:#f8f8f8; font-size:.938em; } 
.join_table td { height:2.2em; padding:.6em 1em; border-bottom:1px solid #e8e8e8; text-align:left; color:#72727d; } 
.join_table td .input_tt { font-size: .95em; letter-spacing: -0.01em; color: #444; margin-top: 10px; } 
.join_in_box { padding:.4em .8em; border:1px solid #ddd; background:#f7f7f7; } 
.join_in_box > li { margin-top:.8em; padding-top:.6em; border-top:1px dashed #ccc; } 
.join_in_box > li:first-child { margin-top:0; padding-top:0; border-top:none; } 
.join_in_box .tit { position:relative; margin:.4em 0 .4em 0; padding-left:.8em; color:#0d2d4f; } 
.join_in_box .tit:before { content:""; position:absolute; top:.4em; left:0; width:.35em; height:.35em; background:#0d2d4f; border-radius:100%; } 

.page_basic_tit { margin-bottom:1em; padding-left:1em; } 
.page_basic_tit > .t1 { position:relative; font-size:1.313em; color:var(--siteC); line-height:1; font-weight: 700; } 
.page_basic_tit > .t1:before { content:""; position:absolute; top: 50%; transform: translateY(-50%); left:-.8em; width:.3em; height:1em; background:var(--siteC); border-radius:.2em; } 


.member_wrap .terms_wrap .all_check { padding:1em 0; border-bottom:1px dashed #bbb; } 
.member_wrap .terms_wrap .all_check .label_st > span { font-size: 1.1em; font-weight: 600; } 
.member_wrap .terms_wrap > li { padding-top:1.5em; } 
.member_wrap .terms_wrap > li:first-child { padding-top:0; } 
.member_wrap .terms_wrap .tit { margin-bottom:.6em; font-size:1.125em; color:#3c3c3d; } 
.member_wrap .terms_wrap .tit > .ckT { font-weight: 600; } 
.member_wrap .terms_wrap .c1 { color:#d31717; } 

.member_btn_wrap { margin:1.5em 0 0 -.4em; } 
.member_btn_wrap > * { width:50%; } 

.member_wrap .member_form { padding:2em; border:1px solid #ddd; border-radius: .5em; border-top-width:4px; border-top-color: var(--siteC); } 
.member_wrap .member_form.st1 { border-top:none !important } 
.member_wrap .member_form.st2 { margin-bottom:2em; } 
.member_wrap .join_form { padding:2.5em 2em; border:1px solid #ddd; border-top-width:4px; border-top-color: var(--siteC); } 
.member_wrap .join_form.check_st { padding:2em 1em; } 

.member_wrap .form > li:first-child { margin-top:0; } 
.member_wrap .form .inp_wrap { position:relative; margin-top:.4em; } 
.member_wrap .form .inp_wrap .xi { position:absolute; top:0; left:0; width:2em; line-height:55px; text-align:center; font-size:1.750em; color:#3c3c3d; } 
.member_wrap .form .inp_wrap .tt { position:absolute; top:0; left:0; width:6em; line-height:55px; text-align:center; border-right:1px solid #ddd; color:#3c3c3d; } 
.member_wrap .form .inp_wrap .inp { box-sizing:border-box; width:100%; height:55px; padding:0 1em 0 4em; background:#fff; border:1px solid #ddd; border-radius:5px; } 
.member_wrap .form .save_wrap { margin-top:1.2em; } 
.member_wrap .form .save_wrap .find { padding-top:.3em; text-align:right; } 
.member_wrap .form .save_wrap .find .link { position:relative; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin-left:.8em; padding-left:.8em; } 
.member_wrap .form .save_wrap .find .link:before { content:""; position:absolute; top:10%; left:0; width:1px; height:80%; background:#ccc; } 
.member_wrap .form .save_wrap .find .link:first-child { margin-left:0; padding-left:0; } 
.member_wrap .form .save_wrap .find .link:first-child:before { display:none; } 
.member_wrap .form .btn_wrap { margin-top:.6em; } 
.member_wrap .form .btn_wrap .btn { display:block; box-sizing:border-box; text-align:center; width:100%; margin:.4em 0; padding:1em 1em; border:1px solid transparent; font-size:1.125em; border-radius:.3em } 
.member_wrap .form .btn_wrap .btn.c1 { background:#1f56a4; color:#fff; } 
.member_wrap .form .btn_wrap .btn.c2 { background:#ffffff; border-color:#1f56a4; color:#1f56a4; } 
.member_wrap .form .btn_wrap .btn.c3 { background:#3e3e49; color:#fff; } 
.member_wrap .form .msg_wrap { margin-top:2em; } 
.member_wrap .form .msg_wrap .tt { margin:.4em 0; font-size:.938em; color:#3c3c3d; } 
.member_wrap .form .msg_wrap .tt.icon { position:relative; padding-left:1.6em; } 
.member_wrap .form .msg_wrap .tt.icon .xi { position:absolute; top:0; left:0; line-height:1; } 
.member_wrap .form .id_wrap { padding:3em 1em; background:#f5f5f5; border:1px solid #e5e5e5; text-align:center; font-size:1.125em; } 
.member_wrap .form .id_wrap strong { vertical-align:baseline; color:#3f3f9f; letter-spacing:0; } 

.member_agree .agree { padding:3em; border:1px solid #ddd; border-top:2px solid #3c3c3d; } 
.member_agree .agree h2 { font-size: 1.215em; font-weight: 700; margin-bottom: .75em; color: var(--crBlack) } 
.member_agree .agree h3 { font-size: 1.063em; font-weight: 700; margin-bottom: .5em; color: #333; } 
.member_agree .agree p { font-size: .915em; line-height: 1.4; color: #666; } 
.member_agree .agree a { color: var(--siteC); text-decoration: underline; } 
.member_agree .agree ol { } 
.member_agree .agree ol > li { font-size: .915em; line-height: 1.4; color: #666; margin-bottom: .15em; } 
.member_agree .agree ol > li:last-of-type { margin-bottom: 0em; } 
.member_agree .agree.H { padding:1.5em; border-top-width:1px; height:7em; overflow-y:scroll; } 
.member_agree .agree.H.st2 { height: 17em; } 
.member_agree .agree.S { padding:1em; font-size:16px; } 
.member_agree .agree * { vertical-align:baseline; } 
.member_agree .agree strong { color:#3c3c3d; } 
.member_agree .check { padding:1em 2em; border:1px solid #ddd; border-top:none; border-radius:0 0 5px 5px; text-align:right; background:#f9f9f9 } 
.member_agree .check.st2 { background: #fff; } 
.member_agree h1 { color:#111; } 

.member_btn_wrap { gap: .5em; padding: 0 .5em; box-sizing: border-box; } 

.member_cost { padding: 2em; margin-top: 1.5em; border: 1px solid #ddd; border-radius: .5em; } 
.member_cost .txtArea { margin-bottom: 1em; } 
.member_cost .txtArea > .tit { font-size: 1.315em; font-weight: 700; } 
.member_cost .txtArea > .desc { font-size: .95em; color: #444; margin-top: .5em; } 

.table_smallT { padding: 1em 1.5em; background: #f7f7f7; margin-top: 1em; border-radius: .5em; display: flex; gap: .5em; font-size: .9em; } 
.table_smallT > .xi { position:relative; top: -2px; color: var(--siteC); } 
.table_smallT > .tt { color: #444; line-height: 1.2; } 

.member_wrap .finish_wrap { text-align:center; } 
.member_wrap .finish_wrap .tit { font-size:1.500em; color:#3c3c3d; letter-spacing:-1px; } 
.member_wrap .finish_wrap .txt { padding:.4em 0; color:#69696b; } 
.member_wrap .finish_wrap .join_fin { color:#3c3c3d; } 
.member_wrap .finish_wrap .join_fin > li { display: flex; margin-bottom: .25em; } 
.member_wrap .finish_wrap .join_fin .th,
.member_wrap .finish_wrap .join_fin .td { padding:.8em 1.5em; border:1px solid #ddd; text-align:left; } 
.member_wrap .finish_wrap .join_fin .th { width:10em; background:#f5f5f5; display: flex; align-items: center; gap: .25em; } 
.member_wrap .finish_wrap .join_fin .th > .xi { color: var(--siteC); } 
.member_wrap .finish_wrap .join_fin .th > .tt { font-weight: 600; } 
.member_wrap .finish_wrap .join_fin .td { display: flex; align-items: center; font-weight: 600; width:auto; letter-spacing:0; flex: 1; border-left: none; } 


/**/
@media screen and (max-width:640px) {.board_search_wrap { flex-wrap:wrap } 
.board_search_wrap .left,

.board_search_wrap .right { width:100% } 
.board_search_wrap .left { text-align:right; margin-bottom:1em } 

.board_st th,
.board_st td { padding:1em .5em !important } 

.w_no { width:4em } 
.w_cate { width:6em } 
.w_name { width:4em } 
.w_hit { display:none } 
.w_form_tit { width:8em } 
.w_date2 { width:8em } 
.w_state { width:6em } 
.w_btn2 { width:5em } 
.w_btn2 input:not(:first-child) { margin-top:.5em } 

.input_st.w1 { width:100% } 
 }

