ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.list_content {
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
    width: calc(100% - 315px);
    height: 250px;
    border-top: 2px solid #dd0000;
    border-bottom: 1px solid #d9dadf;
    border-left: 1px solid #d9dadf;
    border-right: 1px solid #d9dadf;
}
.list_content .tab_head {
    padding: 5px 10px 10px;
}
.list_content .tab_head .on {
    color: #dd0000;
    font-weight: bold;
}
.list_content .tab_head .on:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.list_content .tab_head .on i.best_board_icon {
    background: url("/img/main_page/i_icon.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -64px -30px;
    vertical-align: sub;
    margin-right: 5px;
}
.list_content .tab_head .on .head_right {
    float: right;
    color: #999;
    font-size: 8pt;
    font-weight: 500;
}
.list_content .tab_main {
    padding: 0 10px 10px 10px;
}
.list_content .tab_main li {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list_content .tab_main li:not(:last-child) {
    margin-bottom: 13px;
}
.list_content .tab_main li .hit_icon {
    background: url("/img/main_page/i_icon.png") no-repeat;
    width: 21px;
    height: 11px;
    display: inline-block;
    background-position: -30px -30px;
    vertical-align: sub;
    position: relative;
    bottom: 2px;
}
.list_content .tab_main li .date {
    color: #777;
}
.list_content .tab_main li:hover span,
.list_content .tab_main li:hover p {
    text-decoration: underline;
    color: #000;
}
.list_content .tab_main p {
    display: inline;
}
.list_content .tab_main p,
.list_content .tab_main span {
    margin-left: 3px;
}
.list_content .tab_main .board_name {
    font-size: 11px;
    color: #666;
}
.list_content .tab_main li:hover .board_name {
    color: #666;
}
.list_content .tab_main .comment {
    font-size: 11px;
    font-family: tahoma;
    color: #ff6600;
    font-weight: bold;
}
.list_content .tab_main li:hover .comment {
    color: #ff6600;
}
.advertisement {
    float: right;
}
.content {
    margin-bottom: 10px;
    clear: both;
}
.brand_content {
    margin-bottom: 15px;
}
.brand_content p {
    padding: 0;
    margin: 0;
}
.brand_content > ul {
    border-top: 2px solid #9582c6;
    border-left: 1px solid #dae1e6;
    border-right: 1px solid #dae1e6;
    border-bottom: 1px solid #dae1e6;
}
.brand_content > ul:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > ul li {
    float: left;
    width: 20%;
    border-right: 1px solid #dae1e6;
    padding: 10px 0;
    height: 40px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.brand_content > ul li.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
}
.brand_content > div {
    border-left: 1px solid #dae1e6;
    border-right: 1px solid #dae1e6;
    border-bottom: 1px solid #dae1e6;
    padding: 10px 20px;
    display: none;
    height: 195px;
}
.brand_content > div.active {
    display: block;
}
.brand_content > div:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div .img_board {
    float: left;
    width: calc(40% - 10px);
}
.brand_content > div .img_board > img {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
}
.brand_content > div .img_board > p {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brand_content > div .img_board > p:hover {
    text-decoration: underline;
}
.brand_content > div .img_board > p img {
    vertical-align: middle;
    margin-right: 5px;
    height: 18px;
}
.brand_content > div .right_content {
    float: right;
    width: calc(60% - 10px);
}
.brand_content > div .right_content .review {
    padding-bottom: 10px;
    border-bottom: 2px dotted #dae1e6;
    margin-bottom: 10px;
}
.brand_content > div .right_content .review:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div .right_content .review div {
    float: left;
    width: calc(50% - 10px);
}
.brand_content > div .right_content .review div:last-child {
    margin-left: 20px;
}
.brand_content > div .right_content .review div a > img {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}
.brand_content > div .right_content .review div p,
.brand_content > div .right_content .News p {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brand_content > div .right_content .review div p .subj {
    cursor: pointer;
}
.brand_content > div .right_content .review div a:hover p .subj {
    text-decoration: underline;
    color: #000;
}
.brand_content > div .right_content .review div p .tag {
    color: #508d31;
    font-weight: bold;
}
.brand_content > div .right_content .News p:first-child {
    margin-bottom: 10px;
}
.brand_content > div .right_content .News p .subj1 {
    cursor: pointer;
}
.brand_content > div .right_content .News p .subj1:hover {
    text-decoration: underline;
    color: #000;
}
.brand_content > div .right_content .News p .tag {
    color: #508d31;
    font-weight: bold;
}
.brand_content #brand3 .right_content .News p .tag {
    color: #555;
}
.brand_content > div ul.hot_board:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div ul.hot_board li {
    float: left;
    width: 177px;
}
.brand_content > div ul.hot_board li:not(:first-child) {
    margin-left: 13.33px;
}
.brand_content > div ul.hot_board li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div ul.hot_board li .img {
    width: 177px;
    height: 135px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.brand_content > div ul.hot_board li .img img {
    width: 100%;
}
.brand_content > div ul.hot_board li .txt {
    width: 100%;
    padding: 0;
}
.brand_content > div ul.hot_board li .txt h3 {
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 33px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.brand_content > div ul.hot_board li:hover .txt h3 {
    text-decoration: underline;
}
.brand_content > div ul.hot_board li .txt h3 .tag {
    margin-right: 5px;
    color: #508d31;
    font-weight: bold;
}
.brand_content > div ul.coupon_board:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div ul.coupon_board li {
    position: relative;
    width: 33.41%;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 15px 15px 5px;
    margin-top: 10px;
}
.brand_content > div ul.coupon_board li::before {
    content: "";
    display: none;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f05523;
}
.brand_content > div ul.coupon_board li.active::before {
    display: inline-block;
}
.brand_content > div ul.coupon_board li:not(:nth-child(3n + 1)) {
    margin-left: -1px;
}
.brand_content > div ul.coupon_board li:nth-child(n + 4) {
    margin-top: -1px;
}
.brand_content > div ul.coupon_board li .img img {
    width: 217px;
    margin-bottom: 5px;
}
.brand_content > div ul.coupon_board li .txt span {
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
}
.brand_content > div ul.coupon_board li .txt > div {
    height: 30px;
}
.brand_content > div ul.coupon_board li .txt > div .store {
    font-size: 13px;
    width: 100px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.brand_content > div ul.coupon_board li .txt > div .point {
    float: right;
    font-size: 13px;
    color: #f05523;
}
.brand_content > div ul.coupon_board li .txt > div .point img {
    margin-right: 5px;
    vertical-align: middle;
}
.brand_content > div ul.panda_board li {
    position: relative;
    width: 33.41%;
    float: left;
    text-align: center;
}
.brand_content > div ul.panda_board:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div ul.panda_board li::before {
    content: "";
    display: none;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f05523;
}
.brand_content > div ul.panda_board li.active::before {
    display: inline-block;
}
.brand_content > div ul.panda_board li:not(:nth-child(3n + 1)) {
    margin-left: -1px;
}
.brand_content > div ul.panda_board li:nth-child(n + 4) {
    margin-top: -1px;
}
.img_latest_wrap {
    z-index: 1;
    width: 790px;
    padding-bottom: 10px;
}
.img_latest_area:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.img_latest_area .img_latest_item {
    float: left;
    width: calc(25% - 6.5px);
}
.img_latest_area .img_latest_item:not(:first-child) {
    margin-left: 8.66px;
}
.img_latest_item {
    border: 1px solid #d9dadf;
    border-radius: 10px;
    overflow: hidden;
}
.img_latest_item .item_img {
    text-align: center;
}
.img_latest_item .item_img > img {
    width: 190px;
    height: 105px;
}
.img_latest_item .txt {
    text-align: center;
}
.img_latest_item .txt img {
    margin-right: 5px;
}
.img_latest_item .txt p:first-child {
    font-size: 12px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 36px;
    height: 36px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px;
    text-align: left;
    line-height: 18px;
}
.img_latest_item .txt p:first-child:hover {
    text-decoration: underline;
    cursor: pointer;
}
.img_latest_item .txt p:last-child {
    margin: 10px;
    font-weight: bold;
    border-top: 1px solid #d9dadf;
    padding-top: 10px;
    color: #555;
}
.img_latest_item .txt .category {
    color: #777;
    margin-right: 5px;
    font-weight: bold;
}
ul,
li {
    list-style: none;
}
.btm_board > div {
    margin-bottom: 10px;
}
.btm_board > div:first-child {
    clear: both;
    width: 390px;
    float: left;
}
.btm_board > div:last-child {
    margin-left: 10px;
    width: 390px;
    float: left;
}
.cmt {
    color: #ff6600;
    font-size: 10px;
    font-family: Tahoma;
    font-weight: bold;
    margin-left: 3px;
}
.right_aside_wrap .right_aside_panel {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: 520px;
    z-index: 1000;
}
.right_aside_wrap .right_aside_latest {
    position: absolute;
    left: 50%;
    top: 695px;
    margin-left: 520px;
    z-index: 500;
}
.right_aside_wrap .right_aside_ad1 {
    position: absolute;
    left: 50%;
    top: 960px;
    margin-left: 520px;
    z-index: 500;
}
.right_aside_wrap .right_aside_ad2 {
    position: absolute;
    left: 50%;
    top: 1159px;
    margin-left: 520px;
    z-index: 500;
}
.right_aside_img {
    width: 200px;
    text-align: center;
}
.right_aside_wrap .right_aside_top_down {
    width: 200px;
    background: #f9f9f9;
    border: 1px solid #dadada;
    padding-bottom: 5px;
    color: #777;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
.eto_banner {
    position: absolute;
    left: 50%;
    -ms-transform: translateY(10px);
    top: 70px;
    z-index: 1000;
    margin-left: -610px;
}
.brand_content > ul li:last-child {
    border-right: none;
}
.brand_content > div:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div .style_img {
    width: 175px;
    float: left;
}
.brand_content > div .style_img img {
    width: 100%;
}
.brand_content > div .style_txt {
    width: 240px;
    float: left;
    margin-left: 20px;
    padding: 36px 0;
}
.brand_content > div .style_txt h3 {
    margin: 0 0 15px 0;
    font-family: "Malgun Gothic", "¸¼Àº °íµñ", helvetica;
}
.brand_content > div .style_txt h3 a {
    color: #0068c3 !important;
    font-size: 18px;
}
.brand_content > div .style_txt p {
    font-family: "Malgun Gothic", "¸¼Àº °íµñ", helvetica;
    font-size: 14px;
    line-height: 20px;
}
.brand_content > div .style_item {
    float: right;
    width: calc(100% - 455px);
}
.brand_content > div .style_item:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div .style_item li {
    float: left;
    width: calc(50% - 5px);
}
.brand_content > div .style_item li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.brand_content > div .style_item li:nth-child(2n) {
    margin-left: 10px;
}
.brand_content > div .style_item li:nth-child(n + 3) {
    margin-top: 10px;
}
.brand_content > div .style_item li .img {
    border: 1px solid #d2d2d2;
}
.brand_content > div .style_item li .img img {
    width: 100%;
}
@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.animate-pulse {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}
.animate-pulse-img {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    width: 100%;
    height: 100%;
    background-color: rgb(51 65 85);
}
