@charset "utf-8";
/* SIR 지운아빠 */

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.75em;background:#f8f8f8;height:100%;font-family:'Malgun Gothic', dotum, sans-serif}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family:'Malgun Gothic', dotum, sans-serif}
select {margin:0;background:none;font-family:'Malgun Gothic', dotum, sans-serif}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd {padding:0;margin:0}
ul {list-style:none}

address, em, i {font-style:normal;}

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

/*icon*/
i[class*=icon-], i[class^=icon-] { display: inline-block; text-align: center; text-indent: -9999px; font-size: 1px; overflow: hidden; width: 20px; height: 20px; background-position: center; background-repeat: no-repeat; background-size: auto; }
i[class*=icon-]._cover, i[class^=icon-]._cover { background-size: contain; }
i.icon-menu { background-image: url("/img/common/icon_menu.png"); background-size: contain; width: 40px; height: 40px; }
i.icon-menu-close { background-image: url("/img/common/icon_menu_close.png"); background-size: contain; width: 40px; height: 40px; }
i.icon-rv { background-image: url("/img/common/icon_reservation.png"); background-size: auto; width: 40px; height: 40px; }
i.icon-prev { background-image: url("/img/common/icon_prev.png"); background-size: contain; width: 80px; height: 80px; }
i.icon-next { background-image: url("/img/common/icon_next.png"); background-size: contain; width: 80px; height: 80px; }
i.icon-list { background-image: url("/img/common/icon_list.png"); background-size: auto; width: 12px; height: 12px; }
i.icon-plus { background-image: url("/img/common/mn_plus.png"); background-size: auto; width: 30px; height: 30px; }


@media all and (max-width: 768px) { i.icon-menu { background-size: contain; width: 27px; height: 27px; }
  i.icon-menu-close { background-size: contain; width: 27px; height: 27px; }
}

@media all and (max-width: 500px) { i.icon-menu { background-size: contain; width: 20px; height: 20px; }
  i.icon-menu-close { background-size: contain; width: 20px; height: 20px; }
  i.icon-rv {background-size: auto 15px; width: 30px; height: 30px; }
}
@media all and (max-width: 375px) {
  i.icon-rv {background-size: auto 12px; width: 20px; height: 25px; background-position-y: 5px !important;}
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 상단 레이아웃 */
#site_wrap { position:relative; max-width:768px; margin:0 auto; }
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#header { position: fixed; z-index: 5002; width: 100%; top: 0; left: 0; text-align: center; height: 130px; background: #fff; border-bottom: 1px solid #dddddd; -webkit-transition: hegith 0.2s, background  0.2s; -moz-transition: hegith 0.2s, background  0.2s; -o-transition: hegith 0.2s, background  0.2s; -ms-transition: hegith 0.2s, background  0.2s; transition: hegith 0.2s, background  0.2s; }

#header .wrap { max-width: 768px; position: relative; margin:0 auto; padding-left: 170px; padding-right: 170px; }
#header .wrap::after { display: block; content: ""; clear: both; }


#header #logo { position: absolute; top: 40px; left: 0; max-width: 170px; }
#header #logo a { display: block; }
#header img { width: auto; max-width: 100%; display: block; }

#header .menu-right { position: absolute; top: 42px; right: 0; max-width: 170px; padding-right: 73px; }
#header .menu-right .btn-allMenu, #header .menu-right .btn-allMenu-m { display: block; position: absolute; top: 0; right: 0; width: 40px; height: 40px; }
#header.main.on { background: transparent; border-bottom: rgba(255, 255, 255, 0); box-sizing: content-box; }
#header.main.on #logo { position: absolute; top: 40px; left: 0; max-width: 300px; }
#header.main.on #logo a { display: block; width: 300px; height: 60px; background: url('/img/mobile/main/t_logo_w.png') no-repeat left top; background-size: contain; }
#header.main.on #logo a img { display: none; }
#header.main.on #gnb ul li a { color: #fff; }
#header.main.on .menu-right .btn-allMenu-m i.icon-menu { background-image: url('/img/common/icon_menu_main.png');  }



@media all and (max-width: 1219px) { 
	#header.main.on { background: rgba(0, 0, 0, 0.15); }
  /*header*/
  #header .menu-right, #header.main.on .menu-right { top: 0; }
  #header #gnb, #header .menu-right .sns-menu, #header.main.on #gnb, #header.main.on .menu-right .sns-menu { display: none; }
  #header .btn-allMenu, #header .btn-allMenu-m, #header.main.on .btn-allMenu, #header.main.on .btn-allMenu-m { position: absolute; top: 0; }
  #header .btn-allMenu i, #header .btn-allMenu-m i, #header.main.on .btn-allMenu i, #header.main.on .btn-allMenu-m i { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  #header #logo a, #header.main.on #logo a { -webkit-tap-highlight-color: transparent; background-position: left top; }
  #header .menu-right .btn-allMenu, #header.main.on .menu-right .btn-allMenu { display: none; }
  #header .menu-right .btn-allMenu-m, #header.main.on .menu-right .btn-allMenu-m { display: block; }
  #header.main.on { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #header, #header.main.on { height: 98px; }
  #header .wrap, #header.main.on .wrap { padding-left: 128px; padding-right: 90px; }
  #header .menu-right .btn-allMenu, #header .menu-right .btn-allMenu-m, #header.main.on .menu-right .btn-allMenu, #header.main.on .menu-right .btn-allMenu-m { height: 98px; } 
}

@media all and (max-width: 768px) { 
	
  #header, #header.main.on { height: 85px; }
  #header .wrap, #header.main.on .wrap { padding-left: 200px; padding-right: 78px; }
  #header #logo, #header.main.on #logo { top: 25px; max-width: 200px; left:10px; }
  #header #logo img, #header.main.on #logo img { width: 200px; }
  #header #logo a, #header.main.on #logo a { max-width:200px; background-size: 184px; }
  #header .menu-right .btn-allMenu, #header .menu-right .btn-allMenu-m, #header.main.on .menu-right .btn-allMenu, #header.main.on .menu-right .btn-allMenu-m { height: 85px; } 
}

@media all and (max-width: 500px) { 
	#header #logo, #header.main.on #logo { top: 15px;  }

	#header, #header.main.on { height: 65px; }
	#header .menu-right .btn-allMenu, #header .menu-right .btn-allMenu-m, #header.main.on .menu-right .btn-allMenu, #header.main.on .menu-right .btn-allMenu-m { height: 65px; } 
}


#allMenu { position: fixed; z-index: 5010; top: -200%; bottom: auto; opacity: 0; left: 0; right: 0; background: #383431; }
#allMenu .menu-logo { position: absolute; top: 130px; left: 50%; margin-left: -88px; }
#allMenu .m-close { position: absolute; top: 50px; right: 2.5%; }
#allMenu .a-logo { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); bottom: 8%; }
#allMenu .a-logo img { vertical-align: middle; }

#allMenu .a-logo a { margin-left: 1em; display: inline-block; vertical-align: middle; }

#allMenu .menu { width: 95%; max-width: none; padding-top: 140px; position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }

#allMenu .menu a { vertical-align: top; display: inline-block; color: #fff; font-weight: 300; -webkit-transition: font-size  0.2s; -moz-transition: font-size  0.2s; -o-transition: font-size  0.2s; -ms-transition: font-size  0.2s; transition: font-size  0.2s; }

#allMenu .menu > .depth-1 { display: inline-block; }

#allMenu .menu > .depth-1 > li { vertical-align: top; display: inline-block; padding: 20px 60px 0; }

#allMenu .menu > .depth-1 > li.on > a:after, #allMenu .menu > .depth-1 > li.on > a:after, #allMenu .menu > .depth-1 > li:hover > a:after, #allMenu .menu > .depth-1 > li:hover > a:after, #allMenu .menu > .depth-1 > li:focus > a:after, #allMenu .menu > .depth-1 > li:focus > a:after { width: 100%; left: 0; }

#allMenu .menu > .depth-1 > li > a { font-size: 30px; color: #fff; display: inline-block; position: relative; font-family: 'Montaga'; }

#allMenu .menu > .depth-1 > li > a:after { content: ''; display: block; position: absolute; width: 0; height: 2px; bottom: 0px; left: 50%; background: #c27a34; -webkit-transition: left 0.2s, width 0.2s; -moz-transition: left 0.2s, width 0.2s; -o-transition: left 0.2s, width 0.2s; -ms-transition: left 0.2s, width 0.2s; transition: left 0.2s, width 0.2s; }

#allMenu .menu > .depth-1 > li > ul { margin-top: 30px; }

#allMenu .menu > .depth-1 > li > ul > li { margin-top: 20px; }

#allMenu .menu > .depth-1 > li > ul > li > a { font-size: 20px; position: relative; outline: 0; color: #dac5b6; line-height: 1.2em; }

#allMenu .menu > .depth-1 > li > ul > li > a:after { content: ''; display: block; position: absolute; width: 0; height: 1px; bottom: 0; left: 50%; background: #dac5b6; -webkit-transition: left 0.2s, width 0.2s; -moz-transition: left 0.2s, width 0.2s; -o-transition: left 0.2s, width 0.2s; -ms-transition: left 0.2s, width 0.2s; transition: left 0.2s, width 0.2s; }

#allMenu .menu > .depth-1 > li > ul > li > a:hover, #allMenu .menu > .depth-1 > li > ul > li > a:focus { color: #fff; }

#allMenu .menu > .depth-1 > li > ul > li > a:hover:after, #allMenu .menu > .depth-1 > li > ul > li > a:focus:after { width: 100%; left: 0; }


@media all and (max-width: 1441px) { 
	#allMenu .menu-logo { top: 91px; margin-left: -61.6px; }
	#allMenu .menu { width: 95%; padding-top: 98px; }
	#allMenu .menu > .depth-1 > li { padding: 14px 42px 0; }
	#allMenu .menu > .depth-1 > li > a { font-size: 23.8px; }
	#allMenu .menu > .depth-1 > li > ul { margin-top: 21px; }
	#allMenu .menu > .depth-1 > li > ul > li { margin-top: 14px; }
}


@media all and (max-width: 1219px) { #allMenu { display: none; } }

.gnb-m-wrap { display: none; }

@media all and (max-width: 1219px) { .gnb-m-wrap { display: block; position: fixed; z-index: 5010; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.75); display: none; overflow: hidden; }
  .gnb-m-wrap .a-logo { display: none; }
  .gnb-m-wrap .menu-wrap { position: absolute; width: 100%; top: 0; bottom: 0; right: -100%; background: #fff; }
  .gnb-m-wrap .menu-wrap .menu-logo { display: block; width: 100%; height: 120px; line-height: 120px; text-align: center; background: url("/img/mobile/main/t_logo.png") no-repeat; background-position: 40px center; background-size: 125px auto; border-bottom: 1px solid #d7d7d7; }
  .gnb-m-wrap .menu-wrap .menu-logo a { height: 120px; width: 165px; display: block; }
  .gnb-m-wrap .menu-wrap .menu-logo img { display: none; max-width: 50%; vertical-align: middle; }
  .gnb-m-wrap .menu-wrap > .menu { position: absolute; top: 120px; bottom: 0; width: 100%; overflow-y: auto; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li { background: no-repeat right top; background-size: 110px; width: 90%; margin-left: 5%; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li.arrow { background-image: url(/img/common/menu_arrow_down.png); }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li.arrow.on { border-bottom: 1px solid #e0e0e0; background-image: url(/img/common/menu_arrow_up.png); }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li.arrow.on > a { color: #c27a34; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li a { color: #000; position: relative; height: 130px; display: block; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li a > span { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); font-weight: 400 !important; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > a { font-size: 40px; font-weight: bold; border-bottom: 1px solid #e0e0e0; padding: 0 40px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 { padding: 40px 0; display: none; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a { font-size: 30px; padding: 0 40px; height: 65px; color: #666666; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a span { position: relative; display: inline-block; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a span:after { content: ''; display: block; position: absolute; width: 0%; bottom: 0; left: 50%; height: 1px; background: #666666; -webkit-transition: left 0.2s, width 0.2s; -moz-transition: left 0.2s, width 0.2s; -o-transition: left 0.2s, width 0.2s; -ms-transition: left 0.2s, width 0.2s; transition: left 0.2s, width 0.2s; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a:hover span:after { width: 100%; left: 0; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li:last-child > a { border-bottom: 0; }
  .gnb-m-wrap .menu-wrap .m-close { position: absolute; right: 35px; top: 30px; }
  .gnb-m-wrap .menu-wrap .m-close i { background-image: url(/img/common/icon_menu_close_m.png) !important; }
  .gnb-m-wrap .m-sns-menu { display: block; margin: 60px auto; text-align: center; }
  .gnb-m-wrap .m-sns-menu li { display: inline-block; padding: 0; }
  .gnb-m-wrap .m-sns-menu li a { padding: 0 10px; }
  /*gnb-m-wrap*/
  .gnb-m-wrap .menu-wrap .menu-logo { height: 90px; line-height: 90px; background-size: 120px auto; background-position: 30px center; }
  .gnb-m-wrap .menu-wrap .menu-logo a { height: 90px; width: 124px; }
  .gnb-m-wrap .menu-wrap > .menu { top: 90px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li { background-size: 83px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li a { height: 98px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > a { font-size: 30px; padding: 0 30px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 { padding: 30px 0; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a { font-size: 23px; padding: 0 30px; height: 49px; }
  .gnb-m-wrap .menu-wrap .m-close { right: 26px; top: 23px; }
  .gnb-m-wrap .m-sns-menu { margin: 45px auto; }
  .gnb-m-wrap .m-sns-menu li a { padding: 0 8px; } }

@media all and (max-width: 768px) { /*gnb-m-wrap*/
  .gnb-m-wrap .menu-wrap .menu-logo { height: 78px; line-height: 78px; background-size:200px auto; background-position: 26px center; }
  .gnb-m-wrap .menu-wrap .menu-logo a { height: 78px; width: 140px; }
  .gnb-m-wrap .menu-wrap > .menu { top: 78px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li { background-size: 72px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li a { height: 85px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > a { font-size: 26px; padding: 0 26px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 { padding: 26px 0; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a { font-size: 20px; padding: 0 26px; height: 42px; }
  .gnb-m-wrap .menu-wrap .m-close { right: 23px; top: 26px; }
  .gnb-m-wrap .m-sns-menu { margin: 39px auto; }
  .gnb-m-wrap .m-sns-menu li a { padding: 0 7px; } }

@media all and (max-width: 500px) { /*gnb-m-wrap*/
  .gnb-m-wrap .menu-wrap .menu-logo { height: 60px; line-height: 60px; background-size: 140px auto; background-position: 20px center; }
  .gnb-m-wrap .menu-wrap .menu-logo a { height: 60px; width: 140px; }
  .gnb-m-wrap .menu-wrap > .menu { top: 60px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li { background-size: 55px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li a { height: 65px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > a { font-size: 20px; padding: 0 20px; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 { padding: 20px 0; }
  .gnb-m-wrap .menu-wrap > .menu > .depth-1 > li > .depth-2 > li > a { font-size: 15px; padding: 0 20px; height: 33px; }
  .gnb-m-wrap .menu-wrap .m-close { right: 18px; top: 20px; }
  .gnb-m-wrap .m-sns-menu { margin: 30px auto; }
  .gnb-m-wrap .m-sns-menu li a { padding: 0 5px; } }


@media all and (max-width: 1024px) { .top_btn { display: none !important; } }


/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#main_wrapper {margin:0}
#main_wrapper:after {display:block;visibility:hidden;clear:both;content:""}


#wrapper { position:relative; margin:20px 0; padding:0 10px; z-index:2; }
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 10px 20px;font-size:1.5em;font-weight:bold;}

#container > h2 { font-size:1.2em;  margin-bottom:10px; color:#306781;}
#container > p { margin-bottom:5px; line-height:1.2em; color:#878787; }


#wrapper .container_sub_title { text-align:center; font-weight:800; font-size:30px; margin-bottom:10px; }
#wrapper .container_sub_line { width:50px; height:2px; margin:0 auto; overflow:hidden; margin-bottom:30px; background:#3c1156; }

.cont_tab { margin-bottom:30px; text-align:center; }
.cont_tab ul { width:100%; }
.cont_tab ul:after {display:block;visibility:hidden;clear:both;content:""}
.cont_tab li { float:left; width:50%;  margin-left:-1px; margin-top:-1px; }
.cont_tab li:nth-child(2n-1) { clear:both; margin-left:0px; }
.cont_tab li a { display:block; text-align:center; font-size:14px; border:1px solid #e1e1e1; color:#000; padding:0; height:37px; line-height:37px; font-weight:bold; }
.cont_tab li a:hover, .cont_tab li a.active { background:#c27a34; color:#fff; }
/*
.cont_tab li.grid2 { width:50%; }
.cont_tab li.grid3 { width:33.333333333333333333333333333%; }
.cont_tab li.grid4 { width:25%; }
.cont_tab li.grid5 { width:20%; }
.cont_tab li.grid5 { width:20%; }

.cont_tab1 li { width:33.333333333333333333333333333% !important; margin:0; margin-bottom:1px; }
.cont_tab1 li:nth-child(4) { clear:both; width:50% !important; }
.cont_tab1 li:nth-child(5) { width:50% !important; }

.cont_tab2 li { width:25% !important; margin:0; margin-bottom:1px; }
*/

/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center}
#text_size button {margin:0;padding:2px 2px 1px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}


/* 하단 레이아웃 */
#ft_fix { position:fixed; width:100%; bottom:0; left:0; z-index:999; }
#ft_fix:after {display:block;visibility:hidden;clear:both;content:""}
#ft_fix li {float:left; width:50%;  }
#ft_fix ul.ft_full li { float:none; width:100%; }
#ft_fix li a { display:block; width:100%; height:50px; background:#5b656b; color:#fff; font-size:18px; text-align:center; line-height:50px;  }
#ft_fix li:first-child a { background:#c5a68a; }
#ft_fix .ft_counsel_info { background:#ffb93f; color:#1c1c1c; font-size:22px; text-align:center; height:50px; line-height:50px; font-weight:bold; }

#ft { position:relative; background:#383431;padding:20px 0 15%;  z-index:9; }
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_copy {padding:10px;line-height:1.8em;text-align:center;color:#fff}
#ft_copy #ft_company {text-align:center}
#ft_copy #ft_company a {display:inline-block;padding:0 10px;line-height:1em;border-left:1px solid #333;color:#fff}
#ft_copy #ft_company a:first-child {border:0}
.ft_cnt {font-weight:normal;color:#e3e3e3;line-height:2em;text-align:center}
.ft_cnt h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}
/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}


/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:60px;height:30px;border:1px solid #e9e9e9}
#captcha #captcha_reload {margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:50px;height:30px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}