@charset "utf-8";

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/font/NanumGothic-Regular.eot);
  src: url(/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Regular.woff2) format('woff2'),
       url(/font/NanumGothic-Regular.woff) format('woff'),
       url(/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(/font/NanumGothic-Bold.eot);
  src: url(/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Bold.woff2) format('woff2'),
       url(/font/NanumGothic-Bold.woff) format('woff'),
       url(/font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(/font/NanumGothic-ExtraBold.eot);
  src: url(/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(/font/NanumGothic-ExtraBold.woff) format('woff'),
       url(/font/NanumGothic-ExtraBold.ttf) format('truetype');
}

@import url(http://fonts.googleapis.com/css?family=Exo+2:400,500,600,700,800,300,200,100,900);

html, body {width: 100%; height: 100%;}
body{height: 100%; line-height: 1.4; font:0.75em Titillium Web, 'Nanum Gothic', Gulim, "굴림", Dotum, "돋움", sans-serif; color: #333; line-height: 1.4}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td{margin:0;padding:0}
table {border-collapse: collapse;}
li {list-style: none;}
img {border: none;}
a {text-decoration: none; color: #333;}
fieldset {border:none;}
em {font-style: normal;}

/* 공통 */
.displayNone {display:none;}
.floatLeft {float:left;}
.clearBoth {clear:both;}

h1, h2, h3, h4, h5, h6 {clear:both;}

.pt50 {padding-top:50px;}

.mt50 {margin-top:50px;}

/* 폰트 관련 */
.engTxt400 {font-family: 'Exo 2', sans-serif;font-weight:400;}
.engTxt600 {font-family: 'Exo 2', sans-serif;font-weight:600;}
.engTxtTT {font-family: 'Exo 2', sans-serif;font-weight:600;font-size:1.2em;letter-spacing:0.5em;}

#wrapper_pc {min-width: 1280px; width: 100%;}
#header {position:absolute; top: 0; left: 0; width: 100%; min-width: 1280px; z-index: 100;background: #fff;}
#header #top {border-bottom: 1px solid #e5e5e5;}
#header #top .cnt {position:relative; width: 1280px; height: 90px; margin: 0 auto;}

#header #top .cnt .logo {width:270px;margin:0 auto;text-align:center;font-size: 0;}
#header #top .cnt .logo a {display:inline-block;padding-top:5px;}
#header #top .cnt dl {position:absolute; top: 0; right: 190px;}
#header #top .cnt dl dt {float: left;}
#header #top .cnt dl dd {overflow:hidden; font-size: 0;}
#header #top .cnt dl dd img {margin: 0;}

#header #top .cnt .logo_gnue {width:200px;padding-left:20px;text-align:center;font-size: 0;}
#header #top .cnt .logo_gnue a {display:inline-block;}

#header #top .cnt ul {position:absolute; top: 0; right: 0;}
#header #top .cnt ul li {float: left;padding:20px 0 5px 10px;}
#header #top .cnt ul li {overflow:hidden;}
#header #top .cnt ul li img {margin: 0;}

#header #top .cnt .rnav_01 {display:none;}
#header #top .cnt .rnav_02 {padding-top:10px;}

.main {position:relative; z-index: 1000;}

/* gnbArea */
/* #gnbArea {background: url('/nimg/bg_gnb.gif') 0 0 repeat-x;} */
#gnbArea {background:#3d418a;}
#gnbArea .gnb {position:relative; width: 1280px; height: 34px; margin: 0 auto; z-index: 10;}
#gnbArea .gnb h1 {position:absolute; top: 0;}

#gnbArea .gnb .rquick {position:absolute; top: 0; right:-160px;}


#menu {position:absolute; top: 0; left: 0;}
#menu > li {float: left; position:relative;border-left:1px solid #071c3c;}
#menu > li:last-child {border-right:1px solid #071c3c;}
#menu > li > .dep1 {display: block; overflow:hidden; height:28px;text-align:center;font-size:14px;font-weight:600;color:#fff;padding:5px 15px 0 16px;}
#menu > li > .dep1.on img,
#menu > li > .dep1:hover img {margin: -33px 0 0 0;}
#menu > li > .dep1:hover {background:#071c3c;color:#c1942d;}

/*

#menu > li > .dep2 {display: none; position:absolute; top: 33px; left: 0; padding: 0; background: url('/imgs/menu_arr.gif') center 0 no-repeat;}
#menu > li > .dep2 ul {padding: 0; border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2;} 

#menu > li > .dep2 ul > li {vertical-align:top; border-bottom: 1px solid #f2f2f2; background: #fff;}
#menu > li > .dep2 ul > li > a {display:block; overflow:hidden; padding: 8px;}
#menu > li > .dep2 ul > li > a:hover img {margin: -33px 0 0 0;}

#menu > li.menu1 {width: 197px; }
#menu > li.menu1 > .dep2 {width: 192px; }
#menu > li.menu1 > .dep2 ul {background: url('/imgs/menu_bg1.png') 0 bottom no-repeat;}

#menu > li.menu2 {width: 197px;}
#menu > li.menu2 > .dep2 {width: 192px;}
#menu > li.menu2 > .dep2 ul {background: url('/imgs/menu_bg2.png') 0 bottom no-repeat;}

#menu > li.menu3 {width: 197px; }
#menu > li.menu3 > .dep2 {width: 192px; }
#menu > li.menu3 > .dep2 ul {background: url('/imgs/menu_bg3.png') 0 bottom no-repeat;}

#menu > li.menu4 {width: 197px; }
#menu > li.menu4 > .dep2 {width: 192px; }
#menu > li.menu4 > .dep2 ul {background: url('/imgs/menu_bg4.png') 0 bottom no-repeat;}

#menu > li.menu5 {width: 196px; margin: 0 0 0 0;}
#menu > li.menu5 > .dep2 {width: 192px}
#menu > li.menu5 > .dep2 ul {background: url('/imgs/menu_bg4.png') 0 bottom no-repeat;}

#menu > li.menu6 {width: 197px; }
#menu > li.menu6 > .dep2 {width: 192px; }
#menu > li.menu6 > .dep2 ul {background: url('/imgs/menu_bg6.png') 0 bottom no-repeat;}

#menu > li.menu7 {width: 197px;}
#menu > li.menu7 > .dep2 {width: 192px;}
#menu > li.menu7 > .dep2 ul {background: url('/imgs/menu_bg6.png') 0 bottom no-repeat;}

#menu > li.menu8 {width: 197px; }
#menu > li.menu8 > .dep2 {width: 192px; }
#menu > li.menu8 > .dep2 ul {background: url('/imgs/menu_bg6.png') 0 bottom no-repeat;}

#menu > li.menu9 {width: 197px; }
#menu > li.menu9 > .dep2 {width: 192px; }
#menu > li.menu9 > .dep2 ul {background: url('/imgs/menu_bg6.png') 0 bottom no-repeat;}

#menu > li.menu10 {width: 196px; margin: 0 0 0 0;}
#menu > li.menu10 > .dep2 {width: 192px}
#menu > li.menu10 > .dep2 ul {background: url('/imgs/menu_bg6.png') 0 bottom no-repeat;}

*/


.visualBtn {position:absolute; top: 375px; z-index: 100; width: 100%;}
.visualBtn.center {width : 1280px; left : 50%; margin-left: -640px;}

#visual .btn {position:absolute; top: 0px;}
#visual .prev {left: 30px;}
#visual .next {right: 30px;}	

#visualMov {position:absolute;width:460px;margin:290px 0 0 52%;}

#visual {position:relative; overflow:hidden; height: 440px; padding-top:140px;background:#fff;}
#visual .visualWrap {position:relative; width: 1280px;margin:0 auto;}
#visual .visual {background: url('/imgs/mv_01.png') center 0 no-repeat;}
#visual .visual li {height: 600px;}
#visual .visual li.txt1 {position:absolute; top: -300px; left: 380px;}
#visual .visual li.txt2 {position:absolute; bottom: -300px; left: 380px; height: 90px;}
#visual .visual li.obj {position:absolute; bottom: 0; right: -1000px;}
#visual .visual li.vs1{background: url('/imgs/mv_01.png') center 0 no-repeat;}
#visual .visual li.vs2 {background: url('/imgs/mv_02.jpg') center 0 no-repeat;}
#visual .visual li.vs3 {background: url('/imgs/mv_03.jpg') center 0 no-repeat;}

.svisualBtn {position:absolute; top: 300px; z-index: 100; width: 100%;}
.svisualBtn.center {width : 1920px; left : 50%; margin-left: -960px;}

#svisual .btn {position:absolute; top: 0;}
#svisual .prev {left: 30px;}
#svisual .next {right: 30px;}												  

#svisual {position:relative; margin-top:100px; height:60px; width:100%; background:#fff;}
#svisual .svisualWrap {position:absolute; top: 0; left: 50%; margin: 155px 0 0 -860px; width: 1280px;}
#svisual .svisual {}

#sLocation {clear:both;background:#fff;}
#sLocation ul{width:1280px;margin:0 auto;}
#sLocation .sLocLeft{float:left;width:280px;border-bottom:1px solid #efefef;}
#sLocation .sLocLeft h2{padding-top:0; width:240px;padding:20px; background:#c1942d; font-size:22px; color:#fff;text-align:left;}
#sLocation .sLocRight{color:#999;;}
#sLocation .sLocRight a{color:#999;}
#sLocation .sLocRight .sstt{clear:both; width:960px;margin-left:40px;}
#sLocation .sLocRight .ssttLeft {float:left;width:320px;margin-left:40px;padding-top:15px;color:#3d418a;font-size:28px;font-weight:bold;}
#sLocation .sLocRight .ssttRight {float:right;text-align:right;width:400px;padding-top:10px;}

#ctntLeft {float:left;width:280px;background:#fff;}
#ctntRight {float:left;width:960px;padding-left:40px;padding-bottom:30px;padding-top:20px;min-height:400px;_height:400px;border-top:1px solid #efefef; line-height:180%;}



.thumbs {position:absolute; top: 400px; width: 100%; z-index: 9999; text-align:center; font-size: 0;}
.thumbs a {
	display: inline-block; width: 12px; height: 12px; margin: 0 5px; font-size: 0;
	background: url('/imgs/circle.png') 0 0 no-repeat; cursor: default;
}
.thumbs .active {background: url('/imgs/circle.png') 0 bottom no-repeat;}


/* lineMap */
#lineMap * {vertical-align:middle; color: #a49384;}
#lineMap {height: 46px; background: #f1f0ed; font-size: 11px;}
#lineMap .cnt {position:relative; width: 1000px; margin: 0 auto; ;padding: 25px 0 0 0;}
#lineMap .lineMap {line-height: 14px;}
#lineMap .lineMap {position:absolute; top: 25px; right: 0; padding: 0 0 0 18px; background: url('/imgs/home.gif') 0 1px no-repeat;}
#lineMap .lineMap a {display:inline-block; margin: 0 7px 0 0; padding: 0 10px 0 0; background: url('/images/common/icon/line_arr.gif') right 3px no-repeat;}

#contain {clear:both;width: 1280px; margin: 0 auto;}
/* #contain.sub {background: url('/imgs/bg_sub_left01.png') #fff left bottom no-repeat;} */
#contain:after {content: ''; display:block; height: 0; visibility:hidden; clear:both;}

/* lnb */
#lnb {float: left; width: 147px;}
#lnb .stit {padding: 0 0 14px 0; border-bottom: 3px solid #000;}
#lnb .stit img {vertical-align:top;}
#lnb ul {border-bottom:1px solid #7f7f7f;}
#lnb ul li {vertical-align:top; border-bottom:1px solid #d9d9d9;}
#lnb ul li a {overflow:hidden; display: block; height: 39px;}
#lnb ul li.on a img {margin: 0 0 0 -147px;}
#lnb .banner {margin: 39px 0 0 0;}

#contents {float: right; width: 768px;}
#contents .stit {height: 57px;}
#contents .desc {height: 141px; border-bottom:4px solid #000; margin: 0 0 55px 0; text-align:center;}
#contents .desc.type1 {background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/biotics/desc_bg.jpg') right bottom no-repeat;}
#contents .desc.type2 {background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/hansen/desc_bg.jpg') right bottom no-repeat;}
#contents .desc.type3 {background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/story/desc_bg.jpg') right bottom no-repeat;}
#contents .desc.type4 {padding: 4px 0 0 0; background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/customer/desc_bg.jpg') right bottom no-repeat;}

/* footer */
#footer {height: 191px; margin: 40px 0 0 0; background: #f6f5f0;}
#footer ul {overflow:hidden;text-align:center;font-size: 0;padding: 10px 0 10px 0; border-bottom:1px solid #4d4d4d;}
#footer ul li {display: inline-block; zoom:1; *display:inline; padding: 0 24px; background: url('/imgs/footLine.gif') 0 2px no-repeat;}
#footer ul li:first-child {background:none;}
#footer #footerCopy {width: 1280px; margin: 0 auto;}
#footer .footerLogo {float:left;width: 193px; margin-top:40px; color:#969696;}
#footer .footerAddr {float:left;width: 880px; margin-top:50px; margin-left:20px; color:#969696;}
#footer .footerEscrow {float:right;width: 167px;margin-right:10px;margin-top:50px;text-align:right;}

.f11 {font-size: 11px;}
.text {height: 25px; padding: 0 4px 0 4px; border: 1px solid #aaa; font-family: 'NanumBarunGothic', 'dotum';}
.textarea {padding: 4px; ;border: 1px solid #ddd; font-family: 'NanumBarunGothic', 'dotum'; overflow:auto;}

/* tblList */
.table {margin: 20px 0 0 0;}
.table {width: 100%;}
.table img{width: 100%;}
.table caption {display:none;}
.table thead {}
.table thead th {height: 35px; border-width: 2px 0 1px 0; border-color: #333333; border-style: solid;}
.table tbody td {padding: 12px 10px 12px 10px; border-bottom: 1px solid #ccc;}
.table tbody td.aLeft {padding-left: 16px; text-align:left;}
.table tbody td {text-align:center;}

.paging * {vertical-align:middle;}
.paging {margin: 25px 0 0 0; text-align:center;}
.paging span {padding: 0 4px;}
.paging span a {padding: 0 4px; font-weight: bold; color:#999;}
.paging span a.on {color:#45b800;}

/* Paging */
.allPageMoving{margin:0 auto;text-align:center;height:13px;clear:both;padding:20px 0 0 0;}
.allPageMoving a{line-height:11px;color:#808080;}
.allPageMoving li{padding:0 5px 0 0;display:inline;}
.allPageMoving img{line-height:13px;}
.allPageMoving * {vertical-align:middle;}
.allPageMoving strong{line-height:11px;color:#a01a33;}


.search * {vertical-align:middle;}
.search {margin: 10px 0 0 0; text-align:center;}

/* tblView */
.tblView {margin: 16px 0 0 0;}
.tblView .viewTit {padding: 12px 10px 12px 10px; border-top: 2px solid #333; border-bottom: 1px solid #333; text-align:right;}
.tblView .viewTit strong {float:left; color:#666; font-weight:normal;}
.tblView .viewTit span {display: inline-block; padding: 0 10px; background: url('/images/common/tbl/th_line.gif') 0 0px no-repeat; font-size: 11px;  color:#898989; }
.tblView .viewTit span.date {background: none;}
.tblView .detailCnt {padding: 22px 10px ; border-bottom:1px solid #ccc;}
.btnList {overflow:hidden; margin: 10px 0 0 0; text-align:right;}
.btnList span {float:left;}

.history {overflow:hidden; width: 768px; }
.history ol {width: 900px; margin: -70px 0 0 0;}
.history ol li {float: left; overflow:hidden; width: 225px; height: 295px; margin: 70px 48px 0 0;}

#martin {position:relative; height: 492px; background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/biotics/contents_22.jpg') 0 0 no-repeat;}
#martin .player {position:absolute; top: 60px; left: 64px; width: 640px; height: 360px;}

/* 덴마크 유산균 이야기 - 김지호와 함께한 CF이야기 */
#storyAd {background:#FFF url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/story/storyAd_bg.jpg') 0 0 no-repeat;}
#storyAd .movSection {width: 640px; margin: 0 auto; padding: 29px 0 0 0;}
#storyAd .movSection .player {height: 360px;}
#storyAd .movSection p.caption {height: 31px; margin: 45px 0 0 0; padding: 8px 0 0 0; text-align:center;}
#storyAd .movSection p.caption img {display:none; margin: 0 auto;}
#storyAd .movSection p.caption .on {display:block;}

#storyAd .cfStory {margin: 89px 0 0 0; text-align:center;}
#storyAd ul {overflow: hidden; padding: 32px 0 0 35px;}
#storyAd ul li {float:left; margin: 0 12px 0 0;}

.tblForm {margin: 40px 0 0 0;}
.tblForm table {width: 100%; border-top: 2px solid #333;}
.tblForm table th,
.tblForm table td {padding: 6px 0 6px 0; border-bottom: 1px solid #ccc;}
.tblForm table th {background: #eaeaea;}
.tblForm table td {padding-left: 15px; background: #fbfbfb;}
.tblForm table td .text {border-color: #ddd;}
.tip li {padding: 5px 0 0px 23px; background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/common/tbl/ico_tip.gif') 0 3px no-repeat; color: #7d7d7d; font-size: 11px;}

.btnArea {margin: 26px 0 0 0; text-align:center;}

.faq {border-top: 2px solid #333; line-height: 1.4;}
.faq dt,
.faq dd {padding: 20px 0 16px 45px; border-bottom: 1px solid #c5c5c5; }
.faq dt {background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/customer/ico_q.gif') 5px 14px no-repeat; font-weight:bold; cursor:pointer;}
.faq dd {display:none; background: url('file:///C|/Users/jhong/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/customer/ico_a.gif') 5px 14px no-repeat;}

/* 메인 */

#contain.main {padding: 0;}
#contain.sub {padding: 0;}
#mctnt_01 {clear:both; padding:20px; text-align:center; margin-bottom:30px; border:1px solid #e6e6e6;}
#mctnt_01 h1 {font-size:32px;font-weight:600;}
#mctnt_01 a {display:block;}
#mctnt_01 p {font-size:16px;}

#mctnt_02 {clear:both; text-align:center; margin-bottom:30px;}
#mctnt_02 a{padding:0;margin:0;}
#mctnt_02 img{padding:0;margin:0;border:none;}

#mctnt_03 {clear:both; height:800px; margin-bottom:30px; border:1px solid #e6e6e6;}
#mctnt_03 .mctntIn03_01 {float:left; width:510px; padding:30px 0 30px 30px; text-align:center;}
#mctnt_03 .mctntIn03_02 {float:left; width:666px; padding:30px; font-size:16px;}
#mctnt_03 h1 {font-size:22px;font-weight:600;margin-top:30px;}
#mctnt_03 p {margin-top:30px; text-align:justify;word-break:keep-all;}

#mctnt_04 {clear:both; height:220px; margin-bottom:30px; border:1px solid #e6e6e6;}
#mctnt_04 .mctntIn04_01 {float:left; width:510px; padding:30px 0 30px 30px; text-align:center;}
#mctnt_04 .mctntIn04_02 {float:left; width:666px; padding:30px; font-size:16px;}
#mctnt_04 h1 {font-size:22px;font-weight:600;}
#mctnt_04 p {margin-top:10px; text-align:justify;word-break:keep-all;}

#ctnt_01btn {clear:both; margin-top:50px;padding:20px; text-align:center; border:1px solid #e6e6e6;}
#ctnt_01btn h2 {font-size:24px;font-weight:600;padding:0 !important;margin:0 !important;}
#ctnt_01btn a {display:block;}

#ctnt_10btn {clear:both; margin-top:50px;padding:20px; text-align:center; border:1px solid #e6e6e6;}
#ctnt_10btn h2 {font-size:24px;font-weight:600;padding:0 !important;margin:0 !important;}
#ctnt_10btn a {display:block;}

.ctnt_02img {clear:both;margin-top:20px;padding-bottom:20px;}
.ctnt_02img li{float:left;width:300px;padding-right:20px;}
.ctnt_02img li:last-child {padding-right:0;}

.ctnt_05img {clear:both;margin-top:20px;}
.ctnt_05img li{float:left;width:300px;padding-right:20px;}
.ctnt_05img li:last-child {padding-right:0;}

.ctnt_12img {clear:both;margin-top:30px;text-align:center;}
.ctnt_12img li{float:left;width:460px;padding-right:10px;}
.ctnt_12img li:last-child {padding-right:0;}
.ctnt_12img img{width:460px;}

.ulstyle_circle {padding-top:30px;padding-left:10px;}
.ulstyle_circle li {list-style-type:circle;}

#advertise {overflow:hidden; height: 240px; padding: 0 0 0 10px; border-bottom: 2px solid #b5121b;}
#advertise .cnt {padding: 30px 0 0 0;}

#cfStory,
#tvStore,
#probiotics {float: left;}

#cfStory {width: 290px;}
#tvStore {width: 460px;}
#tvStore ul {}
#tvStore ul li {overflow: hidden; margin: 0 0 12px 0;}
#tvStore ul li .shop {float: left; margin: 0 11px 0 0;}
#tvStore ul li .shop img {width: 205px; height: 62px; border:1px solid #e1e1e1;}
#tvStore ul li p {padding: 0 0 13px 0;}

#newsArea {overflow:hidden; padding: 0;}
#newsArea #mNews,
#newsArea #mQna,
#newsArea #mBiz {float:left;}

#newsArea h3 {height: 25px; padding: 25px 0 0 20px;}
#newsArea #mNews {width: 385px;height:187px;background:#dfdfdf;}
#newsArea #mNews ul {}
#newsArea #mNews ul li {line-height: 180%; font-size: 11px; color: #919191;}
#newsArea #mNews ul li a {float:left; color: #919191;}

#newsArea #mQna {width: 412px;height:187px;background:#f9f9f9;}
#newsArea #mQna ul {overflow: hidden}
#newsArea #mQna ul li {float: left; padding: 0;line-height: 180%; color: #666;}
#newsArea #mQna ul li .thum {float: left; margin: 0 10px 0 0 ;}
#newsArea #mQna ul li .thum img {border: 1px solid #d3d3d3;}
#newsArea #mQna ul li em {display:block; color: #4152a8;}
#newsArea #mQna ul li .txt {}
#newsArea #mQna ul li a {color:#666;}

#newsArea #mBiz {width:193px;margin: 0; font-size: 0;}
#newsArea #mBiz ul {}
#newsArea #mBiz li {float:left;margin:0;}
#newsArea #mBiz li:first-child {margin-left:0;}
#newsArea #mBiz .mLocation {clear:both;}

/* 서브 좌측메뉴
.subMlist1 .subMitem{background-image:url('/imgs/lnav_01.gif');}
.subMlist2 .subMitem{background-image:url('/imgs/lnav_02.gif');}
.subMlist3 .subMitem{background-image:url('/imgs/lnav_03.gif');}
.subMlist4 .subMitem{background-image:url('/imgs/lnav_04.gif');}
.subMlist0 .subMitem{background-image:url('/imgs/lnav_00.gif');}
 */
/* 회사소개 좌측 네비게이션 */
.subMlist1 .lnavBg1_01{background-position: 0 0;}
.subMlist1 .lnavBg1_02{background-position: 0 -40px;}
.subMlist1 .lnavBg1_03{background-position: 0 -80px;}
.subMlist1 .lnavBg1_04{background-position: 0 -120px;}
.subMlist1 .lnavBg1_05{background-position: 0 -160px;}

/* 브랜드제품 좌측 네비게이션 */
.subMlist2 .lnavBg2_01{background-position: 0 0;}
.subMlist2 .lnavBg2_02{background-position: 0 -40px;}
.subMlist2 .lnavBg2_03{background-position: 0 -80px;}

/* 꽃송이이야기 좌측 네비게이션 */
.subMlist3 .lnavBg3_01{background-position: 0 0;}
.subMlist3 .lnavBg3_02{background-position: 0 -40px;}
.subMlist3 .lnavBg3_03{background-position: 0 -80px;}
.subMlist3 .lnavBg3_04{background-position: 0 -120px;}
.subMlist3 .lnavBg3_05{background-position: 0 -160px;}
.subMlist3 .lnavBg3_06{background-position: 0 -200px;}
.subMlist3 .lnavBg3_07{background-position: 0 -240px;}
.subMlist3 .lnavBg3_08{background-position: 0 -280px;}

/* 고객센터 좌측 네비게이션 */
.subMlist4 .lnavBg4_01{background-position: 0 0;}
.subMlist4 .lnavBg4_02{background-position: 0 -40px;}
.subMlist4 .lnavBg4_03{background-position: 0 -80px;}

/* 멤버쉽 좌측 네비게이션 */
.subMlist0 .lnavBg0_01{background-position: 0 0;}
.subMlist0 .lnavBg0_02{background-position: 0 -40px;}
.subMlist0 .lnavBg0_03{background-position: 0 -80px;}
.subMlist0 .lnavBg0_04{background-position: 0 -120px;}
.subMlist0 .lnavBg0_05{background-position: 0 -160px;}

#sideSubMenu {background:#fff;padding-top:10px;padding-bottom:10px;}
#sideSubMenu li{

	color:#3d418a;
	border-bottom:1px solid #d7d7d7;
}

#sideSubMenu li a{
	display:block;
	width:200px;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	color:#3d418a;
	padding:10px 20px 10px 20px;
	background:url('../nimg/sLeft_blt_nav.gif') center left no-repeat;
}

#sideSubMenu > .active a {
	color:#c1942d !important;
	background:url('../nimg/sLeft_blt_nav_on.gif') center left no-repeat;
}

#intl_nav{position:relative;z-index:1500;}
#intl_nav #intl_dropdown{width:120px;background:#fff;border:1px solid #666;position:absolute;padding:0;margin:0;left:-20px;text-align:center;display:none}
#intl_nav:hover #intl_dropdown, #intl_nav.hover #intl_dropdown{display:block}
#intl_dropdown li{float:none;display:block;margin:0}
#intl_dropdown li a{padding:10px;width:100px;font-size:11px;font-weight:bold;display:block;line-height:15px}
#intl_dropdown li a:hover{background:#aaa;color:#eee;text-decoration:none}
#intl_dropdown li:last-child {float:none;}

.ctnt02_statistics li{float:left;width:200px;padding:10px;text-align:center;margin-top:50px;}
.ctnt02_statistics > .Num{font-size:24px !important;font-weight:bold !important;}