@charset "utf-8";
/* CSS Document */
:root{
  --siteC: #2e2c63;
  --siteC2: #008548;
  --siteC3 : #645c54;
  --siteC4 : #8b857e;
  --siteC5 : #c9ab81;
  --siteGra : linear-gradient(-45deg, var(--siteC) 0%, var(--siteC2) 100%);
  --siteCfil: invert(50%) sepia(56%) saturate(5104%) hue-rotate(337deg) brightness(92%) contrast(94%);
  --crWhitefil: brightness(0) invert(1);
  --crBlack: #27272A;
  --crGray: #edeff1;
  --crGray2: #f8f6f3;
  --crGray3: #f5f7f8;
  --headerL : 15em;

  --headH: 6em;
}
.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{ overflow:hidden;}
.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}

.di_table,
.di_table .th,
.di_table .td{ box-sizing:border-box;}
.di_table{ display:table; table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0;}
.di_table .tr{ display:table-row;}
.di_table .th,
.di_table .td{ display:table-cell; vertical-align:middle;}

.flex{ display:flex; box-sizing:border-box; min-width:0;}
.flex > *{ box-sizing:border-box; min-width:0;}
.flex.di{ display:inline-flex;}
.flex.wrap{ flex-wrap:wrap;}
.flex.col{ flex-direction:column;}
.flex.col > *{ width:100%;}
.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.ac{ align-content:center; align-items:center; justify-content:center; text-align:center;}
.flex .mgL{ margin-left:auto;}
.flex .mgR{ margin-right:auto;}
.flex .mgT{ margin-top:auto;}
.flex > .grow{ flex:1 1 0%;}
.flex > .fix{ flex:0 0 auto;}
.flex.gap05{ gap:.5em;}
.flex.gap1 { gap:1em;}
.flex.gap15{ gap:1.5em;}

.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%}

.resize{ position:relative; display:block; height:0; padding-bottom:100%; box-sizing:border-box;}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%; box-sizing:border-box;}
.resize.s1{ padding-bottom:66.66%;}
.resize.s2{ padding-bottom:56.25%;}
.resize.s3{ padding-bottom:75%;}
.resize.s4{ padding-bottom:135%;}

input::-webkit-input-placeholder{ color: inherit}
input::-moz-placeholder{ color: inherit}
input:-moz-placeholder{ color: inherit}
input:-ms-input-placeholder{ color: inherit}

.c_point{ color:var(--siteC) !important}
.c_black{ color:#000 !important}
.c_gray { color:#999 !important}
.c_red{ color:#e30000 !important;}

.tcut{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.tcutNo{ white-space:normal !important;}

/*board*/
.board_st{ font-size:1.063em; border-top: 1px solid #111;}

.board_st th,
.board_st td{ padding:1em; border-bottom:1px solid #ddd; font-size:inherit !important; line-height:1.3}
.board_st th{ color:#111; font-weight:500;}
.board_st td{ color:#555}

.board_st{table-layout:fixed}
.board_st.list.tit th{ border-top:2px solid #111; border-bottom:1px solid #666}

.no_con{ padding:5.75em 0 !important; color:#999 !important}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:4em; color:#ddd;}
.no_con.st1{ width:100% !important; text-align:center; padding:3em 0 !important}
.no_con.st2{ width:100%; text-align:center; padding:1em 0  !important; font-size:.938em}
.no_con.st2:before{ display:inline-block; vertical-align:middle; margin:0 .125em 0 0; font-size:3em;}
.no_con.st3{ width: 100% !important; text-align: center; padding: 3em 0 !important; border: 1px solid #ddd; border-radius: 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}

.board_st.list td{ text-align:center}
.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 td a{ color:#111}
.board_st a:hover{ text-decoration:underline}

.board_st.list.notice td{ background:#f9f9f9}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.view{ border-top:1px solid #666}
.board_st.write{ border-top:2px solid #666}

.board_st.st1{ border-top:2px solid #111}
.board_st.st1 td,
.board_st.st1 th{ height:3em; border:1px solid #ddd; padding-left:2em; padding-right:2em}
.board_st.st1 th{ background:#f9f9f9; border-bottom-color:#ddd; text-align:left}
.board_st.st1.write{ border-top:none}
.board_st.st1.write th{ background:none}

.checkWrap .board_st.st1{ margin-top:-1px; border-top-width:0}
.checkWrap .board_st.st1:first-child{ margin-top:0; border-top-width:2px}

.board_view_top,
.board_view_middle,
.board_view_bottom{}
.board_view_top{ }
.board_view_top .tit{ padding:1em; border-top:2px solid #111; text-align:center; border-bottom:1px dashed #aaa; font-size:1.438em; font-weight:500;}
.board_view_top .tit .btn{ display:block; margin-top:.75em; font-size:.75em}
.board_view_top .info{border-bottom:1px solid #ddd}
.board_view_top .info > li{ float:left; padding:1em 2em; color:#666; position:relative}
.board_view_top .info2 {border-bottom:1px solid #ddd}
.board_view_top .info2 > li{ padding:1em 2em;}
.board_view_top .info2 > li p { font-size:1.1em; font-weight:500;}
.board_view_top .info2 > li p .icon {background-color: var(--siteC); color: #fff; border-radius: 50%; width: 1.5em; height: 1.5em; text-align: center; line-height: 1.5em; margin-right: 0.5em;}
.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 .info > li.btn{ float:right; padding-top:.625em; padding-bottom:.5em}
.board_view_top .info > li.btn:before{ display:none}
.board_view_top .info::after{ content:""; display:block; clear:both}
.board_view_top .file{ text-align:right; padding:1em 2em; background:#f9fafb;}
.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:hover{ text-decoration:underline}
.board_view_top .file > li > a .xi{ margin:-1px .2em 0 0}
.board_view_middle{ padding:3em 2em}
.board_view_middle .mg_b10{ margin-bottom:10px;}
.board_view_middle .videoCon{ position:relative; height:0; padding-bottom:56.25%;}
.board_view_middle #viewIframe{ position:absolute; top:0; left:0; width:100%; height:100%;}
.board_view_txt{ padding:2em 2em; border-bottom:1px dashed #aaa;}
.board_view_bottom .board_st.view td a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_file{ line-height:normal; color:#000;}
.board_file > li:not(:first-child){ margin-top:.5em;}
.board_file > li > a{ display:inline-flex; align-items:center; gap:.5em; word-break:break-all;} 
.board_file > li .tt{ flex:1;}
.board_file > li .xi{ margin-bottom:auto;}
.board_file > li .xi:before{content:"\ea83"}
.board_file > li > a:hover .tt{ text-decoration:underline;}

/**/
.board_st.faq{ border-top:2px solid #111}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:2em; color:#333}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .faq_tit.c1{ color:var(--siteC);}
.board_st.faq .BScon td{ vertical-align:top;}
.board_st.faq .BScon .w_tit{ padding-top:3.5em;}
.board_st.faq .BScon .w_tit > p{ word-break:break-all;}

/*BOARD*/
.aTit_wrap{ display:flex; align-items:center}
.aTit_wrap .aTit{ flex:1 1 0%; min-width:0}
.board_aTit{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500;}
.board_aTit:hover,
.board_aTit:focus{ text-decoration:underline}

.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:3.5em; border-bottom:1px solid #ddd; padding:.5em .5em; text-align:center}
.board_table th{ font-size:1.063em; font-weight:500}
.board_table td:not(.w_tit){ font-size:.938em;}
.board_table tbody tr:hover{ background:#fffbf7}
.board_table .rNotice,
.board_table .rNotice:hover{ background:#f5f5f5}

.boardIco{ font-family:xeicon; font-size:1.375em; width:1.5em; text-align:center; display:inline-block;}
.boardIco.file{ transform:rotate(45deg)}
.boardIco.file:before  { content:"\ea6a"; color:#ca0202}
.boardIco.lock:before  { content:"\e966"; color:#333}
.boardIco.notice:before{ content:"\ea5a";}
.boardIco.new:before   { content:"\e9a8"; color:#ca0202}
.boardIco.reply:before { content:"\e981"; color:#777}
.boardIco.prev:before  { content:"\e945";}
.boardIco.next:before  { content:"\e942";}

.board_pg{ display:flex; align-items:center; justify-content:center; margin-top:4em; padding:0 1px 1px 0}
.board_pg button{ min-width:2.5em; height:2.5em; border:1px solid #ddd; margin:0 -1px -1px 0; padding:0 .5em; background:#fff; color:#666; box-sizing:border-box; position:relative;}
.board_pg button:hover,
.board_pg button:focus{ z-index:1}
.board_pg button.on{ background:#333; color:#fff; border-color:transparent; z-index:2; position:relative}
.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_search{ display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:1.5em}
.board_search .total{ display:flex; align-items:center; justify-content:space-between}
.board_search .total .t1{ font-size:.875em; letter-spacing:.063em; text-transform:uppercase;}
.board_search .total .t2{ font-size:1.250em; font-weight:700; color:#ca0202; margin-left:.25em}
.board_search .search{ display:flex; align-items:center; gap:0 .25em}
.board_search .search .select{ min-width:7em;}
.board_search .search .inp{ width:18em;}
.board_search .search .btn .ico{ font-size:1em}
.board_search .search .btn .ico:before{content:"\e97a"}
.board_search .search .input_st{ height:3.375em;}
.board_search .search .input_st:not(.btn){ width:100%}

.board_info{ display:flex; flex-wrap:wrap; align-content:center; align-items:center; min-width:0; color:#777;}
.board_info > li{ display:flex; align-content:center; align-items:center; min-width:0; box-sizing:border-box;}
.board_info > li + li:before{ content:""; display:inline-block; margin:0 1.125em; width:1px; height:1em; background:#ddd;}
.board_info > li .tt{ font-size:.938em;}
.board_info > li .ico{ margin-right:.313em; font-size:1.250em;}
.board_info > li.name .ico:before{ content:"\e9f2"}
.board_info > li.date .ico:before{ content:"\e9a0"}
.board_info > li.hit .ico:before { content:"\e950"}
.board_info > li.mail .ico:before{ content:"\ea07"}
.board_info > li.tel .ico:before { content:"\eaed"}
.board_info > li.mgL{ margin-left:auto}
.board_info > li.mgL:before{ display:none;}

.board_file > li:not(:first-child){ margin-top:.5em}
.board_file > li > a{ display:inline-block; padding-left:1.25em; position:relative; color:#333;}
.board_file > li > a[href]:hover .tt,
.board_file > li > a[href]:focus .tt{ text-decoration:underline}
.board_file > li > a .tt{ font-size:.938em; margin-right:.5em; vertical-align:middle;}
.board_file > li > a .xi{ font-size:1.125em; vertical-align:middle;}
.board_file > li > a .down{ display:inline; color:#ca0202}
.board_file > li > a .ico{ position:absolute; left:0; top:-.063em;}
.board_file > li > a .ico:before { content:"\e998"}
.board_file > li > a .down:before{ content:"\eb7c"}

.board_viewT{ padding:2em .5em; border-top:1px solid #111; border-bottom:1px solid #ddd;}
.board_viewT .vTit{ display:flex; align-items:center}
.board_viewT .vTit .tit{ flex:1 1 0%; min-width:0}
.board_viewT .vTit .tit .t1{ font-size:1.250em;}
.board_viewT .vTit .tit .t2{ font-size:1.063em;}
.board_viewT .vTit + .board_info{ margin-top:1.5em;}
.board_viewT ~ .board_viewT{ margin-top:3em; border-top-style:dashed;}

.board_viewM{ padding:2.5em 2em; border-bottom:1px solid #ddd}
.board_viewM .ytFrame{ width:100%; margin:0 auto}
.board_viewM .ytFrame iframe{ position:absolute; left:0; top:0; width:100%; height:100%}
.board_viewM *{ box-sizing:border-box; max-width:100% !important;}
.board_viewM img{ height:auto !important;}

.board_viewF{ display:flex; border-bottom:1px solid #ddd; background:#f5f5f5; padding:1.5em 2.5em}
.board_viewF .wrap_tit{ width:6em; padding:.125em 0; margin-right:2.5em; box-sizing:border-box; border-right:1px solid #ddd}
.board_viewF .wrap_tit .t1{ font-size:1.000em}
.board_viewF .wrap_con{ flex:1 1 0%; min-width:0}

.board_viewB{}

.board_st.write{ border-top:2px solid var(--siteC);}
.board_st.write tr {border-bottom: 1px solid #ddd;}
.board_st.write th,
.board_st.write td{ padding-left:1.5em; text-align:left; font-size: 1.1em; padding: 1em; }

.pd05{ padding:.5em !important;}
.pd1{ padding:1em !important;}
.pd2{ padding:2em !important;}

.table_form_wrap{}
.table_form_wrap .form_tit{ padding:1em 0}
.table_form_wrap .form_tit.bd0{ border-bottom:none}
.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 .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:9em; margin-right:2em; gap:.5em 0; padding-left:.25em}
.table_form .wrap_in .tit1{ font-size:1.000em}
.table_form .wrap_in .tit2{ font-size:.938em; line-height:1.2;}
.table_form .wrap_in .con_wrap{ flex:1 1 0%; min-width:0; gap:.25em; font-weight:500}
.table_form .wrap_in .con_wrap > *{ flex:1 1 0%; min-width:0}
.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 .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:27em}
.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 .min1{ min-width:23.5em}


/**/
.board_photo_wrap{ padding-top:1.5em; border-top:2px solid #111;}
.board_photo{ margin:0 0 0 -1em;}
.board_photo > li{ width:25%;}
.board_photo .list{ display:block; margin:0 0 1em 1em; transition:.2s;}
.board_photo .list .img{ border-radius:1.5em; overflow:hidden; transition:.2s;}
.board_photo .list .img img{ width:100%; height:100%; object-fit:cover;}
.board_photo .list .tit{ padding:1.5em .5em;}
.board_photo .list .tit > *{ overflow:hidden;}
.board_photo .list .tit .t1{ font-size:1em; font-weight:500; height:2.563em;}
.board_photo .list .tit .t2{ font-size:.875em; color:#77787b; height:2.625em; margin-top:.5em;}
.board_photo .list .tit .t3{ font-size:.875em; color:#555; font-weight:500; height:1.5em; margin-bottom:.75em; padding-left:1.75em; position:relative; overflow:visible;}
.board_photo .list .tit .t3 .icon{ position:absolute; top:-.125em; left:0; font-size:1.500em; line-height:1; font-weight:normal;}
.board_photo .list .tit .t3 .icon:before{ content:"\e9a4";}
.board_photo .list:hover{ color:var(--siteC);}
.board_photo .list:hover .img{ box-shadow:0 3px .625em rgba(0,0,0,.2);}

.board_photo .list .priceBox{ display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:flex-end; gap:.125em .75em; margin-top:.5em; text-align:left;}
.board_photo .list .price{ width:100%;}
.board_photo .list .price i{ vertical-align:baseline}
.board_photo .list .price .no { font-size:1.188em; font-weight:800;}
.board_photo .list .price .won{ padding-left:.125em;}


.board_photo.event{ display:flex; flex-wrap:wrap; gap:2em 2em; margin:0 0; overflow:visible;}
.board_photo.event > li{ width:calc(33.33% - 1.3333em); min-width:0; box-sizing:border-box;}
.board_photo.event .list{ margin:0 0;}
.board_photo.event .list .tit > *{ height:auto;}
.board_photo.event .list .tit .t1{ font-size:1.250em; font-weight:600; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.board_photo.event .list .tit .t2{ font-size:.938em; white-space:normal; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.board_photo.event .list .tit .t3{ font-size:.938em; color:#666;}


.board_product{ display:flex; flex-wrap:wrap; margin:0 0 -2.5em -1em;}
.board_product > li{ width:33.33%; min-width:0;}
.board_product > li .wrap_in{ position:relative; display:block; margin:0 0 2.5em 1em;}
.board_product > li .wrap_in .img_wrap{ position:relative; overflow:hidden; }
.board_product > li .wrap_in .con_wrap{ display:flex; align-items: center; gap: .2em; text-align: center; margin-top: .35em;}
.board_product > li .wrap_in .con_wrap > *{ width:100%;}
.board_product > li .wrap_in .con_wrap > *:not(.board_info){ line-height:1.5;}
.board_product > li .wrap_in .con_wrap .t1{ font-size:1.063em; font-weight: 700; transition:.2s;}
.board_product > li .wrap_in .con_wrap .t1 > i{ font-weight: 500;}
.board_product > li .wrap_in .con_wrap .t2{ font-size:.938em; color:#666; font-weight:300;}
.board_product > li .wrap_in .board_info{ font-size:.938em;}
.board_product > li .wrap_in .tag{ position: absolute; top: 0; left: 0; z-index: 2;}
.board_product > li .wrap_in .tag > .tt{ padding: .5em 1em; background: var(--siteC2); color: #fff; font-size: .85em; font-weight: 600; line-height: 1;}
.board_product > li .wrap_in:hover .con_wrap .t1{ color:#c9ab81;}

.board_wrap{ border-top:1px solid #111; padding-top:3em;}
.board_gallery{ display:flex; flex-wrap:wrap; margin:0 0 -2.5em -3em;}
.board_gallery > li{ width:33.33%; min-width:0;}
.board_gallery > li .wrap_in{ position:relative; display:block; margin:0 0 2.5em 3em;}
.board_gallery > li .wrap_in .img_wrap{ position:relative; overflow:hidden;}
.board_gallery > li .wrap_in .img_wrap > .resize{ transition: transform 0.3s;}
.board_gallery > li .wrap_in .con_wrap{ display:flex; flex-direction:column; gap:.875em 0; padding:1em .5em;}
.board_gallery > li .wrap_in .con_wrap > *{ width:100%;}
.board_gallery > li .wrap_in .con_wrap > *:not(.board_info){ line-height:1.5;}
.board_gallery > li .wrap_in .con_wrap .t1{ font-size:1.188em; font-weight: 600; transition:.2s;}
.board_gallery > li .wrap_in .con_wrap .t2{ font-size:.938em; color:#666; font-weight:300;}
.board_gallery > li .wrap_in .board_info{ font-size:.938em;}
.board_gallery > li .wrap_in:hover .con_wrap .t1{ color:#c9ab81;}
.board_gallery > li .wrap_in:hover .img_wrap > .resize{ transform: scale(1.05);}
.board_gallery > li .wrap_in .poto_count{ position: absolute; padding: .5em 1em; border-radius: .1em; box-sizing: border-box; bottom: 2em; right: 3em; flex-direction: column; display: flex; background: var(--siteC2);}
.board_gallery > li .wrap_in .poto_count > .xi{ color: rgba(255,255,255, .5);}
.board_gallery > li .wrap_in .poto_count > .count{ font-size: 1em; letter-spacing: -0.03em; color: #fff; font-weight: 700;}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a8"; color:var(--siteC)}
.board_icon.notice .xi:before{ content:"\ea5b"; color:var(--crBlack)}
.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 .xi:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}
.board_icon.review .xi:before{ content:"\e9d7"; color:var(--siteC)}

/**/
.board_search_wrap{ overflow:hidden; margin-bottom:2em; padding-left:1px;}
.board_search_wrap .left{ float:left;}
.board_search_wrap .left button{ width:8em; padding:0 .5em}
.board_search_wrap .left.faqTab{ display: block; margin-top: 1.5em;}
.board_search_wrap .right{ float:right}
.board_search_wrap .right + *{ clear:right;}
.board_search_wrap button{ padding:0 1.5em; margin-left:-1px}
.board_search_wrap .input_st.s3{ width:auto; padding:0 1em;}
.board_search_wrap .input_st[type=text]{ width:18em;}
.board_search_wrap .search_cate{ padding:1.5em 0;}
.board_search_wrap .search_cate button{ flex:1; position:relative; z-index:1;}
.board_search_wrap .search_cate button.on{ z-index:2;}
.board_search_wrap .search_cate.left{ padding:0 0;}
.board_search_wrap .search_cate.left button{ flex:1 0 auto; min-width:8em;}

/**/
.board_tbox .icon{ display:block; text-align:center; font-size:3em; color:#aaa}
.board_tbox .t1{ font-size:.938em}

/**/
.board_paging{ text-align:center; margin-top:7em; font-size:.813em}
.board_paging button{ vertical-align:top; min-width:3em; height:3em; line-height:3em; padding:0 .5em; border:1px solid #ddd; background:#fff; color:#333;}
.board_paging button:hover,
.board_paging button.on{ background:#222; border-color:#222; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa; border-color:#aaa;}
.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:3em; text-align:center}
.board_btn_wrap.st1{ margin-top:.5em; padding-top:1.5em; border-top:1px solid #ccc}
.pop .board_btn_wrap{ margin-top:1.5em}

/**/
.label_wrap{display:inline-block; *display:inline; zoom:1;}
.label_wrap label{ margin-left:1em}
.label_wrap label:first-child{ margin-left:0}
.label_wrap_fix.recruit > li{ width:9.5em}

/*
.board_st.write .label_st{ margin-right:2em}
.label_st{ display:inline-block; line-height:normal;}
.label_st > *{ display:inline-block; vertical-align:middle; cursor:pointer;}
.label_st:not(.cssbrowser) .xi:before{ font-family:xeicon!important; font-style:normal; font-size:1.250em}
.label_st:not(.cssbrowser) input ~ .xi ~ span,
.label_st:not(.cssbrowser) input ~ .xi:before{ color:#777}
.label_st:not(.cssbrowser) input:checked ~ .xi ~ span{ color:#111; font-weight:500;}
.label_st:not(.cssbrowser) input:checked ~ .xi:before{ color:var(--siteC)}
.label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before{ content:"\e92e"}
.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; opacity:0}
.label_st:not(.cssbrowser) input[type=checkbox][disabled=disabled] ~ *,
.label_st:not(.cssbrowser) input[type=radio][disabled=disabled] ~ *{ opacity:.5}
.label_st:not(.cssbrowser).point input ~ .xi ~ span,
.label_st:not(.cssbrowser).point input ~ .xi:before{ color:#111 !important}
*/

/**/
.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: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:#111}
.label_st.c1:not(.cssbrowser) input:checked ~ .con{ border-color:#111; color:#111; font-weight:700}
.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}

.input_wrap{ display:flex; flex-wrap:wrap; align-items:center}


.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}

.form_st{}
.form_st > li{ margin-top:1em}
.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:#666}
.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:#999; 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:bold; color:#666}
.form_st > li .in .inp[type=file]{ padding:0 !important; height:3em}
.form_st > li .in .inp[readonly=readonly]{ background:#f5f5f5}
.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:0; color:var(--siteC); margin-left:-.5em; transition:.3s}
.form_st > li .in .inp:focus ~ .icon,
.form_st > li .in .inp.on ~ .icon{ color:#333}
.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:not(.btn_wrap){ margin-top:1.5em}
.form_st.st1 > li.line{ margin-top:1.25em; padding-top:1.25em; border-top:1px solid #111}
.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_br{ flex-basis:100%}
.form_st.st1 > li .in_tit{ font-weight:500; font-size:1.063em; color:#333; 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:#777; 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:400}
.form_st.st1 > li .in .inp[type=file]{ height:3em}
.form_st.st1 > li .in .inp.s1{ font-size:1em}
.form_st.st1 > li .in .btn{ color:#fff}
.form_st.st1 > li .in .btn + .line{ background:#333; border-color:transparent}
.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:.75em 0; border-radius:.25em}
.form_st.st1 > li .agree > li{ padding:.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{ background:#aaa; color:#fff; padding:.25em 1em; font-size:.875em}
.form_st.st1 > li .agree > li .more:before{ content:"보기"}
.form_st.st1 > li .agree > li .agree_box{ display:none}
.form_st.st1 > li .agree > li .on .more{ background:#333}
.form_st.st1 > li .agree > li .on .more:before{ content:"접기"}
.form_st.st1 > li .agree > li .on .agree_box{ display:block}
.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}

.label_st.st2{ position:relative; display:inline-flex; align-items:center; justify-content:center; text-align:center; box-sizing:border-box; height:5em; padding:0 1em;}
.label_st.st2 > *{ box-sizing:border-box; min-width:0;}
.label_st.st2 .bg{ position:absolute; top:0; left:0; width:100%; height:100%; background:#fff; border:1px solid #666; border-radius:.5em;}
.label_st.st2 .bg ~ *{ position:relative;}
.label_st.st2 .txt{ display:flex; flex-direction:column; gap:.25em;}
.label_st.st2 .txt .tt{}
.label_st.st2 .txt .t1{ font-size:1.250em; font-weight:700;}
.label_st.st2 .txt .t2{ font-size:.938em; opacity:.7;}
.label_st.st2 .txt .sm{ font-size:.750em; font-weight:400;}
.label_st.st2 input:checked ~ .bg{ background:var(--siteC); border-color:var(--siteC);}
.label_st.st2 input:checked ~ .bg ~ .txt{ color:#fff;}
.label_st.st2:hover .bg{ background:var(--crGray3);}

.label_st.mg{ margin-left:2em}
.label_st.mg:first-child{ margin-left:0}


.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1;}
.label_select select{ background:none; padding-right:2em!important; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}

.label_hash{ position:relative; display:inline-block; *display:inline; zoom:1;}
.label_hash:before{ content:"#"; position:absolute; left:0; top:0; height:100%; width:1.75em; text-align:center; background:#666; color:#fff; line-height:1.5; font-size:1.25em}
.label_hash .input_st{ padding-left:3em !important}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ccc; color:#666; padding:.5em 1em;  box-sizing:border-box; line-height:calc(2em - 2px); height:3em}
input[type=text].input_st,
input[type=password].input_st,
input[type=tel].input_st{ }
input[type=file].input_st{ background:none; border:none; padding:0; cursor: pointer;}
input[type=button].input_st,
input[type=submit].input_st,
button.input_st,
a.input_st{ min-width:5em; font-weight:500; text-align:center;}
select.input_st{ padding-right:3em; transition:0}
textarea.input_st{ padding:1em; width:100%; min-height:10em; line-height:1.2}
textarea.input_st.h1{ height:20em;}
textarea.input_st.editor{ height:20em}
td textarea.input_st.editor{ border:none}
.editor{ position:relative}

.input_st .xi{ vertical-align:top; margin:0 .25em; font-size:1.25em}
.input_st .xi:first-child{ margin-left:0;}
.input_st .xi.arrow:before{ content:"\e93f"}
.input_st.s2 .xi{ font-size:.938em;}

.input_st:hover,
.input_st:focus{ border-color:#343b4d; color:#111}
.label_select .input_st:hover,
.label_select .input_st:focus{ background:none}
.input_st[disabled=disabled]{ cursor:default; background-color:#eee !important; opacity:.6;}
.input_st[disabled=disabled]:hover{ border-color:#ccc; background-color:#eee; color:#666}
select.input_st:hover,
select.input_st:focus{ color:#666}

.input_st.s1{ line-height:calc(2.5em - 2px); height:3.5em; padding:.5em 1.5em; font-size:1.125em;}
.input_st.s2{ line-height:calc(1.75em - 2px); height:2.25em; padding:.25em .5em; font-size:.938em; min-width: inherit}
.input_st.s3{ min-width:6em;}
.input_st.sb{ line-height:calc(2.5em - 2px); height:4.5em; padding:.5em 1.5em; font-size:1.125em;}

.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:#f5f5f5; border-color:#ccc; color:#888}
.input_st.c3{ background:#111; border-color:#111; color:#fff}
.input_st.c3.re{ background:#fff; border-color:#111; color:#111}
.input_st.c4{ background:#003f87; border-color:#003f87; color:#fff}
.input_st.c4.re{ background:#fff; border-color:#003f87; color:#003f87}
.input_st.c5{ background:#8f4141; border-color:#8f4141; color:#fff}
.input_st.c5.re{ background:#fff; border-color:#7c4f4f; color:#7c4f4f}
.input_st.c6{ background:#1d2c4a; border-color:#1d2c4a; color:#fff}
.input_st.c6.re{ background:#fff; border-color:#1d2c4a; color:#1d2c4a}

.input_st.w1{ width:9em; max-width:100%}
.input_st.w2{ width:6em}
.input_st.w3{ width:40em; max-width:100%}
.input_st.w4{ width:12em}

.w05{ width:5% !important}
.w10{ width:10% !important}
.w20{ width:20% !important}
.w30{ width:30% !important}
.w40{ width:40% !important}
.w50{ width:50% !important}
.w100{ width:100% !important}

.input_sec{ display:inline-block; *display:inline; zoom:1; width:1.25em; text-align:center; vertical-align:middle}
.input_sec.s1{ width:.5em}
.input_sec.s2{ padding:0 1.5em 0 .5em}
.input_row{ height:.25em; width:100%}

.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}


.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_tt{ vertical-align:middle; display:inline-block; font-size:.938em;}

/**/
.w_no{ width:5em}
.w_tit{ width:auto}
.w_name{ width:9em}
.w_name2{ width:15.5em}
.w_date{ width:8em}
.w_date2{ width:15em}
.w_hit{ width:8em}
.w_category{ width:17em}
.w_check{ width:5em}
.w_prod{ width:auto}
.w_price{ width:10em}
.w_point{ width:10em}
.w_vol{ width:10em}
.w_vol2{ width:5em}
.w_order_num{ width:12em}
.w_state{ width:9em}
.w_btn{ width:7em}
.w_btn2{ width:11em}
.w_img{ width:9em}
.w_star{ width:10em}
.w_faq{ width:4em}
.w_area{ width:5em}
.w_sel{ width:8.5em}
.w_info{ width:15em}
.w_join{ width:15em}

.w_form_tit{ width:11em;}
.w_form_tit2{ width:25%;}
.w_form_tit3{ width:8.5em;}
.w_form_tit4{ width: 15em;}
.w_form_etc{ width:15%;}
.w_auto{ width:auto;}
.w_form{ width:auto;}
.w_form2{ width:auto;}

.state{ font-weight:700;}
.state.c1{ color:#0072c6}
.state.c2{ color:var(--siteC)}
.state.c3{ color:#ef4223}
.state.c4{ color:#777}

/**/
.fs10{ font-size:0.625em !important;}
.fs11{ font-size:0.688em !important;}
.fs12{ font-size:0.750em !important;}
.fs13{ font-size:0.813em !important;}
.fs14{ font-size:0.875em !important;}
.fs15{ font-size:0.938em !important;}
.fs16{ font-size:1.000em !important;}
.fs17{ font-size:1.063em !important;}
.fs18{ font-size:1.125em !important;}
.fs19{ font-size:1.188em !important;}
.fs20{ font-size:1.250em !important;}
.fs21{ font-size:1.313em !important;}
.fs22{ font-size:1.375em !important;}
.fs23{ font-size:1.438em !important;}
.fs24{ font-size:1.500em !important;}
.fs25{ font-size:1.563em !important;}
.fs26{ font-size:1.615em !important;}
.fs27{ font-size:1.688em !important;}
.fs28{ font-size:1.750em !important;}
.fs29{ font-size:1.813em !important;}
.fs30{ font-size:1.875em !important;}
.fs31{ font-size:1.938em !important;}
.fs32{ font-size:2.000em !important;}
.fs40{ font-size:2.500em !important;}
.fs48{ font-size:3.000em !important;}
.fs52{ font-size:3.250em !important;}
.fs56{ font-size:3.500em !important;}

.fwT { font-weight:100;}
.fwEL{ font-weight:200;}
.fwL { font-weight:300;}
.fwR { font-weight:400;}
.fwM { font-weight:500;}
.fwB { font-weight:700;}
.fwBL{ font-weight:800;}
.fwEB{ font-weight:900;}


.flex_table2{ border-top:1px solid #111}
.flex_table2 > li{ counter-increment: recordIdx}
.flex_table2 > li .wrap_in{ display:flex; gap:2em; padding:2em 0; border-bottom:1px solid #ddd}
.flex_table2 > li .wrap_in .cell{ flex:0 0 auto; display:flex; flex-direction:column; gap:1em 0; box-sizing:border-box}
.flex_table2 > li .wrap_in .cell.c_count{ width:3em; text-align:right}
.flex_table2 > li .wrap_in .cell.c_count:before{content:counter(recordIdx) "."}
.flex_table2 > li .wrap_in .cell.c_img{ width:14em; overflow:hidden}
.flex_table2 > li .wrap_in .cell.c_grow{ flex:1 1 0%; min-width:0}
.flex_table2 > li .wrap_in .cell .tit_wrap{ display:flex; flex-direction:column; gap:.25em 0}
.flex_table2 > li .wrap_in .cell .tit1{ font-size:1.25em; font-weight:700}
.flex_table2 > li .wrap_in .cell .tt1{ color:#666}
.flex_table2 > li .wrap_in .cell .board_detail .detail_tt {overflow: hidden; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.flex_table2 > li .wrap_in .cell .board_detail.active .detail_tt {-webkit-line-clamp: 4;}
.flex_table2 > li .wrap_in .cell .board_detail .detail_plus {width: 13%; border: 1px solid var(--siteC); text-align: center; color: var(--siteC); font-size: 0.86em; padding: .3em .5em; border-radius: 2em;}
.flex_table2 > li .wrap_in .cell .board_detail .detail_plus > i {margin-right: .2em; vertical-align: middle;}
.flex_table2 > li .wrap_in .cell .board_detail:hover .detail_plus {font-weight: 600;}
.flex_table2 > li .wrap_in .cell .board_detail .detail_plus.on {display: block;}
.flex_table2 > li .wrap_in .cell .board_detail .detail_plus.off {display: none;}
.flex_table2 > li .wrap_in .cell .board_detail.active .detail_plus.on {display: none;}
.flex_table2 > li .wrap_in .cell .board_detail.active .detail_plus.off {display: block;}

.flex_table2 > li .wrap_in:hover .tit1{ text-decoration: underline;}


.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);}
.order_notice{display:none; font-size:.875em; color:#555; margin-top:1rem; margin-bottom:-2rem;}

.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}

.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:600; 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}

.board_file.list{ display:flex; flex-wrap:wrap; gap:.5em}
.board_file.list > 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.list > li > a:before{ font-family:xeicon; content:"\ea6a"}
.board_file.list > li > a:hover{ box-shadow:0 0 1em rgba(0,0,0,.1); border-color:#111}


/**/
.board_img{ border:1px solid #ddd; padding:.25em}
.board_img img{ width:100%; height:100%; object-fit:cover;}
.board_tt1{ font-size:.938em; opacity:.6;}
.board_tt2{ font-size:1.125em; color:#111; font-weight:500; line-height:1.5;}
a.board_tt2:hover{ text-decoration:underline}
.board_tt3{ font-size:.875em; display:inline-block; *display:inline; zoom:1; padding:.125em 1em; margin-top:1em; border:1px solid #ddd; border-radius:1em}
.board_tt4{ font-size:1em; color:#111;}

.BSbtn{ cursor:pointer}
.BScon{ display:none}
.BScon td{ padding-top:3em; padding-bottom:4em}
.BScon .w_btn .input_st{ margin:.063em 0;}
.BStit.on{ background:var(--crGray3)}

.board_more{ display:inline-block; *display:inline; zoom:1; width:2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center; transition:.3s}
.board_more .xi:before{content:"\e943"; color:#111}
.board_more.plus .xi:before{content:"\e913"}
.board_more:hover{ border-color:#666}
.on .board_more{ transform:rotate(180deg); background:#111; color:#fff; border-color:transparent}
.on .board_more .xi:before{ color:#fff}

.tt_star .no{ font-family:tahoma,sans-serif; font-weight:bold; font-size:1.25em; color:#000}
.tt_star .star{ color:var(--siteC); padding:0 .25em}
.tt_star .star:before{ content:"("}
.tt_star .star:after{ content:")"}
.tt_star .star .xi{ font-size:.875em}
.tt_star .star .xi:before{content:"\ea16"}
.tt_star .star .xi.on:before{content:"\ea0f"}

.table_st{ border-top:2px solid #333; table-layout:fixed}
.table_st th,
.table_st td{ padding:.5em 1em; height:3em}
.table_st th{ background:#fff; color:#111; border-bottom:1px solid #333; font-weight:600}
.table_st td{ background:#fff; color:#666; text-align:center; border-bottom:1px solid #ddd; padding:1em 1em}
.table_st .ess{ position: absolute; float:right;}
.ess{ font-size:1.063em !important; color:var(--siteC); line-height:1;}
.ess:before{ content:"\e929"; font-size:1.25em}
.ess_wrap{ position:relative; display:block; padding-right:1.75em;}
.ess_wrap .ess{ position:absolute; right:0; top:50%; margin-top:-.625em;}

.table_st td .size_wrap{ display: flex; gap: .5em; align-items: center;}

.table_st.form th{ text-align:left; border-color:#ddd; border-left:1px solid #ddd}
.table_st.form th:first-child{ border-left:none}
.table_st.form td{ text-align:left}

.table_st.size1 th,
.table_st.size1 td{ padding:.5em 1em; height:2.25em; font-size:.938em}

.table_st.size2 td{ padding:2em 1em;}

.table_st.bg1 th,
.table_st.bg1 td{ background:#f9f9f9}

.table_st.noline{ border-top:none}
.table_st.line1{ border-top-width:1px}

.table_st.st1 th,
.table_st.st1 td{ height:2em; padding:.75em 1em; border:1px solid #ddd;}
.table_st.st1 th{ background:#f7f7f7; text-align:center}

.table_st.st2{ border-top:none}
.table_st.st2 th{ background:#895f5f; color:#fff; border:1px solid rgba(255,255,255,.1)}
.table_st.st2 td{ border:1px solid rgba(0,0,0,.1)}

.table_st.st3{}
.table_st.st3 th{ font-size:1.063em; border-color:#888; color:#555}
.table_st.st3:not(.size1) th{ height:4.5em}
.table_st.st3 .bR{ border-right:1px solid #ddd}
.table_st.st3 td{}

.table_st.mall{}
.table_st.mall th,
.table_st.mall td{ border-width:0; padding:.5em 1em; height:2.25em;}

.table_st .total_wrap{ text-align:right; padding-right:2.5em!important; position:relative}
.table_st .total_wrap:before,
.table_st .total_wrap:after{ content:""; position:absolute; left:0; top:-1px; width:100%; height:1px; background:#111}
.table_st .total_wrap:after{ top:auto; bottom:-1px; background:#ddd}
.table_st .total_wrap .icon{ position:relative; top: 3px; padding:0 1em; color:#111; font-size:1.75em; margin-top:-.1em}
.table_st .total_wrap .pay_wrapper{ align-items: center;}

.table_st .cell_st1{ background:#f9f9f9}

.table_st .memo{ font-size:.813em; color:#888}

.inp_img{ overflow:hidden; margin-bottom:.5em}
.inp_img .img,
.inp_img .tt,
.inp_img .btn{ display:inline-block; *display:inline; zoom:1; vertical-align: bottom}
.inp_img .img{ width:4em; border:1px solid #ddd; background:#fff}
.inp_img .btn{ padding:0 .25em; border:1px solid transparent}
.inp_img .btn.del{ background:#eee; color:#777}
.inp_img .btn.del .xi:before{content:"\e922"}
.inp_img .tt{ font-size:.938em; color:#333; padding:.125em }
.inp_img .tt .file:before{content:"\ea83"}
.inp_img .label_st{ font-size:.938em; padding-left:.5em; margin-bottom:-.25em}

.xi.noimg:before{ content:"\ea4e"; font-size:3em; color:#ccc}

.enterInfo_bottom{ font-size:.875em}
.prod_info_wrap{ display:flex; flex-wrap:wrap; align-items:center; gap:1em;}
.prod_info_wrap.gap1{ gap:2em;}
.prod_info_wrap .img{ width:10em; max-width:16%}
.prod_info_wrap .img.w1{ width:8em;}
.prod_info_wrap .img.w2{ width:7em; max-width:none;}
.prod_info_wrap .img img{ width:100%; height:100%; object-fit:cover;}
.prod_info_wrap .tt{ flex:1; min-width:0;}
.prod_info_wrap .tt .t1{ font-size:1.063em; color:#000}
.prod_info_wrap .tt .t2{ font-size:.938em; color:#999; padding-top:.5em}
.prod_info_wrap .tt .t2:before{ content:"ㄴ"}
.prod_info_wrap .tt .t3{}
.prod_info_wrap .tt .t4{ font-size:1.125em; color:#000; font-weight:600;}
.prod_info_wrap .tt > .etc{ min-width: 3em;}
.prod_info_wrap a.tt:hover{ text-decoration:underline;}
.board_st .prod_info_wrap .img{ border:1px solid #ddd}
.board_st .prod_info_wrap .tt .t1{ font-size:inherit}

.prod_info_wrap .prod_inner_con{ width: 100%; display: flex; align-items: center; justify-content: space-between;}
.prod_info_wrap .prod_inner_con .prod_sec{ display: flex; align-items: center; gap: 1em; width: 100%;}
.prod_info_wrap .prod_inner_con .prod_no{ min-width: 5em; text-align: center;}
.prod_info_wrap .prod_inner_con .prod_no > .tt{ font-size: 1.15em; font-weight: 600;}

.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:var(--siteC); 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)}

.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}


/*
@media screen and (max-width:900px){
.board_paging{ font-size:.75em}
.st1.table_st th,
.st1.table_st td{ word-break:break-all}
.size1.table_st th, .size1.table_st td{ padding-left:.5em; padding-right:.5em}

.w_form_tit,
.w_form_tit2{ width:9em}

}*/

.state{ font-weight:700;}
.state.c1{ color:#0072c6}
.state.c2{ color:var(--siteC)}
.state.c3{ color:#ef4223}
.state.c4{ color:#777}

/**/
.flexN{ display:flex}
.flexN.di{ display:inline-flex;}
.flexN.wrap{ flex-wrap:wrap}
.flexN.col{ flex-direction:column}
.flexN.col > *{ width:100%; box-sizing:border-box}
.flexN.space{ justify-content: space-between}
.flexN.vspace{ align-content:space-between}
.flexN.hc{ justify-content:center}
.flexN.hr{ justify-content:flex-end}
.flexN.vt{ align-content:flex-start; align-items:flex-start}
.flexN.vc{ align-content:center; align-items:center}
.flexN.vb{ align-content:flex-end; align-items:flex-end}
.flexN .mgL{ margin-left:auto}
.flexN .mgR{ margin-right:auto}
.flexN .mgT{ margin-top:auto}
.flexN .grow{ flex:1 1 0%; min-width:0}
.flexN .fix{ flex:0 0 auto}
.flexN.fc{ justify-content:center; align-items:center}


isIE .row.l2{ height:2.75em}
isIE .row.l3{ height:4.125em}
isIE .row.l4{ height:5.5em}

.bgfix{background-repeat:no-repeat; background-position:center center; background-size:cover;}
.bgfix.ct{ background-size:contain}
.bgfix.fix{ background-attachment:fixed;}

.imgfix{ width:100%; height:100%; overflow:hidden;}
.imgfix > img{ width:100%; height:100%; object-fit:cover;}
.imgfix.ctn > img{ object-fit:contain;}

.pre{white-space:pre-wrap;}
.round{ border-radius:.5em}

.ffN{}
.h100{ height:100%}

.page_sec05{ margin-top: .5em;}
.ps05{ margin-top:.5em}
.ps1{ margin-top:1em}
.ps2{ margin-top:2em}
.ps3{ margin-top:3em}
.ps4{ margin-top:4em}
.ps5{ margin-top:5em}

.imgCon{ display:flex; align-items: center;}
.imgCon .wrap_img{ width:8em; margin-right:3em}
.imgCon .wrap_img.w1{ width:6em}
.imgCon .wrap_img.w2{ width:4em; margin-right:1.5em}


@media screen and (max-width:1024px){
.flexN .mgL {margin-left:0;}
}