@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


/* common*/
* {max-height: 1000000px;/* touch-action: pan-y; */}
html,body {width:100%; /* height:100%; */ margin:0; padding:0;}
body {font-weight:400;font-style:normal;-webkit-text-size-adjust: 100%;color:#222;}
a {text-decoration:none;color:#222;}
a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active {text-decoration:none !important;}
a:focus {text-decoration:underline}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, sub {font-size:1em;}
table {border:none;border-collapse:collapse;border-spacing:0;}
td,th {border:0 none;}
address,strong{font-style:normal;font-weight:normal;}
textarea{font-size:12px;}
fieldset,img,abbr,acronym {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-weight:normal;font-style:normal;}
img,fieldset,iframe {border:0;}
img,fieldset {border:none;}
img {border:0 !important}
img, input, button, select, textarea {vertical-align:middle;}
hr {overflow:hidden;position:absolute;top:0;left:0;}
ol,ul {list-style:none}
q:before, q:after {content:''}
caption, legend {overflow:hidden;font-size:0;line-height:0;height:0;width:0;text-indent:-999em;}
legend {display:none !important;}
hr {visibility:hidden;font-size:0;width:0;height:0;line-height:0;}

body {font-family: "Noto Sans", sans-serif;}
body * {word-break:keep-all;}
.clear {clear:both;display:block;}

.t-center {text-align:center;}

/* @font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

#wrap {}

.mb40 {margin-bottom:40px;}

.container {max-width:100%;margin:0 auto;padding:0 15px;}
.container-board {margin-bottom:80px; }

.frame {position:fixed;width:1792px;height:100%;top:0;left:50%;margin-left:-896px;z-index:-1;}
.frame div:nth-child(1) {position:absolute;width:1px;height:100%;left:0;top:0;background:#e6d1c8;}
.frame div:nth-child(2) {position:absolute;width:1px;height:100%;right:0;top:0;background:#e6d1c8;}
.line1 {position:relative;margin-bottom:130px;height:1px;z-index:-1;}
.line1 div {position:absolute;width:100%;height:1px;background:#e6d1c8;}
.line1.line2 {margin-bottom:80px;}
.line1.line3 {margin-bottom:0;}

.top-bn {position:fixed;left:0;top:0;width:100%;height:40px;z-index:1000;overflow:hidden;}
.top-bn ul li {width:100%;height:40px;text-align:center;font-size:20px;line-height:43px;font-weight:400;}
.top-bn ul li.bn1 {background:#cda188;}
.top-bn ul li.bn2 {background:#232323;color:#fff;}
.top-bn ul li.bn3 {background:#cda188;}
.top-bn ul li span {font-weight:600;}

.hd_empty {height:121px;}
#header {position:fixed;left:0;top:40px;width:100%;line-height:81px;height:81px;background:#fff;z-index:1000;border-bottom:1px solid #e6d1c8;}
#header #m_call {width:24px;height:24px;background:url('../img/m_call.png') no-repeat center;background-size:cover;position:absolute;left:14px;top:14px;display:none;}
#header #m_call a {width:100%;height:100%;display:block;}
#header .hd_logo {position:absolute;left:20px;top:0;padding:0 40px;}
#header .hd_logo a {}
#header .hd_logo img {width:200px;}

#header .m_menu {width:42px;height:29px;position:absolute;right:40px;top:24px;cursor:pointer;display:none;z-index:120;}
#header .m_menu.open {}
#header .m_menu div {width:100%;height:2px;background:#000;display:block;transition:.3s;position:absolute;right:0;}
#header .m_menu div:nth-child(1) {top:0;}
#header .m_menu div:nth-child(2) {top:10px;}
#header .m_menu div:nth-child(3) {top:20px;}
#header .m_menu.open div:nth-child(1) {transform:rotate(-45deg) translateY(14px);}
#header .m_menu.open div:nth-child(2) {display:none;}
#header .m_menu.open div:nth-child(3) {transform:rotate(45deg) translateY(-14px);}

#header .gnb {text-align:center;padding-left:60px;}
#header .gnb > ul > li {display:inline-block;}
#header .gnb > ul > li > a {font-size:16px;color:#222;width:100%;height:100%;display:block;padding:0 12px;font-weight:500;position:relative;}
#header .gnb > ul > li > a::before {content:"";position:absolute;left:0;bottom:0;width:0;height:4px;background:#ebb89a;transition:.3s;left:50%;transform:translate(-50%,0);}
#header .gnb > ul > li:hover > a::before {width:100%;}
#header .gnb > ul > li > a.on::before {width:100%;}
#header .gnb > ul > li .submenu {position:absolute;background:rgba(255,255,255,1);width:100%;left:0;top: 81px; padding:0 0;display:none;text-align:center;height:52px;border-bottom:1px solid #efefef;}
#header .gnb > ul > li .submenu.on-fixed {display:block;}
#header .gnb > ul > li.on .submenu {z-index:1;}
#header .gnb > ul > li .submenu ul {display:inline-block;}
#header .gnb > ul > li .submenu ul li {line-height:40px;float:left;margin:0 20px;}
#header .gnb > ul > li .submenu ul li:last-child {border-bottom:0;}
#header .gnb > ul > li .submenu ul li a {font-size:16px;color:#000;width:100%;height:100%;display:block;height:52px;line-height:52px;}
#header .gnb > ul > li .submenu ul li a:hover {color:#555;}
#header .gnb > ul > li .submenu ul li a.wait {opacity:.3;}
#header .gnb > ul > li .submenu ul li.on a {color:#bd8766;}

#header .hd_right {position:absolute;right:20px;top:0;padding:0 40px;}
#header .hd_right > ul > li {float:left;margin:0 10px;}
#header .hd_right > ul > li a {font-size:15px;color:#222;}
#header .hd_right > ul > li.lang a {border:1px solid #000;padding:0 5px;}
#header .hd_right > ul > li.language {position:relative;font-size:13px;margin-left:20px;}
#header .hd_right > ul > li.language p {padding-right: 25px; padding-bottom: 3px;}
#header .hd_right > ul > li.language img {border:0.5px solid #ccc !important;position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);}
#header .hd_right > ul > li.language .drop {position:absolute;right:0px;bottom:-22px;display:none;}
#header .hd_right > ul > li.language .drop a {padding:5px;}
#header .hd_right > ul > li.language:hover .drop {display:block;}
#header .hd_right > ul > li.language .drop2 {position:absolute;right:0px;bottom:-44px;display:none; z-index: 10;}
#header .hd_right > ul > li.language .drop2 a {padding:5px;}
#header .hd_right > ul > li.language .drop2 a img {width: 20px;}
#header .hd_right > ul > li.language:hover .drop2 {display:block;}

#m_menu {position:fixed;width:100%;height:100vh;right:0;background:rgba(0,0,0,.7);z-index:1000;display:none;top:110px;}
#m_menu .m-gnb {overflow-y:scroll;height:89%;width:80%;background:#fff;float:right;}
#m_menu .m-gnb .language {padding:5% 4%;border-bottom:1px solid #eef0f2;}
#m_menu .m-gnb .language img {border:0.5px solid #ccc !important; width: 20px;}
#m_menu .m-gnb .language img.drop-icon {border:0 !important;}
#m_menu .m-gnb .language p {font-size:13px;position:relative;display: flex;align-items: center;gap: 5px;}
#m_menu .m-gnb .language .drop {display:none;position:absolute;left: 66px;bottom:-18px;}
#m_menu .m-gnb .language .drop a {}
#m_menu .m-gnb .language .drop.on {display:block;}
#m_menu .m-gnb .language .drop.other {bottom:-36px;}

#m_menu .m-gnb .m-member {overflow:hidden;border-bottom:1px solid #eef0f2;}
#m_menu .m-gnb .m-member a {width:50%;float:left;padding:4% 4%;font-size:15px;}
#m_menu .m-gnb .m-member a:first-child {border-right:1px solid #eef0f2;background:url('../img/login1.gif') no-repeat 90% center;background-size:14px;}
#m_menu .m-gnb .m-member a:last-child {background:url('../img/login2.gif') no-repeat 90% center;background-size:20px;}
#m_menu .m-gnb > ul > li {border-bottom:1px solid #eef0f2;}
#m_menu .m-gnb ul li > p {font-size:16px;padding:4% 4%;background:url('../img/arrow_down.png') no-repeat 95% center;}
#m_menu .m-gnb ul li.open > p {background-image:url('../img/arrow_up.png')}
#m_menu .m-gnb ul li .submenu {display:none;background:#eef0f2;padding:2% 0;}
#m_menu .m-gnb ul li .submenu ul li {}
#m_menu .m-gnb ul li .submenu ul li a {display:block;padding:2% 7%;font-size:14px;letter-spacing:-1px;}
#m_menu .m-gnb ul li .submenu ul li a::before {content:"-";margin-right:4px;}
#m_menu .m-gnb ul li .submenu ul li a.wait {opacity:.3;}
#m_call {}

/* 250911 lnb 추가 */
#m_lnb {position:fixed;width:100%; right: 0; top: 80px;z-index:999;display: none; }
#m_lnb .lnb_sub {position: absolute; left:100%;  width:100%; top: 0; background-color: #fff;}
#m_lnb .lnb_sub ul {display: flex; flex-direction: column;}
#m_lnb .lnb_sub ul li a {color: #000; font-size: 14px; font-weight: 400; line-height: 20px; display: inline-block; padding: 12.5px 10px;border-bottom: 1px solid #EEF0F2; width: 100%;border-left: 1px solid #EEF0F2;}
#m_lnb .lnb_sub ul li a.wait {color: #00000030}
#m_lnb .lnb_sub ul li.on a {border-left: 0;}
#m_lnb > ul {display: flex; flex-direction: column; width: 50%; background-color: #fff; position: relative;}
#m_lnb > ul .lnb_has > p {color: #000; font-size: 14px; font-weight: 400; line-height: 20px; display: inline-block; padding: 12.5px 10px; width: 100%; border-bottom: 1px solid #EEF0F2; border-right: 1px solid #EEF0F2;}
#m_lnb > ul .lnb_has.current,
#m_lnb .lnb_sub ul li:first-child { position: relative;}
#m_lnb > ul .lnb_has.current::before,
#m_lnb .lnb_sub ul li:first-child::before {position: absolute; content: ""; right: 10px; top: 50%; transform: translateY(-50%); background-image: url("../img/lnb_dropdown_icon.svg"); background-repeat: no-repeat; background-size: cover; width: 10px; height: 5px; transition: all 0.1s ease;}
/* 대메뉴 펼침일 때 회전 */
#m_lnb .lnb_has.current.main-open::before { transform: translateY(-50%) rotate(180deg); transition: all 0.1s ease;}
/* 소메뉴 드롭다운 열릴 때 회전 */
#m_lnb .lnb_has.sub-open .lnb_sub ul li:first-child::before { transform: translateY(-50%) rotate(180deg); transition: all 0.1s ease;}

#footer {background:#212121;color:#fff;padding:60px 0;overflow:hidden;}
#footer .container > div {float:left;}
#footer .ft-logo {width:10%;margin-right:2%;padding-top:60px;}
#footer .ft-info {width:21%;margin-right:1%;}
#footer .ft-info .t01 {font-size:18px;color:#ebb799;}
#footer .ft-info .t02 {font-size:26px;margin-bottom:10px;}
#footer .ft-info .t03 {font-size:18px;}
#footer .ft-info .t03 ul li {margin-top:2px; display: flex; width: 100%;}
#footer .ft-info .t03 ul li:first-child span:first-child {letter-spacing:1px; }
#footer .ft-info .t03 span:first-child {display:inline-block;width:92px;}
#footer .ft-map {width:40%;height:200px;overflow:hidden;margin-right:2%;}
#footer .ft-info2 {width:24%;}
#footer .ft-info2 .t01 {font-size:18px;color:#ebb89a;}
#footer .ft-info2 .t02 {font-size:20px;letter-spacing:-1px;}
#footer .ft-info2 .t02::after {content:"";width:40px;height:1px;background:#fff;display:block;margin:15px 0;}
#footer .ft-info2 .t03 {margin-bottom:20px;}
#footer .ft-info2 .t03 ul li {font-size:18px;margin-bottom:5px;}
#footer .ft-info2 .t03 ul li img {vertical-align:-5px;}
#footer .ft-info2 .t04 {overflow:hidden;}
#footer .ft-info2 .t04 ul li {float:left;width:38px;height:38px;line-height:33px;border:1px solid #fff;text-align:center;margin-right:10px;}
#footer .ft-info2 .t04 ul li:hover {background:rgba(255,255,255,.2);}
#footer .ft-info2 .t04 ul li a {width:100%;height:100%;display:block;}
.footer-copy {text-align:center;padding:30px;}
.footer-copy p {font-size:14px;color:#212121;line-height:30px; word-break: keep-all;}
.footer-copy p span {display:inline-block;margin:0 10px;opacity:.5;}

/* #quickmenu {position:fixed;width:90px;top:20%;right:0;z-index:100;box-shadow: 0 0 10px rgba(0,0,0,.05);}
#quickmenu ul li {width:100%;height:80px;background:#fff;text-align:center;overflow:hidden;position:relative;}
#quickmenu ul li:nth-child(1) {background:url('../img/q_youtube.png') no-repeat center 18px #fff;}
#quickmenu ul li:nth-child(2) {background:url('../img/q_online.png') no-repeat center 15px #fff;}
#quickmenu ul li:nth-child(3) {background:url('../img/q_quick.png') no-repeat center 15px #fff;}
#quickmenu ul li:nth-child(4) {background:url('../img/q_map.png') no-repeat center 15px #fff;}
#quickmenu ul li::after {content:"";width:90%;height:1px;left:5%;background:#e8e8e8;position:absolute;bottom:0;}
#quickmenu ul li:last-child::after {display:none;}
#quickmenu ul li a {width:100%;height:100%;display:block;padding-top:50px;font-size:13px;letter-spacing:-1px;}
#quickmenu p {background:#212121;text-align:center;padding:10px 0;}
#quickmenu p span {color:#fff;display:block;}
#quickmenu p span:first-child {font-size:11px;}
#quickmenu p span:last-child {color:#ebb89a;font-size:14px;font-weight:500;}
#quickmenu p span:last-child b {font-size:12px;font-weight:400;}
#quickmenu .event-bn {}
#quickmenu .top-btn {background:#212121;font-size:14px;padding:10px 0;color:#fff;text-align:center;cursor:pointer;} */

.quick-counsel {position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000;display:none;}
.quick-counsel .counsel-bg {position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:-1;}
.quick-counsel .quick-box {width:660px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:15px;overflow:hidden;}
.quick-counsel .quick-top {text-align:center;background:#252525;padding:20px;}
.quick-counsel .quick-top p {font-size:15px;color:#fff;margin-top:5px;}
.quick-counsel .quick-bottom {padding:10px 35px 30px;background:#fff;}
.quick-counsel .quick-form {}
.quick-counsel .quick-form ul li {overflow:hidden;border-bottom:1px solid #ccc;display:flex;}
.quick-counsel .quick-form ul li:last-child {border-bottom:0;}
.quick-counsel .quick-form ul li .q-tit {float:left;width:20%;padding:15px 0;font-size:15px;display:flex;align-items:center;}
.quick-counsel .quick-form ul li .q-tit label::before {content:"*";margin-right:5px;color:#e95c5c;vertical-align:-2px;}
.quick-counsel .quick-form ul li .q-input {float:left;width:80%;padding:15px 0;}
.quick-counsel .quick-form ul li .q-input input[type="text"] {width:100%;height:40px;border:1px solid #ccc;padding:7px;font-size:15px;}
.quick-counsel .quick-form ul li .q-input select {width:100%;height:40px;border:1px solid #ccc;padding:7px;font-size:15px;}
.quick-counsel .quick-form ul li .q-input input[type="radio"] {margin-right:5px;}
.quick-counsel .quick-form ul li .q-input label {margin-right:20px;font-size:15px;cursor:pointer;}
.quick-counsel .q-agree {background:#f0f0f0;padding:12px;margin-bottom:10px;border-radius:5px;}
.quick-counsel .q-agree label {cursor:pointer;font-size:15px;}
.quick-counsel .q-agree a {color:#414141;font-size:13px;vertical-align:-1px;}
.quick-counsel .q-submit input {width:100%;height:55px;background:#a5755b;color:#fff;font-size:18px;border:0;border-radius:5px;}

.quick-btns {position:fixed;right:24px;bottom:24px;z-index:100;}
.quick-btns ul {display: flex; flex-direction: column; gap: 20px 0;
}
.quick-btns ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: space-between;
}
.quick-btns ul li span {
  text-align: right;
  flex: 1;
}
.quick-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.quick-btns ul li a img {
  width: 20px;
}

/* .quick-btns ul li {width:170px;height:48px;line-height:48px;background:#fff;text-align:center;font-size:16px;border-radius:24px;margin-top:10px;cursor:pointer;box-shadow: 0 0 10px rgb(0 0 0 / 15%);}
.quick-btns ul li.q-btn1 {background:#304a6e;color:#fff;}
.quick-btns ul li.q-btn2 {background:#fff;}
.quick-btns ul li img {margin-right:4px;}
.quick-btns ul li img {width: 30px;}
.quick-btns ul li.q-btn2 img {vertical-align:-7px;}
.quick-btns ul li a {width:100%;height:100%;display:block;font-weight:500;} */

.mquick-btns {position:fixed;right:4%;bottom:4%;z-index:100;display:none;}
.mquick-btns .mquick-btn {position:absolute;width:40px;height:40px;border-radius:50%;box-shadow: 0 0 10px rgb(0 0 0 / 15%);transition:.3s;top:0;opacity:0;z-index:0;}
.mquick-btns .mquick-btn a {width:100%;height:100%;display:block;border-radius:50%;}
.mquick-btns .mquick-kakao {background:url('../img/mq_whatsapp.svg') no-repeat center #fff;background-size:50% auto;}
.mquick-btns .mquick-kakao::after {content:"WhatsApp";position:absolute;right:50px;top:0;font-size:11px;line-height:40px;font-weight:500;}
.mquick-btns .mquick-counsel {background:url('../img/mq_insta.svg') no-repeat center #fff;background-size:50% auto;}
.mquick-btns .mquick-counsel::after {content:"Instagram";position:absolute;right:50px;top:0;font-size:11px;line-height:40px;font-weight:500;}
.mquick-btns .mquick-event {background:url('../img/mq_youtube.svg') no-repeat center #fff;background-size:40% auto;}
.mquick-btns .mquick-event::after {content:"YouTube";position:absolute;right:50px;top:0;font-size:11px;line-height:40px;font-weight:500;}
.mquick-btns .mquick-bnf {background:url('../img/mq_bnf.svg') no-repeat center #fff;background-size:40% auto;}
.mquick-btns .mquick-bnf::after {content:"B&A";position:absolute;right:50px;top:0;font-size:11px;line-height:40px;font-weight:500;}
.mquick-btns .control-btn {background:#bd957e;width:40px;height:40px;border-radius:50%;transition:.3s;box-shadow: 0 0 10px rgb(0 0 0 / 15%);position:relative;z-index:1;}
.mquick-btns .control-btn div {width:20px;height:2px;background:#fff;display:block;transition:.3s;position:absolute;right:0;left:50%;margin-left:-10px;}
.mquick-btns .control-btn div:first-child {transform: rotate(90deg) translateY(0);top:19px;}
.mquick-btns .control-btn div:last-child {top:19px;}
.mquick-btns.open .control-btn {background:#5c4e43;transform: rotate(45deg) translateY(0);}
.mquick-btns.open .mquick-btn {opacity:1;}
.mquick-btns.open .mquick-btn:nth-child(1) {top:-50px;}
.mquick-btns.open .mquick-btn:nth-child(2) {top:-100px;}
.mquick-btns.open .mquick-btn:nth-child(3) {top:-150px;}
.mquick-btns.open .mquick-btn:nth-child(4) {top:-200px;}

.pop_video_wrap {position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9990;text-align:center;display:none;}
.pop_video_wrap .pop_video {width:54%;position:relative;top:20%;left:0;padding-bottom:30.35%;text-align:center;margin:0 auto;}
.pop_video_wrap .pop_video iframe {position:absolute;width:100%;height:100%;left:0;top:0;}
.pop_video_wrap .close_btn {text-align:center;background:#cda188;position:absolute;right:0;top:0;box-sizing:border-box;padding:0;line-height:0;padding:20px;cursor:pointer;}

.eventview-btn {position:fixed;right:3%;bottom:50px;z-index:100;background:#304a6e;width:100px;height:100px;text-align:center;border-radius:50%;padding-top:23px;cursor:pointer;}
.eventview-btn span {display:block;color:#fff;font-size:14px;letter-spacing:-1px;}

.meventview-btn {position:fixed;left:0;bottom:0;width:100%;padding:2% 2%;overflow:hidden;display:none;}
.meventview-btn ul li {text-align:center;width:49%;line-height:35px;padding:1%;float:left;border-radius:10px;box-sizing:border-box;font-size:14px;font-weight:500;}
.meventview-btn ul li:nth-child(1) {background:#fee54d;color:#371c1d;margin-right:2%;}
.meventview-btn ul li:nth-child(1) a {color:#371c1d;}
.meventview-btn ul li:nth-child(2) {background:#304a6e;color:#fff;}
.meventview-btn ul li a {width:100%;height:100%;display:block;}
.meventview-btn ul li img {width:20px;margin-right:4px;}

.event-counsel {position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000;display:none;}
.event-counsel .counsel-bg {position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:-1;}
.event-counsel .quick-box {width:660px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:15px;overflow:hidden;}
.event-counsel .quick-top {text-align:center;background:#252525;padding:20px;}
.event-counsel .quick-top p {font-size:22px;color:#fff;margin-top:5px;}
.event-counsel .quick-bottom {padding:10px 35px 30px;background:#fff;}
.event-counsel .quick-form {}
.event-counsel .quick-form ul li {overflow:hidden;border-bottom:1px solid #ccc;display:flex;}
.event-counsel .quick-form ul li:last-child {border-bottom:0;}
.event-counsel .quick-form ul li .q-tit {float:left;width:20%;padding:15px 0;font-size:15px;display:flex;align-items:center;}
.event-counsel .quick-form ul li .q-tit label::before {content:"*";margin-right:5px;color:#e95c5c;vertical-align:-2px;}
.event-counsel .quick-form ul li .q-input {float:left;width:80%;padding:15px 0;}
.event-counsel .quick-form ul li .q-input input[type="text"] {width:100%;height:40px;border:1px solid #ccc;padding:7px;font-size:15px;}
.event-counsel .quick-form ul li .q-input select {width:100%;height:40px;border:1px solid #ccc;padding:7px;font-size:15px;}
.event-counsel .quick-form ul li .q-input input[type="radio"] {margin-right:5px;}
.event-counsel .quick-form ul li .q-input label {margin-right:20px;font-size:15px;cursor:pointer;}
.event-counsel .q-agree {background:#f0f0f0;padding:12px;margin-bottom:10px;border-radius:5px;}
.event-counsel .q-agree label {cursor:pointer;font-size:15px;}
.event-counsel .q-agree a {color:#414141;font-size:13px;vertical-align:-1px;}
.event-counsel .q-submit input {width:100%;height:55px;background:#a5755b;color:#fff;font-size:18px;border:0;border-radius:5px;}

#bo_w .write_div.btn_confirm {text-align:center;}
.file-info {vertical-align:middle;color:#555;}
#wrap #bo_v_info {margin-bottom:40px;}

#wrap .chk_box input[type="checkbox"] + label:hover {color:#c57c4f;}
#wrap #bo_list tbody tr:hover {border-color:#c57c4f;}
#wrap .chk_box input[type="checkbox"]:checked + label span {border-color:#c57c4f;background-color:#c57c4f;}
#wrap #bo_v_title .bo_v_tit {text-align:center;font-weight:400;}

#wrap .member_connect button {border-color:#c57c4f;background-color:#c57c4f;}
#wrap .tooltip_icon:hover {color:#c57c4f;}
#wrap .fregister_agree input[type="checkbox"]:checked + label span {border-color:#c57c4f;background-color:#c57c4f;}
#wrap .fregister_agree input[type="checkbox"] + label:hover {color:#c57c4f;}