/* BASIC css start */
.ec-base-product {
    position: relative;
    width: 1260px;
    margin: 0 auto 80px;
}

@media all and (max-width: 1285px) {
    .ec-base-product {
        width:980px;
    }
}

.ec-base-product h2 {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 23px;
    color: #111;
}

.ec-base-product h2 span {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.ec-base-product h2 strong {
    color: #dd2537;
}

.ec-base-product h2 img {
    width: 100%;
}

.ec-base-product h2 .titImg {
    font-size: 0;
}

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

.ec-base-product a[href^='/'] > img {
    border: 0;
}

.ec-base-product .prdList {
    display: table;
    position: relative;
    width: 103%;
    min-width: 756px;
    font-size: 0;
    line-height: 0;
}

.ec-base-product .prdList > li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;color: #333;
    vertical-align: top;
    font-size: 12px;
    line-height: 17px;
}

.ec-base-product ul.grid2 > li {
    width: 610px;
    margin: 5px 40px 60px 0;
}

.ec-base-product ul.grid3 > li {
    width: 400px;
    margin: 5px 30px 50px 0;
}

.ec-base-product ul.grid4 > li {
    width: 400px;
    margin: 5px 20px 40px 0;
}

.ec-base-product ul.grid5 > li {
    width: 235px;
    margin: 5px 21.5px 40px 0;
}

.ec-base-product ul.grid6 > li {
    width: 190px;
    margin: 5px 24px 40px 0;
}

@media all and (max-width: 1285px) {
    .ec-base-product ul.grid2 > li {
        width:470px;
        margin: 5px 40px 60px 0;
    }

    .ec-base-product ul.grid3 > li {
        width: 310px;
        margin: 5px 25px 50px 0;
    }

    .ec-base-product ul.grid4 > li {
        width: 230px;
        margin: 5px 20px 40px 0;
    }

    .ec-base-product ul.grid5 > li {
        width: 180px;
        margin: 5px 20px 40px 0;
    }

    .ec-base-product ul.grid6 > li {
        width: 180px;
        margin: 5px 20px 40px 0;
    }
}

.ec-base-product .prdList .chk {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -25px;
    margin: 0;
}

.ec-base-product .prdList .chk input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

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

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

.thumbnail .list_button {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 4px;
    *zoom:1;visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.prdList li:hover .list_button {
    bottom: 4px;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.thumbnail .list_button span {
    position: relative;
    width: 25px !important;
    margin: 2px 0 0;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
}

.thumbnail .list_button img {
    width: 100%;
    outline: none !important;
}

.thumbnail .list_button .basket img {
    content: url('/design/taera2025/image/list_basket.png');
}

.thumbnail .list_button .option img {
    content: url('/design/taera2025/image/list_option.png');
}

.thumbnail .list_button span:hover {
    background: rgba(0,0,0,.4);
    background: #999 \9;
}

.thumbnail .list_button span:hover:after {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: rgba(0,0,0,.3);
    background: #aaa \9;
    color: #fff;
}

.thumbnail .list_button .zoom:hover:after {
    content: "새창보기";
}

.thumbnail .list_button .basket:hover:after {
    content: "장바구니";
}

.thumbnail .list_button .option:hover:after {
    content: "옵션보기";
}

.thumbnail .list_button .wish:hover:after {
    content: "관심상품";
}

.thumbnail .prdIcon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: -9px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.ec-base-product .prdList .description {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.ec-base-product .prdList .description .name {
    display: block;
    margin: 0 0 10px 5px;
    word-break: break-all;
    line-height: 20px;
    font-weight: bold;
}

.ec-base-product .prdList .description .name a:hover {
    text-decoration: none;
}

.ec-base-product .prdList .description .line {
    display: block;
    height: 0px;
    line-height: 0;
    margin: 0 0 10px;
    border-top: 1px solid #eee;
}

.ec-base-product .prdList .description .status {
    position: relative;
    display: block;
    margin: 0 0 0 5px;
    line-height: 0;
    *zoom:1;}

.ec-base-product .prdList .description .status:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .description .colorChip {
    margin: 0 0 0 6px;
}

.ec-base-product .prdList .description .chips {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 15px;
    height: 5px;
    margin: 5px 2px 8px;
    vertical-align: top;
}

.ec-base-product .prdList .description .chips:first-child {
    margin: 5px -1px 8px;
}

.ec-base-product .prdList .description .icon {
    margin: 10px 0 0 0;
    vertical-align: middle;
}

.ec-base-product .prdList .description .icon:after {
    content: "";
    display: block;
    clear: both;
}

.ec-base-product .prdList .description .icon img {
    margin: 0 7px 0 0;
}

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

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

.ec-base-product .spec {
    position: relative;
}

.ec-base-product .spec li {
    margin: 0 0 5px 5px;
    line-height: 17px;
}

.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 .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;
    color: #000;
    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-product-bgLT {
    background-position: left top;
}

.ec-product-bgLC {
    background-position: left center;
}

.ec-product-bgLB {
    background-position: left bottom;
}

.ec-product-bgRT {
    background-position: right top;
}

.ec-product-bgRC {
    background-position: right center;
}

.ec-product-bgRB {
    background-position: right bottom;
}

.ec-product-bgCT {
    background-position: center top;
}

.ec-product-bgCC {
    background-position: center center;
}

.ec-product-bgCB {
    background-position: center bottom;
}

.prdList .d_thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.prdList .d_thumb .img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.prdList .d_thumb .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.prdList .d_thumb .img li:first-child {
    left: 0;
}

.prdList .d_thumb .btn {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.prdList .d_thumb.on .btn {
    bottom: 10px;
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.prdList .d_thumb .btn li {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 10px;
    background: #aaa;
    cursor: pointer;
    text-indent: -9999px;
}

.prdList .d_thumb .btn li.on {
    background: #111;
}

.prdList .d_thumb .arrow {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    transition: opacity .3s ease;
}

.prdList .d_thumb.on .arrow {
    opacity: 1;
}

.prdList .d_thumb .prev {
    left: 5px;
}

.prdList .d_thumb .next {
    right: 5px;
}

.prdList .d_thumb.on .prev {
    left: 2px;
}

.prdList .d_thumb.on .next {
    right: 2px;
}

.prdList .roll_thumb img {
    width: 100%;
    max-width: 100%;
}

.prdList .roll_thumb .on {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.prdList .roll_thumb:hover .on {
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.prdList .big_thumb {
    overflow: hidden;
}

.prdList .big_thumb img {
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.prdList .big_thumb:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.xans-product-listrecommend .ranking {
    display: table;
    width: 105%;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0;
}

.xans-product-listrecommend .ranking li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 252px;
}

.xans-product-listrecommend .ranking li p {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    background: #111;
    font-family: 'arial';
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.xans-product-listrecommend .ranking li span {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #bbb;
}

@media all and (max-width: 1285px) {
    .xans-product-listrecommend .ranking li {
        width:196px;
    }
}

.ec-base-product.normal,.ec-base-product.special {
    width: 100% !important;

}

.xans-product-additional .ec-base-product .prdList {
    left: -20px !important;
}


.ec-base-paginate > a {
    display: inline-block !important;
    width: 34px !important;
    height: 34px;
    background-position: 50% 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.ec-base-paginate > a:hover {
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-opacity: .3;
}

.ec-base-paginate > a:first-child {
    
}

.ec-base-paginate > a:nth-child(100n+2) {
   
}

.ec-base-paginate > a:nth-child(100n+4) {
   
}

.ec-base-paginate > a:last-child {
  
}

.ec-base-paginate li {
    margin: 0;
    border: 0 !important;
    line-height: 0;
    vertical-align: top;
}

.ec-base-paginate li a:hover {
    background: #fff !important;
}

.ec-base-paginate li a.this {
    padding-bottom: 12px !important;
    border-bottom: 2px solid #333 !important;
    color: #333 !important;
}

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

.ec-base-paginate.typeSub li {
    margin: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
}

.ec-base-paginate.typeSub img {
    vertical-align: top !important;
}

.ec-base-paginate.typeSub li a {
    display: inline-block !important;
    width: 34px !important;
    height: 34px;
    line-height: 34px;
    padding: 0 !important;
    background-position: 50% 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: inherit !important;
}

.ec-base-paginate.typeSub li a.this {
    padding-bottom: 5px !important;
    border-bottom: 2px solid #333 !important;
    color: #333 !important;
    text-decoration: none;
}

.ec-base-paginate.typeSub .first {
    margin-right: 0 !important;
}

.ec-base-paginate.typeSub .last {
    margin-left: 0 !important;
}

.ec-base-table table {
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #d7d5d5;
    border-right: 0;
    border-left: 0;
    border-top-color: #fff;
    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 thead th {
    padding: 11px 0 10px;
    border-bottom: 1px solid #dfdfdf;
    color: #353535;
    vertical-align: middle;
    font-weight: normal;
    background: #fbfafa;
}

.ec-base-table tbody th {
    padding: 11px 0 10px 18px;
    border: 1px solid #dfdfdf;
    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 #dfdfdf;
    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 #d7d5d5;
}

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

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

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

.ec-base-table .message {
    border: 1px solid #d7d5d5;
    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 {
}

.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-table .subject .product_name {
    line-height: 14px;
    font-size: 11px;
    color: #bbb;
}

.xans-board-title p.imgArea img {
    width: 100%;
    margin: 0 0 20px;
}

.boardSort #board_category {
    display: none;
}

.DB_board_cate {
    display: block;
    min-height: 0;
    margin: 0 0 5px;
    text-align: center;
    background: url('/design/taera2025/image/bar_row_90.png') repeat-x bottom;
}

.DB_board_cate li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
}

.DB_board_cate li a {
    display: block;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f6f6f6;
    color: #888;
    text-align: center;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.DB_board_cate li a:hover {
    text-decoration: none;
    background: #f1f1f1;
    color: #111;
}

.DB_board_cate li.true a {
    position: relative;
    z-index: 1;
    margin: -4px 0 0 -1px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #555;
    border-bottom: none;
    background: #fff;
    font-weight: 700;
    color: #111;
    font-size: 13px;
}

.xans-board-listpackage .ec-base-table .thumb {
    position: relative;
}

.xans-board-listpackage .ec-base-table .reviewImg {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 8px;
}

.xans-board-listpackage .ec-base-table .thumb a {
    display: block;
    width: 50px;
    background-size: 50px 100%;
    overflow: hidden;
}

.xans-board-listpackage .ec-base-table .thumb img {
    width: 100% !important;
}

.xans-board-read .ec-base-table .detail,.xans-board-commentlist .boardComment li .comment {
    line-height: 20px;
}

.xans-board-read .ec-base-table .detail img:first-child {
}

.xans-board-read .ec-base-table .detail img {
    margin: 0 0 1px;
}

@media all and (max-width: 1285px) {
    .xans-board-read .ec-base-table .detail img {
        max-width:920px !important;
    }
}

.xans-board-read .ec-base-table .detail iframe {
    width: 100%;
    height: 708px;
}

@media all and (max-width: 1285px) {
    .xans-board-read .ec-base-table .detail iframe {
        height:578px;
    }
}

ul.xans-board-listheader-8 {
    text-align: right;
    margin: 0 0 10px;
}

ul.xans-board-listheader-8 li {
    display: inline;
}

.xans-board-listpackage-8 {
    margin: 0 0 20px;
}

.xans-board-listpackage-8 .gallery_list {
    clear: both;
    overflow: hidden;
}

.xans-board-listpackage-8 .gallery_list ul {
    display: block;
    min-width: 756px;
    margin: -20px 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
}

.xans-board-listpackage-8 .gallery_list li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 25%;
    margin: 20px 0;
    padding: 10px 0 0;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    vertical-align: top;
    letter-spacing: 0;
}

.xans-board-listpackage-8 .gallery_list li .boardChk {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 23px;
    width: 22px;
    height: 22px;
    display: block;
}

.xans-board-listpackage-8 .gallery_list li .imgLink {
    position: relative;
    display: block;
    width: 92%;
    max-height: 400px;
    margin: 0 auto 10px;
    outline: 1px solid #ddd;
    overflow: hidden;
    transition: outline .3s ease;
    -webkit-transition: outline .3s ease;
}

.xans-board-listpackage-8 .gallery_list li:hover .imgLink {
    outline: 1px solid #333;
}

.xans-board-listpackage-8 .gallery_list li .imgLink img {
    width: 100%;
}

.xans-board-listpackage-8 .gallery_list li .description {
    width: 90%;
    margin: 0 auto;
    color: #999;
    font-size: 11px;
}

.xans-board-listpackage-8 .gallery_list li .description a {
    color: #333;
    font-size: 12px;
}

.xans-board-listpackage-8 .gallery_list li strong {
    font-weight: normal;
}

.xans-board-listpackage-8 .gallery_list li em {
    display: block;
    font-style: normal;
}

.xans-board-listpackage-8 .xans-board-buttonlist-8 {
    padding: 15px 20px 15px 0;
    text-align: right;
}

.boardListEmpty {
    padding: 0 0 20px;
    text-align: center;
}

#content_IFRAME {
    min-height: 700px !important;
}

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

.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: #d7d5d5;
}

.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: #d7d5d5;
    background-color: #fbfafa;
}

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

.ec-base-box.typeThinBg > .agree {
    padding: 20px;
    border: 1px solid #e6e6e6;
    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 #e8e8e8;
    vertical-align: middle;
}

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

.ec-base-box .message {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #e8e7e7;
    background: #fbfbfb url("/design/taera2025/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 #d7d5d5;
}

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

.xans-board-product.ec-base-box.typeProduct {
    margin: 0 0 20px;
}

.xans-board-product.ec-base-box.typeProduct .thumbnail {
    width: 150px;
}

.xans-board-product .thumbnail img {
    width: 150px !important;
    max-width: 150px !important;
}

.xans-board-product .information img {
    margin: 0 5px 0 0 !important;
}

.xans-board-product .information h3 {
    margin: 17px 0 5px;
    font-size: 15px;
    color: #555;
    font-weight: normal;
}

.xans-board-product .information .price {
    font-size: 14px;
    font-weight: bold;
    color: #111 !important;
}

.xans-board-product .information .button {
    margin: 19px 0 0 0;
    padding: 13px 0 0 0;
    border-top: 1px solid #e8e8e8;
}

.read-pop .leftArea,.read-pop .rightArea {
    width: 49%;
    padding: 0 0.5%;
}

.read-pop .leftArea img {
    width: 100%;
}

.read-pop {
    min-height: 700px;
}

.read-pop .xans-board-product .information .button {
    margin: 19px 0 0 0;
    padding: 13px 0 0 0;
}

.read-pop .xans-board-readpackage-8 .ec-base-box {
    border: none;
    border-bottom: 1px dashed #9c9c9c;
}

.read-pop .xans-board-readpackage-8 .ec-base-table table {
    border: none;
}

.read-pop .xans-board-readpackage-8 .ec-base-table td {
    border: none;
    border-bottom: 1px dashed #9c9c9c;
}

.read-pop .xans-board-read .ec-base-table .detail {
    border: none;
}

.read-pop .xans-board-readpackage-8 .ec-base-table .date {
    text-align: right;
    color: #ababab;
}

.read-pop .xans-board-readpackage-8 .ec-base-table table:before {
    display: none;
    height: 0;
}

.xans-myshop-asyncbankbook .use {
    color: #333 !important;
}

.xans-myshop-orderstate .desc em {
    color: #333 !important;
    font-weight: bold;
}

.xans-myshop-orderstate .order .count {
    color: #333 !important;
}

.xans-myshop-orderstate .cs .count {
    color: #333 !important;
}

#myshopMain .shopMain {
    width: 18.2% !important;
    margin: 0 0 20px 1.5% !important;
    padding: 40px 0 !important;
}

#myshopMain .shopMain p a {
    font-size: 11px !important;
}

.xans-product-optionpreview {
    display: inline;
}

.xans-product-optionpreview .prdOption {
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 20;
    width: 240px;
    margin: 0 0 0 -14px;
    padding: 15px 0 0 0;
    cursor: default;
}

.xans-product-optionpreview .prdOption::before {
    content: "옵션 미리보기";
    position: absolute;
    z-index: 30;
    top: 38px;
    left: 18px;
    font-size: 13px;
    font-weight: bold;
}

.xans-product-optionpreview .prdOption .inner {
    display: block;
    padding: 40px 15px 15px;
    border: 1px solid #333;
    color: #333;
    background: #fff;
}

.xans-product-optionpreview .prdOption ul {
    display: block;
    max-height: 190px;
}

.xans-product-optionpreview .prdOption li {
    display: block;
    line-height: 17px;
    padding: 10px 0 3px 3px;
    border-top: 1px solid #eee;
    text-align: left;
    font-size: 11px;
    letter-spacing: -0.05em;
}

.xans-product-optionpreview .prdOption li:first-child {
    border-top: 0;
}

.xans-product-optionpreview .prdOption .ico {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 9px;
    height: 7px;
    margin: 0 0 0 -110px;
    background: url('/design/taera2025/image/ico_option_arrow.gif') no-repeat;
}

.xans-product-optionpreview .prdOption .close a {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: url('/design/taera2025/image/btn_x_11.png') no-repeat 50% 50%;
    cursor: pointer;
}

.couponZone {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 20px 0 50px;
}

.couponZone:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

.couponZone > .title {
    margin: 0 0 10px;
    overflow: hidden;
    *zoom:1;border-bottom: 1px solid #e8e8e8;
}

.couponZone .title h3 {
    display: inline-block;
    padding: 0 0 0 12px;
    color: #2e2e2e;
    font-size: 14px;
    *display: inline;
    *zoom:1;background: url("/design/taera2025/image/ico_heading.gif") 0 50% no-repeat;
}

.couponZone .title p.btn_download {
    float: right;
    margin: 0 0 5px;
}

.couponZone #btn_all_coupondown {
    position: absolute;
    top: -55px;
    right: 3px;
}

.couponZone .couponSkinArea ul {
    zoom:1;margin: 50px auto;
    text-align: center;
}

.couponZone .couponSkinArea ul:after {
    content: "";
    display: block;
    clear: both;
}

.couponZone .couponSkinArea ul li {
    display: inline-block;
    *display: inline;
    *zoom:1;padding: 0;
    list-style: none;
}

.couponZone .couponSkinArea ul.grid {
    width: 100%;
}

.couponZone .couponSkinArea ul.grid li {
    margin: 0 5px;
}

.couponZone .couponSkinArea .coupon {
    position: relative;
    width: 546px;
    height: 290px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.couponZone .couponSkinArea .coupon img {
    border: 0;
}

.couponZone .couponSkinArea .coupon .detail {
    display: block;
    padding: 25px 0 0 20px;
    color: #333;
}

.couponZone .couponSkinArea .coupon .discount {
    display: block;
    margin: 0 0 5px;
    !important;font-size: 47px !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: -0.03em !important;
    color: #d07b01 !important;
}

.couponZone .couponSkinArea .coupon .title {
    display: block;
    margin: 0 0 5px;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.couponZone .couponSkinArea .coupon .period {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #555 !important;
}

.couponZone .couponSkinArea .coupon .button {
    position: absolute;
    bottom: 65px !important;
    left: 50% !important;
    width: 140px !important;
    margin: 0 0 0 -69px !important;
}

.couponSkinArea .coupon .chkBtn {
    position: absolute;
    left: -10px;
    top: 4px;
}

.couponZone .couponSkinArea .imgCoupon .title,.couponZone .couponSkinArea .imgCoupon .discount,.couponZone .couponSkinArea .imgCoupon .period,.couponZone .couponSkinArea .imgCoupon .button {
    display: none;
}

#dCouponDetail {
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 398px;
    border: 1px solid #757575;
    background: #fff;
    box-shadow: 5px 5px 5px #d3d3d3;
}

#dCouponDetail h3 {
    height: 35px;
    padding: 0 35px 0 19px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    background: #333;
}

#dCouponDetail h3 + a {
    position: absolute;
    right: 20px;
    top: 10px;
}

#dCouponDetail ul {
    padding: 16px 10px 17px 20px;
    margin: 25px 19px;
    background: #f5f5f5;
}

#dCouponDetail ul li {
    margin: 7px 0 0;
    color: #2e2e2e;
    line-height: 18px;
}

#dCouponDetail ul li:first-child {
    margin-top: 0;
}

#dCouponDetail ul + a {
    display: block;
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #d7d5d5;
    background: #fbfafa;
}

.ec-base-tab .menu li.selected a {
    background: #333 !important;
}

.ec-base-tab.typeLight .menu li.selected a {
    background: #fff !important;
}

.xans-order-form .payArea .total .price input#total_price {
    font-size: 25px !important;
    font-weight: bold !important;
}

.myShopping {
}

.myShopping h2 {
    display: block;
    margin: 20px 0 30px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    letter-spacing: .2em;
}

body#main {
    background: #fff;
}

body i {
    position: relative;
    top: 1px;
    text-decoration: none !important;
}

body i:hover {
    text-decoration: none !important;
}

.-frame {
    position: relative;
    width: 1260px;
    margin: 0 auto;
    *zoom:1;}

.-frame:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

@media all and (max-width: 1285px) {
    .-frame {
        width:980px;
    }
}

.displaynone {
    display: none;
}

.divClear {
    position: relative;
    display: block;
    clear: both;
}

.divClear:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

.d_clear {
    clear: both;
}

.-mov {
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.-mov:hover {
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.-spring_x {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    animation-name: spring_x;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    -webkit-animation-name: spring_x;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
}

@keyframes spring_x {
    0% {
        transform: translate(0px,0px)
    }

    80% {
        transform: translate(0px,0px)
    }

    85% {
        transform: translate(4px,0px)
    }

    90% {
        transform: translate(0px,0px)
    }

    95% {
        transform: translate(4px,0px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

@-webkit-keyframes spring_x {
    0% {
        transform: translate(0px,0px)
    }

    80% {
        transform: translate(0px,0px)
    }

    85% {
        transform: translate(0px,4px)
    }

    90% {
        transform: translate(0px,0px)
    }

    95% {
        transform: translate(0px,4px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

.-spring_y {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    animation-name: spring_y;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    -webkit-animation-name: spring_y;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
}

@keyframes spring_y {
    0% {
        transform: translate(0px,0px)
    }

    80% {
        transform: translate(0px,0px)
    }

    85% {
        transform: translate(0px,4px)
    }

    90% {
        transform: translate(0px,0px)
    }

    95% {
        transform: translate(0px,4px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

@-webkit-keyframes spring_y {
    0% {
        transform: translate(0px,0px)
    }

    80% {
        transform: translate(0px,0px)
    }

    85% {
        transform: translate(0px,4px)
    }

    90% {
        transform: translate(0px,0px)
    }

    95% {
        transform: translate(0px,4px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

.rOver {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.rOver img {
    position: absolute;
    top: 0;
    left: 0;
}

.rOver .off {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.rOver:hover .off {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.rOver .on {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.rOver:hover .on {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.warning {
    display: ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    background: url('/design/taera2025/image/bg_opacity_b_80.png') \9;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.warning i {
    display: block;
    padding: 0 0 20px;
    font-size: 50px;
    color: #fff;
}

.warning p {
    position: absolute;
    top: -1000px;
    width: 100%;
    line-height: 33px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

@media all and (max-width: 760px) {
    body {
        overflow-y:hidden !important;
        overflow-x: hidden !important;
    }

    .warning {
        z-index: 9999;
        height: 100%;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1.0;
        -webkit-opacity: 1.0;
    }

    .warning p {
        top: 30%;
    }
}

.-change {
    position: relative;
    width: 25px;
    height: 27px;
}

.-change img {
    left: 0;
}

.-change i {
    left: 50%;
    width: 18px;
    margin-left: -8px;
    line-height: 25px;
    font-size: 18px;
}

.-change img:nth-child(1),.-change i:nth-child(1) {
    position: absolute;
    top: 0px;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.-change:hover img:nth-child(1),.-change:hover i:nth-child(1) {
    top: 5px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.-change img:nth-child(2),.-change i:nth-child(2) {
    position: absolute;
    top: -5px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.-change:hover img:nth-child(2),.-change:hover i:nth-child(2) {
    top: 0;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.-caption {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
}

.-caption p {
    display: block;
    position: absolute;
    top: 0;
    height: 25px;
    line-height: 24px;
    padding: 0 10px;
    transform: translateX(-48%);
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

li:hover .-caption p,a:hover .-caption p {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.ec-base-button img,.button img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

.scrollbar_box {
    position: relative;
    display: block;
    overflow: auto;
}

.scrollbar_box > .scroll-element.scroll-x .scroll-bar {
    display: none;
}

.scrollbar_box > .scroll-element.scroll-y {
    top: 2px !important;
    right: 2px !important;
}

_:-ms-fullscreen,:root .scrollbar_box {
    top: -15px !important;
    margin: 15px 0 -15px !important;
}

.dc_rate {

    position: absolute;
    z-index: 5;
    text-align: center;
    vertical-align: middle;
    font-family: 'roboto';
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.02em;
    cursor: pointer;
}

.dc_rate .sale {
    display: none;
}

.dc_rate.on {
    display: block;
}

.dc_rate i {
    font-style: normal;
}

.dc_rate.ico01 {
    top: -3px;
    right: -3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(20,20,20,.9);
    background: #333 \9;
    box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
}

.dc_rate.ico01 i {
    margin-left: 1px;
    font-size: 12px;
    font-weight: normal;
}

.item:hover .dc_rate.ico01 {
    animation-name: sale_rate;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    -webkit-animation-name: sale_rate;
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
}

@keyframes sale_rate {
    0% {
        transform: translate(0px,0px)
    }

    50% {
        transform: translate(0,4px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

.dc_rate.ico02 {
    top: -4px;
    left: -4px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(243,20,46,.95);
    background: #f3142e;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.dc_rate.ico02 i {
    margin-left: 2px;
    font-size: 14px;
}

.dc_rate_wrap {
    position: relative;
    height: 0;
}

.dc_rate.detail {
    position: absolute;
    height: 0;
    top: -11px;
    right: 20px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    background: url('/design/taera2025/image/detail_sale_ico.png') no-repeat;
    font-size: 16px;
    text-indent: -10px;
}

.dc_rate.detail i {
    margin-left: 4px;
    font-size: 11px;
    font-weight: 400;
}

.-cap:after {
    content: '오늘하루 열지않음';
    position: absolute;
    left: -109px;
    top: 0;
    width: 104px;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    background: rgba(0,0,0,.8);
    font-size: 12px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.-cap:hover:after {
    left: -114px;
    opacity: 1;
    visibility: visible;
}

.-likeButton {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: -8px;
    max-width: 80px;
    height: 16px;
    padding: 8px 0 0;
    background: url('/design/taera2025/image/like_shadow.gif') no-repeat right top;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.item:hover .-likeButton {
    bottom: 15px;
    visibility: visible;
    filter: filter:alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.-likeButton:hover {
    color: #333;
}

.-likeButton button {
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #f4f4f4;
    color: inherit;
    box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
    line-height: 16px;
}

.-likeButton button .likePrdIcon {
    content: url('/design/taera2025/image/list_like_off.png');
    width: 14px!important;
    margin: -2px 3px 0 0;
}

.-likeButton.selected button .likePrdIcon {
    content: url('/design/taera2025/image/list_like_on.png');
}

.-likeButton button .likePrdCount {
    font-weight: 400;
    color: inherit;
    font-size: 10px;
}

.-likeButton.selected {
    bottom: 20px!important;
    right: -8px!important;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.-likeButton.selected button {
    background: #333;
    border: 1px solid #222;
    color: #fff;
}

.-likeButton.selected button:before {
    content: 'LIKE';
    position: relative;
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 10px;
}

.-pTxt {
    display: block;
    position: absolute;
    z-index: 1;
    top: ;
    left: 50px;
    padding: 5px 10px;
    background: #333;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0;
    white-space: nowrap;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

li:hover .-pTxt {
    top: ;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

.orderStep {
    display: block;
}

@media all and (max-width: 1285px) {
    .orderStep img {
        width:100%;
    }
}

[class^='btnNormal'],a[class^='btnNormal'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    font-family: "굴림",Gulim;
    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: #fff;
}

[class^='btnSubmit'],a[class^='btnSubmit'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: "굴림",Gulim;
    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: #333;
}

[class^='btnEm'],a[class^='btnEm'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: "굴림",Gulim;
    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: #888;
}

[class^='btnBasic'],a[class^='btnBasic'] {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    font-family: "굴림",Gulim;
    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: #f3f3f3;
    text-decoration: none;
}

[class^='btnSubmit']:not(.disabled):hover {
    background-color: #555;
    text-decoration: none;
}

[class^='btnEm']:not(.disabled):hover {
    background-color: #777;
    text-decoration: none;
}

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

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

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

[class^='btnEm'].disabled {
    background-color: #bbb;
    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-family: "굴림",Gulim;
    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-family: "굴림",Gulim;
    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-family: "굴림",Gulim;
    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 #d7d5d5;
}

.ec-base-button.typeBG {
    padding: 10px 20px;
    border: 1px solid #d7d5d5;
    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;
}

.-btn,.-btn * {
    -webkit-box-sizing : border-box;
    -khtml-box-sizing : border-box;
    -moz-box-sizing : border-box;
    -ms-box-sizing : border-box;
    -o-box-sizing : border-box;
    box-sizing : border-box;
}

.-btn {
    display: inline-block;
    margin: 0;
    border-radius: 0px;
    background: transparent;
    outline: 0;
    vertical-align: middle;
    font-family: inherit;
    font-size: 12px;
    padding: 0 1em 0 .95em;
    height: 30px;
    line-height: 27px;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.-btns > .-btn {
    margin: 0 0 0 -4px;
    border-radius: 0px;
}

.-btns > .-btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.-btns > .-btn:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.-btns:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.-btn.-bold {
    font-weight: bold;
}

.-btn.-disabled {
    opacity: 0.5;
}

.-btn.-block {
    display: block;
    width: 100%;
    text-align: center;
}

.-btn.-inblock {
    display: inline-block !important;
}

.-btn.-ss {
    font-size: 11px;
    height: 17px;
    line-height: 14px;
    padding: 0 2px 0 2px;
    top: -1px;
}

.-btn.-xs {
    font-size: 11px;
    height: 22px;
    line-height: 20px;
    padding: 0 8px;
}

.-btn.-sm {
    font-size: 12px;
    height: 28px;
    line-height: 24px;
    padding: 0 10px;
}

.-btn.-md {
    font-size: 13px;
    height: 33px;
    line-height: 31px;
    padding: 0 14px;
}

.-btn.-md i {
    font-size: 14px;
    top: 1px;
}

.-btn.-lg {
    font-size: 13px;
    height: 41px;
    line-height: 39px;
    padding: 0 18px;
}

.-btn.-xl {
    font-size: 15px;
    height: 50px;
    line-height: 47px;
    padding: 0 24px;
}

.-btn i {
    position: relative;
    top: 0;
}

.-btn.-xs i.-left {
    padding: 0 5px 0 0;
}

.-btn.-sm i.-left {
    padding: 0 8px 0 0;
}

.-btn.-md i.-left {
    padding: 0 10px 0 0;
}

.-btn.-lg i.-left {
    padding: 0 14px 0 0;
}

.-btn.-xl i.-left {
    padding: 0 18px 0 0;
}

.-btn.-xs i.-right {
    padding: 0 0 0 5px;
}

.-btn.-sm i.-right {
    padding: 0 0 0 8px;
}

.-btn.-md i.-right {
    padding: 0 0 0 10px;
}

.-btn.-lg i.-right {
    padding: 0 0 0 14px;
}

.-btn.-xl i.-right {
    padding: 0 0 0 18px;
}

.-btn:focus,.-btn:hover {
    z-index: 1;
}

.-btn:active,.-btn.-active {
}

.-btn,.-btn:link,.-btn:visited {
    color: #555;
}

.-btn:focus,.-btn:hover {
    color: #333;
}

.-btn:active,.-btn.-active {
    color: #999;
}

.-btn.-line,.-btn.-line:link,.-btn.-line:visited {
    color: #666;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
}

.-btn.-line:focus,.-btn.-line:hover {
    color: #333;
    border: 1px solid #999;
}

.-btn.-line:active,.-btn.-line.-active {
    color: #999;
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #ccc;
}

.-btn.-white,.-btn.-white:link,.-btn.-white:visited {
    color: #555;
    border: 1px solid #ebebeb;
    border-bottom-color: #c6c6c6;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    text-shadow: 0 0 2px rgba(255,255,255,1);
    background: #fff;
    background: linear-gradient(to bottom,#ffffff 40%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0 );
}

.-btn.-white:focus,.-btn.-white:hover {
    background: #fff;
    background: linear-gradient(to bottom,#fafafa 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa',endColorstr='#ffffff',GradientType=0 );
}

.-btn.-white:active,.-btn.-white.-active {
    color: #9298a1;
    text-shadow: 0 1px 0px #fff;
    border-color: #ebebeb;
    border-top-color: #ddd;
    background: #f4f4f4;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.04);
}

.-btn.-grey,.-btn.-grey:link,.-btn.-grey:visited {
    color: #fff;
    border: 1px solid #aab0b7;
    border-bottom-color: #a2a9b0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #b0b6bd;
    background: linear-gradient(to bottom,#bbbfc5 40%,#b0b6bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbfc5',endColorstr='#b0b6bd',GradientType=0 );
}

.-btn.-grey:focus,.-btn.-grey:hover {
    border: 1px solid #9ea4ab;
    background: #a6acb3;
    background: linear-gradient(to bottom,#adb2b9 0%,#a6acb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb2b9',endColorstr='#a6acb3',GradientType=0 );
}

.-btn.-grey:active,.-btn.-grey.-active {
    color: #bbb;
    border: 1px solid #9ea4ab;
    background: #a6acb3;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.07);
}

.-btn.-dgrey,.-btn.-dgrey:link,.-btn.-dgrey:visited {
    color: #fff;
    border: 1px solid #53565c;
    border-bottom-color: #4a4e53;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #5c6066;
    background: linear-gradient(to bottom,#666b70 40%,#5c6066 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbfc5',endColorstr='#b0b6bd',GradientType=0 );
}

.-btn.-dgrey:focus,.-btn.-dgrey:hover {
    border: 1px solid #44474c;
    background: #4d5056;
    background: linear-gradient(to bottom,#565a5f 0%,#4d5056 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb2b9',endColorstr='#a6acb3',GradientType=0 );
}

.-btn.-dgrey:active,.-btn.-dgrey.-active {
    color: #bbb;
    border: 1px solid #44474c;
    background: #4d5056;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.07);
}

.-btn.-black,.-btn.-black:link,.-btn.-black:visited {
    color: #fff;
    border: 1px solid #131719;
    border-bottom-color: #0c0f10;
    box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #1e2427;
    background: linear-gradient(to bottom,#262c2f 100%,#1e2427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26353e',endColorstr='#26353e',GradientType=0 );
}

.-btn.-black:focus,.-btn.-black:hover {
    border: 1px solid #272f32;
    background: #323b3f;
    background: linear-gradient(to bottom,#3c4549 0%,#323b3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374954',endColorstr='#374954',GradientType=0 );
}

.-btn.-black:active,.-btn.-black.-active {
    color: #ddd;
    border: 1px solid #272f32;
    background: #323b3f;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.07);
}

html.ie .-btn {
    border-radius: 0;
}

.btn_11_444 {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    background: #444444;
    background-image: -webkit-linear-gradient(top,#444444,#111111);
    background-image: -moz-linear-gradient(top,#444444,#111111);
    background-image: -ms-linear-gradient(top,#444444,#111111);
    background-image: -o-linear-gradient(top,#444444,#111111);
    background-image: linear-gradient(to bottom,#444444,#111111);
    border: solid #111111 1px;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}

.btn_11_444:hover {
    background: #111111;
    background-image: -webkit-linear-gradient(top,#111111,#444444);
    background-image: -moz-linear-gradient(top,#111111,#444444);
    background-image: -ms-linear-gradient(top,#111111,#444444);
    background-image: -o-linear-gradient(top,#111111,#444444);
    background-image: linear-gradient(to bottom,#111111,#444444);
    text-decoration: none;
}

.btn_11_f2 {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -ms-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    border: solid #ddd 1px;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}

.btn_11_f2:hover {
    background: #e5e5e5;
    background-image: -webkit-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -moz-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -ms-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -o-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: linear-gradient(to bottom,#e5e5e5,#f2f2f2);
    text-decoration: none;
}

.btn_11_ff {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    background: #fff;
    background-image: -webkit-linear-gradient(top,#fff,#f8f8f8);
    background-image: -moz-linear-gradient(top,#fff,#f8f8f8);
    background-image: -ms-linear-gradient(top,#fff,#f8f8f8);
    background-image: -o-linear-gradient(top,#fff,#f8f8f8);
    background-image: linear-gradient(to bottom,#fff,#f8f8f8);
    border: solid #eee 1px;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}

.btn_11_ff:hover {
    background: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#fff);
    background-image: -moz-linear-gradient(top,#f8f8f8,#fff);
    background-image: -ms-linear-gradient(top,#f8f8f8,#fff);
    background-image: -o-linear-gradient(top,#f8f8f8,#fff);
    background-image: linear-gradient(to bottom,#f8f8f8,#fff);
    text-decoration: none;
}

.btn_7_444 {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    background: #444;
    background-image: -webkit-linear-gradient(top,#444444,#111111);
    background-image: -moz-linear-gradient(top,#444444,#111111);
    background-image: -ms-linear-gradient(top,#444444,#111111);
    background-image: -o-linear-gradient(top,#444444,#111111);
    background-image: linear-gradient(to bottom,#444444,#111111);
    border: solid #111 1px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}

.btn_7_444:hover {
    background: #111;
    background-image: -webkit-linear-gradient(top,#111111,#444444);
    background-image: -moz-linear-gradient(top,#111111,#444444);
    background-image: -ms-linear-gradient(top,#111111,#444444);
    background-image: -o-linear-gradient(top,#111111,#444444);
    background-image: linear-gradient(to bottom,#111111,#444444);
    text-decoration: none;
    color: #fff;
}

.btn_15_444 {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    background: #444;
    background-image: -webkit-linear-gradient(top,#444444,#111111);
    background-image: -moz-linear-gradient(top,#444444,#111111);
    background-image: -ms-linear-gradient(top,#444444,#111111);
    background-image: -o-linear-gradient(top,#444444,#111111);
    background-image: linear-gradient(to bottom,#444444,#111111);
    border: solid #111111 1px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

.btn_15_444:hover {
    background: #111;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#111111,#444444);
    background-image: -moz-linear-gradient(top,#111111,#444444);
    background-image: -ms-linear-gradient(top,#111111,#444444);
    background-image: -o-linear-gradient(top,#111111,#444444);
    background-image: linear-gradient(to bottom,#111111,#444444);
    text-decoration: none;
}

.btn_7_f2 {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -ms-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    border: solid #ddd 1px;
    color: #333333;
    font-size: 11px;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
}

.btn_7_f2:hover {
    background: #e5e5e5;
    background-image: -webkit-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -moz-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -ms-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -o-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: linear-gradient(to bottom,#e5e5e5,#f2f2f2);
    text-decoration: none;
}

.btn_15_f2 {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -ms-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    border: solid #ddd 1px;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

.btn_15_f2:hover {
    background: #e5e5e5;
    background-image: -webkit-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -moz-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -ms-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: -o-linear-gradient(top,#e5e5e5,#f2f2f2);
    background-image: linear-gradient(to bottom,#e5e5e5,#f2f2f2);
    text-decoration: none;
}

.btn_40_01c73c {
    display: ;
    line-height: 40px;
    padding: 0 15px;
    background: #01c73c;
    background-image: -webkit-linear-gradient(top,#01c73c,#00b235);
    background-image: -moz-linear-gradient(top,#01c73c,#00b235);
    background-image: -ms-linear-gradient(top,#01c73c,#00b235);
    background-image: -o-linear-gradient(top,#01c73c,#00b235);
    background-image: linear-gradient(to bottom,#01c73c,#00b235);
    border: solid #02a332 1px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.btn_40_01c73c:hover {
    background: #00b235;
    background-image: -webkit-linear-gradient(top,#00b235,#01c73c);
    background-image: -moz-linear-gradient(top,#00b235,#01c73c);
    background-image: -ms-linear-gradient(top,#00b235,#01c73c);
    background-image: -o-linear-gradient(top,#00b235,#01c73c);
    background-image: linear-gradient(to bottom,#00b235,#01c73c);
    color: #fff;
    text-decoration: none;
}

.btn_40_ffdf2c {
    display: ;
    line-height: 40px;
    padding: 0 15px;
    background: #ffd800;
    background-image: -webkit-linear-gradient(top,#ffd800,#ecc906);
    background-image: -moz-linear-gradient(top,#ffd800,#ecc906);
    background-image: -ms-linear-gradient(top,#ffd800,#ecc906);
    background-image: -o-linear-gradient(top,#ffd800,#ecc906);
    background-image: linear-gradient(to bottom,#ffd800,#ecc906);
    border: solid #ddbd0c 1px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.btn_40_ffdf2c:hover {
    background: #ecc906;
    background-image: -webkit-linear-gradient(top,#ecc906,#ffd800);
    background-image: -moz-linear-gradient(top,#ecc906,#ffd800);
    background-image: -ms-linear-gradient(top,#ecc906,#ffd800);
    background-image: -o-linear-gradient(top,#ecc906,#ffd800);
    background-image: linear-gradient(to bottom,#ecc906,#ffd800);
    text-decoration: none;
}

.multiPopup {
    position: relative;
    background: #fff;
}

.multiPopup .DB_img {
    position: relative;
    overflow: hidden;
}

.multiPopup .DB_img ul {
    position: relative;
}

.multiPopup .DB_img ul li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.multiPopup .arrow.DB_prev {
    left: -5px;
    background: url('/design/taera2025/image/arrowL_35.gif') no-repeat 50% 50% rgba(255,255,255,.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.multiPopup .DB_img:hover .arrow.DB_prev {
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

.multiPopup .arrow.DB_next {
    right: -5px;
    background: url('/design/taera2025/image/arrowR_35.gif') no-repeat 50% 50% rgba(255,255,255,.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.multiPopup .DB_img:hover .arrow.DB_next {
    right: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

.multiPopup .arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.multiPopup .DB_menu {
    position: relative;
}

.multiPopup .DB_menu ul li {
    float: left;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd;
    background: #eee;
    cursor: pointer;
    color: #999;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.multiPopup .DB_menu ul li:hover {
    background: #fafafa;
}

.multiPopup .DB_menu ul li.DB_select {
    background: #fff;
    color: #333;
    font-weight: bold;
}

.multiPopup .DB_menu ul li p {
    position: relative;
}

.multiPopup .DB_menu .DB_box {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #888;
}

.popup_footer {
    position: fixed;
    bottom: 0;
    width: 100% !important;
}

.popup_footer > div {
    width: 100% !important;
    height: 30px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #555 !important;
    font-family: 'Nanum Gothic' !important;
}

.popup_footer > div > span {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 0 0 15px;
    text-indent: 20px;
    font-size: 11px;
    color: #eee;
    line-height: 30px;
}

.popup_footer > div > span > input {
    position: absolute;
    left: 10px;
    top: 6px;
    line-height: 30px;
    width: 18px;
    height: 18px;
}

.popup_footer > div > span + span {
    display: inline-block;
    float: right;
    padding: 0 15px 0 0;
    background: #333 !important;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
}

.popup_footer > div > span + span:hover {
    background: #000 !important;
    color: #fff;
}

.multiPopup.v61 {
    width: 302px;
    height: 550px;
    padding: 8px;
    border: 1px solid #ccc;
}

.multiPopup.v61 .DB_img {
    width: 299px;
    height: 380px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.multiPopup.v61 .DB_menu ul li {
    width: 99px;
    height: 80px;
}

.multiPopup.v61 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.v61 .DB_menu .DB_box {
    width: 99px;
    height: 80px;
}

.multiPopup.v62 {
    width: 298px;
    height: 543px;
}

.multiPopup.v62 .DB_img {
    width: 298px;
    height: 380px;
}

.multiPopup.v62 .DB_menu ul li {
    width: 98px;
    height: 80px;
}

.multiPopup.v62 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.v62 .DB_menu .DB_box {
    display: none;
    width: 98px;
    height: 80px;
}

.multiPopup.v31 {
    width: 302px;
    height: 469px;
    padding: 8px;
    border: 1px solid #ccc;
}

.multiPopup.v31 .DB_img {
    width: 299px;
    height: 380px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.multiPopup.v31 .DB_menu ul li {
    width: 99px;
    height: 80px;
}

.multiPopup.v31 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.v31 .DB_menu .DB_box {
    width: 99px;
    height: 80px;
}

.multiPopup.v32 {
    width: 298px;
    height: 462px;
}

.multiPopup.v32 .DB_img {
    width: 298px;
    height: 380px;
}

.multiPopup.v32 .DB_menu ul li {
    width: 98px;
    height: 80px;
}

.multiPopup.v32 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.v32 .DB_menu .DB_box {
    display: none;
    width: 98px;
    height: 80px;
}

.multiPopup.c31 {
    width: 302px;
    height: 511px;
    padding: 8px;
    border: 1px solid #ccc;
}

.multiPopup.c31 .DB_img {
    width: 299px;
    height: 380px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.multiPopup.c31 .DB_menu ul li {
    display: block;
    width: 299px;
    height: 40px;
}

.multiPopup.c31 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.c31 .DB_menu .DB_box {
    width: 299px;
    height: 40px;
}

.multiPopup.c32 {
    width: 648px;
    height: 574px;
}

.multiPopup.c32 .DB_img {
    width: 648px;
    height: 450px;
}

.multiPopup.c32 .DB_menu ul li {
    display: block;
    width: 646px;
    height: 40px;
}

.multiPopup.c32 .DB_menu ul li p {
    top: 30%;
}

.multiPopup.c32 .DB_menu .DB_box {
    display: none;
}

.multiPopup.w41 {
    width: 539px;
    height: 301px;
    padding: 8px;
    border: 1px solid #ccc;
}

.multiPopup.w41 .DB_img {
    float: left;
    width: 420px;
    height: 299px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
}

.multiPopup.w41 .DB_menu {
    position: relative;
    float: left;
    width: 112px;
}

.multiPopup.w41 .DB_menu ul li {
    display: block;
    width: 110px;
    height: 74px;
}

.multiPopup.w41 .DB_menu ul li p {
    top: 27%;
}

.multiPopup.w41 .DB_menu .DB_box {
    width: 110px;
    height: 74px;
}

.multiPopup.w42 {
    width: 532px;
    height: 297px;
}

.multiPopup.w42 .DB_img {
    float: left;
    width: 420px;
    height: 297px;
}

.multiPopup.w42 .DB_img ul li {
    width: 420px !important;
    height: 300px !important;
}

.multiPopup.w42 .DB_menu {
    position: relative;
    float: left;
    width: 112px;
}

.multiPopup.w42 .DB_menu ul li {
    display: block;
    width: 110px;
    height: 73px;
}

.multiPopup.w42 .DB_menu ul li p {
    top: 27%;
}

.multiPopup.w42 .DB_menu .DB_box {
    display: none;
}

.multiPopup.r51 {
    width: 302px;
    height: 415px;
    padding: 8px;
    border: 1px solid #ccc;
}

.multiPopup.r51 .DB_img {
    width: 299px;
    height: 380px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.multiPopup.r51 .DB_menu ul li {
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin: 0 5px 0 0;
    border-radius: 100%;
}

.multiPopup.r51 .DB_menu .DB_box {
    display: none;
}

.multiPopup.z_sample {
    width: 502px;
    height: 920px;
}

.multiPopup.z_sample .DB_img {
    width: 500px;
    height: 885px;
    margin-bottom: 5px;
}

.multiPopup.z_sample .DB_menu ul li {
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin: 0 5px 0 0;
    border-radius: 100%;
}

.multiPopup.z_sample .DB_menu .DB_box {
    display: none;
}

.JS_topBnr_wrap {
    display: none;
}

.multishop {
    display: none;
}

.sns_icon {
    display: none;
}

.point_ico {
    display: block;
}

.JS_headerBnr {
    display: none;
}

.JS_headerBnr2 {
    display: none;
}

.category_full {
    display: none;
}

.menuList.sub {
    display: none;
}

.categorySub.brand {
    display: none;
}

.category {
    display: inline-block;
}

.categorySub.m01 {
    display: none;
}

.categorySub.m02 {
    display: inline-block;
}

.categorySub.m04 {
    display: none;
}

.time_sale {
    display: none;
}

.lookbook {
    display: none;
}

.JS_mainBnr,.dummy {
    display: block;
}

.SD_bnr_01 {
    display: block;
}

.JS_mainMenu {
    display: none;
}

.SD_bnr_02 {
    display: block;
}

.JS_slide_01 {
    display: block;
}

.JS_tabRolling_wrap {
    display: block;
}

.JS_tabRolling.type2 {
    display: none;
}

.JS_tabRolling.type3 {
    display: none;
}

.JS_tabRolling.type4 {
    display: none;
}

.JS_tabRolling.type5 {
    display: block;
}

.JS_rollingItem {
    display: block;
}

.JS_slide_05 {
    display: block;
}

.JS_wideBnr {
    display: block;
}

.JS_timeSale.main {
    display: none;
}

.main .review_list_wrap {
    display: none;
}

.SD_spBnr_01 {
    display: none;
}

.SD_footerBnr {
    display: block;
}

.insta_wrap {
    display: none;
}

.footer_menu2 {
    display: block;
}

.footer_ico {
    display: block;
}

.d_panel.right {
    display: block;
}

.d_toggle {
    display: block;
}

.panel_search {
    display: block;
}

.panel_order {
    display: none;
}

.panel_delivery {
    display: none;
}

.panel_recent {
    display: none;
}

.panel_cart {
    display: none;
}

.panel_wish {
    display: none;
}

.panel_like {
    display: none;
}

.panel_coupon {
    display: none;
}

.panel_naver {
    display: block;
}

.panel_plus {
    display: block;
}

.right_panel .count {
    display: none;
}

.JS_quickBnr {
    display: block;
}

.JS_quickNotice {
    display: block;
}

.quickIco {
    display: block;
}

.d_panel.right .oper_time {
    display: block;
}

.d_panel.right .bank_info {
    display: block;
}

.buy_wrap.fixed {
    display: block;
}

.JS_detailBnr {
    display: none;
}

.detail_naver {
    display: block;
}

.detail_plus {
    display: block;
}

.snsIco {
    display: block;
}

.etcBtn {
    display: block;
}

.img_info.img1 {
    display: block;
}

.img_info.img2 {
    display: none;
}

.prdList .normal_thumb {
    display: none;
}

.prdList .add_thumb {
    display: block;
}

.prdList .roll_thumb {
    display: none;
}

.prdList .big_thumb {
    display: none;
}

.thumbnail.outline {
    outline: 1px solid #eee;
}

.dc_rate.on {
    display: block;
}

.-likeButton {
    display: block;
}

.list_button .zoom {
    display: block;
}

.list_button .basket {
    display: block;
}

.list_button .option {
    display: block;
}

.list_button .wish {
    display: block;
}

.d_sLightBox_introPopup {
    display: none;
}

.JS_layerBnr_position {
    left: -9999px;
}

.list_area.gallery {
    display: block;
}

.list_area.text {
    display: none;
}

.warning {
    display: none;
}

.made {
    display: block;
}

#mirae_defender_layer {
    display: none !important;
}

.scrollbar_box {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scrollbar_box > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scrollbar_box > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar_box > .scroll-element,.scrollbar_box > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar_box > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar_box > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar_box > .scroll-element .scroll-bar {
    background-color: #999;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar_box:hover > .scroll-element .scroll-bar,.scrollbar_box > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar_box > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar_box > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

.scrollbar_box > .scroll-element.scroll-x .scroll-bar {
    cursor: move;
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar_box > .scroll-element.scroll-y .scroll-bar {
    cursor: move;
    left: -5px;
    min-height: 10px;
    width: 5px;
}

.scrollbar_box > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar_box > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar_box > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar_box > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar_box > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar_box > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.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/taera2025/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/taera2025/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/taera2025/image/fancybox/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/taera2025/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/taera2025/image/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

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


.JS_topBnr {
    display: none;
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 0 -1px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.position_center {
    position: absolute;
    z-index: 10;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 650px;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_topBnr:hover .position_center {
    top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_topBnr .close {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 27px;
    height: 27px;
    background: url('/design/taera2025/image/btn_x_w_11.gif') no-repeat center rgba(0,0,0,.8);
    cursor: pointer;
}

.JS_topBnr .checkbox {
    display: none;
}

.JS_topBnr_roll {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.JS_topBnr_roll .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.JS_topBnr_roll .img li {
    position: absolute;
    top: 0;
    left: 50%!important;
    width: 2000px;
    height: 100%;
    margin-left: -1000px;
}

.JS_topBnr_roll .img li:first-child {
    z-index: 1;
    left: 0;
}

.JS_topBnr_roll .img li img {
    width: 100%;
}

.JS_topBnr_roll .btn {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 50%;
    width: 1260px;
    line-height: 0;
    margin: 0 0 0 -620px;
    text-align: left;
    letter-spacing: -4px;
    font-size: 0;
    opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_topBnr_roll:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_topBnr_roll .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 15px;
    height: 2px;
    margin: 0 2px;
    background: #ccc;
    cursor: pointer;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_topBnr_roll .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: #111;
    text-indent: -9999px;
}

.JS_topBnr_roll .btn li.on {
    width: 25px;
    background: #999;
}

.JS_topBnr_roll .DB_dir {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    width: 1260px;
    margin: 0 0 0 -620px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_topBnr_roll:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_topBnr_roll .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_topBnr_roll .prev {
    top: -5px;
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_topBnr_roll:hover .prev {
    top: 0px
}

.JS_topBnr_roll:hover .prev:hover {
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_topBnr_roll .next {
    top: 25px;
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_topBnr_roll:hover .next {
    top: 30px;
}

.JS_topBnr_roll:hover .next:hover {
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

@media all and (max-width: 1285px) {
    .JS_topBnr_roll .btn {
        width:980px;
        margin: 0 0 0 -490px;
    }

    .JS_topBnr_roll .DB_dir {
        width: 980px;
        margin: 0 0 0 -490px;
    }
}

#header {
    display: block;
    position: relative;
    background: none;
}

#header_01 {
    position: relative;
    z-index: 30;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.05);
}

#header_01.fixed {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.97);
    background: #fff \9;
}

.goHome_wrap {
    position: absolute;
    top: 0;
    left: -1px;
    width: 170px;
    height: 41px;
    overflow: hidden;
}

.goHome a {
    position: absolute;
    z-index: 11;
    top: -41px;
    left: 0;
    width: 170px;
    height: 41px;
    line-height: 41px;
    background: #222;
    text-align: center;
    cursor: pointer;
    transition: top .3s 1s ease;
    -webkit-transition: top .3s 1s ease;
}

#header_01.fixed .goHome a {
    top: 0px;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.goHome a:hover {
    text-decoration: none !important;
}

.goHome i {
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}

#header_01 .goHome_move {
    float: left;
    width: 0;
    height: 40px;
    font-size: 0;
    transition: all .3s 1.5s ease;
    -webkit-transition: all .3s 1.5s ease;
}

#header_01.fixed .goHome_move {
    margin: 0 0 0 175px;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

#header_02 {
    position: relative;
    z-index: 28;
    height: 188px;
}

#header_02 .logo {
    z-index: 2;
    top: 20px;
    width: 400px;
    height: 150px;
    margin: 0 auto;
}

#header_02 .logo img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#header_02 .logo.rOver.stop:hover .off {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

#header_02 .logo.stop .on {
    display: none;
}

#header_02 .logo.fade .off {
    top: 0;
}

#header_02 .logo.fade:hover .off {
    top: 0;
}

#header_02 .logo.fade .on {
    top: 0;
}

#header_02 .logo.fade:hover .on {
    top: 0;
}

#header_02 .logo.upDown .off {
    top: 0;
}

#header_02 .logo.upDown:hover .off {
    top: 12px;
}

#header_02 .logo.upDown .on {
    top: -12px;
}

#header_02 .logo.upDown:hover .on {
    top: 0;
}

#header_02 .logo.left .off {
    top: 0;
    left: 0;
}

#header_02 .logo.left:hover .off {
    left: 12px;
}

#header_02 .logo.left .on {
    top: 0;
    left: -12px;
}

#header_02 .logo.left:hover .on {
    left: 0;
}

#header_03 {
    position: relative;
    z-index: 29;
    width: 100%;
    height: 50px;
    border-top: 3px solid rgba(178,178,178,100);
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: rgba(34,34,34,100);
    box-shadow: none;
    transition: box-shadow 1s ease;
    -webkit-transition: box-shadow 1s ease;
}

.header_03_inner {
    height: 50px;
    border-left: 0px solid rgba(0,0,0,0.08);
    border-right: 0px solid rgba(0,0,0,0.08);
    text-align: center;display:flex;
}

#header_03 li {
    position: relative;
}

#header_03.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    background: rgba(34,34,34,34.100);
    box-shadow: 0 3px 4px rgba(0,0,0,0.15);
    border-bottom: none;
    border-bottom: 1px solid #333 \9;
}

#header_03.fixed .header_03_inner {
    border-top: none;
    border-bottom: none;
}

#d_full_btn p {
    position: absolute;
    z-index: 10;
    left: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    background: url('/design/taera2025/image/btn_all_off_b.png') no-repeat 0 0;
    cursor: pointer;
    font-size: 0;
    color: #fff;
    transition-delay: .05s;
    -webkit-transition-delay: .05s;
}

#d_full_btn p:hover,#d_full_btn.on p {
    z-index: 21;
    height: 51px;
    border: 1px solid rgba(0,0,0,.5);
    border-bottom: 0;
    background: url('/design/taera2025/image/btn_all_on_b.png') no-repeat 0 0 rgba(255,255,255,.97);
    transition: border .5s,background .2s ease;
    -webkit-transition: border .5s,background .2s ease;
}

#d_full_btn .close {
    display: none;
}

#d_full_btn .scrollbar_box {
    height: 500px;
}

#category-full {
    position: absolute;
    z-index: 20;
    display: none;
    top: 50px;
    left: -1px;
    width: 1255px;
    padding: 10px 0 10px 5px;
    border: 1px solid rgba(0,0,0,.5);
    background: url('/design/taera2025/image/bg_category-full.gif') repeat-y right rgba(255,255,255,.97);
    cursor: default;
    text-align: left;
}

#category-full h2 {
    display: block;
    width: 1010px;
    line-height: 25px;
    margin: 15px 15px 5px 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 18px;
    font-weight: normal;
}

#category-full a {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #777;
}

#category-full a:hover {
    text-decoration: none;
    color: #111;
}

#category-full .left_section {
    position: relative;
    float: left;
    width: 1030px;
    height: 500px;
}

#category-full .close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

#category-full .d1-wrap {
    position: relative;
    z-index: 2;
}

#category-full .d1-wrap .d1 {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 190px;
    margin: 8px 2px 20px 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0;
}

#category-full .d1-wrap .d1 > a {
    height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#category-full .d1-wrap .d1 > a:hover,#category-full .d1-wrap .d1.on > a {
    border-bottom: 1px solid #555;
    color: #111;
}

#category-full .d2-wrap .d2 {
    position: relative;
}

#category-full .d2-wrap .d2.be {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-full .d2-wrap .d2 > a {
    line-height: 27px;
    padding: 0 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .d2-wrap .d2 > a:hover,#category-full .d2-wrap .d2.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#category-full .d2-wrap .img {
    display: none;
}

#category-full .d3-wrap {
    position: absolute;
    display: none;
    left: 190px;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
}

#category-full .d3-wrap .d3 {
    position: relative;
}

#category-full .d2-wrap .d3.be {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-full .d3-wrap .d3 > a {
    line-height: 27px;
    min-width: 160px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .d2-wrap .d3 > a:hover,#category-full .d3-wrap .d3.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#category-full .d4-wrap {
    position: absolute;
    display: none;
    left: 180px;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
}

#category-full .d4-wrap .d4 > a {
    line-height: 27px;
    min-width: 160px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .d3-wrap .d4 > a:hover {
    background-color: rgba(0,0,0,.08);
    color: #111;
}

@media all and (max-width: 1285px) {
    #category-full {
        width:973px;
    }

    #category-full h2 {
        width: 725px;
    }

    #category-full .left_section {
        width: 725px;
    }
}

#category-full .categorySub {
    position: relative;
    vertical-align: top;
}

#category-full .categorySub.m02 {
    z-index: 1;
}

#category-full .categorySub > li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 190px;
    margin: 8px 2px 20px 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0;
}

#category-full .categorySub > li > a {
    height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#category-full .categorySub > li > a:hover,#category-full .categorySub > li.on > a {
    border-bottom: 1px solid #555;
    color: #111;
}

#category-full .categorySub > li > ul {
    display: block !important;
}

#category-full .categorySub > li > ul > li {
    position: relative;
}

#category-full .categorySub > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-full .categorySub > li > ul > li > a {
    line-height: 27px;
    min-width: 160px;
    padding: 0 10px;
    text-overflow: ellipsis ;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .categorySub > li > ul > li > a:hover,#category-full .categorySub > li > ul > li.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#category-full .categorySub > li > ul > li > ul {
    position: absolute;
    display: none;
    left: 190px;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
}

#category-full .categorySub > li > ul > li > ul > li {
    position: relative;
}

#category-full .categorySub > li > ul > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-full .categorySub > li > ul > li > ul > li > a {
    line-height: 27px;
    min-width: 160px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .categorySub > li > ul > li > ul > li > a:hover,#category-full .categorySub > li > ul > li > ul > li.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#category-full .categorySub > li > ul > li > ul > li > ul {
    position: absolute;
    display: none;
    left: 180px;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
}

#category-full .categorySub > li > ul > li > ul > li > ul > li {
    position: relative;
}

#category-full .categorySub > li > ul > li > ul > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-full .categorySub > li > ul > li > ul > li > ul > li > a {
    line-height: 27px;
    min-width: 160px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-full .categorySub > li > ul > li > ul > li > ul > li > a:hover,#category-full .categorySub > li > ul > li > ul > li > ul > li.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#category-full .right_section {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 190px;
    height: 100%;
    padding: 0 0 0 15px;
    vertical-align: top;
}

#category-full h4 {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    font-size: 13px;
}

#category-full .menuList {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

#category-full .menuList li a {
    display: block;
    line-height: 24px;
    padding: 0 0 0 10px;
    font-size: 12px;
}

#category-full .menuList li a:hover {
    background-color: rgba(0,0,0,.05);
}

#header_03 h2 {
}

#header_03 .nav {
    text-align: left;
}

#header_03 .nav li {
    position: relative
}

#header_03 .nav li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #444;
}

#header_03 .nav li a:hover {
    text-decoration: none !important;
    font-weight: bold;
    color: #000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#header_03 .nav > li > a {
    width: 210px;
    height: 50px;
    padding: 0 0px;
    font-size: 15px;
    color: #fff;
    font-weight: bold !important;
    text-transform: ;
    text-align: center;
    white-space: nowrap;
}

#header_03 .nav > li > a:hover,#header_03 .nav > li.on > a {
    color: #000;
    font-weight: bold !important;
    background-color: rgba(255,255,255,100);
}

#header_03 .nav > li > a color {
    color: #f21c35;
}

@media all and (max-width: 1285px) {
    #header_03 .nav > li > a {
        width:162px;
        height: 50px;
        padding: 0 0px;
        font-size: 15px;
    }
}

.nav.categorySub {
    position: relative;
    z-index: 11;
}

.nav.categorySub.m01 {
    margin: 0 0 0 5px;
}

.nav.categorySub.m02 {
    margin: 0;
}

.nav.categorySub.m04 {
    margin: 0;
}

.nav.categorySub > li {
    float: left;
}

.nav.categorySub > li:first-child {
    background: none;
}

.nav.categorySub > li > a {
    line-height: 50px;
}

.nav.categorySub > li > a:hover,.nav.categorySub > li.on > a {
}

.nav.categorySub > li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 160px;
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

.nav.categorySub > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 50%;
}

.nav.categorySub > li > ul > li > a {
    line-height: 27px;
    padding: 0 20px 0 15px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav.categorySub > li > ul > li > a:hover,.nav.categorySub > li > ul > li.on > a {
    background: rgba(0,0,0,.05);
    font-weight: bold;
}

.nav.categorySub > li > ul > li > ul {
    display: none;
    position: absolute;
    top: -11px;
    left: 100%;
    min-width: 150px;
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

.nav.categorySub > li > ul > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 50%;
}

.nav.categorySub > li > ul > li > ul > li > a {
    line-height: 27px;
    padding: 0 0 0 15px;
    color: #555;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav.categorySub > li > ul > li > ul > li > a:hover,.nav.categorySub > li > ul > li > ul > li.on > a {
    background: rgba(0,0,0,.05);
    font-weight: bold;
}

.nav.categorySub > li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: -5px;
    left: 100%;
    min-width: 150px;
    padding: 7px 0;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

.nav.categorySub > li > ul > li > ul > li > ul > li a {
    line-height: 27px;
    padding: 0 0 0 15px;
    color: #555;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav.categorySub > li > ul > li > ul > li > ul > li a:hover {
    background: rgba(0,0,0,.05);
    color: #111;
}

.nav.categorySub.m03 {
    position: absolute;
    z-index: 12;
    right: 0;
    top: 0;
    height: 50px;
}

.nav.categorySub.m03 > li {
    float: left;
}

.nav.categorySub.m03 > li > a {
    z-index: 3;
    line-height: 50px;
    padding: 0 12px !important;
    background: url('/design/taera2025/image/bar_b_10.png') no-repeat left 50%;
    background-size: 1px 15px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav.categorySub.m03 > li > a:hover,.nav.categorySub.m03 > li.on > a {
    background: url('/design/taera2025/image/bar_b_10.png') no-repeat left 50% !important;
    background-size: 1px 15px !important;
}

.nav.categorySub.m03 > li a i {
    line-height: 49px;
    font-size: 22px;
    color: #111;
}

.nav.categorySub.m03 > li a:hover i {
    color: #555;
}

.nav.categorySub.m03 > li > ul {
    display: none;
    position: absolute;
    z-index: 4;
    top: 50px;
    width: 300px;
    height: 422px;
    margin: 0 0 0 -190px;
    padding: 0 0 5px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    overflow: hidden;
}

.nav.categorySub .sale_ico {
    position: absolute;
    top: -13px;
    left: 50%;
    width: 51px;
    height: 26px;
    line-height: 23px;
    margin-left: -25px;
    background: url('/design/taera2025/image/ico.png') no-repeat;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    transition: opacity .8s .5s,top .8s .5s ease !important;
    -webkit-transition: opacity .8s .5s,top .8s .5s ease;
    !important;}

#header_03.fixed .nav.categorySub .sale_ico {
    top: -18px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

#category-lnb {
    position: relative;
    z-index: 11;
    max-width: 85%;
}

@media all and (max-width: 1285px) {
    #category-lnb {
        max-width:83%;
    }
}

#category-lnb .d1-wrap {
}

#category-lnb .d1-wrap .d1 {
    position: relative;
    float: left;
}

#category-lnb .d1-wrap .d1 > a {
    line-height: 50px;
}

#category-lnb .d1-wrap .d1 > a:hover,#category-lnb .d1-wrap .d1.on > a {
}

#category-lnb .d1-wrap .d1:first-child i {
    top: -13px;
    left: 3px;
    font-size: 20px;
}

#category-lnb .d2-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    white-space: nowrap;
}

#category-lnb .d2-wrap > dl {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    margin: 0 -1px 0 0;
    padding: 10px 0;
    border-right: 1px solid #eee;
}

#category-lnb .d2-wrap .d2 {
    position: relative;
}

#category-lnb .d2-wrap .d2.be {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-lnb .d2-wrap .d2 > a {
    line-height: 27px;
    padding: 0 20px 0 15px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-lnb .d2-wrap .d2 > a:hover,#category-lnb .d2-wrap .d2.on > a {
    background: rgba(0,0,0,.05);
    font-weight: bold;
}

#category-lnb .d2-wrap .img {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 0;
}

#category-lnb .d2-wrap .img a {
    display: inline-block;
    height: 100%;
    border-left: 1px solid #eee;
    vertical-align: top;
}

#category-lnb .d2-wrap .img img {
    display: block;
    padding: 15px;
}

#category-lnb .d2-wrap .img a.map {
    position: absolute;
    background: rgba(5,255,252,.5);
}

#category-lnb .d2-wrap.only .img a {
    border-left: 0;
}

#category-lnb iframe {
    position: relative;
    z-index: 1;
    top: 0;
    left: -1px;
    width: 630px;
    height: 380px;
    border-left: 1px solid #eee;
}

#category-lnb .d3-wrap {
    display: none;
    position: absolute;
    left: 100%;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}

#category-lnb .d3-wrap .d3 {
    position: relative;
}

#category-lnb .d2-wrap .d3.be {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 5px;
}

#category-lnb .d3-wrap .d3 > a {
    min-width: 140px;
    line-height: 27px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-lnb .d2-wrap .d3 > a:hover,#category-lnb .d3-wrap .d3.on > a {
    background: rgba(0,0,0,.05);
    font-weight: bold;
}

#category-lnb .d4-wrap {
    display: none;
    position: absolute;
    left: 100%;
    top: -11px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}

#category-lnb .d4-wrap .d4 > a {
    min-width: 150px;
    line-height: 27px;
    padding: 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#category-lnb .d3-wrap .d4 > a:hover {
    background: rgba(0,0,0,.05);
    font-weight: bold;
}

.search_section {
    position: relative;
    float: right;
    height: 26px;
    margin: 7px 0 0 5px;
}

.search_section .search_form {
    position: relative;
    z-index: 2;
    font-size: 0;
}

.search_section .search_form .keyword {
    position: relative;
    width: 110px;
    height: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0 5px 0 10px;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    background: url('/design/taera2025/image/bg_opacity_b_10.png');
    font-size: 12px;
    color: #333;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.search_section .search_form:hover #keyword,.search_section .search_form .keyword:focus {
    background: url('/design/taera2025/image/bg_opacity_b_20.png');
}

.search_section .search_form input[type=image] {
    position: relative;
    border-radius: 0 5px 5px 0;
    background: url('/design/taera2025/image/bg_opacity_b_10.png');
}

.search_section .search_form input[type=image]:hover {
    background: url('/design/taera2025/image/bg_opacity_b_20.png');
}

@media all and (max-width: 1285px) {
    .search_section .search_form .keyword {
        width:65px;
    }
}

#JS_topMenu2 {
    position: relative;
    z-index: 10;
    float: left;
}

#JS_topMenu2 a {
    display: block;
    text-decoration: none;
}

#JS_topMenu2 > li {
    position: relative;
    float: left;
    background: url("/design/taera2025/image/bar_b_20.png") 0 17px no-repeat;
}

#JS_topMenu2 > li:first-child {
    background: none;
}

#JS_topMenu2 > li > a {
    height: 39px;
    line-height: 39px;
    padding: 0 6px 0 8px;
    border-top: 1px solid rgba(255,255,255,0);
    font-size: 11px;
    color: #333;
    letter-spacing: 0.08em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#JS_topMenu2 > li > a:hover,#JS_topMenu2 > li.on > a {
    border-top: 1px solid rgba(0,0,0,.7);
    font-weight: bold;
    color: #000;
}

#JS_topMenu2 > li i {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
    font-size: 14px;
}

#JS_topMenu2 > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -58%;
    padding: 7px 0;
    border: 1px solid #ddd;
    background: #fff;
}

#JS_topMenu2 > li > ul > li {
    position: relative;
    display: block;
}

#JS_topMenu2 > li > ul > li:first-child > a {
    border-top: none;
}

#JS_topMenu2 > li > ul > li > a {
    height: 25px;
    line-height: 25px;
    margin: 0 10px;
    padding: 0 12px;
    border-top: 1px solid #eee;
    color: #555;
    font-size: 11px;
    white-space: nowrap;
}

#JS_topMenu2 > li > ul > li > a:hover,#JS_topMenu2 > li > ul > li.on > a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#JS_topMenu2 > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 5px;
    left: 90px;
    width: 120px;
    padding: 7px 0;
    border: 1px solid #ddd;
    background: #fff;
}

#JS_topMenu2 > li > ul > li > ul > li {
    display: block;
}

#JS_topMenu2 > li > ul > li > ul > li:first-child {
}

#JS_topMenu2 > li > ul > li > ul > li a {
    height: 22px;
    padding: 0 0 0 10px;
    line-height: 23px;
    color: #555;
    font-size: 11px;
}

#JS_topMenu2 > li > ul > li > ul > li a:hover,#JS_topMenu2 > li > ul > li > ul > li.on a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#JS_topMenu2 .multishop img {
    position: relative;
    top: 14px;
    margin: 0 7px 0 0;
}

#JS_topMenu2 .multishop > ul {
    z-index: 10;
    width: 180px!important;
}

#JS_topMenu2 .multishop > ul > li.selected {
    background: url('/design/taera2025/image/dot_notice.gif') no-repeat 16px 10px;
}

#JS_topMenu2 .multishop > ul a img {
    top: 6px!important;
    left: 5px;
}

#JS_topMenu2 .multishop > ul .name {
    display: inline-block;
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#JS_topMenu2 .multishop > ul .unit {
    float: right;
    width: 30px;
    font-size: 10px;
}

#JS_topMenu2 .multishop > ul > li > a {
    padding: 0 0 0 10px;
}

.sns_icon {
    position: relative;
    float: left;
    top: 6px;
    margin: 0 0 0 5px;
}

.sns_icon li {
    position: relative;
    float: left;
    height: 40px;
    margin: 0 2px;
}

.sns_icon li a {
    display: block;
    width: 27px;
    height: 28px;
    border-radius: 100%;
    background: rgba(0,0,0,.05);
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

.sns_icon li:hover a {
    background: rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.sns_icon li a i {
    line-height: 27px;
    color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-opacity: .8;
}

.sns_icon li.ico a {
    background: none;
}

.sns_icon li.ico a img {
    line-height: 28px;
    width: 28px;
    opacity: .8;
    -webkit-opacity: .8;
}

#JS_topMenu {
    position: relative;
    float: right;
    z-index: 10;
}

#JS_topMenu a {
    display: block;
    color: #333;
    font-size: 11px;
    white-space: nowrap;
}

#JS_topMenu a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#JS_topMenu li {
    position: relative;
}

#JS_topMenu > li {
    float: left;
    background: url("/design/taera2025/image/bar_b_20.png") 0 17px no-repeat;
}

#JS_topMenu > li:first-child {
    background: none;
}

#JS_topMenu > li > a {
    height: 39px;
    padding: 0 6px 1px 7px;
    line-height: 39px;
    border-top: 1px solid rgba(255,255,255,0);
    letter-spacing: 0.08em;
    transition: color .3s,font-weight .3s ease;
    -webkit-transition: color .3s,font-weight .3s ease;
}

#JS_topMenu > li.arrow > a {
    padding: 0 18px 1px 8px;
    background: url('/design/taera2025/image/arrow_menu_down.gif') no-repeat 93% 50%;
}

#JS_topMenu > li.on > a,#JS_topMenu > li.fix > a {
    border-top: 1px solid rgba(0,0,0,.7);
    font-weight: bold;
    color: #000;
}

#JS_topMenu > li .count {
    margin: 0 0 0 3px;
    padding: 3px 5px;
    background: url('/design/taera2025/image/bg_opacity_b_30.png');
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

#JS_topMenu > li > ul {
    display: none;
    position: absolute;
    top: 39px;
    left: 50%;
    margin: 0 0 0 -65%;
    padding: 7px 0;
    border: 1px solid #ddd;
    background: #fff;
}

#JS_topMenu > li > ul > li.arrow {
    background: url('/design/taera2025/image/arrow_menu.gif') no-repeat 95% 50%;
}

#JS_topMenu > li > ul > li:first-child > a {
    border-top: none;
}

#JS_topMenu > li > ul > li > a {
    height: 25px;
    line-height: 25px;
    margin: 0 10px;
    padding: 0 12px;
    border-top: 1px solid #eee;
    color: #555;
    white-space: nowrap;
}

#JS_topMenu > li > ul > li > a:hover,#JS_topMenu > li > ul > li.on > a {
    background: rgba(0,0,0,.05);
}

#JS_topMenu > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 5px;
    left: 90px;
    width: 120px;
    padding: 7px 0;
    border: 1px solid #ddd;
    background: #fff;
}

#JS_topMenu > li > ul > li > ul > li {
    display: block;
}

#JS_topMenu > li > ul > li > ul > li:first-child {
}

#JS_topMenu > li > ul > li > ul > li a {
    height: 22px;
    padding: 0 0 0 10px;
    line-height: 23px;
    color: #555;
    font-size: 11px;
}

#JS_topMenu > li > ul > li > ul > li a:hover,#JS_topMenu > li > ul > li > ul > li.on a {
    background-color: rgba(0,0,0,.05);
    color: #111;
}

#JS_topMenu .point_ico {
    position: absolute;
    top: 32px;
    left: -1px;
    width: 60px;
    height: 23px;
    line-height: 23px;
    background: rgb(51,51,51);
    background: url('/design/taera2025/image/mileage_bg.png') no-repeat \9;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    transition: all .8s .5s ease !important;
    -webkit-transition: all .8s .5s ease !important;
}

#header_01.fixed #JS_topMenu .point_ico {
    top: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.JS_headerBnr {
    position: absolute;
    z-index: 10;
    top: -41px;
    left: 0px;
    width: 210px;
    height: 280px;
    overflow: hidden;
}

.JS_headerBnr .img {
    position: relative;
    top: 75px;
    height: 100%;
    text-align: center;
}

.JS_headerBnr .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_headerBnr .img li:first-child {
    z-index: 1;
    left: 0;
}

.JS_headerBnr .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 65px;
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_headerBnr:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_headerBnr .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_headerBnr .btn li div {
    width: 10px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr .btn li.on div {
    width: 18px;
    background: #999;
}

.JS_headerBnr .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_headerBnr .DB_dir {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 0;
    margin-left: -105px;
    margin-top: -20px;
    cursor: pointer;
}

.JS_headerBnr .prev {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url('/design/taera2025/image/arrowL_21.gif') no-repeat 50% 50% rgba(255,255,255,.2);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr:hover .prev {
    left: 7px;
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_headerBnr:hover .prev:hover {
    opacity: .4;
    -webkit-opacity: .4;
}

.JS_headerBnr .next {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url('/design/taera2025/image/arrowR_21.gif') no-repeat 50% 50% rgba(255,255,255,.2);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr:hover .next {
    right: 7px;
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_headerBnr:hover .next:hover {
    opacity: .4;
    -webkit-opacity: .4;
}

.JS_headerBnr2 {
    position: absolute;
    z-index: 3;
    top: -1px;
    right: 0px;
    width: 350px;
    height: 190px;
    overflow: hidden;
}

.JS_headerBnr2 .img {
    position: relative;
    top: 0;
    height: 100%;
}

.JS_headerBnr2 .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_headerBnr2 .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 10px;
    text-align: right;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_headerBnr2:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_headerBnr2 .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_headerBnr2 .btn li div {
    width: 10px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr2 .btn li.on div {
    width: 18px;
    background: #999;
}

.JS_headerBnr2 .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_headerBnr2 .DB_dir {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 30px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr2:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_headerBnr2 .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_headerBnr2 .prev {
    top: -4px;
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_headerBnr2:hover .prev {
    top: 1px;
}

.JS_headerBnr2 .prev:hover {
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_headerBnr2 .next {
    top: 26px;
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_headerBnr2:hover .next {
    top: 31px;
}

.JS_headerBnr2 .next:hover {
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.categorySub.brand {
    position: absolute;
    left: 50px;
    top: 0;
}

.categorySub.brand > li {
    float: left;
}

.categorySub.brand > li > a {
    display: block;
    position: relative;
    z-index: 3;
    width: 30px;
    background: url('/design/taera2025/image/bar_b_10.png') no-repeat right 50% !important;
    background-size: 1px 15px !important;
}

.categorySub.brand > li > a:hover,.categorySub.brand > li.on > a,.categorySub.brand > li.fix > a {
    background-image: url('/design/taera2025/image/bar_b_10.png') no-repeat;
    background-position: right 50%;
    background-size: 1px 15px !important;
}

.categorySub.brand > li a i {
    line-height: 49px;
    font-size: 22px;
    color: #111;
}

.categorySub.brand > li a:hover i {
    color: #555;
}

.categorySub.brand > li > ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: -52px;
    width: 1240px;
    min-height: 110px;
    padding: 15px 5px 15px 15px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
}

.categorySub.brand h2 {
    display: block;
    line-height: 25px;
    margin: 0 12px 15px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: normal;
}

.categorySub.brand .brand_list {
    position: relative;
    margin: 20px 0 0;
}

@media all and (max-width: 1285px) {
    .categorySub.brand > li > ul {
        width:100%;
    }

    .categorySub.brand .brand_list .DB_btn > li a {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }
}

.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/taera2025/image/ico_mobile.png") no-repeat 40px 50%;
}



.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: #495164;
}

.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/taera2025/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/taera2025/image/ico_mobile.png") no-repeat 40px 50%;
}

.SD_footerBnr {
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.SD_footerBnr ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
}

.SD_footerBnr ul li {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 25%;
    text-align: center;
}

.SD_footerBnr ul li img {
    width: 100.24%;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.SD_footerBnr ul li img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-opacity: 0.7;
}

.insta_wrap {
    position: relative;
    margin: 0;
    padding: 30px 0px 40px;
    border-top: 1px solid #e6e6e6;
    background: #f8f8f8;
}

.insta_wrap h2 {
    height: 26px;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'roboto';
}

.insta_wrap h2 a {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.insta_wrap h2 i {
    position: relative;
    top: 3px;
    font-size: 20px;
}

.insta_wrap .user {
    position: relative;
    width: 100%;
    max-width: 1260px;
    height: 30px;
    margin: 0 auto 20px;
    text-align: center;
}

.insta_wrap .user a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    padding: 0 15px;
    border-radius: 15px;
    background: #333;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    text-decoration: none;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.insta_wrap .user a:hover {
    background: #555;
}

#instafeed {
    width: 1260px;
    margin: 0 auto;
}

#instafeed .post {
    display: inline-block;
    *display: inline;
    *zoom:1;position: relative;
    width: 123px;
    height: 123px;
    margin: 0 3px 3px 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    vertical-align: top;
    font-size: 0;
}

#instafeed .post img {
    width: 123px;
    min-height: 123px;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#instafeed .post img:hover {
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-opacity: .6;
}

#instafeed .post .tit {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: -4px;
    left: 50%;
    width: 74px;
    margin-left: -37px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 11px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#instafeed .post:hover .tit {
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

#instafeed .post .tit a:hover {
    text-decoration: none;
}

@media all and (max-width: 1285px) {
    #instafeed {
        width:980px;
    }

    #instafeed .post {
        width: 95px;
        height: 95px;
    }

    #instafeed .post img {
        width: 95px;
        min-height: 95px;
    }
}

body.lightbox {
    overflow: hidden;
}

.d_lightbox {
    display: none !important ;
    position: fixed;
    z-index: 299;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.d_panel.right {
    display: ;
    position: fixed;
    z-index: 300;
    right: 0px;
    top: 0;
    width: 236px;
    height: 100%;
    border-left: 1px solid #ddd;
    background: #fff;
    box-shadow: -2px 0px 4px rgba(0,0,0,0.07);
}

.d_panel.right .position {
    position: relative;
    z-index: 2;
    top: 0;
    left: 20px;
    width: 200px;
    background: #fff;
    transition: top .5s .5s ease;
    -webkit-transition: top .5s .5s ease;
}

.d_panel.right .right_panel {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 40px;
    margin-top: -250px;
}

.d_panel.right .right_panel.fix {
}

.d_panel.right .right_panel > li {
    position: relative;
    z-index: 3 width:38px;
    height: 38px;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.d_panel.right .right_panel > li.on {
}

.d_panel.right .right_panel > li.fix {
}

.d_panel.right .right_panel > li a {
    text-decoration: none;
}

.d_panel.right .right_panel > li img {
    position: relative;
    left: 0;
    top: 12px;
    width: 15px;
}

.d_panel.right .right_panel > li > i {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #555;
    font-size: 17px;
}

.d_panel.right .right_panel i.xi-angle-up,.d_panel.right .right_panel i.xi-angle-down {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #555;
    font-size: 13px;
}

.d_panel.right .right_panel span.count {
    display: ;
    position: absolute;
    z-index: 10;
    right: 31px;
    top: 2px;
    min-width: 10px;
    height: 19px;
    line-height: 20px;
    padding: 0 4px;
    text-align: center;
    background: #444;
    border-radius: 16px;
    font-family: Roboto,Arial,sans-serif;
    font-size: 9px;
    color: #fff;
}

.d_panel.right .right_panel .-caption {
    top: 5px;
    left: -8px!important;
}

.d_panel.right .right_panel .-caption p {
    right: 0;
    transform: none !important;
}

.d_panel.right .right_pop > li.fix .-caption {
    display: none;
}

.d_panel.right .right_panel > li p.caption {
    position: absolute;
    z-index: 5;
    top: 6px;
    right: -500px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    transition: opacity .2s,right .2s .4s ease;
    -webkit-transition: opacity .2s,right .2s .4s ease;
}

.d_panel.right .right_panel > li:hover p.caption {
    display: block;
    right: 45px;
    opacity: 1;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
}

.d_panel.right .right_pop > li.fix p.caption {
    display: none;
}

.d_panel.right p.px30 {
    width: 30px;
}

.d_panel.right p.px40 {
    width: 40px;
}

.d_panel.right p.px50 {
    width: 50px;
}

.d_panel.right p.px60 {
    width: 60px;
}

.d_panel.right p.px70 {
    width: 70px;
}

.d_panel.right p.px80 {
    width: 80px;
}

.d_panel.right p.px90 {
    width: 90px;
}

.d_panel.right p.px100 {
    width: 100px;
}

.d_panel.right p.px110 {
    width: 110px;
}

.d_panel.right p.px120 {
    width: 120px;
}

.d_panel.right .d_toggle {
    position: relative;
    border: 1px solid #000!important;
    border-right: none;
    background: #000!important;
    transition: all .5s 1s ease!important;
    -webkit-transition: all .5s 1s ease!important;
}

.d_panel.right .d_toggle.d_on {
    border: 1px solid #ddd!important;
    border-right: 1px solid #fff!important;
    background: #fff!important;
}

.d_panel.right .d_toggle .bar {
    display: block;
    position: absolute;
    left: 15px;
    width: 9px;
    height: 1px;
    background: #fff;
    transition: all .4s 1s ease;
    -webkit-transition: all .4s 1s ease;
}

.d_panel.right .d_toggle.d_on .bar {
    background: #000;
}

.d_panel.right .d_toggle .bar.l01 {
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.d_panel.right .d_toggle.d_on .bar.l01 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.d_panel.right .d_toggle .bar.l02 {
    top: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.d_panel.right .d_toggle.d_on .l02 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media all and (min-height: 850px) {
    .d_panel.right .position {
        top:8%;
    }
}

.d_panel.right h4 {
    display: block;
    line-height: 28px;
    margin: 0 0 10px;
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.d_panel.right .oper_time {
    margin: 0 0 20px;
    font-size: 11px;
    line-height: 17px;
}

.d_panel.right .oper_time .phone {
    margin: 0 0 10px;
    line-height: 21px;
    font-size: 20px;
    font-weight: 700;
}

.d_panel.right .oper_time strong {
    padding-right: 10px;
    color: #333;
}

.d_panel.right .bank_info {
    font-size: 11px;
}

.d_panel.right .bank_info li {
    min-height: 0;
    letter-spacing: 0.1em;
}

.d_panel.right .bank_info strong {
    display: block;
    float: left;
    width: 30%;
    min-height: 0;
    line-height: 20px;
    font-weight: bold;
}

.d_panel.right .bank_info span {
    min-height: 0;
    line-height: 20px;
}

.d_panel.right .bank_info .bank_list {
    display: none;
    width: 170px;
    margin: 10px 0 0;
}

#p_box {
    display: none;
    position: absolute;
    z-index: -999;
    right: 1px;
    top: -130px;
    border: 1px solid #ddd;
    background-image: url('/design/taera2025/image/bg_opacity_w_95.png');
    background: #fff;
}

#p_box > ul > li {
    display: block;
    padding: 20px;
}

#p_box .item_img {
    top: 0px !important;
}

.box_open > #p_box {
    display: block;
}

.box_open {
    border-left: 1px solid #fff !important;
}

.box_open:hover {
    cursor: auto !important;
}

.box_open:hover .caption {
    display: none !important;
}

#p_box .scrollbar_box {
    width: 440px;
    height: 300px;
}

#p_box .titlebox {
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

#p_box .titlebox > em {
    display: inline-block;
    background: #333;
    width: 4px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

_:-ms-fullscreen,:root #p_box .titlebox {
    margin: 0 0 25px;
}

[ax="boxclose"] {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    background-image: url('/design/taera2025/image/btn_x_b_19.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

#p_box .-panel-buttonbox {
    position: absolute;
    left: 0;
    bottom: 0;
}

#p_box .-panel-tablebox {
    width: 100%;
    font-size: 11px;
}

#p_box .-panel-tablebox th {
    font-weight: normal;
}

#p_box .-panel-tablebox th i {
    margin: 0 7px 0 5px;
}

#p_box .-panel-tablebox th,#p_box .-panel-tablebox td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

#p_box .-panel-tablebox th img {
    top: 0;
}

#p_box .-panel-tablebox td img {
    top: 4px;
    width: auto;
    height: auto;
    margin: 0 3px 0 0;
}

#p_box .-panel-tablebox th > p,#p_box .-panel-tablebox td > p {
    padding: 1px 0;
}

#p_box .-panel-tablebox td > p.-text {
    font-size: 11px;
    color: #999;
}

#p_box .-panel-tablebox tr + tr th,#p_box .-panel-tablebox tr + tr td {
    border-top: 1px solid #eee;
}

#p_box .-panel-tablebox td.-right {
    text-align: right;
}

#p_box .-panel-tablebox td .strike {
    color: #999;
}

#p_box .-panel-tablebox .-date {
    font-size: 11px;
    display: inline-block;
    border: 1px solid #dadada;
    color: #666;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 5px;
}

#p_box .-panel-tablebox .-maximg {
    width: 100%;
}

#p_box .-panelprod > ul > li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

#p_box .-panelprod > ul > li p.-left {
    float: left;
    width: 13%;
}

#p_box .-panelprod > ul > li p a {
    display: block;
}

#p_box .-panelprod > ul > li p.-left a img {
    width: 100%;
}

#p_box .-panelprod > ul > li p.-right {
    float: right;
    width: 84%;
}

#p_box .-panelprod > ul > li p.-right a {
    line-height: 20px;
}

#p_box .-panelprod > ul > li p.-left-text {
    float: left;
    width: 23%;
}

#p_box .-panelprod > ul > li p.-right-text {
    float: left;
    width: 74%;
}

#p_box .-panelBtn {
    border-top: 1px solid #eee;
    text-align: right;
    padding: 10px;
    background-image: url(/design/taera2025/image/bg_opacity_b_02.png);
}

#p_box .-panelempty {
    padding: 40px 10px;
    text-align: center;
}

#p_box .-panel-tablebox + .-panelempty {
    display: none;
}

#p_box .-panel-tablebox.displaynone + .-panelempty {
    display: block;
}

#p_box .-panelinfo {
    color: #666;
    background: #f0f0f0;
    padding: 10px;
    font-size: 11px;
}

#p_box .-panelinfo .-date {
    margin: 5px 0;
    font-size: 11px;
    display: inline-block;
    border: 1px solid #dadada;
    color: #666;
    padding: 4px 8px;
    border-radius: 3px;
    background-image: url(/design/taera2025/image/bg_opacity_w_90.png);
}

#p_box .-panelinfo .-title {
    font-weight: bold;
    border-left: 2px solid #333;
    padding-left: 7px;
    line-height: 100%;
}

#p_box .-panelinfo span {
    display: block;
}

#p_box .-panel-bighead {
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    padding: 20px 20px 25px 20px;
    border-bottom: 1px solid #f0f0f0;
}

#p_box .-panel-poll ul {
    padding: 20px 0;
}

#p_box .-panel-poll ul li {
    padding: 3px 10px;
}

#p_box .-panel-poll ul li + li {
    border-top: 1px solid #f0f0f0;
}

#p_box .-panel-poll > p {
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 0 0;
}

#p_box .serch {
}

#p_box .serch:after {
    display: block;
    clear: both;
    content: ''
}

#p_box .serch li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 6px 0px 6px 0px;
}

#p_box .serch li:after {
    display: block;
    clear: both;
    content: ''
}

#p_box .serch span {
    display: block;
}

#p_box .serch .l_title {
    width: 100px;
    padding: 7px 0px 6px 0px;
    border: 0px solid #ccc;
    float: left;
    text-align: left;
    padding-left: 10px;
    font-size: 11px !important;
}

#p_box .serch .right {
    width: 310px;
    float: right;
    border: 0px solid #ccc;
    text-align: left;
}

#p_box .serch li .fa {
    margin-right: 5px;
}

#p_box .serch .btn_wrap {
    text-align: right !important;
    border: 0px !important;
    padding-top: 20px !important;
}

#p_box .serch input.inputTypeText {
    width: 199px !important;
}

#p_box .serch #search_type {
    width: 97px;
}

#p_box .serch #category_no {
    width: 310px;
}

#p_box .serch a.-btn.-line.-xs.xans-record- {
    padding-left: 5px;
    padding-right: 5px;
}

#p_box .serch input.input01 {
    width: 137px;
}

#p_box .serch #order_by {
    width: 310px;
    display: block !important;
}

#p_box .serch a.-btn.-black.-xs.xans-record- {
    height: 25px;
    line-height: 24px;
}

#p_box .serch a.-btn.-line.-xs.xans-record- {
    height: 25px;
    line-height: 24px;
}

#p_box .serch .SD_searchColor {
    margin: 0 0 10px;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}

#p_box .serch .SD_searchColor:after {
    content: "";
    display: block;
    *zoom:1;clear: both;
}

#p_box .serch .SD_searchColor ul {
    display: block;
    width: 890px !important;
    font-size: 0;
}

#p_box .serch .SD_searchColor li {
    position: relative;
    float: left;
    margin: 0 12px 0 0;
}

#p_box .serch .SD_searchColor li a {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

#p_box .serch .SD_searchColor li:hover a {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
}

.SD_searchColor li p {
    position: absolute;
    z-index: 1;
    top: -29px;
    left: 50%;
    width: 74px;
    margin-left: -37px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 11px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.SD_searchColor li:hover p {
    top: -32px;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

#p_box .login_box {
    width: 480px;
    height: 423px;
}

#p_box .login_box .lock_wr img {
    top: 0px !important;
}

#p_box .login_box input.inputTypeText {
    width: 280px;
    height: 25px;
}

#p_box .login_box #member_passwd {
    width: 280px;
    height: 25px;
}

#p_box .login_box #order_id1 {
    width: 123px;
    height: 25px;
    margin: 0 10px 0 5px;
}

#p_box .login_box #order_id2 {
    width: 123px;
    height: 25px;
    margin: 5px 0 5px 10px;
}

#p_box .login_box td.-c2.-uitrick {
    padding: 0 !important;
}

#p_box .login_box #order_password {
    height: 25px;
    width: 280px;
}

#p_box .login_box td.-c1 {
    padding-right: 0;
}

#p_box .login_box tbody tr td {
    padding-right: 0;
}

#p_box .login_box .-panel-sns-icons {
    margin: 0 0 10px;
}

#p_box .login_box .-panel-sns-icons a {
    display: inline-block;
    width: 45px;
    height: 25px;
    margin: 0 3px 0 0;
    padding: 0;
    text-align: center;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

#p_box .login_box .-panel-sns-icons a:hover {
    opacity: .6;
}

#p_box .login_box .-panel-sns-icons a span {
    display: block;
    height: 25px;
}

#p_box .login_box .-panel-sns-icons a i {
    line-height: 23px;
    font-size: 15px;
    color: #fff;
}

#p_box .login_box .-panel-sns-icons a span.naver {
    background: #44ba2f;
}

#p_box .login_box .-panel-sns-icons a span.facebook {
    background: #365bac;
}

#p_box .login_box .-panel-sns-icons a span.kakao {
    background: #ebca12;
}

#p_box .login_box .-panel-sns-icons a span.google {
    background: #d2281e;
}

#p_box .login_box .-panel-sns-icons a span.line {
    background: #44ba2f;
}

#p_box .login_box .-panel-sns-icons a span.yahoo {
    background: #ff0033;
}

.tab_box {
}

.tab_box > ul {
    margin-left: 1px;
    border-bottom: 1px solid #ccc;
}

.tab_box > ul:after {
    display: block;
    clear: both;
    content: ''
}

.tab_box > ul > li {
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    padding: 0 13px;
    letter-spacing: -0.05em;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #ccc;
    position: relative;
    top: 1px;
    margin-left: -1px;
    background: #f0f0f0;
    color: #999;
}

.tab_box > ul > li.active {
    z-index: 1;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.tab_container {
}

.tab_container > ul {
}

.tab_container > ul > li {
    display: none;
    padding: 10px 0;
}

.tab_container > ul > li.active {
    display: block;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.-inputs select,.-inputs textarea,.-inputs [type="text"],.-inputs [type="password"] {
    color: #888;
    vertical-align: middle;
    border: 1px solid #dadada;
    -webkit-box-sizing : border-box;
    -khtml-box-sizing : border-box;
    -moz-box-sizing : border-box;
    -ms-box-sizing : border-box;
    -o-box-sizing : border-box;
    box-sizing : border-box;
}

.-inputs input + select {
    margin-left: -1px;
}

.-inputs select:hover,.-inputs select:focus,.-inputs select:active,.-inputs textarea:hover,.-inputs textarea:focus,.-inputs textarea:active,.-inputs [type="text"]:hover,.-inputs [type="text"]:focus,.-inputs [type="text"]:active,.-inputs [type="password"]:hover,.-inputs [type="password"]:focus,.-inputs [type="password"]:active {
    border: 1px solid #bbb;
}

.-inputs select:focus,.-inputs textarea:focus,.-inputs [type="text"]:focus,.-inputs [type="password"]:focus {
    color: #656d7a;
    border: 1px solid #bbb;
    background: #fafafa;
}

.-inputs select,.-inputs [type="text"],.-inputs [type="password"] {
    height: 30px;
    line-height: 30px;
    line-height: 28px\0;
    padding: 0 10px;
}

.-inputs textarea {
    padding: 8px 10px;
}

.-inputs select {
    opacity: 0;
    filter: alpha(opacity=0);
}

.-inputs .-inputSelect {
    display: inline-block;
    position: relative;
    top: 1px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing : border-box;
    -khtml-box-sizing : border-box;
    -moz-box-sizing : border-box;
    -ms-box-sizing : border-box;
    -o-box-sizing : border-box;
    box-sizing : border-box;
}

.-inputs .-inputSelect:hover {
    color: #333;
    border: 1px solid #999;
}

.-inputs .-inputSelect p {
    opacity: 0;
    filter: alpha(opacity=0);
}

.-inputs .-inputSelect i {
    top: 50%;
    right: 9px;
    margin-top: -5px;
    position: absolute;
}

.-inputs .-inputSelect label {
    width: 100%;
    font-size: 11px;
    text-align: left;
    left: 0;
    position: absolute;
    padding: 0 20px 0 10px;
    top: 50%;
    margin: -8px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.-inputs .-inputSelect select {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.JS_quickBnr {
    position: relative;
    width: 200px;
    height: 120px;
    margin: 20px auto;
}

.JS_quickBnr .label {
    position: absolute;
    z-index: 10;
    width: 63px;
    left: -13px;
    top: -13px;
}

.JS_quickBnr .img {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.JS_quickBnr .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_quickBnr .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 5px;
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_quickBnr:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_quickBnr .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_quickBnr .btn li div {
    width: 10px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_quickBnr .btn li.on div {
    width: 18px;
    background: #999;
}

.JS_quickBnr .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_quickBnr .DB_dir {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 21px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_quickBnr:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_quickBnr .arrow {
    position: absolute;
    width: 21px;
    height: 21px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_quickBnr .prev {
    top: -5px;
    background: url('/design/taera2025/image/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_quickBnr:hover .prev {
    top: 0px;
}

.JS_quickBnr .prev:hover {
    background: url('/design/taera2025/image/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_quickBnr .next {
    top: 16px;
    background: url('/design/taera2025/image/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_quickBnr:hover .next {
    top: 21px;
}

.JS_quickBnr .next:hover {
    background: url('/design/taera2025/image/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_quickNotice {
    position: relative;
    width: 200px;
    height: 22px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #eee;
}

.JS_quickNotice .tit a {
    position: relative;
    float: left;
    height: 22px;
    margin-right: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 19px;
    color: #111;
    text-decoration: none;
}

.JS_quickNotice .DB_mask {
    position: relative;
    width: 170px;
    height: 22px;
    overflow: hidden;
}

.JS_quickNotice .DB_imgSet {
    position: absolute;
    width: 170px;
}

.JS_quickNotice .DB_imgSet li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}

.JS_quickNotice .DB_imgSet li a {
    display: block;
    color: #333;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.JS_quickNotice .DB_imgSet li a:hover {
    color: #999;
    text-decoration: none;
}

.JS_quickNotice .DB_prevBtn {
    position: absolute;
    top: 12px;
    right: 14px;
    cursor: pointer;
    display: none;
}

.JS_quickNotice .DB_nextBtn {
    position: absolute;
    top: 12px;
    right: 0px;
    cursor: pointer;
    display: none;
}

.quickIco {
    width: 200px;
    margin: 0 0 20px;
}

.quickIco:after {
    content: "";
    display: block;
    *zoom:1;clear: both;
}

.quickIco li {
    float: left;
    width: 50%;
    height: 28px;
    margin-bottom: 1px;
}

.quickIco li:nth-child(even) {
    margin-left: -1px;
}

.quickIco li a {
    display: block;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    color: #333;
    text-indent: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.quickIco li a:hover {
    background: #f4f4f4;
    text-decoration: none;
    font-weight: bold;
}

.quickIco li a i {
    display: none;
    top: 2px;
    margin: 0 3px 0 0;
    font-size: 13px;
    color: #777;
}

.d_sLightBox_introPopup {
    position: fixed;
    z-index: 998;
    left: 0px;
    bottom: 90px;
    width: 80px;
    height: 80px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.d_sLightBox_introPopup:hover {
    opacity: .6;
}

.d_sLightBox_introPopup img {
    transition: all .2s 1s ease;
    -webkit-transition: all .2s 1s ease;
}

.d_sLightBox_introPopup.on img {
    opacity: 0;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.JS_layerBnr_position {
    position: fixed;
    z-index: 998;
    bottom: 0;
    width: 0;
    height: 0;
}

.JS_layerBnr {
    position: absolute;
    left: 80px;
    bottom: 20px;
    width: 80px;
    height: 80px;
}

.JS_layerBnr .d_open {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_layerBnr .d_open:hover {
    opacity: .6;
}

.JS_layerBnr .d_open img {
    position: absolute;
    left: -80px;
    transition: all .2s 1s ease;
    -webkit-transition: all .2s 1s ease;
}

.JS_layerBnr .d_open.on img {
    opacity: 0;
    transform: scale(0,0);
    transition-delay: 1s;
}

.JS_layerBnr .d_winBanner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 500px;
    height: 500px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    visibility: hidden;
}

.JS_layerBnr .d_winBanner .d_close {
    position: absolute;
    z-index: 10;
    top: -5px;
    right: 0;
    width: 27px;
    height: 27px;
    background: url('/design/taera2025/image/btn_x_w_11.gif') no-repeat center rgba(0,0,0,.8);
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_layerBnr:hover .d_winBanner .d_close {
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_layerBnr .d_winBanner #d_checkBox {
    display: none;
}

.JS_layerBnr_roll {
    position: relative;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,.95);
    overflow: hidden;
}

.JS_layerBnr_roll .img {
    position: relative;
    height: 100%;
}

.JS_layerBnr_roll .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_layerBnr_roll .img li:first-child {
    z-index: 1;
    left: 0;
}

.JS_layerBnr_roll .img li img {
    width: 100%;
}

.JS_layerBnr_roll .btn {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.4);
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
}

.JS_layerBnr_roll .btn li {
    position: relative;
    bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom:1;line-height: 30px;
    padding: 0 20px;
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.JS_layerBnr_roll .btn li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: rgba(255,255,255,.4);
    text-indent: -9999px;
}

.JS_layerBnr_roll .btn li.on {
    z-index: 1;
    background: rgba(0,0,0,.6);
    color: #fff;
}

.JS_layerBnr_roll .DB_dir {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_layerBnr:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_layerBnr_roll .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_layerBnr_roll .prev {
    left: -5px;
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_layerBnr:hover .prev {
    left: 0px;
}

.JS_layerBnr .prev:hover {
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_layerBnr_roll .next {
    right: -5px;
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_layerBnr:hover .next {
    right: 0px;
}

.JS_layerBnr:hover .next:hover {
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

body.sLightBox {
}

#d_sLightBox_win {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#d_sLightBox_win .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/design/taera2025/image/bg_opacity_b_70.png');
}

#d_sLightBox_win .inner {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 45%;
    width: 1px;
    height: 1px;
}

#d_sLightBox_win .inner .cont {
}

#d_sLightBox_win .inner .close {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -50px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url('/design/taera2025/image/btn_x_w_27.gif') no-repeat center;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#d_sLightBox_win .inner .-cap:after {
    left: -67%;
    top: -20px;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.95);
    border-radius: 15px;
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
}

#d_sLightBox_win .inner .-cap:hover:after {
    top: -25px;
    opacity: 1;
    visibility: visible;
}

#d_sLightBox_win .inner .check {
    display: none;
}

.JS_introPopup_roll {
    position: relative;
    width: 500px;
    height: 700px;
    margin: -350px 0 0 -250px;
}

.JS_introPopup_roll .img {
    position: relative;
    height: 100%;
}

.JS_introPopup_roll .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_introPopup_roll .img li img {
    width: 100%;
}

.JS_introPopup_roll .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 20px;
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_introPopup_roll:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_introPopup_roll .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_introPopup_roll .btn li div {
    width: 15px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_introPopup_roll .btn li.on div {
    width: 25px;
    background: #999;
}

.JS_introPopup_roll .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_introPopup_roll .DB_dir {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_introPopup_roll:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_introPopup_roll .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_introPopup_roll .prev {
    left: -5px;
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_introPopup_roll:hover .prev {
    left: 0px;
}

.JS_introPopup_roll .prev:hover {
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_introPopup_roll .next {
    right: -5px;
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_introPopup_roll:hover .next {
    right: 0px;
}

.JS_introPopup_roll:hover .next:hover {
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.dummy {
    height: 600px;
    margin: 0 0 40px;
}

.JS_mainBnr {
    position: absolute;
    top: -281px;
    z-index: 1;
    width: 100%;
    height: 880px;
    overflow: hidden;
}

.JS_mainBnr .img {
    position: relative;
    height: 100%;
}

.JS_mainBnr .img li {
    position: absolute;
    top: 0;
    left: 50%!important;
    width: 5000px;
    height: 100%;
    margin-left: -2500px;
    text-align: center;
}

.JS_mainBnr .img li:first-child {
    z-index: 1;
    left: 0;
}

@media all and (max-width: 1285px) {
    .JS_mainBnr .img {
        max-width:980px;
    }
}

.JS_mainBnr .img li iframe {
    width: 100%;
    height: 916px;
    border: 0;
    background: #fff !important;
}

.JS_mainBnr .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 25px;
    bottom: 25px;
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    overflow: hidden;
    transition: height .3s 7s ease;
    -webkit-transition: height .3s 7s ease;
}

.JS_mainBnr:hover .btn {
    height: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainBnr .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;line-height: 25px;
    margin: 0 3px;
    padding: 0 15px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    color: #333;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.JS_mainBnr:hover .btn li {
    background: rgba(255,255,255,.9);
}

.JS_mainBnr .btn li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0px;
    background: rgba(255,255,255,.4);
    text-indent: -9999px;
}

.JS_mainBnr .btn li:hover {
    font-weight: bold;
}

.JS_mainBnr .btn li.on {
    z-index: 1;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-weight: normal;
}

.JS_mainBnr .btn li i {
    position: relative;
    top: 3px;
    font-size: 17px;
}

.JS_mainBnr .btn li #yt_mute {
    display: inline-block;
    position: relative;
    top: 0;
    float: right;
    left: 15px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin: 0 0 0 -10px;
    background: rgba(220,220,220,.3);
    color: #000;
    text-indent: 4px;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainBnr .btn li #yt_mute:hover {
    opacity: .5;
}

.JS_mainBnr .DB_dir {
    position: absolute;
    z-index: 1000;
    top: 67%;
    width: 100%;
    margin-left: 0px;
    margin-top: -55px;
    height: 0;
    cursor: pointer;
}

.JS_mainBnr .prev {
    position: absolute;
    left: 0px;
    width: 65px;
    height: 90px;
    background: url('/design/taera2025/image/arrowL_50.gif') no-repeat 50% 50% rgba(255,255,255,.2);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainBnr:hover .prev {
    left: 0px;
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_mainBnr:hover .prev:hover {
    opacity: .4;
    -webkit-opacity: .4;
}

.JS_mainBnr .next {
    position: absolute;
    right: 0px;
    width: 65px;
    height: 90px;
    background: url('/design/taera2025/image/arrowR_50.gif') no-repeat 50% 50% rgba(255,255,255,.2);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainBnr:hover .next {
    right: 0px;
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_mainBnr:hover .next:hover {
    opacity: .4;
    -webkit-opacity: .4;
}

.SD_bnr_01 {
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.SD_bnr_01:after {
    content: "";
    display: block;
    *zoom:1;clear: both;
}

.SD_bnr_01 > span {
    float: left;
    width: 25%;
}

.SD_bnr_01 > span > a {
    display: block;
}

.SD_bnr_01 > span img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.SD_bnr_01 > span img:hover {
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-opacity: .6;
}

.SD_mainNotice {
    position: relative;
    float: right;
    width: 94%;
    height: 137px;
    margin: 0 2% 0 0;
    overflow: hidden;
}

.SD_mainNotice h4 {
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px;
    font-size: 13px;
    color: #333;
}

.SD_mainNotice h4 span {
    padding: 0 0 0 5px;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.SD_mainNotice .more {
    position: absolute;
    top: 9px;
    right: 1px;
}

.SD_mainNotice .more i {
    font-size: 14px;
    color: #999;
}

.SD_mainNotice .more:hover i {
    color: #111;
}

.SD_mainNotice li {
    display: block;
    width: 95%;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 5%;
}

.SD_mainNotice li a {
    display: inline-block;
    width: 73%;
    color: #555;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.SD_mainNotice li .date {
    display: inline-block;
    width: 27%;
    float: right;
    font-size: 9px;
    color: #aaa;
    text-align: right;
}

.SD_mainNotice li i {
    top: 3px;
    margin: 0 5px 0 0;
    font-size: 16px;
}

.JS_mainNotice {
    position: relative;
}

.JS_mainNotice .DB_mask {
    position: relative;
    height: 95px;
    overflow: hidden;
}

.JS_mainNotice .DB_mask .DB_imgSet {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.JS_mainNotice .DB_mask .DB_imgSet li .num_ico {
    position: relative;
    top: 3px;
    float: left;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 0 5px 0 0;
    background: rgba(0,0,0,.07);
    font-size: 10px;
    color: #666;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainNotice .DB_mask .DB_imgSet li:hover .num_ico {
    background: rgba(0,0,0,.8);
    color: #fff;
}

.JS_mainNotice .DB_dir {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 19px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainNotice:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_mainNotice .arrow {
    position: absolute;
    width: 19px;
    height: 19px;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_mainNotice .DB_prevBtn {
    top: -5px;
    background: url('/design/taera2025/image/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.5);
}

.JS_mainNotice:hover .DB_prevBtn {
    top: 0px;
}

.JS_mainNotice .DB_prevBtn:hover {
    background: url('/design/taera2025/image/arrowVLW_15.gif') no-repeat 50% 50% rgba(0,0,0,.8);
}

.JS_mainNotice .DB_nextBtn {
    top: 14px;
    background: url('/design/taera2025/image/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.5);
}

.JS_mainNotice:hover .DB_nextBtn {
    top: 19px;
}

.JS_mainNotice .DB_nextBtn:hover {
    background: url('/design/taera2025/image/arrowVRW_15.gif') no-repeat 50% 50% rgba(0,0,0,.8);
}

@media all and (max-width: 1285px) {
    .JS_mainNotice .DB_mask {
        height:50px;
    }
}

.move-btn {
    position: fixed;
    z-index: 100;
    left: -30px;
    top: 40%;
    width: 40px;
    opacity: 0;
    transition: opacity .3s,left .5s .14s ease;
    -webkit-transition: opacity .3s,left .5s .14s ease;
}

.move-btn.on {
    left: 0;
    opacity: .8;
    transition: opacity .3s .3s,left .5s ease;
    -webkit-transition: opacity .3s .3s,left .5s ease;
}

.move-btn.on:hover {
    opacity: 1;
}

.move-btn li {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 0 0 10px;
    background: url('/design/taera2025/image/_dot/dotG_7.png') no-repeat 50% 50%;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.move-btn li:hover {
    z-index: 1;
    background: url('/design/taera2025/image/_dot/dotB_7.png') no-repeat 50% 50%;
}

.move-btn li.on {
    background: url('/design/taera2025/image/_dot/dotB_7.png') no-repeat 50% 50%;
}

.move-btn li div {
    position: absolute;
    display: block;
    top: -6px;
    left: -200px;
    max-width: 120px;
    line-height: 26px;
    padding: 0 10px 0 15px;
    border-right: 1px solid rgba(0,0,0,.1);
    background: url('/design/taera2025/image/JS_mainMenu_arrow.gif') no-repeat rgba(255,255,255,.9);
    opacity: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.move-btn li:hover div,.move-btn li.on div {
    left: 17px;
    opacity: 1;
}

.move-btn li p,.move-btn li i,.move-btn li span {
    display: none !important;
}

.SD_bnr_02 {
    position: relatvie;
    float: left;
    width: 840px;
    margin: 0 0 40px;
}

.SD_bnr_02 img {
    width: 100%;
}

.SD_bnr_02 p {
    margin: 0 0 10px;
}

.SD_bnr_02 ul {
    margin: 0 0 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.SD_bnr_02 ul li {
    display: block;
    float: left;
    width: 260px;
    margin: 0 0 20px;
}

.SD_bnr_02 ul li:first-child {
    width: 560px;
    height: 300px;
    margin: 0 20px 0 0;
}

.SD_bnr_02 ul li iframe {
    width: 100%;
    height: 100%;
}

.SD_bnr_02 img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.SD_bnr_02 img:hover {
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-opacity: .6;
}

@media all and (max-width: 1285px) {
    .SD_bnr_02 {
        width:655px;
    }

    .SD_bnr_02 ul {
        margin: 0 0 11px;
    }

    .SD_bnr_02 ul li {
        width: 202px;
        margin: 0 0 12px;
    }

    .SD_bnr_02 ul li:first-child {
        width: 436px;
        height: 232px;
        margin: 0 17px 0 0;
    }
}

.JS_slide_01 {
    position: relative;
    float: right;
    width: 400px;
    height: 600px;
    margin: 0 0 40px;
    overflow: hidden;
}

.JS_slide_01 .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.JS_slide_01 .img li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}

.JS_slide_01 .img li:first-child {
    z-index: 1;
    left: 0;
}

.JS_slide_01 .img li img {
    width: 100%;
}

.JS_slide_01 .btn {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 20px;
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_slide_01:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_slide_01 .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_slide_01 .btn li div {
    width: 15px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_slide_01 .btn li.on div {
    width: 25px;
    background: #999;
}

.JS_slide_01 .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_slide_01 .DB_dir {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_slide_01:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_slide_01 .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_slide_01 .prev {
    left: -5px;
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_slide_01:hover .prev {
    left: 0px;
}

.JS_slide_01 .prev:hover {
    background: url('/design/taera2025/image/arrowLW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_slide_01 .next {
    right: -5px;
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_slide_01:hover .next {
    right: 0px;
}

.JS_slide_01:hover .next:hover {
    background: url('/design/taera2025/image/arrowRW_35.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

@media all and (max-width: 1285px) {
    .JS_slide_01 {
        width:310px;
        height: 466px;
    }
}

.JS_rollingItem {
    position: relative;
    max-width: 1682px;
    margin: 0 auto 80px;
    padding: 20px 0 0;
    overflow: hidden;
    font-size: 0;
}

.JS_rollingItem h2 {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 23px;
    color: #111;
}

.JS_rollingItem h2 span {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.JS_rollingItem .DB_mask {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    height: 260px;
    overflow: hidden;
}

.JS_rollingItem .DB_imgSet {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 262px;
    margin-left: -830px;
    text-align: center;overflow: hidden;
}

.JS_rollingItem .DB_imgSet > li {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 260px;
    margin-right: 20px;
    border: 1px solid #eee;
}

.JS_rollingItem .DB_imgSet > li a {
    display: block;
}

.JS_rollingItem .DB_imgSet > li .thumbnail {
    display: block;
}

.JS_rollingItem .DB_imgSet > li .thumbnail img {
    width: 100%;
}

.JS_rollingItem .box {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    ;background: url('/design/taera2025/image/trans60.png');
    opacity: 0;
}

.JS_rollingItem .DB_imgSet > li:hover .box {
    opacity: 1;
}

.JS_rollingItem .box .info {
    position: relative;
    top: 40%;
    color: #fff;
    text-align: center;
}

.JS_rollingItem .box .info .name {
    display: block;
    max-height: 37px;
    margin: 0 0 5px;
    padding: 0 10px;
    letter-spacing: -0.02em;
    line-height: 17px;
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
}

.JS_rollingItem .box .info li {
    width: 100%;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

.JS_rollingItem .box .info li img {
    position: relative;
    top: 3px;
}

.JS_rollingItem .box .info span {
    color: #fff !important;
    font-weight: normal !important;
}

.JS_rollingItem .prdIcon {
    position: absolute;
    z-index: 4;
    top: 0;
    left: -8px;
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
}

.JS_rollingItem .wishIcon {
    position: absolute;
    z-index: 5;
    display: block;
    top: 10%;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: all .3s ease;
    cursor: pointer;
}

.JS_rollingItem .DB_imgSet > li:hover .wishIcon {
    top: 12%;
    opacity: 1;
}

.JS_rollingItem .wishIcon span {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.JS_rollingItem .wishIcon span img {
    width: 100%;
}

.JS_rollingItem .arrow {
    position: absolute;
    z-index: 10;
    top: -10px;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.1;
    transition: 0.3s;
}

.JS_rollingItem:hover .arrow {
    opacity: 1;
    transition: 0.3s;
    margin-left: 0;
    margin-right: 0;
}

.JS_rollingItem .DB_prevBtn {
    left: 50px;
    background: url('/design/taera2025/image/arrowL_50.gif') no-repeat center;
    margin-left: 5px;
}

.JS_rollingItem .DB_nextBtn {
    right: 50px;
    background: url('/design/taera2025/image/arrowR_50.gif') no-repeat center;
    margin-right: 5px;
}

.JS_tabRolling {
    position: relative;
    width: 1258px;
    height: 500px;
    margin: 20px auto 100px;
}

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

.JS_tabRolling .btn.grid2 > li {
    width: 49.92%;
}

.JS_tabRolling .btn.grid3 > li {
    width: 33.24%;
}

.JS_tabRolling .btn.grid4 > li {
    width: 24.92%;
}

.JS_tabRolling .btn.grid5 > li {
    width: 19.92%;
}

@media all and (max-width: 1285px) {
    .JS_tabRolling .btn.grid2 > li {
        width:49.89%;
    }

    .JS_tabRolling .btn.grid3 > li {
        width: 33.23%;
    }

    .JS_tabRolling .btn.grid4 > li {
        width: 24.89%;
    }

    .JS_tabRolling .btn.grid5 > li {
        width: 19.89%;
    }
}

.JS_tabRolling .btn {
    position: relative;
    z-index: 2;
    width: 100.1%;
    padding: 0;
    font-size: 0;
    background: #fff;
}

.JS_tabRolling .btn:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

.JS_tabRolling .btn > li {
    position: relative;
    float: left;
    height: 37px;
    line-height: 37px;
    margin: 3px 0 0 -1px;
    border: 1px solid #f8f8f8;
    border-bottom: 1px solid #777;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #999;
    text-align: center;
}

.JS_tabRolling .btn > li.on {
    z-index: 2;
    height: 40px;
    margin: 0 0 0 -1px;
    border: 1px solid #777;
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: 700;
    color: #111;
}

.JS_tabRolling .img {
    position: relative;
    z-index: 1;
    top: -1px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -1px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.JS_tabRolling .img > li {
    position: absolute;
    top: 0;
    width: 100%;
}

.JS_tabRolling .item_list {
    position: relative;
    margin: 40px 0 0;
    counter-reset: chapter 0;
}

.JS_tabRolling .item_list > ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.JS_tabRolling .item_list > ul .item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    vertical-align: top;
}

.JS_tabRolling .item_list > ul .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
}

.JS_tabRolling .item_list > ul .thumbnail a {
    display: block;
}

.JS_tabRolling .item_list > ul .thumbnail a img {
    width: 100%;
}

.JS_tabRolling .item_list .best_ico {
    position: absolute;
    z-index: 10;
    left: -61px;
    top: 20px;
    width: 50px;
    line-height: 30px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.JS_tabRolling .item_list .item:hover .best_ico {
    background: #111;
    color: #fff;
}

.JS_tabRolling .item_list .num_ico {
    position: absolute;
    z-index: 10;
    left: -34px;
    top: 10px;
    width: 27px;
    line-height: 25px;
    border-bottom: 1px solid #999;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    text-align: center;
}

.JS_tabRolling .item_list .num_ico:after {
    counter-increment: chapter;
    content: counter(chapter)"";
}

.JS_tabRolling .item_list .item:hover .num_ico {
    border-bottom: 2px solid #111;
    color: #111;
}

.JS_tabRolling .item_list > ul .info_wrap {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    background: #aaa \9;
    font-size: 11px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
}

.JS_tabRolling .item_list > ul .item:hover .info_wrap {
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_tabRolling .item_list > ul .info {
    display: block;
    position: absolute;
    top: 23%;
    left: 8%;
    width: 85%;
    color: #fff;
}

.JS_tabRolling .item_list > ul .info span {
    color: #fff !important;
    font-weight: normal !important;
}

.JS_tabRolling .item_list .name {
    display: block;
    max-height: 36px;
    margin: 0 auto 10px;
    letter-spacing: 0;
    line-height: 18px;
    overflow: hidden;
}

.JS_tabRolling .item_list > ul .info .line {
    display: block;
    height: 1px;
    margin: 0 auto 10px;
    line-height: 0;
    background: rgba(255,255,255,.3);
}

.JS_tabRolling .item_list ul.grid1 {
    float: left;
    width: 420px;
    margin: 0 0 0 80px;
}

.JS_tabRolling .item_list ul.grid2 {
    float: right;
    width: 720px;
    margin: 0 25px 0 0;
}

.JS_tabRolling .item_list ul.grid2 .item {
    width: 185px;
    margin: 0 0 48px 53px;
}

@media all and (max-width: 1285px) {
    .JS_tabRolling {
        width:978px;
        height: 470px;
    }

    .JS_tabRolling .item_list ul.grid1 {
        width: 390px;
    }

    .JS_tabRolling .item_list ul.grid2 {
        width: 480px;
    }

    .JS_tabRolling .item_list ul.grid2 .item {
        width: 170px;
        margin: 0 0 48px 60px;
    }
}

.JS_tabRolling_tit {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    color: #111;
}

.JS_tabRolling_tit span {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #888;
}

.JS_tabRolling_tit strong {
    color: #dd2537;
}

.JS_slide_05 {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 0 100px;
    overflow: hidden;
}

.JS_slide_05 .mask {
    position: relative;
    height: 100%;
}

.JS_slide_05 .mask .img {
    position: relative;
}

.JS_slide_05 .mask .img li {
    position: absolute;
    width: 800px;
}

.JS_slide_05 .btn {
    position: absolute;
    width: 100%;
    top: 20px;
    font-size: 0;
    text-align: center;
}

.JS_slide_05 .btn li {
    display: inline-block;
    *display: inline;
    zoom:1;width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 10px;
    background: #999;
    cursor: pointer;
    transition: all .3s ease;
}

.JS_slide_05 .btn li.on {
    width: 12px;
    background: #111;
}

.JS_slide_05 .arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    cursor: pointer;
}

.JS_slide_05 .arrow .prev {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 2000px;
    height: 400px;
    margin-left: -2400px;
    background: rgba(255,255,255,.80);
    background: #f4f4f4 \9;
}

.JS_slide_05 .arrow .prev img {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -32px;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-opacity: .2;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.JS_slide_05:hover .arrow .prev img {
    right: 15px;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_slide_05 .arrow .prev img:hover {
    filter: alpha(opacity=40);
    opacity: .4;
    -webkit-opacity: .4;
}

.JS_slide_05 .arrow .next {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 2000px;
    height: 400px;
    margin-left: 400px;
    background: rgba(255,255,255,.80);
    background: #f4f4f4 \9;
}

.JS_slide_05 .arrow .next img {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -32px;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-opacity: .2;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.JS_slide_05:hover .arrow .next img {
    left: 15px;
    filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

.JS_slide_05 .arrow .next img:hover {
    filter: alpha(opacity=40);
    opacity: .4;
    -webkit-opacity: .4;
}

.sale_list {
    position: relative;
    width: 1260px;
    margin: 0 auto 80px;
    padding: 0 10px;
}

.sale_list:after {
    content: "";
    display: block;
    *zoom:1;clear: both;
}

@media all and (max-width: 1285px) {
    .sale_list {
        width:980px;
    }
}

.sale_list h2 {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 23px;
    color: #ca2947;
}

.sale_list h2 span {
    display: block;
    margin: 0 0 3px;
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    color: #111;
}

.sale_list h2 .titImg {
    font-size: 0;
}

.sale_list img {
    vertical-align: middle;
}

.sale_list a[href^='/product/detail.html'] > img {
    border: 0;
}

.sale_list ul.prdList {
    display: table;
    position: relative;
    left: -10px;
    width: 103%;
    padding: 0 0 0 10px;
    min-width: 756px;
    font-size: 0;
    line-height: 0;
}

.sale_list .prdList > li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;color: #333;
    vertical-align: top;
    font-size: 12px;
    line-height: 17px;
}

.sale_list ul.grid2 > li {
    width: 620px;
    margin: 5px 20px 20px 0;
}

.sale_list ul.prdList .description {
    width: 280px;
}

.sale_list ul.prdList .thumbnail {
    width: 300px;
}

@media all and (max-width: 1285px) {
    .sale_list ul.grid2 > li {
        width:480px;
        margin: 5px 20px 20px 0;
    }

    .sale_list ul.prdList .description {
        width: 190px;
    }

    .sale_list ul.prdList .thumbnail {
        width: 250px;
    }
}

.sale_list ul.prdList .thumbnail {
    position: relative;
    float: right;
}

.sale_list ul.prdList .thumbnail a {
    font-size: 0;
}

.sale_list ul.prdList .thumbnail img {
    width: 100%;
}

.sale_list ul.prdList li.item .box {
    position: relative;
    display: block;
    padding: 0;
    outline: 1px solid #eee;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.sale_list ul.prdList li.item .box:after {
    content: "";
    display: block;
    clear: both;
    *zoom:1;}

.sale_list ul.prdList li.item .box:hover {
    outline: 1px solid #aaa;
}

.sale_list ul.prdList li.item .box li {
    word-break: break-all;
}

.sale_list ul.prdList .description {
    position: absolute;
    left: 20px;
    top: 80px;
}

.sale_list ul.prdList .description ul li {
    max-height: 48px;
    margin: 0 0 5px;
    overflow: hidden;
}

.sale_list ul.prdList .description .name {
    display: block;
    height: 23px;
    margin: 0 0 5px;
    text-align: left;
    letter-spacing: -0.05em;
    line-height: 22px;
    overflow: hidden;
}

.sale_list ul.prdList .description .name a:hover {
    text-decoration: none;
}

.sale_list ul.prdList .description .status {
    margin: 0;
    padding: 0;
    line-height: 0;
    *zoom:1;}

.sale_list ul.prdList .description .status:after {
    content: "";
    display: block;
    clear: both;
}

.sale_list .prdList .description .chips {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 15px;
    height: 5px;
    margin: 5px 2px 8px;
    vertical-align: top;
}

.sale_list .prdList .description .chips:first-child {
    margin: 5px -1px 8px;
}

.sale_list .prdList .description .icon {
    margin: 10px 0 0 0;
    vertical-align: middle;
}

.sale_list .prdList .description .icon:after {
    content: "";
    display: block;
    clear: both;
}

.sale_list .prdList .description .icon img {
    margin: 0 7px 0 0;
}

.sale_list ul.prdList .description .mileage {
    display: block;
}

.xans-product-listitem li {
    text-align: left;
}

.sale_list .xans-product-listitem {
    margin: 0;
}

.sale_list .xans-product-listitem li .title {
    font-weight: normal;
    vertical-align: top;
}

.sale_list .xans-product-listitem li .title span {
    vertical-align: top;
}

.sale_list .discountPeriod {
    display: inline-block;
    z-index: 10;
    position: relative;
    width: 55px;
    height: 19px;
    vertical-align: middle;
    *zoom:1;*display: inline;
}

.sale_list .discountPeriod .edge {
    position: absolute;
    left: 50%;
    top: -6px;
    width: 10px;
    height: 6px;
    margin: 0 0 0 -5px;
    font-size: 0;
    line-height: 0;
    background: url("/design/taera2025/image/ico_tip_edge.gif") no-repeat 0 0;
}

.sale_list .layerDiscountPeriod {
    display: none;
    position: absolute;
    left: 50%;
    top: 26px;
    width: 247px;
    margin: 0 0 0 -124px;
    border: 1px solid #565960;
    font-size: 12px;
    background-color: #fff;
}

.sale_list .layerDiscountPeriod strong.title {
    display: block;
    margin: 0 0 12px;
    padding: 0 35px 0 0;
    font-weight: bold;
    color: #2e2e2e;
}

.sale_list .layerDiscountPeriod .content {
    padding: 9px 10px 12px 14px;
    font-family: Verdana,"돋움",Dotum,sans-serif;
}

.sale_list .layerDiscountPeriod .content p {
    margin: 2px 0 0;
    font-size: 11px;
    color: #000;
    line-height: 16px;
    color: #757575;
    letter-spacing: -1px;
}

.sale_list .layerDiscountPeriod .content p strong {
    font-weight: normal;
    font-size: 12px;
    color: #2e2e2e;
}

.sale_list .layerDiscountPeriod .content p strong span {
    font-size: 11px;
}

.sale_list .layerDiscountPeriod .close {
    position: absolute;
    right: 14px;
    top: 14px;
}

.JS_wideBnr {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 0 70px;
    overflow: hidden;
}

.JS_wideBnr .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.JS_wideBnr .img li {
    position: absolute;
    top: 0;
    left: 50%!important;
    width: 2560px;
    margin-left: -1280px;
}

.JS_wideBnr .img li:first-child {
    left: 0;
}

.JS_wideBnr .img li img {
    width: 100%;
}

.JS_wideBnr .btn {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    width: 1260px;
    line-height: 0;
    margin: 0 0 0 -630px;
    text-align: left;
    letter-spacing: -4px;
    font-size: 0;
    opacity: 0;
    -webkit-opacity: 0;
    transition: opacity .3s 8s ease;
    -webkit-transition: opacity .3s 8s ease;
}

.JS_wideBnr:hover .btn {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.JS_wideBnr .btn li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;height: 3px;
    margin: 0 2px;
    padding: 5px 0;
    cursor: pointer;
}

.JS_wideBnr .btn li div {
    width: 15px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_wideBnr .btn li.on div {
    width: 25px;
    background: #999;
}

.JS_wideBnr .btn li span {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background: #111;
    text-indent: -9999px;
}

.JS_wideBnr .DB_dir {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 51px;
    width: 1260px;
    margin: 0 0 0 -630px;
    height: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_wideBnr:hover .DB_dir {
    opacity: 1;
    -webkit-opacity: 1;
}

.JS_wideBnr .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.JS_wideBnr .prev {
    top: -5px;
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_wideBnr:hover .prev {
    top: 0px
}

.JS_wideBnr:hover .prev:hover {
    background: url('/design/taera2025/image/arrowVLW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

.JS_wideBnr .next {
    top: 25px;
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.2);
}

.JS_wideBnr:hover .next {
    top: 30px;
}

.JS_wideBnr:hover .next:hover {
    background: url('/design/taera2025/image/arrowVRW_21.gif') no-repeat 50% 50% rgba(0,0,0,.4);
}

@media all and (max-width: 1285px) {
    .JS_wideBnr .btn {
        width:980px;
        margin: 0 0 0 -490px;
    }

    .JS_wideBnr .DB_dir {
        width: 980px;
        margin: 0 0 0 -490px;
    }
}

.SD_spBnr_03 {
    margin-bottom: 40px;
}

.SD_spBnr_03 h4 span {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #ddd;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
}

.SD_spBnr_03 p {
    float: left;
    background: #fff;
}

.SD_spBnr_03 p img {
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.SD_spBnr_03 p:hover img {
    filter: alpha(opacity=60);
    opacity: .6;
    -webkit-opacity: .6;
}

.SD_spBnr_03 .bnr01 {
    width: 32.33%;
    margin: 0 1% .7% 0;
}

.SD_spBnr_03 .bnr02 {
    width: 32.33%;
    margin: 0 1% .7% 0;
}

.SD_spBnr_03 .bnr03 {
    width: 16.165%;
    margin: 0 1% 1% 0;
}

.SD_spBnr_03 .bnr04 {
    width: 16.165%;
    margin: 0 0 1% 0;
}

.SD_spBnr_03 .bnr05 {
    width: 16.165%;
    margin: 0 1% 1% 0;
}

.SD_spBnr_03 .bnr06 {
    width: 16.165%;
    margin: 0 0 1% 0;
}

.SD_spBnr_03 .bnr07 {
    width: 32.33%;
    margin: 0 1% 0 0;
}

.SD_spBnr_03 .bnr08 {
    width: 32.33%;
    margin: 0 1% 0 0;
}

.SD_spBnr_03 .bnr09 {
    width: 33.33%;
    margin: 0;
}


.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/taera2025/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: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

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

.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/taera2025/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%;
    font-family: "돋움",Dotum;
    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/taera2025/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/taera2025/image/ico_info.gif') no-repeat 0 2px;
}

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

div.ec-base-help > h2,div.ec-base-help > h3 {
    padding: 9px 0 6px 10px;
    border-bottom: 1px solid #e8e7e7;
    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/taera2025/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/taera2025/image/ico_dash.gif') no-repeat 0 7px;
}

.ec-base-help.typeDash li {
    padding: 0 0 0 11px;
    background: url("/design/taera2025/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 #d7d5d5;
    font-size: 12px;
    color: #757575;
    vertical-align: top;
    *display: inline;
    *zoom:1;}

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

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

.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: #f0f2f2;
}

.ec-base-paginate li a.this {
    padding-bottom: 6px;
    border-bottom: 3px solid #495164;
    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 #cbcdce;
    border-bottom-color: #202020;
    border-left: 0;
    background: #f2f2f2;
    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: #f2f2f2;
}

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

.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 #202020;
    border-bottom: 0;
    color: #fff;
    font-weight: bold;
    background: #4a5164;
}

.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: #4a5164;
}

.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/;
}

.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/taera2025/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;
}


.path ol {
    float: right;
}

#boardArea {
    overflow: hidden;
    margin: 50px 0 0;
    border-top: 1px solid #d8d8d8;
}

#bannerArea {
    margin: 22px 0 0;
}

#bannerArea h2 {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 20px;
    color: #2e2e2e;
    text-align: center;
}

.path {
    display: block;
    overflow: hidden;
    *zoom:1;height: 27px;
    margin: 0 0 10px;
}

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

.path ol {
    float: right;
}

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

.path li:first-child a {
    padding: 0 6px 0 8px;
    background: url("/design/taera2025/image/path_home.png") no-repeat 0 6px;
    font-size: 0;
}

.path li {
    float: left;
    height: 27px;
    line-height: 25px;
    padding: 0 0 0 12px;
    margin: 0 0 0 8px;
    color: #333;
    background: url("/design/taera2025/image/ico_path.gif") no-repeat 0 8px;
}

.path li a {
    display: block;
    height: 27px;
    line-height: 25px;
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.path li a:hover {
    opacity: .5;
    text-decoration: none;
}

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

.titleArea h2 {
    display: inline-block;
    padding: 0 0 0 12px;
    color: #2e2e2e;
    font-size: 16px;
    *display: inline;
    *zoom:1;background: url("/design/taera2025/image/ico_heading.gif") 0 50% no-repeat;
}

.titleArea p {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 0 10px;
    color: #999;
    background: url("/design/taera2025/image/ico_bar.gif") no-repeat 0 0;
    *display: inline;
    *zoom:1;}

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

.titleArea ul li {
    padding: 0 0 0 9px;
    background: url("/design/taera2025/image/ico_square2.gif") no-repeat 4px 7px;
}

.xans-mall-supplymainimage img {
    max-width: 1260px !important;
    max-height: 490px;
}

@media all and (max-width: 1285px) {
    .xans-mall-supplymainimage img {
        max-width:980px !important;
    }
}
.box_open > #p_box {
    display: block;
}
.xans-search-form .MS_search_word {border: 1px solid #d5d5d5;height:18px;width:200px;}
/* BASIC css end */

