html{
	overflow-x:hidden;
}

a:link    {color:#777;text-decoration:none;}
a:visited {color:#777;text-decoration:none;}
a:active  {color:#777;text-decoration:none;}
a:hover  {color:#4a196e;text-decoration:none; cursor:pointer;}

/* Webfont Google */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /* font-family: 'Nanum Gothic', sans-serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); /* font-family: 'Nanum Brush Script', cursive; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); /* font-family: 'Nanum Gothic Coding', monospace; */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* font-family: 'Nanum Myeongjo', serif; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); /* font-family: 'Nanum Pen Script', cursive; */

body {
 /*font-family:'NanumGothic', Malgun Gothic, Dotum, sans-serif;*/
 font-family:Malgun Gothic, 'NanumGothic', Dotum, sans-serif;
 font-size: 12px;
 line-height:22px;
 color: #615e5d;
 padding:0px;
 margin:0px;
 letter-spacing:-1px;
 background:#fff;
 }

h1, h2 {padding:0; margin:0; font-size:100%;}
img {vertical-align:middle; border:0; margin:0; padding:0;}
ul, li, dl, dt, dd {padding:0; margin:0; list-style:none;}
input, select, textarea {font-size:100%; font-family:'NanumGothic', Malgun Gothic, sans-serif; vertical-align:middle; border:#ccc 1px solid;}
textarea {padding:10px;}
input[type=checkbox], input[type=radio] {border:0;}
a {padding:0; margin:0;}

.fl_l {float:left;}
.fl_r {float:right;}
.text_r {text-align:right;}
.text_l {text-align:left;}
.text_c {text-align:center;}
.mr_t_10 {margin-top:10px;}
.mr_t_20 {margin-top:20px;}
.mr_t_40 {margin-top:40px;}
.mr_t_60 {margin-top:60px;}
.mr_r_10 {margin-right:10px;}
.mr_r_20 {margin-right:20px;}
.mr_r_24 {margin-right:24px;}
.mr_r_40 {margin-right:40px;}
.mr_r_60 {margin-right:60px;}
.mr_b_10 {margin-bottom:10px;}
.mr_b_20 {margin-bottom:20px;}
.mr_b_40 {margin-bottom:40px;}
.mr_b_60 {margin-bottom:60px;}
.gnb_tran {width:100%; height:70px; display:block;}

/* bbs ----------------------------------------------------------------------------------------------------- */

.bbs {width:100%; text-align:center;}
.bbs th {background:#fff; padding:7px; border-top:#656565 3px solid; border-bottom:#cccccc 1px solid;}
.bbs td {padding:7px 10px; border-bottom:#eaeaea 1px solid;}
.page_num {text-align:center; width:100%; margin:20px 0;}
.page_num a {padding:5px 7px;}
.page_num a:hover {color:#fff; font-weight:bold; background:#333;}
.xx:hover {background:none !important;}
.page_num .on{color:#fff; font-weight:bold; background:#333;}
#wrap .bbs_btn {margin:30px 0 50px 0; overflow:hidden; position:relative; width:100%; text-align:center;}
#wrap .bbs_btn a {padding:5px; width:80px; background:#333; color:#fff; display:block; float:left; margin-right:1px; text-align:center; border:0;}
#wrap .bbs_btn a+a {border:red 0px solid; float:right;}
#wrap .bbs_btn input {padding:5px; background:#333; color:#fff; float:left; margin-right:1px; height:32px; border:0; width:80px;}
#wrap .bbs_btn input+a,
#wrap .bbs_btn input+input
{float:right;}
.listp #wrap .bbs_btn a {margin-left:460px;}
.writep #wrap .bbs_btn a {float:left; padding:0;}
.writep #wrap .bbs_btn a:first-child {margin-left:440px;}
.writep #wrap .bbs_btn a+a {float:left; padding:5px;}
.writep #wrap .bbs_btn a input {padding:0px; background:#ff6600}
.modyp #wrap .bbs_btn input {float:left; padding:0;}
.modyp #wrap .bbs_btn input:first-child {margin-left:440px; background:#ff6600;}

.page_arrow {text-align:left;}
.page_arrow img {margin:0 10px;}
.bbs_write tr:first-child td {padding:7px; border-top:#656565 3px solid;}
.bbs_write td {text-align:left; background:#fff;}
.bbs_write td:first-child {color:#333; font-weight:bold; text-align:center; background:#f7f7f7;}
.bbs_write .odd {color:#333; font-weight:bold; text-align:center; background:#f7f7f7;}
.bbs_write input {width:500px;}
.bbs_write input[type=button] {width:100px;}
.bbs_write input[type=checkbox] {width:20px; border:0;}
.bbs_write input[title=addcheck] {margin:0 0 5px 5px;}
.bbs_write input[type=radio] {width:12px; background:#fff;}
.bbs_write input[type=image] {width:76px; height:25px; border:0;}
.bbs_write .editor {height:250px;}
.bbs_write .add {width:150px; margin-bottom:5px;}
.bbs_write textarea {width:100%; height:150px;}

.faq_con {display:none; background:#fff; padding:10px; cursor:default !important;}
.faq_con td {border-bottom:0; width:880px; padding:10px 50px;}
.faq_con .faq_q {color:#ff6600; border-bottom:#ccc 1px dotted; display:block; margin-bottom:10px; padding-bottom:10px;}
.faq_con .faq_a {display:block; padding-left:28px;}
.faq_con .faq_q span {font-size:20px; font-weight:bold; padding-right:10px; float:left;}
.faq_on {display:block;}
.faq tr {cursor:pointer;}
.faq td {overflow:hidden;}
.faq_plus {background:url('/images/b_faq_plus.gif'); width:16px; height:16px;}
.faq_minus {background:url('/images/b_faq_minus.gif'); width:16px; height:16px;}
.faq .faq_td01,
.faq .faq_td02 {float:left; padding:0 10px;}
.faq .faq_td03 {float:right; padding:0 10px;}
.faq .faq_td04 {float:right; padding:0 10px;}

.paging {padding:20px; text-align:center; display:block; font-size:11px;}
.arrow {font-size:8px; color:#ccc; border:#eaeaea 1px solid;}
.page_line {font-size:8px; color:#ccc; padding:0 3px;}

/*#main_img_pager {width:20px;}
#main_img_pager a {margin:0 4px; width:20px;}
#main_img_pager .activeSlide {border:#ff6600 3px solid;}*/

#cycle-2 .cycle-slide-active img:first-child {display:none;}
#cycle-2 .cycle-slide-active {background:url('/images/m_banner_thum_on.png'); background-repeat:no-repeat;}
/* -------- ¿©±â±îÁö´Â °øÅë ------------------------------------------------------------------------------------------------------------- */

#header {background:url('/img/header_bg.png'); height:99px; width:100%; position:relative; z-index:2;}
#header .wrap {width:1000px; margin:0 auto; overflow:hidden;}
#header .wrap .ci {float:left;}
#header .wrap .unb {height:22px; text-align:right; color:#333; padding-top:7px; overflow:hidden;}
#header .wrap .unb div:first-child {float:left; font-size:11px; margin-left:10px; color:#999;}
#header .wrap .unb div:first-child a {margin-left:10px; color:#999;}
#header .wrap .unb div {float:right;}
#header .wrap .unb span {font-size:10px; color:#ccc; margin:0 7px; font-weight:bold;}
#header .wrap .gnb {overflow:hidden;}
#header .wrap .gnb>li {float:left; height:75px; width:170px;}
#header .wrap .gnb .t01 {background:url('/img/gnb.png'); background-position:0 0;}
#header .wrap .gnb .t02 {background:url('/img/gnb.png'); background-position:-170px 0;}
#header .wrap .gnb .t03 {background:url('/img/gnb.png'); background-position:-340px 0;}
#header .wrap .gnb .t04 {background:url('/img/gnb.png'); background-position:-510px 0;}
#header .wrap .gnb .t05 {background:url('/img/gnb.png'); background-position:-680px 0;}
#header .wrap .gnb .t01:hover {background:url('/img/gnb_on.png'); background-position:0 0;}
#header .wrap .gnb .t02:hover {background:url('/img/gnb_on.png'); background-position:-170px 0;}
#header .wrap .gnb .t03:hover {background:url('/img/gnb_on.png'); background-position:-340px 0;}
#header .wrap .gnb .t04:hover {background:url('/img/gnb_on.png'); background-position:-510px 0;}
#header .wrap .gnb .t05:hover {background:url('/img/gnb_on.png'); background-position:-680px 0;}
.kn01p #header .wrap .gnb .t01,
.kn02p #header .wrap .gnb .t01,
.kn03p #header .wrap .gnb .t01,
.kn04p #header .wrap .gnb .t01
{background:url('/img/gnb_on.png'); background-position:0 0;}
.diet01p #header .wrap .gnb .t02,
.diet02p #header .wrap .gnb .t02,
.diet03p #header .wrap .gnb .t02,
.diet04p #header .wrap .gnb .t02,
.diet05p #header .wrap .gnb .t02,
.diet06p #header .wrap .gnb .t02,
.diet07p #header .wrap .gnb .t02,
.diet08p #header .wrap .gnb .t02,
.diet09p #header .wrap .gnb .t02
{background:url('/img/gnb_on.png'); background-position:-170px 0;}
.knskin01p #header .wrap .gnb .t03,
.knskin02p #header .wrap .gnb .t03,
.knskin03p #header .wrap .gnb .t03,
.knskin04p #header .wrap .gnb .t03,
.knskin05p #header .wrap .gnb .t03,
.knskin06p #header .wrap .gnb .t03
{background:url('/img/gnb_on.png'); background-position:-340px 0;}

#header .wrap .gnb .t_lnb {width:2600px; left:50%; margin:0px 0 0 -1300px; height:0px; position:absolute; overflow:hidden;
-webkit-transition:all 0.5s ease .1s;
	-moz-transition:all 0.5s ease .1s;
	-ms-transition:all 0.5s ease .1s;
	-o-transition:all 0.5s ease .1s;
	transition:all 0.5s ease .1s;
}
#header .wrap .gnb .t01 .t_lnb {background:url('/img/t_lnb01.png');}
#header .wrap .gnb .t02 .t_lnb {background:url('/img/t_lnb02.png');}
#header .wrap .gnb .t03 .t_lnb {background:url('/img/t_lnb03.png');}
#header .wrap .gnb .t04 .t_lnb {background:url('/img/t_lnb04.png');}
#header .wrap .gnb .t_lnb .t_lnb_con {position:absolute; width:1000px; top:5px; left:50%; margin-left:-500px; opacity:1;
-webkit-transition:all 0.3s ease .1s;
	-moz-transition:all 0.3s ease .1s;
	-ms-transition:all 0.3s ease .1s;
	-o-transition:all 0.3s ease .1s;
	transition:all 0.3s ease .1s;}
#header .wrap .gnb .t_lnb .t_lnb_con ul {float:left; width:150px; margin:0 0 0 200px;}
#header .wrap .gnb .t03 .t_lnb .t_lnb_con ul,
#header .wrap .gnb .t04 .t_lnb .t_lnb_con ul {float:left; margin:0 50px 0 70px;}
#header .wrap .gnb .t_lnb .t_lnb_con img {float:left; margin:0 3px;
-webkit-transition:all 0.3s ease .1s;
	-moz-transition:all 0.3s ease .1s;
	-ms-transition:all 0.3s ease .1s;
	-o-transition:all 0.3s ease .1s;
	transition:all 0.3s ease .1s;
}
#header .wrap .gnb .t_lnb .t_lnb_con img:hover {margin-top:-10px;}

#mimg {width:2600px; left:50%; margin:-99px 0 0 -1300px; position:relative; z-index:-1;}
#mimg .bg01 {background:url('/img/mimg01.jpg'); height:805px; width:2600px;}
#mimg .bg02 {background:url('/img/mimg02.jpg'); height:805px; width:2600px;}
#mimg .bg03 {background:url('/img/mimg03.jpg'); height:805px; width:2600px;}
#simg {width:2600px; left:50%; margin:-99px 0 30px -1300px; position:relative; height:380px;}
#simg img {display:none;}
.kn01p #simg .kn_img01 {display:block;}
.kn02p #simg .kn_img02 {display:block;}
.kn03p #simg .kn_img03 {display:block;}
.kn04p #simg .kn_img04 {display:block;}
.diet01p #simg .diet_img01 {display:block;}
.diet02p #simg .diet_img02 {display:block;}
.diet03p #simg .diet_img03 {display:block;}
.diet04p #simg .diet_img04 {display:block;}
.diet05p #simg .diet_img05 {display:block;}
.diet06p #simg .diet_img06 {display:block;}
.diet07p #simg .diet_img07 {display:block;}
.diet08p #simg .diet_img08 {display:block;}
.diet09p #simg .diet_img09 {display:block;}
.knskin01p #simg .knskin_img01 {display:block;}
.knskin02p #simg .knskin_img02 {display:block;}
.knskin03p #simg .knskin_img03 {display:block;}
.knskin04p #simg .knskin_img04 {display:block;}
.knskin05p #simg .knskin_img05 {display:block;}
.knskin06p #simg .knskin_img06 {display:block;}
.bbs_cust03p #simg .cust_img03 {display:block;}
.bbs_onlinep #simg img {display:block;}
.bbs_cust01p #simg img {display:block;}
.bbs_cust02p #simg img {display:block;}
.bbs_cust04p #simg img {display:block;}

#mbanner {margin-bottom:50px;}
#mbanner img {cursor:pointer;
-webkit-transition:all 0.5s ease .1s;
	-moz-transition:all 0.5s ease .1s;
	-ms-transition:all 0.5s ease .1s;
	-o-transition:all 0.5s ease .1s;
	transition:all 0.5s ease .1s;
}
#mbanner img:hover {opacity:0.5;}

#mcon {width:1400px; margin:0 auto;}
#mcon .noti {width:250px; float:left; margin-right:30px;}
#mcon .noti dt {overflow:hidden; padding-bottom:18px; border-bottom:#e7e7e7 1px solid; margin-bottom:10px;}
#mcon .noti dt span:first-child {float:left; color:#333; font-weight:bold; font-size:14px;}
#mcon .noti dt span+span {float:right; color:#8f4bc9; font-size:11px;}
#mcon .menu ul {overflow:hidden; width:236px;}
#mcon .menu ul li {float:left; width:118px; height:87px; cursor:pointer;}
#mcon .menu ul .t01 {background:url('/img/mcon_menu.gif'); background-position:0 0;}
#mcon .menu ul .t02 {background:url('/img/mcon_menu.gif'); background-position:-118px 0;}
#mcon .menu ul .t03 {background:url('/img/mcon_menu.gif'); background-position:0 -87px;}
#mcon .menu ul .t04 {background:url('/img/mcon_menu.gif'); background-position:-118px -87px;}
#mcon .menu ul .t01:hover {background:url('/img/mcon_menu_on.gif'); background-position:0 0;}
#mcon .menu ul .t02:hover {background:url('/img/mcon_menu_on.gif'); background-position:-118px 0;}
#mcon .menu ul .t03:hover {background:url('/img/mcon_menu_on.gif'); background-position:0 -87px;}
#mcon .menu ul .t04:hover {background:url('/img/mcon_menu_on.gif'); background-position:-118px -87px;}
#mcon .menu {float:left;}

#footer {margin-top:50px; background:#f5f5f5;}
#footer .wrap {width:1000px; margin:0 auto; padding:25px 0;}
#footer .wrap .ci_bottom {float:left; margin-right:20px;}
#footer .wrap .copy {color:#888; letter-spacing:0; font-size:11px;}

#scon {width:1000px; margin:0 auto; position:relative;}

#scon .lnb {overflow:hidden; width:100%; background:#898989;}
#scon .lnb li {float:left; height:49px; cursor:pointer; text-indent:-9999px;}
#scon .lnb span {width:100%; height:100%; display:block; border:#333 0px solid;}

#scon .lnb_diet .t01 {background:url('/img/diet/lnb.gif'); background-position:0 0; width:139px;}
#scon .lnb_diet .t02 {background:url('/img/diet/lnb.gif'); background-position:-139px 0; width:119px;}
#scon .lnb_diet .t03 {background:url('/img/diet/lnb.gif'); background-position:-258px 0; width:143px;}
#scon .lnb_diet .t04 {background:url('/img/diet/lnb.gif'); background-position:-401px 0; width:106px;}
#scon .lnb_diet .t05 {background:url('/img/diet/lnb.gif'); background-position:-507px 0; width:120px;}
#scon .lnb_diet .t06 {background:url('/img/diet/lnb.gif'); background-position:-627px 0; width:82px;}
#scon .lnb_diet .t07 {background:url('/img/diet/lnb.gif'); background-position:-709px 0; width:119px;}
#scon .lnb_diet .t08 {background:url('/img/diet/lnb.gif'); background-position:-828px 0; width:83px;}
#scon .lnb_diet .t09 {background:url('/img/diet/lnb.gif'); background-position:-911px 0; width:89px;}
#scon .lnb_diet .t01:hover {background:url('/img/diet/lnb_on.gif'); background-position:0 0; width:139px;}
#scon .lnb_diet .t02:hover {background:url('/img/diet/lnb_on.gif'); background-position:-139px 0; width:119px;}
#scon .lnb_diet .t03:hover {background:url('/img/diet/lnb_on.gif'); background-position:-258px 0; width:143px;}
#scon .lnb_diet .t04:hover {background:url('/img/diet/lnb_on.gif'); background-position:-401px 0; width:106px;}
#scon .lnb_diet .t05:hover {background:url('/img/diet/lnb_on.gif'); background-position:-507px 0; width:120px;}
#scon .lnb_diet .t06:hover {background:url('/img/diet/lnb_on.gif'); background-position:-627px 0; width:82px;}
#scon .lnb_diet .t07:hover {background:url('/img/diet/lnb_on.gif'); background-position:-709px 0; width:119px;}
#scon .lnb_diet .t08:hover {background:url('/img/diet/lnb_on.gif'); background-position:-828px 0; width:83px;}
#scon .lnb_diet .t09:hover {background:url('/img/diet/lnb_on.gif'); background-position:-911px 0; width:89px;}
.diet01p #scon .lnb_diet .t01 {background:url('/img/diet/lnb_on.gif'); background-position:0 0; width:139px;}
.diet02p #scon .lnb_diet .t02 {background:url('/img/diet/lnb_on.gif'); background-position:-139px 0; width:119px;}
.diet03p #scon .lnb_diet .t03 {background:url('/img/diet/lnb_on.gif'); background-position:-258px 0; width:143px;}
.diet04p #scon .lnb_diet .t04 {background:url('/img/diet/lnb_on.gif'); background-position:-401px 0; width:106px;}
.diet05p #scon .lnb_diet .t05 {background:url('/img/diet/lnb_on.gif'); background-position:-507px 0; width:120px;}
.diet06p #scon .lnb_diet .t06 {background:url('/img/diet/lnb_on.gif'); background-position:-627px 0; width:82px;}
.diet07p #scon .lnb_diet .t07 {background:url('/img/diet/lnb_on.gif'); background-position:-709px 0; width:119px;}
.diet08p #scon .lnb_diet .t08 {background:url('/img/diet/lnb_on.gif'); background-position:-828px 0; width:83px;}
.diet09p #scon .lnb_diet .t09 {background:url('/img/diet/lnb_on.gif'); background-position:-911px 0; width:89px;}

#scon .lnb_kn .t01 {background:url('/img/kn/lnb.gif'); background-position:0 0; width:127px;}
#scon .lnb_kn .t02 {background:url('/img/kn/lnb.gif'); background-position:-127px 0; width:119px;}
#scon .lnb_kn .t03 {background:url('/img/kn/lnb.gif'); background-position:-246px 0; width:92px;}
#scon .lnb_kn .t04 {background:url('/img/kn/lnb.gif'); background-position:-338px 0; width:122px;}
#scon .lnb_kn .t01:hover {background:url('/img/kn/lnb_on.gif'); background-position:0 0; width:127px;}
#scon .lnb_kn .t02:hover {background:url('/img/kn/lnb_on.gif'); background-position:-127px 0; width:119px;}
#scon .lnb_kn .t03:hover {background:url('/img/kn/lnb_on.gif'); background-position:-246px 0; width:92px;}
#scon .lnb_kn .t04:hover {background:url('/img/kn/lnb_on.gif'); background-position:-338px 0; width:122px;}
.kn01p #scon .lnb_kn .t01 {background:url('/img/kn/lnb_on.gif'); background-position:0 0; width:127px;}
.kn02p #scon .lnb_kn .t02 {background:url('/img/kn/lnb_on.gif'); background-position:-127px 0; width:119px;}
.kn03p #scon .lnb_kn .t03 {background:url('/img/kn/lnb_on.gif'); background-position:-246px 0; width:92px;}
.kn04p #scon .lnb_kn .t04 {background:url('/img/kn/lnb_on.gif'); background-position:-338px 0; width:122px;}

#scon .lnb_knskin .t01 {background:url('/img/knskin/lnb.gif'); background-position:0 0; width:110px;}
#scon .lnb_knskin .t02 {background:url('/img/knskin/lnb.gif'); background-position:-110px 0; width:117px;}
#scon .lnb_knskin .t03 {background:url('/img/knskin/lnb.gif'); background-position:-227px 0; width:154px;}
#scon .lnb_knskin .t04 {background:url('/img/knskin/lnb.gif'); background-position:-381px 0; width:114px;}
#scon .lnb_knskin .t05 {background:url('/img/knskin/lnb.gif'); background-position:-495px 0; width:114px;}
#scon .lnb_knskin .t06 {background:url('/img/knskin/lnb.gif'); background-position:-609px 0; width:95px;}
#scon .lnb_knskin .t01:hover {background:url('/img/knskin/lnb_on.gif'); background-position:0 0; width:110px;}
#scon .lnb_knskin .t02:hover {background:url('/img/knskin/lnb_on.gif'); background-position:-110px 0; width:117px;}
#scon .lnb_knskin .t03:hover {background:url('/img/knskin/lnb_on.gif'); background-position:-227px 0; width:154px;}
#scon .lnb_knskin .t04:hover {background:url('/img/knskin/lnb_on.gif'); background-position:-381px 0; width:114px;}
#scon .lnb_knskin .t05:hover {background:url('/img/knskin/lnb_on.gif'); background-position:-495px 0; width:114px;}
#scon .lnb_knskin .t06:hover {background:url('/img/knskin/lnb_on.gif'); background-position:-609px 0; width:95px;}
.knskin01p #scon .lnb_knskin .t01 {background:url('/img/knskin/lnb_on.gif'); background-position:0 0; width:110px;}
.knskin02p #scon .lnb_knskin .t02 {background:url('/img/knskin/lnb_on.gif'); background-position:-110px 0; width:117px;}
.knskin03p #scon .lnb_knskin .t03 {background:url('/img/knskin/lnb_on.gif'); background-position:-227px 0; width:154px;}
.knskin04p #scon .lnb_knskin .t04 {background:url('/img/knskin/lnb_on.gif'); background-position:-381px 0; width:114px;}
.knskin05p #scon .lnb_knskin .t05 {background:url('/img/knskin/lnb_on.gif'); background-position:-495px 0; width:114px;}
.knskin06p #scon .lnb_knskin .t06 {background:url('/img/knskin/lnb_on.gif'); background-position:-609px 0; width:95px;}

#scon .lnb_cust .t01 {background:url('/img/cust/lnb.gif'); background-position:0 0; width:98px;}
#scon .lnb_cust .t02 {background:url('/img/cust/lnb.gif'); background-position:-98px 0; width:100px;}
#scon .lnb_cust .t03 {background:url('/img/cust/lnb.gif'); background-position:-198px 0; width:88px;}
#scon .lnb_cust .t04 {background:url('/img/cust/lnb.gif'); background-position:-286px 0; width:92px;}
#scon .lnb_cust .t01:hover {background:url('/img/cust/lnb_on.gif'); background-position:0 0; width:98px;}
#scon .lnb_cust .t02:hover {background:url('/img/cust/lnb_on.gif'); background-position:-98px 0; width:100px;}
#scon .lnb_cust .t03:hover {background:url('/img/cust/lnb_on.gif'); background-position:-198px 0; width:88px;}
#scon .lnb_cust .t04:hover {background:url('/img/cust/lnb_on.gif'); background-position:-286px 0; width:92px;}
.bbs_cust01p #scon .lnb_cust .t01 {background:url('/img/cust/lnb_on.gif'); background-position:0 0; width:98px;}
.bbs_cust02p #scon .lnb_cust .t02 {background:url('/img/cust/lnb_on.gif'); background-position:-98px 0; width:100px;}
.bbs_cust03p #scon .lnb_cust .t03 {background:url('/img/cust/lnb_on.gif'); background-position:-198px 0; width:88px;}
.bbs_cust04p #scon .lnb_cust .t04 {background:url('/img/cust/lnb_on.gif'); background-position:-286px 0; width:92px;}

#scon .nav {margin:10px 0; text-align:right;}
#scon .nav img+img {margin:0 7px;}
#scon .nav span {color:#000; font-weight:bold;}
#scon .title {color:#000; font-size:28px; line-height:31px; letter-spacing:-2px; margin-bottom:20px;}
.btn {margin:20px 0; text-align:center; overflow:hidden;}
.btn img {margin:0 1px;}
.btn input {/*padding:10px 15px; background:#4a196e; color:#fff;  margin:0 1px; cursor:pointer;*/ border:0;}
.btn .bb {padding:10px 15px; background:#4a196e; color:#fff;  margin:0 1px; cursor:pointer; border:0;}
.pass_input input:first-child {background:#fff; border:#eaeaea 1px solid; color:#333; margin-right:10px;}
.pass_input input+input {margin-left:10px;}
.pass_input .title {margin-top:20px;}
.writep .btn input+input {background:#555;}
.bbs .page_arrow span {font-size:10px; margin:0 10px;}
.icon_lock {margin-left:10px;}
.re {background:#f8f8f8; padding:10px; margin-top:20px;}
.re dl {background:#fff; padding:10px; border:#eaeaea 1px solid; margin-bottom:1px;}
.re dl dt {color:#000; border-bottom:#eaeaea 1px solid; margin-bottom:5px;}
.con_write {padding:10px;}
.con_write div:first-child {margin-bottom:10px;}
.con_write textarea {width:90%; height:70px;}
.con_write input[type=button] {height:92px;}
.cycle-prev {position:absolute; top:430px; z-index:2; left:0; cursor:pointer;}
.cycle-next {position:absolute; top:430px; z-index:2; right:0; cursor:pointer;
transform:rotate(180deg);
-ms-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
}
.m-prev {position:absolute; left:30px; z-index:2; top:350px; cursor:pointer;
transform:rotate(180deg);
-ms-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
}
.m-next {position:absolute; right:30px; z-index:2; top:350px; cursor:pointer;}

.con_link a {position:absolute; width:155px; height:80px; border:#333 0px solid; z-index:2; background:transparent url(/images/menu-icons/test/hov-repeat.png) repeat-x;}
.con_link01 {top:410px; left:406px;}
.con_link02 {top:410px; left:571px;}
.con_link03 {top:410px; left:736px;}
.con_link04 {bottom:0; left:255px;}
.con_link05 {bottom:0; left:420px;}
.con_link06 {bottom:0; left:585px;}
.diet08p .con_link04,.diet08p .con_link05,.diet08p .con_link06,
.diet09p .con_link04,.diet09p .con_link05,.diet09p .con_link06
{display:none;}
#variableFiles td {border:0;}
#table2 {width:100%; border:#ccc 1px solid;}
#table2 td {border-bottom:#eaeaea 1px solid; background:#fff;}
#table2 td:first-child {width:10%; background:#eaeaea; color:#000;}