@charset "utf-8";
/* CSS Document */
html.layerOn{ overflow-y:hidden; padding-right:1em}
:root{
  --siteC: #72b30a;
  --siteCfil: invert(50%) sepia(56%) saturate(5104%) hue-rotate(337deg) brightness(92%) contrast(94%);
  --siteC2: #cf0829;
  --crWhitefil: brightness(0) invert(1);
  --crBlack: #000;
  --crGray: #edeff1;
  --crGray2: #f8f6f3;
  --crGray3: #f5f7f8;
}
.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;}

.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.ac{ align-content:center; align-items:center; justify-content:center; text-align:center;}


.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.s1{ padding-bottom:56.25%}

.row1{ line-height:1.25em; height:1.375em; overflow:hidden}
.row2{ line-height:1.375em; height:2.75em; overflow:hidden}
.row2.max{ height:auto; max-height:2.75em}
.row3{ line-height:1.375em; height:4.125em; overflow:hidden}
.row3.max{ height:auto; max-height:4.125em}

.c_point{ color:var(--siteC) !important}
.c_point2{ color:var(--siteC2) !important}
.c_red{ color: #e34e38 !important}
.c_black{ color:#000 !important}
.c_gray{ color:#999 !important}
.c_white{ color:#fff !important}

.bgfix{background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.bgfix.ct{ background-size:contain}
.pre{white-space:pre-wrap;}
.bgfix.fix{ background-attachment:fixed;}
.bgfix.ctn{ background-size:contain;}
.bgfix.bgT{ background-position-y:top;}
.bgfix.bgB{ background-position-y:bottom;}


.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;}
}

/*board*/
.board_st{ table-layout:fixed}
.prod_view_con .board_st{ font-size:.875em}
.pop .board_st{ border-top-width:1px}
.board_st th,
.board_st td{ padding:1em; border-bottom:1px solid #ddd}
.board_st th{ color:#111}
.board_st td{ color:#777}
.board_st a{ color:#111}

.board_st.list th{ border-top:1px solid #111; font-weight:500}
.board_st.list td{ text-align:center; padding:1em 1em}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}

.board_st.list.notice td{ background: #f5f5f5; color:#111}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.write{ border-top:1px solid #333}
.board_st.write th,
.board_st.write td{ height:2.5em; padding:.75em 1.5em}
.board_st.write th{ text-align:left; font-weight:500}
.board_st.write.hAuto th,
.board_st.write.hAuto td{ height:auto}

.board_st .bg1{ background:var(--crGray3); border-right:1px solid #ddd}

.board_view_top,
.board_view_middle,
.board_view_bottom{}
.board_view_top{ }
.board_view_top .tit{ padding:1.5em; font-weight:500; border-top:2px solid #666; text-align:center; border-bottom:1px dashed #aaa; font-size:1.25em}
.board_view_top .info{border-bottom:1px solid #ddd; font-size:.938em}
.board_view_top .info > li{ display:inline-block; *display:inline; zoom:1; padding:1em 2em; color:#666; position:relative}
.board_view_top .info > li:before{ content:""; position:absolute; left:0; top:35%; width:1px; height:30%; background:#ccc}
.board_view_top .info > li:first-child:before{ display:none}
.board_view_top .file{ text-align:right; padding:1em 2em; font-size:.875em}
.board_view_top .file > li{ }
.board_view_top .file > li > a{ display:inline-block; word-break: break-all; word-wrap: break-word; padding:.2em}
.board_view_top .file > li > a .xi{ margin:0 .2em 0 0; vertical-align: middle}
.board_view_middle{ padding:2em 2em 5em 2em; border-bottom:1px solid #aaa; min-height:30vh}
.board_view_bottom th .xi{ font-size:1em; margin-right:1em}

.no_con{ padding:5em 0 !important; color:#999 !important; border:1px solid #eee;  text-align:center}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:5rem; color:#ddd;}
.no_con.cart:before{ content:"\e9fb"}
td .no_con{ border:none}

.ess{ color:#1f3b77; display:inline-block; width:1em; font-size:1em !important}
.ess:not(:first-child){ margin-left:.5em}
.xi.ess:before{content:"*"}

.board_st.faq{ border-top:1px solid #1f3b77}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight: lighter; font-size:2em; color:#ccc}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .BStit{ cursor:pointer}
.board_st.faq .BStit .w_tit{ white-space: normal; overflow: visible; color:#333; font-weight:500; font-size:1em}
.board_st.faq .BScon{ display:none}
.board_st.faq .BScon .w_faq{ vertical-align:top}
.board_st.faq .BStit.on td{ border-bottom-color:transparent}
.board_st.faq .BStit.on .faq_tit,
.board_st.faq .BStit.on .w_tit{ color:#1f3b77}
.board_st.faq .BScon td{ padding-top:2em; padding-bottom:2em}
.board_st.faq .board_more{ display:inline-block; color:#111; width:2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center}
.board_st.faq .board_more .xi{ transition:.2s}
.board_st.faq .board_more .xi:before{content:"\e943"}
.board_st.faq .on .board_more{ background:#1f3b77; color:#fff; border-color:transparent; color:#fff}
.board_st.faq .on .board_more .xi{ transform:rotate(180deg);}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a9"; color:#1f3b77}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#111}
.board_icon.reply .xi:before{ content:"\e981"; color:#aaa}
.board_icon.file .xi:before{ content:"\ea7f"; color:#999; font-size:.813em}
.board_icon.sub .xi:before{content:"\e981"; color:#aaa}
.board_icon.lock:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}
.board_icon.review .xi:before{ content:"\e9d7"; color:#003399}

/**/
.board_search_wrap{ font-size:.938em; margin:0 0 1.5em 0; display:flex; align-items:center}
.board_search_wrap .left{}
.board_search_wrap .right{ margin-left:auto; display:flex}
.board_search_wrap .right .input_st[type=text]{ flex:1 1 auto; width:14em; margin:0 .125em}
.board_search_wrap button{ padding:0 1.5em}
.board_search_wrap .total .icon{ width:2.5em; line-height:2.5em; height:2.5em; vertical-align:middle; text-align:center; border-radius:50%; box-shadow:0 0 3px 1px rgba(0,0,0,.2); margin-right:.75em; color:#333}
.board_search_wrap .total .icon:before{ font-size:1.25em}
.board_search_wrap .total .icon:not(.icoR):before{ content:"\e9cf"}
.board_search_wrap .total .icon ~ i{ transform:translateY(.125em)}
.board_search_wrap .total .t1{ color:#666; font-size:.875em}
.board_search_wrap .total .t2{ color:#333; font-weight:700; font-size:1.25em; margin-left:.5em}
.board_search_wrap .total .t3{ font-weight:700; font-size:1.25em; margin-right:.5em}

/**/
.board_paging{ text-align:center; margin-top:6em; font-size:.813em}
.board_paging button{ vertical-align:top; width:3em; height:3em; line-height:3em; border:1px solid #ddd; background:#fff; border-radius:.5em}
.board_paging button.on{ background:#444; color:#fff; border-color:transparent}
.board_paging button.icon{ background:#f1f1f1; color:#666}
.board_paging .xi{ font-size:1em}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before{ content:"\ea48"}
.board_paging .xi.prev:before{ content:"\e93c"}
.board_paging .xi.next:before{ content:"\e93f"}

/**/
.board_btn_wrap{ margin-top:4em; text-align:center}
.board_btn_wrap .list{ margin:-1em 0 0 -1em}
.board_btn_wrap .list > li button{ margin:1em 0 0 1em}
.pop .board_btn_wrap{ margin-top:2em; font-size:.938em}

/**/
.board_cate{ color:#fff; font-size:.875em; font-weight:500; padding:.25em 1em; border-radius:2em; min-width:6em; box-sizing:border-box}
.board_cate.notice{ background:#333}
.board_cate.reply{ background:#999}
.board_cate.c1{ background: #1f3b77}

/**/
.label_st{ display:inline-block; *display:inline; zoom:1; cursor:pointer; position:relative}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st:not(.cssbrowser) .xi:before{ font-family:xeicon!important; font-style:normal; padding-right:.125em}
.label_st:not(.cssbrowser) .xi.fix{ position:absolute; left:0; top:0}
.label_st:not(.cssbrowser) .xi.fix ~ span{ margin-left:1.625em}
.label_st:not(.cssbrowser) input ~ span,
.label_st:not(.cssbrowser) input ~ .xi:before{ color:#999}
.label_st:not(.cssbrowser) input:checked ~ span,
.label_st:not(.cssbrowser) input:checked ~ .xi:before{ color:#111}
.label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before{ content:"\e98f"}
.label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .xi:before{ content:"\e92d"}
.label_st:not(.cssbrowser) input[type=radio] ~ .xi:before{ content:"\e9c6"}
.label_st:not(.cssbrowser) input[type=radio]:checked ~ .xi:before{ content:"\e9c7"}
.label_st:not(.cssbrowser) input[type=checkbox],
.label_st:not(.cssbrowser) input[type=radio]{ width:0; height:0; overflow:hidden;}
.label_st:not(.cssbrowser) .con{ display:flex; align-items:center; justify-content:center; height:3em; background:#fff; padding:1em; border-radius:.5em; border:1px solid #ddd; text-align:center; min-width:4em}
.label_st:not(.cssbrowser) .con.w1{ width:6em}
.label_st:not(.cssbrowser) .con.h1{ height:.75em}
.label_st:not(.cssbrowser) .con + .xi.bottom{ margin:.25em 0; display:block; text-align:center; font-size:1em}
.label_st:not(.cssbrowser) input:checked ~ .con{ border-color:#111}

.label_st.c1:not(.cssbrowser) input ~ span:not(.con),
.label_st.c1:not(.cssbrowser) input ~ .xi:before{ color:#1f3b77}
.label_st.c1:not(.cssbrowser) input:checked ~ .con{ border-color:#1f3b77; color:#1f3b77}
.label_st.c2:not(.cssbrowser) input:checked ~ .con{ border-color:transparent; background:#333; color:#fff}
.label_st.s1{ font-size:1.5em}
.label_st.s2{ font-size:1.125em}
.label_st.s3{ font-size:.938em}

.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1; border-radius:.5em}
.label_select select{ background:none; padding-right:2.5em !important; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}
.label_select:after{ content:"\e936"; font-family:xeicon!important; position:absolute; z-index:0; right:.75em; top:50%; transform:translateY(-50%); font-size:1.125em; text-align:center; color:#666}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ddd; color:#666; padding:.5em 1em; box-sizing:border-box; line-height:2em; height:3em; border-radius:.25em}
.input_st[readonly=readonly]{ background:#f5f5f5; border-color:transparent}
.input_st[type=file]{ background:none; border:1px solid #ddd; padding:0; width:100%}
textarea.input_st{ padding:1em; width:100%; height:8em}
textarea.input_st.h1{ height:15em}

.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{ line-height:2em; height:3.5em; padding:.5em 2em; font-size:1.125em; font-weight:500}
.input_st.s2{ line-height:1em; height:2.25em; padding:.5em 1em; font-size:.938em}
.input_st.s3{ line-height:1em; height:2em; padding:.25em .5em; font-size:.813em}

.input_st.c1{ background:#698f3a; border-color:#698f3a; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#698f3a; color:#698f3a}
.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:#0b54bb; border-color:#0b54bb; color:#fff}
.input_st.c4.re{ background:#fff; border-color:#0b54bb; color:#0b54bb}

.input_st.w1{ width:14em; max-width:100%}
.input_st.w2{ width:6em}
.input_st.w3{ width:40em; max-width:100%}
.input_st.w4{ width:12em}

.input_st.wFix{ min-width:8em; text-align:center}

.label_calendar{ position:relative}
.label_calendar input{ padding-right:2.5em; font-family:gs,ns,sans-serif; 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}

.w50{ width:50% !important}
.w100{ width:100% !important}

.input_sec{ width:2em; text-align:center}
.input_sec.w1{ width:.5em}
.input_sec.w2{ width:4em}
.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}

/**/
.w_no{ width:4em}
.w_cate{ width:8em}
.w_tit{ width:auto}
.w_name{ width:7em}
.w_date{ width:7em}
.w_date2{ width:14em}
.w_hit{ width:8em}
.w_check{ width:4em}
.w_btn{ width:5em}
.w_btn2{ width:10em}
.w_faq{ width:4em}
.w_state{ width:8em}
.w_price{ width:12em}
.w_point {width: 14em;}

.w_form_tit{ width:12em}
.w_form{ width:auto}
.w_auto{ width:auto}

.fix .input_st{ width:90%; margin:.25em 0}

.board_img_wrap{ margin-bottom:2em; text-align:center}
.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 #fff; background-size:contain}
.noimg[style*=".png"]:before,
.noimg[style*=".jpg"]:before{ background:none}
.noimg.user:before{ background:#f7f7f7}
.noimg.user:after{ content:"\ea30"; font-family:xeicon; font-size:18em; position:absolute; left:50%; top:50%; transform:translate(-50%,-22%); line-height:1; z-index:-1; color:#ddd}
.noimg.logo:before{ background:#fff}
.noimg.logo:after{ content:"LOGO"; font-size:2em; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-weight:700; opacity:.1}

.tt_state{ display:inline-block; font-size:1.125em; padding:.125em .25em; font-weight:700; text-align:center}
.tt_state.c1{ background:#eee; color:#333}
.tt_state.c2{ background:#1f3b77; color:#fff; border-color:transparent}
.tt_state.c3{ background:#333; color:#fff; border-color:transparent}
.tt_state.c4{ background:#fff7f6; color:#e34e38; border-color:transparent}

.tt_star .icon{ position:relative; font-size:1.125em}
.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}
.tt_price .tn{ font-size:1.125em; font-family:gs,sans-serif; font-weight:700; margin-top:.125em; vertical-align:baseline}
.tt_price .tn .s1{ font-size:.75em}
.tt_price .tw{ font-size:.938em; margin:0 .25em; vertical-align:baseline}
.tt_price .tw:first-child{ margin-left:0}
.tt_price .mr{ margin-right:1.5em}
.tt_price .ml{ margin-left:1.5em}
.tt_price.per .tn{ font-weight:400}
.tt_price.per .xi{ font-size:1em; margin:0 .25em; margin-top:-.188em}
.tt_price.per .xi:before{content:"\e905"}
.tt_price.before{ position:relative; color:#999}
.tt_price.before:after{ content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#777; transform:translateY(-.063em)}
.tt_price.before .tn{ font-weight:400}
.tt_price.s1{ font-size:.875em}
.tt_price.s2{ font-size:1.25em}
.tt_price.st1 .tn{ font-size:1.625em; font-weight:400}
.tt_price.st2 .tn{ font-size:1.063em; font-weight:400}
.tt_price .tn.s1{ font-size:.938em}
.prod_price > li{ display:inline-block}
.prod_price > li:not(:first-child){ margin-left:1.25em}

.tt_st1{ color:#666}
.tt_st2{ font-size:1.063em; font-weight:500}

.twrap_info{ display:flex; flex-wrap:wrap; margin:.5em 0}
.twrap_info > li{ margin-right:3em; font-family:gs,ns,sans-serif; font-size:.875em; color:#888; letter-spacing:0}

.page_sec05{ margin-top:.5em !important}
.page_sec1{ margin-top:1em !important}
.page_sec2{ margin-top:2em !important}
.page_sec3{ margin-top:3em !important}
.page_sec4{ margin-top:4em !important}
.page_sec5{ margin-top:5em !important}
.page_sec{ margin-top:4em !important}

.board_tit{ padding-bottom:.5em; border-bottom:2px solid #222}
.board_tit.mb{ margin-bottom:-1px}
.board_tit .t1{ font-weight:700; font-size:1.5875em}
.board_tit .t2{ font-weight:700; font-size:1.125em}
.board_tit .t3{ font-weight:700; font-size:1.25em}

.ul_st > li{ position:relative; padding-left:1em}
.ul_st > li:not(:first-child){ margin-top:.5em}
.ul_st > li:before{ content:"-"; position:absolute; left:0; top:0}
.ul_st.ac > li:before{ position:static; margin-right:.25em}

.ol_st > li{ list-style:decimal outside; margin-left:1.25em}
.ol_st > li:not(:first-child){ margin-top:.5em}

.imgCon{ display:flex;}
.imgCon .wrap_img{ width:10em; margin-right:3em}
.imgCon .wrap_img.w1{ width:6em}
.imgCon .wrap_img.w2{ width:4em; margin-right:1.5em}

.review_twrap{ }
.review_twrap .twrap{ max-height:6em; line-height:1.5em; margin:1em 0; overflow:hidden;}
.review_tit + .review_twrap .twrap{ max-height:4.5em;}
.review_twrap .more{ font-size:.938em; color:#1d4835; margin-bottom:1em}
.review_twrap .more:before{ content:"더보기"}
.review_twrap .more:after{ content:"\e941"; font-family:xeicon; margin-left:.5em; transition:.3s; display: inline-block;}
.review_twrap.on .twrap{ max-height:none}
.review_twrap.on .more{ position:static}
.review_twrap.on .more:before{ content:"접기"}
.review_twrap.on .more:after{ transform:rotate(180deg)}

.flex_table{ border-top:1px solid #333}
.flex_table > li > .tr{ padding:1em; border-bottom:1px solid #ddd}
.flex_table > li > .tr.p1{ padding:.5em}
.flex_table > li > .tr > .td{ flex-direction:column; box-sizing:border-box; padding:.5em}
.flex_table > li > .tr > .td.h1{ height:7em}
.flex_table.line > li > .tr{ padding:0}
.flex_table.line > li > .tr > .td{ padding:1em}
.flex_table.line > li > .tr > .td:not(:first-child){ border-left:1px solid #ddd}
.flex_table > li > .tr > .td.wNo{ width:4em}
.flex_table > li > .tr > .td.wDate2{ width:20em}
.flex_table > li > .tr > .td.wCheck{ width:4em}
.flex_table > li > .tr > .td.wVol{ width:12em}
.flex_table > li > .tr > .td.wVol2{ width:18em}
.flex_table > li > .tr > .td.wPrice{ width:12em}
.flex_table > li > .tr > .td.wPrice2{ width:22em}
.flex_table > li > .tr > .td.wBtn{ width:12em}
.flex_table > li > .tr > .td.wBtn2{ width:20em}
.flex_table > li > .tr > .td.wState{ width:14em}
.flex_table > li > .tr > .td.wCon{ flex:1 1 100%}

.dp1_mypage .flex_table > li > .tr > .td.wCon{width:calc(100% - 56em);}

.flex_table .flex_table{ border-top:none}
.flex_table .flex_table > li:last-child > .tr{ border-bottom:none}

.flex_table_caption .more .arrow:before{content:"\e93f"; margin-left:.25em}

.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}

.patt1{background-color: #ddd;
background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(255,255,255,.1) 1px, #fff 4px)}

.nocon{ display:flex; justify-content:center; align-items:center; flex-direction:column; border:1px solid #ddd; height:24em; color:#666}
.nocon .xi{ font-size:5em; color:#ddd; margin-bottom:.125em}
.nocon .xi:not([class*=xi-]):before{content:"\e9d8"}

.board_photo{ display:flex; flex-wrap:wrap; margin:-2em 0 0 -3em}
.board_photo > li{ width:33.33%}
.board_photo > li .wrap_in{ margin:2em 0 0 3em;}
.board_photo > li .wrap_in .con_wrap{ padding:1em; text-align:center}
.board_photo > li .wrap_in .con_wrap .t1{ font-size:1.25em}
.board_photo > li .wrap_in .con_wrap .date{ font-family:gs,sans-serif; font-size:1.063em; color:#666; margin:.5em 0}

/**/
.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; display: block;}
.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;}
.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}
.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:#006ab5;}
.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); }

/*테이블*/
.table_wrap { } 
.table_wrap .table_info { font-size: .9em; color: var(--siteC); font-weight: 600; margin-top: .75em; } 
.board_st2 {} 
.board_st2 th,
.board_st2 td { height: 2.5em; text-align: center; padding: .35em .5em; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; background: #fff; } 
.board_st2 tbody.line { border: 3px solid var(--siteC); } 
.board_st2.h1 th,
.board_st2.h1 td { height: 4em; } 
.board_st2.TL .tt { text-align: left; } 
.board_st2.TL td,
.board_st2.TL th { padding: .75em 2em; } 
.board_st2 .tt.s1 { font-size: 1.05em; font-weight: 700; } 
/* .board_st2 td:last-of-type,
.board_st2 th:last-of-type { border-right: none; }  */
.board_st2 th { color: #111; background: #e5e5e5; font-weight: 600; font-size: 1.1em; } 
.board_st2 th.ct1 { background: var(--siteC); color: #fff; border: 3px solid var(--siteC);} 
.board_st2 th.ct2 {background: #fff2f2;}
.board_st2 th.ct3 {background: #f2f8ff;}
.board_st2 td { color: #333; font-weight: 500; } 
.board_st2 td.ct1 {background: #fdf7f0;}
.board_st2 th.br,
.board_st2 td.br { border-right: 1px solid #e5e5e5; } 
.board_st2~div.no_con { border-top: none;} 
.board_st2 td.Bgray {  background: #f1f1f1; } 
.board_st2 td.Bgray2 { background: var(--siteC3); font-weight: 700; } 
.board_st2 td>.tt { } 
.board_st2 td>.tt.c1 { color: var(--siteC); } 

.board_st2.st1{ font-size: .8em;}

/*인사말*/
.page_con.bg1 { position: relative; } 
.page_con.bg1:before { content: ""; z-index: -1; position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(to right, #000, #000, #111, #282E3E, #3f4557); border-radius: 2em 0 0 2em; background: linear-gradient(to left, #cadcff, #cadcff, #fff); } 
.page_col { gap: 2em 6em; } 
.page_col .inTxt { position: relative; } 
.page_col > li { } 
.page_col > li.w1 { width: 30%; } 
.page_col > li.w2 { width: 40%; } 
.page_col > li.w2.ceo { align-self: flex-start; } 
.page_col + .page_col { margin-top: 8em; } 
.page_col > li.inImg { position: relative; } 
.page_col > li .p1 { padding: 0}
.page_col > li .p2 { padding: 3em 4em; } 
.page_col > li .p3 { padding: 0 18vw; } 
.page_col > li .round { border-radius: 2em; overflow: hidden; } 
.page_col > li .wrap_img { height: 100%; border-radius: 2em; } 
.page_col > li .wrap_img img { width: 100%; } 
.page_col > li .wrap_img.w1 { width: 80%; margin: 0 auto; } 
.page_col > li .wrap_img.w1.mgL { margin-right: 0; } 
.page_col > li .wrap_img.w1.mgR { margin-left: 0; } 
.page_col > li .wrap_img.w2 { width: 70%; } 
.page_col > li .wrap_img.pos { position: absolute; top: 0; left: 0; } 
.page_col > li .wrap_img.pos.imR { right: 0; left: unset; } 
.page_col > li .wrap_img.pos.s1 { width: 50vw; } 
.page_col > li .wrap_img.pos.s2 { width: 30vw; } 
.page_col > li .wrap_img.pos.s3 { width: 35vw; box-shadow: 0 0 2em rgba(0, 0, 0, .25); } 
.page_col > li .wrap_img.pos.s1.re { left: auto; right: 0; } 
.page_col > li .wrap_mov iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 
.page_col > li .wrap_ico { flex: 1; padding: 0 3em 0 1.5em; border: solid #e9e9e9; border-width: 0 1px 0 0; } 
.page_col > li .ico_circle { width: 4.5em; height: 4.5em; background: #fff9f2; border-radius: 50%; color: #8c5f46; } 
.page_col > li .ico_circle .xi { font-size: 1.625em; } 
.page_col > li .posTxt { position: absolute; top: 0; left: 0; padding: .5em 0; text-align: center; } 
.page_col > li .posTxt > * { margin: .25em 0; } 
.page_col > li .posTxt .line { display: inline-block; width: 1px; height: 4em; background: #c9ab81; } 
.page_col > li .p1 .m1:nth-child(n + 1) { margin-top: 1.5em; } 
.page_col > li .wrap_img.w2.po_ab { position: absolute; right: 0; width: 30%; top: 9em; } 
.page_col > li .wrap_img.w2.po_ab.imL { right: unset; left: 0; } 

.fw800 {font-weight: 800;}

.page_tt{ font-size:1em; word-break:keep-all; line-height:1.4;}
.page_tt > .tt + .tt{ margin-top:0.5em;}
.page_tt.o1{ opacity:.75;}
.page_tt.s1{ font-size:0.938em}
.page_tt.s2{ font-size:1.063em}
.page_tt.s3{ font-size:1.125em}
.page_tt.s4{ font-size:1.250em}
.page_tt.s5{ font-size:1.313em}
.page_tt.s6{ font-size:1.500em}
.page_tt.s7{ font-size:1.625em}
.page_tt.s8{ font-size:1.875em}
.page_tt.s9{ font-size:2.00em}
.page_tt.s10{ font-size:2.750em}
.page_tt.s11{ font-size:4.000em;}
.page_tt.s12{ font-size:5.000em;}
.page_tt.s13{ font-size:6.500em;}


.page_txt:not(:last-child){ margin-bottom:3em;}
.page_txt.m1{ margin-bottom:1.5em;}
.page_txt.m2{ margin-bottom:5em;}
.page_txt.b1{ padding:1em 1.5em; background:#f5f5f5;}
.page_txt.b2{ padding:1em 1.5em; background:#fff;}
.page_txt .tit.icon{ position:relative;}
.page_txt .tit.icon:before{ content:"";}
.page_txt .tit .t3{ font-size: 1.65em; font-weight: 600;}

.sub_page_wrap { padding-top: 70px; padding-bottom: 100px; } 
.sub_page_wrap.st2 { padding-bottom: 150px; } 
.sub_page_wrap.st3 { padding: 0; } 
.sub_page_wrap.st4 { padding: 120px 0; } 

.sub_page_wrap .sub_page_title_wrap { margin-bottom: 40px; } 
.sub_page_wrap .sub_page_title_wrap .title_sub { opacity: .5; font-size: .9375em; letter-spacing: .5px; margin-bottom: 24px; font-weight: 600; } 
.sub_page_wrap .sub_page_title_wrap .title { font-size: 2.375em; margin-bottom: 24px; } 
.sub_page_wrap .sub_page_title_wrap .t1 { font-size: 1.275em; color: #555; line-height: 1.6; } 
.sub_page_wrap .sub_page_title_wrap .img_wrap { height: 25em; margin-top: 3em; } 
.sub_page_wrap .sub_page_title_wrap .img_wrap .img { width: 100%; height: 100%; } 
.sub_page_wrap .sub_page_ctt_wrap { } 
.sub_page_wrap .sub_page_ctt_wrap .box_st { background: #fff; box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1); padding: 30px 0; width: 300px; text-align: center; margin-bottom: 2rem; } 
.sub_page_wrap .sub_page_ctt_wrap .box_st .t1 { font-size: 1.0625em; color: #1f3b77; font-weight: bold; margin-bottom: 1rem; } 
.sub_page_wrap .sub_page_ctt_wrap .box_st .t2 { font-size: 1.1250em; color: #666; } 
.sub_page_wrap .sub_page_ctt_wrap .box_st .t3 { font-size: 1.3750em; font-weight: bold; } 
.sub_page_wrap .sub_page_ctt_wrap .t_caption { font-size: .875em; color: #777; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap { margin-top: 4rem; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap .btn_st { cursor: pointer; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap .btn_st.st1 { background: #1f3b77; color: #fff; width: 240px; padding: 18px 0; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap .btn_st.st1 .tt { font-size: 1.1875em; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap .btn_st.st1 .xi { margin-left: 1rem; transition: .3s; } 
.sub_page_wrap .sub_page_ctt_wrap .btns_wrap .btn_st.st1:hover .xi { margin-left: 2rem; margin-right: -1rem; } 


/* 연혁 */
.history_wrap { position: relative; overflow: hidden; padding: 2em 0; } 
.history_wrap:before,
.history_wrap .lineAni { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #ddd}
.history_wrap .lineAni { height: 0; background: var(--siteC2); transition: .3s}
.history_wrap .lineAni:before,
.history_wrap:after { content: ""; position: absolute; left: 50%; top: 0; margin-left: -.5em; width: 1em; height: 1em; background: #fff; border: .25em solid var(--siteC2); border-radius: 100%; box-sizing: border-box}
.history_wrap:after { top: auto; bottom: 0}
.history_wrap .history > li { margin-top: 4em}
.history_wrap .history > li:first-child { margin-top: 0}
.history_wrap .history > li .year { width: 50%; overflow: hidden; justify-content: flex-end}
.history_wrap .history > li .year .wrap_in { position: relative; overflow: hidden; width: 15em}
.history_wrap .history > li .year .tt { display: inline-block; position: relative; padding: 0 .5em; font-size: 2.5em; font-weight: 700; color: var(--siteC2); } 
.history_wrap .history > li .year .tt:before { content: ""; position: absolute; left: 100%; top: 50%; margin-top: -1px; width: 100%; border-top: 2px dotted #aaa; } 
.history_wrap .history > li .year .tt:after { content: ""; width: .5em; height: .5em; border-radius: 50%; background: var(--siteC); opacity: .2; position: absolute; right: 10px; top: 3px; } 
.history_wrap .history > li .list { width: 50%; margin-top: 1em}
.history_wrap .history > li .list > li { margin-top: .5em}
.history_wrap .history > li .list > li:first-child { margin-top: 0}
.history_wrap .history > li .list .wrap_in { margin: 0 2em; background: #fff; padding: 1em 1.5em; border-radius: 1em; } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize { padding-bottom: 45% !important; } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize .img_r { text-align: right !important; } 
.history_wrap .history > li .list .wrap_in .img_wrap .resize .img_l { text-align: left !important; } 
.history_wrap .history > li .list .month { flex: 0 0 3em}
.history_wrap .history > li .list .month .tt { color: #555; font-size: 1.125em; font-weight: 600; } 
.history_wrap .history > li .list .detail { flex: 0 90%; } 
.history_wrap .history > li .list .detail > li { border-bottom: 1px dashed #ddd; margin-bottom: .3em; padding-bottom: .5em; } 
.history_wrap .history > li .list .detail > li:last-child { border-bottom: unset; margin-bottom: unset; padding-bottom: unset; } 
.history_wrap .history > li .list .detail .tt { position: relative; padding: 0 1.5em; color: #333; line-height: 1.7; font-weight: 400; word-break: keep-all; } 
.history_wrap .history > li .list .detail .tt:before { content: ""; position: absolute; left: 0; top: 10px; width: .3em; height: .3em; background: var(--siteC2); border-radius: 50%; } 
.history_wrap .history > li .list .detail .desc { width: calc(100% - 1.125em); margin: .5em 0 .5em 1.25em; padding: .8em; box-sizing: border-box; border: 1px solid #ddd; border-radius: .5em; font-size: .9375em; line-height: 1.5; color: #555; } 
.history_wrap .history > li .list .img { width: 100%; margin: 1em 0; box-sizing: border-box; } 
.history_wrap .history > li .list .img.img_l { padding-left: 4em; padding-right: 1em; } 
.history_wrap .history > li .list .img.img_r { padding-right: 4em; padding-left: 1em; } 
.history_wrap .history > li .list .img img { } 
.history_wrap .history > li:nth-child(2n) .year { justify-content: flex-start; text-align: right}
.history_wrap .history > li:nth-child(2n) .year .tt:before { left: auto; right: 100%}
.history_wrap .history > li:nth-child(2n) .list { order: -1}
.history_wrap .history > li:nth-child(2n) .list > li > .flex { justify-content: flex-end}
.history_wrap .history > li:nth-child(2n) .list .month { text-align: right}
.history_wrap .history > li:nth-child(2n) .list .detail { order: -1}
.history_wrap .history > li:nth-child(2n) .list .detail .tt { text-align: right}
.history_wrap .history > li:nth-child(2n) .list .detail .tt:before { left: auto; right: 0}

.table_st{ width:100%; border-collapse: separate; border-top: 1px solid #333;}
.table_st th,
.table_st td{ background:#fff; border:1px solid #ddd; border-left:none; border-top:none; height:3.25em; text-align:center; padding:.375em; box-sizing:border-box}
.table_st th{ font-weight:700}
.table_st tr.bg0 th,
.table_st tr.bg0 td,
.table_st th.bg0,
.table_st td.bg0{ background:#f5f5f5}
.table_st tr.bg1 th,
.table_st tr.bg1 td,
.table_st th.bg1,
.table_st td.bg1{ background:#fff6f7}
.table_st tr.bg2 th,
.table_st tr.bg2 td,
.table_st th.bg2,
.table_st td.bg2{ background:#f5fbff}
.table_st .fixT{ position:sticky; top:0; z-index:2}
.table_st .fixL{ position:sticky; left:0; z-index:1}
.table_st tr.hover:hover th,
.table_st tr.hover:hover td{ background:#f5fbff}
.table_st .w_check{ min-width:4em; max-width:4em}
.table_st .w_check + .fixL{left:4em}
.table_st .w_grow{ width:100% }
.table_st .w_index{ min-width:5em; max-width:5em}
.table_st .w_index + .fixL{left:5em}
.table_st .w_inp{ min-width:8em; max-width:8em}
.table_st .w_year{ min-width:10em; max-width:10em}
.table_st .w_10 {width: 15em;}
.table_st .w_20 {width: 30em;}

/**/
@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:2em}
.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%}

}
