/*
========================================================================
RESET
========================================================================
*/

/* global rest */
* { -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }

@font-face {
    font-family: 'FontAwesome';
    src: url('/design/innoind01/image/fontawesome-webfont.eot');
    src: url('/design/innoind01/image/fontawesome-webfont.woff') format('woff'),url('/design/innoind01/image/fontawesome-webfont.ttf') format('truetype'),url('/design/innoind01/image/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




img, fieldset,button {
    border:0 none;
}
img {
    vertical-align:middle;
}
li {
    list-style: none;
}
hr, caption, legend {
    display: none;
}
a { 
    color: #1c1c1c;
    text-decoration: none;
    background:none;
}
a:hover {
}
button {
    overflow: hidden;
    cursor: pointer;
}
button span {
    visibility: hidden;
}
address, em {
    font-style: normal;
}
button, input, select, textarea, a {
    vertical-align: middle;
}
select {
    line-height:18px;
    font-size: 12px;
    color: #1c1c1c;
   /* font-family:Arial !important; */
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {

    select {
        font-family:dotum !important;
    }
}

@-moz-document url-prefix() {

    select {
        font-family:dotum !important;
    }

}*/

input:focus {
    outline: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
}

input[type=text]::-ms-clear {
    display:none;
}

#preview_wrap { display:none !important } /* ¹Ì¸®º¸±â ¼û±è */

/*
========================================================================
Æ÷ÀÎÆ® »ö»ó class
========================================================================
*/

.pointColor { color:#c08dff !important }
.fc-blue { color:#0e67ec; font-weight:bold }

/*
========================================================================
°øÅë class
========================================================================
*/
/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block;}
.d-inline { display: inline;}
/* form */
.txt-right { text-align: right; }
.txt-input1 { padding: 2px 0 0 2px; height:31px; line-height:31px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
.txt-input2 { padding: 2px 0 0 2px; height:31px; line-height:31px; border: 1px solid #dcdcdc; }
.MS_input_txt { margin-right:5px; padding: 2px 0 0 2px; line-height:31px; height:31px }
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
.txt-area1 { overflow-y: scroll; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
/* file add trick */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* en-font */
.fe { font-family:Verdana }
/* font-color */
.fc-red { color: #bd101b; }
.MS_option_price { color: #fe3333 }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
/* margin */
.nomg { margin:0 !important }
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.nopd { padding:0 !important }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 10px; }
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: right; }
.tb-label-r5 label { margin-right: 5px; }
.tb-label-r10 label { margin-right: 10px; }
.tb-label-r10 label.last,
.tb-label-r5 label.last{ margin-right: 0; }
/* table-type-1 */
.table-type-1 { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
.table-type-1 th,
.table-type-1 td { padding: 8px 0 8px; background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 bottom; }
.table-type-1 tr.nbg th,
.table-type-1 tr.nbg td { background-image: none; }
.table-type-1 tr.bg th,
.table-type-1 tr.bg td { background-color: #f8f8f8; }
.table-type-1 th { font-weight: normal; }
/* table-type-2 */
.table-type-2 { border-top:1px solid #000 }
.table-type-2 th,
.table-type-2 td { border-bottom:1px solid #e9e9e9 }
.table-type-2 th { padding:16px 0; font-size:13px; color:#101010; font-weight:normal }
.table-type-2 td { padding:10px 0; color:#343434 }
.table-type-2 td li { padding:5px 0 }
.table-type-2 td a { vertical-align:top }
.table-type-2 td.review-tx { padding:15px 130px; color:#999 }
.table-type-2 td.nodata { padding:15px 0; text-align:center }
.table-type-2 tr.nbg th,
.table-type-2 tr.nbg td { background-image: none; }
/* »óÇ°¸®½ºÆ® (¸ÞÀÎ/°Ë»ö/»óÇ°¸®½ºÆ®) */
.prd-list { margin-top: 10px; }
.prd-list table td { border: 0; }
.prd-list table .tb-center { padding: 0 10px; }
.prd-list table .info { padding: 5px 0; }
.prd-list .thumb { width: 196px; height: 196px; margin-left: auto; margin-right: auto; font-size:0; line-height: 0; border: 2px solid #f2f4f3; }
.prd-list .thumb a,
.prd-list .thumb img { display: block; width: 100%; height: 100%; }
.prd-list .dsc { margin-top: 15px; font-weight: bold; }
.prd-list .price { margin-top: 5px; font-weight: bold; color: #333; }
/* Àå¹Ù±¸´Ï ¸®½ºÆ®, ÁÖ¹®»óÇ° ¸®½ºÆ® */
.table-cart { }
.table-cart thead th { padding:15px 0; font-size:13px; color:#101010; font-weight:bold; border-bottom:1px solid #e9e9e9 }
.table-cart tbody td { padding:10px 0; border-top:1px solid #e9e9e9 }
.table-cart tbody td .thumb { width:80px; height:80px; margin-left: auto; margin-right: auto }
.table-cart tbody td .thumb a,
.table-cart tbody td .thumb img { display:block; width:70px; height:70px }
.table-cart tbody td .tb-opt { padding-top:5px }
.table-cart tbody td .tb-opt .tb-dl .opt_dt { display:inline-block; width:34px; line-height:21px; vertical-align:top }
.table-cart tbody td .tb-opt .tb-dl .opt_dd { display:inline-block; line-height:21px; word-break:break-all }
.table-cart tbody td .txt-spin { width:22px; height:23px; border:1px solid #d4d8d9; font-size: 11px; text-align:center }
.table-cart tbody td .btn_option { padding:5px 11px 3px; font-size:11px }
.table-cart tbody td .btn_select { width:70px; padding:5px 0 3px; font-size:11px }
.table-cart tbody td .d-block { padding-bottom: 3px; }
.table-cart tfoot td { padding:15px 0; line-height:20px; border-top:1px solid #e9e9e9 }
.table-cart tfoot strong { color: #008bcc;letter-spacing: -1px;}
.table-cart tfoot strong .MK_change_price {font-size: 18px; }

/* ÀÏ¹ÝÇü ÁÖ¹®¼­ ÀÛ¼º */
.table-order-prd { }

/* ¼ö·® ÄÁÆ®·Ñ */
.table-cart .opt-spin { position: relative; width:50px; height:21px; margin-left: auto; margin-right: auto; padding-bottom:6px }
.table-cart .opt-spin .txt-spin,
.table-cart .opt-spin .btns { float: left; }
.table-cart .opt-spin .txt-spin { margin-right:3px; width:31px; height:21px; border: 1px solid #acacac; font-size: 11px; text-align:center }
.table-cart .opt-spin .btns { width: 12px; height: 20px; margin-top:4px; }
.table-cart .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
/* ÁÖ¹® - ÁÖ¹®Á¤º¸ Å×ÀÌºí */
.table-order-info { margin-top: 10px; border-top:1px solid #000 }
.table-order-info tbody th,
.table-order-info tbody td { padding:12px 0 11px 0; border-bottom: 1px solid #e9e9e9 }
.table-order-info tbody th { background-color:#f8f8f8 }
.table-order-info tbody th div.tb-left { padding-left:25px }
.table-order-info tbody td { padding-left:10px }
.table-order-info tbody th .d-block { font-weight: normal; letter-spacing: 0; }
.table-order-info tbody tr.nbg th,
.table-order-info tbody tr.nbg td { background-image: none; }
/* ¸¶ÀÌÆäÀÌÁö µðÀÚÀÎ Å¸ÀÔ2 Å×ÀÌºí ¸®½ºÆ®, Å¸ÀÌÆ² */
.tit-tb-list { margin-top:40px; font-size:18px; color:#2e2e2e; font-weight:bold }
.table-d2-list {  }
.table-d2-list thead th { padding:15px 0; font-size:13px; color:#000; font-weight:bold; border-bottom:1px solid #e9e9e9 }
.table-d2-list tbody td { padding:15px 0; color:#343434; border-bottom:1px solid #e9e9e9 }
.table-d2-list tbody td a { color:#343434 }
.table-d2-list tbody td .replyYes { display:inline-block; padding:4px 3px 3px; font-size:11px; color:#fff; text-align:center; border:1px solid #231f20; background: #231f20 }
.table-d2-list tbody td .replyNo { display:inline-block; padding:4px 3px 3px; font-size:11px; color:#231f20; text-align:center; border:1px solid #231f20; background: #fff }

/* ¸¶ÀÌÆäÀÌÁö µðÀÚÀÎ Å¸ÀÔ2 Å×ÀÌºí ºä */
.table-d2-view { margin-top:10px; }
.table-d2-view th, 
.table-d2-view td { padding:15px 0; border-bottom:1px solid #e9e9e9 }
.table-d2-view th { padding-left:20px; font-size:14px; color:#000; font-weight:normal; background:#f8f8f8  }
.table-d2-view td { padding:15px 0 }
.table-d2-view td .replyYes { display:inline-block; padding:4px 3px 3px; font-size:11px; color:#fff; text-align:center; border:1px solid #231f20; background: #231f20 }
.table-d2-view td .replyNo { display:inline-block; padding:4px 3px 3px; font-size:11px; color:#231f20; text-align:center; border:1px solid #231f20; background: #fff }
/* paging */
.paging {text-align:center }
.paging a { display:inline-block; padding:0 10px;}
.paging a:hover,
.paging a.now,
.paging .now { color:#2a2a2a }
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last { font-size:13px; font-family:dotum; line-height:18px }
.paging a.first,
.paging a.last { letter-spacing:-4px }

/* ÇöÀçÀ§Ä¡ */
.loc-navi { height:46px; text-align:right; overflow:hidden }
.loc-navi, .loc-navi a { color: #878787; text-transform: capitalize; vertical-align:top; line-height:46px }
/* ÆäÀÌÁö Å¸ÀÌÆ² */
/* Å¸ÀÔ 1*/
#content .tit-page { padding-bottom:10px; position: relative; font-size:18px; color:#202020; line-height:18px; font-weight:bold; border-bottom: 1px solid #000 }
#content .tit-page .dsc { position: absolute; right: 0px; top: 15px; font-size: 11px; color: #a5a5a5; letter-spacing: -1px; }
#content .tit-page .dsc em { color:#333; }
/* Å¸ÀÔ 2 */
#content .tit-page-2 { margin-top:40px; position: relative }
#content .tit-page-2 h2 { font-size:18px; color:#2e2e2e; font-weight:bold }
#content .tit-page-2 .dsc { position:absolute; top:8px; right:0 }
/* Å¸ÀÔ 3 */
#content .page-hd { padding-bottom:5px; border-bottom:1px solid #e3e3e3 }
#content .page-hd h2 { color: #202020; font-size:18px; font-weight:bold; text-transform: uppercase }

/* »óÇ° total/Á¤·Ä */
.total-sort { zoom: 1; overflow: hidden; padding-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
/* total */
.total-sort .total { float: left; width: auto; }
.total-sort .total dt,
.total-sort .total dd { display: inline; }
.total-sort .total dd { font-weight: bold; }
.total-sort .total dt { text-transform: capitalize; }
/* sort */
.total-sort .sort { float: right; width: auto; display: inline; margin-right: 20px; }
.total-sort .sort li,
.total-sort .sort li a { float: left; width: auto; }
.total-sort .sort li { display: inline; margin-left: 10px; }
/* °Ô½ÃÆÇ ÃÑ°Ô½Ã±Û,PAGE */
.total-page { zoom: 1; overflow: hidden; }
.total-page .total { float: left; width: auto; }
.total-page .page { float: right; width: auto;}
/* È¸¿ø µî±Þ Ç¥½Ã */
/* Å¸ÀÔ 1 */
.mem-lvl { *zoom:1; overflow: hidden; padding:25px 0 25px 350px; width:753px; margin:0 auto; border-bottom:1px dashed #e9e9e9 }
.mem-lvl:after { display:block; clear:both; content:'' }
.mem-lvl .lvl-img,
.mem-lvl p { position: relative; float: left; }
.mem-lvl .lvl-img { left:-120px; margin-right: -120px; width: 120px; }
.mem-lvl p { width: 100%; padding-top: 10px; font-size:12px; color:#2e2e2e; line-height:25px }
.mem-lvl p em { color: #be101a; font-weight: bold; }
.mem-lvl span.MS_group_reserve_msg,
.mem-lvl span.MS_group_dc_msg {
    color:#F26622;
}

/* Å¸ÀÔ 2 */
.mem-lvl-2 { zoom: 1; overflow: hidden; padding: 15px 50px 15px 150px; border: 5px solid #ededed; }
.mem-lvl-2 .lvl-img,
.mem-lvl-2 p { position: relative; float: left; }
.mem-lvl-2 .lvl-img { left: -130px; margin-right: -130px; width: 120px; border-right: 1px solid #ededed; }
.mem-lvl-2 p { width: 100%; padding-top: 10px; line-height: 16px; }
.mem-lvl-2 p em { color: #be101a; font-weight: bold; }
.mem-lvl-2 span.MS_group_reserve_msg,
.mem-lvl-2 span.MS_group_dc_msg {
    color:#F26622;
}

/* ¸¶ÀÌÆäÀÌÁö »ó´Ü ¸Þ½ÃÁö ¹Ú½º */
.t-box-msg { padding: 10px 20px; border: 5px solid #ededed; }
.t-box-msg strong { color: #0178d3; }

/*
========================================================================
°øÅë - ·¹ÀÌ¾î
========================================================================
*/

#comment_password input { width:185px !important }

/*
========================================================================
°øÅë - ¹öÆ°Å¸ÀÔ
========================================================================
*/

.CSSbuttonBlack { display:inline-block; color:#fff; text-align:center; border:1px solid #231f20; background: #231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
.CSSbuttonBlack:hover { color:#231f20; background:#fff }
.CSSbuttonBlack:active { position:relative; top:1px }

.CSSbuttonWhite { display:inline-block;  color:#231f20; text-align:center;  border:1px solid #231f20; background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
.CSSbuttonWhite:hover { color:#fff; background:#231f20 }
.CSSbuttonWhite:active { position: relative; top: 1px }

.CSSbuttonGray { display:inline-block;  color:#231f20; text-align:center;  border:1px solid #e4e4e5; background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
.CSSbuttonGray:hover { color:#fff; border:1px solid #231f20; background:#231f20 }
.CSSbuttonGray:active { position: relative; top: 1px }

.CSSbuttonMin { padding:3px 10px; font-size:10px }

/*
========================================================================
°øÅë - ·¹ÀÌ¾Æ¿ô
========================================================================
*/
/* z-index */
#layerWrap { z-index: 1; }
/* layout */
#header,
#layerWrap,
#contentWrap,
#ftLink .link,
#footer { position: relative; width:1290px; margin-left: auto; margin-right: auto; }
#contentWrapper { position: relative; }
#contentWrap { *zoom:1 }
#contentWrap:after { content: ""; display: block; clear: both; }
#aside,
#content { position: relative }
#content { min-height:400px;margin-bottom:140px; }


/* »óÇ° ¹Ì¸®º¸±â ·¹ÀÌ¾î */
#detailpage { position: absolute; top: 100px; display: block; width:936px; padding:43px; border:1px solid #838897; background-color: #fff; }
#detailpage .detail { zoom: 1; overflow: hidden; padding-left:526px }
#detailpage .detail:after { display:inline-block; clear:both; content:'' }
#detailpage .thumb-wrap,
#detailpage .txt-wrap { position: relative; float: left; }
#detailpage .close-layer { position: absolute; top:19px; right:19px; width:26px; height:26px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_close_layer.gif) 0 0 no-repeat }
/* thumb-wrap */
#detailpage .thumb-wrap { width:486px; height:auto; left:-526px; margin-right:-526px; text-align: center }
#detailpage .thumb-wrap .btns { margin-top: 10px; font-size: 0; line-height: 0;}
#detailpage .thumb-wrap .btns a { margin-left: 5px; }
#detailpage .thumb-wrap .thumb img { width:486px }
/* txt-wrap */
#detailpage .txt-wrap { width: 100%; }
#detailpage .txt-wrap .picon { padding-top:10px }
#detailpage .txt-wrap .picon img { margin-right:3px }
#detailpage .txt-wrap .ptit { font-size:18px; color:#1c1c1c }
#detailpage .txt-wrap .table-opt { margin-top:10px }
#detailpage .txt-wrap .table-opt th,
#detailpage .txt-wrap .table-opt td { padding:4px 0 }
#detailpage .txt-wrap .table-opt th { color:#969696; font-weight: normal }
#detailpage .txt-wrap .table-opt th .tb-left,
#detailpage .txt-wrap .table-opt td .tb-left { padding:0 }
#detailpage .txt-wrap .table-opt td { color:#555 }
#detailpage .txt-wrap .table-opt .sell_price { font-size:18px; color:#1c1c1c; font-weight:bold }

#detailpage .txt-wrap .f-btns { margin-top:10px }
#detailpage .txt-wrap .f-btns .soldout { margin-top:6px; width:408px; height:104px; font-size:14px; color:#231f20; text-align:center; line-height:104px; letter-spacing:2px; border:1px solid #231f20; background:#fff }
#detailpage .txt-wrap .f-btns a { margin-top:6px }
#detailpage .txt-wrap .f-btns .btn_buy { display:block; width:408px; height:40px; font-size:13px; color:#fff; font-family:Verdana; text-align:center; line-height:40px; border:1px solid #231f20; background:#231f20 }
#detailpage .txt-wrap .f-btns .btn_buy:hover { color:#000; background:#fff }
#detailpage .txt-wrap .f-btns .btn_buy:active { position: relative; top: 1px }
#detailpage .txt-wrap .f-btns .btn_cart { display:block; width:408; height:40px; font-size:14px; color:#231f20; font-family:Verdana; text-align:center; line-height:40px; border:1px solid #231f20; background:#fff }
#detailpage .txt-wrap .f-btns .btn_cart:hover { color:#fff; background:#231f20 }
#detailpage .txt-wrap .f-btns .btn_cart:active { position: relative; top: 1px }
/* opt-spin */
#detailpage .opt-spin { display: inline-block; position: relative; width: 36px; height: 20px; }
#detailpage .opt-spin .txt-spin { width: 22px; height: 18px; padding-right: 2px padding-top: 2px; border: 1px solid #acacac; font-size: 11px; text-align: right; }
#detailpage .opt-spin .btns { position:absolute; left: 35px; top:0px; width: 12px; height: 20px; }
#detailpage .opt-spin .btns img { overflow: hidden; float: left; text-indent: -999px; background: none; }
#detailpage .thumb-wrap .btns { margin-top: 10px; font-size: 0; line-height: 0;}
#detailpage .thumb-wrap .btns a { margin-left: 5px; }

/* °Ô½ÃÆÇ °øÅë - ÀÏ¹Ý, °Ö·¯¸®, ÄÁÅÙÃ÷¸µÅ©, ÀÚ·á½Ç, ¹Ì´ÏÈ¨ÇÇ, ¹æ¸í·Ï, µ¿¿µ»ó */
/* »ó´Ü */
.bbs-hd { padding:65px 0 20px; border-bottom:1px dashed #e9e9e9 }
.bbs-hd .link { text-align: center }
.bbs-hd .link li { display: inline; }
.bbs-hd .link li a { padding: 0 10px; color: #b7b7b7; background: url(/images/d3/modern_simple/common/bull_bbs_hd_link.gif) no-repeat left 2px; }
.bbs-hd .link li.last a { background-image: none; }
/* Å¸ÀÌÆ² */
.bbs-tit { margin-top:60px; *zoom:1 }
.bbs-tit:after { display:block; clear:both; content:'' }
.bbs-tit h3 { float:left; font-size:16px; color:#000; font-weight:bold; line-height:30px }
/* °Ë»ö */
.bbs-sch { }
.bbs-sch label { margin-right:5px;}
.bbs-sch label input { margin-top:-3px; vertical-align:middle }
.xans-board-search select {width:72px;}
.bbs-sch .key-wrap { font-size: 0; line-height: 0; }
.bbs-sch .key-wrap,
.bbs-sch .keyword,
.bbs-sch img { vertical-align: middle; }
.bbs-sch .key-wrap a { margin-left:3px;  }
.bbs-sch img { *margin-top:1px; *margin-left:-1px; vertical-align:top }
.bbs-sch .MS_input_txt { margin:0; padding:0 0 0 5px; width:162px; height:22px; border:1px solid #d5d5d5;line-height:20px; }
.bbs-sch .keyword { width: 125px; height: 14px; padding: 2px 0 0 2px; margin-right: 3px; line-height: 14px; border: 1px solid #ededed; }
/* °Ô½ÃÆÇ ±Û¾²±â, ¸ñ·Ï ÀÌµ¿ ¸µÅ© */
.bbs-btm { padding:15px 0; position:relative; *zoom:1 }
.bbs-btm:after { display:block; clear:both; content:'' }
.bbs-btm .bbs-link { float:right }
.bbs-btm .bbs-link a { margin-left:3px; width:108px; height:38px; font-size:13px; line-height:38px }
.bbs-btm .bbs-paging .paging { margin:0 130px; padding:10px 0 }
/* °Ô½ÃÆÇ ÇÑÁÙ°øÁö */
.bbs-online-notice { margin-top: 10px; margin-bottom: -10px; padding: 7px 10px; color: #9d9d9d; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
/* °Ô½ÃÆÇ Å¸ÀÔ - ¸®½ºÆ® */
.bbs-table-list { }
.bbs-table-list thead th,
.bbs-table-list tbody td  { padding:15px 0 } 
.bbs-table-list thead th { }
.bbs-table-list tbody td { color:#343434; border-bottom: 1px solid #e9e9e9 }
.bbs-table-list tbody td a {  }
/* °Ô½ÃÆÇ Å¸ÀÔ - º¸±â */
.bbs-table-view { margin-top:10px }
.bbs-table-view thead th,
.bbs-table-view tbody td  { padding:15px 0 } 
.bbs-table-view thead th {font-weight:normal;}
.bbs-table-view .btn-dwn { margin-top:15px;}
.bbs-table-view .privercy-agree label { vertical-align:-2px \0/IE8+9; *vertical-align:bottom }
.bbs-table-view .privercy-agree label input { vertical-align:top; *vertical-align:top }
/* ÆË¾÷ Å¸ÀÌÆ² (1:1°í°´°Ô½ÃÆÇ) */
.tit-pop { position:relative }
.tit-pop h1 { font-size:18px; color:#000; font-weight:bold; line-height:18px }
.tit-pop .txt { position:absolute; top:5px; right:0; font-size:12px; color:#343434 }

/* ¹Ì´ÏÈ¨ÇÇ, ¹æ¸í·Ï °Ô½Ã±Û ºä */
/* »ó´Ü */
.visit-vhd { margin-top: 10px; border-top: 1px solid #000 }
.visit-vhd th,
.visit-vhd td { padding:15px 0; border-bottom: 1px solid #e9e9e9; font-size:15px; color:#000 } 
.visit-vhd .tb-left{ padding:0 10px }
/* ³»¿ë*/
.visit-vcont th,
.visit-vcont td { padding:15px 0; color: #000 } 
.visit-vcont .info em { font-weight:bold }
.visit-vcont .info .video-writer { display:inline-block; *display:inline }
.visit-vcont tr.no-line th,
.visit-vcont tr.no-line td { padding-bottom: 0; border-bottom: 0; }
.visit-vcont tr.dot-line th,
.visit-vcont tr.dot-line td { padding-top: 2px; border-bottom: 1px dotted #e5e5e5; }
.visit-vcont tr.info td .tb-left { padding-left: 0; color: #555;}
.visit-vcont .tb-left{ padding: 0 3px; }
.visit-vcont td .tb-cont { padding:15px 0; min-height:250px; color:#8d8d8d }
.visit-vcont td .tb-cont img { max-width: 100%; }
/* ÄÚ¸àÆ® */
.visit-vcmt { border-top:1px solid #000 }
.visit-vcmt td { padding:20px 0 15px; border-bottom:1px dashed #e9e9e9; vertical-align:top }
.visit-vcmt .com-name { margin-right:20px; font-weight:bold; color:#000 }
.visit-vcmt .com-date { font-size:11px; color:#aeaeae }
.visit-vcmt .com-cont { padding:10px 20px 0 0; color:#828282; line-height:20px }
/* ÀÛ¼º */
.vist-vcmt-reg { margin-top: 10px; }
.vist-vcmt-reg th,
.vist-vcmt-reg td ,#comment_reply_input th { padding: 6px 0;}
.vist-vcmt-reg th ,#comment_reply_input th { font-weight: normal; color: #9d9d9d; }
.vist-vcmt-reg .tb-left ,#comment_reply_input .tb-left{ padding: 0 3px; }
.vist-vcmt-reg th .tb-left { padding-left: 10px; background: url('/images/d3/modern_simple/common/bull_join_required.gif') no-repeat 0 45%; }
/* °Ô½ÃÆÇ Å¸ÀÔ - ¾²±â */
.bbs-table-write {  }
.bbs-table-write tbody th,
.bbs-table-write tbody td { padding:13px 0; text-align:left; border-bottom:1px solid #e9e9e9 } 
.bbs-table-write tbody th { padding-left:30px; font-size:14px; font-weight:normal; background:#f8f8f8 }
.bbs-table-write tbody td { padding:13px 10px }
.bbs-table-write .privercy-agree label { vertical-align:-2px \0/IE8+9; *vertical-align:bottom }
.bbs-table-write .privercy-agree label input { vertical-align:top; *vertical-align:top }

/* °Ô½ÃÆÇ Å¸ÀÔ - ºñ¹Ð¹øÈ£Ã£±â */
.bbs-table-pwd { margin-top:10px; padding:60px 0; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.bbs-table-pwd table { width:475px; margin:0 auto }
.bbs-table-pwd tbody th,
.bbs-table-pwd tbody td  { font-size:14px; color:#8d8d8d; font-weight:normal } 
.bbs-table-pwd tbody td input { padding:0 0 0 5px; width:355px; height:42px; line-height:42px; border:1px solid #ddd }

.pwd-link { padding:40px 0 100px; text-align:center }
.pwd-link a { margin:0 3px; width:188px; height:58px; font-size:16px; line-height:58px }

/* °øÅëÀ¸·Î ¾²´Â°Å */
textarea { width:600px; height:47px; padding:2px; border:1px solid #EDEDED;}        
.input-style { padding:2px; height:14px; line-height:14px; border:1px solid #EDEDED;}

.cont-sub-des { position:relative;}
.cont-sub-des div { padding-top:5px }
.cont-sub-des span { margin-right:15px; color:#343434 }
.cont-sub-des span em { font-size:12px; color:#343434; font-weight:bold }
.cont-sub-des span a {  }

.comment-list { border-top:1px solid #000 }
.comment-write { border-bottom:1px solid #e9e9e9 }
.bbs-table-view .comment-box td { padding-top:20px; border-bottom:1px dashed #e9e9e9;  vertical-align:top }
.comment-box .com-name { margin-right:20px; font-weight:bold; color:#000 }
.comment-box .com-date { font-size:11px; color:#aeaeae }
.comment-box .com-cont { padding:10px 20px 0 0; color:#828282; line-height:20px }
.bbs-table-view td.com-wrt-box { border:0;}
.com-wrt-box label { padding-left:12px; font-size:14px; color:#000; background: url('//image.makeshop.co.kr/makeshop/d3/basic_simple/common/bu_4x4.gif') no-repeat 0 50%;}
.com-wrt-box .input-style { margin:0 10px 0 7px; padding:0 0 0 5px; width:212px; height:27px; line-height:27px; border:1px solid #ddd }
.com-wrt-box .wrt { margin-top:7px }
.com-wrt-box .wrt span { margin:0 10px; font-size:14px; color:#828282 }
.com-wrt-box .wrt textarea { padding:1px 0; width:978px; height:118px; border:1px solid #ddd }
.com-wrt-box .wrt_write { padding-bottom:15px;}
.com-wrt-box .wrt_write .CSSbuttonBlack { width:118px; height:120px; font-size:16px; line-height:120px }
.view-link { padding:20px 0; text-align:right }
.view-link a { width:108px; height:38px; font-size:13px; line-height:38px }

/* °Ô½ÃÆÇ È¸¿ø °Ô½Ã±Û °Ë»ö */
.search_id { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #DADADA; display: block; padding: 3px; position: absolute; width: 90px; }

/* °³ÀÎÁ¤º¸º¸È£Á¤Ã¥ µ¿ÀÇ */
.new-privercy-contract { text-align: left }
.new-privercy-contract p { font-weight: bold; margin: 0; margin-bottom: 10px; margin-top: 20px; text-align: left; }
.new-privercy-contract .privercy-agree label { vertical-align:-2px \0/IE8+9; *vertical-align:bottom }
.new-privercy-contract .privercy-agree label input { vertical-align:top; *vertical-align:top }
.privercy-contract-tap { position: relative; height:40px; }
.privercy-contract-tap ul { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -1px; *bottom: -2px; }
.privercy-contract-tap li { border: 1px solid #ccc; border-right: none; background: #F4F4F4; float:left; display: inline-block; }
.privercy-contract-tap li a { display: block; padding: 10px 10px; text-decoration: none; }
.privercy-contract-tap li.end { border-right: 1px solid #ccc; }
.privercy-contract-tap li.sel { background: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
.privercy-contract { clear: both; }
.privercy-contract textarea { clear: both; border: 1px solid #CCC; height: 60px; background: #FFFFFF; padding: 10px; width: 660px; }
.privercy-agree { margin: 10px 0; }
.privercy-agree label{ margin-right: 10px }

/*
========================================================================
hot issue common class
========================================================================
*/

/* .item-wrap */
.item-wrap {  }
.item-wrap .item-hd { margin: 40px 0 20px 0 }
.item-wrap .nbg { background: none; text-align: center; }
.item-wrap .item-info { zoom: 1; overflow: hidden; padding: 35px 0 10px; margin-bottom:10px }
.item-wrap .item-info:after { display:block; clear:both; content:'' }
.item-wrap .item-info .item-total { float: left; font-size:14px; color:#7b7b7b }
.item-wrap .item-info .item-total span { color: #0e0d0d }
.item-wrap .item-info .item-order { float: right }
.item-wrap .item-info .item-order li { float: left; padding: 0 15px; line-height:12px; border-right:1px solid #ddd }
.item-wrap .item-info .item-order li.nobg { padding-right:0; border-right:none }
.item-wrap .item-info .item-order li a { font-size: 12px; color:#a6a6a6; line-height:12px; vertical-align:top }
.item-wrap .item-info .item-order li a .on { color: #111 }

.item-wrap .item-cont { width:1122px; *zoom:1 }
.item-wrap .item-cont:after { content: ""; display: block; clear: both }
.item-wrap .item-cont .item-list { padding-right:22px; float:left; width:352px; text-align:center }
.item-wrap .item-cont .item-list .thumb { width:352px; height:352px; overflow:hidden }
.item-wrap .item-cont .item-list .thumb img { width:352px;  height:352px }
.item-wrap .item-cont .item-list .prd-info { padding:18px 0 60px; overflow:hidden }
.item-wrap .item-cont .item-list .prd-ico img { margin:2px }
.item-wrap .item-cont .item-list .prd-name { padding-top:5px }
.item-wrap .item-cont .item-list .prd-name a { display:block; color:#1c1c1c; line-height:14px; text-overflow:ellipsis; word-wrap:normal }
.item-wrap .item-cont .item-list .prd-price { padding-top:5px; font-family:Verdana }
.item-wrap .item-cont .item-list .prd-price strike { color:#707070 }
.item-wrap .item-cont .item-list .prd-price .price { color:#1c1c1c }
.item-wrap .item-cont .item-list .prd-color { padding-top:5px }
.item-wrap .item-cont .item-list .prd-preview { padding-top:5px }
.item-wrap .item-cont .item-list .prd-preview .btn-preview { display:inline-block; width:69px; height:17px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_preview.gif) 0 0 no-repeat }
.item-wrap .item-cont .item-list .prd-benefit { padding-top:5px }
.item-wrap .item-cont .item-list .prd-wish { padding-top: 14px; }
.item-wrap .item-cont .item-list .prd-wish a { font-family: 'malgun gothic'; font-size: 14px; color: #000; }
.item-wrap .item-cont .item-list .prd-wish i.fa { margin-right: 4px; color: #c8c8c8; font-size: 22px; vertical-align: text-top; cursor:pointer; }
.item-wrap .item-cont .item-list .prd-wish i.fa-heart { display:none; color: #f41f3a; }
.item-wrap .item-cont .item-list .prd-wish .wish-on i.fa-heart { display:inline-block; }
.item-wrap .item-cont .item-list .prd-wish .wish-on i.fa-heart-o { display:none; }
.item-wrap .item-cont .item-list .prd-subname { margin-top:15px; padding-top:15px; color:#8b8b8b; text-align:left; border-top:1px dashed #c6c6c6 }
.item-wrap .item-cont .item-list .MK-product-icons img { vertical-align: middle }
.item-wrap .item-cont .nomg { padding-right: 0px }
.item-wrap .item-page { margin-top: 50px; text-align: center; }
.item-wrap .item-page a { padding: 0 5px }
.item-wrap .item-page a:hover, .item-wrap .item-page a.now { color: #111; font-weight: bold; letter-spacing: -1px; }

/* Å¸ÀÌÆ² */
.cateTit { padding-top:60px; position:relative; text-align:center }
.cateTit h3 { font-size:20px; color:#1c1c1c; font-weight:bold; font-family:Verdana; line-height:20px }
.cateTit .line { margin:20px auto; width:10px; height:2px; background:#1c1c1c }


/* Å¸ÀÌÆ² - È¸¿ø°¡ÀÔ µîÀÇ ÆäÀÌÁö */
.cateTit_v2 { *zoom:1 }
.cateTit_v2:after{content:"";display:block;clear:both;}
.cateTit_v2 .right{float:right;}
.cateTit_v2 .title{font-size:18px;line-height:1;font-weight:bold;display:inline-block;*float:left;*line-height:20px}
.cateTit_v2 .subTxt{font-size:12px;line-height:1.5;}
.cateTit_v2.join{margin:88px 0 20px;padding:14px 0;border-bottom:1px solid #000;color:#000;}














.memberlog {
    float: left;
}

.memberlog ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding-left: 8px;
    float: left;
}

.memberlog ul li a {
    color: #777;
}

.memberlog ul li:hover > a {
    text-decoration: none;
    color: #111;
}

.btnarea {
    float: left;
}

.btnarea .xans-layout-shoppinginfo li {
    position: relative;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.btnarea .xans-layout-shoppinginfo li a {
    color: #777;
}

.btnarea .xans-layout-shoppinginfo li a:hover {
    text-decoration: none;
    color: #111;
}

.btnarea #xans_myshop_like_prd_cnt {
    font-weight: 400;
}

.link {
    float: left;
}

.link li {
    position: relative;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.link li a {
    color: #777;
}

.link li .fa {
    font-size: 10px;
}

.link li a:hover {
    text-decoration: none;
    color: #111;
}

.log .logline {
    width: 1px;
    height: 10px;
    margin-top: 15px;
    background: #ddd;
    float: left;
}

.xans-layout-multishoplist.thumb {
    float: right;
    position: absolute;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 0px;
    top: 0;
    right: 0;
}

.xans-layout-multishoplist.thumb > ul {
    overflow: hidden;
}

.xans-layout-multishoplist.thumb > ul li {
    float: left;
    width: 32px;
}

.xans-layout-multishoplist.thumb > ul li a {
    text-decoration: none;
}

.xans-layout-multishoplist .multiOption a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.xans-layout-multishoplist .multiOption a:hover {
    text-decoration: none;
}

.xans-layout-multishoplist .multiOption .ship,.xans-layout-multishoplist .multiOption .language {
    margin: 0 15px 0 0;
}

.xans-layout-multishoplist .multiOption .language img {
    margin: 0 6px 0 1px;
}

.header_inner2 .xans-layout-searchheader {
    position: relative;
    width: 410px;
    margin: 33px 0 0 155px;
}

.header_inner2 #keyword {
    width: 250px;
    height: 48px;
    padding: 0;
    margin: 0;
    float: left;
    border: 2px solid;
    border-left: 0px solid ;
    border-right: 0px solid ;
    border-radius: 0px;
    text-indent: 10px;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 500;
}

.header_inner2 #search_type {
    float: left;
    width: 100px;
    height: 52px;
    padding: 0 10px;
    font-family: inherit;
    background: #fff url(/design/innoind01/image/selectboxbtn.png) no-repeat 70px 22px;
    border: 2px solid #c9242d;
    border-right: 0px solid;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header_inner2 input:focus {
    outline: none;
}

.header_inner2 #search_type option {
    font-size: 12px;
    font-weight: 300;
}

.header_inner2 select::-ms-expand {
    display: none;
}

.header_inner2 select:focus::-ms-value {
    background: #fff;
    color: #000;
}

.header_inner2 p.button {
    float: left;
    width: 56px;
    height: 48px;
    padding: 2px 2px 2px 0;
}

.header_inner2 p.button button {
    background: none;
}

.header_inner2 .popular {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 400px;
    font-size: 11px;
    color: #888;
}

.header_inner2 .popular span {
    float: left;
    margin: 0 8px;
}

.header_inner2 .popular p a {
    margin: 0 5px 0 0;
    padding: 0 0 0 5px;
    color: #777;
    background: url("/design/innoind01/image/bg_popular_search.gif") no-repeat 0 3px;
}

.header_inner2 .popular p a:first-child {
    padding-left: 0;
    background: none;
}

.header_inner2 .popular a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #111;
}

.btn_search .xans-layout-searchheader {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    z-index: 70;
}

.btn_search .xans-layout-searchheader:hover {
    background: #ddd;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.btn_search .xans-layout-searchheader #keyword {
    width: 52px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: #111;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    transition-delay: .2s;
    text-indent: 10px;
}

.btn_search .xans-layout-searchheader #keyword:focus ,.btn_search .xans-layout-searchheader #keyword:hover {
    width: 340px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    transition-delay: .2s;
    background: #eee;
    opacity: 1;
    text-indent: 10px;
}

.btn_search .xans-layout-searchheader .fa {
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    margin-top: -50px;
}

.fixed .btn_search .xans-layout-searchheader {
    z-index: 75;
}

#simple_slider_header {
    position: relative;
    width: 280px;
    height: 115px;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

#carousel_header {
    display: block;
    width: 280px;
    height: 115px;
    overflow: hidden;
}

.play_header {
    position: absolute;
    left: 10px;
    bottom: 36px;
    display: block;
    z-index: 20;
}

#play_header {
    position: absolute;
    transition: opacity 0.5s ease;
    border: 3px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
    width: 3px;
    height: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

#play_header.paused {
    border: 5.5px solid transparent;
    border-left: 9px solid #dcdcdc;
    width: 0;
    height: 0;
}

.play_header:hover #play_header {
    border-color: #111;
}

.play_header:hover #play_header.paused {
    border-color: transparent;
    border-left-color: #111;
}

#pager_header {
    bottom: 15px;
    left: 35px;
}

.logoside {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 68px;
    display: none;
    z-index: 100;
}

.logoside img {
    width: 100%;
}

.fixed .logoside {
    display: block;
}

.topcate_area {
    position: relative;
    width: 100%;
    height: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #fff;
    font-family: 'Nanum Gothic';
}

.cate_area {
    position: relative;
    width: 1288px;
    z-index: 30;
}

.cate_area1 {
    position: absolute;
    left: 0;
    /*width: 100px;*/
    height: 50px;
    text-align: left;
    z-index: 31;
}

.cate_area2 {
    position: relative;
    width: auto;
    height: 50px;
    float: left;
    display: table;
    table-layout: fixed;
    padding-left: 270px;
}

.cate_area3 {
    position: absolute;
    right: 0;
    width: 108px;
    height: 50px;
    color: #111;
    z-index: 22;
}

.topcate ul.ca {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.topcate ul.ca > li {
    position: relative;
    width: auto;
    text-align: center;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 30px;
}

.topcate ul.ca > li > a {
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

.topcate ul.ca > li.bluecol > a {
    color: #002ec5;
}

.topcate ul.ca > li.redcol > a {
    color: #ff0000;
}

.topcate ul.ca > li:hover a {
    color: #111;
    text-decoration: none;
    font-weight: 800;
}

.topcate ul.ca > li.bluecol:hover > a {
    color: #002ec5;
}

.topcate ul.ca > li.redcol:hover > a {
    color: #ff0000;
}

.topcate ul.ca > li img {
    margin-top: 13px;
    margin-right: 4px;
}

.nav_board {
    position: relative;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 72;
    font-size: 15px;
}

.nav_board:hover {
    background: #fff;
}

.nav_board a {
    color: #555;
    font-weight: 600;
}

.nav_board:hover > a {
    text-decoration: none;
    font-weight: 800;
}

.nav_board ul.jjj {
    position: absolute;
    width: 100px;
    top: 50px;
    padding: 5px;
    left: 50%;
    margin-left: -57px;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-top: 0;
}

.nav_board ul.jjj li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.nav_board ul.jjj li a {
    color: #111;
    display: block;
}

.nav_board ul.jjj li:hover a {
}

.fixed .cate_area {
}

.fixed .cate_area1 {
    padding-left: 100px;
}

.fixed .cate_area2 {
    padding-left: 370px;
}

.fixed .topcate ul.ca > li {
    margin: 0 25px;
}

.nav_board .jjj {
    -webkit-animation: fadeInUp .3s;
    -moz-animation: fadeInUp .3s;
    -ms-animation: fadeInUp .3s;
    animation: fadeInUp .3s;
}

.topcate ul.ca > li.cateli > .hidecate {
    position: absolute;
    visibility : hidden;
    opacity : 0;
    transition : .2s ease-in-out;
    width: 120px;
    height: auto;
    left: 50%;
    margin-left: -60px;
    background: #fff;
    border: 1px solid #828388;
    padding: 5px 0px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
}

.topcate ul.ca li.cateli:hover > .hidecate {
    opacity : 1;
    visibility : visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
}

.hidecate .ico img {
    width: 9px !important;
    height: 6px !important;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
    margin-top: -11px;
}

.hidecate li {
    height: 31px;
    line-height: 21px;
}

.hidecate li a {
    color: #868686;
    font-size: 11px;
    font-weight: 400;
}

.hidecate li:hover a {
    color: #333e48;
    text-decoration: none;
    font-weight: 600;
}

.wrapper_main_warp {
    position: relative;
    width: 100%:height:650px;
    overflow: hidden;
    background: #fcfcfc;
    border-bottom: 0px solid;
    display: block;
    clear: both;
}

#wrapper_main {
    width: 1950px;
    height: 650px;
    position: relative;
    left: 50%;
    margin-left: -975px;
    overflow: hidden;
}

#wrapper_main .caroufredsel_wrapper {
    position: relative;
}

#carousel_main img {
    width: 1950px;
    height: 650px;
    margin: 0;
    padding: 0;
    float: left;
    cursor: pointer;
}

.wrapper_main_warp #prev_main {
    position: absolute;
    left: 50%;
    margin-left: -710px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 50%;
    margin-top: -45px;
    color: #fff;
    cursor: pointer;
    z-index: 22;
    opacity: 0;
}

.wrapper_main_warp #next_main {
    position: absolute;
    right: 50%;
    margin-right: -680px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 50%;
    margin-top: -45px;
    color: #fff;
    cursor: pointer;
    z-index: 22;
    opacity: 0;
}

.wrapper_main_warp:hover #prev_main ,.wrapper_main_warp:hover #next_main {
    opacity: 1;
}

.wrapper_main_warp #prev_main:hover,.wrapper_main_warp #next_main:hover {
    text-decoration: none;
    opacity: 1;
}

.wrapper_main_warp .fa {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    font-size: 70px;
}

.mr_small {
    width: 180px;
    position: absolute;
    z-index: 30;
    top: 75px;
    left: 50%;
    margin-left: 320px;
}

.mr_small img {
    display: block;
    width: 180px;
    height: 60px;
    cursor: pointer;
    border: 2px solid #fff;
    outline: 1px solid #ddd;
    margin-top: 5px;
}

.mr_small img.selected {
}

.footer {
}

.footer_line1 {
    height: 250px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.footer_line1 > div > div {
    position: relative;
    float: left;
    display: inline-block;
    border-right: 1px solid #e9e9e9;
}

.Farea1 {
    width: 425px;
    height: 250px;
    border-left: 1px solid #e9e9e9;
    padding: 0;
}

.Farea2 {
    width: 400px;
    height: 230px;
    padding: 20px 0 0 30px;
}

.Farea3 {
    width: 400px;
    height: 230px;
    padding: 20px 0 0 30px;
}

.footer_line1 h4 {
    font-size: 16px;
    color: #555;
    font-weight: lighter;
    line-height: 35px;
    font-weight: 600;
}

.Farea2 .num_big {
    font-size: 24px;
    line-height: 27px;
    color: #555;
    font-weight: 600;
}

.Farea2 .num_medium {
    font-size: 18px;
    line-height: 23px;
    color: #555;
}

.Farea2 .num_small {
    font-size: 13px;
    line-height: 18px;
    color: #555;
}

.Farea2.side {
    width: 220px;
    height: 210px;
    padding: 20px 0px ;
}

.Farea2.side h4 {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    line-height: 28px;
}

.Farea2.side .num_big {
    font-size: 28px;
    line-height: 32px;
}

.Farea2.side .num_medium {
    font-size: 15px;
    line-height: 20px;
}

.footer_line1 h4 {
    font-size: 16px;
    color: #555;
    font-weight: lighter;
    line-height: 35px;
    font-weight: 600;
}

.Farea3 .num_big {
    font-size: 16px;
    line-height: 23px;
    color: #555;
    font-weight: 600;
}

.Farea3 .num_medium {
    font-size: 13px;
    line-height: 23px;
    color: #555;
    float: left;
    font-weight: 600;
}

.Farea3 .num_small {
    font-size: 13px;
    line-height: 27px;
    color: #555;
}

.Farea3 .number {
    margin-top: 10px;
}

.Farea3 select {
    height: 32px;
    line-height: 32px;
}

#prev_foot {
    margin-top: -10px;
}

#next_foot {
    margin-top: -10px;
}

#pager_foot {
    margin-bottom: -5px;
}

.footer_line2 {
    height: 46px;
    border-bottom: 1px solid #e9e9e9;
}

.addbtMenu {
    position: relative;
    width: auto;
    height: 30px;
    border: 1px solid #4d4d4d;
    display: table;
    margin-top: 14px;
}

.addbtMenu li {
    position: relative;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    background: #555;
    border-right: 2px solid #4d4d4d;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    float: left;
}

.addbtMenu li a {
    color: #fff;
    display: block;
}

.footer_line3 .utilMenu {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    *zoom:1;}

.footer_line3 .utilMenu li {
    float: left;
    padding-right: 40px;
    font-size: 13px;
}

.footer_line3 .utilMenu li a {
    color: #777;
}

.snsline_right {
    position: relative;
    height: 50px;
    float: right;
    margin-top: -35px;
}

.snsline_right li {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    border-radius: 10%;
    overflow: hidden;
}

.snsline_right li img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.snsline_right li:hover img {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    margin-top: 0px;
}

.snsline_right li:nth-child(1) {
    background: #d5407e;
}

.snsline_right li:nth-child(2) {
    background: #000000;
}

.snsline_right li:nth-child(3) {
    background: #01c73c;
}

.snsline_right li:nth-child(4) {
    background: #b9312c;
}

.snsline_right li:nth-child(5) {
    background: #375dac;
}

.footer_line3 {
    height: 170px;
    padding: 15px 0;
}

.xans-layout-footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.xans-layout-footer .address {
    padding: 5px 0;
    color: #999;
    line-height: 30px;
    font-size: 12px;
}

.xans-layout-footer .address span {
    padding: 0 25px 0 0;
}

.xans-layout-footer .address span a {
    color: #777;
}

.footer_line3 h1 {
    position: absolute;
    right: 0;
    top: 30px;
}

.foot_link {
    position: absolute;
    width: 700px;
    right: 0;
    top: 130px;
}

.foot_link ul li {
    position: relative;
    float: right;
}

.foot_link ul li img {
    width: 80%;
    float: right;
}

.footer .copyright {
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
}

.tabwrap {
    width: 100%;
    height: 249px;
}

ul.tabs {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

ul.tabs li {
    position: relative;
    float: left;
    width: 33%;
    border-bottom: 1px solid #e9e9e9;
}

ul.tabs li:first-child {
    width: 34%;
}

ul.tabs li a {
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #555;
}

ul.tabs li a.activebo {
    height: 50px;
    background: none;
    color: #111;
    z-index: 4;
}

.group:before,.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

#panelsbo {
    width: 100%;
    height: 199px;
}

#panelsbo div {
    position: relative;
    width: 100%;
    height: 190px;
    padding-top: 10px;
}

#panelsbo div p.more {
    position: absolute;
    right: 0;
    bottom: 0;
}

#one {
}

#two {
    display: none;
}

#three {
    display: none;
}

.tabwrap .xans-board-listpackage {
    margin-top: 15px;
}

.tabwrap .xans-board-listpackage td {
    padding: 0 5px 0;
    border: none;
    border-top: 0px dotted #eee;
    font-size: 13px;
    color: #868686;
    line-height: 30px;
}

.tabwrap .xans-board-listpackage td.title:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    background: #999;
    float: left;
    margin: 14px 7px 0 7px;
}

.tabwrap .xans-board-listpackage td.title {
    width: auto;
    text-align: left;
}

.tabwrap .xans-board-listpackage td.title a {
    color: #868686;
}

.tabwrap .xans-board-listpackage td.title a:hover {
    color: #111;
    text-decoration: none;
}

@media all and (min-width: 1px) and (max-width:1280px) {
    .tabwrap .xans-board-listpackage table td.date {
        width:0;
        overflow: hidden;
    }
}

#catepop_warp {
    position: fixed;
    width: 240px;
    height: 100%;
    background: #fff;
    top: 0px;
    left: -310px;
    z-index: 1100;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 2px 3px 8px 0px rgba(0,0,0,.1);
    box-shadow: 2px 3px 8px 0px rgba(0,0,0,.1);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.catepop_in {
    position: relative;
    width: 240px;
    height: 100%;
    display: block;
}

#catepop_warp .catepop_h2 {
    position: fixed;
    top: 0;
    left: -310px;
    width: 240px;
    height: 79px;
    line-height: 135px;
    font-size: 20px;
    color: #666;
    font-weight: 700;
    text-align: center;
    color: #141414;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 1110;
}

#catepop_warp .catepop_h2_blk {
    position: relative;
    width: 240px;
    height: 80px;
    z-index: -1;
}

#catepop_warp .catepop_h2 .sidelogo {
    text-align: center;
}

#catepop_warp .catepop_h2 .sidelogo img {
    width: 180px;
    padding-top: 20px;
}

#allcate_bar_inner {
    border: 0 !important;
}

#catepop_warp .catepop_h3 {
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-align: left;
    letter-spacing: 1px;
    display: block;
    text-indent: 30px;
}

#allcate_bar_inner .catedep1 {
    position: relative;
    width: 240px;
    height: 100%;
    display: block;
    font-weight: 600;
}

#allcate_bar_inner .catedep1 .catedep1_li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 1px;
    display: block;
}

#allcate_bar_inner .catedep1 .catedep1_li > a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    color: #141414;
    display: block;
}

#allcate_bar_inner .catedep1 .catedep1_li.active {
    background: #141414;
}

#allcate_bar_inner .catedep1 .catedep1_li.active > a {
    color: #fff;
    text-decoration: none;
}

#allcate_bar_inner .catedep1 .catedep1_li.active > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 30px;
    width: 10px;
    background: url(/design/innoind01/image/onarr.png) no-repeat top center;
    z-index: 10;
    opacity: 1;
}

#allcate_bar_inner .catedep2 {
    position: fixed;
    display: none;
    top: 0px;
    width: 240px;
    height: 100%;
    left: 240px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    overflow-x: hidden;
    overflow-y: auto;
}

#allcate_bar_inner .catedep2 .catedep2_li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 1px;
    display: block;
}

#allcate_bar_inner .catedep2 .catedep2_li > a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    color: #141414;
    display: block;
}

#allcate_bar_inner .catedep2 .catedep2_li.active {
    background: #141414;
}

#allcate_bar_inner .catedep2 .catedep2_li.active > a {
    color: #fff;
    text-decoration: none;
}

#allcate_bar_inner .catedep1 .catedep2_li.active > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 30px;
    width: 10px;
    background: url(/design/innoind01/image/onarr.png) no-repeat top center;
    z-index: 10;
    opacity: 1;
}

#allcate_bar_inner .catedep3 {
    position: fixed;
    display: none;
    top: 0px;
    width: 240px;
    height: 100%;
    left: 480px;
    border-left: 1px solid #e9e9e9;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

#allcate_bar_inner .catedep4 {
    position: fixed;
    display: none;
    top: 0px;
    width: 240px;
    height: 100%;
    left: 720px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

#allcate_bar_inner .catedep3_li,#allcate_bar_inner .catedep4_li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 1px;
    display: block;
}

#allcate_bar_inner .catedep3_li a,#allcate_bar_inner .catedep4_li a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    color: #141414;
    display: block;
}

#allcate_bar_inner .catedep3_li.active ,#allcate_bar_inner .catedep4_li.active {
    background: #141414;
}

#allcate_bar_inner .catedep3_li.active > a,#allcate_bar_inner .catedep4_li.active > a {
    color: #fff;
    text-decoration: none;
}

#allcate_bar_inner .catedep1 .catedep3_li.active > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 30px;
    width: 10px;
    background: url(/design/innoind01/image/onarr.png) no-repeat top center;
    z-index: 10;
    opacity: 1;
}

#allcate_bar_inner .catedep1 .nav_boardside {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 1px;
    display: block;
}

#allcate_bar_inner .catedep1 .nav_boardside > a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    color: #141414;
    display: block;
}

#allcate_bar_inner .catedep1 .nav_boardside:hover {
    background: #141414;
}

#allcate_bar_inner .catedep1 .nav_boardside:hover > a {
    color: #fff;
    text-decoration: none;
}

#allcate_bar_inner .catedep1 .nav_boardside:hover > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 30px;
    width: 10px;
    background: url(/design/innoind01/image/onarr.png) no-repeat top center;
    z-index: 10;
    opacity: 1;
}

#allcate_bar_inner .jjjside {
    position: fixed;
    display: none;
    top: 0px;
    width: 240px;
    height: 100%;
    left: 240px;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    overflow-x: hidden;
    overflow-y: auto;
}

#allcate_bar_inner .jjjside li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 1px;
    display: block;
}

#allcate_bar_inner .jjjside li > a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 30px;
    color: #141414;
    display: block;
}

#allcate_bar_inner .jjjside li:hover {
    background: #141414;
}

#allcate_bar_inner .jjjside li:hover > a {
    color: #fff;
    text-decoration: none;
}

#allcate_bar_inner .catedep4::-webkit-scrollbar-track,#allcate_bar_inner .catedep3::-webkit-scrollbar-track,#allcate_bar_inner .catedep2::-webkit-scrollbar-track,#catepop_warp::-webkit-scrollbar-track,#catepop_warp2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #fff;
}

#allcate_bar_inner .catedep4::-webkit-scrollbar,#allcate_bar_inner .catedep3::-webkit-scrollbar,#allcate_bar_inner .catedep2::-webkit-scrollbar,#catepop_warp::-webkit-scrollbar,#catepop_warp2::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#allcate_bar_inner .catedep4::-webkit-scrollbar-thumb,#allcate_bar_inner .catedep3::-webkit-scrollbar-thumb,#allcate_bar_inner .catedep2::-webkit-scrollbar-thumb,#catepop_warp::-webkit-scrollbar-thumb,#catepop_warp2::-webkit-scrollbar-thumb {
    background-color: #777;
    border: 2px solid #999;
}

.reveal-modal-catebg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1011;
    top: 0;
    left: 0;
    display: none;
}

.bt_map {
    position: relative;
    width: 100%;
    height: 50px;
}

.fa fa-bars fa-1x {
    z-index: 100;
}

.bt_map_inner {
    width: 120px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #c9242d;
    font-size: 16px;
    font-weight: 600;
    z-index: 150;
    margin-top: 0px;
    margin-left: 0px;
}

.bt_map_inner strong {
    font-size: 21px;
    font-weight: 500;
}

.bt_map .fa {
    margin-top: 7px;
    margin-right: 7px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.catepop_open {
    cursor: pointer;
}

.catepop_close {
    position: absolute;
    top: 0px;
    left: 200px;
    text-align: center;
    cursor: pointer;
    z-index: 1120;
}

.catepop_close .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #111;
}

.sidemenu {
    position: fixed;
    right: -250px;
    top: 0px;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 1002;
    border-left: 1px solid #eee;
}

.sidemenu_inner {
    position: relative;
    width: 250px;
    height: 100%;
    margin: 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidemenu_cont {
    position: relative;
    width: 210px;
    height: 100%;
    margin: 0 20px;
}

.sidemenu_btn .icon-menu {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -70px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1002;
}

.sidemenu_btn .icon-close {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -70px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1002;
    display: none;
}

.sidemenu_btn .icon-menu:hover {
    border: 1px solid #555;
}

.sidemenu_btn .icon-close:hover {
    border: 1px solid #555;
}

.sidemenu_btn .icon-menu {
    content: url( "/design/innoind01/image/sidemenu_open.jpg" );
    transform: rotate( 0deg );
}

.sidemenu_btn .icon-close {
    content: url( "/design/innoind01/image/sidemenu_open.jpg" );
    transform: rotate( 405deg );
}

.sidemenu a:hover,.sidemenu:hover a {
    text-decoration: none;
}

.sidemenu_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #fff;
}

.sidemenu_inner::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.sidemenu_inner::-webkit-scrollbar-thumb {
    background-color: #777;
    border: 2px solid #999;
}

.reveal-modal-sidebg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
}

.sctop {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: 20px;
    width: 39px;
    height: 39px;
    display: block;
    z-index: 1002;
}

.sctop a {
    float: left;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
}

.sctop a:hover {
    border: 1px solid #555;
}

.loginbtntop {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #f2f2f2;
    border-radius: 10px;
    text-align: center;
}

.loginbtntop img {
    margin-right: 5px;
}

.loginbtntop a {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

h2.sidemenu_h2 {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #141414;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}

h2.sidemenu_h2 a {
    color: #141414;
}

h2.sidemenu_h2-1 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #141414;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 0px;
    margin-left: 10px;
}

h2.sidemenu_h2-1 a {
    color: #141414;
}

#cate_bar {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#cate_bar_inner {
    position: relative;
    width: 100%;
    ;height: auto;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
}

#cate_bar_inner dl {
    position: relative;
    height: auto;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    text-align: left;
    background: #fff;
    text-indent: 20px;
    letter-spacing: 0px;
}

#cate_bar_inner dl:first-child {
    border-bottom: 1px solid #acacac;
}

#cate_bar_inner dt {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

#cate_bar_inner dd {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#cate_bar_inner .slide_tap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#cate_bar_inner dd ul {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    background: #fff;
    padding-bottom: 5px;
}

#cate_bar_inner dd ul.firstul {
    display: block;
}

#cate_bar_inner dd > ul > li {
    position: relative;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-indent: 35px;
    letter-spacing: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

#cate_bar_inner dd > ul > li > a {
    display: block;
    color: #141414;
}

#cate_bar_inner dd > ul > li:hover {
}

#cate_bar_inner dd > ul > li:hover > a {
    color: #000;
    text-decoration: none;
}

#cate_bar_inner dd div {
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#cate_bar_inner .bar_arrow {
    position: absolute;
    left: 0px;
    top: -45px;
    width: 100%;
    height: 45px;
}

#cate_bar_inner .bar_arrow img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.csline1 {
    font-size: 40px;
    font-weight: 700;
    color: #474747;
    margin-left: 10px;
}

.csline2 {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    margin-top: 9px;
    margin-left: 10px;
}

.csline3 {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    margin-top: 9px;
    margin-left: 10px;
}

.bkline1 {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    margin-top: 7px;
    padding-top: 14px;
    border-top: 1px solid #141414;
}

.bkline2 {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    margin-top: 7px;
}

.bkline3 {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    margin-top: 7px;
}

.bkline1 span,.bkline2 span,.bkline3 span {
    margin-right: 10px;
}

.sidesnsbtn p img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.navcate_warp .nav_comm ul.jjj li,.topcate .catedep4 .catedep4_li,.topcate .catedep3 .catedep3_li,.hangrd_1 {
    background: #c9242d;
}

.hangrd_2 {
    background: #fff;
}

.hanbocol {
    border-bottom-color: #e9e9e9 !important;
    border-top-color: #e9e9e9 !important;
    border-left-color: #e9e9e9 !important;
    border-right-color: #e9e9e9 !important;
}

.header_inner2 .xans-layout-searchheader #keyword,.totalPrice .total,.pocol {
    color: #c9242d !important;
}

#fullpage_warp .title3 a {
    color: #c9242d;
}

.pobocol_hov:hover {
    color: #c9242d !important;
}

.pobocol_hov:hover > a {
    color: #c9242d !important;
}

.pobocol {
    border-color: #c9242d !important;
    outline-color: #c9242d !important;
}

.nav_board:hover {
    outline: 2px solid #c9242d;
}

.pogrd {
    background: #c9242d !important;
}

.pogrd2 {
    background: #33353d !important;
}

.bt_map:hover {
}

.pogrd_hov:hover a,.pogrd_hov:hover {
    background: #c9242d !important;
    color: #fff;
}

.pogrd_hov2:hover {
    background: #33353d !important;
    color: #fff;
}

.hanpage_1 a.selected {
    border-color: #c9242d;
    background: #fff;
}

.hanpage_2 a.selected {
    border-color: #c9242d;
}

.perhan {
    color: #aa0000;
}

.list100 ul.prdList li.item .thumbnail:before {
    background: #c9242d;
}

ul.icontab li a.icontab_active,ul.icontab2 li a.icontab2_active,ul.icontabT li a.icontabT_active {
    background: #c9242d;
}

ul.icontab li a.icontab_active:after,ul.icontab2 li a.icontab2_active:after,ul.icontabT li a.icontabT_active:after {
    border-top: 9px solid #c9242d;
}

#pager_rp a.selected {
    background: #c9242d;
}

#wrapper_noti .tribg {
    border-top: 15px solid #c9242d;
    border-right: 15px solid #c9242d;
}

.hanpage_1 li.active,.hanpage_1 a.selected {
}

[class^='btnSubmit'],a[class^='btnSubmit'] {
    color: #fff;
    background-color: #c9242d;
}

[class^='btnSubmit']:not(.disabled):hover {
    color: #fff;
    background-color: #de0000;
}

.banner li {
    float: left;
    margin-left: 65px;
    margin-bottom: 0;
    transition: all 0.2s ease-out;
}

.banner li.firstli {
    margin-left: 30px;
}

.banner .bannerimg :hover {
    cursor: pointer;
    transform: translateY(-2px);
}

.banner .bannertitle {
    float: left;
}

.wrapper_set {
    position: relative;
    height: auto;
}

.wrapper_set .prdList {
    margin: 5px 0 !important;
}

.wrapper_set li.item .box {
}

#carousel_set {
    margin-top: 0px;
    border: 0px solid #e3e3e3
}

#prev_set {
    left: -42px;
    margin-top: -50px;
}

#next_set {
    right: -40px;
    margin-top: -50px;
}

#carousel_set2 {
    margin-top: 0px;
    border: 0px solid #e3e3e3
}

#prev_set2 {
    left: -42px;
    margin-top: -50px;
}

#next_set2 {
    right: -40px;
    margin-top: -50px;
}

#carousel_set3 {
    margin-top: 0px;
    border: 0px solid #e3e3e3
}

#prev_set3 {
    left: -42px;
    margin-top: -50px;
}

#next_set3 {
    right: -40px;
    margin-top: -50px;
}

#carousel_new1 {
    margin-top: 0px;
    border: 0px solid #e3e3e3
}

#prev_new1 {
    left: -42px;
    margin-top: -50px;
}

#next_new1 {
    right: -40px;
    margin-top: -50px;
}

#carousel_new2 {
    margin-top: 0px;
    border: 0px solid #e3e3e3
}

#prev_new2 {
    left: -42px;
    margin-top: -90px;
}

#next_new2 {
    right: -40px;
    margin-top: -90px;
}

.icontabT_warp {
    margin-top: 12px;
}

.icontabT_warp .gridwtabT > li.item {
    width: 23% !important;
    margin: 1% 1% 0 !important;
}

#prev_tabT {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    left: 1%;
    top: 0;
    margin-top: 53px;
    border-color: #555;
}

#next_tabT {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    right: 1%;
    top: 0;
    margin-top: 53px;
    border-color: #555;
}

#prev_tabT .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    margin-top: -1px;
    margin-left: -1px;
}

#next_tabT .fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    margin-top: -1px;
    margin-left: 2px;
}

#prev_tabT:hover {
    background: #333;
    border-color: #333;
}

#next_tabT:hover {
    background: #333;
    border-color: #333;
}

#prev_tabT:hover .fa {
    color: #fff;
}

#next_tabT:hover .fa {
    color: #fff;
}

ul.icontabT {
    position: relative;
    width: 100%;
    height: 35px;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    overflow: hidden;
}

ul.icontabT li {
    position: relative;
    width: auto;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    margin: 0 0;
    text-align: center;
    font-family: 'NanumSquare';
    font-size: 16px;
}

ul.icontabT li a {
    position: relative;
    color: #555;
    display: block;
    padding: 0 38px;
    margin-right: 15px;
    border: 1px solid #555;
    border-radius: 30px;
}

ul.icontabT li:hover > a {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

ul.icontabT li a.icontabT_active {
    font-weight: 700;
    color: #fff;
    background: #333;
    border-color: #333;
}

.icontab_group:before,.icontab_group:after {
    content: " ";
    display: table;
}

.icontab_group:after {
    clear: both;
}

#icontabT_panels {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    display: block;
    clear: both;
    z-index: 19;
}

#icontabT_panels div.icontabT_div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#icontabT_2,#icontabT_3,#icontabT_4,#icontabT_5,#icontabT_6,#icontabT_7,#icontabT_8,#icontabT_9,#icontabT_10,#icontabT_11,#icontabT_12 {
    display: none;
}

.vtab_area {
}

.vtab_left {
    width: 1290px;
    height: 1000px;
    border: 1px solid #e9e9e9;
    float: left;
    overflow: hidden;
    margin-top: 12px;
}

#vtab {
    width: 100%;
    height: auto;
}

#vtab > ul {
    position: relative;
    z-index: 8;
    width: 100%;
    height: 50px;
    background: #fefefe;
}

#vtab > ul > li {
    position: relative;
    width: 214px;
    height: 50px;
    float: left;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    font-size: 13px;
}

#vtab > ul > li:first-child {
    border-left: 0px solid;
}

#vtab > ul > li p {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #111
}

#vtab > ul > li.selected {
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #fff;
    font-size: 19px;
}

#vtab > ul > li.selected p {
    color: #c9242d;
}

#vtab>div.tcont {
    position: relative;
    width: 97%;
    margin: 0 auto 0;
}

.eventbanner {
}

.eventbanner .more_han {
    margin-right: 8px;
    margin-top: -30px;
}

.eventbanner .h2_han_small {
    text-indent: 12px;
}

#carousel_event {
    width: 100%;
}

.eventbanner ul li {
    float: left;
}

.giide_img {
    position: relative;
    width: 96%;
    margin: 1px 0 0 3%;
    display: block;
    overflow: hidden;
    outline: 1px solid #fff;
    padding: 0;
    font-size: 0;
}

.giide_img img.gimg {
    width: 100%;
}

.eventbanner ul li:hover .giide_img {
}

.zoom_img {
    position: absolute;
    top: 0;
    width: 100%;
}

.zoom_img > a img {
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.eventbanner h3 {
    position: relative;
    font-size: 16px;
    color: #333;
    background: #f3f3f3;
    font-weight: 600;
    width: 80%;
    height: 63px;
    border: 1px solid #dadada;
    margin-left: 2%;
    line-height: 15px;
    text-align: center;
    padding: 13px 0;
    margin: -30px auto 0;
    ;}

.eventbanner h3 span {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-top: 10px;
    font-weight: 400;
    display: block;
    clear: both;
    z-index: 20;
}

.eventbanner h3 .whitebg {
    position: absolute;
    border: 1px solid #dadada;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    height: 58px;
    top: 29px;
    left: -1px;
}

#prev_event {
    top: 48%;
    left: -19px;
    margin-top: -35px;
}

#next_event {
    top: 48%;
    right: -19px;
    margin-top: -35px;
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url(/design/innoind01/image/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/design/innoind01/image/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/design/innoind01/image/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/design/innoind01/image/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image: url(/design/innoind01/image/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(/design/innoind01/image/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

.wrapper_boArea {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.boArea {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

.boArea .galleryList ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.boArea .galleryList li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-bottom: 1%;
}

.boArea .galleryList li .boArea_inner {
    position: relative;
    width: 97%;
    height: 100%;
    margin: 0 auto;
}

.boArealist2 .galleryList li .boArea_inner {
    width: 93%;
}

.boArea .galleryList li .boArea_inner {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(204,204,204,.2);
    -moz-box-shadow: 0px 2px 5px 2px rgba(204,204,204,.2);
    box-shadow: 0px 2px 5px 2px rgba(204,204,204,0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    outline: 1px solid #ddd;
}

.boArea .galleryList li:hover .boArea_inner {
    z-index: 40;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(204,204,204,.2);
    -moz-box-shadow: 0px 2px 5px 2px rgba(204,204,204,.2);
    box-shadow: 0px 2px 5px 2px rgba(204,204,204,.5);
    outline: 1px solid #ccc;
}

.boArea .galleryList .boArea_top {
    position: relative;
    width: 100%;
    height: 57%;
    display: block;
    clear: both;
    overflow: hidden;
}

.boArea .galleryList .boArea_center {
    position: relative;
    width: 100%;
    height: 47%;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.boArea .galleryList .boArea_pro {
    position: absolute;
    width: 100%;
    height: 45px;
    border-top: 1px dashed #e5e5e5;
    bottom: 10%;
}

.boArealist2 .galleryList li .boArea_center {
    padding-bottom: 45px;
}

.boArealist2 .galleryList .boArea_pro {
    bottom: 2px;
}

.boArea .galleryList li .imgLink {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.boArea .galleryList li .imgLink img {
    width: 100%;
    z-index: 5;
}

.boArea .galleryList li .addimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.boArealist2 .galleryList li .imgLink {
    position: absolute;
    top: 0;
}

.boArea .galleryList li .boArea_top_bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto 0;
    z-index: 1;
}

.boArealist2 .galleryList li .boArea_top_bg {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto 0;
    z-index: 1;
}

.boArea .galleryList li .boArea_top_bg img {
    width: 100%;
    z-index: 1;
}

.boArea .galleryList li .reLink2 {
    position: relative;
    width: 90%;
    margin: 4% auto 0;
    font-size: 13px;
    line-height: 16px;
    color: #555;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.boArea .galleryList li .rate {
    padding-left: 5%;
    padding-top: 3%;
}

.boArea .galleryList li .reLink3 {
    position: relative;
    width: 90%;
    margin: 3% auto 0;
    height: 36px !important;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #9e9e9e !important;
    line-height: 18px !important;
}

.boArea .galleryList li .reLink3 span {
    font-family: 'Nanum Gothic' !important;
    line-height: 18px !important;
    font-size: 11px !important;
    color: #9e9e9e !important;
}

.boArea .galleryList li .reLink4 {
    position: relative;
    width: 90%;
    margin: 6% auto;
    font-size: 11px;
    font-weight: 600;
}

.boArea .galleryList li a {
    text-decoration: none;
}

.boArea_pro img {
    width: 35px;
    border: 1px solid #e5e5e5;
}

.boArea_pro a {
    position: relative;
    width: 90%;
    margin: 5px auto;
    font-size: 13px;
    line-height: 35px;
    display: block;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555;
}

.boArea_pro a span {
    margin-left: 10px;
}

.boArea_pro:hover p {
    -webkit-animation: fadeInUp .2s;
    -moz-animation: fadeInUp .2s;
    -ms-animation: fadeInUp .2s;
    animation: fadeInLeft .2s;
    display: block;
}

#boArea_prev {
    left: -14px;
    top: 47%;
}

#boArea_next {
    right: -14px;
    top: 47%;
}

.boArea .message {
    border: 1px solid #e9e9e9;
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.revmore {
    position: relative;
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.revmore a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #555;
}

.revmore:hover a {
    background: #111;
    text-decoration: none;
}
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(/design/innoind01/image/NanumGothic-Regular.eot);
    src: url(/design/innoind01/image/NanumGothic-Regular.woff2) format('woff2'),url(/design/innoind01/image/NanumGothic-Regular.woff) format('woff'),url(/design/innoind01/image/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(/design/innoind01/image/NanumGothic-Bold.eot);
    src: url(/design/innoind01/image/NanumGothic-Bold.woff2) format('woff2'),url(/design/innoind01/image/NanumGothic-Bold.woff) format('woff'),url(/design/innoind01/image/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(/design/innoind01/image/NanumGothic-ExtraBold.eot);
    src: url(/design/innoind01/image/NanumGothic-ExtraBold.woff2) format('woff2'),
    url(/design/innoind01/image/NanumGothic-ExtraBold.woff) format('woff'),
    url(/design/innoind01/image/NanumGothic-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body,code {
    font: 13px Roboto,Arial,'Nanum Gothic' ,³ª´®°íµñ,'Malgun Gothic','¸¼Àº °íµñ',Verdana,Dotum,AppleGothic,sans-serif;
    color: #868686;
    background: #fff;
    letter-spacing: -.1px;
}

body {
    min-width: 950px;
}

body#popup {
    min-width: 0;
}

li {
    list-style: none;
}

img,fieldset {
    border: none;

}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

th,td {
    border: 0;

}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}

hr.layout {
    display: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.objHidden {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    top: -1000px;
    height: 0;
    width: 0;
}

#content_CONTAINER table,#bi_inquire_content_CONTAINER table {
    border: 0;
    margin: 0 0 -1px;
}

#content_CONTAINER table:before,#bi_inquire_content_CONTAINER table:before {
    display: none;
}

#content_CONTAINER td,#bi_inquire_content_CONTAINER td {
    width: auto !important;
    padding: 0;
}

table.nneditor-table {
    width: auto !important;
}

#progressPaybarBackground {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#progressPaybarView {
    position: absolute;
    z-index: 100;
    top: 160px;
    left: 20px;
    width: 471px;
    font-size: 12px;
}

#progressPaybarView .box {
    height: 180px;
    background: url(/design/innoind01/image/bg_layer_box1.gif) 0 0 no-repeat;
}

#progressPaybarView .box .graph {
    padding: 15px 0 0 0;
    text-align: center;
}

#progressPaybarView .box .graph span {
    display: block;
    text-align: center;
    margin: 20px 0;
}

#progressPaybarView .box .txt {
    text-align: center;
    padding: 15px 0 0;
    color: #555555;
}

div.layerProgress {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-color: #999;
}

#skipNavigation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
}

#skipNavigation p,#skipNavigation ul,#skipNavigation ul li {
    height: 0;
}

#skipNavigation p a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

#skipNavigation p a:focus,#skipNavigation p a:hover,#skipNavigation p a:active {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #c4122f;
    color: #fff;
    z-index: 100;
}

.displaynone {
    display: none;
}

.dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.allwarp {
    overflow: hidden;
}

#toparea_warp {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 60;
    margin-top: -53px;
}

#toparea_warp.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.log_warp {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 45;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    background: #f7f7f7;
}

.log_left {
    float: left;
}

.log_right {
}

.logcenter {
    position: relative;
    width: auto;
    margin: 0 auto;
    display: table;
}

.selbtn {
    position: relative;
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #777;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #e9e9e9;
}

.selbtn:first-child {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    border-top: 0px solid #fff;
}

.selbtn a {
    color: #777;
}

.selbtn:hover a {
    color: #111;
    text-decoration: none;
}

.header_warp {
    position: relative;
    width: 100%;
    height: 130px;
    z-index: 40;
    overflow: hidden;
    padding-bottom: 53px;
    background: url(/design/innoind01/image/bg_white2.png) repeat;
}

.header_inner1 {
    position: relative;
    width: 280px;
    height: 130px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.header_inner2 {
    position: relative;
    width: 730px;
    height: 130px;
    float: left;
    overflow: hidden;
}

.header_inner3 {
    position: relative;
    width: 280px;
    height: 130px;
    float: right;
    overflow: hidden;
}

.path {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    *zoom:1;}

.path span {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    white-space: nowrap;
    text-indent: 100%;
}

.path ol {
    float: right;
}

.path li {
    float: left;
    padding: 0 0 0 12px;
    margin: 0 0 0 8px;
    color: #757575;
    background: url("/design/innoind01/image/ico_path.gif") no-repeat 0 10px;
}

.path li:first-child {
    background: none;
}

.path li a {
    color: #757575;
}

.path li strong,.path li strong a {
    color: #2e2e2e;
}

.titleArea {
    min-height: 30px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.titleArea h2 {
    display: inline-block;
    color: #2e2e2e;
    font-size: 16px;
    *display: inline;
}

.titleArea p {
    display: inline-block;
    position: relative;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;
    color: #939393;
    *display: inline;
}

.titleArea p:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1px;
    height: 13px;
    border-left: 1px solid #d9d9d9;
}

.titleArea ul {
    padding: 5px 0;
    color: #939393;
    line-height: 18px;
}

.titleArea ul li {
    position: relative;
    padding: 0 0 0 9px;
}

.titleArea ul li:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 2px;
    height: 2px;
    margin: -2px 0 0 0;
    background: #939393;
}

#modalBackpanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
}

#modalContainer {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10001;
    width: 975px;
    height: 720px;
    border: 1px solid #333;
    background: #fff;
}

#modalContainer #modalContent {
    width: 100%;
    height: 100%;
}

.baloon_add {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    width: 60px;
    height: 30px;
    line-height: 12px;
    border-radius: 2px;
    text-align: center;
    background: #ae00ff;
    color: #fff;
    padding-top: 4px;
}

.txtInfo {
    color: #707070;
}

.txtWarn {
    color: #f76560;
}

.txtEm {
    color: #008bcc;
}

.txtDel,.strike,.discount {
    text-decoration: line-through;
    font-weight: normal;
}

.strike strong,.discount strong {
    font-weight: normal;
}

.txtNormal {
    font-weight: normal;
    font-style: normal;
}

.txtNum {
    display: inline-block;
    font-size: 11px;
    color: #939393;
    word-break: normal;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
    letter-spacing: -1px;
}

.txtIcon {
    font-size: 12px;
    font-style: normal;
}

.txtBreak {
    word-break: break-all;
    word-wrap: break-word;
}

html:lang(ja) .txt11,html:lang(zh) .txt11,html:lang(zh-tw) .txt11 {
    font-size: 12px;
}

.gBlank5 {
    display: block;
    margin-top: 5px;
}

.gBlank10 {
    display: block;
    margin-top: 10px;
}

.gBlank20 {
    display: block;
    margin-top: 20px;
}

.gBlank30 {
    display: block;
    margin-top: 30px;
}

.gIndent10 {
    margin-left: 10px;
}

.gIndent20 {
    margin-left: 20px;
}

.gSpace10 {
    margin-right: 10px;
}

.gSpace20 {
    margin-right: 20px;
}

.gMerge {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.ec-base-qty {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 1px 0 0;
    text-align: left;
}

.ec-base-qty input[type="text"] {
    width: 22px;
    height: 23px;
    padding: 0 0 0 5px;
    line-height: 25px;
    border: 1px solid #d4d8d9;
    border-radius: 3px 0 0 3px;
}

.ec-base-qty .up {
    position: absolute;
    left: 27px;
    top: 0;
}

.ec-base-qty .down {
    position: absolute;
    left: 27px;
    bottom: 0;
}

.ec-base-chk {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 0;
    width: 22px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.ec-base-chk input {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ec-base-chk .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/design/innoind01/image/bg_join_check.png") no-repeat 0 0;
}

.ec-base-chk input:checked + .checkbox {
    background-position: -34px 0;
}

input,select,textarea {
    font-size: 100%;
    color: #353535;
    vertical-align: middle;
}

input[type=radio],input[type=checkbox] {
    width: 13px;
    height: 13px;
    border: 0;
}

input[type=text],input[type=password] {
    height: 18px;
    line-height: 20px;
    padding: 2px 4px;
    border: 1px solid #d5d5d5;
    color: #353535;
    font-size: 12px;
}

input[type=radio] + label,input[type=checkbox] + label {
    margin: 0 4px 0 2px;
}

select {
    height: 24px;
    border: 1px solid #d5d5d5;
}

textarea {
    padding: 5px 6px;
    border: 1px solid #d5d5d5;
    line-height: 1.5;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #c1c1c1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}

legend {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    line-height: 0;
}

table tr.radioType input,span.noBorder input {
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 3px 0 0 !important;
    vertical-align: middle !important;
    background: none !important;
}

.gLabel {
    display: inline-block;
}

.gLabel label {
    margin-right: 20px;
    line-height: 22px;
}

.fWidthFull input[type=text] {
    width: 100%;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
}

.fWidthFull textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
}

.fList.typeHor .gLabel {
    margin-right: 20px;
}

.fList.typeVer .gLabel {
    display: block;
}

.ec-base-tooltip {
    display: none;
    z-index: 2;
    position: absolute;
    top: 24px;
    padding: 15px;
    border: 1px solid #565960;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}

.ec-base-tooltip h3 {
    margin: 0 0 8px;
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 0;
    background: url("/design/innoind01/image/ico_layer_title.gif") no-repeat 0 50%;
}

.ec-base-tooltip h3 + p {
    margin: 0 5px 10px;
}

.ec-base-tooltip h4 {
    margin: 15px 10px 8px 5px;
    font-size: 12px;
}

.ec-base-tooltip h4:before {
    display: inline-block;
    content: "";
    margin: 0 5px 0 0;
    width: 3px;
    height: 3px;
    background: #666;
    vertical-align: middle;
}

.ec-base-tooltip .btnClose {
    position: absolute;
    right: 14px;
    top: 14px;
}

.ec-base-tooltip .edge {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: -6px;
    display: block;
    margin: 0 0 0 -5px;
    width: 10px;
    height: 6px;
}

.ec-base-tooltip .edge:before,.ec-base-tooltip .edge:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: solid transparent;
}

.ec-base-tooltip .edge:before {
    margin: 1px 0 0;
    border-bottom-color: #565960;
    border-width: 0 5px 5px 5px;
}

.ec-base-tooltip .edge:after {
    left: 1px;
    margin: 2px 0 0;
    border-bottom-color: #fff;
    border-width: 0 4px 4px 4px;
}

.ec-base-tooltip table th,.ec-base-tooltip table td {
    padding: 8px 10px 7px 10px;
    border: 1px solid #e8e8e8;
    line-height: 1.5em;
}

.ec-base-tooltip table th {
    padding-right: 0;
    background: #fbf9fa;
}

.ec-base-tooltip table thead th {
    text-align: center;
}

.ec-base-tooltip table tbody th {
    text-align: left;
}

.ec-base-tooltip table .left {
    text-align: left;
}

.ec-base-tooltip table .center {
    text-align: center;
}

.ec-base-tooltip table .right {
    text-align: right;
}

.ec-base-tooltip table .info {
    padding: 0;
    color: #757575;
}

.ec-base-tooltip table p.info:before,.ec-base-tooltip table ul.info li:before {
    display: inline-block;
    content: "";
    margin: 0 3px 0 0;
    width: 4px;
    height: 1px;
    background: #757575;
    vertical-align: middle;
}

.ec-base-tooltip .info {
    padding: 10px 10px 0;
    margin: 5px 0 0;
}

.ec-base-tooltip p.bullet,.ec-base-tooltip ul.bullet {
    margin: 8px 10px;
}

.ec-base-tooltip p.bullet:before,.ec-base-tooltip ul.bullet li:before {
    display: inline-block;
    content: "";
    margin: -3px 3px 0 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: #333;
    border-width: 2px 0 2px 2px;
    vertical-align: middle;
}

.ec-base-tooltip ul.bullet li {
    line-height: 1.5em;
}

.ec-base-tooltip .txtEm {
    color: #008bcc;
}

.ec-base-tooltip .txtWarn {
    color: #f65b54;
}

.ec-base-tooltip.typeUpper {
    top: auto;
    bottom: 34px;
}

.ec-base-tooltip.typeUpper .edge {
    top: auto;
    bottom: -6px;
}

.ec-base-tooltip.typeUpper .edge:before {
    margin: 0 0 -5px;
    border-top-color: #565960;
    border-width: 5px 5px 0 5px;
}

.ec-base-tooltip.typeUpper .edge:after {
    left: 1px;
    margin: 0 0 -4px;
    border-top-color: #fff;
    border-width: 4px 4px 0 4px;
}

span.ec-base-help,p.ec-base-help,ul.ec-base-help li {
    margin: 2px 9px;
    padding: 1px 0 1px 20px;
    line-height: 1.4;
    background: url('/design/innoind01/image/ico_info.gif') no-repeat 0 2px;
}

div.ec-base-help {
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    line-height: 18px;
}

div.ec-base-help > h2,div.ec-base-help > h3 {
    padding: 9px 0 6px 10px;
    border-bottom: 1px solid #e9e9e9;
    color: #101010;
    font-size: 12px;
    background: #fbfbfb;
}

div.ec-base-help .inner {
    padding: 0 9px 12px;
}

div.ec-base-help h4 {
    margin: 22px 0 -4px;
    color: #404040;
    font-size: 12px;
    font-weight: normal;
}

div.ec-base-help h4:first-child {
    margin-top: 13px;
}

div.ec-base-help p {
    margin: 15px 0 0 10px;
    color: #707070;
}

div.ec-base-help ul,div.ec-base-help ol {
    margin: 15px 0 0 11px;
}

div.ec-base-help li {
    color: #707070;
}

div.ec-base-help ol li {
    padding: 0 0 0 25px;
    background: url('/design/innoind01/image/ico_number.png') no-repeat;
}

div.ec-base-help ol .item1 {
    background-position: -484px 0;
}

div.ec-base-help ol .item2 {
    background-position: -434px -100px;
}

div.ec-base-help ol .item3 {
    background-position: -384px -200px;
}

div.ec-base-help ol .item4 {
    background-position: -334px -300px;
}

div.ec-base-help ol .item5 {
    background-position: -284px -400px;
}

div.ec-base-help ol .item6 {
    background-position: -234px -500px;
}

div.ec-base-help ol .item7 {
    background-position: -184px -600px;
}

div.ec-base-help ol .item8 {
    background-position: -134px -700px;
}

div.ec-base-help ol .item9 {
    background-position: -84px -800px;
}

div.ec-base-help ol .item10 {
    background-position: -34px -900px;
}

div.ec-base-help ul li {
    padding: 0 0 0 11px;
    background: url('/design/innoind01/image/ico_dash.gif') no-repeat 0 7px;
}

.ec-base-help.typeDash li {
    padding: 0 0 0 11px;
    background: url("/design/innoind01/image/ico_dash.gif") no-repeat 0 7px;
}

.ec-base-tooltip .ec-base-help.typeDash li {
    margin: 2px 0;
}

.ec-base-paginate {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.ec-base-paginate ol {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    *display: inline;
    *zoom:1;*margin: 0;
}

.ec-base-paginate li {
    display: inline-block;
    margin: 0 0 0 -1px;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    color: #33353d;
    vertical-align: top;
    *display: inline;
    *zoom:1;}

.ec-base-paginate li:first-child {
    margin-left: 0;
}

.ec-base-paginate img {
    vertical-align: top;
    opacity: .6;
}

.ec-base-paginate li a {
    display: block;
    width: 33px;
    padding: 9px 0;
    font-weight: bold;
    color: #939393;
    line-height: 14px;
    background: #fff;
}

.ec-base-paginate li a:hover {
    text-decoration: none;
    background: #fbfbfb;
}

.ec-base-paginate li a.this {
    padding-bottom: 6px;
    border-bottom: 3px solid #33353d;
    color: #495164;
}

.ec-base-paginate a.nolink {
    cursor: default;
}

.ec-base-paginate.typeSub ol {
    margin: 0 15px;
    vertical-align: middle;
}

.ec-base-paginate.typeSub li {
    font-size: 12px;
    border: 0;
}

.ec-base-paginate.typeSub img {
    vertical-align: middle;
}

.ec-base-paginate.typeSub li a {
    width: auto;
    margin: 0 5px 0;
    padding: 2px;
    color: #353535;
    background: none;
}

.ec-base-paginate.typeSub li a.this {
    color: #008bcc;
    text-decoration: underline;
    border: 0;
}

.ec-base-paginate.typeSub .first {
    margin-right: 3px;
}

.ec-base-paginate.typeSub .last {
    margin-left: 3px;
}

.ec-base-tab {
    position: relative;
}

.ec-base-tab .menu {
    margin: 0 0 20px;
    border: 1px solid #e9e9e9;
    border-bottom-color: #33353d;
    border-left: 0;
    background: #fbfbfb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ec-base-tab .menu:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-tab .menu li {
    float: left;
    border-left: 1px solid #cbcdce;
    background: #fbfbfb;
}

.ec-base-tab .menu li a {
    display: block;
    min-width: 187px;
    margin: 0 0 0 -1px;
    padding: 12px 5px 11px;
    border-right: 1px solid #e9e9e9;
    color: #707070;
    text-decoration: none;
    outline: 0;
    text-align: center;
    background: #fbfbfb;
}

.ec-base-tab .menu li:first-child a {
    margin-left: 0;
}

.ec-base-tab .menu li.selected a {
    position: relative;
    top: -1px;
    left: -2px;
    margin: 0 0 -1px;
    border: 1px solid #33353d;
    border-bottom: 0;
    color: #fff;
    font-weight: bold;
    background: #33353d;
}

.ec-base-tab .menu li.selected:first-child a {
    left: -1px;
}

.ec-base-tab > .right {
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: 24px;
    color: #909090;
}

.ec-base-tab.typeLight .menu li.selected a {
    margin: 0 0 -2px;
    border-bottom: 1px solid #fff;
    color: #404040;
    background: #fff;
}

.ec-base-tab[class*="grid"] .menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ec-base-tab[class*="grid"] .menu li {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.ec-base-tab[class*="grid"] .menu li a {
    display: inline-block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 11px 0;
    border: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected {
    position: relative;
    top: 0;
    right: -1px;
    border: 1px solid #292929;
    border-bottom: 0;
    background: #33353d;
}

.ec-base-tab[class*="grid"] .menu li:first-child.selected {
    right: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected a {
    position: static;
    background: none;
}

.ec-base-tab.grid2 .menu li {
    width: 50.5%;
}

.ec-base-tab.grid3 .menu li {
    width: 34%;
}

.ec-base-tab.grid4 .menu li {
    width: 25.5%;
}

.ec-base-tab.grid5 .menu li {
    width: 20.5%;
}

.ec-base-tab.grid6 .menu li {
    width: 17%;
}

.ec-base-tab.grid7 .menu li {
    width: 14.8%;
    width: 15% \0/;
}

.ec-base-tab.grid7 .menu li:first-child {
    width: 13% \0/;
}

[class^='btnNormal'],a[class^='btnNormal'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #222;
}

[class^='btnSubmit'],a[class^='btnSubmit'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

[class^='btnEm'],a[class^='btnEm'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #84868b;
}

[class^='btnBasic'],a[class^='btnBasic'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #222;
    background-color: #f0f0f0;
}

[class^='btnNormal']:not(.disabled):hover {
    background-color: #33353d;
    color: #fff
}

[class^='btnSubmit']:not(.disabled):hover {
}

[class^='btnEm']:not(.disabled):hover {
    background-color: #77797d;
}

[class^='btnBasic']:not(.disabled):hover {
    background-color: #e5e5e5;
}

[class^='btnNormal'].disabled {
    border-color: #e3e3e3;
    color: #999;
}

[class^='btnSubmit'].disabled {
    background-color: #9297a2;
    color: #f0f0f0;
}

[class^='btnEm'].disabled {
    background-color: #b5b6b9;
    color: #f0f0f0;
}

[class^='btnBasic'].disabled {
    color: #999;
}

[class^='btn'].sizeS {
    padding: 6px 8px;
}

[class^='btn'].sizeM {
    padding: 10px 16px;
}

[class^='btn'].sizeL {
    padding: 14px 16px;
    min-width: 80px;
    font-weight: bold;
}

[class^='btn'][class*='Fix'] {
    width: 72px;
    word-break: keep-all;
    word-wrap: break-word;
}

[class^='btn'][class*='Fix'].sizeS {
    width: 96px;
}

[class^='btn'][class*='Fix'].sizeM {
    width: 120px;
    padding-left: 8px;
    padding-right: 8px;
}

[class^='btn'][class*='Fix'].sizeL {
    width: 160px;
    padding-left: 8px;
    padding-right: 8px;
}

a.btnLink {
    color: #222;
}

a.btnLink:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 0 #222;
    -moz-box-shadow: 0 1px 0 0 #222;
    box-shadow: 0 1px 0 0 #222;
}

a.btnLink:after {
    content: "";
    display: inline-block;
    margin: -2px -2px 0 3px;
    vertical-align: middle;
    border: 0 0 0 10px;
    border-style: solid;
    border-color: transparent transparent transparent #77797d;
}

[class^='btn'] i {
    display: none \0/IE8;
}

[class^='btn'] .icoArrow {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: -2px 1px 0 1px;
    border: 2px solid #77797d;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

[class^='btnSubmit'] .icoArrow,[class^='btnEm'] .icoArrow {
    border-color: #f0f0f0;
}

[class^='btn'] .icoDelete {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -2px 2px 0 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

[class^='btn'] .icoDelete:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    width: 2px;
    height: 10px;
    background: #77797d;
}

[class^='btn'] .icoDelete:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 10px;
    height: 2px;
    background: #77797d;
}

[class^='btnSubmit'] .icoDelete:before,[class^='btnSubmit'] .icoDelete:after,[class^='btnEm'] .icoDelete:before,[class^='btnEm'] .icoDelete:after {
    background: #f0f0f0;
}

[class^='btn'] .icoAdd,[class^='btn'] .icoRemove {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -2px 2px 0 0;
    vertical-align: middle;
}

[class^='btn'] .icoAdd:before,[class^='btn'] .icoAdd:after,[class^='btn'] .icoRemove:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #77797d;
}

[class^='btn'] .icoAdd:before,[class^='btn'] .icoRemove:before {
    height: 2px;
    margin: -1px 0 0 -4px;
}

[class^='btn'] .icoAdd:after {
    width: 2px;
    margin: -4px 0 0 -1px;
}

[class^='btn'] img {
    margin: -2px 1px 0;
    vertical-align: middle;
}

.btnLogin,a.btnLogin {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #4a5164;
}

.btnLogin:hover {
    background-color: #43495a;
}

.btnAgree,a.btnAgree {
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    background-color: #fff;
}

.btnAgree:hover {
    background-color: #f3f3f3;
}

.btnToggle {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.btnToggle button {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin: 0 -1px 0 0;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    outline: 0;
    text-decoration: none;
    color: #222;
    background: #fff;
}

.btnToggle button:first-child {
    border-radius: 2px 0 0 2px;
}

.btnToggle button:last-child {
    border-radius: 0 2px 2px 0;
}

.btnToggle button.selected {
    position: relative;
    border: 1px solid #84868b;
    color: #fff;
    background: #84868b;
}

.ec-base-button {
    padding: 10px 0;
    text-align: center;
}

.ec-base-button.justify {
    position: relative;
}

.ec-base-button:after {
    display: block;
    content: "";
    clear: both;
}

.ec-base-button .gLeft {
    float: left;
    text-align: left;
}

.ec-base-button .gRight {
    float: right;
    text-align: right;
}

.ec-base-button.justify .gLeft {
    position: absolute;
    left: 0;
}

.ec-base-button.justify .gRight {
    position: absolute;
    right: 0;
}

.ec-base-button .text {
    margin: 0 6px 0 10px;
    color: #353535;
    line-height: 24px;
}

.ec-base-button.typeBorder {
    margin-top: -1px;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
}

.ec-base-button.typeBG {
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    background: #fbfafa;
}

.ec-base-button[class*="gColumn"] {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ec-base-button[class*="gColumn"]:after {
    display: none;
}

.ec-base-button[class*="gColumn"] [class^='btn'] {
    margin: 0 2px;
    padding-left: 8px;
    padding-right: 8px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
}

.ec-base-button[class*="gColumn"] .gFlex2 {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.ec-base-button[class*="gColumn"] .gFlex3 {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.ec-base-button[class*="gColumn"] .gFlex4 {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.ec-base-box {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #e9e9e9;
    color: #33353d;
}

.ec-base-box.gHalf {
    position: relative;
    padding: 20px 0;
}

.ec-base-box.gHalf:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.ec-base-box.typeBg {
    background-color: #fbfafa;
}

.ec-base-box.typeThin {
    border-width: 1px;
    border-color: #e9e9e9;
}

.ec-base-box.typeThin h3.boxTitle {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
}

.ec-base-box.typeThinBg {
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: #fbfafa;
}

.ec-base-box.center {
    text-align: center;
}

.ec-base-box.typeThinBg > .agree {
    padding: 20px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.ec-base-box.typeThinBg > .agree p {
    padding: 0 0 17px;
}

.ec-base-box.typeMember {
    padding: 0;
}

.ec-base-box.typeMember .information {
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeMember .information > .title,.ec-base-box.typeMember .information > .thumbnail {
    display: table-cell;
    padding: 0 15px;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .title {
    vertical-align: middle;
}

.ec-base-box.typeMember .information > .thumbnail img {
    max-width: 70px;
}

.ec-base-box.typeMember .information .description {
    display: table-cell;
    padding: 0 10px;
    width: auto;
    line-height: 1.5em;
    border-left: 1px solid #e9e9e9;
    vertical-align: middle;
}

.ec-base-box.typeMember.gMessage {
    border-width: 1px;
    border-color: #e9e9e9;
}

.ec-base-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e9e9e9;
    background: #fbfbfb url("/design/innoind01/image/ico_info.gif") no-repeat 10px center;
}

.ec-base-box.typeProduct {
    display: table;
    table-layout: fixed;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.ec-base-box.typeProduct .thumbnail,.ec-base-box.typeProduct .information {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.ec-base-box.typeProduct .thumbnail {
    width: 100px;
}

.ec-base-box.typeProduct .thumbnail img {
    max-width: 90px;
    border: 1px solid #e9e9e9;
}

.ec-base-box.typeProduct .information {
    padding-left: 0;
}

.ec-base-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #e9e9e9;
    border-top: 0;
    color: #fff;
    line-height: 1.5;
}

.ec-base-table.gLayoutFixed table {
    table-layout: fixed;
}

.ec-base-table.gLayoutFixed .gLayoutAuto table {
    table-layout: auto;
}

.ec-base-table table:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d7d5d5;
}

.ec-base-table thead th {
    padding: 11px 0 10px;
    border-left: 1px solid #e9e9e9;
    border-bottom: 0px solid #e9e9e9;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
    background: #fbfafa;
}

.ec-base-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #e9e9e9;
    border-bottom-width: 0;
    color: #353535;
    text-align: left;
    font-weight: normal;
    background-color: #fbfafa;
}

.ec-base-table th {
    word-break: break-all;
    word-wrap: break-word;
}

.ec-base-table th:first-child {
    border-left: 0;
}

.ec-base-table td {
    padding: 11px 10px 10px;
    border-top: 1px solid #e9e9e9;
    color: #353535;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}

.ec-base-table td.clear {
    padding: 0 !important;
    border: 0 !important;
}

.ec-base-table.typeWrite td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeWrite img {
    max-width: 100% !important;
    height: auto !important;
}

.ec-base-table.typeList table {
    border-top: 1px solid #e9e9e9;
}

.ec-base-table.typeList table:before {
    display: none;
}

.ec-base-table.typeList td {
    padding: 8px 10px 7px;
}

.ec-base-table.typeList tfoot td {
    padding: 15px 10px 17px;
    background: #fbfafa;
}

.ec-base-table .message {
    border: 1px solid #e9e9e9;
    padding: 50px 0;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.ec-base-table table + .message {
    margin: -1px 0 0;
}

.ec-base-table table td.message {
    padding: 50px 0;
}

.ec-base-table .scroll .message {
    border: 0;
}

.ec-base-table.typeList .head td {
    padding: 11px 0 10px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    text-align: center;
    background: #fbfafa;
}

.ec-base-table.typeList .head td:first-child {
    border-left: 0;
}

.ec-base-table.typeList .scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 185px;
    min-height: 100px;
    border: 1px solid #d7d5d5;
    border-top-width: 0;
    margin-top: -1px;
}

.ec-base-table.typeList .scroll table {
    border: 0;
    margin: 0;
}

.ec-base-table.typeList .scroll table:before {
    display: none;
}

.ec-base-table.typeList .scroll .message {
    border: 0;
}

.ec-base-table thead.blind,.ec-base-table thead.blind th {
    display: none;
}

.ec-base-table thead.blind + tbody tr:first-child th,.ec-base-table thead.blind + tbody tr:first-child td {
    border-top-width: 0;
}

.ec-base-table.typeList.gLine table {
    border-width: 0;
    border-bottom-width: 1px;
}

.ec-base-table.typeClear table:before {
    display: none;
}

.ec-base-table.typeClear table,.ec-base-table.typeClear th,.ec-base-table.typeClear td {
    border: 0 none;
    background: none;
}

.ec-base-table.typeClear th {
    font-weight: bold;
}

.ec-base-table.gBorder td {
    border-left: 1px solid #dfdfdf;
}

.ec-base-table.gBorder td:first-child {
    border-left: 0;
}

.ec-base-table.gBorder td.gClearLine {
    border-left: 0;
}

.ec-base-table.typeList.gBorder tbody td {
    border-color: #eee;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table.typeList .center td,.ec-base-table.typeList td.center {
    padding-left: 0;
    padding-right: 0;
}

.ec-base-table.typeList .center td.left {
    padding-left: 10px;
}

.ec-base-table.typeList .center td.right {
    padding-right: 10px;
}

.ec-base-table .top th,.ec-base-table th.top,.ec-base-table .top td,.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,.ec-base-table th.middle,.ec-base-table .middle td,.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table img {
    vertical-align: middle;
}

@media print {
    .ec-base-table table:before {
        display: none;
    }
}

.ec-base-desc {
    overflow: hidden;
    text-align: left;
}

.ec-base-desc:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-desc dt,.ec-base-desc .term {
    float: left;
    width: 100px;
    margin: 0 0 2px;
    padding: 0 4px 0 0;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-webkit-box: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.ec-base-desc dd,.ec-base-desc .desc {
    display: block;
    margin: 0 0 2px;
    padding: 0 5px 0 100px;
    min-height: 22px;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
}

.ec-base-desc dd:after,.ec-base-desc .desc:after {
    content: "";
    display: block;
    clear: left;
}

.ec-base-desc.gSmall dt,.ec-base-desc.gSmall .term {
    width: 30%;
}

.ec-base-desc.gSmall dd,.ec-base-desc.gSmall .desc {
    padding-left: 30%;
}

.ec-base-desc.gMedium dt,.ec-base-desc.gMedium .term {
    width: 40%;
}

.ec-base-desc.gMedium dd,.ec-base-desc.gMedium .desc {
    padding-left: 40%;
}

.ec-base-desc.gLarge dt,.ec-base-desc.gLarge .term {
    width: 50%;
}

.ec-base-desc.gLarge dd,.ec-base-desc.gLarge .desc {
    padding: 0 0 0 50%;
}

.ec-base-desc.centerDT dt,.ec-base-desc.centerDD dd,.ec-base-desc.centerDT .term,.ec-base-desc.centerDD .desc,.ec-base-desc.center,.ec-base-desc .center {
    text-align: center;
}

.ec-base-desc.rightDT dt,.ec-base-desc.rightDD dd,.ec-base-desc.rightDT .term,.ec-base-desc.rightDD .desc,.ec-base-desc.right,.ec-base-desc .right {
    text-align: right;
}

.ec-base-desc.rightDD dd,.ec-base-desc.rightDD .desc {
    padding-right: 0;
}

.ec-base-desc.typeBullet dt,.ec-base-desc.typeBullet .term {
    padding: 0 4px 0 10px;
    background: url("/design/innoind01/image/ico_arrow.png") no-repeat 0 7px;
}

.ec-base-desc.typeDot dt,.ec-base-desc.typeDot .term {
    position: relative;
    padding: 0 4px 0 10px;
}

.ec-base-desc.typeDot dt:before,.ec-base-desc.typeDot .term:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    margin: -2px 0 0 0;
    background: #383838;
}

.ec-base-product {
    margin: 0;
}

.ec-base-product img {
    vertical-align: middle;
}

.ec-base-product .prdList {
    width: 100%;
    margin: -20px 0 0;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList > li {
    position: relative;
    display: inline-block;
    color: #757575;
    vertical-align: top;
}

.ec-base-product .prdList > li.item:hover {
    z-index: 40;
}

.ec-base-product .prdList .thumbnail {
    position: relative;
    margin: 0;
    text-align: center;
    padding: 1px
}

.ec-base-product .prdList .thumbnail .prdImg {
    position: relative;
    border: 0px solid #e9e9e9;
}

.ec-base-product .prdList .thumbnail a img {
    max-width: 100%;
    box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail .wish {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 1;
    cursor: pointer;
}

.ec-base-product ul.prdList .chk {
    position: absolute;
    z-index: 31;
    top: 5px;
    right: 5px;
    opacity: 1;
}

.ec-base-product ul.grid2 {
    margin-top: 1px;
}

.ec-base-product ul.grid2 > li {
    width: 48%;
    margin: 1% 1%;
    outline: 1px solid #e9e9e9;
}

.ec-base-product ul.grid3 > li {
    width: 31.33%;
    margin: 2.5% 1%;
}

.ec-base-product ul.grid4 > li {
    width: 23%;
    margin: 2.5% 1%;
}

.ec-base-product ul.grid5 > li {
    width: 19%;
    margin: 2.5% .5%;
}

.ec-base-product ul.grid6 > li {
    width: 16%;
    margin: 2.5% .33%;
}

.ec-base-product ul .box {
    width: 94%;
    margin: 0 auto;
}

.ec-base-product ul.gridbest > li {
    width: 31.33%;
    margin: 2.5% 1% 5%;
    ;}

.ec-base-product .prdList .description {
    position: relative;
    margin: 8px auto 0;
    padding: 0 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.ec-base-product .prdList .description .name {
    display: block;
    text-align: left;
    margin-top: 15px;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.ec-base-product .prdList .description .name a span {
    color: #111 !important;
    font-weight: 500;
}

.ec-base-product .prdList .description .mileage {
    display: block;
}

.ec-base-product .prdList .description span.grid {
    display: block;
}

.ec-base-product ul.grid2 .name {
    margin-top: 30px !important;
    border-bottom: 0px solid #eee !important;
}

@media all and (min-width: 1px) and (max-width:1280px) {
    .ec-base-product ul.grid2 .name {
        margin-top:20px !important;
        padding: 0 2px;
    }
}

.ec-base-product .spec {
    margin: 0;
}

.ec-base-product .spec li {
    text-align: left;
    clear: both;
    word-break: break-all;
    line-height: 17px;
    max-height: 48px;
    overflow: hidden;
    padding: 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ec-base-product .spec li .title {
    font-weight: normal;
    vertical-align: top;
}

.ec-base-product .spec li .title span {
    vertical-align: top;
}

.ec-base-product .spec .halfli1 {
    width: auto ;
    float: left;
    display: inline-block;
    padding: 20px 10px 10px 0;
    clear: none !important;
    font-family: Geneva,sans-serif;
}

.ec-base-product .spec .halfli2 {
    width: auto ;
    float: left;
    display: inline-block;
    padding: 20px 0 10px;
    clear: none !important;
    font-family: Geneva,sans-serif;
    font-weight: 600;
}

.ec-base-product .spec .halfli3 {
    position: relative;
    width: 100% !important;
    height: auto;
    line-height: 17px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 8px 0;
    margin-top: 8px;
    background: #fff;
    display: block;
    clear: both;
}

.ec-base-product .spec .halfli3 span {
    color: #000 !important;
}

@media all and (min-width: 1px) and (max-width:1280px) {
    .ec-base-product .spec .halfli3 .title {
        display:none;
    }
}

.ec-base-product ul.grid5 > li .halfli3 {
    letter-spacing: -1px;
}

.perhan {
    display: none;
    float: left;
    margin-right: 10px;
    font-size: 30px;
    line-height: 5px;
    letter-spacing: -2px;
    font-weight: 400;
}

.perhan:after {
    content : "%";
    font-size: 15px;
    margin-left: 2px;
}

.perhanNO,.perhanNO:after {
}

.halfli2 .perhanNO {
    display: none !important;
}

.ec-base-product .prdList .thumbnail .likeButton {
    position: absolute;
    bottom: 0px;
    left: -3px;
    z-index: 30;
    opacity: 0;
}

.ec-base-product .prdList .thumbnail .likeButton button {
    font-family: verdana;
    color: #555;
    letter-spacing: -1px;
    background: none;
}

.ec-base-product .prdList .thumbnail .likeButton button img {
    margin: 0;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .likeButton button strong {
    height: 31px;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 10px;
}

.ec-base-product .prdList .thumbnail .likeButton .likePrdCount {
    position: absolute;
    width: 25px;
    height: 15px;
    display: block;
    top: 11px;
    left: 21px;
    line-height: 15px;
}

.ec-base-product .prdList li.item:hover .likeButton {
    bottom: 6px;
    opacity: 1;
}

.ec-base-product .prdList .thumbnail .likeButton.selected {
    bottom: 6px;
    opacity: 1;
}

.ec-base-product .prdList .thumbnail .likeButton.selected button {
    color: #fff;
}

.ec-base-product li.item .button {
    position: absolute;
    display: block;
    top: 55px !important;
    left: -15px;
    width: 24px;
    z-index: 31;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    cursor: pointer;
}

.ec-base-product li.item:hover .button {
    left: 9px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.ec-base-product .prdList .thumbnail .button .option {
    position: relative;
}

.ec-base-product .prdList .thumbnail .button .option:hover:after {
    font-size: 12px;
    position: absolute;
    width: 70px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: url(/design/innoind01/image/bg_ccc.png) repeat;
    color: #fff;
    top: 0;
    left: 24px;
    text-align: center;
}

.ec-base-product .prdList .thumbnail .button .option1:hover:after {
    content : "Àå¹Ù±¸´Ï";
}

.ec-base-product .prdList .thumbnail .button .option2:hover:after {
    content : "È®´ëº¸±â";
}

.ec-base-product .prdList .thumbnail .button .option3:hover:after {
    content : "°ü½É»óÇ°";
}

.ec-base-product .prdList .thumbnail .button .option4:hover:after {
    content : "¿É¼Çº¸±â";
}

.ec-base-product .prdList .thumbnail .prdIcon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    height: 61px;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
    margin: 0 0;
    vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .promotion {
    position: relative;
    width: 100%;
    height: 14px;
    text-align: left;
    margin: 0;
    display: block;
}

.ec-base-product .prdList .promotion img {
    margin: 0 4px 4px 0;
}

.ec-base-product ul.grid2 .promotion img {
    margin-top: 15px;
}

.ec-base-product ul.grid2 .promotion img:first-child {
    margin-left: 10px !important;
}

.ec-base-product .prdList .thumbnail .sold {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    text-align: center;
}

.ec-base-product .spec li .color {
    position: relative;
    text-align: left;
    margin-top: 5px;
}

.ec-base-product .spec li .chips {
    width: 12px;
    height: 12px;
    margin: 0 0.5px;
    border: 1px solid #e3e3e3;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 2px;
}

.ec-base-product ul.grid2 .spec li .color {
    right: 0px;
}

.ec-base-product .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 55px;
    height: 19px;
    vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod {
    left: 50%;
    top: 26px;
    width: 247px;
    margin: 0 0 0 -124px;
}

.ec-base-product .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 12px;
    padding: 0 35px 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #757575;
    letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 12px;
    color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
    font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
    position: relative;
    display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
    display: inline-block;
    float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
    z-index: 11;
    display: block;
    margin: 0 0 0 -170px;
    width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
    width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
    padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
    position: relative;
    display: inline-block;
}

.differentialShipping {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 17px;
    z-index: 100;
    width: 350px;
    margin: 0 0 0 -176px;
}

.differentialShipping h3.title {
    margin: 0;
    height: 35px;
    padding: 0 35px 0 19px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    background: #495164;
}

.differentialShipping .content {
    padding: 12px 18px 14px 18px;
    border: 1px solid #757575;
    border-top: 0;
    text-align: center;
    background: #fff;
}

.differentialShipping .close {
    position: absolute;
    right: 14px;
    top: 12px;
}

.differentialShipping .close img {
    cursor: pointer;
}

.differentialShipping .content ul {
    color: #757575;
    line-height: 25px;
}

.differentialShipping .content li {
    overflow: hidden;
}

.differentialShipping .content li strong {
    float: left;
    font-weight: normal;
}

.differentialShipping .content li span {
    float: right;
    color: #2e2e2e;
}

.differentialShipping .content .info {
    margin: 7px 0 0;
    padding: 7px 0 0;
    border-top: 1px dotted #b0b1b3;
    color: #80aeef;
    text-align: right;
}

.ec-base-product ul.grid2 li:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product ul.grid2 li .thumbnail {
    float: left;
    width: 49%;
    text-align: left;
    margin: 0;
}

.ec-base-product ul.grid2 li .description {
    float: right;
    width: 47%;
    padding: 0;
    margin-right: 2%;
}

.ec-base-product ul.grid2 li .description .chk {
    position: static;
    text-align: left;
}

.list100 ul.gridbest {
    counter-reset: section
}

.list100 ul.gridbest li.item:before {
    content: "BEST\A" ;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -4px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: #00b3e3;
}

.list100 ul.gridbest li.item:after {
    counter-increment: section;
    content: counter(section) ;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -4px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    z-index: 20;
    width: 40px;
    height: 40px;
    line-height: 55px;
}

.list100 ul.gridbest li:nth-child(-n+3).item:before {
    top: -6px;
    right: -7px;
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 33px;
}

.list100 ul.gridbest li:nth-child(-n+3).item:after {
    top: -6px;
    right: -7px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 80px;
}

.list100 ul.gridbest li:nth-child(n+4):nth-child(-n+15).item:before {
    top: -4px;
    right: -5px;
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 30px;
}

.list100 ul.gridbest li:nth-child(n+4):nth-child(-n+15).item:after {
    top: -4px;
    right: -5px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 70px;
}

.list100 ul.grid2 {
    counter-reset: section
}

.list100 ul.grid2 li.item:before {
    content: "BEST\A" ;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 220px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: #00b3e3;
}

.list100 ul.grid2 li.item:after {
    counter-increment: section;
    content: counter(section) ;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 220px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    z-index: 20;
    width: 40px;
    height: 40px;
    line-height: 55px;
}

.list100 ul.prdList li.item .prdIcon {
    display: none;
}

.ec-base-product li.hovimg .thumbnail:before,.ec-base-product li.hovimg .thumbnail:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.ec-base-product li.hovimg .thumbnail:before {
    bottom: -.5px;
    left: -.5px;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
}

.ec-base-product li.hovimg .thumbnail:after {
    top: -.5px;
    right: -.5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}

.ec-base-product li.hovimg:hover .thumbnail:before,.ec-base-product li.hovimg:hover .thumbnail:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/design/innoind01/image/fontawesome-webfont.eot');
    src: url('/design/innoind01/image/fontawesome-webfont.woff') format('woff'),url('/design/innoind01/image/fontawesome-webfont.ttf') format('truetype'),url('/design/innoind01/image/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body {
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
        opacity: 0;
    }

    50% {
        -o-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes swing {
    20%,40%,60%,80%,100% {
        -webkit-transform-origin: top center;
    }

    5% {
        -webkit-transform: rotate(15deg);
    }

    10% {
        -webkit-transform: rotate(-10deg);
    }

    15% {
        -webkit-transform: rotate(5deg);
    }

    20% {
        -webkit-transform: rotate(-5deg);
    }

    30% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    5% {
        -moz-transform: rotate(15deg);
    }

    10% {
        -moz-transform: rotate(-10deg);
    }

    15% {
        -moz-transform: rotate(5deg);
    }

    20% {
        -moz-transform: rotate(-5deg);
    }

    30% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    5% {
        -o-transform: rotate(15deg);
    }

    10% {
        -o-transform: rotate(-10deg);
    }

    15% {
        -o-transform: rotate(5deg);
    }

    20% {
        -o-transform: rotate(-5deg);
    }

    30% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    5% {
        transform: rotate(15deg);
    }

    10% {
        transform: rotate(-10deg);
    }

    15% {
        transform: rotate(5deg);
    }

    20% {
        transform: rotate(-5deg);
    }

    30% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url('/design/innoind01/image/intbg/7SMw.gif') no-repeat center center;
}

.wrapper_main_warp div#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url('/design/innoind01/image/intbg/7SMw.gif') no-repeat center center;
}

.ficon {
    position: fixed;
    bottom: 85px;
    right: 90px;
}

.ficon p {
    width: 81px;
    text-align: center;
    margin-bottom: 15px;
}

.ficon p img {
}

#contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

#contents_sub {
    position: relative;
    width: 1290px;
    margin: 0 auto 140px;
}

.guide_contents {
    position: relative;
    width: 1290px;
    margin: 0 auto;
}

.guide_100p {
    width: 100%;
    margin: 0 auto;
}

.guide_90p {
    width: 90%;
    margin: 0 auto;
}

.trans2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.trans3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.trans5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.del3s {
    transition-delay: 0.5s;
}

.hannavi_1 {
    position: absolute;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 42;
    color: #777;
    cursor: pointer;
    opacity: 1;
}

.hannavi_1_area .hannavi_1 {
    opacity: 0;
    color: #111;
}

.hannavi_1_area:hover .hannavi_1 {
    opacity: .7;
}

.hannavi_1_area:hover .hannavi_1:hover,.hannavi_1:hover {
    opacity: 1;
    text-decoration: none;
    color: #111;
}

.hannavi_1 .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 40px;
}

.hannavi_1.dark {
    border: 1px solid #111;
    color: #fff;
    background: url(/design/innoind01/image/bg_00070.png) repeat;
}

.hannavi_1.mover_left {
    left: -20px;
}

.hannavi_1.mover_right {
    right: -20px;
}

.hannavi_1_area:hover .hannavi_1.mover_left {
    left: -1px;
}

.hannavi_1_area:hover .hannavi_1.mover_right {
    right: -1px;
}

.hannavi_1.medium {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.hannavi_1.medium .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.hannavi_small {
    position: absolute;
    text-align: center;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 42;
}

.hannavi_small .fa {
    line-height: 25px;
    color: #111;
    font-size: 25px;
    opacity: .5;
}

.hannavi_1_area:hover .fa {
    opacity: 1;
}

.hannavi_mini {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.hannavi_mini.mover_top {
    top: 0px;
}

.hannavi_mini.mover_bottom {
    top: 41px;
}

.hannavi_mini_area:hover > .mover_top {
    background: none;
    opacity: 1;
    top: 10px;
}

.hannavi_mini_area:hover > .mover_bottom {
    background: none;
    opacity: 1;
    top: 31px;
}

.hannavi_mini .fa {
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 18px;
    color: #fff;
}

.hannavi_mini:hover {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
}

.hannavi_mini2 {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.hannavi_mini2.mover_left {
    left: -10px;
}

.hannavi_mini2.mover_right {
    left: 41px;
}

.hannavi_mini_area:hover > .mover_left {
    background: none;
    opacity: 1;
    left: 0px;
}

.hannavi_mini_area:hover > .mover_right {
    background: none;
    opacity: 1;
    left: 31px;
}

.hannavi_mini2 .fa {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 28px;
    color: #fff;
}

.hannavi_mini2:hover {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    text-decoration: none;
}

.hanpage_1 {
    position: absolute;
    height: 18px;
    width: 100%;
    display: table;
    font-size: 0px;
    line-height: 0;
    z-index: 10;
}

.hanpage_1 a,.hanpage_1 li {
    background: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    border: 2px solid #999;
    text-decoration: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.hanpage_1 a span {
    font-size: 0;
}

.hanpage_1 a:hover {
    border-color: #111;
}

.hanpage_1 a.selected {
    background: none;
}

.hanpage_2 {
    position: absolute;
    height: 10px;
    width: 100%;
    display: table;
    font-size: 0px;
    line-height: 0;
    z-index: 10;
}

.hanpage_2 a,.hanpage_2 li {
    background: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 1.5px;
    border: 3px solid #dcdcdc;
    text-decoration: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.hanpage_2 a span {
    font-size: 0;
}

.hanpage_2 a:hover {
    border-color: #111;
}

.hanpage_2 a.selected {
}

.hanpage_q {
    position: absolute;
    height: 18px;
    width: 100%;
    display: table;
    font-size: 0px;
    line-height: 0;
    z-index: 10;
}

.hanpage_q a,.hanpage_q li {
    background: none;
    width: 14px;
    height: 14px;
    border-radius: 0%;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    background: #ccc;
    text-decoration: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.hanpage_q a span {
    font-size: 0;
}

.hanpage_q a:hover {
    background: #111;
}

.hanpage_q a.selected {
    background: #ED1B23;
}

.carousel_guide {
    position: relative;
    z-index: -1;
    display: block;
}

.carousel_guide img {
    width: 100%;
}

.simple_slide {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}

.simple_slide ul {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 8;
}

.simple_slide ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.h2_han {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #33353d;
    text-align: center;
    padding-bottom: 10px;
}

.h2_han span {
    font-family: 'Nanum Gothic';
    font-weight: 400;
    font-size: 14px;
    color: #b5b5b5;
    letter-spacing: -0.5px;
    display: block;
}

.h2_han_small {
    width: auto;
    height: 40px;
    line-height: 35px;
    color: #33353d;
    text-align: left;
    font-size: 24px;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
}

.h2_han_small span {
    font-family: 'Nanum Gothic';
    font-weight: 400;
    font-size: 13px;
    color: #b5b5b5;
    margin-left: 7px;
    letter-spacing: -0.5px;
}

.h2_han_big {
    position: relative;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-size: 27px;
    line-height: 50px;
    color: #33353d;
    text-align: center;
}

.h2_han_big_in {
    position: relative;
    width: auto;
    min-height: 60px;
    margin: 0 auto;
    background: #fff;
    display: table;
    z-index: 5;
    padding: 0 30px;
}

.h2_han_big span {
    font-family: 'Nanum Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.h2_han_big .dline {
    position: absolute;
    left: 1%;
    width: 98%;
    top: 35px;
    border-bottom: 1px dashed #ccc;
    z-index: -1;
}

.h2_hansq {
    font-family: 'NanumSquare','Noto Sans KR';
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
    padding-bottom: 45px;
}

.h2_hansq strong {
    color: #ff0000;
    font-weight: 600;
}

.h2_hansq span {
    font-family: 'NanumSquare','Nanum Gothic';
    font-weight: 300;
    font-size: 20px;
    color: #555;
    letter-spacing: -0.5px;
    display: block;
}

.more_han {
    position: absolute;
    top: 25px;
    right: 2px;
    text-align: center;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
    color: #111;
    cursor: pointer;
}

.more_han .fa {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
}

.more_han:hover {
    border: 1px solid #fff;
    color: #fff;
}

.more_han.medium {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.more_han.medium .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}

.hanblank_1 {
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

.hanblank_2 {
    position: relative;
    width: 100%;
    height: 2px;
    display: block;
    clear: both;
}

.hanblank_5 {
    position: relative;
    width: 100%;
    height: 5px;
    display: block;
    clear: both;
}

.hanblank_10 {
    position: relative;
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}

.hanblank_20 {
    position: relative;
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

.hanblank_30 {
    position: relative;
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.hanblank_40 {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
}

.hanblank_50 {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
    clear: both;
}

.hanblank_60 {
    position: relative;
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.hanblank_70 {
    position: relative;
    width: 100%;
    height: 70px;
    display: block;
    clear: both;
}

.hanblank_80 {
    position: relative;
    width: 100%;
    height: 80px;
    display: block;
    clear: both;
}

.hanblank_90 {
    position: relative;
    width: 100%;
    height: 90px;
    display: block;
    clear: both;
}

.hanblank_100 {
    position: relative;
    width: 100%;
    height: 100px;
    display: block;
    clear: both;
}

.hanblank_110 {
    position: relative;
    width: 100%;
    height: 110px;
    display: block;
    clear: both;
}

.hanblank_120 {
    position: relative;
    width: 100%;
    height: 120px;
    display: block;
    clear: both;
}

.hanblank_130 {
    position: relative;
    width: 100%;
    height: 130px;
    display: block;
    clear: both;
}

.hanblank_140 {
    position: relative;
    width: 100%;
    height: 140px;
    display: block;
    clear: both;
}

.hanblank_150 {
    position: relative;
    width: 100%;
    height: 150px;
    display: block;
    clear: both;
}

.hanblank_160 {
    position: relative;
    width: 100%;
    height: 160px;
    display: block;
    clear: both;
}

.hanblank_170 {
    position: relative;
    width: 100%;
    height: 170px;
    display: block;
    clear: both;
}

.hanblank_180 {
    position: relative;
    width: 100%;
    height: 180px;
    display: block;
    clear: both;
}

.hanblank_190 {
    position: relative;
    width: 100%;
    height: 190px;
    display: block;
    clear: both;
}

.hanblank_200 {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    clear: both;
}

li {
    list-style: none;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

h1,h3 {
    margin: 0;
}

.ec-base-layer {
    position: absolute;
    z-index: 100;
    border: 1px solid #757575;
    background: #fff;
}

.ec-base-layer .header {
    padding: 7px 35px 7px 19px;
    color: #fff;
    background: #33353d;
}

.ec-base-layer .header > h1,.ec-base-layer .header > h3 {
    font-size: 14px;
    line-height: 1.5;
}

.ec-base-layer .content {
    padding: 20px;
    font-size: 12px;
}

.ec-base-layer div.ec-base-help {
    margin-top: 0;
}

.ec-base-layer .ec-base-button {
    padding: 9px;
    border-top: 1px solid #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.ec-base-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 20px;
    cursor: pointer;
}

#popup .ec-base-layer {
    position: relative;
    border: 0;
}

#popup .ec-base-layer .header {
    padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
    top: 5px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
    margin-top: 0;
}

.ec-base-layer .ec-base-table table {
    line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
    padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
    padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
    padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
    padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
    padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
    padding: 10px 10px 12px;
}

.xans-layout-multishopshipping {
    display: none;
}

.xans-layout-multishopshipping .worldshipLayer {
    top: 303px;
    left: 50%;
    width: 448px;
    margin: 0 0 0 -225px;
}

.xans-layout-multishopshipping .worldshipLayer .content {
    padding: 153px 20px 30px;
    line-height: 1.8;
    background: url("/design/innoind01/image/bg_worldship.gif") center 21px no-repeat;
}

.xans-layout-multishopshipping .worldshipLayer .content .desc {
    display: block;
    margin: 4px 0 14px;
}

.xans-layout-multishopshipping .worldshipLayer .select {
    margin: 10px 0 0;
}

.xans-layout-multishopshipping .worldshipLayer .select select {
    width: 100%;
}

.xans-layout-conversionpc {
    background: #fff;
    padding: 45px;
    text-align: center;
}

.xans-layout-conversionpc a {
    margin: 20px;
    padding: 20px 40px 20px 110px;
    font-size: 68px;
    color: #63666e;
    text-decoration: none;
    text-align: center;
    border: 4px solid #9d9db0;
    border-radius: 10px;
    background: url("/design/innoind01/image/ico_mobile.png") no-repeat 40px 50%;
}
p.imgArea img {
  width: 100%;
}