@charset "UTF-8";
/*
2018-08-06
update: 2018-09-03
// WINE KOREA
author: banghg
http://freewebclub.com
*/
@import url(ui/animate.css);
@import url(ui/mCustomScrollbar.css);
@import url(ui/magnific-popup.css);
@import url(//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css);
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format("opentype"); }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format("opentype"); }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format("opentype"); }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf") format("opentype"); }

.f_p { font-family: 'Noto Sans KR', sans-serif; }

.f_nl { font-weight: 300; }

.f_nb { font-weight: bold; }

/*
_var
*/
._mc { color: #e64940; }

._mc2 { color: #0b65ad; }

.gall-list .item .img span, .main_banner .banner:before { top: 0; bottom: 0; left: 0; right: 0; }

/*
_basic.scss
*/
body { font-family: 'Noto Sans KR'
 ,sans-serif; font-size: 15px; width: 100%; color: #444; overflow-y: auto; line-height: 1.6; -webkit-text-size-adjust: none; font-weight: 400; }

@media only screen and (max-width: 640px) { body { font-size: 13px; } }

body { overflow-x: hidden; width: 100%; }

@media only screen and (max-width: 640px) { body { min-width: 320px; } }

.wrapper { width: 100%; max-width: 1400px; position: relative; margin: 0 auto; }

@media only screen and (max-width: 1420px) { .wrapper { min-width: 320px; padding: 0 15px; } }

::selection { background: #999; color: #e64940; text-shadow: none; }

a { color: #444; text-decoration: none; -webkit-transition: 200ms color, background; transition: 200ms color, background; }

a:hover, a:focus { text-decoration: none; }

html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer { border: 0; margin: 0; padding: 0; }

address { font-style: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

img { border: 0; vertical-align: top; max-width: 100%; }

ul, ol, dl, dt, dd, li { list-style: none; }

table, th, td { border-spacing: 0; font-weight: normal; }

th, td { border-collapse: collapse; }

caption { visibility: hidden; overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }

fieldset, blockquote, iframe, button { border: none; }

i, em, u, cite { font-style: normal; }

strong, em, b { font-weight: normal; }

img, fieldset { border: 0; outline: none; }

input, button { outline: none; }

option, label, textarea { margin: 0; }

label { font-weight: normal; vertical-align: middle; }

button { margin: 0; padding: 0; /* vertical-align: middle; */ background: transparent; }

section, nav, article, aside, header, footer, main { display: block; }

select, textarea, button { font: inherit; -webkit-appearance: none; border-radius: 0; }

.hidden { position: absolute; overflow: hidden; visibility: hidden; width: 0; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; background: none; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

*, *:after, *:before { box-sizing: border-box; }

ul.skip li a { text-indent: -9999px; font-size: 0; height: 0; position: absolute; top: 0; }

ul.skip li a:focus { text-indent: 0; font-size: 14px; width: 100%; min-width: 1250px; height: 30px; background-color: #0c3874; color: #fff; text-align: center; padding-top: 10px; z-index: 999; }

textarea { border: solid 1px #ccc; background-color: #fff; overflow: auto; min-height: 150px; width: 100%; box-sizing: border-box; -webkit-appearance: none; -webkit-border-radius: 0; resize: none; }

textarea.txtarea { width: 100%; padding: 8px; height: 150px; border: solid 1px #ccc; overflow-y: auto; }

button, input[type="submit"], input[type="button"], input[type="reset"] { cursor: pointer; -webkit-appearance: none; }

input, select, textarea { padding: 0 5px; }

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button { display: none; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder { color: #aaa; }

::-ms-clear, ::-ms-reveal { display: none; }

input { font: inherit; margin: 0; line-height: normal; -webkit-border-radius: 0; resize: none; }

input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] { -webkit-appearance: none; border-radius: 0; }

input[type="file"] { width: 100%; padding: 0; line-height: normal; }

input[type="checkbox"] { padding: 0; }

input[type="radio"] { width: 14px; padding: 0; vertical-align: middle; margin-right: 5px; }

input[type="image"] { border: none; background: 0; }

input[type="text"], input[type="file"], input[type="number"], input[type="password"] { height: 40px; line-height: 40px; vertical-align: middle; border: solid 1px #ccc; resize: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0; text-overflow: ''; zoom: 1; }

input[placeholder] { font-family: inherit; }

select { height: 40px; line-height: 40px; margin: 0; vertical-align: middle; border: solid 1px #ccc; resize: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0; text-overflow: ellipsis; zoom: 1; width: 100%; background-color: #fff; background-image: url(../images/icon/select_down.png); background-size: 24px; background-repeat: no-repeat; background-position: center right; }

select::-ms-expand { display: none; }

.lt-ie10 select { font-family: inherit; background: none; padding: 0; }

.lt-ie10 select:before { display: block; position: absolute; content: ''; right: 0px; top: 0px; height: 1em; width: 1em; margin: 2px; background: red; z-index: 5; }

.lt-ie9 select { font-family: inherit; background: none; padding: 6px; }

option { border: solid 1px #ccc; background-color: #fff; text-indent: 7px; }

.mt_0 { margin-top: 0px; }

.ml_0 { margin-left: 0px; }

.mr_0 { margin-right: 0px; }

.mb_0 { margin-bottom: 0px; }

.mt_5 { margin-top: 5px; }

.ml_5 { margin-left: 5px; }

.mr_5 { margin-right: 5px; }

.mb_5 { margin-bottom: 5px; }

.mt_10 { margin-top: 10px; }

.ml_10 { margin-left: 10px; }

.mr_10 { margin-right: 10px; }

.mb_10 { margin-bottom: 10px; }

.mt_20 { margin-top: 20px; }

.ml_20 { margin-left: 20px; }

.mr_20 { margin-right: 20px; }

.mb_20 { margin-bottom: 20px; }

.mt_30 { margin-top: 30px; }

.ml_30 { margin-left: 30px; }

.mr_30 { margin-right: 30px; }

.mb_30 { margin-bottom: 30px; }

.mt_40 { margin-top: 40px; }

.ml_40 { margin-left: 40px; }

.mr_40 { margin-right: 40px; }

.mb_40 { margin-bottom: 40px; }

.mt_50 { margin-top: 50px; }

.ml_50 { margin-left: 50px; }

.mr_50 { margin-right: 50px; }

.mb_50 { margin-bottom: 50px; }

._b0 { color: black; }

._b1 { color: #111111; }

._b2 { color: #222222; }

._b3 { color: #333333; }

._b4 { color: #444444; }

._b5 { color: #555555; }

._b6 { color: #666666; }

._b7 { color: #777777; }

._b8 { color: #888888; }

._b9 { color: #999999; }

.lighter { font-weight: lighter; font-weight: 100; }

.light { font-weight: 300; }

.bold { font-weight: bold; }

.bolder { font-weight: 900; }

.text_center { text-align: center; }

.text_left { text-align: left; }

.text_right { text-align: right; }

.text_line { text-decoration: underline !important; }

.text_line_th { text-decoration: line-through !important; }

.left { float: left; }

.right { float: right; }

.ver_middle { vertical-align: middle; }

.ver_top { vertical-align: top; }

.posi_a { position: absolute; }

.posi_r { position: relative; }

.dis_inline { display: inline; }

.dis_block { display: block; }

.dis_inblock { display: inline-block; }

.dis_tbl { display: table; width: 100%; }

.dis_cel { display: table-cell; vertical-align: middle; }

.root_daum_roughmap { width: 100% !important; }

/*
grid
*/
.row { margin-right: -15px; margin-left: -15px; /* For IE 6/7 */ zoom: 1; }

.row:before, .row:after { content: ""; display: table; }

.row:after { clear: both; }

*[class*="row"] *[class*="col-"], *[class*="row_"] *[class*="col-"] { padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; }

*[class*="row_"] { zoom: 1; }

*[class*="row_"]:before, *[class*="row_"]:after { content: ''; display: table; }

*[class*="row_"]:after { clear: both; }

.row_0 { margin-right: 0px; margin-left: 0px; }

.row_0 *[class*="col-"] { padding-right: 0px; padding-left: 0px; }

.row_5 { margin-right: -5px; margin-left: -5px; }

.row_5 *[class*="col-"] { padding-right: 5px; padding-left: 5px; }

.row_10 { margin-right: -10px; margin-left: -10px; }

.row_10 *[class*="col-"] { padding-right: 10px; padding-left: 10px; }

.col-lg-0 { display: none; }

.col-lg-05 { width: 4.16667%; }

.col-lg-1 { width: 8.33333%; }

.col-lg-15 { width: 12.5%; }

.col-lg-2 { width: 16.66667%; }

.col-lg-25 { width: 20.83333%; }

.col-lg-3 { width: 25%; }

.col-lg-35 { width: 29.16667%; }

.col-lg-4 { width: 33.33333%; }

.col-lg-45 { width: 37.5%; }

.col-lg-5 { width: 41.66667%; }

.col-lg-55 { width: 45.83333%; }

.col-lg-6 { width: 50%; }

.col-lg-65 { width: 54.16667%; }

.col-lg-7 { width: 58.33333%; }

.col-lg-75 { width: 62.5%; }

.col-lg-8 { width: 66.66667%; }

.col-lg-85 { width: 70.83333%; }

.col-lg-9 { width: 75%; }

.col-lg-95 { width: 79.16667%; }

.col-lg-10 { width: 83.33333%; }

.col-lg-105 { width: 87.5%; }

.col-lg-11 { width: 91.66667%; }

.col-lg-115 { width: 95.83333%; }

.col-lg-12 { width: 100%; }

@media only screen and (max-width: 900px) { .col-tab-0 { display: none; }
  .col-tab-05 { width: 4.16667%; }
  .col-tab-1 { width: 8.33333%; }
  .col-tab-15 { width: 12.5%; }
  .col-tab-2 { width: 16.66667%; }
  .col-tab-25 { width: 20.83333%; }
  .col-tab-3 { width: 25%; }
  .col-tab-35 { width: 29.16667%; }
  .col-tab-4 { width: 33.33333%; }
  .col-tab-45 { width: 37.5%; }
  .col-tab-5 { width: 41.66667%; }
  .col-tab-55 { width: 45.83333%; }
  .col-tab-6 { width: 50%; }
  .col-tab-65 { width: 54.16667%; }
  .col-tab-7 { width: 58.33333%; }
  .col-tab-75 { width: 62.5%; }
  .col-tab-8 { width: 66.66667%; }
  .col-tab-85 { width: 70.83333%; }
  .col-tab-9 { width: 75%; }
  .col-tab-95 { width: 79.16667%; }
  .col-tab-10 { width: 83.33333%; }
  .col-tab-105 { width: 87.5%; }
  .col-tab-11 { width: 91.66667%; }
  .col-tab-115 { width: 95.83333%; }
  .col-tab-12 { width: 100%; } }

/*
slick
*/
.slick { visibility: hidden; }

.slick.slick-initialized { visibility: visible !important; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-slider, .slick-slider a { outline: none; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-list .slick-track, .slick-list .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; outline: none !important; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.sa_l, .sa_r { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: 200ms all; transition: 200ms all; line-height: 0; position: absolute; top: 50%; display: block; cursor: pointer; z-index: 50; }

.sa_l { left: 0; }

.sa_r { right: 0; }

.slick-prev { left: 0; }

.slick-next { right: 0; }

.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; z-index: 50; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { filter: alpha(opacity=100); opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { filter: alpha(opacity=25); opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[dir='rtl'] .slick-prev { right: 0; left: auto; }

.slick-prev:before { content: '←'; }

[dir='rtl'] .slick-prev:before { content: '→'; }

[dir='rtl'] .slick-next { right: auto; left: 0; }

.slick-next:before { content: '→'; }

[dir='rtl'] .slick-next:before { content: '←'; }

.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -40px; left: 0; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }

.slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; border-radius: 5px; -ms-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; background-color: #fff; cursor: pointer; color: transparent; border: 0; outline: none; }

.slick-dots li button:before { font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 10px; height: 10px; border-radius: 5px; -ms-border-radius: 5px; -webkit-border-radius: 5px; content: ""; /*'•';*/ text-align: center; opacity: .25; color: #fff; /*background-color:#ddd;*/ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li.slick-active button:before { opacity: .75; color: black; background-color: #e64940; }

.border_dots { position: absolute; bottom: -20px; left: 0; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }

.border_dots li { position: relative; display: inline-block; width: 6px; height: 6px; margin: 0 6px; padding: 0; cursor: pointer; }

.border_dots li button:before { content: none; }

.border_dots li button { font-size: 0; line-height: 0; display: block; width: 6px; height: 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; padding: 3px; background-color: transparent; border: 3px solid #ddd; background-color: transparent; cursor: pointer; color: transparent; outline: none; }

.border_dots li.slick-active button { border-color: #e64940; background-color: #e64940; }

.slick-dots.slick-dots-bar li { margin: 0 3px; }

.slick-dots.slick-dots-bar li, .slick-dots.slick-dots-bar li button, .slick-dots.slick-dots-bar li button:before { -webkit-transition: all 500ms; transition: all 500ms; width: 9px; height: 9px; padding: 0; }

.slick-dots.slick-dots-bar li button:before { background-color: #666; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.slick-dots.slick-dots-bar li.slick-active, .slick-dots.slick-dots-bar li.slick-active button, .slick-dots.slick-dots-bar li.slick-active button:before { width: 40px; }

.slick-dots.slick-dots-bar li.slick-active button:before { -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; width: 40px; background-color: #e64940; }

/* // 일반 게시판 // //////////////////////////////////*/
@media screen and (max-width: 1180px) { table { font-size: 13px; } }

.table_board_for { margin-top: 30px; table-layout: fixed; width: 100%; border-top: 1px solid #474b53; border-bottom: 1px solid #ddd; text-align: center; word-break: break-all; }

@media screen and (max-width: 1180px) { .table_board_for.type_b th:nth-child(2), .table_board_for.type_b td:nth-child(2) { width: 60%; }
  .table_board_for.type_b th:nth-child(3), .table_board_for.type_b td:nth-child(3) { width: 20%; }
  .table_board_for.type_b th:nth-child(4), .table_board_for.type_b td:nth-child(4) { width: 20%; }
  .table_board_for.type_b th:last-child, .table_board_for.type_b td:last-child { display: none; } }

@media screen and (max-width: 1180px) { .table_board_for.type_c th:nth-child(2), .table_board_for.type_c td:nth-child(2) { width: 16%; }
  .table_board_for.type_c th:nth-child(3), .table_board_for.type_c td:nth-child(3) { width: 52%; }
  .table_board_for.type_c th:nth-child(4), .table_board_for.type_c td:nth-child(4) { width: 16%; }
  .table_board_for.type_c th:last-child, .table_board_for.type_c td:last-child { width: 16%; } }

@media screen and (max-width: 768px) { .table_board_for.type_d th, .table_board_for.type_d td { vertical-align: middle; }
  .table_board_for.type_d th:nth-child(3), .table_board_for.type_d td:nth-child(3) { width: 40px; }
  .table_board_for.type_d th:nth-child(4), .table_board_for.type_d td:nth-child(4) { width: 90px; }
  .table_board_for.type_d th:last-child, .table_board_for.type_d td:last-child { width: 110px; } }

@media screen and (max-width: 1180px) { .table_board_for.type_e { display: block; }
  .table_board_for.type_e th, .table_board_for.type_e td { padding: 8px 5px; }
  .table_board_for.type_e colgroup, .table_board_for.type_e th:nth-child(1), .table_board_for.type_e td:nth-child(1) { display: none; }
  .table_board_for.type_e th:nth-child(2), .table_board_for.type_e td:nth-child(2) { width: 100%; }
  .table_board_for.type_e th:nth-child(3), .table_board_for.type_e td:nth-child(3) { width: 100%; }
  .table_board_for.type_e th:last-child, .table_board_for.type_e td:last-child { width: 100%; }
  .table_board_for.type_e tbody, .table_board_for.type_e colgroup, .table_board_for.type_e tr, .table_board_for.type_e th, .table_board_for.type_e td { display: block; border: none; }
  .table_board_for.type_e thead { display: none; }
  .table_board_for.type_e tr { border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; text-align: left; }
  .table_board_for.type_e tr td, .table_board_for.type_e tr th { padding: 0; border: none; text-align: left; line-height: 1.7; }
  .table_board_for.type_e tr th { padding: 10px 0 5px; text-align: left; }
  .table_board_for.type_e tr td { position: relative; padding-left: 65px; }
  .table_board_for.type_e tr td:before { content: attr(data-title); position: absolute; top: 0; left: 0; color: #222; font-weight: 500; }
  .table_board_for.type_e tr td a { position: relative; }
  .table_board_for.type_e tr td a:before { content: ''; height: 10px; border-left: 1px solid #ccc; margin-top: -5px; position: absolute; top: 50%; left: -8px; margin-top: -5px; } }

@media screen and (max-width: 1180px) { .table_board_for.qna_type_a colgroup, .table_board_for.qna_type_a thead { display: none; }
  .table_board_for.qna_type_a tr:after { content: ''; display: block; clear: both; }
  .table_board_for.qna_type_a tbody tr { border-top: 1px solid #ddd; padding: 5px 0 .table_board_for.qna_type_a tbody tr; }
  .table_board_for.qna_type_a tbody tr :first-child { border-top: 0; }
  .table_board_for.qna_type_a tbody, .table_board_for.qna_type_a tr, .table_board_for.qna_type_a td { display: block; width: 100% !important; text-align: left; border: none; }
  .table_board_for.qna_type_a td:nth-child(2) { float: left; width: 100% !important; }
  .table_board_for.qna_type_a td:nth-child(3), .table_board_for.qna_type_a td:nth-child(4), .table_board_for.qna_type_a td:nth-child(5) { float: left; margin-right: 5px; width: auto !important; } }

.table_board_for thead th { color: #444; font-weight: bold; }

.table_board_for a:hover { color: #e64940; text-decoration: underline !important; }

.table_board_for th { padding: 13px 2px; position: relative; color: #000; font-weight: 700; }

.table_board_for th:first-child:before { display: none; }

.table_board_for td { padding: 15px 5px; border-top: 1px solid #ddd; text-align: center; vertical-align: top; }

.table_board_for td .img_bx { overflow: hidden; width: 80px; margin: 0 auto; background: url(../images/board/280x190_default.jpg) no-repeat center center; background-size: cover; }

.table_board_for td .img_bx .img_src { display: block; margin: 0 auto; background-position: center center; background-repeat: no-repeat; background-size: cover; padding-top: 75%; }

@media screen and (max-width: 1180px) { .table_board_for th, .table_board_for td { padding: 8px 5px; }
  .table_board_for colgroup, .table_board_for th:nth-child(1), .table_board_for td:nth-child(1) { display: none; }
  .table_board_for th:nth-child(2), .table_board_for td:nth-child(2) { width: 50%; }
  .table_board_for th:nth-child(3), .table_board_for td:nth-child(3) { width: 20%; }
  .table_board_for th:last-child, .table_board_for td:last-child { width: 80px; } }

/* 게시판 아이콘 */
table tr .xi-volume-up, table tr .xi-file-download { font-size: 18px; color: #1e2532; }

table tr .anwer_off { display: inline-block; text-align: center; height: 24px; line-height: 24px; color: #fff; background-color: #999; font-size: 13px; vertical-align: middle; letter-spacing: -0.8px; width: 60px; }

table tr .anwer_on { display: inline-block; text-align: center; height: 24px; line-height: 24px; color: #fff; background-color: #1e2532; font-size: 13px; vertical-align: middle; letter-spacing: -0.8px; width: 60px; }

table tr .xi-renew { font-size: 28px; color: #1e2532; }

/*비밀번호 입력 */
.pass-wrap { margin-top: 60px; }

.pass-wrap .tit { font-size: 1.2em; font-weight: 500; color: #333; margin-bottom: 20px; }

/*갤러리 게시판 ///////////////////////////////////////////////////*/
.img_board_list { margin-left: -15px; margin-right: -15px; }

.img_board_list li { float: left; width: 25%; padding: 0 15px; margin: 0 0 20px; }

.img_board_list li a { position: relative; display: block; border: 1px solid #ddd; }

.img_board_list li a:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 0 solid #1e2532; transition: border-width 0.3s; z-index: 5; }

.img_board_list li a .img_box { overflow: hidden; position: relative; }

.img_board_list li a .img_box .img_src { display: block; transition: 0.3s; width: 100%; background-position: center center; background-repeat: no-repeat; position: relative; overflow: hidden; background-size: contain; padding-top: 75%; transition: 0.3s; }

.img_board_list li a .txt_box { padding: 20px 15px; background: #fff; text-align: left; color: #333; }

.img_board_list li a .txt_box .tit { color: #222; font-weight: 500; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

@media screen and (max-width: 1180px) { .img_board_list li a .txt_box .tit { font-size: 14px; } }

.img_board_list li a .txt_box .date { margin-top: 10px; font-size: 0.9em; color: #999; }

.img_board_list li a .txt_box .des { margin-top: 10px; font-size: 0.9em; color: #999; height: 40px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.img_board_list li a:hover:before { border-width: 5px; }

.img_board_list li a:hover .img_box .img_src { transform: scale(1.05); }

.img_board_list li a:hover .txt_box .tit { color: #1e2532; }

@media only screen and (max-width: 640px) { .img_board_list { margin-left: -5px; margin-right: -5px; }
  .img_board_list li { width: 50%; padding: 0 5px; margin-bottom: 10px; } }

.img_board_list.type_b li a { border: none; }

.img_board_list.type_b li a .txt_box { padding: 15px 0; }

.img_board_list.type_b li a:before { display: none; }

.img_board_list.type_b li a:hover .img_box .hover_box { transition: 0.3s ease-out; height: 100%; }

.img_board_list.type_b li a .img_box .hover_box { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: rgba(0, 0, 0, 0.6); text-align: center; color: #fff; font-size: 13px; letter-spacing: 1px; }

.img_board_list.type_b li a .img_box .hover_box .txt { display: inline-block; border-bottom: 1px solid #fff; }

.img_board_list.type_b li a .img_box .hover_box i { font-size: 12px; margin-left: 5px; }

.img_board_list.type_c li { margin-bottom: 0; }

.img_board_list.type_c li a { margin-left: -1px; margin-top: -1px; }

.img_board_list.type_c li a .txt_box .date { margin-top: 10px; font-size: 0.9em; color: #999; height: auto; line-height: 1.5; -o-text-overflow: inherit; text-overflow: inherit; display: block; }

.img_board_list.type_c li a .txt_box .date span { position: relative; padding: 0 7px; }

.img_board_list.type_c li a .txt_box .date span:before { content: ''; position: absolute; top: 50%; left: -1px; height: 10px; margin-top: -5px; border-left: 1px solid #ccc; }

.img_board_list.type_c li a .txt_box .date span:first-child { padding-left: 0; }

.img_board_list.type_c li a .txt_box .date span:first-child:before { display: none; }

/*썸네일 게시판 */
.img_board_list_02 { border-top: 1px solid #000; }

.img_board_list_02 li { padding: 20px 0; border-bottom: 1px solid #ddd; }

.img_board_list_02 li a { display: table; width: 100%; box-sizing: border-box; position: relative; }

.img_board_list_02 li a .no_txt { position: absolute; top: 50%; left: 0; color: #222; font-weight: 400; margin-top: -12px; }

.img_board_list_02 li a:hover .txt_box .tit { text-decoration: underline !important; }

.img_board_list_02 li a:hover .img_box img { transform: scale(1.05); transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; }

.img_board_list_02 li a .img_box { overflow: hidden; float: left; width: 160px; margin-right: 30px; border: 1px solid #ddd; }

@media screen and (max-width: 1180px) { .img_board_list_02 li a .img_box { width: 80px; margin-right: 15px; } }

.img_board_list_02 li a .img_box img { width: 100%; }

.img_board_list_02 li a .txt_box { display: table-cell; width: 100%; vertical-align: middle; position: relative; }

.img_board_list_02 li a .txt_box .tit { font-size: 18px; color: #222; font-weight: 400; }

@media screen and (max-width: 1180px) { .img_board_list_02 li a .txt_box .tit { font-size: 14px; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } }

.img_board_list_02 li a .txt_box .des { margin-top: 10px; color: #999; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

@media screen and (max-width: 1180px) { .img_board_list_02 li a .txt_box .des { display: none; } }

.img_board_list_02 li a .txt_box .tbl_detail_span { margin-top: 10px; }

.img_board_list_02 li a .txt_box .tbl_detail_span span { position: relative; padding: 0 7px; }

.img_board_list_02 li a .txt_box .tbl_detail_span span:before { content: ''; position: absolute; top: 50%; left: -1px; height: 10px; margin-top: -5px; border-left: 1px solid #ccc; }

.img_board_list_02 li a .txt_box .tbl_detail_span span:first-child { padding-left: 0; }

.img_board_list_02 li a .txt_box .tbl_detail_span span:first-child:before { display: none; }

@media screen and (max-width: 1180px) { .img_board_list_02 li a .txt_box .tbl_detail_span { font-size: 11px; } }

.event_img_list { border-bottom: 1px solid #999; border-top: 1px solid #999; }

.event_img_list li { position: relative; padding: 20px 0; border-top: 1px solid #ddd; }

.event_img_list li .event_t { position: absolute; top: 0; left: 0; display: inline-block; padding: 8px 20px; z-index: 1; font-size: 16px; color: #fff; background: rgba(0, 0, 0, 0.5); text-align: center; }

@media screen and (max-width: 1180px) { .event_img_list li .event_t { font-size: 13px; padding: 5px 10px; } }

.event_img_list li .event_t.on { background: rgba(30, 37, 50, 0.5); }

.event_img_list li a { position: relative; display: table; width: 100%; }

.event_img_list li a:hover .txt_box .tit { color: #1e2532; }

.event_img_list li a:hover .btn_link { background: #1e2532; color: #fff; }

.event_img_list li a:hover .img_box:before { border-width: 5px; }

.event_img_list li:first-child { border-top: none; }

.event_img_list li .img_box { position: relative; float: left; width: 400px; margin-right: 40px; border: 1px solid #ddd; }

.event_img_list li .img_box img { width: 100%; }

.event_img_list li .img_box:before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 0 solid #1e2532; transition: border-width 0.3s; z-index: 5; }

@media screen and (max-width: 1180px) { .event_img_list li .img_box { float: none; width: 100%; margin-bottom: 15px; } }

.event_img_list li .txt_box { display: table-cell; width: 100%; vertical-align: middle; padding: 10px 0; }

.event_img_list li .txt_box .tit { transition: all 0.4s ease; font-size: 25px; color: #333; font-weight: bold; height: 25px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.event_img_list li .txt_box .des { font-size: 17px; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-top: 20px; }

.event_img_list li .txt_box .date { margin-top: 20px; }

@media screen and (max-width: 1180px) { .event_img_list li .txt_box { display: block; padding: 0; }
  .event_img_list li .txt_box .tit { font-size: 17px; }
  .event_img_list li .txt_box .des { font-size: 14px; margin-top: 10px; }
  .event_img_list li .txt_box .date { margin-top: 10px; } }

/* // 게시판 뷰 // //////////////////////////////////*/
.table-view-01 { width: 100%; border-bottom: solid 1px #ddd; }

.table-view-01.type_e .col_w { width: 150px; }

.table-view-01.type_e th { background: #f6f6f6; text-align: left; }

@media screen and (max-width: 1180px) { .table-view-01.type_e .col_w { width: 80px; }
  .table-view-01.type_e th { padding: 8px 2px; } }

.table-view-01 .tit { font-size: 16px; color: #000; }

.table-view-01 tr:first-child th, .table-view-01 tr:first-child td { border-top: solid 1px #000; }

.table-view-01 th, .table-view-01 td { padding: 10px 8px; vertical-align: top; border-top: solid 1px #ddd; }

.table-view-01 th { color: #333; text-align: left; font-weight: 500; }

.table-view-01 .blue { color: #5d9ad3; }

.table-view-01 .text_left { text-align: left; }

.table-view-01 .addfile_txt { padding-left: 35px; background: url(../images/icon/file_i.png) no-repeat 0 0; }

.table-view-01 .notice-b { display: inline-block; padding: 2px 8px; background-color: #489fc4; color: #fff; font-size: 12px; border-radius: 10px; }

.table-view-01.title-black th { color: #333; }

.table-view-01.th-center th { text-align: center; }

.table-view-01.table-line th, .table-view-01.table-line td { border: solid 1px #ddd; }

.table-view-01 td .board-box { min-height: 150px; /* padding: 10px; */ }

.table-view-01 td .board-box img { max-width: 100%; }

.table-view-01 .tit_box { border-bottom: 1px solid #ddd; }

.table-view-01 .tbl_detail_list li { display: inline-block; position: relative; padding: 0 10px; }

.table-view-01 .tbl_detail_list li:last-child { padding-right: 0; }

.table-view-01 .tbl_detail_list li:first-child { padding-left: 0; }

.table-view-01 .tbl_detail_list li .tit_t { font-weight: bold; color: #222; margin-right: 5px; }

.table-view-01 .tbl_detail_list li:first-child:before { display: none; }

.table-view-01 .tbl_detail_list li:before { content: ''; border-left: 1px solid #ccc; height: 10px; margin-top: -5px; top: 50%; left: -2px; position: absolute; }

@media screen and (max-width: 768px) { .table-view-01 .tbl_detail_list li { padding: 0 4px; }
  .table-view-01 .tbl_detail_list li .tit_t { margin-right: 0; } }

.table-view-01 .tit_box p.tit { float: left; }

.table-view-01 .tit_box p.tit .type_t { display: inline-block; vertical-align: middle; font-size: 13px; color: #fff; font-weight: 400; background: #666; letter-spacing: -0.8px; padding: 0 5px; height: 25px; line-height: 23px; box-sizing: border-box; margin-right: 10px; }

.table-view-01 .tit_box p.tbl_detail_span { float: right; }

.table-view-01 .tit_box p.tbl_detail_span span:first-child:before { display: none; }

.table-view-01 .tit_box p.tbl_detail_span span:before { display: inline-block; overflow: hidden; width: 1px; height: 10px; margin: -1px 7px 0 4px; background: #bbb; content: ''; vertical-align: middle; }

.table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before { display: none; }

/*뷰 리스트 */
.border-list-type { border-top: solid 1px #999; border-bottom: solid 1px #999; }

.border-list-type li { height: 40px; line-height: 40px; position: relative; padding-left: 100px; }

.border-list-type li:first-child{border-bottom: solid 1px #c7c7c7;}

.border-list-type li a { display: block; }

.border-list-type li a .list-title { font-weight: 500; color: #333; }

.border-list-type li a .list-up-bg { position: absolute; top: 0; left: 0; width: 150px; padding: 0 30px 0 50px; height: 40px; line-height: 40px; box-sizing: border-box; color: #222; background: url("../images/icon/list-prev.gif") no-repeat 15px center; }

.border-list-type li a .list-down-bg { position: absolute; top: 0; left: 0; width: 150px; height: 40px; line-height: 40px; padding: 0 30px 0 50px; box-sizing: border-box; color: #222; background: url("../images/icon/list-next.gif") no-repeat 15px center; }

.border-list-type li a .w-con { float: none; overflow: hidden; text-overflow: ellipsis;display:block;white-space:nowrap;}

.border-list-type .border-none { border-bottom: none; }

/*페이징 */
.paging-area { position: relative; margin-top: 50px; }

@media screen and (max-width: 1180px) { .paging-area { margin-top: 30px; } }

.paging-area ul { margin: 0; padding: 0; list-style: none; text-align: center; }

.paging-area ul li { display: inline; margin-left: 2px; padding: 0; }

.paging-area ul li a { position: relative; display: inline-block; width: 34px; height: 34px; line-height: 32px; color: #333; background-color: #fff; border: 1px solid #ddd; box-sizing: border-box; background-repeat: no-repeat; background-position: center center; }

.paging-area ul li a:hover { border-color: #1e2532; }

.paging-area ul li a.active { text-decoration: none; color: #fff; background-color: #1e2532; border-color: #1e2532; }

.paging-area ul li a.prev-first { background-image: url("../images/paging/prev-first.png"); }

.paging-area ul li a.prev { background-image: url("../images/paging/prev.png"); }

.paging-area ul li a.next-last { background-image: url("../images/paging/next-last.png"); }

.paging-area ul li a.next { background-image: url("../images/paging/next.png"); }

.paging-area ul li a span { display: inline-block; text-indent: -9999px; }

/* 게시판 하단 검색 */
.board-search-01 { margin-top: 50px; padding: 20px 0; text-align: center; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; position: relative; }

@media screen and (max-width: 1180px) { .board-search-01.type_c .select-type-01 { top: 65px; }
  .board-search-01.type_c .select-type-01.first { position: static; width: 100%; margin-bottom: 5px; }
  .board-search-01.type_c .btn-color-01 { top: 65px; } }

.board-search-01 select, .board-search-01 input { border: solid 1px #ddd; background-color: #fff; }

.board-search-01 .select-type-01 { width: 100px; height: 40px; line-height: 40px; background-color: #fff; }

.board-search-01 .input-type-01 { padding: 0 5px; width: 20%; height: 40px; line-height: 40px; background-color: #fff; }

.board-search-01 .btn { display: inline-block; vertical-align: top; line-height: 40px; height: 40px; line-height: normal; }

.board-search-01 .btn-color-01 { width: 90px; color: #333; background-color: #f6f6f6; border: solid 1px #ddd; }

@media screen and (max-width: 1180px) { .board-search-01 .select-type-01 { width: 21%; position: absolute; top: 20px; left: 0; } }

@media screen and (max-width: 1180px) { .board-search-01 .input-type-01 { margin: 0 22% 0 22%; width: 56%; } }

@media screen and (max-width: 1180px) { .board-search-01 .btn-color-01 { width: 21%; position: absolute; top: 20px; right: 0; } }

/*글작성 */
.board_write_btn_bx { position: relative; text-align: right; }

.board_write_btn_bx a { position: absolute; top: 40px; right: 0; z-index: 2; }

@media screen and (max-width: 1180px) { .board_write_btn_bx a { position: static; margin-top: 10px; width: 100%; } }
.board_view_btn_box:after,
.board_view_btn_box:before{content:' ';display: table;}
.board_view_btn_box:after{clear:both}
.board_view_btn_box a{margin-left:5px;float:right}
@media screen and (max-width: 1180px) { .board_view_btn_box { position: relative; }
  .board_view_btn_box a { min-width: 70px; padding: 0 10px; }
  .board_view_btn_box a:nth-child(2) { position: absolute; top: 0; left: 0; min-width: 35px; }
  .board_view_btn_box a:nth-child(3) { position: absolute; top: 0; left: 60px; min-width: 35px; }
  .board_view_btn_box a:nth-child(4) { position: absolute; top: 0; left: 120px; min-width: 35px; } }

.table-form-01 { width: 100%; border-top: 1px solid #777; border-bottom: 1px solid #777; background: #fff; }

.table-form-01.type_c th, .table-form-01.type_c td { display: block; border-bottom: 0; }

.table-form-01.type_c td { padding: 0; }

.table-form-01.type_c th { padding: 10px 0 5px; }

.table-form-01 .col_w { width: 120px; }

@media screen and (max-width: 1180px) { .table-form-01 .col_w { width: 70px; } }

.table-form-01 tr th { padding: 12px 10px; text-align: left; font-weight: 700; color: #222; }

.table-form-01 tr:first-child th, .table-form-01 tr:first-child td { border-top: 0; }

.table-form-01 tr th, .table-form-01 tr td { border-top: 1px solid #ddd; }

.table-form-01 td { padding: 12px 10px; }

@media screen and (max-width: 1180px) { .table-form-01 td { padding: 10px 5px; } }

.table-form-01 th label { font-weight: bold; }

.table-form-01 .code { background: #ddd; padding: 10px 10px; margin-right: 5px; color: #333; font-weight: bold; }

.table-form-01 .btn-type-01 { width: 100%; box-sizing: border-box; }

.form_wrap.type_c { max-width: 600px; margin: 0 auto; }

/*   FAQ  */
.qna { border-top: 1px solid #000; background: #fff; text-align: left; }

.qna.type_b .qna-header a { background: none !important; }

.qna.type_b .qna-header a { position: relative; }

.qna.type_b .qna-header a.select:before { -webkit-transform: rotate(0); transform: rotate(0); }

.qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after { background-color: rgba(0, 0, 0, 0.8); width: 14px; height: 2px; position: absolute; right: 22px; top: 50%; margin-top: -1px; content: ''; -webkit-transition: all 0.5s; transition: all 0.5s; }

@media screen and (max-width: 1180px) { .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after { right: 12px; } }

.qna.type_b .qna-header a:before { -webkit-transform: rotate(270deg); transform: rotate(270deg); }

.qna.type_b .qna-header a:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.qna .qna-header { padding: 15px 10px; position: relative; border-bottom: solid 1px #ddd; }

.qna .qna-header.select { color: #1e2532; }

.qna .qna-header.select a { color: #1e2532; background: url(../images/qna/qna-down.png) no-repeat right center; }

.qna .qna-header.select:before { color: #1e2532; }

.qna .qna-header:before { content: 'Q.'; position: absolute; top: 50%; left: 15px; font-size: 20px; margin-top: -15px; font-weight: 500; }

.qna .qna-header a { display: block; padding-left: 40px; padding-right: 30px; text-decoration: none; font-size: 1.1em; font-weight: 400; color: #222; background: url(../images/qna/qna-up.png) no-repeat right center; }

@media screen and (max-width: 1180px) { .qna .qna-header a { font-size: 14px; } }

.qna .qna-header a:hover { color: #1e2532; }

.qna .qna-body { display: none; padding: 20px 20px 20px 50px; line-height: 1.5; color: #333; border-bottom: solid 1px #ddd; position: relative; background: #f6f6f6; }

@media screen and (max-width: 1180px) { .qna .qna-body { font-size: 14px; } }

.qna .qna-body:before { content: 'A.'; position: absolute; top: 15px; left: 15px; font-size: 20px; font-weight: 500; color: #1e2532; }

/*qna 탭 */
.qna_tab { margin-bottom: 30px; }

.qna_tab ul { text-align: center; }

.qna_tab ul.menu_05 li { width: 20%; }

.qna_tab ul.menu_04 li { width: 25%; }

.qna_tab ul.menu_02 li { width: 50%; }

.qna_tab ul.menu_03 li { width: 33.33333%; }

.qna_tab ul li { float: left; }

.qna_tab ul li a { display: block; position: relative; height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #666; border: 1px solid #ddd; background: #fff; margin-left: -1px; margin-top: -1px; }

.qna_tab ul li a.on, .qna_tab ul li a:hover { color: #fff; border-color: #1e2532; background: #1e2532; }

@media screen and (max-width: 1180px) { .qna_tab { margin-bottom: 20px; }
  .qna_tab ul li a { height: 35px; font-size: 13px; line-height: 35px; letter-spacing: -0.8px; box-sizing: border-box; } }

/*댓글 */
.txt_post_wrap.type_a { margin-top: 40px; padding: 20px 30px; border: 1px solid #999; }

@media screen and (max-width: 1180px) { .txt_post_wrap.type_a { margin-top: 30px; padding: 15px 15px; } }

.txt_post_wrap.type_a .name_box { margin-top: 10px; position: relative; padding-left: 70px; max-width: 200px; }

.txt_post_wrap.type_a .name_box label { position: absolute; top: 0; left: 0; }

.txt_post_wrap.type_a .post_list { margin-top: 30px; }

.txt_post_wrap.type_a .post_list li { position: relative; padding: 15px 0; border-top: 1px solid #ccc; }

.txt_post_wrap.type_a .post_list li .btn_del { position: absolute; top: 15px; right: 0; display: inline-block; height: 28px; line-height: 28px; border: 1px solid #333; color: #333; width: 50px; font-size: 13px; text-align: center; }

.txt_post_wrap.type_a .post_list li .name_01 { font-size: 16px; font-weight: 500; color: #666; }

.txt_post_wrap.type_a .post_list li .date_01 { font-size: 13px; font-weight: 500; color: #999; }

.txt_post_wrap.type_a .post_list li .des_txt { margin-top: 10px; }

.txt_post_wrap.type_a .write_box table { width: 100%; }

.txt_post_wrap.type_a .write_box table .col_w { width: 80px; }

@media screen and (max-width: 1180px) { .txt_post_wrap.type_a .write_box table .col_w { width: 40px; } }

.txt_post_wrap.type_a .write_box table .col_w2 { width: 90px; }

@media screen and (max-width: 1180px) { .txt_post_wrap.type_a .write_box table .col_w2 { width: 60px; } }

.txt_post_wrap.type_a .write_box table th { color: #222; font-weight: bold; text-align: left; text-indent: 8px; }

.txt_post_wrap.type_a .write_box .txt_num i { color: #1e2532; margin-right: 5px; }

.txt_post_wrap.type_a .write_box .write_area { position: relative; margin-top: 10px; padding-right: 140px; }

.txt_post_wrap.type_a .write_box .write_area textarea { width: 98%; padding: 10px 1%; height: 50px; min-height: 50px; }

.txt_post_wrap.type_a .write_box .write_area .btn_submit { position: absolute; top: 0; right: 0; display: inline-block; height: 72px; line-height: 72px; text-align: center; width: 140px; background: #777; font-size: 17px; color: #fff; }

@media screen and (max-width: 1180px) { .txt_post_wrap.type_a .write_box .write_area { padding-right: 0; }
  .txt_post_wrap.type_a .write_box .write_area .btn_submit { height: 40px; line-height: 40px; width: 100%; font-size: 15px; position: static; margin-top: 10px; } }

/*댓글*/
.txt_post_wrap.type_b { margin-top: 20px; }

.txt_post_wrap.type_b .list_box { margin-top: 20px; border-bottom: 1px solid #e8e8e8; }

.txt_post_wrap.type_b .post_list li { position: relative; border-top: 1px solid #e8e8e8; }

.txt_post_wrap.type_b .post_list li.post_li .inner { padding: 15px 15px; }

.txt_post_wrap.type_b .post_list li .answer_box { display: none; }

.txt_post_wrap.type_b .post_list li .answer_box .inner { position: relative; padding: 15px 15px 15px 40px; }

.txt_post_wrap.type_b .post_list li .answer_box .inner i { position: absolute; top: 15px; left: 15px; width: 12px; height: 15px; background: url(../../static/img/icon/subdirectory-arrow.png) no-repeat; }

.txt_post_wrap.type_b .post_list li .answer_box .inner .area-type-form { height: 35px; min-height: 35px; width: 100%; padding: 7px; box-sizing: border-box; }

.txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt { position: relative; padding-right: 95px; }

.txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write { position: absolute; top: 0; right: 0; display: inline-block; height: 35px; line-height: 35px; text-align: center; width: 80px; background: #1e2532; color: #fff; }

.txt_post_wrap.type_b .post_list li .answer_box .inner .btn_censel { position: absolute; top: 0; right: 0; display: inline-block; height: 72px; line-height: 72px; text-align: center; width: 72px; background: #999; color: #fff; }

.txt_post_wrap.type_b .post_list li .name_01 { font-weight: 500; color: #000; padding-right: 10px; border-right: 1px solid #ddd; }

.txt_post_wrap.type_b .post_list li .date_01 { font-size: 13px; font-weight: 700; color: #999; }

.txt_post_wrap.type_b .post_list li .des_txt { margin-top: 10px; font-size: 13px; }

.txt_post_wrap.type_b .txt_num i { color: #1e2532; margin-right: 5px; }

.txt_post_wrap.type_b .write_box .write_area { position: relative; padding-right: 95px; }

.txt_post_wrap.type_b .write_box .write_area textarea { width: 100%; padding: 10px; height: 80px; min-height: 80px; box-sizing: border-box; border: 1px solid #ddd; font-size: 14px; }

.txt_post_wrap.type_b .write_box .write_area .btn_submit { position: absolute; top: 0; right: 0; display: inline-block; height: 80px; line-height: 80px; text-align: center; width: 80px; background: #1e2532; font-size: 15px; color: #fff; }

.txt_post_wrap.type_b .write_box .write_area .btn_submit_02 { position: absolute; top: 0; right: 0; display: inline-block; height: 80px; line-height: 80px; text-align: center; width: 80px; background: #8c8c8c; font-size: 15px; color: #fff; }

@media screen and (max-width: 1180px) { .txt_post_wrap.type_b .write_box .write_area { padding-right: 0; }
  .txt_post_wrap.type_b .write_box .write_area .btn_submit { height: 40px; line-height: 40px; font-size: 15px; margin-top: 10px; position: static; width: 100%; } }

.txt_post_wrap.type_b .btn_answer { display: inline-block; height: 24px; line-height: 24px; color: #fff; background: #1e2532; width: 50px; font-size: 13px; text-align: center; }

.txt_post_wrap.type_b .btn_del { font-size: 13px; color: #f1281b; padding: 0 10px; }

.txt_post_wrap.type_b .btn_modify { position: relative; font-size: 13px; color: #000; padding: 0 10px; }

.txt_post_wrap.type_b .btn_modify:before { content: ''; position: absolute; top: 50%; right: 0; height: 10px; margin-top: -5px; border-left: 1px solid #ddd; }

.txt_post_wrap.type_b .modify_box { margin-top: 10px; display: none; position: relative; padding-right: 95px; }

.txt_post_wrap.type_b .modify_box textarea { height: 80px; min-height: 80px; width: 100%; padding: 7px; box-sizing: border-box; border: 1px solid #ddd; }

.txt_post_wrap.type_b .modify_box a { position: absolute; bottom: 7px; right: 0; display: inline-block; height: 35px; line-height: 35px; text-align: center; width: 80px; background: #1e2532; color: #fff; }

/*일정표 //////////////////////////////////////////*/
.calendar_wrap_a { position: relative; }

.calendar_wrap_a .term_data { position: absolute; top: 20px; left: 0; }

.calendar_wrap_a .term_data .tit { font-size: 17px; color: #333; font-weight: 500; margin-right: 10px; }

.calendar_wrap_a .btn_date_wr { position: absolute; top: 20px; right: 0; }

.calendar_wrap_a .control_bx { position: relative; margin: 0 auto 10px; text-align: center; }

.calendar_wrap_a .control_bx .year { color: #26488c; font-weight: bold; font-size: 45px; padding: 0 15px; vertical-align: middle; display: inline-block; }

@media screen and (max-width: 768px) { .calendar_wrap_a .control_bx .year { font-size: 26px; } }

.calendar_wrap_a .control_bx .btn_prev_month { font-size: 40px; color: #333; display: inline-block; vertical-align: middle; }

.calendar_wrap_a .control_bx .btn_prev_month i { vertical-align: middle; }

@media screen and (max-width: 768px) { .calendar_wrap_a .control_bx .btn_prev_month { font-size: 30px; } }

.calendar_wrap_a .control_bx .btn_next_month { font-size: 40px; color: #333; display: inline-block; vertical-align: middle; }

.calendar_wrap_a .control_bx .btn_next_month i { vertical-align: middle; }

@media screen and (max-width: 768px) { .calendar_wrap_a .control_bx .btn_next_month { font-size: 30px; } }

.schedule_type_a { table-layout: fixed; width: 100%; text-align: left; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #000; word-break: break-all; }

.schedule_type_a thead th { color: #222; padding: 8px 0; text-align: center; border: 1px solid #ddd; border-bottom: 0; background: #f8f8f8; font-weight: bold; }

@media screen and (max-width: 768px) { .schedule_type_a thead th { font-size: 13px; } }

.schedule_type_a tbody { background: #fff; }

.schedule_type_a tbody td { position: relative; width: 14.258%; font-weight: normal; padding: 5px 5px; height: 140px; vertical-align: top; border: 1px solid #ccc; }

.schedule_type_a tbody td .date { display: block; color: #222; font-weight: bold; }

.schedule_type_a tbody td .date.red { color: #f03d3d; }

.schedule_type_a tbody td .date.blue { color: #26488c; }

.schedule_type_a tbody td:hover { background: #edf3f7; }

.schedule_type_a tbody td:hover .btn_tooltip_ajax { color: #000; text-decoration: underline !important; }

.schedule_type_a tbody td .cursor_default { cursor: default; }

@media screen and (max-width: 768px) { .schedule_type_a tbody td .meal_list li, .schedule_type_a tbody td .kcal_t { font-size: 10px; } }

.calendar_wrap_b { position: relative; max-width: 400px; margin: 0 auto; }

.calendar_wrap_b .term_data { position: absolute; top: 20px; left: 0; }

.calendar_wrap_b .term_data .tit { font-size: 17px; color: #333; font-weight: 500; margin-right: 10px; }

.calendar_wrap_b .control_bx { position: relative; margin: 0 auto 10px; text-align: center; }

.calendar_wrap_b .control_bx .year { color: #26488c; font-weight: bold; font-size: 24px; padding: 0 15px; vertical-align: middle; display: inline-block; }

@media screen and (max-width: 768px) { .calendar_wrap_b .control_bx .year { font-size: 18px; } }

.calendar_wrap_b .control_bx .btn_prev_month { font-size: 20px; color: #333; display: inline-block; vertical-align: middle; }

.calendar_wrap_b .control_bx .btn_prev_month i { vertical-align: middle; }

.calendar_wrap_b .control_bx .btn_next_month { font-size: 20px; color: #333; display: inline-block; vertical-align: middle; }

.calendar_wrap_b .control_bx .btn_next_month i { vertical-align: middle; }

.schedule_type_b { table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #000; border-bottom: 1px solid #ddd; word-break: break-all; text-align: center; }

.schedule_type_b thead th { color: #222; padding: 8px 0; text-align: center; border-bottom: 1px solid #ddd; font-weight: 500; }

@media screen and (max-width: 768px) { .schedule_type_b thead th { font-size: 13px; } }

.schedule_type_b tbody { background: #fff; }

.schedule_type_b tbody td { position: relative; width: 14.258%; font-weight: normal; vertical-align: top; padding: 5px; color: #333; border-bottom: 1px solid #ddd; }

.schedule_type_b tbody td .date { display: block; margin: 0 auto; color: #222; text-align: center; height: 40px; line-height: 40px; border-radius: 40px; width: 40px; }

.schedule_type_b tbody td .date.today { background: #32c5d2; color: #fff; }

.schedule_type_b tbody td .date.on { background: #1e2532; color: #fff; }

.schedule_type_b tbody td .date.sunday { color: #f03d3d; }

.schedule_type_b tbody td .date.blue { color: #26488c; }

.schedule_type_b tbody td .btn_date_wr { position: absolute; top: 20px; right: 0; }

.schedule_type_b tbody td .cursor_default { cursor: default; }

/*회원 가입 */
.total_clause_bx { padding-bottom: 10px; border-bottom: 1px solid #ddd; text-align: right; color: #333; margin-bottom: 30px; }

.clause_list { margin-bottom: 30px; }

.clause_list h5 { color: #333; margin-bottom: 10px; font-size: 1.2em; font-weight: 500; }

.clause_list li .textarea_box_border { border: 1px solid #dedede; }

.clause_list li .textarea_box { width: 96%; height: 150px; padding: 20px 2%; overflow-y: auto; font-size: 13px; }

/*로그인 */
.login_con .login_wrap { max-width: 430px; margin: 0 auto; background: #fff; box-sizing: border-box; padding: 20px 20px; margin-bottom: 20px; }

.login_con .login_wrap .login_list li { margin-top: 10px; }

.login_con .login_wrap .login_list li input { height: 50px; line-height: 50px; }

.login_con .login_wrap .login_list li input.btn_login { width: 100%; display: inline-block; height: 50px; line-height: 50px; background: #fff; color: #666; line-height: 1.5; cursor: pointer; font-size: 16px; border: 1px solid #000; background: #000; color: #fff; }

.login_con .login_wrap .bot_sec { margin-top: 20px; }

.login_con .login_wrap .bot_sec .tit { margin-bottom: 10px; }

.login_con .login_wrap .bot_sec a { width: 100%; box-sizing: border; padding: 0; height: 45px; line-height: 45px; }

.login_con .tab_wrap { margin-bottom: 20px; border-bottom: 1px solid #ddd; }

.login_con .tab_wrap li { float: left; width: 50%; margin: 0 auto; }

.login_con .tab_wrap li a { display: block; position: relative; height: 50px; line-height: 50px; text-align: center; font-size: 18px; }

.login_con .tab_wrap li a:before { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; border-top: 2px solid #000; transition: 0.3s; }

.login_con .tab_wrap li a.on { color: #6a635b; }

.login_con .tab_wrap li a.on:before { width: 100%; }

/*폼 input **/
.num { display: table; vertical-align: middle; width: 100%; max-width: 500px; }

.num li { display: table-cell; width: 33.3333%; padding-left: 10px; }

.num li:before { float: left; width: 10px; line-height: 40px; margin-left: -10px; color: #444; text-align: center; content: '-'; }

.num li:first-child { padding-left: 0; }

.num li:first-child:before { display: none; }

.e_mail_box { display: table; width: 100%; }

.e_mail_box .mail_txt, .e_mail_box .mail_txt2 { display: table-cell; width: 31.333%; vertical-align: middle; }

.e_mail_box .mail_a { display: table-cell; width: 4%; text-align: center; vertical-align: middle; }

.e_mail_box .mail_sel { display: table-cell; width: 31.333%; vertical-align: middle; padding-left: 10px; }

.e_mail_box .mail_sel:before { float: left; width: 10px; line-height: 28px; margin-left: -10px; text-align: center; content: ''; }

@media screen and (max-width: 1180px) { .e_mail_box .mail_txt { display: block; float: left; width: 90%; margin-right: 2%; margin-bottom: 10px; vertical-align: middle; }
  .e_mail_box .mail_a { display: block; float: left; width: 8%; text-align: center; margin-bottom: 10px; vertical-align: middle; }
  .e_mail_box .mail_txt2 { display: block; width: 100%; margin-top: 10px; }
  .e_mail_box .mail_sel { display: block; width: 100%; padding-left: 0; margin-top: 10px; } }

.id_num { display: table; vertical-align: middle; width: 100%; }

.id_num li { display: table-cell; width: 50%; padding-left: 10px; }

.id_num li:before { float: left; width: 10px; line-height: 40px; margin-left: -10px; color: #444; text-align: center; content: '-'; }

.id_num li:first-child { padding-left: 0; }

.id_num li:first-child:before { display: none; }

.area_select { display: table; vertical-align: middle; width: 100%; }

.area_select li { display: table-cell; width: 50%; padding-left: 10px; }

.area_select.txt3 li { display: table-cell; width: 33.333%; padding-left: 10px; }

.area_select li:first-child { padding-left: 0; }

.area_select li:first-child:before { display: none; }

.area_select li:before { float: left; width: 10px; line-height: 28px; margin-left: -10px; text-align: center; content: ''; }

.select_10 { width: 100px; border: 1px solid #ccc; }

.input_7 { width: 70px; padding: 0; text-indent: 7px; }

.input_10 { width: 100px; padding: 0; }

.input_12 { width: 120px; padding: 0; text-indent: 7px; }

.input_15 { width: 150px; padding: 0; text-indent: 7px; }

.input_20 { width: 200px; padding: 0; text-indent: 7px; }

.input_txt, .input_30 { max-width: 300px; width: 100%; padding: 0; }

.input_50 { width: 50%; padding: 0; text-indent: 7px; }

.input_80 { width: 80%; padding: 0; text-indent: 7px; }

.input_date { position: relative; width: 150px; display: inline-block; }

.input_date i { position: absolute; top: 50%; right: 10px; margin-top: -12px; font-size: 24px; }

.input_won { display: inline-block; padding-right: 30px; position: relative; max-width: 300px; width: 100%; box-sizing: border-box; }

.input_won .won_t { position: absolute; top: 50%; right: 0; margin-top: -10px; }

.input_for { width: 100%; padding: 0; }

.sel_for { width: 100%; border: 1px solid #ccc; }

.sel_30 { width: 100%; max-width: 300px; border: 1px solid #ccc; }

textarea { margin: 0; border: solid 1px #ccc; background-color: #fff; overflow: auto; min-height: 200px; width: 80%; -webkit-appearance: none; -webkit-border-radius: 0; resize: none; }

.area_for { padding: 10px; width: 100%; box-sizing: border-box; height: 150px; border: solid 1px #ddd; overflow-y: auto; }

.filebox_css input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.filebox_css label { display: inline-block; padding: 3px 5px; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #6a6a6a; cursor: pointer; border: 1px solid #555; }

.filebox_css .upload-name { display: inline-block; padding: 3px 5px; font-size: 15px; font-family: inherit; line-height: normal; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; }

.file_box { position: relative; padding-right: 90px; }

.file_box:hover .btn_type_file { background: #666; }

.file_box .text_01 { position: absolute; top: 2px; left: 0; }

.file_box p { border: 1px solid #ccc; line-height: 38px; height: 38px; overflow: hidden; }

.file_box .btn_type_file { display: block; width: 90px; height: 38px; line-height: 38px; color: #fff; background: #999; text-align: center; position: absolute; top: 0; right: 0; cursor: pointer; }

.file_box .btn_type_file:hover { background: #666; }

.file_box input { min-height: auto; position: absolute; top: 0; right: 0; width: 92px; height: 28px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; -webkit-appearance: none; }

/*찾기*/
.input_btn_box { position: relative; padding-right: 100px; }

.input_btn_box .table-btn-01 { position: absolute; top: 0; right: 0; width: 95px; }

td.text_left { text-align: left; }

.btn-type-01, input[type="submit"].btn-type-01 { display: inline-block; text-align: center; min-width: 100px; height: 40px; line-height: 40px; padding: 0 20px; color: #fff; background: #1e2532; border: 1px solid #1e2532; cursor: pointer; box-sizing: border-box; transition: 0.3s; }

.btn-type-01:hover, input[type="submit"].btn-type-01:hover { background: #fff; color: #1e2532; }

.btn-type-02, input[type="submit"].btn-type-02 { display: inline-block; text-align: center; min-width: 100px; height: 40px; line-height: 40px; padding: 0 20px; color: #fff; background: #999; border: 1px solid #999; cursor: pointer; box-sizing: border-box; transition: 0.3s; }

.btn-type-02:hover, input[type="submit"].btn-type-02:hover { background: #fff; color: #999; }

.btn-type-03, input[type="submit"].btn-type-03 { display: inline-block; text-align: center; min-width: 100px; background: #fff; border: 1px solid #000 !important; height: 40px; line-height: 40px; padding: 0 20px; color: #000; cursor: pointer; transition: 0.3s; }

.btn-type-03:hover, input[type="submit"].btn-type-03:hover { background: #000; color: #fff; }

.btn-type-04 { display: inline-block; text-align: center; padding: 10px 20px; min-width: 100px; color: #fff; background-color: #666; line-height: 1.5; cursor: pointer; border: 1px solid #666; }

.btn-type-04:hover { background: #fff; color: #666; }

.respon_btn a { display: inline-block; text-align: center; padding: 8px 12px; min-width: 200px; color: #fff; background-color: #a0d53b; line-height: 1.5; cursor: pointer; }

.respon_btn2 a { display: inline-block; text-align: center; padding: 8px 12px; min-width: 100px; color: #fff; background-color: #a0d53b; line-height: 1.5; cursor: pointer; }

.form_btn_01 { display: inline-block; text-align: center; width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 17px; background-color: #0a326c; border: 1px solid #0a326c; cursor: pointer; }

.form_btn_01:hover { color: #0a326c; background-color: #fff; }

.form_btn_02 { display: inline-block; text-align: center; width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 17px; background-color: #666; border: 1px solid #666; cursor: pointer; }

.form_btn_03 { display: inline-block; text-align: center; width: 130px; padding: 8px 0; color: #fff; background-color: #de6742; border: 1px solid #de6742; line-height: 1.5; cursor: pointer; }

.table-btn-01 { display: inline-block; text-align: center; padding: 0 10px; height: 38px; line-height: 38px; color: #fff !important; background-color: #999; vertical-align: middle; min-width: 60px; box-sizing: border-box; }

.table-btn-02 { display: inline-block; text-align: center; height: 28px; line-height: 28px; color: #082f90; background-color: #fff; border: 1px solid #082f90; font-size: 13px; vertical-align: middle; padding: 0 20px; }

.btn_submit_01 { display: inline-block; text-align: center; padding: 8px 10px 8px 10px; color: #fff; background-color: #666; font-size: 14px; vertical-align: middle; min-width: 60px; }

.btn_submit_02 { display: inline-block; text-align: center; padding: 8px 10px 8px 10px; color: #fff; background-color: #de6742; font-size: 14px; vertical-align: middle; min-width: 60px; }

.chk_area, .save-area, .all-check, .agree-check, .checks_01, .check-area { line-height: 16px; }

.chk_area input + label, .save-area input + label, .all-check input + label, .agree-check input + label, .checks_01 input + label, .check-area input + label { display: inline-block; position: relative; padding-left: 21px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }

.chk_area input + label:before, .save-area input + label:before, .all-check input + label:before, .agree-check input + label:before, .checks_01 input + label:before, .check-area input + label:before { content: ''; position: absolute; left: 0; top: 8px; margin-top: -8px; width: 16px; height: 16px; text-align: center; background: #fafafa; border: 1px solid #999; border-radius: 3px; }

.chk_area input:checked + label:before, .save-area input:checked + label:before, .all-check input:checked + label:before, .agree-check input:checked + label:before, .checks_01 input:checked + label:before, .check-area input:checked + label:before { background: #E9ECEE; }

.chk_area input:checked + label:after, .save-area input:checked + label:after, .all-check input:checked + label:after, .agree-check input:checked + label:after, .checks_01 input:checked + label:after, .check-area input:checked + label:after { content: "\e929"; font-family: xeicon !important; position: absolute; color: #e64940; left: -4px; font-size: 27px; top: -3px; }

.chk_area input[type='radio'] + label:before, .save-area input[type='radio'] + label:before, .all-check input[type='radio'] + label:before, .agree-check input[type='radio'] + label:before, .checks_01 input[type='radio'] + label:before, .check-area input[type='radio'] + label:before { border-radius: 100%; }

.chk_area input[type='radio'] + label:after, .save-area input[type='radio'] + label:after, .all-check input[type='radio'] + label:after, .agree-check input[type='radio'] + label:after, .checks_01 input[type='radio'] + label:after, .check-area input[type='radio'] + label:after { border-radius: 100%; top: 3px; left: 3px; content: ''; width: 10px; height: 10px; background-color: #e64940; }

.chk_area input[type="checkbox"], .save-area input[type="checkbox"], .all-check input[type="checkbox"], .agree-check input[type="checkbox"], .checks_01 input[type="checkbox"], .check-area input[type="checkbox"], .chk_area input[type="radio"], .save-area input[type="radio"], .all-check input[type="radio"], .agree-check input[type="radio"], .checks_01 input[type="radio"], .check-area input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.chk_area input[type="checkbox"] + label, .save-area input[type="checkbox"] + label, .all-check input[type="checkbox"] + label, .agree-check input[type="checkbox"] + label, .checks_01 input[type="checkbox"] + label, .check-area input[type="checkbox"] + label, .chk_area input[type="radio"] + label, .save-area input[type="radio"] + label, .all-check input[type="radio"] + label, .agree-check input[type="radio"] + label, .checks_01 input[type="radio"] + label, .check-area input[type="radio"] + label { display: inline-block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }

/*
_tab
*/
.tab2 li { width: 50%; }

.tab3 li { width: 33.33333%; }

.tab4 li { width: 25%; }

.tab5 li { width: 20%; }

.tab6 li { width: 16.66667%; }

.tab7 li { width: 14.28571%; }

.tab8 li { width: 12.5%; }

.tab-wrap, .tabwrap { position: relative; text-align: center; }

.tab-wrap .tab-content, .tabwrap .tab-content { display: none; }

.tab-wrap > .tab, .tabwrap > .tab { padding: 0; list-style: none; }

.tab-wrap > .tab > li, .tabwrap > .tab > li { float: left; }

.tab-wrap > .tab > li a, .tabwrap > .tab > li a { display: inline-block; text-align: center; position: relative; width: 100%; }

.tab-wrap > .tab > li a.active, .tabwrap > .tab > li a.active, .tab-wrap > .tab > li a.on, .tabwrap > .tab > li a.on, .tab-wrap > .tab > li a:hover, .tabwrap > .tab > li a:hover { z-index: 1; }

.tab-wrap > .bar.tab, .tabwrap > .bar.tab { margin-bottom: 40px; }

.tab-wrap > .bar.tab > li, .tabwrap > .bar.tab > li { height: 18px; line-height: 18px; width: auto !important; display: inline-block; float: none; border-left: 1px solid #999; }

.tab-wrap > .bar.tab > li:first-child, .tabwrap > .bar.tab > li:first-child { border-left: 0; }

.tab-wrap > .bar.tab > li a, .tabwrap > .bar.tab > li a { border: 0; width: 100%; letter-spacing: -0.5px; padding: 0 10px; color: #999; font-size: 17px; }

.tab-wrap > .bar.tab > li a.on, .tabwrap > .bar.tab > li a.on, .tab-wrap > .bar.tab > li a.active, .tabwrap > .bar.tab > li a.active { color: #e64940; font-weight: 500; }

.tab-wrap > .board.tab, .tabwrap > .board.tab { border-bottom: 1px solid #ccc; zoom: 1; margin: 0 auto; width: 100%; }

.tab-wrap > .board.tab:before, .tabwrap > .board.tab:before, .tab-wrap > .board.tab:after, .tabwrap > .board.tab:after { content: ""; display: table; }

.tab-wrap > .board.tab:after, .tabwrap > .board.tab:after { clear: both; }

.tab-wrap > .board.tab > li, .tabwrap > .board.tab > li { display: inline-block; float: left; border: 1px solid #ccc; border-bottom: 0; border-left: 0; width: auto; }

.tab-wrap > .board.tab > li:first-child, .tabwrap > .board.tab > li:first-child { border-left: 1px solid #ccc; }

.tab-wrap > .board.tab > li a, .tabwrap > .board.tab > li a { min-width: 120px; padding: 0 20px; height: 50px; line-height: 50px; border: 0; width: 100%; letter-spacing: -0.5px; color: #333; background-color: #fff; font-size: 16px; }

.tab-wrap > .board.tab > li a:hover, .tabwrap > .board.tab > li a:hover { color: #e64940; }

.tab-wrap > .board.tab > li a.on, .tabwrap > .board.tab > li a.on, .tab-wrap > .board.tab > li a.active, .tabwrap > .board.tab > li a.active { color: #e64940; font-weight: 500; }

@media only screen and (max-width: 900px) { .tab-wrap > .board.tab > li a, .tabwrap > .board.tab > li a { height: 40px; line-height: 40px; font-size: 16px; } }

@media only screen and (max-width: 640px) { .tab-wrap > .board.tab > li, .tabwrap > .board.tab > li { padding: 0; }
  .tab-wrap > .board.tab > li a, .tabwrap > .board.tab > li a { padding: 0 10px; min-width: auto; font-size: 14px; } }

.tab-wrap > .box.tab, .tabwrap > .box.tab { zoom: 1; margin: 0 auto; width: 100%; }

.tab-wrap > .box.tab:before, .tabwrap > .box.tab:before, .tab-wrap > .box.tab:after, .tabwrap > .box.tab:after { content: ""; display: table; }

.tab-wrap > .box.tab:after, .tabwrap > .box.tab:after { clear: both; }

.tab-wrap > .box.tab > li, .tabwrap > .box.tab > li { display: inline-block; float: left; border: 1px solid #ccc; border-left: 0; }

.tab-wrap > .box.tab > li:first-child, .tabwrap > .box.tab > li:first-child { border-left: 1px solid #ccc; }

.tab-wrap > .box.tab > li a, .tabwrap > .box.tab > li a { height: 60px; line-height: 60px; border: 0; width: 100%; letter-spacing: -0.5px; color: #333; background-color: #fff; font-size: 24px; }

.tab-wrap > .box.tab > li a:hover, .tabwrap > .box.tab > li a:hover { color: #e64940; }

.tab-wrap > .box.tab > li a.on, .tabwrap > .box.tab > li a.on, .tab-wrap > .box.tab > li a.active, .tabwrap > .box.tab > li a.active { background-color: #e64940; color: #fff; font-weight: 500; }

@media only screen and (max-width: 900px) { .tab-wrap > .box.tab > li a, .tabwrap > .box.tab > li a { height: 40px; line-height: 40px; font-size: 15px;white-space:nowrap } }

/*
_ui
*/
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ margin: 10px 0; height: 0; }

.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.con-margin-01 { margin-top: 30px; }

@media only screen and (max-width: 640px) { .con-margin-01 { margin-top: 20px; } }

.con-margin-02 { margin-top: 60px; }

@media only screen and (max-width: 640px) { .con-margin-02 { margin-top: 40px; } }

i.br, i.pc, i.pc_o, img.pc { display: block; }

i.mo, img.mo { display: none; }

#toTop { display: none; text-decoration: none; position: fixed; bottom: 15px; right: 10px; overflow: hidden; width: 40px; height: 40px; text-indent: 100%; background-image: url(../images/top-btn.png); background-repeat: no-repeat; z-index: 999; outline: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; }

#toTopHover { background-image: url(../images/top-btn.png); background-repeat: no-repeat; width: 40px; height: 40px; display: block; overflow: hidden; float: left; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }

#toTop:active, #toTop:focus { outline: none; }

@media only screen and (max-width: 640px) { #toTop, #toTopHover { bottom:15px; right: 10px; width: 30px; height: 30px; background-size: 30px; } }

.join.scroll-con-y { height: 150px; padding: 10px 0 10px 10px; font-size: 13px; color: #999; line-height: 1.3; border: 1px solid #ddd; letter-spacing: -0.5px; }

.rowscroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }

.rowscroll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); background-color: #fff; }

.rowscroll::-webkit-scrollbar { width: 10px; height: 4px; background-color: #fff; }

.rowscroll::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); background-color: #999; }




.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999999; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.start_pop { position: absolute; top: 110px; left: 10px; width: auto; height: auto; right: auto; bottom: auto; cursor: move; }

.modal.start_pop .modal-footer .pop-close { float: right; display: inline-block; cursor: pointer; }

.modal.start_pop .modal-footer .check-area { float: left; display: inline-block; }

.modal.start_pop .modal-footer .check-area label, .modal.start_pop .modal-footer .check-area input { cursor: pointer; }

.modal.start_pop .modal_standard { position: relative; display: block; width: auto; height: auto; }

@media screen and (max-width: 1024px) { 
	.modal.start_pop { position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; }
	.modal.start_pop .modal-content{width:96% !important;}
	.modal.start_pop .modal_standard { position: fixed; left: 0; top: 70px; display: table; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; text-align: center; margin: 0 auto; }
	.modal.start_pop .modal-body { max-height: 300px; overflow-y: auto; }
	.modal.start_pop .modal-body img { width: auto !important; } 
}

.modal-open { padding-right: 0 !important; }

.modal-footer .check-area { float: left; }

.modal_standard { position: fixed; left: 0; top: 0; display: table; height: 100%; width: 100%; overflow: hidden; text-align: center; }

.modal-dialog { margin: 0 auto; width: 100%; }

.modal_wrap { display: table-cell; vertical-align: middle; position: static; top: 50%; }

.modal_con { min-height: 50px; }

.modal .close { z-index: 100; position: absolute; top: 10px; right: 10px; float: right; /* font-size: 35px; */ line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .5; }

.modal .close:hover, .modal .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .8; }

.modal button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; }

.modal.fade .modal-dialog { -webkit-transform: translate(0, -15%); transform: translate(0, -15%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.modal-open { overflow-x: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-content { display: inline-block; max-width: 600px; min-width: 300px; margin: 0 auto; position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; opacity: .5; z-index: 1000; }

.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }

.modal-backdrop.in { filter: alpha(opacity=50); opacity: 0.5; }

.modal-header {padding: 15px; border-bottom:1px solid #e5e5e5}

.modal-title { margin: 0; }

.modal-body { position: relative;}

.modal-body .inner { /* padding-top: 20px; */ }

.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }





/*
_inc
*/
.nav_btn { position: relative; display: block; left: 0; height: 40px; width: 40px; }

.nav_btn span { -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 200ms all ease-in-out; transition: 200ms all ease-in-out; right: 50%; background: #fff; position: absolute; top: 0; display: block; height: 1px; margin-right: -15px; width: 30px; }

.nav_btn span:nth-of-type(1), .nav_btn span:first-child { width: 30px; top: 10px; }

.nav_btn span:nth-of-type(2), .nav_btn span + span { top: 21px; width: 20px; }

.nav_btn span:nth-of-type(3), .nav_btn span + span + span { top: 21px; visibility: hidden; }

.nav_btn span:nth-of-type(4), .nav_btn span + span + span + span { width: 30px; top: 32px; visibility: visible; }

.nav_btn.on span { width: 30px; }

.nav_btn.on span:nth-of-type(1), .nav_btn.on span:nth-of-type(4) { opacity: 0; }

.nav_btn.on span:nth-of-type(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.nav_btn.on span:nth-of-type(3) { visibility: visible; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.header, .header .logo { -webkit-transition: 300ms all; transition: 300ms all; }

.header { position: fixed; margin: 0 auto; width: 100%; z-index: 999; padding:0 15px;}

.header .gnb_wrap .depth .depth01 { position: relative; float: left; margin: 0 20px; text-align: center; height: 90px; line-height: 90px; display: table; table-layout: fixed; }

.header .gnb_wrap .depth .depth01 > a { display: table-cell; line-height: 1.2; vertical-align: middle; position: relative; z-index: 3; text-align: center; font-size: 18px; width: 100%; font-weight: 500; color: #fff; text-decoration: none; overflow: hidden; }

.header .gnb_wrap .depth .depth01 > a.on, .header .gnb_wrap .depth .depth01 > a:hover { color: #e64940; }

.header .gnb_wrap .depth .depth01 .depth02_box { display: none !important; left: 0; width: 100%; position: absolute; display: none; position: absolute; top: 90px; background-image: url(../images/main/dep2_top.png); background-position: top center; background-repeat: no-repeat; }

.header .gnb_wrap .depth .depth01 .depth02_box ul { top: 13px; background-color: rgba(0, 0, 0, 0.8); position: relative; padding: 10px 0; margin: 0 auto; }

.header .gnb_wrap .depth .depth01 .depth02_box li { width: 100%; line-height: 1.2; display: table; margin: 12px 0; }

.header .gnb_wrap .depth .depth01 .depth02_box a { word-break: keep-all; display: table-cell; vertical-align: middle; color: #bbb; width: 100%; }

.header .gnb_wrap .depth .depth01 .depth02_box a:hover { color: #fff; }

.header { background-color: transparent; -webkit-transition: 500ms all; transition: 500ms all; }

.header .wrapper{padding:0}

.header .headwrap { position: relative; }

.header .gnb { line-height: 1; width: 100%; margin: -90px auto 0; }

.header .gnb { text-align: center;/*  padding: 0 220px 0 330px; */ }

.header .gnb .depth { display: inline-block; }

.header .logo { display: inline-block; height: 90px; line-height: 90px; }

.header .logo a { display: inline-block; }

.header .logo img { vertical-align: middle; width: 100px; }

.header .util_menu { position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.header .util_menu li { float: left; margin: 0 5px; }

.header .util_menu li a { display: block; }

.header .util_menu li img { width: 30px; }

.header .util_menu li:last-child a .tip { left: auto; right: 0; }

.header .util_menu li:last-child a .tip:before { right: 9px; left: auto; }

.header .util_menu a { position: relative; }

.header .util_menu a:hover .tip { filter: alpha(opacity=100); opacity: 1; }

.header .util_menu a .tip { -webkit-transition: all 300ms; transition: all 300ms; filter: alpha(opacity=0); opacity: 0; position: absolute; top: -26px; left: 3px; background-color: #fff; height: 24px; line-height: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; padding: 0 8px; display: inline-block; color: #333; font-size: 12px; white-space: nowrap; }

.header .util_menu a .tip:before { content: ''; background-image: url(../images/main/top_tip.png); width: 8px; height: 4px; bottom: -4px; left: 9px; position: absolute; display: block; }

.nav-on .header { background-color: #333; }

.header.simple { background-color: #333; }

@media only screen and (max-width: 1024px) { .header .gnb_wrap .depth .depth01 { height: 70px; line-height: 70px; }
  .header .gnb_wrap .depth .depth01 > a { font-size: 15px; }
  .header .gnb { padding: 0 140px 0 100px; margin: -70px auto 0; }
  .header .logo { height: 70px; line-height: 70px; }
  .header .util_menu { z-index: 3; right: 0; }
  .header .util_menu img { width: 25px; } }

@media only screen and (max-width: 900px) {
	/* .header{padding:0} */
	.header .gnb_wrap .depth .depth01{margin:0 10px;}
	.header .logo img{width:70px}
}

.header .m_nav_btn_box, .header .mo_gnb_wrap { display: none; }

@media only screen and (max-width: 640px) { .header { text-align: center; left: 0; position: fixed; top: 0; }
  .header .util_menu, .header .gnb { display: none; }
  .header .logo { height: 70px; line-height: 70px; }
  .header .logo img { width: 60px; }
  .header .nav_bg, .header .mo_gnb_wrap { top: 70px; }
  .header .m_nav_btn_box, .header .mo_gnb_wrap { display: block; }
  .header .m_nav_btn_box { top: 50%; margin-top: -20px; margin-right: 10px; position: absolute; z-index: 101; }
  .header .m_nav_btn_box, .header .mo_gnb_wrap.on { right: 0; }
  .header .mo_gnb_wrap { right: -100%; -webkit-transition: all 500ms; transition: all 500ms; position: fixed; z-index: 99999; width: 80%; max-width: 300px; height: 100%; background: #fff; overflow-y: auto; }
  .header .mo_gnb_wrap .gnb_box { width: 100%; overflow: hidden; padding-bottom: 56px; }
  .header .mo_gnb_wrap .depth .depth01_down, .header .mo_gnb_wrap .depth .depth01 { text-align: left; }
  .header .mo_gnb_wrap .depth .depth01_down > a, .header .mo_gnb_wrap .depth .depth01 > a { text-align: left; background-color: #fff; background-image: url(../images/icon/nav_down.png); background-repeat: no-repeat; background-position: 95% center; border-top: 1px solid #ddd; margin-top: -1px; display: block; padding: 15px; font-size: 15px; letter-spacing: -0.4px; position: relative; color: #777; font-weight: 300; }
  .header .mo_gnb_wrap .depth .depth01_down > a.selected1, .header .mo_gnb_wrap .depth .depth01 > a.selected1 { color: #e64940; font-weight: bold; background-image: url(../images/icon/nav_up.png); }
  .header .mo_gnb_wrap .depth .depth01_down .depth02_box li, .header .mo_gnb_wrap .depth .depth01 .depth02_box li { width: 100%; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
  .header .mo_gnb_wrap .depth .depth01_down .depth02_box a, .header .mo_gnb_wrap .depth .depth01 .depth02_box a { color: #666; background-color: #f2f2f2; display: block; padding: 9px; padding-left: 30px; font-size: 13px; }
  .header .mo_gnb_wrap .depth .depth01_down > a { background-image: none; }
  .header .mo_gnb_wrap .depth .half { width: 50%; float: left; }
  .header .mo_gnb_wrap .depth .half > a { text-align: center; padding: 10px 5px; font-size: 13px; background-color: #f2f2f2; background-image: none; }
  .header .mo_gnb_wrap .depth .half > a i { margin-right: 4px; }
  .header .mo_gnb_wrap .depth .half:nth-child(2n) { border-left: 1px solid #ddd; }
  .header .nav_bg { display: block; left: 0; right: 0; position: fixed; width: 100%; min-height: 100%; background: #000; opacity: 0 !important; visibility: hidden; -webkit-transition: 0.5s all; transition: 0.5s all; }
  .header .nav_bg.on { visibility: visible; z-index: 1; opacity: 0.4 !important; } }

@media only screen and (max-width: 640px) { .header .mo_gnb_wrap .depth.wrap *[class^="depth01"] > a { padding: 12px; font-size: 14px; }
  .header .mo_gnb_wrap .depth.wrap *[class^="depth01"] .depth02 a { font-size: 13px; } }

html, body { height: 100% !important; }

body { margin: 0; }

.home { min-height: 100%; }

.homewrap { padding-bottom: 329px; }

.footer_wrap { margin-top: -329px; }

.lt-ie9 .homewrap { padding-bottom: 0; }

.lt-ie9 .footer_wrap { margin-top: 0; }

@media only screen and (max-width: 1199px) { .homewrap { padding-bottom: 0; }
  .footer_wrap { margin-top: 0; } }

.foot-util { text-align: center; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; /* height: 72px;  */}

.foot-util ul { display: inline-block; }

.foot-util ul.terms { float: left; }

.foot-util ul.sns { float: right; }

.foot-util ul.sns:before { content: 'SNS'; color: #333; line-height: 70px; letter-spacing: 5px; float: left; }

.foot-util li { float: left; padding: 0 10px; display: table; table-layout: fixed; }

.foot-util li a { word-break: keep-all; display: table-cell; height: 70px; line-height: 1.2; font-size: 13px; color: #777; vertical-align: middle; }

.foot-util li a:hover { color: #444; }

@media only screen and (max-width: 900px) { .foot-util { text-align: center; /* height: 52px; */ }
  .foot-util ul.sns:before { line-height: 50px; letter-spacing: 3px; }
  .foot-util li { padding: 0 6px; }
  .foot-util li a { height: 50px; font-size: 12px; } }

@media only screen and (max-width: 640px) { .foot-util { height: auto; }
  .foot-util ul { display: inline-block; }
  .foot-util ul.terms { float: none; }
  .foot-util ul.sns { float: none; }
  .foot-util ul.sns:before { content: none; }
  .foot-util li { padding: 0 3px; }
  .foot-util li a { height: 34px; font-size: 10px; }
  .foot-util li a img { width: 25px; } }

.footer_wrap { bottom: 0; left: 0; right: 0; width: 100%; background-color: #fff; font-weight: 300; font-size: 13px; letter-spacing: -0.2px; text-align: center; }

.footer_wrap, .footer_wrap a { color: #999; }

.footer_wrap .logo img { width: 100px; }

.footer_wrap .wrap { width: 100%; margin: 20px 0 50px; position: relative; display: inline-block; }

.footer_wrap .footer_txt { margin-top: 20px; }

.footer_wrap .footer_txt .copy { margin-top: 20px; letter-spacing: 5px; color: #666; }

@media only screen and (max-width: 900px) { .footer_wrap { font-size: 12px; }
  .footer_wrap .logo img { width: 100px; }
  .footer_wrap .wrap { margin: 20px 0; } }

/*
_main
*/
.main_visual { position: relative; }

.main_visual .slick_main { margin-bottom: 0; }

.main_visual .slick_main .slide { height: 1000px; background-size: auto 1000px; background-size: cover; background-position: center; background-repeat: no-repeat; display: table; text-align: center; }

.main_visual .slick_main .slide_tit { display: table-cell; height: 100%; width: 100%; vertical-align: top; padding-top: 220px; text-align: left; color: #333; }

.main_visual .slick_main .slide_tit p { max-width: 1400px; margin: 0 auto; }

.main_visual .slick_main .slick-arrow { color: #fff; font-size: 70px; filter: alpha(opacity=40); opacity: 0.4; }

.main_visual .slick_main .slick-arrow.sa_l { left: 50%; margin-left: -750px; }

.main_visual .slick_main .slick-arrow.sa_r { right: 50%; margin-right: -750px; }

@media all and (max-width: 1500px) { .main_visual .slick_main .slick-arrow { font-size: 50px; }
  .main_visual .slick_main .slide_tit p{padding:0 15px;}
  .main_visual .slick_main .slick-arrow.sa_l { left: 20px; margin-left: 0; }
  .main_visual .slick_main .slick-arrow.sa_r { right: 20px; margin-right: 0; } }

@media only screen and (max-width: 640px) { .main_visual .slick_main .slick-arrow { font-size: 30px; }
  .main_visual .slick_main .slick-arrow.sa_l { left: 10px; }
  .main_visual .slick_main .slick-arrow.sa_r { right: 10px; } }

@media only screen and (max-width: 900px) { .main_visual .slick_main .slide { height: 700px; background-size: auto 700px; } }

@media only screen and (max-width: 640px) { .main_visual .slick_main .slide { height: 400px; background-size: auto 400px; }
  .main_visual .slick_main .slide_tit { padding-top: 100px; }
  .main_visual .slick_main .slide_tit img { height: 50px; } }

.main_visual .slick-dots { bottom: 180px; }

.main_visual .scrollmouse { position: absolute; left: 50%; bottom: 70px; margin-left: -35px; display: inline-block; z-index: 10; }

@media only screen and (max-width: 640px) { .main_visual .slick-dots { bottom: 30px; }
  .main_visual .scrollmouse { display: none; } }

.main_visual .tit_01, .main_visual .tit_02, .main_visual .tit_03 { transform: translate3d(0, 40px, 0); opacity: 0; transition-delay: 0ms; transition-duration: 800ms; }

.main_visual .tit_03 { transform: translate3d(40px, -40px, 0); }

.main_visual .tit_01 { transition-delay: 200ms; }

.main_visual .tit_02 { transition-delay: 400ms; }

.main_visual .tit_03 { transition-delay: 100ms; transition-duration: 2000ms; position: absolute; }

.main_visual .slick-active .tit_01, .main_visual .slick-active .tit_02, .main_visual .slick-active .tit_03 { transform: translate3d(0, 0, 0); opacity: 1; }

.main_product, .main_board { padding: 100px 0; }

@media only screen and (max-width: 900px) { .main_product, .main_board { padding: 50px 0; } }

.gall-list { margin-left: -10px; margin-right: -10px; }

.gall-list .item { padding: 0 10px; float: left; padding-bottom: 30px; }

.gall-list .item a { overflow: hidden; display: block; }

.gall-list .item a .img span, .gall-list .item a .img i { -webkit-transition: 300ms all ease-out; transition: 300ms all ease-out; }

.gall-list .item a:hover .img span { -webkit-transform: scale(1.05); transform: scale(1.05); }

.gall-list .item a:hover .img i { color: rgba(230, 73, 64, 0.2); }

.gall-list .item a .des { position: relative; }

.gall-list .item .img { width: 100%; height: 0; position: relative; overflow: hidden; }

.gall-list .item .img span { position: absolute; background-repeat: no-repeat; background-position: center; background-size: cover; }

.gall-list .item .img i { z-index: 10; position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -50px; font-size: 100px; color: rgba(230, 73, 64, 0.5); }

.gall-list .item .des { font-size: 15px; background-color: #fff; padding: 10px 0; }

.gall-list .item .des .date { float: right; color: #999; font-size: 13px; }

.gall-list .item .cate { font-weight: bold; }

.gall-list .item .tit { color: #333; display: block; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: auto; }

.gall-list .item .txt { height: 67.5px; line-height: 22.5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.main_product { position: relative; background-color: #f8f8f8; background-image: url(../images/main/p_bg.png); background-position: left 230px; background-repeat: no-repeat; }

.main_product .main_tit { margin-bottom: 50px; letter-spacing: -0.5px; text-align: center; }

.main_product .main_tit .tit { font-size: 60px; font-weight: lighter; color: #000; padding-bottom: 70px; position: relative; display: inline-block; }

.main_product .main_tit .tit:after { content: ''; display: block; background-image: url(../images/main/main_tit_bg.png); background-repeat: no-repeat; width: 258px; height: 67px; position: absolute; right: -140px; bottom: 50px; }

.main_product .main_tit .desc { font-size: 18px; color: #999; }

.main_product .main_tit .desc span { display: block; color: #222; font-weight: bold; }

.main_product .slick_product .slick-dots { bottom: -50px; }

.main_product .slick_product .product_label { position: absolute; top: 0; left: 20px; z-index: 3; }

.main_product .slick_product .gall-list { margin-left: 0; margin-right: 0; }

.main_product .slick_product .gall-list .item { background-color: #fff; padding: 0 0; width: 20%; float: left; }

.main_product .slick_product .gall-list .item .img { padding-bottom: 140%; }

.main_product .slick_product .gall-list .item .img span { background-size: contain; }

.main_product .slick_product .gall-list .item .wrap { text-align: center; border: 1px solid #ddd; overflow: hidden; position: relative; }

.main_product .slick_product .gall-list .item .wrap:before, .main_product .slick_product .gall-list .item .wrap:after, .main_product .slick_product .gall-list .item .wrap > span:before, .main_product .slick_product .gall-list .item .wrap > span:after { z-index: 5; background-color: #e64940; }

.main_product .slick_product .gall-list .item .wrap:before, .main_product .slick_product .gall-list .item .wrap:after { width: 0; height: 2px; }

.main_product .slick_product .gall-list .item .wrap:before { top: 0; right: 0; }

.main_product .slick_product .gall-list .item .wrap:after { bottom: 0; left: 0; }

.main_product .slick_product .gall-list .item .wrap > span:before, .main_product .slick_product .gall-list .item .wrap > span:after { width: 2px; height: 0; }

.main_product .slick_product .gall-list .item .wrap > span:before { left: 0; top: 0; }

.main_product .slick_product .gall-list .item .wrap > span:after { right: 0; bottom: 0; }

.main_product .slick_product .gall-list .item .wrap:after, .main_product .slick_product .gall-list .item .wrap:before, .main_product .slick_product .gall-list .item .wrap > span:after, .main_product .slick_product .gall-list .item .wrap > span:before { content: ''; position: absolute; display: inline-block; opacity: 0; -webkit-transition: 300ms all; transition: 300ms all; }

.main_product .slick_product .gall-list .item .wrap.on:after, .main_product .slick_product .gall-list .item .wrap.on:before, .main_product .slick_product .gall-list .item .wrap.on > span:after, .main_product .slick_product .gall-list .item .wrap.on > span:before, .main_product .slick_product .gall-list .item .wrap:hover:after, .main_product .slick_product .gall-list .item .wrap:hover:before, .main_product .slick_product .gall-list .item .wrap:hover > span:after, .main_product .slick_product .gall-list .item .wrap:hover > span:before { opacity: 1; }

.main_product .slick_product .gall-list .item .wrap.on:after, .main_product .slick_product .gall-list .item .wrap.on:before, .main_product .slick_product .gall-list .item .wrap:hover:after, .main_product .slick_product .gall-list .item .wrap:hover:before { width: 100%; }

.main_product .slick_product .gall-list .item .wrap.on > span:after, .main_product .slick_product .gall-list .item .wrap.on > span:before, .main_product .slick_product .gall-list .item .wrap:hover > span:after, .main_product .slick_product .gall-list .item .wrap:hover > span:before { height: 100%; }

.main_product .slick_product .gall-list .item .des { padding: 20px 10px; }

.main_product .slick_product .gall-list .item .des .name { height: 40px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 16px; color: #333; }

.main_product .slick_product_nav { position: absolute; top: 100px; left: 0; width: 200px; }

.main_product .slick_product_nav li { display: block; float: none; width: 100% !important; }

.main_product .slick_product_nav li p { font-size: 18px; padding-left: 30px; display: inline-block; height: 50px; line-height: 50px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.main_product .slick_product_nav li.slick-current p { color: #e64940; border-color: #e64940; }

@media only screen and (max-width: 900px) { .main_product .main_tit .tit { font-size: 40px; padding-bottom: 50px; }
  .main_product .main_tit .tit:after { background-size: 129px; width: 129px; height: 33.5px; right: -70px; bottom: 25px; }
  .main_product .main_tit .desc { font-size: 16px; }
  .main_product .main_tit .desc span { display: inline; }
  .main_product .slick_product .slick-dots { bottom: -50px; }
  .main_product .slick_product .product_label { left: 20px; width: 30px; }
  .main_product .slick_product .gall-list .item .des { padding: 10px 5px; }
  .main_product .slick_product_nav { top: 50px; }
  .main_product .slick_product_nav li p { font-size: 15px; padding-left: 20px; height: 40px; line-height: 40px; } }

@media only screen and (max-width: 640px) { .main_product .main_tit .tit { font-size: 26px; padding-bottom: 35px; }
  .main_product .main_tit .tit:after { background-size: 77.4px; width: 77.4px; height: 20.1px; right: -42px; bottom: 30px; }
  .main_product .main_tit .desc { font-size: 14px; }
  .main_product .slick_product .gall-list .item { width: 50%; }
  .main_product .slick_product .gall-list .item:nth-child(5) { display: none; }
  .main_product .slick_product_nav { top: 0; width: 100%; }
  .main_product .slick_product_nav li { float: left; width: 33.33% !important; }
  .main_product .slick_product_nav li p { font-size: 15px; padding-left: 0; text-align: center; display: block; height: 40px; line-height: 40px; } }

.main_banner .banner { position: relative; background-repeat: no-repeat; background-size: auto 150px; }

.main_banner .banner:before { content: ''; background-color: rgba(0, 0, 0, 0); -webkit-transition: all 400ms; transition: all 400ms; display: block; width: 100%; height: 100%; position: absolute; }

.main_banner .banner:hover:before { background-color: rgba(0, 0, 0, 0.2); }

.main_banner .banner.banner1 { background-color: #cfd422; background-image: url(../images/main/banner1_bg.jpg); background-position: right center; text-align: left; }

.main_banner .banner.banner2 { background-color: #276a63; background-image: url(../images/main/banner2_bg.jpg); background-position: left center; text-align: right; }

.main_banner .banner .wrap { min-height: 150px; display: table; width: 100%; table-layout: fixed; }

.main_banner .banner .wrap .txt { padding: 10px 0; vertical-align: middle; display: table-cell; }

@media only screen and (max-width: 900px) { .main_banner .banner { background-size: auto 80px; }
  .main_banner .banner .wrap { min-height: 0; }
  .main_banner .banner .wrap img { height: 60px; } }

@media only screen and (max-width: 640px) { .main_banner .banner .wrap .txt { padding: 20px 0; }
  .main_banner .banner:before { background-color: rgba(0, 0, 0, 0.3); } }

.main_link { text-align: center; background-color: #323440; }

.main_link .wrap { padding: 100px 0 150px; display: block; }

.main_link .wrap .desc { color: #fff; font-size: 16px; font-weight: 300; margin: 10px 0 60px; }

.main_link .wrap img { margin: 0 auto; }

@media only screen and (max-width: 640px) { .main_link .wrap { padding: 40px 0 60px; }
  .main_link .wrap .desc { font-size: 14px; margin: 10px 0 30px; }
  .main_link .wrap .tit img { width: 100px; }
  .main_link .wrap .icon img { width: 30px; } }

.main_board { background-image: url(../images/main/board_bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }

.main_board .tab { max-width: 530px; margin: 0 auto; text-align: center; }

.main_board .tab img { margin: 0 auto; }

.main_board .tab .img_on { display: none; }

.main_board .tab .on .img_off { display: none; }

.main_board .tab .on .img_on { display: block; }

.main_board .tab-content { margin-top: 70px; }

.main_board .tab-content .item { float: left; width: 25%; border-left: 1px solid rgba(255, 255, 255, 0.3); }

.main_board .tab-content .item:first-child { border-left: 0; }

.main_board .tab-content .item .wrap { display: block; padding: 0 20px; text-align: left; color: #ccc; word-break: keep-all; font-weight: 300; }

.main_board .tab-content .item .wrap .tit { font-weight: 500; color: #fff; font-size: 18px; height: 48px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.main_board .tab-content .item .wrap .txt { height: 66px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 20px 0; }

@media only screen and (max-width: 900px) { .main_board .tab-content { margin-top: 30px; }
  .main_board .tab-content .item { width: 50%; }
  .main_board .tab-content .item:nth-child(3) { border-left: 0; }
  .main_board .tab-content .item .wrap { padding: 0 10px; margin: 10px 0; text-align: center; } }

@media only screen and (max-width: 640px) { .main_board .tab-content { margin-top: 30px; }
  .main_board .tab-content .item { width: 50%; }
  .main_board .tab-content .item .wrap { padding: 0 5px; margin: 5px 0; text-align: center; }
  .main_board .tab-content .item .wrap .tit { font-size: 16px; height: 40px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .main_board .tab-content .item .wrap .txt { height: 54px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 10px 0; }
  .main_board .more img { width: 30px; } }

/*
sub.scss
*/
.sub-visual { height: 400px; position: relative; }

.sub-visual .wrap { position: relative; z-index: 1; height: 100%; margin: 0 auto; width: 100%; max-width: 1400px; display: table; }

.sub-visual-title { z-index: 3; display: table-cell; text-align: center; vertical-align: bottom; padding-bottom: 80px; color: #fff; position: relative; }

.sub-visual-title h3 { font-size: 48px; font-weight: bold; letter-spacing: -1px; display: inline-block; }

.sub-visual-title p { margin-top: 10px; font-size: 18px; letter-spacing: 3px; font-weight: 500; }

.sub-visual-bg { background-position: center top; background-repeat: no-repeat; background-size: cover; z-index: 0; display: block; width: 100%; height: 400px; position: absolute; top: 0; }

@media only screen and (max-width: 640px) { .sub-visual, .sub-visual-bg { height: 250px; }
  .sub-visual-title h3 { font-size: 26px; letter-spacing: -0.5px; }
  .sub-visual-title p { font-size: 13px; margin-top: 0; } }

.sub-menu-box { -webkit-transition: 400ms all; transition: 400ms all; width: 100%; z-index: 4; top: 0; font-size: 16px; }

.sub-menu-box:before { content: ''; background-image: url(../images/main/p_bg.png); background-repeat: no-repeat; background-position: top left; width: 471px; height: 659px; position: absolute; top: -30px; left: -100px; z-index: 2; display: block; }

@media all and (max-width: 1750px) { .sub-menu-box:before { background-size: 300px; width: 300px; height: 399px; } }

.sub-menu-box .menu-bg { border-bottom: 1px solid #dadada; background-color: #fff; }

.sub-menu-box .menu-home { float: left; width: 60px; border-left: 1px solid #dadada; border-right: 1px solid #dadada; text-align: center; }

.sub-menu-box .menu-home a { display: block; line-height: 60px; color: #000; font-size: 20px; }

.sub-menu-box .menu-list-box { position: relative; float: left; border-right: 1px solid #dadada; z-index: 9; }

.sub-menu-box .menu-list-box .menu-area-box { width: 250px; }

.sub-menu-box .menu-list-box .menu-area-box:hover .menu-title span { background-image: url("../images/icon/sub_nav_bg_on.png"); }

.sub-menu-box .menu-title { display: block; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: auto; line-height: 60px; color: #000; font-weight: normal; cursor: pointer; }

.sub-menu-box .menu-title span { padding: 0 20px; display: block; background-image: url("../images/icon/sub_nav_bg.png"); background-repeat: no-repeat; background-position: right center; background-size: 17px; }

.sub-menu-box .menu-list-con { display: none; width: 100%; width: -ms-calc(100% + 2px); width: -webkit-calc(100% + 2px); width: calc(100% + 2px); left: -1px; font-size: 15px; position: absolute; top: 60px; border: 1px solid #dadada; background: #fff; }

.sub-menu-box .menu-list-con li:first-child a { border-top: 0; }

.sub-menu-box .menu-list-con a { border-top: 1px solid #dadada; line-height: 1.2; word-break: keep-all; display: block; color: #666; padding: 10px 20px; }

.sub-menu-box .menu-list-con a:hover { text-decoration: underline !important; color: #e64940; }

@media only screen and (max-width: 640px) { .sub-menu-box .wrapper { padding: 0; }
  .sub-menu-box .menu-bg .clearfix { padding-left: 40px; }
  .sub-menu-box .menu-home { position: absolute; left: 0; top: 0; width: 40px; }
  .sub-menu-box .menu-home a { line-height: 40px; font-size: 20px; }
  .sub-menu-box .menu-title { line-height: 40px; }
  .sub-menu-box .menu-title span { font-size: 15px; padding: 0 10px; }
  .sub-menu-box .menu-list-con { top: 40px; font-size: 13px; }
  .sub-menu-box .menu-list-con a { padding: 10px; }
  .sub-menu-box .menu-list-box { width: 50%; }
  .sub-menu-box .menu-list-box .menu-area-box { width: 100%; }
  .sub-menu-box:before { background-size: 230px; width: 230px; height: 310px; top: -60px;/* -30px; */ left: -100px; } }

.sub-menu-list { margin-top: -30px; text-align: center; }

.sub-menu-list .tab { position: relative; max-width: 1400px; margin: 0 auto; }

.sub-menu-list a { width: 100%; background-color: #1e2532; display: table-cell; vertical-align: middle; line-height: 1.3; font-size: 18px; letter-spacing: -0.5px; color: #939599; height: 80px; }

.sub-menu-list a.on { color: #fff; }

.sub-menu-list li { float: left; display: table; table-layout: fixed; border-left: 1px solid #39404b; }

.sub-menu-list li:first-child { border-left: 0; }

@media only screen and (max-width: 900px) { .sub-menu-list { margin-top: 0; }
  .sub-menu-list a { font-size: 15px; height: 50px; } }

.sub-contents { z-index: 3; position: relative; min-height: 300px; padding: 0 0 70px; }

.sub-contents .wrapper { max-width: 1200px;}

.f_24, .intro21, .intro32_2 .item .tit, .intro41_2 .txtbox .txt { font-size: 24px; }

@media only screen and (max-width: 900px) { .f_24, .intro21, .intro32_2 .item .tit, .intro41_2 .txtbox .txt { font-size: 17px; } }

.sub_tit { position: relative; text-align: center; padding: 60px 0 0; position: relative; }

.sub_tit .tit { margin-bottom: 30px; font-size: 30px; font-weight: 700; letter-spacing: -0.2px; color: #1e2532; display: none; }

.sub_tit .sub-nav { /* z-index: 52; */ position: absolute; top: 50%; width: 100%; padding: 0 10px; left: 0; display: none; overflow: hidden; clear: both; text-align: center; margin-top: -20px; }

.sub_tit .sub-nav a { display: inline-block; font-size: 20px; height: 40px; width: 40px; color: #666; border: 2px solid #666; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; }

.sub_tit .sub-nav a i { vertical-align: middle; }

.sub_tit .sub-nav .prev { float: left; }

.sub_tit .sub-nav .next { float: right; }

@media only screen and (max-width: 640px) { .sub_tit { padding: 40px 0 0; }
  .sub_tit .tit, .sub_tit .sub-nav { display: block; }
  .sub_tit .tit { padding: 0 40px; min-height: 40px; font-size: 24px; } }

.hyphen_list li { position: relative; padding-left: 10px; }

.hyphen_list li:before { position: absolute; content: '- '; top: 0; left: 0; }

.hyphen_list li.none:before { content: '   '; }

.dot_list li { position: relative; padding-left: 10px; }

.dot_list li:before { position: absolute; content: '· '; top: 0; left: 0; }

.tit_dot { font-size: 36px; color: #333; position: relative; display: inline-block; clear: both; margin-bottom: 40px; }

.tit_dot:before { content: ''; position: absolute; width: 42px; height: 42px; top: -7px; left: -28px; background-image: url(../images/sub/tit_bg.png); background-repeat: no-repeat; }

@media all and (max-width: 1300px) { .tit_dot { padding-left: 28px; }
  .tit_dot:before { left: 0; } }

@media only screen and (max-width: 900px) { .tit_dot { font-size: 24px; margin-bottom: 15px; padding-left: 15px; }
  .tit_dot:before { width: 21px; height: 21px; top: -2px; background-size: 21px; } }

.intro1_1 { font-weight: 300; letter-spacing: -0.5px; word-break: keep-all; }

.intro1_1-bg { min-height: 70px; background-position: right bottom; background-repeat: no-repeat; }

.intro1_1-bg .prop { margin-top: 30px; font-size: 48px; color: #222; line-height: 1.3; padding-bottom: 40px; }

.intro1_1-bg .prop span { font-weight: bold; position: relative; display: inline-block; }

.intro1_1-bg .prop span:after { content: ''; display: block; background-image: url(../images/main/main_tit_bg.png); background-repeat: no-repeat; width: 258px; height: 67px; background-size: 190px; position: absolute; right: -160px; bottom: -45px; }

@media only screen and (max-width: 1024px) { .intro1_1-bg { min-height: auto; padding-right: 230px; background-size: 400px; } }

@media only screen and (max-width: 900px) { .intro1_1-bg { padding-right: 0; background-size: 300px; }
  .intro1_1-bg p { padding-right: 180px; }
  .intro1_1-bg p:first-child { padding-right: 0; }
  .intro1_1-bg .prop { margin-top: 30px; font-size: 30px; }
  .intro1_1-bg .prop span:after { background-size: 150px; right: -190px; } }

@media all and (max-width: 480px) { .intro1_1-bg { background-size: 200px; }
  .intro1_1-bg i.br { display: none; }
  .intro1_1-bg p { padding-right: 140px; }
  .intro1_1-bg p:first-child, .intro1_1-bg p:nth-child(2) { padding-right: 0; }
  .intro1_1-bg .prop span:after { content: none; } }

.intro1_2 { font-weight: 300; letter-spacing: -0.5px; word-break: keep-all; }

.intro1_2-bg { padding: 100px 470px 300px 0; position: relative; }

.intro1_2-bg:before { z-index: -1; content: ''; width: 1172px; height: 533px; position: absolute; right: -300px; top: 0; display: block; background-image: url(../images/sub/intro12.jpg); background-repeat: no-repeat; background-position: bottom right; }

@media only screen and (max-width: 900px) { .intro1_2-bg { padding: 60px 300px 50px 0; }
  .intro1_2-bg:before { right: -40px; width: 500px; height: 233px; background-position: center right; background-size: 500px; } }

@media only screen and (max-width: 640px) { .intro1_2-bg { margin-top: 30px; padding: 0 0 300px 0; background-image: url(../images/sub/intro12.jpg); background-repeat: no-repeat; background-position: bottom center; background-size: auto 290px; }
  .intro1_2-bg:before { content: none; } }

.intro21 { text-align: left; letter-spacing: -0.5px; }

.intro21 th, .intro21 td { padding: 5px; }

.intro21 td { font-weight: 300; }

.intro21 .col_230 { width: 230px; }

.intro21 .bg { padding-right: 360px; background-repeat: no-repeat; background-image: url(../images/sub/intro21.jpg); background-position: right center; }

@media only screen and (max-width: 900px) { .intro21 .col_230 { width: 120px; }
  .intro21 .bg { padding-right: 200px; background-size: 200px; } }

@media only screen and (max-width: 640px) { .intro21 .bg { padding-right: 0; padding-bottom: 100px; background-position: bottom center; background-size: auto 90px; } }

.history_wrap { position: relative; margin-bottom: 100px; }

.history_wrap:before { position: absolute; width: 1px; content: ''; height: 100%; background-color: #e64940; display: block; left: 50%; }

.history_wrap .item { width: 100%; position: relative; margin-bottom: 40px; }

.history_wrap .item:last-child { position: absolute; }

.history_wrap .item .img { width: 100%; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.history_wrap .item .img img { padding: 0 30px; }

.history_wrap .item._r .img { padding-right: 50%; }

.history_wrap .item._r .img img { float: right; }

.history_wrap .item._l .img { padding-left: 50%; }

.history_wrap .item._l .img img { float: left; }

.history_wrap .wrap { line-height: 1.4; width: 50%; margin-bottom: 20px; clear: both; letter-spacing: -0.5px; color: #666; position: relative; }

.history_wrap .wrap:before { width: 25px; height: 25px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #e64940; content: ''; display: inline-block; top: 0; position: absolute; }

.history_wrap .wrap .year { line-height: 1; margin-bottom: 10px; font-size: 30px; font-weight: bold; color: #000; }

.history_wrap .wrap li { font-size: 24px; font-weight: 300; margin-bottom: 10px; position: relative; }

.history_wrap .wrap li:before { content: ''; width: 2px; height: 2px; background-color: #666; position: absolute; top: 50%; display: inline-block; }

.history_wrap .item._l .wrap { float: left; text-align: right; padding: 0 30px 0 0; }

.history_wrap .item._l .wrap:before { right: -12px; }

.history_wrap .item._l .wrap li:before { right: -10px; }

.history_wrap .item._r .wrap { float: right; text-align: left; padding: 0 0 0 30px; }

.history_wrap .item._r .wrap:before { left: -12px; }

.history_wrap .item._r .wrap li:before { right: inherit; left: -10px; }

@media only screen and (max-width: 900px) { .history_wrap { padding-left: 10px; position: relative; margin-bottom: 50px; }
  .history_wrap:before { left: 10px; }
  .history_wrap .item { margin-bottom: 20px; }
  .history_wrap .item .img { position: relative; -webkit-transform: translate(0); transform: translate(0); top: 0; left: 10px; right: auto; margin-top: -40px; margin-bottom: 20px; }
  .history_wrap .item .img img { padding: 0; width: 180px; float: none; }
  .history_wrap .item._r .img { padding-right: 0; }
  .history_wrap .item._r .img img { float: none; }
  .history_wrap .item._l .img { padding-left: 0; }
  .history_wrap .item._l .img img { float: none; }
  .history_wrap .wrap { width: 100%; }
  .history_wrap .wrap:before { width: 15px; height: 15px; }
  .history_wrap .wrap .year { font-size: 20px; }
  .history_wrap .wrap li { font-size: 17px; }
  .history_wrap .item._l .wrap { text-align: left; padding: 0 0 0 20px; }
  .history_wrap .item._l .wrap:before { left: -7px; }
  .history_wrap .item._l .wrap li:before { left: -10px; }
  .history_wrap .item._r .wrap { float: left; padding: 0 0 0 20px; }
  .history_wrap .item._r .wrap:before { left: -7px; right: auto; }
  .history_wrap .item._r .wrap li:before { right: inherit; left: -10px; } }

.intro31 { width: 100%; padding: 100px 0 100px; min-height: 900px; background-image: url(../images/sub/intro31_bg.jpg); background-position: 20% center; background-size: cover; background-repeat: no-repeat; }

.intro31 .tit_dot { color: #fff; }

.intro31 .wrap { max-width: 1000px; display: table; table-layout: fixed; }

.intro31 .wrap .titbox, .intro31 .wrap .imgbox { display: table-cell; vertical-align: middle; }

.intro31 .wrap .imgbox { padding-left: 30px; }

.intro31 .wrap .titbox { line-height: 1.4; font-weight: 300; }

.intro31 .wrap .titbox .tit { color: #518fbb; font-size: 60px; }

.intro31 .wrap .titbox .txt { margin-top: 30px; color: #fff; font-size: 24px; }

@media only screen and (max-width: 900px) { .intro31 { width: 100%; padding: 50px 0; min-height: auto; }
  .intro31 .wrap .titbox, .intro31 .wrap .imgbox { display: table-cell; vertical-align: middle; }
  .intro31 .wrap .imgbox { padding-left: 10px; }
  .intro31 .wrap .imgbox img { width: 250px; }
  .intro31 .wrap .titbox .tit { font-size: 35px; }
  .intro31 .wrap .titbox .txt { margin-top: 20px; font-size: 17px; } }

@media only screen and (max-width: 640px) { .intro31 .wrap { display: block; }
  .intro31 .wrap .titbox, .intro31 .wrap .imgbox { display: block; text-align: center; }
  .intro31 .wrap .imgbox { margin-top: 10px; padding-left: 0; } }

.intro32_1 { font-weight: 300; letter-spacing: -0.5px; }

.intro32_1 span { border-bottom: 1px solid #e64940; }

.intro32_2 { padding-bottom: 80px; }

.intro32_2 .item { float: left; width: 33.33%; padding: 0 10px; padding-bottom: 30px; word-break: keep-all; }

.intro32_2 .item .txtwrap { min-height: 100px; }

.intro32_2 .item .tit { color: #222; line-height: 1.3; margin-top: 20px; }

@media only screen and (max-width: 900px) { .intro32_2 .item { padding-bottom: 30px; word-break: keep-all; } }

@media only screen and (max-width: 640px) { .intro32_2 .item { width: 50%; } }

.intro41_1 { font-weight: 300; letter-spacing: -0.5px; }

.intro41_1 span { color: #222; border-bottom: 1px solid #222; }

.intro41_2 { word-break: keep-all; width: 100%; padding: 100px 0 300px; min-height: 1100px; background-image: url(../images/sub/intro41_bg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; }

.intro41_2 .tit_dot { color: #fff; }

.intro41_2 .txtbox { margin-top: 50px; }

.intro41_2 .txtbox .tit { font-size: 30px; color: #333; font-weight: bold; text-decoration: underline; }

.intro41_2 .txtbox .txt { margin-top: 50px; font-weight: 300; letter-spacing: -0.5px; }

@media only screen and (max-width: 900px) { .intro41_2 { min-height: auto; }
  .intro41_2 .txtbox { margin-top: 0; }
  .intro41_2 .txtbox .tit { font-size: 20px; }
  .intro41_2 .txtbox .txt { margin-top: 30px; } }

.intro42 { margin-bottom: 80px; }

.intro42 .f_24, .intro42 .intro21, .intro42 .intro32_2 .item .tit, .intro32_2 .item .intro42 .tit, .intro42 .intro41_2 .txtbox .txt, .intro41_2 .txtbox .intro42 .txt { font-weight: 300; letter-spacing: -0.5px; }

.intro42 .col_200 { width: 200px; }

.intro42 .col_250 { width: 250px; }

.intro42 .table-view-01 { min-width: 640px; }

.intro42 .table-view-01 th, .intro42 .table-view-01 td { vertical-align: middle; text-align: center; font-size: 18px; letter-spacing: -0.2px; padding: 10px; font-weight: 300; }

@media only screen and (max-width: 900px) { .intro42 .table-view-01 th, .intro42 .table-view-01 td { font-size: 14px; }
  .intro42 .col_200 { width: 100px; }
  .intro42 .col_250 { width: 100px; } }

.intro5 { letter-spacing: -0.5px; font-weight: 300; }

.intro5 .root_daum_roughmap .wrap_controllers { display: none; }

.intro5 .item { margin-top: 30px; }

.intro5 .item .tit { width: 100%; display: table; table-layout: fixed; }

.intro5 .item .tit .img, .intro5 .item .tit p { display: table-cell; vertical-align: middle; }

.intro5 .item .tit .img { width: 100px; }

.intro5 .item .txt { padding-left: 100px; }

@media only screen and (max-width: 900px) { .intro5 .root_daum_roughmap .wrap_map { height: 300px !important; }
  .intro5 .item { margin-top: 20px; }
  .intro5 .item .tit .img { width: 50px; }
  .intro5 .item .tit p { padding-left: 10px; }
  .intro5 .item .txt { padding-left: 50px; } }

.slick_menu_nav .item { padding: 10px 5px 0; }
.slick_menu_nav {padding:0 10px}

.wine_1 .item { width: 50%; padding: 0 20px 50px; display: inline-block; float: left; font-size: 18px; font-weight: 300; }

.wine_1 .item:nth-child(2n) { margin-top: 100px; }

.wine_1 .item:nth-child(2n) .imgbox { text-align: right; }

.wine_1 .item:nth-child(2n) .imgbox .txt { right: 0; }

.wine_1 .item:nth-child(2n) .imgbox .txt:after { float: right; }

.wine_1 .item .imgbox { text-align: left; margin-bottom: 40px; position: relative; }

.wine_1 .item .imgbox .txt { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 0 40px; font-size: 36px; line-height: 1.2; color: #fff; }

.wine_1 .item .imgbox .txt:after { width: 90%; margin-top: 10px; display: block; height: 1px; background-color: rgba(255, 255, 255, 0.7); content: ''; }

.wine_1 .item .imgbox .txt span { display: block; font-size: 48px; font-weight: bold; }

@media only screen and (max-width: 1024px) { .wine_1 .item { padding: 0 5px 30px; }
  .wine_1 .item .imgbox .txt { padding: 0 20px; font-size: 24px; }
  .wine_1 .item .imgbox .txt span { font-size: 30px; } }

@media only screen and (max-width: 640px) { .wine_1 .item { width: 100%; padding: 0 0 30px; font-size: 15px; }
  .wine_1 .item:nth-child(2n) { margin-top: 0; }
  .wine_1 .item .imgbox { margin-bottom: 10px; }
  .wine_1 .item .imgbox .txt { padding: 0 10px; font-size: 16px; }
  .wine_1 .item .imgbox .txt:after { content: none; }
  .wine_1 .item .imgbox .txt span { font-size: 24px; } }

/*
mall.scss
*/
.main-color { color: #e64940; }

.txt-mt { margin-top: 30px; }

.agree-area { margin-bottom: 40px; }

.agree-area .agree-box { border: solid 1px #ddd; padding: 10px 20px; text-align: left; height: 200px; overflow-y: auto; margin-bottom: 10px; }

.agree .agree-area { margin-bottom: 30px; }

.agree .agree-area .agree-tit { font-size: 16px; color: #333333; margin-bottom: 5px; }

.agree .agree-area .agree-box { margin-top: 10px; border: solid 1px #ddd; padding: 10px 20px; text-align: left; height: 200px; background: #fcfcfc; overflow-y: auto; margin-bottom: 10px; color: #999; font-size: 13px; }

.agree .agree-area .agree-check { font-size: 14px; margin-top: 10px; }

.agree .all-check { margin-top: 45px; border: solid 1px #ddd; padding: 20px 10px; background: #fcfcfc; text-align: center; }

.ok-box { border: solid 1px #ddd; padding: 30px 10px; text-align: center; font-size: 14px; color: #999999; }

.write-table .table-form-01, .deliver-table .table-form-01 { border: solid 1px #ddd; }

.write-table .table-form-01 .cell-num, .write-table .table-form-01 .sel_20, .deliver-table .table-form-01 .cell-num, .deliver-table .table-form-01 .sel_20 { width: 372px; }

@media all and (max-width: 700px) { .write-table .table-form-01 .cell-num, .write-table .table-form-01 .sel_20, .deliver-table .table-form-01 .cell-num, .deliver-table .table-form-01 .sel_20 { width: 68%; } }

@media only screen and (max-width: 640px) { .write-table .table-form-01 .cell-num, .write-table .table-form-01 .sel_20, .deliver-table .table-form-01 .cell-num, .deliver-table .table-form-01 .sel_20 { width: 100%; } }

.write-table .table-form-01 textarea.area-type-form, .deliver-table .table-form-01 textarea.area-type-form { min-height: 100px; }

.write-table .table-form-01 th, .write-table .table-form-01 td, .deliver-table .table-form-01 th, .deliver-table .table-form-01 td { padding: 10px; }

.write-table .table-form-01 th, .deliver-table .table-form-01 th { background: #fcfcfc; color: #666666; font-weight: normal; }

.write-table .table-form-01 th label, .deliver-table .table-form-01 th label { color: #666666; font-weight: normal; }

.write-table .table-form-01 td, .deliver-table .table-form-01 td { border-left: solid 1px #ddd; }

@media only screen and (max-width: 640px) { .write-table .table-btn, .deliver-table .table-btn { width: 26% !important; }
  .write-table colgroup, .deliver-table colgroup { display: none; }
  .write-table th, .deliver-table th { width: 25%; }
  .write-table td, .deliver-table td { width: 75%; } }

.deliver-table td { color: #999999; }

.deliver-table.price-table td { font-weight: 200; color: #666; }

.pop-con.store-pop { border-radius: 0; padding: 20px 10px; text-align: left; width: 500px; box-sizing: border-box; }

.pop-con.store-pop .modal-con { position: relative; }

.pop-con.store-pop .mfp-close { top: -20px; right: -10px; }

.pop-con.store-pop .store-info { margin-top: 10px; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: 10px 5px; }

.pop-con.store-pop .store-info p { font-size: 14px; }

.pop-con.store-pop .store-info p span { font-weight: 500; color: #000; }

.pop-con.store-pop .edit-area { padding: 10px 0; border-bottom: solid 1px #ddd; }

.pop-con.store-pop .btn { text-align: center; margin-top: 30px; }

.pop-con.store-pop .btn a.mfp-close { background: #e64940; color: #fff; font-size: 14px; opacity: 1; filter: alpha(opacity=100); position: relative; width: 60% !important; height: 50px !important; line-height: 50px !important; font-family: 'Noto Sans KR','Nanum Gothic', sans-serif !important; }

.pop-con.store-pop .btn a.mfp-close:hover, .pop-con.store-pop .btn a.mfp-close:focus { color: #e64940; background: #fff; }

@media only screen and (max-width: 640px) { .pop-con.store-pop { padding: 20px 10px 30px 10px; width: 90%; } }

.pop-con.return-pop .return-info .agree-area { margin-bottom: 0; }

.pop-con.return-pop .return-info .agree-area .agree-box { height: 100px; }

.return-pop-table { border: solid 1px #ddd; }

.return-pop-table input[type="text"], .return-pop-table select, .return-pop-table input[type="password"], .return-pop-table .select-box span select, .return-pop-table .selects div select, .return-pop-table .select-box span, .return-pop-table .selects div { height: 40px; line-height: 40px; }

.return-pop-table .select-box span label, .return-pop-table .selects div label { top: 1px; }

.return-pop-table .sel_20, .return-pop-table .input_20 { width: 50%; }

@media all and (max-width: 700px) { .return-pop-table .sel_20, .return-pop-table .input_20 { width: 68%; } }

@media only screen and (max-width: 640px) { .return-pop-table .sel_20, .return-pop-table .input_20 { width: 100%; } }

.return-pop-table textarea.area-type-form { min-height: 70px; }

.return-pop-table th, .return-pop-table td { padding: 10px; border-top: solid 1px #ddd; }

.return-pop-table td { padding: 5px; }

.return-pop-table th { background: #fcfcfc; color: #666666; font-weight: normal; }

.return-pop-table th label { color: #666666; font-weight: normal; }

.return-pop-table td { border-left: solid 1px #ddd; }

.return-pop-table .table-btn { height: 40px; line-height: 40px; }

.pay-way { padding: 20px; background: #fcfcfc; border: solid 1px #ddd; }

.pay-way span { margin-left: 20px; }

.pay-way span:first-child { margin-left: 0; }

.pay-way label { color: #000; font-size: 13px; }

@media only screen and (max-width: 640px) { .pay-way { padding: 10px; }
  .pay-way span { margin-left: 5px; } }

.bank-num { font-size: 13px; border: solid 1px #ddd; border-top: none; padding: 20px; color: #000; }

@media only screen and (max-width: 640px) { .bank-num { padding: 10px; } }

.three-btn .btn-type-02 { margin-left: 5px; }

@media only screen and (max-width: 640px) { .three-btn .btn-type-02 { margin-left: 2px; }
  .three-btn .btn-type-03, .three-btn .btn-type-02, .three-btn .btn-type-01 { width: 32.3%; box-sizing: border-box; } }

.join-box { border-top: solid 1px #dddddd; padding-top: 30px; }

.join-box select { color: #444; }

.des-txt { text-align: center; font-size: 13px; color: #999; }

.w-small { max-width: 350px; margin: 0 auto; }

.w-small input[type="text"], .w-small input[type="password"], .w-small select { height: 50px; line-height: 50px; text-indent: 5px; }

.w-small .btn { text-align: center; }

.w-small .btn .btn-type-01, .w-small .btn .btn-type-02 { width: 100%; margin-left: 0; box-sizing: border-box; font-size: 13px; }

.w-middle { max-width: 700px; margin: 0 auto; }

.w-middle input[type="text"], .w-middle input[type="password"], .w-middle select { height: 50px; line-height: 50px; text-indent: 5px; }

.w-middle .btn { margin-top: 40px; text-align: center; }

.w-middle .btn .btn-type-01, .w-middle .btn .btn-type-02 { width: 100%; max-width: 350px; margin-left: 0; box-sizing: border-box; font-size: 13px; }

@media all and (max-width: 700px) { .w-middle .btn { margin-top: 40px; text-align: center; }
  .w-middle .btn .btn-type-01, .w-middle .btn .btn-type-02 { width: 100%; max-width: 350px; margin-left: 0; box-sizing: border-box; font-size: 13px; } }

.table-form-01 .table-btn { vertical-align: middle; background: #666666; color: #fff; margin-left: 5px; display: inline-block; height: 50px; font-size: 14px; line-height: 50px; width: 110px; text-align: center; }

.table-form-01 select, .table-form-01 input { min-height: 50px; line-height: 50px; border: 1px solid #ddd; padding: 0 10px; font-size: 14px; }

.table-form-01 .select-box span, .table-form-01 .selects div { position: relative; height: 50px; border: 1px solid #ddd; }

.table-form-01 .select-box span select, .table-form-01 .selects div select { width: 100%; height: 50px; min-height: 50px; line-height: 50px; background: none; opacity: 0; filter: alpha(opacity=0); /* IE 8 */ }

.table-form-01 .select-box span label, .table-form-01 .selects div label { position: absolute; font-size: 14px; color: #999; top: 13px; left: 12px; letter-spacing: 1px; }

.table-form-01 .des { font-size: 13px; color: #999; margin-left: 10px; }

.table-form-01 .input_20 { width: 372px; }

.table-form-01 th { color: #666666; font-weight: 200; font-size: 13px; }

.table-form-01 th label { font-weight: 200; color: #666666; }

.table-form-01 td, .table-form-01 th { text-align: left; background: none; border: none; padding: 10px 5px;  /* 3px 5px */}

.table-form-01 td span.font_12,
.table-form-01 td span.table-txt{display:inline-block;font-size:12px;}

.table-form-01 .cell-num { display: inline-block; width: 67.9%; }

@media all and (max-width: 700px) { .table-form-01 .input_20 { width: 68%; } }

@media screen and (max-width: 640px) { .table-form-01 .des { margin-top: 5px; display: block; } }

.find-box { float: left; width: 50%; box-sizing: border-box; padding: 0 30px; position: relative; border-left: solid 1px #ddd; }

.find-box:first-child { border-left: none; }

.find-box .tit { margin-bottom: 20px; }

.idpw-box { padding: 50px 0; }

.idpw-box .btn a { width: 218px; }

.idpw-box .btn a:first-child { margin-right: 1%; }

.xi-lock { margin-left: 5px; }

.pw-box .btn-type-01, .pw-box .btn-type-02 { width: auto; padding: 8px 35px; height: auto; line-height: inherit; }

.btn-three .btn-type-01, .btn-three .btn-type-02, .btn-three .btn-type-03 { max-width: 120px; width: 31%; vertical-align: middle; padding: 0; }

.btn-three .btn-type-02, .btn-three .btn-type-01 { margin-left: 5px; }

.store-table-area { margin-top: 40px; }

.store-table-area .select-area { margin-bottom: 20px; }

.store-table-area .select-area span { float: left; display: block; margin-left: 1%; }

.store-table-area .select-area span:first-child { margin-left: 0; }

.store-table-area .select-area span.select-span { width: 22%; }

.store-table-area .select-area span.input-span { width: 38%; }

.store-table-area .select-area span.btn-span { width: 15%; }

.store-table-area .select-area span.btn-span .btn-type-01 { width: 100%; }

.store-table-area .table_board_for .mo-storename { display: none; margin-bottom: 5px; font-weight: bold; }

.store-table-area .table_board_for .mo-storenum { display: none; margin-top: 20px; }

.store-table-area .table_board_for .detail-btn { display: block; width: 90%; max-width: 90px; margin: 0 auto; color: #fff; background: #444; height: 40px; line-height: 40px; text-align: center; font-size: 14px; }

@media only screen and (max-width: 640px) { .store-table-area .select-area { margin-bottom: 20px; }
  .store-table-area .select-area span { float: left; display: block; margin-left: 1%; }
  .store-table-area .select-area span:first-child { margin-left: 0; }
  .store-table-area .select-area span.select-span { width: 49%; }
  .store-table-area .select-area span.input-span { width: 67%; margin-top: 5px; margin-left: 0; }
  .store-table-area .select-area span.input-span input { box-sizing: border-box; }
  .store-table-area .select-area span.btn-span { margin-top: 5px; width: 31%; margin-left: 1%; }
  .store-table-area .select-area span.btn-span .btn-type-01 { width: 100%; }
  .store-table-area .table_board_for .mo-storename, .store-table-area .table_board_for .mo-storenum { display: block; }
  .store-table-area .table_board_for colgroup { display: none; }
  .store-table-area .table_board_for th:first-child, .store-table-area .table_board_for td:first-child { display: none; }
  .store-table-area .table_board_for th:nth-child(2), .store-table-area .table_board_for td:nth-child(2) { width: 75%; text-align: left; }
  .store-table-area .table_board_for th:nth-child(3), .store-table-area .table_board_for td:nth-child(3) { display: none; }
  .store-table-area .table_board_for th:nth-child(4), .store-table-area .table_board_for td:nth-child(4) { width: 25%; } }

.buy-list { margin-top: 20px; }

.buy-list li { float: left; margin-left: 2%; width: 32%; box-sizing: border-box; border: solid 1px #ddd; position: relative; margin-bottom: 2%; }

.buy-list li .over { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); opacity: 0; filter: alpha(opacity=0); }

.buy-list li .over > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.buy-list li .over .txt-box { margin-bottom: 25px; }

.buy-list li .over .txt-box .name { font-size: 18px; color: #fff; }

.buy-list li .over .txt-box .price { font-size: 15px; color: #fff; opacity: 0.55; filter: alpha(opacity=55); }

.buy-list li .over .btn-box a { display: inline-block; margin-left: 10px; background-repeat: no-repeat; background-position: center center; width: 44px; height: 44px; border: solid 1px #fff; opacity: 0.6; filter: alpha(opacity=60); background-image: url(../images/sub/pro-icon2.png); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.buy-list li .over .btn-box a:first-child { background-image: url(../images/sub/pro-icon1.png); margin-left: 0; }

.buy-list li .over .btn-box a:hover { border: solid 1px #e64940; background-color: #e64940; }

.buy-list li:hover .over, .buy-list li:focus .over { opacity: 1; filter: alpha(opacity=100); }

@media only screen and (max-width: 1199px) { .buy-list li .over { background: none; opacity: 1; }
  .buy-list li .over .dis_tbl, .buy-list li .over .dis_cel { display: block; height: auto; }
  .buy-list li .over .dis_tbl { position: absolute; left: 0; width: 100%; bottom: 0; background: rgba(0, 0, 0, 0.6); text-align: left; padding: 10px 20px; box-sizing: border-box; }
  .buy-list li .over .btn-box { position: absolute; right: 20px; top: 10px; }
  .buy-list li .over .btn-box a { width: 38px; height: 38px; display: block; margin-left: 0; margin-top: 5px; }
  .buy-list li .over .btn-box a:first-child { margin-top: 0; } }

@media only screen and (max-width: 640px) { .buy-list li { width: 49%; }
  .buy-list li .over .dis_tbl { padding: 5px 10px; }
  .buy-list li .over .btn-box { display: none; }
  .buy-list li .over .txt-box { margin-bottom: 0; }
  .buy-list li .over .txt-box .name { font-size: 15px; }
  .buy-list li .over .txt-box .price { font-size: 13px; } }

.buy-view-area .view-img-box, .buy-view-area .view-info { float: left; width: 50%; }

.buy-view-area .view-img-box { border: 1px solid #ddd; text-align: center; }

.buy-view-area .view-img-box img { margin: 0 auto; width: 100%; }

.buy-view-area .view-img-box .img_src { border: 1px solid #ddd; display: block; padding-bottom: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }

.buy-view-area .view-info { padding-left: 30px; }

.buy-view-area .view-info .name-area { margin-bottom: 20px; color: #222; }

.buy-view-area .view-info .name-area .name { font-size: 18px; font-weight: bold; }

.buy-view-area .view-info .name-area .sale { font-size: 22px; font-weight: bold; color: #e64940; }

.buy-view-area .view-info .option-area .clean-table { width: 100%; text-align: left; table-layout: fixed; }

.buy-view-area .view-info .option-area .clean-table th { width: 100px; }

.buy-view-area .view-info .option-area .clean-table th, .buy-view-area .view-info .option-area .clean-table td { padding: 5px; }

.buy-view-area .view-info .option-result-area { margin: 10px 0; }

.buy-view-area .view-info .option-result-area .wrap { display: none; font-size: 14px; }

.buy-view-area .view-info .option-result-area .wrap .item { overflow: hidden; position: relative; padding: 10px 0; border-bottom: 1px solid #ccc; line-height: 22px; zoom: 1; }

.buy-view-area .view-info .option-result-area .wrap .item:first-child { border-top: 1px solid #ddd; }

.buy-view-area .view-info .option-result-area .wrap .item .name { float: left; width: 500px; width: calc(100% - 170px); padding-right: 10px; word-wrap: break-word; word-break: break-all; }

.buy-view-area .view-info .option-result-area .wrap .item .input input { width: 50px; vertical-align: middle; height: 22px; line-height: 22px; padding: 0 5px; }

.buy-view-area .view-info .option-result-area .wrap .item .price { position: absolute; right: 27px; }

.buy-view-area .view-info .option-result-area .wrap .item .del_i { text-align: center; color: #999; border: 1px solid #ddd; position: absolute; right: 0; top: 10px; width: 22px; height: 22px; }

.buy-view-area .view-info .btn-area { margin-top: 30px; }

.buy-view-area .view-info .btn-area > * { width: 50%; float: left; }

.buy-view-area .view-info .sale_sum { text-align: right; color: #e64940; font-size: 30px; font-weight: bold; }

.buy-view-area .view-detail { margin-top: 20px; border-top: solid 1px #ddd; padding-top: 20px; }

@media only screen and (max-width: 640px) { .buy-view-area .view-img-box, .buy-view-area .view-info { width: 100%; }
  .buy-view-area .view-info { padding-left: 0; }
  .buy-view-area .view-info .name-area { font-size: 14px; }
  .buy-view-area .view-info .name-area .name { font-size: 16px; }
  .buy-view-area .view-info .name-area .sale { font-size: 18px; }
  .buy-view-area .view-info .option-area .clean-table th { width: 40px; }
  .buy-view-area .view-info .option-result-area .wrap { font-size: 13px; }
  .buy-view-area .view-info .option-result-area .wrap .item { line-height: 20px; }
  .buy-view-area .view-info .option-result-area .wrap .item .name { width: 500px; width: calc(100% - 140px); }
  .buy-view-area .view-info .option-result-area .wrap .item .input input { width: 40px; height: 20px; line-height: 20px; }
  .buy-view-area .view-info .option-result-area .wrap .item .price { right: 25px; }
  .buy-view-area .view-info .option-result-area .wrap .item .del_i { width: 20px; height: 20px; }
  .buy-view-area .view-info .btn-area { margin-top: 20px; }
  .buy-view-area .view-info .sale_sum { font-size: 22px; } }

.view-detail_tab.tabwrap { position: relative; }

.view-detail_tab.tabwrap .tab-content { position: absolute; top: 70px; width: 100%; left: 0; right: 0; visibility: hidden; display: block; }

.view-detail_tab.tabwrap .tab-content.active { visibility: inherit; visibility: visible; }

.table-tit { font-size: 16px; color: #333; font-weight: normal; margin-bottom: 10px; }

.sub-tit { color: #e64940; font-size: 20px; font-weight: 400; padding-left: 10px; position: relative; overflow: hidden; }

.sub-tit:before { content: ''; position: absolute; width: 3px; height: 15px; top: 50%; left: 0; margin-top: -7.5px; background: #e64940; }

.sub-contents.order { max-width: 900px; margin: 0 auto; }

.order-step { margin-bottom: 30px; }

.order-step li { float: left; width: 23.5%; box-sizing: border-box; margin-left: 2%; font-size: 14px; position: relative; }

.order-step li:first-child { margin-left: 0; }

.order-step li a { cursor: default; padding-left: 5px; border-bottom: solid 1px #999; display: block; padding-bottom: 5px; }

.order-step li a.on { font-weight: normal; color: #e64940; border-bottom: solid 1px #e64940; }

@media only screen and (max-width: 640px) { .order-step { display: none; } }

.cert-btn { text-align: center; }

.cert-btn .dot_list { margin-top: 10px; display: inline-block; text-align: left; }

.cert-btn .dot_list li:before { content: '· '; }

.point { font-size: 18px; color: #e64940; font-weight: normal; }

.table-type-01 { width: 100%; table-layout: fixed; border-top: solid 1px #004b5e; border-bottom: solid 1px #ddd; margin-bottom: 40px; border-top: solid 1px #333333; }

.table-type-01 th { color: #333; text-align: center; font-weight: 500; padding: 10px 0; background: #f8f8f8; }

.table-type-01 td { padding: 10px 0; line-height: 20px; border-top: 1px solid #ddd; text-align: center; }

.table-type-01 .text_left { text-align: left; padding: 0 20px; }

.table-type-01 .notice-b { display: inline-block; padding: 2px 8px; background-color: #489fc4; color: #fff; font-size: 12px; border-radius: 10px; }

.table-type-01 th { background: #fcfcfc; color: #000; font-weight: normal; }

.table-type-01 td { padding: 10px 5px; }

.order-table .price-area { padding: 15px 20px; background: #fcfcfc; border-bottom: solid 1px #ddd; font-size: 13px; }

.order-table .price-area .point { margin-left: 10px; }

.order-table .table-type-01 { margin-bottom: 0; border-top: solid 1px #333333; border-bottom: none; }

.order-table .table-type-01 th { background: #fcfcfc; color: #000; font-weight: normal; }

.order-table .table-type-01 thead th { border-bottom: 1px solid #ddd; }

.order-table .table-type-01 td { border-top: 0; border-bottom: solid 1px #ddd; }

.order-table .table-type-01 td .btn-type-02, .order-table .table-type-01 td .btn-type-01 { width: 90%; height: 40px; line-height: 40px; }

.order-table .table-type-01 td .item_desc-box { display: table; width: 100%; }

.order-table .table-type-01 td .item_desc-box .img-box, .order-table .table-type-01 td .item_desc-box .txt-box { display: table-cell; vertical-align: middle; }

.order-table .table-type-01 td .img-box { width: 100px; }

.order-table .table-type-01 td .img-box .img_src { border: 1px solid #ddd; display: block; padding-bottom: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }

.order-table .table-type-01 td .txt-box { padding-left: 10px; }

.order-table .table-type-01 td .check-box { display: none; }

.order-table .table-type-01 td.text_left { padding: 10px 20px; }

.order-table .table-type-01 td.text_left .mo-info { display: none; }

.order-table .table-type-01 td.text_left .mo-info span { font-weight: normal; color: #333; }

.order-table .table-type-01 td.text_left .mo-info p { margin-top: 5px; }

.order-table .table-type-01 td.text_left .mo-btn { display: none; margin-top: 30px; }

.order-table .table-type-01 td.text_left .mo-btn.one-btn a, .order-table .table-type-01 td.text_left .mo-btn.one-btn input { width: 100%; }

.order-table .table-type-01 td.text_left .mo-btn a, .order-table .table-type-01 td.text_left .mo-btn input { vertical-align: middle; width: 48.1%; margin-left: 2%; }

.order-table .table-type-01 td.text_left .mo-btn a:first-child, .order-table .table-type-01 td.text_left .mo-btn input:first-child { margin-left: 0; }

@media only screen and (max-width: 640px) { .order-table .price-area i { display: block; }
  .order-table .table-type-01 colgroup col { display: none; }
  .order-table .table-type-01 colgroup col:first-child { display: block; }
  .order-table .table-type-01 th.visible { display: block; }
  .order-table .table-type-01 th { display: none; }
  .order-table .table-type-01 td { display: none; }
  .order-table .table-type-01 td.text_left { display: block; padding: 10px; }
  .order-table .table-type-01 td .item_desc-box { display: block; }
  .order-table .table-type-01 td .item_desc-box .img-box, .order-table .table-type-01 td .item_desc-box .txt-box { display: block; }
  .order-table .table-type-01 td .img-box { max-width: 200px; width: 100%; margin: 0 auto 10px; }
  .order-table .table-type-01 td .txt-box { padding-left: 0; width: 100%; height: auto !important; }
  .order-table .table-type-01 td .check-box { display: block; }
  .order-table .table-type-01 td.text_left .mo-info { display: block; }
  .order-table .table-type-01 td.text_left .mo-btn { margin-top: 30px; display: block; } }

.return-table .order-num a { text-decoration: underline; }

.return-table .table-type-01 { margin-bottom: 0; border-top: solid 1px #333333; border-bottom: none; }

.return-table .table-type-01 th { background: #fcfcfc; color: #000; font-weight: normal; }

.return-table .table-type-01 td { border-bottom: solid 1px #ddd; }

.return-table .table-type-01 td .btn-type-02, .return-table .table-type-01 td .btn-type-01 { width: 90%; height: 40px; line-height: 40px; }

.return-table .table-type-01 td.text_left { text-align: center; padding: 10px 20px; }

.return-table .table-type-01 td.text_left .mo-info { display: none; }

.return-table .table-type-01 td.text_left .mo-info span { font-weight: normal; color: #333; }

.return-table .table-type-01 td.text_left .mo-info p { margin-top: 5px; }

.return-table .table-type-01 td.text_left .mo-btn { display: none; margin-top: 30px; }

.return-table .table-type-01 td.text_left .mo-btn.one-btn a, .return-table .table-type-01 td.text_left .mo-btn.one-btn input { width: 100%; }

.return-table .table-type-01 td.text_left .mo-btn a, .return-table .table-type-01 td.text_left .mo-btn input { vertical-align: middle; width: 48.1%; margin-left: 2%; }

.return-table .table-type-01 td.text_left .mo-btn a:first-child, .return-table .table-type-01 td.text_left .mo-btn input:first-child { margin-left: 0; }
@media only screen and (max-width: 640px) { .return-table .table-type-01 colgroup col { display: none; }
  .return-table .table-type-01 colgroup col:nth-child(1) { display: block; }
  .return-table .table-type-01 th:nth-child(1) { display: block; }
  .return-table .table-type-01 th { display: none; }
  .return-table .table-type-01 td { display: none; }
  .return-table .table-type-01 td .order-num { color: #e64940; font-size: 17px; font-weight: 500; margin-bottom: 10px; }
  .return-table .table-type-01 td:nth-child(1) { text-align: left; display: block; padding: 10px; }
  .return-table .table-type-01 td:nth-child(1) .mo-info { display: block; }
  .return-table .table-type-01 td:nth-child(1) .mo-btn { margin-top: 0; display: block; }
  .return-table .table-type-01 .mo-btn .return-btn{margin-top:10px;}
  .return-table .table-type-01 td .txt-box { width: 100%; height: auto; } }
.import-txt { margin-top: 30px; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding: 30px 10px; }

.import-txt p { color: #999; font-size: 13px; margin-top: 20px; }

.import-txt p:first-child { margin-top: 0; }

.import-txt .deliver-txt p { margin-top: 0; }

.rel_product-slick .sub-tit { margin-bottom: 20px; }

.rel_product-slick .slick { padding: 0 20px; }

.rel_product-slick .slick-arrow { font-size: 20px; }

.rel_product-slick .item { width: 100%; display: block; padding: 0 10px; }

.rel_product-slick .item:hover .img-box .img_src { border-color: #e64940; }

.rel_product-slick .txt-box { font-size: 14px; margin-top: 5px; display: block; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: auto; }

.rel_product-slick .img-box { width: 100%; }

.rel_product-slick .img-box .img_src { width: 100%; border: 1px solid #ddd; display: block; padding-bottom: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }

@media only screen and (max-width: 640px) { .rel_product-slick .sub-tit { margin-bottom: 10px; }
  .rel_product-slick .slick { padding: 0 15px; }
  .rel_product-slick .slick-arrow { font-size: 15px; }
  .rel_product-slick .item { padding: 0 5px; }
  .rel_product-slick .txt-box { font-size: 13px; } }

.point_now { text-align: center; padding: 30px 10px; border: 1px solid #ddd; }

.point_now p { margin-top: 10px; font-size: 18px; color: #e64940; }

.point_table-console { background-color: #f7f7f7; padding: 5px 0; margin-top: 10px; margin-bottom: 10px; text-align: center; font-size: 13px; }

.point_table-console .dis_cel { display: table-cell; vertical-align: middle; padding: 0 2px; }

.point_table-console .btn { background-color: #fff; display: inline-block; border: 1px solid #ddd; color: #444; }

.point_table-console a, .point_table-console input, .point_table-console select, .point_table-console button { width: 100%; height: 34px; line-height: 34px; }

.point_table-console .col_1 .dis_cel { width: 25%; }

.point_table-console .col_3 .dis_cel { width: 60px; }

.point_table-console .col_3 .dis_cel:first-child { width: auto; }

@media only screen and (max-width: 900px) { .point_table-console .col_1 { margin-bottom: 5px; }
  .point_table-console .col_1 .dis_tbl { max-width: 360px; margin: 0 auto; } }

@media all and (max-width: 480px) { .point_table-console .col_2, .point_table-console .col_3 { width: 100%; }
  .point_table-console .col_2 { margin-bottom: 5px; } }


/* 2018-08-06 */
.slick_menu_nav .src,
.slick_menu .src{padding-top:60%;background-size:contain;background-position:center;width:100%;display:block;background-repeat:no-repeat;}
.slick_menu_nav .src{background-size:cover;border:1px solid #ddd;}
/* 2018-08-27 */

.wine_2{max-width:1200px; margin:0 auto;}

.wine_2 .table-view-02 { border-bottom: 1px solid #999; border-right: 1px solid #999; text-align: center; }

.wine_2 .tbl_tit {font-size:30px;color:#222;margin-bottom:10px; letter-spacing:-0.5px;}

.wine_2 .tbl_tit img{vertical-align:middle;}

.wine_2 .table-view-02 td, .wine_2 .table-view-02 th { border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; }

.wine_2 .table-view-02 tr:first-child th, .wine_2 .table-view-02 tr:first-child td { border-top-color: #999; }

.wine_2 .table-view-02 thead th, .wine_2 .table-view-02 thead td { background-color: #ededed; }

.wine_2 .table-view-02 tbody td { background-color: #edf2e6; }

.wine_2 .table-view-02 .txt { font-weight: 300; text-align: left; letter-spacing:-0.5px; padding:10px; word-break:keep-all;}

.wine_2 ._gall {font-size:24px}

.wine_2 .tit_label {font-size:24px; text-align:left; margin-bottom:30px; color: #fff; display: block; font-weight: bold; }

.wine_2 .tit_label span { padding:0 10px; line-height: 51px; display: inline-block; background-color: #e64940; min-width: 300px; position: relative; }

.wine_2 .tit_label span:after { content: ''; position: absolute; right: -70px; top: 0; bottom: 0; display: block; width: 71px; background-image: url(../images/train/title_bg.png); background-repeat: no-repeat; }

@media only screen and (max-width:900px){
	.wine_2 .tbl_tit {font-size:24px;}
	.wine_2 .tbl_tit img{width:25px;}
	.wine_2 .table-view-02 .txt { padding:5px;}
	.wine_2 ._gall {font-size:15px}
	.wine_2 .tit_label {font-size:16px;}
	.wine_2 .tit_label span { line-height: 36px; min-width:150px}
	.wine_2 .tit_label span:after { right: -70px; width: 71px; background-size:contain; }
	.term_tab li{width:50%}
	.term_tab.tabwrap .tab li > a{font-size:14px}	
	.term_tab.tabwrap .tab li:nth-child(3) {border-left:1px solid #ddd;}
	.term_tab.tabwrap .tab li + li + li{margin-top:-1px}
}

.table-form-01 #uzip + .table-btn{
	width:28%;
	margin-left:0;
}
/* 2018-08-30 */
#patron_info{max-width:700px;word-break:keep-all;}
#patron_info .tabwrap > .tab{margin-bottom:20px;}
#patron_info .table-type-01{table-layout:auto;margin-bottom:10px;}
#patron_info .table-type-01 tbody td{text-align:right}
#patron_info .table-type-01 tbody td.text_left{text-align:left}

/* 2018-09-13 */
@media all and (max-width:1200px){
	.view-detail_tab #tab1 img,
	.view-detail_tab #tab2 img{
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
}

/* 2018-09-27 */
.m_eng_btn img{width:30px;}
.m_eng_btn{
display:none;
position:absolute;
left:10px;
top:50%;
margin-top:-13px;
}

@media all and (max-width:640px){
	.m_eng_btn{display:block}
}