/* = HTML Elements Default Properties
--------------------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
html, body { height: 100%; }
body { font: 12px/16px Arial, "MS PGothic", Tahoma, sans-serif; color:#666; }
ul,ol { list-style: none; }
object { outline: none; }
label[for], input[type=radio] { vertical-align: middle; }
input[type=radio] { margin-right: 3px; }
hr { display: none; }
h1, h2, h3, h4, h5, h6 { font-size: 12px; }
a:link, a:visited { color: #666; text-decoration: none; }
a:hover, a:active { color: #666; text-decoration: underline; }
input, select, textarea { vertical-align: middle; }
form { margin: 0; padding: 0; }
fieldset { margin: 0; padding: 0; border: none 0 transparent; }
legend { display: none; }
img { border: 0 none; vertical-align: top; /* [[ behavior: url("/Front/common/css/iepngfix.htc") ]] */ }
input.textType {
	font-size: 12px;
	border: 1px solid #d2d2d2;
	height: 15px; padding: 3px 1px 1px 4px;
	background-color: #fff; color: #666;
}
input.readonly { background: #fafafa; }
table { border-collapse: collapse; width: 100%; }
table tr th img,
table tr td img { vertical-align: middle; }
textarea {
	color: #757575;
	font: 12px/16px Arial, "MS PGothic", Tahoma, sans-serif;
	background-color: #fff;
	padding: 2px 3px 0px 2px;
}
select { padding: 0 1px 0 0; font-size: 11px; }
option { padding-right: 0.7em; font-size: 11px; }
em { font-style: normal; }

/* [[ clear element ]] */
.clear { clear: both !important; }

/* [[ resize font ]] */
.resizeFont { font-size: 11px !important; }

/* [[ font weight ]] */
.weightZero { font-weight: normal !important; }

/* [[ accent color ]] */
.alt_color01 { color: #333 !important; }
.alt_color02 { color: #fc5912 !important; }

/* [[ reduce word & letter ]] */
.reduceZero { letter-spacing: 0 !important; word-spacing: 0 !important; }
.reduceLtt { letter-spacing: -1px !important; }
.reduceWord01 { word-spacing: -1px !important; }
.reduceWord02 { word-spacing: -2px !important; }
.reSpacing { letter-spacing: -1px; word-spacing: 1px; }

/* [[ clear float without additional element ]] */
.clear { clear: both; }
.clearSelf:after {
content: ".";
height: 0;
visibility: hidden;
display: block;
clear: both;
}
.clearSelf { display: inline-block; }

/* [[ hidden label ]] */
.hideLabel { position: absolute; left: -5000px; width: 0; }

/* [[ text align ]] */
.alignCenter { text-align: center !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
.alignRight span.selectbox_title { text-align: left !important; }
.alignJustify { text-align: justify !important; }

#wrap { width: 978px; position: relative; overflow: hidden; margin: 0 auto; }
#skipNav { position: absolute; left: -5000px; top: -5000px; }

/* [[ For Print ]] */
@media print {
	#wrap { background: #fff; }
	#wideContent,
	#content { float: none; padding: 0; margin: 0; }
	#secondaryColumn,
	#skipNav,
	#header,
	#location,
	#footer { display: none; }
}


/* = Global Navigatin Bar
--------------------------------------------------------------------------------------------*/

div.gnb { width: 998px; margin-bottom:10px; position: relative; z-index: 100; }

#menu {
	width: 968px; height: 37px; padding-left: 30px; overflow: hidden;
	background: url(../image/menu/bg_gnb.gif) left top repeat-x;
}
#menu li { float: left; display: inline; }
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	display: inline-block;
	text-decoration: none;
	height: 35px; line-height: 37px; padding: 2px 27px 0 29px;
	color: #fff; font-size: 13px; font-weight: bold;
	background: url(../image/menu/bul_bar01.gif) left 10px no-repeat;
}
#menu li a:hover,
#menu li.on a:link,
#menu li.on a:visited,
#menu li.on a:hover,
#menu li.on a:active { color: #fff603; }
#menu li ul {
	display: none;
	position: absolute; top: 37px;
	padding: 2px 0 3px 0; width: auto; height: auto; overflow: visible;
	background: #fff;
	border: 2px solid #008ae9; border-top: none;
}
#menu li ul li {
	float: none; display: block;
	padding: 0 8px;
	background: url(../image/menu/line01.gif) left top repeat-x;
}
#menu li ul li a:link,
#menu li ul li a:visited,
#menu li ul li a:active {
	display: block;
	height: auto; line-height: 16px; padding: 5px 0 3px 9px;
	color: #000; font-weight: normal; font-size: 12px;
	background: url(../image/menu/bul_arrow01.gif) left 10px no-repeat;
}
#menu li.on ul li a:link,
#menu li.on ul li a:visited,
#menu li.on ul li a:hover,
#menu li.on ul li a:active { color: #000; }
#menu li ul li a:hover { color: #0055c9; text-decoration: underline; }
#menu li ul.submenu2 { width: 140px; }
#menu li ul.submenu3 { width: 158px; }
#menu li ul.submenu4 { width: 110px; }
#menu li ul.submenu5 { width: 143px; }
#menu li ul.submenu6 { width: 123px; }
#menu li ul.submenu7 { width: 185px; }

#gsmWrap { width:998px; margin-left:30px; }

.tabNav01 li { float:left; margin-left:4px; display:inline; }
.tabNav01 li a { display:block; width:112px; height:22px; padding-top:7px; text-align:center; background:url(../image/main/bg_tab_off_01.gif) left bottom no-repeat; }
.tabNav01 li a:link , .tabNav01 li a:visited , .tabNav01 li a:hover , .tabNav01 li a:active { text-decoration:none; }
.tabNav01 li.on a { background:url(../image/main/bg_tab_on_01.gif) left bottom no-repeat; }
.tabNav01 li.on a:link , .tabNav01 li.on a:visited , .tabNav01 li.on a:hover , .tabNav01 li.on a:active { color:#FFF; font-weight:bold; text-decoration:none; }

#content h3 { margin-bottom:23px; }
#content h4 { padding:3px 0 3px 15px; font-size:120%; margin-bottom:3px; font-weight:bold; color:#003399; background:url(../image/main/blt_bar_01.gif) left 3px no-repeat; }
#mainContent { padding:0 0 20px 10px; margin-bottom:20px; border-bottom:1px dashed #999; }
#mainContent .quickView { float:left; width:352px; margin-right:12px; }
#mainContent .quickView dl dt { position:relative; width:321px; height:23px; padding:6px 0 0 10px; background:url(../image/main/bg_main_content_title.gif) left top no-repeat; }
#mainContent .quickView dl dt p { color:#006699; font-size:120%; font-weight:bold; }
#mainContent .quickView dl dt a { position:absolute; top:4px; right:5px; }
#mainContent .quickView dl dd { width:312px; padding:12px 5px 11px 12px; border:1px solid #b8c7e3; }
#mainContent .quickView dl dd ul li { width:100%; margin-bottom:3px; }
#mainContent .quickView dl dd ul li .tit { float:left; width:170px; padding-left:10px; color:#333; background:url(../image/main/blt_dot_01.gif) left 7px no-repeat; }
#mainContent .quickView dl dd ul li  span{ float:left; margin-right:13px; }
#mainContent .quickView dl dd ul li .point { float:left; }
#mainContent .quickView dl dd ul li a { float:right; width:64px; height:17px; padding:1px 0 0 14px; background:url(../image/main/bg_btn_01.gif) left top no-repeat;}
#mainContent .quickView dl dd ul li a:link , #mainContent .quickView dl dd ul li a:visited , 
#mainContent .quickView dl dd ul li a:hover , #mainContent .quickView dl dd ul li a:active { color:#FFF; font-size:95%; text-decoration:none; }
#mainContent .quickView dl.viewItem { height:110px; margin-bottom:5px; overflow:auto; overflow-x:hidden; }
#mainContent .quickView dl.viewItem dd { min-height:42px; _height:42px; }
#mainContent .quickView dl.viewOrder { height:160px; overflow:auto; overflow-x:hidden; }
#mainContent .quickView dl.viewOrder dd { min-height:100px; _height:110px; }

#mainContent .notice { float:left; width:624px; }
#mainContent .notice .noticeTab { width:602px; }
#mainContent .notice .noticeTab h4 { float:left; }
#mainContent .notice .noticeTab ul { float:right; }

#mainContent .notice table { width:602px; border-top:2px solid #79b4e9; }
#mainContent .notice table thead tr th { height:23px; color:#2d75c5;background-color:#eef5fd; font-weight:normal; border-bottom:1px solid #d4e5f2; }
#mainContent .notice table tbody tr td { height:23px; text-align:center; border-bottom:1px solid #d4e5f2; }
#mainContent .notice table tbody tr td.classification { color:#009900; }
#mainContent .notice table tbody tr td.tit a:link ,
#mainContent .notice table tbody tr td.tit a:visited ,
#mainContent .notice table tbody tr td.tit a:hover , 
#mainContent .notice table tbody tr td.tit a:active { font-weight:bold; color:#333; }

.subContent { width:988px; padding:0 0 20px 10px; border-bottom:1px dashed #999;}

.subContent dl { float:left; width:486px; height:55px; margin-right:6px; margin-bottom:16px; padding:1px; border:1px solid #b8c7e3; }
.subContent dl.end { margin-right:0; }
.subContent dl dt { float:left; width:148px; height:37px; padding:18px 0 0 18px; background-color:#f3f4f9; color:#190085; font-weight:bold; font-size:120%;}
.subContent dl dd { float:left; position:relative; width:303px; height:55px; padding:0 0 0 15px; border-right:2px solid #f5f5f5; }
.subContent dl dd.line01 { height:35px; padding:20px 0 0 15px; }
.subContent dl dd.line02 { height:46px; padding:9px 0 0 15px; }
.subContent dl dd ul li { margin-bottom:3px; }

.subContent dl.itemMgr dd{ background:url(../image/main/subcontent_bg_01.gif) right top no-repeat; }
.subContent dl.price dd{ background:url(../image/main/subcontent_bg_02.gif) right top no-repeat; }
.subContent dl.delivery dd{ background:url(../image/main/subcontent_bg_03.gif) right top no-repeat; }
.subContent dl.cancel dd{ background:url(../image/main/subcontent_bg_04.gif) right top no-repeat; }
.subContent dl.return dd{ background:url(../image/main/subcontent_bg_05.gif) right top no-repeat; }
.subContent dl.inquiry dd{ background:url(../image/main/subcontent_bg_06.gif) right top no-repeat; }

.itemGoods{overflow:hidden !important; font:12px/1.4 Arial, "MS PGothic", Tahoma, sans-serif}
.itemGoods table{ display:block; }
.itemGoods div{ font:12px/1.4 Arial, "MS PGothic", Tahoma, sans-serif }


/* HTML : pop_invoice */
.pop_invoice { width:990px; height:743px; padding:17px 49px 0 49px; overflow:hidden;}
.pop_invoice ul { overflow:hidden;}
.pop_invoice ul li { float:left; width:457px; height:320px; margin-bottom:10px; padding:19px;}
.pop_invoice .invoiceForm { overflow:hidden; background-color:#fff;}
.pop_invoice .invoiceForm .AreaL { float:left; width:341px; height:219px; border-right:1px solid #616161;}
.pop_invoice .invoiceForm .AreaL p img { height:47px;}
.pop_invoice .invoiceForm .AreaL dl { height:118px;}
.pop_invoice .invoiceForm .AreaL dt { height:18px; line-height:18px; background-color:#e8e8e8; color:#6d6d6d; padding:0 6px;}
.pop_invoice .invoiceForm .AreaL dd { font-weight:bold; color:#333; line-height:18px; padding:0 6px;}
.pop_invoice .invoiceForm .AreaL table { float:left; table-layout:fixed; border-collapse:collapse;}
.pop_invoice .invoiceForm .AreaL table th, .pop_invoice .invoiceForm .AreaL table td { height:26px; border-top:1px solid #616161;}
.pop_invoice .invoiceForm .AreaL table.tableL { width:228px;}
.pop_invoice .invoiceForm .AreaL table.tableL th { width:87px; font-weight:normal; background-color:#e9e9e9;}
.pop_invoice .invoiceForm .AreaL table.tableL td { padding-left:5px;}
.pop_invoice .invoiceForm .AreaL table.tableR { width:110px; border-left:1px solid #616161;}
.pop_invoice .invoiceForm .AreaL table.tableR th { font-weight:normal; background-color:#e9e9e9;}
.pop_invoice .invoiceForm .AreaL table.tableR td { border-top:none;}
.pop_invoice .invoiceForm .AreaR { float:right; width:115px;}
.pop_invoice .invoiceForm .AreaR dl {} 
.pop_invoice .invoiceForm .AreaR dt { height:22px; line-height:22px; text-align:center; font-weight:bold; color:#333; background-color:#e8e8e8;}
.pop_invoice .invoiceForm .AreaR dd { height:196px;}
.pop_invoice .invoiceForm .AreaBarcod { clear:both; zoom:1; height:50px; padding:4px 0; border:1px solid #616161; border-width:1px 0 1px 0; text-align:center;}
.pop_invoice .invoiceForm .AreaBarcod img { height:50px;}
.pop_invoice .invoiceForm .AreaBottom {}
.pop_invoice .invoiceForm .AreaBottom table { table-layout:fixed;}
.pop_invoice .invoiceForm .AreaBottom th { width:70px; font-weight:normal; height:36px;}
.pop_invoice .invoiceForm .AreaBottom th.line { border-left:1px solid #616161;}
.pop_invoice .invoiceForm .AreaBottom td {}

/* HTML : pop_PrintHawb.html (admin) */
.pop_invoice2 { width:1060px; height:761px; padding:0 0 0 34px; color:#333;}
.pop_invoice2 ul { height:100%; overflow:hidden;}
.pop_invoice2 ul li { float:left; width:338px; height:760px; overflow:hidden; margin:0 10px 0 0;}
.pop_invoice2 ul li table { border-collapse:collapse; font:12px/1.231 Arial,Tahoma,sans-serif; table-layout:fixed;}
.pop_invoice2 ul li table.invoiceForm td.line { padding:18px; width:300px; height:338px; overflow:hidden; vertical-align:top;}	
	
.pop_invoice2 ul li table.invoiceForm table.formBox table th, .pop_invoice2 ul li table.invoiceForm table.formBox table td { border:1px solid #909090;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_1 { text-align:center;}	
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_1 h2 img { width:129px; height:33px; margin:2px 0; overflow:hidden;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_1 img { padding:1px 0; height:22px;}
	
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_b td { text-align:center; padding:1px 0;}
	
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_2 th { height:18px; background-color:#e4e4e4; font-weight:normal; text-align:left; text-indent:2px;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_2 th span { font-size:10px; white-space:nowrap;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_2 td { padding-left:2px; height:102px; vertical-align:top; line-height:18px; font-weight:bold; overflow:hidden;}
	
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_3 th { height:18px; background-color:#e4e4e4; font-weight:normal; text-indent:2px; font-size:11px;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_3 td { text-align:center; font-size:11px;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_3 td p { text-indent:2px; text-align:left;}
		
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_4 th { height:12px; border-width:0 0 0 1px; text-indent:2px; font-size:9px; text-align:left; font-weight:normal;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_4 td { height:12px; border-width:0 1px 0 0; text-indent:2px; font-size:9px;}	
		
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_5 td { vertical-align:top;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_5 td p { height:15px; line-height:15px; text-indent:2px; font-size:9px;}
.pop_invoice2 ul li table.invoiceForm table.formBox td.line_5 td div { height:27px;}
	
/* HTML : pop_EurasiaLabel.html (admin) */
.pop_invoice3 { width:146.4mm; height:97mm; padding:0 3mm 3mm 0; font-size:2.37mm; line-height:3.3mm; color:#333;}
.pop_invoice3 td, .pop_invoice3 div, .pop_invoice3 li, .pop_invoice3 input, .pop_invoice3 select {color:#333; font-size:2.37mm; font-family:Arial; line-height:3.3mm;}
.pop_invoice3 .invoiceForm { float:left; width:72mm; overflow:hidden; vertical-align:top; border:1px solid #000;}
.pop_invoice3 .invoiceForm.invoice_business { margin-left:-1px;}
.pop_invoice3 .invoiceForm li { border-top:1px solid #000;}
	
.pop_invoice3 .invoiceForm .line_1 { border-top:none; height:7.5mm; line-height:7.5mm; text-align:center;}
.pop_invoice3 .invoiceForm .line_1 table.formBox h2 { float:left; width:30mm; text-align:left;}
.pop_invoice3 .invoiceForm .line_1 table.formBox h2 img { width:25.5mm; height:7.5mm;}
.pop_invoice3 .invoiceForm .line_1 table.formBox span { display:block; margin-top:12px;}
.pop_invoice3 .invoiceForm .line_1 table.formBox strong { font-size:3.81mm;}
	
.pop_invoice3 .invoiceForm .line_b { height:8.2mm;}
.pop_invoice3 .invoiceForm .line_b table.formBox td { height:8.2mm; text-align:center; vertical-align:middle;}
.pop_invoice3 .invoiceForm .line_b table.formBox td img { width:54.5mm; height:6.2mm;}
.pop_invoice3 .invoiceForm.invoice_business .line_b { height:11.2mm;}	
.pop_invoice3 .invoiceForm.invoice_business .line_b table.formBox td { height:11.2mm;}
.pop_invoice3 .invoiceForm.invoice_business .line_b table.formBox td p { line-height:2.5mm; font-size:2.54 mm; font-weight:bold;}
		
.pop_invoice3 .invoiceForm .line_2 { height:21mm;}
.pop_invoice3 .invoiceForm .line_2 table.formBox th { height:3.5mm; line-height:3.5mm; text-indent:0.8mm; background-color:#eaeaea; font-weight:bold; text-align:left;}
.pop_invoice3 .invoiceForm .line_2 table.formBox td { padding:1mm 0 0 0; vertical-align:top;}
.pop_invoice3 .invoiceForm .line_2 table.formBox td li { font-size:2.54mm; font-family:Dotum; text-indent:0.8mm; font-weight:bold; border-top:none;}
.pop_invoice3 .invoiceForm.invoice_business .line_2.shipping { height:13.8mm;}
	
.pop_invoice3 .invoiceForm .line_3 { height:12.8mm; border-top:none;}
.pop_invoice3 .invoiceForm .line_3 table.formBox { margin-left:-1px; width:75mm;}
.pop_invoice3 .invoiceForm .line_3 table.formBox th { width:18mm; height:4.1mm; background-color:#eaeaea; font-weight:normal; text-align:left; border:1px solid #000; border-collapse:collapse;}
.pop_invoice3 .invoiceForm .line_3 table.formBox th p { text-indent:0.8mm;}
.pop_invoice3 .invoiceForm .line_3 table.formBox td { height:4.1mm; text-align:center; border:1px solid #000; border-collapse:collapse;}
.pop_invoice3 .invoiceForm .line_3 table.formBox td p { text-align:left; text-indent:0.8mm;}
.pop_invoice3 .invoiceForm.invoice_business .line_3 { height:8.5mm;}
    
.pop_invoice3 .invoiceForm .line_4 { border-top:none; padding:1mm 0 0 0; height:14.3mm;}
.pop_invoice3 .invoiceForm .line_4 table.formBox { vertical-align:top;}
.pop_invoice3 .invoiceForm .line_4 table.formBox th { line-height:3.3mm; text-indent:0.8mm; text-align:left; font-weight:normal; font-size:2.37mm;}
.pop_invoice3 .invoiceForm .line_4 table.formBox td { line-height:3.3mm; text-indent:0.8mm;}
.pop_invoice3 .invoiceForm .line_4 p { padding:0 1.4mm 0 0; text-align:right;}
	
.pop_invoice3 .invoiceForm .line_5 { height:7.5mm;}
.pop_invoice3 .invoiceForm .line_5 table.formBox td { width:46.7mm; line-height:7.5mm; text-align:center; font-size:2.96mm;}
.pop_invoice3 .invoiceForm .line_5 table.formBox td strong { font-size:2.96mm;}
.pop_invoice3 .invoiceForm .line_5 table.formBox td.line_sg { width:24.9mm; border-left:1px solid #000; background-color:#eaeaea;}
    
.pop_invoice3 .invoiceForm .line_6 { height:8.2mm;}
.pop_invoice3 .invoiceForm .line_6 p { float:left;}
.pop_invoice3 .invoiceForm .line_6 p.logo_urasia { padding:0.5mm 0 0 0; width:31mm; text-align:left;}
.pop_invoice3 .invoiceForm .line_6 p.logo_urasia img { width:25.5mm; height:7.5mm;}
.pop_invoice3 .invoiceForm .line_6 p.info_urasia { padding:1mm 0; width:22mm; text-align:center;}
.pop_invoice3 .invoiceForm .line_6 p.logo_gmarket { padding:4mm 0 0 0; width:18.5mm; text-align:right;}
.pop_invoice3 .invoiceForm .line_6 p.logo_gmarket img { width:14.5mm; height:4mm;}
	
.pop_invoice3 .invoiceForm .line_7 { height:15.3mm; border-top:none;}
.pop_invoice3 .invoiceForm .line_7 table.formBox { vertical-align:top;}
.pop_invoice3 .invoiceForm .line_7 table.formBox th { width:35.7mm; height:4.3mm; line-height:4.3mm; text-align:left; text-indent:0.8mm;}
.pop_invoice3 .invoiceForm .line_7 table.formBox td { height:11mm;}
.pop_invoice3 .invoiceForm .line_7 table.formBox .line_r {width:40.5mm; border-right:1px solid #000;}

/* 	----------------------------------------------------------
	HTML : POP_INVOICE_EMS
	CLASS : POP_INVOICE_EMS  [2012-04-16]
----------------------------------------------------------- */
.pop_ivc_ems{overflow:hidden;width:190mm;height:145.0mm;}
.pop_ivc_ems *{line-height:1.0;font-size:3.18mm;font-family:"Dotum","돋움";}
.pop_ivc_ems table{table-layout:fixed;}
.pop_ivc_ems table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* SPAN SQURE */
.pop_ivc_ems .sq, .pop_ivc_ems .sq_filled{overflow:hidden;display:inline-block;width:1.9mm;height:2.0mm;margin:0 0.8mm;border:0.2mm solid #0066b3;vertical-align:text-top;}
.pop_ivc_ems .sq_filled{background-color:#0066b3;}

/* ----------- HEAD ----------- */
.pop_ivc_ems .head{overflow:hidden;height:33.6mm;color:#0066b3;}
/* LOGO */
.pop_ivc_ems .ems_logo{float:left;width:21mm;height:33.6mm;}
.pop_ivc_ems .ems_logo .img, .pop_ivc_ems .ems_logo .img img{width:21mm;height:16.7mm;}
.pop_ivc_ems .ems_logo .item{padding-top:4.7mm;line-height:3.7mm;text-align:center;color:#0066b3;}

/* CODE */
.pop_ivc_ems .codes{float:left;width:74.0mm;height:33.6mm;text-align:center;}
.pop_ivc_ems .codes .type{line-height:8.8mm;color:#0066b3;}
.pop_ivc_ems .codes .barcode{width:60mm;height:25.1mm;margin:0 auto;}
.pop_ivc_ems .codes .barcode .txt1{font-size:16px;font-weight:bold;color:#000;}
.pop_ivc_ems .codes .barcode .img{margin:1mm 0;}
.pop_ivc_ems .codes .barcode .img img{width:60mm;}
.pop_ivc_ems .codes .barcode .txt2{letter-spacing:7px;color:#000;font-weight:bold;}

/* INFO */
.pop_ivc_ems .info{float:right;overflow:hidden;width:95.0mm;}
.pop_ivc_ems .info *{font-size:2.52mm;color:#0066b3;}
.pop_ivc_ems .info .desc{height:7.7mm;margin:0.9mm 5.4mm 0 1.5mm;}
.pop_ivc_ems .info .img, .pop_ivc_ems .info .img img{width:95.0mm;height:11.9mm;}

.pop_ivc_ems .info .detail{height:13.7mm;border:0.3mm solid #0066b3;border-bottom:none;text-align:center;}
.pop_ivc_ems .info .detail table{table-layout:auto;}
.pop_ivc_ems .info .date{float:left;width:49.0mm;border-right:0.3mm solid #0066b3;}
.pop_ivc_ems .info .date h4{height:4.4mm;line-height:4.0mm;border-bottom:0.3mm solid #0066b3;font-weight:normal;} 
.pop_ivc_ems .info .date th, .pop_ivc_ems .info .date td{border:0.3mm solid #0066b3;border-top:none;border-left:none;}
.pop_ivc_ems .info .date th{height:3.5mm;font-weight:normal;}
.pop_ivc_ems .info .date td{width:4.1mm;height:5.3mm;border-bottom:none;font-size:2.87mm;color:#000;}
.pop_ivc_ems .info .date .hour, .pop_ivc_ems .info .date .mnt, .pop_ivc_ems .info .date .sc{width:7.2mm;border-right:none;}
.pop_ivc_ems .info .date .sc{width:0.5mm;color:#0066b3;}

.pop_ivc_ems .info .postcode{float:left;width:45.1mm;}
.pop_ivc_ems .info .postcode th{height:8.15mm;font-weight:normal;border-bottom:0.3mm solid #0066b3;}
.pop_ivc_ems .info .postcode th span{display:block;}
.pop_ivc_ems .info .postcode td{height:5.3mm;font-size:2.87mm;color:#000;}

/* ----------- CONTENT ----------- */
.pop_ivc_ems .content{overflow:hidden;height:100.8mm;border-top:0.3mm solid #0066b3;border-right:0.3mm solid #0066b3;}
.pop_ivc_ems .content .section{overflow:hidden;}
/* ADDRESS */
.pop_ivc_ems .address{height:52.6mm;}
.pop_ivc_ems .address .section{float:left;width:95.0mm;height:100%;}
.pop_ivc_ems .address .w968{width:94.5mm;}
.pop_ivc_ems .address .section h3{float:left;width:6.2mm;height:100%;background-color:#0066b3;color:#fff;font-size:3.95mm;text-align:center;line-height:1.8;}
.pop_ivc_ems .address .section h3 small{display:block;margin:5.6mm 0 4.6mm;font-size:2.34mm;font-weight:normal;}
.pop_ivc_ems .address .section ul{float:left;width:88.8mm;}
.pop_ivc_ems .address .w968 ul{width:88.3mm;}
.pop_ivc_ems .address .section li{overflow:hidden;width:100%;height:6.4mm;border-bottom:0.3mm dashed #0066b3;}
.pop_ivc_ems .address .section dt, .pop_ivc_ems .address .section dd{line-height:6.5mm;}
.pop_ivc_ems .address .section dt{float:left;padding:0 1.9mm 0 0.9mm;color:#0066b3;font-size:3mm;}
.pop_ivc_ems .address .section dd{font-weight:bold;}
.pop_ivc_ems .address .section li.last{height:40.2mm;border-bottom:none;}
.pop_ivc_ems .address .section li.last dt, .pop_ivc_ems .address .section li.last dd{line-height:1.1;}
.pop_ivc_ems .address .section li.last dt{float:none;margin:2.0mm 0 0.5mm;}
.pop_ivc_ems .address .section li.last dd{overflow:hidden;margin-bottom:2.2mm;padding:0 2.0mm;}
.pop_ivc_ems .address .section li.last dd.addrss{width:84.7mm;height:14.0mm;}
.pop_ivc_ems .address .w968 li.last dd.addrss{height:25.0mm;}
.pop_ivc_ems .address .section li.last dd.email{height:4.0mm;white-space:nowrap;}
.pop_ivc_ems .address .section .postalcode{height:4.3mm;color:#0066b3;text-align:center;line-height:4.3mm;}
.pop_ivc_ems .address .section .postalcode *{font:bold 3.59mm "Batang";vertical-align:top;}
.pop_ivc_ems .address .section .postalcode p{height:4.3mm;line-height:4.3mm;}
.pop_ivc_ems .address .section .postalcode span{overflow:hidden;display:inline-block;width:3.5mm;height:3.7mm;margin:0 0.3mm;text-align:center;color:#000;border:0.3mm solid #0066b3;line-height:4.0mm;}
.pop_ivc_ems .address .section .etc{height:5.0mm;overflow:hidden;}
.pop_ivc_ems .address .section .etc dl{float:left;width:44.0mm;}
.pop_ivc_ems .address .section .etc dt, .pop_ivc_ems .address .section .etc dd{}
.pop_ivc_ems .address .section li.last .etc dt{float:left;margin:0;}
.pop_ivc_ems .address .section li.last .etc dd{float:left;overflow:hidden;width:20.5mm;height:100%;margin:0;padding:0;white-space:nowrap;}
.pop_ivc_ems .address .section li.last .etc dl.lst dd{width:29.5mm}
/* DETAILS */
.pop_ivc_ems .tables{overflow:hidden;height:47.9mm;color:#0066b3;border-bottom:0.3mm solid #0066b3;}
.pop_ivc_ems .tables *{font-size:2.52mm;color:#0066b3;}
.pop_ivc_ems .details{float:left;width:122.5mm;}
.pop_ivc_ems .details h3{position:relative;height:24px;padding-left:2.4mm;background-color:#0066b3;color:#fff;font-size:3.59mm;line-height:7.0mm;}
.pop_ivc_ems .details h3 span{position:absolute;top:1.5mm;right:3.8mm;white-space:nowrap;font-size:3.59mm;color:#fff;}
.pop_ivc_ems .details table th, .pop_ivc_ems .details table td{border:1px solid #0066b3;}
.pop_ivc_ems .details table th{height:25px;font-weight:normal;font-size:2.35mm;}
.pop_ivc_ems .details table td{height:auto;padding:0 1.5mm;text-align:center;color:#000;border:none;border-left:0.3mm solid #0066b3;border-right:0.3mm solid #0066b3;border-bottom:1px dashed #0066b3;}
.pop_ivc_ems .details table td p{width:100%;height:18px;line-height:4.87mm;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#000;}
.pop_ivc_ems .details table td.title{width:auto;}
.pop_ivc_ems .details table tr.last td{border-bottom:0.3mm solid #0066b3;}

.pop_ivc_ems .details .content, .pop_ivc_ems .details .number, .pop_ivc_ems .details .signature{color:#0066b3;}
.pop_ivc_ems .details .content, .pop_ivc_ems .details .signature{overflow:hidden;border-bottom:1px solid #0066b3;}
.pop_ivc_ems .details .content{height:18px;padding:0;}
.pop_ivc_ems .details .content p{display:inline-block;width:auto;*display:inline;*zoom:1;color:#0066b3;}
.pop_ivc_ems .details .number{height:39px;border-bottom:none;}
.pop_ivc_ems .details .number dl{text-align:left;}
.pop_ivc_ems .details .number dt{float:left;width:54.3mm;}
.pop_ivc_ems .details .number dd{height:3.5mm;}
.pop_ivc_ems .details .number dd span{overflow:hidden;display:inline-block;height:3.5mm;width:6.4mm;vertical-align:top;}
.pop_ivc_ems .details .signature{height:52px;padding:4px 5px;text-align:left;vertical-align:top;border-bottom:none;}
.pop_ivc_ems .details .signature h4{font-weight:normal;}
.pop_ivc_ems .details .signature p{height:auto;line-height:1.5;color:#0066b3;}
.pop_ivc_ems .details .signature .desc{font-size:2.16mm;}
.pop_ivc_ems .details .signature .write{width:150px;height:25px;overflow:hidden;white-space:pre-line;line-height:25px;text-align:center;color:#000;font-size:13px;font-weight:bold;}
/* ASIDE */
.pop_ivc_ems .aside{overflow:hidden;float:left;width:33.6mm;height:49.1mm;border-top:1px solid #0066b3;}
.pop_ivc_ems .aside dl{overflow:hidden;border-bottom:1px solid #0066b3;padding:2px 0.9mm 4px;}
.pop_ivc_ems .aside dt{line-height:1.1;}
.pop_ivc_ems .aside .weight, .pop_ivc_ems .aside .service, .pop_ivc_ems .aside .way, .pop_ivc_ems .aside .insrnc{border-right:0.3mm solid #0066b3;} 
.pop_ivc_ems .aside .weight, .pop_ivc_ems .aside .postage{height:17px;}
.pop_ivc_ems .aside .service, .pop_ivc_ems .aside .code{height:36.9px;-webkit-min-logical-height:38px;#height:38px;}
.pop_ivc_ems .aside .way, .pop_ivc_ems .aside .signature{height:50.7px;}
.pop_ivc_ems .aside .insrnc, .pop_ivc_ems .aside .value{height:51px;}
.pop_ivc_ems .aside .weight dt, .pop_ivc_ems .aside .code dt, .pop_ivc_ems .aside .postage dt{float:left;height:100%;}
.pop_ivc_ems .aside .weight dd, .pop_ivc_ems .aside .code dd, .pop_ivc_ems .aside .postage dd{float:right;height:100%;}
.pop_ivc_ems .aside .weight dd, .pop_ivc_ems .aside .postage dd{overflow:hidden;width:20.5mm;height:100%;font-size:2.87mm;color:#000;text-align:right;line-height:19px;}
.pop_ivc_ems .aside .weight dd span, .pop_ivc_ems .aside .postage dd span{margin:0 0.5mm;font-size:2.87mm;}
.pop_ivc_ems .aside .weight dt span, .pop_ivc_ems .aside .service dt span{display:block;}
.pop_ivc_ems .aside .insrnc dt span, .pop_ivc_ems .aside .postage dt span, .pop_ivc_ems .aside .code dt span
{display:block;margin-top:1px;white-space:nowrap;}
.pop_ivc_ems .aside .service dt span{letter-spacing:-1px;}
.pop_ivc_ems .aside .service dd{overflow:hidden;margin-top:3px;text-align:right;}
.pop_ivc_ems .aside .service dd span{overflow:hidden;display:inline-block;width:9.7mm;height:2.5mm;}
.pop_ivc_ems .aside .code{position:relative;}
.pop_ivc_ems .aside .code dd{position:absolute;top:0;right:0;}
.pop_ivc_ems .aside .code dd span{overflow:hidden;float:left;width:7.1mm;height:11.7mm;border-left:0.3mm solid #0066b3;text-align:center;line-height:11.7mm;color:#000;font-size:6.47mm;font-weight:bold;}
.pop_ivc_ems .aside .way dd{display:inline-block;margin-top:2.4mm;padding:0 0.3mm;letter-spacing:-1px;*zoom:1;*display:inline;white-space:nowrap;}
.pop_ivc_ems .aside .way dd.cash{display:block;}
.pop_ivc_ems .aside .way .sq, .pop_ivc_ems .aside .way .sq_filled{margin-left:0;}
.pop_ivc_ems .aside .insrnc{text-align:center;}
.pop_ivc_ems .aside .insrnc dt{text-align:left;}
.pop_ivc_ems .aside .insrnc dd{display:inline-block;margin:1.5mm 2.5mm 0;*zoom:1;*display:inline;}
.pop_ivc_ems .aside .signature dd{overflow:hidden;width:120px;height:35px;margin-top:5px;text-align:center;color:#000;font-size:3mm;font-weight:bold;line-height:35px;}
.pop_ivc_ems .aside .value{position:relative;border-bottom:none;}
.pop_ivc_ems .aside .value dd{overflow:hidden;width:105px;height:15px;margin-top:20px;padding-right:17px;font-size:2.87mm;color:#000;line-height:15px;text-align:right;}
.pop_ivc_ems .aside .value dt{height:10px;white-space:nowrap;letter-spacing:-1px;}
.pop_ivc_ems .aside .value dd span{position:absolute;bottom:13px;right:5px;color:#0066b3;letter-spacing:0;font-size:2.8mm;}
/* FOOTER */
.pop_ivc_ems .footer{overflow:hidden;height:8.7mm;padding:1.0mm 1.0mm 0;border:0.3mm solid #0066b3;border-top:none;}
.pop_ivc_ems .footer *{font-size:2.16mm;color:#0066b3;line-height:1.3;}
.pop_ivc_ems .footer h5{font-weight:normal;}
.pop_ivc_ems .footer ul{overflow:hidden;white-space:nowrap;}
.pop_ivc_ems .footer li{float:left;margin-right:0.9mm;}

/* 	----------------------------------------------------------
	HTML : pop_invoice_merged [2012-10-18]
----------------------------------------------------------- */
#inv_merged{overflow:hidden;width:143.45mm;height:95.0mm;color:#222;}
#inv_merged *{line-height:1.1;font-family:Arial;}
#inv_merged:after{display:block;clear:both;content:".";}
/* SECTION : COMMON */
#inv_merged .section{float:left;}
#inv_merged .section .tt01{overflow:hidden;height:4.8mm;background-color:#000;color:#fff;font-size:3.11mm;line-height:1.7;}
#inv_merged .section .tt02{height:4.8mm;line-height:1.8;}

/* SECTION : LEFT-SIDE */
#inv_merged .left-side{position:relative;width:68.0mm;height:93.7mm;border:0.8mm solid #000;border-bottom:0;}
#inv_merged .left-side span.bg_crt{position:absolute;right:-0.7mm;top:-0.95mm;width:31px;height:31px;}
#inv_merged .left-side span.bg_crb{position:absolute;right:-0.7mm;bottom:3.9mm;width:37px;height:33px;}
#inv_merged .left-side .header{padding-top:3.2mm;padding-left:1.9mm;height:9.7mm;}
#inv_merged .left-side .logo{float:left;width:41.3mm;}
#inv_merged .left-side .logo img{width:41.3mm;}
#inv_merged .left-side dl.ref{margin-left:45.0mm;font-size:3.11mm;text-align:left;}
#inv_merged .left-side dl.ref dd{font-weight:bold;}
#inv_merged .left-side .fieldset{overflow:hidden;height:32mm;padding:0 1.9mm;}
#inv_merged .left-side .fieldset .name{margin:2.0mm 0 0;font-size:5.52mm;font-weight:bold;color:#00291b;}
#inv_merged .left-side .fieldset .area{font-size:3.45mm;color:#1f1f1f;}
#inv_merged .left-side .fieldset .area p{margin-top:2.0mm;line-height:1.4;}
#inv_merged .left-side .fieldset .area p.address{overflow:hidden;height:13.5mm;}
#inv_merged .left-side .fieldset .area p.phone{color:#00291b;font-size:3.6mm;}
#inv_merged .left-side .details{overflow:hidden;border-top:0.55mm solid #959595;border-bottom:0.8mm solid #959595;}
#inv_merged .left-side .details:after{display:block;clear:both;content:"";}
#inv_merged .left-side .details dl{overflow:hidden;float:left;height:7.05mm;padding-left:1.1mm;border-right:0.55mm solid #9d9d9d;}
#inv_merged .left-side .details dl.deat{width:19.5mm;}
#inv_merged .left-side .details dl.postal-code{width:30.9mm;}
#inv_merged .left-side .details dl.area{width:13.2mm;border-right:none;}
#inv_merged .left-side .details dl dt{float:left;width:7.6mm;margin-top:1.1mm;font-size:2.42mm;}
#inv_merged .left-side .details dl dt span{display:block;text-indent:1.1mm;}
#inv_merged .left-side .details dl dd{margin-left:7.6mm;text-align:center;font-size:5.18mm;font-weight:bold;line-height:7.1mm;}
/* SECTION : LEFT-SIDE : SENDER */
#inv_merged .left-side .sender .fieldset{height:26.0mm;}
#inv_merged .left-side .sender .fieldset .name{margin-top:0.5mm;}
#inv_merged .left-side .sender .fieldset .area{font-size:3.11mm;}
#inv_merged .left-side .sender .fieldset .area p{margin-top:1.0mm;}
#inv_merged .left-side .sender .fieldset .area p.phone{margin-top:0;font-size:3.11mm;letter-spacing:0;}

#inv_merged .left-side .footer{overflow:hidden;height:4.0mm;background-color:#fff;border-top:0.8mm solid #000;margin:0 -0.8mm;}
#inv_merged .left-side .footer p{margin-top:-0.2mm;font-size:3.0mm;}
#inv_merged .left-side .footer p small{font-size:2.42mm;}
#inv_merged .left-side .footer p em{font-size:3.7mm;font-weight:bold;vertical-align:middle;}

/* SECTION : RIGHT-SIDE */
#inv_merged .right-side{width:73.85mm;}
#inv_merged .right-side .barcode{height:14.5mm;margin:0.5mm -3px 0;}
#inv_merged .right-side .barcode{text-align:center;}
#inv_merged .right-side .barcode span{overflow:hidden;display:inline-block;*zoom:1;*display:inline;}
#inv_merged .right-side .barcode span.text{font-size:130%;font-weight:bold;}
#inv_merged .right-side .barcode img{width:68.5mm;height:9.9mm;}
#inv_merged .right-side .item-detail{overflow:hidden;height:56.71mm;border-right:0.8mm solid #000;border-bottom:0.8mm solid #000;}

#inv_merged .right-side .footer{padding:0 1.9mm;font-size:2.76mm;}
#inv_merged .right-side .footer p{line-height:1.3}
#inv_merged .right-side .footer p u{text-decoration:none;color:#096748;}
#inv_merged .right-side .footer p em{font-size:3.1mm;font-weight:bold;}
#inv_merged .right-side .footer .qrcode{float:right;margin-top:3.7mm;margin-left:0.5mm;}
#inv_merged .right-side .footer .qrcode img{width:10.8mm;}


/* SECTION : RIGHT-SIDE :TABLE */
#inv_merged .section table{table-layout:fixed;width:100%;border-collapse:collapse;}
#inv_merged .section table th, #inv_merged .section table td{border-right:0.55mm solid #000;}
#inv_merged .section table th{height:4.0mm;font-weight:normal;font-size:2.76mm;}
#inv_merged .section table td{padding:0 1.9mm;font-size:2.76mm;}
#inv_merged .section table.items{border-top:0.8mm solid #000;height:37.5mm;}
#inv_merged .section table.items th{font-size:3.11mm;border-bottom:0.55mm solid #000;}
#inv_merged .section table.items td{font-size:2.42mm;}
#inv_merged .section table.details{height:20.3mm;}
#inv_merged .section table.details th{height:4.5mm;}
#inv_merged .section table.details th, #inv_merged .section table.details td{padding:0;border:0.35mm solid #000;border-left:none;text-align:center;}
#inv_merged .section table tr.total td{height:4.0mm;font-size:3.11mm;font-weight:bold;} 
#inv_merged .section table tr.total td em{display:block;text-align:right;}
#inv_merged .section table tr.details th, #inv_merged .section table tr.details td{height:4.8mm;padding:0;border:0.55mm solid #000;border-left:0;font-size:2.76mm;text-align:center;}
#inv_merged .section table tr.details th{}
#inv_merged .section table tr.details td{font-weight:bold;}
#inv_merged .section table .q, #inv_merged .section table .memo{border-right:none !important;text-align:center;}
#inv_merged .section table span.ruby{display:inline-block;margin-top:-0.3mm;font-size:2.42mm;vertical-align:top;}
#inv_merged span.sq, #inv_merged span.sq_filled{display:inline-block;width:1.6mm;height:1.6mm;border:0.3mm solid #000;}
#inv_merged span.sq_filled{background:#000;}

/* 	----------------------------------------------------------
	HTML : Commercial invoice [2012-11-12] 
    201.4mm * 285.4mm (0.96배수)
----------------------------------------------------------- */
#cml_inv{overflow:hidden;width:201.4mm;height:285.4mm}
#cml_inv .page{padding:4.2mm 7.0mm}
#cml_inv .page *{color:#000;line-height:1.2}
#cml_inv h1{height:10.0mm;margin-bottom:6.0mm;padding-top:2.8mm;background-color:#e8e8e8;font-size:7.8mm;text-transform:uppercase;text-align:center;line-height:1.1}
#cml_inv .number{overflow:hidden;height:6.0mm;font-size:4.75mm;line-height:6.0mm}
#cml_inv .number p.hawb{float:left}
#cml_inv .number p.serial{float:right}
#cml_inv .section{overflow:hidden;margin-bottom:2.9mm;border-top:1.1mm solid #000}
#cml_inv .section > div{float:left;width:49.99%;height:124.2mm;border-bottom:1.1mm solid #000} /* right_side & left_side */
#cml_inv .section > div > div{border-bottom:0.4mm solid #000} /* cell */
#cml_inv .section .right_side > div{height:20.7mm;border-left:0.4mm solid #000}
/* INNER */
#cml_inv .section h3{padding:1.8mm 1.8mm 2.8mm;font-size:4.07mm}
#cml_inv .section h4{padding:0 1.8mm;font-size:4.41mm;color:#00291b}
#cml_inv .section p{padding:0 1.8mm;font-size:3.56mm}
#cml_inv .section .detail{margin:3.9mm 0}
#cml_inv .section .detail p{margin:1.2mm 0;line-height:7.0mm}
#cml_inv .section .detail em{font-size:4.41mm;color:#00291b;font-weight:bold}
#cml_inv .section .detail small{font-size:3.73mm;color:#00291b;font-weight:bold}
#cml_inv .section .float{overflow:hidden;width:100.5%;margin-right:-0.4mm;padding:0}
#cml_inv .section .col{float:left;width:49.5%;height:100%;border-right:0.4mm solid #000}
/* HEIGHT */
#cml_inv .section .h532{height:53.2mm}
#cml_inv .section .h173{height:17.3mm}
/* COMMON */
#cml_inv .ct{text-align:center}
#cml_inv .rt{text-align:right}
/* TABLE */
#cml_inv table{table-layout:fixed;border-collapse:collapse}
#cml_inv table .none{border-right:0 none}
#cml_inv table .rowspan{vertical-align:top;text-align:center}
#cml_inv table thead th{height:11.6mm;font-size:4.07mm;border-bottom:0.4mm solid #000;border-right:0.4mm solid #000}
#cml_inv table tbody{border-bottom:1.1mm solid #000}
#cml_inv table tbody td{padding:2.1mm 2.6mm;border-bottom:0.4mm solid #000;border-right:0.4mm solid #000} 
#cml_inv table tfoot th, #cml_inv table tfoot td{padding:2.6mm 2.1mm 3.2mm;font-size:4.07mm;font-weight:bold}
#cml_inv .section .sign{float:right;clear:both;width:93.9mm;height:5.8mm;margin-top:6.6mm;font-size:4.07mm;line-height:5.8mm;font-weight:bold;border-bottom:1.9mm solid #000}

/* ----------------------------------------------------------
	HTML : Cargo Manifest [2012-11-12] 
    285.4mm * 201.4mm (0.96배수) 
----------------------------------------------------------- */
#crg_mf{position:relative;width:285.4mm;height:404.4118mm}
#crg_mf *{color:#000}
#crg_mf .page{padding:0 3mm}
#crg_mf .hgroup{position:relative;overflow:hidden;height:9.4mm;padding:0 1.4mm;text-align:center}
#crg_mf .hgroup p.no{position:absolute;top:0;left:3mm;margin-top:4.4mm;font-size:3.73mm}
#crg_mf .hgroup h1{display:inline-block;height:9.4mm;line-height:9.4mm;font-size:7.79mm;text-align:center}
#crg_mf .hgroup span.logo{position:absolute;top:0;left:auto;right:3mm;width:50mm;margin-top:0.4mm}
#crg_mf .table_section{overflow:hidden}
#crg_mf .table_section table{border-collapse:collapse;line-height:1.2}
#crg_mf .table_section table th, #crg_mf .table_section table td{border:1px solid #000}
#crg_mf .table_section table th{height:6.0mm;background-color:#d8d8d8;line-height:6.0mm;font-size:3.73mm}
#crg_mf .table_section table td{padding:2px 1.5mm;font-size:2.37mm}
#crg_mf .table_section table td p{overflow:hidden;height:20px;line-height:1.2;}
#crg_mf .table_section .rt{text-align:right;}
#crg_mf .table_section .ct{text-align:center;}
#crg_mf .footer{overflow:hidden;position:absolute;bottom:0;left:0;width:100%;height:5.5mm;font-size:2.71mm;line-height:5.5mm;background-color:#fff}
#crg_mf .footer .pg{float:left;display:inline;margin:0 3mm;}
#crg_mf .footer .addrss{float:right;display:inline;margin:0 3mm;}

/* 	----------------------------------------------------------
	HTML : QExpress [2013-04-11] 
    201.6mm * 142.1mm (0.96배수) A5
----------------------------------------------------------- */
.inv_qxprs{overflow:hidden;width:201.6mm;height:138.0mm;color:#000}
.inv_qxprs *{line-height:100%}
.inv_qxprs .innr{padding:3.3mm 5mm 0}
.inv_qxprs .head{position:relative;height:17mm}
.inv_qxprs .head > img{width:241px !important;height:37px !important;}
.inv_qxprs .head .info{margin-top:1.0mm;font-size:10px}
.inv_qxprs .head .info a{color:#e70000;font-size:10px}
.inv_qxprs .head .code{position:absolute;right:5.0mm;top:0;height:20.0mm}
.inv_qxprs .head .code span{float:left;display:block;text-align:center}
.inv_qxprs .head .code .qr img{width:63px !important;height:63px !important;}
.inv_qxprs .head .code .bar{width:76.7mm;margin-right:2.5mm;padding:0 0 2.3mm}
.inv_qxprs .head .code .bar .number{display:block;margin-top:1.1mm;text-align:center;font-weight:bold;font-size:16px}
.inv_qxprs h2{height:5.6mm;padding:0 1.6mm;line-height:5.6mm;background-color:#f2f2f2}
.inv_qxprs .section{margin-top:1mm}
.inv_qxprs .section .lft{float:left}
.inv_qxprs .section .rgt{float:right}
.inv_qxprs .address{overflow:hidden}
.inv_qxprs .address .adrs_bx{overflow:hidden;width:55%;height:34.0mm;border:1px solid #212222;border-radius:2.1mm}
.inv_qxprs .address .adrs_bx h2{border-bottom:1px solid #999a9a}
.inv_qxprs .address .adrs_bx dl{overflow:hidden;padding:1.1mm 1.6mm;border-bottom:1px solid #d7d7d7}
.inv_qxprs .address .adrs_bx dl.fixed dd{overflow:hidden;height:24px;line-height:12px;float:none;width:auto;}
.inv_qxprs .address .adrs_bx dt{float:left;width:11.0mm;font-size:9px}
.inv_qxprs .address .adrs_bx dd{float:left;text-align:center;width:337px;}
.inv_qxprs .address .adrs_bx dd em{font-weight:bold;font-size:12px}
.inv_qxprs .address .rgt{width:44%}
.inv_qxprs .address .rgt dd{font-size:11px;width:260px;}
.inv_qxprs .address .col2, .inv_qxprs .address .col3{overflow:hidden}
.inv_qxprs .address .col2 dl, .inv_qxprs .address .col3 dl{position:relative;float:left;height:6.0mm;margin-left:-1px;padding:1.3mm 0;border-left:1px solid #ccc;border-bottom:0 none}
.inv_qxprs .address .col2 dl{width:49.8%}
.inv_qxprs .address .col3 dl{width:33.2%}
.inv_qxprs .address .col2 dt, .inv_qxprs .address .col3 dt{position:absolute;top:1.3mm;left:1.6mm;line-height:1.0;}
.inv_qxprs .address .col2 dd, .inv_qxprs .address .col3 dd{line-height:1.4;width:auto;float:none;margin-left:13.0mm;}
.inv_qxprs .address .col3 dd em{font-size:17px}
.inv_qxprs .address .ntn dd{font-size:13px}
.inv_qxprs .detail{overflow:hidden;position:relative;margin:0.8mm 0;padding:0 2.1mm;border:1px solid #3a3b3b}
.inv_qxprs .detail h2{margin:0 -2.1mm;padding-top:1mm;padding-bottom:1mm;border-bottom:1px solid #b5b6b6}
.inv_qxprs .detail ul.dtl{position:absolute;right:3.4mm;top:2.2mm}
.inv_qxprs .detail ul.dtl li{float:left;margin-right:1.0mm;font-size:9px}
.inv_qxprs .detail ul.dtl li.total{display:inline;margin-left:7.9mm}
.inv_qxprs .detail ul.dtl li dfn{margin-right:2px;font-style:normal}
.inv_qxprs .detail em{font-weight:bold}
.inv_qxprs .detail .tblist{width:100%;height:245px;padding:1.2mm 0 0}
.inv_qxprs .detail .tblist table{table-layout:fixed;width:100%;height:51.0mm;border-collapse:separate;background:#0b0c0c}
.inv_qxprs .detail .tblist table td{height:11px;background:#fff;font-size:7.68px;line-height:100%;text-align:center}
.inv_qxprs .detail .tblist table td .item{padding:1px 0;height:18px}
.inv_qxprs .detail .tblist .item p{overflow:hidden;padding:0.1mm 1.9mm;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:7.68px !important;}
.inv_qxprs .additional{height:24px;font-size:8.45px;line-height:1.2}

/* 	----------------------------------------------------------
	ASPX : SKUno [2013-04-11] 
    201.6mm * 285.2mm (0.96) A4
----------------------------------------------------------- */
.pop_skuno{width:187.4mm;height:271mm;padding:7.1mm;color:#2a2a2a;font-size:4.06mm;line-height:1.3;}
.pop_skuno .section{float:left;width:88.1mm;}
.pop_skuno .section.right{float:right;}
.pop_skuno .box{overflow:hidden;position:relative;height:44.4mm}
.pop_skuno .box span{display:block;}
.pop_skuno .box .id{height:8.2mm;line-height:8.2mm;}
.pop_skuno .box .detail{height:15.2mm;margin-bottom:2.1mm;padding:1.8mm 4.0mm;border:2px solid #d7d7d7;background-color:#f0f0f0;font-weight:bold;}
.pop_skuno .box .qrcode{position:absolute;right:0;bottom:4.5mm;}

/* 	----------------------------------------------------------
	ASPX : PrintSKUno [2013-12-11] 
    129.8mm * 96.0mm
----------------------------------------------------------- */
.print_skuno{width:511px;height:366px/*96.8mm*/;line-height:100%;color:#000}
.print_skuno *{line-height:100%}
.print_skuno .inner{overflow:hidden;width:490px;margin:0 auto;padding-top:45px}
.print_skuno .scan_area{padding:13px 0 15px;text-align:center}
.print_skuno .scan_area img{margin:0 6px;vertical-align:middle}
.print_skuno .scan_area strong{display:block;margin-top:13px;font-size:20px}
.print_skuno table{table-layout:fixed;width:100%;border-collapse:collapse}
.print_skuno table td, .print_skuno .info table th{padding:4px;border:1px solid #202020;font-size:16px;font-weight:normal;line-height:1.2}
.print_skuno table .dsc{height:64px;font-size:16px}
.print_skuno table .memo{height:36px;font-size:16px}

/* 	----------------------------------------------------------
	ASPX : PickingList [2013-12-11] 
    201.6mm * 285.3mm (0.96) A4
----------------------------------------------------------- */
.picking_list{overflow:hidden;width:195.6mm;height:279.12mm;padding:3mm;color:#000}
.picking_list *{line-height:1.1 !important}
.picking_list h1{margin:1.2mm 0 5.0mm;font-size:24px;text-align:center}
.picking_list .time{display:block;margin:0 0 1.4mm;text-align:right}
.picking_list .tb{overflow:hidden;}
.picking_list table{table-layout:fixed;width:100%;border-collapse:collapse;background-color:#fff;}
.picking_list table td, .picking_list table th{padding:2.6mm 0;border:1px solid #2d2d2d;font-size:12px;text-align:center}
.picking_list table .id{width:30mm}
.picking_list table .num{width:39.5mm}
.picking_list table .qlt{width:16.5mm}
.picking_list table th{background-color:#e8e8e8}
.picking_list table td{height:3.3mm;font-size:11px;padding:0.7mm 0}
.picking_list table p{overflow:hidden;width:95%;margin:0 auto;white-space:nowrap;text-overflow:ellipsis;text-align:left}
.picking_list .pg{display:block;margin-top:2.0mm;text-align:right}
