@charset 'utf-8';

.contents.main {
    width: 100%;
    margin-bottom: 100px;
}

/*** 슬라이드 ***/
/* 메인슬라이드 */
.mainBanner {
    position: relative;
    height: 500px;
    margin-bottom: 40px;
}

.mainBanner .list {
    position: relative;
    height: 500px;
    left: 50%;
    margin-left: -1300px;
}

.mainBanner .list li {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.mainBanner .list li.previous {
    opacity: 1;
}

.mainBanner .list li.on {
    opacity: 1;
    transition: opacity .5s;
    z-index: 1;
}

.mainBanner nav {
    position: absolute;
    height: 38px;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1080px;
    text-align: center;
    margin: 0 auto;
}

.mainBanner nav>button {
    position: absolute;
    z-index: 3;
    top: -472px;
    bottom: 0;
    width: 63px;
    height: 63px;
    margin: auto 0;
    padding: 3px;
    border: none;
    background: none;
}

.mainBanner nav .prev {
    left: -100px;
    bottom: 75px;
    border: 0;
    outline: 0;
    display: inline-block;
    overflow: hidden;
    height: 63px;
    opacity: 0.5;
    transform: rotate(-180deg);
}

.mainBanner nav .prev img:hover {
    opacity: 1 !important;
}

.mainBanner nav .next {
    right: -100px;
    bottom: 75px;
    border: 0;
    outline: 0;
    display: inline-block;
    overflow: hidden;
    height: 63px;
    opacity: 0.5;
}

.mainBanner nav .next:hover img {
    opacity: 1 !important;
}

.mainBanner nav ul {
    text-align: center;
    padding: 0;
}

.mainBanner nav ul li {
    display: inline-block;
}

.mainBanner nav ul li+li {
    margin-left: 10px;
}

.mainBanner nav ul button {
    width: 14px;
    height: 14px;
    background: #ccc;
    overflow: hidden;
    transition: background .5s;
    border: none;
    font-size: 0;
    border-radius: 10px;
    cursor: pointer;
    outline: 0;
    width: 0;
}

.mainBanner nav ul .on button {
    background: #194894;
}

/* 3.0 리디자인 추가 css  */
.mainBanner_navi ul {
    width: 1080px;
    text-align: center;
    position: absolute;
    bottom: 51px;
    left: 50%;
    margin-left: -540px;
    z-index: 100;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
    background: url('../images/main/img_mainBanner_navi_bg.png') repeat;
    display: none;
}

.mainBanner_navi ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    margin: 0 -2px;
    border-bottom: 1px solid #dfdfdf;
}

.mainBanner_navi ul li a {
    font-size: 12px;
    font-family: arial, 'dotum', '돋움', sans-serif;
    cursor: pointer;
    letter-spacing: 0;
    color: #6c6c6c;
    text-decoration: none;
    height: 12px;
    padding: 14px 0;
    vertical-align: middle;
    display: inline-block;
    width: 179px;
}

.mainBanner_navi ul li a:hover {
    text-decoration: underline;
    color: #eb3b4b;
}

.mainBanner_stop {
    position: absolute;
    bottom: 50px;
    right: 50%;
    margin-right: -540px;
    width: 46px;
    height: 40px;
    background-color: #fff;
    z-index: 200;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.mainBanner_navi_on {
    border-bottom: 2px solid var(--primary-color) !important;
}


/* 메인 컨텐츠 공통 */
.main_contents_wrapper {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.main_contents_wrapper div {
    vertical-align: top;
}

.main_title_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.main_title_wrap span.bar_left {
    width: 5px;
    height: 55px;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.main_contents_title {
    font-family: 'NanumSquare', '나눔스퀘어', 'dotum', '돋움', arial, sans-serif;
    font-weight: var(--font-w-bold);
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid var(--border-color-default); */
    text-align: left;
}

.main_contents_title_text {
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.basic_text {
    font-family: 'dotum', '돋움', arial, sans-serif;
    font-weight: 100;
    font-size: 13px;
    color: #7b7b7b;
    letter-spacing: -1px;
}

/* 베스트상품 */
.prdt_wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.best_prdt_list_wrapper {
    position: relative;
    width: 1180px;
    height: 240px;
    display: inline-block;
    overflow: hidden;
}

.best_prdt_list li {
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    width: 1180px;
}

.left_best_prdt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    /* margin-right: 7px; */
    border-radius: var(--border-radius-mid);
    overflow: hidden;
}

.right_best_prdt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    /* margin-left: 7px; */
    border-radius: var(--border-radius-mid);
    overflow: hidden;
}

.best_prdt_text_box {
    width: 250px;
    height: 238px;
    border: 1px solid var(--border-color-default);
    /* border-right: 3px solid var(--prim); */
    padding: 0px 24px;
    text-align: left;
    float: left;
    border-radius: 0 var(--border-radius-mid) var(--border-radius-mid) 0;
    overflow: hidden;
}

.best_prdt_title {
    font-family: 'NanumSquare', '나눔스퀘어', 'dotum', '돋움', arial, sans-serif;
    font-weight: var(--font-w-bold);
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 22px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid var(--border-color-default); */
}

.best_prdt_underline {
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
}

.best_usage_wrap {
    background-color: var(--base-color-light);
    padding: 20px 30px;
    border-radius: var(--border-radius-mid);
    /* color: var(--font-color-sub); */
}

.best_usage_wrap h1 {
    font-size: 13px;
    font-weight: var(--font-w-bold);
    margin-bottom: 8px;
    color: var(--secondary-color)
}

.best_usage_wrap p {
    font-weight: var(--font-w-light);
}

.best_prdt_text_01 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 18px;
}

.best_prdt_text_02 {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--primary-color);
}

.best_prdt_text_03 {
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.best_prdt_img_wrapper {
    height: 240px;
    display: inline-block;
}

.best_prdt_img {
    height: 100%;
}

.btn_prdt_prev {
    position: absolute;
    top: 90px;
    left: -60px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
}

.btn_prdt_prev:hover img {
    margin-top: -30px !important;
    vertical-align: top;
}

.btn_prdt_next {
    position: absolute;
    top: 90px;
    right: -60px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
}

.btn_prdt_next:hover img {
    margin-top: -30px !important;
    vertical-align: top;
}

.best_prdt_slide_navi {
    margin-top: 15px;
    text-align: center;
}

.best_prdt_slide_navi img {
    padding: 5px;
    cursor: pointer;
}


/* 230104 메인 추가 CSS START */
.best_product_slide {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    overflow: hidden;
}

.best_product_slide .slide_inner {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* gap: */
    width: 100%;
    /* background-color: #194894; */
}

.best_product_slide .slide_inner .text_wrap .prdt_name {
    font-family: NanumSquare, 나눔스퀘어, dotum, 돋움, arial, sans-serif;
    font-weight: 900;
    color: var(--primary-color);
    font-size: 20px;
    padding-bottom: 10px;
}

.best_product_slide .slide_inner .text_wrap .prdt_text {
    line-height: 1.5;
}

.best_product_slide .slide_inner .text_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0;
}

.best_product_slide .slide_inner .text_wrap ul li {
    border: 1px solid var(--border-color-light);
    color: var(--font-color-sub);
    padding: 5px;
    font-size: 11px;
    border-radius: 1000px;
}

.best_product_slide .slide_inner .text_wrap button {
    width: 100%;
    height: 35px;
    margin-top: 10px;
}

.best_product_slide .slide_inner .left_prdt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 40px)/3);
    /* background-color: #109f97; */
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-mid);
    box-sizing: border-box;
    overflow: hidden;
}

.best_product_slide .slide_inner .left_prdt .image_wrap {
    width: 100%;
    height: 300px;
}

.best_product_slide .slide_inner .left_prdt .image_wrap a {
    width: 100%;
    height: 100%;
}

.best_product_slide .slide_inner .left_prdt .image_wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best_product_slide .slide_inner .left_prdt .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    padding-bottom: 43.5px;
}

.best_product_slide .slide_inner .right_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: calc((100% - 40px)/1.5 + 20px);
}

.best_product_slide .slide_inner .right_wrap .right_prdt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: calc(50% - 10px);
    padding-right: 15px;
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-mid);
    box-sizing: border-box;
    overflow: hidden;
}

.best_product_slide .slide_inner .right_wrap .right_prdt .image_wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 240px;
    overflow: hidden;
}

.best_product_slide .slide_inner .right_wrap .right_prdt .image_wrap a {
    width: 100%;
    height: 100%;
}

.best_product_slide .slide_inner .right_wrap .right_prdt .image_wrap a img {
    width: 105%;
    height: 105%;
    object-fit: cover;
}

.best_product_slide .slide_inner .right_wrap .right_prdt .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

/* 230104 메인 추가 CSS END */


.btn_prdt_view {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    /* color: var(--primary-color); */
    font-size: 14px;
    font-weight: var(--font-w-bold);
    /* border: 1px solid var(--primary-color); */
    box-sizing: border-box;
}

.iframe_best_prdt {
    /* margin-left: -60px; */
}

.main_contents_wrapper nav {
    margin-top: 15px;
    text-align: center;
}

.main_contents_wrapper nav ul li {
    display: inline-block;
    padding: 2px;
    margin: 0 2px;
    cursor: pointer;
    /* background-color: #194894; */
}

.main_contents_wrapper nav ul li button {
    /* background-image: url('../images/main/icon_slide_off.png'); */
    width: 24px;
    height: 6px;
    background-color: var(--base-color-mid);
}

.main_contents_wrapper nav ul .subBanner_navi_on button {
    /* background-image: url('../images/main/icon_slide_on.png'); */
    background-color: var(--primary-color);
}

/* 인기상품 */
.hit_wrapper {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
}

.hit_wrapper .list_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hit_prdt_frame {
    position: relative;
    width: 380px;
    height: 510px;
    padding: 40px 0;
    display: inline-block;
    margin-bottom: 24px;
    border: 1px solid var(--border-color-default);
    border-radius: var(--border-radius-mid);
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

/* .hit_prdt_frame:hover  {
    transform: scale(1.2);
} */

.hit_prdt_frame .hit_img_wrapper {
    margin: 0 auto;
    width: 280px;
    height: 370px;
    overflow: hidden;
}

.hit_prdt_frame .hit_img_wrapper img {
    transform: scale(1);
    transition: width 0.3s, height 0.3s, transform 0.3s;
    transition-timing-function: ease-out;
}

.hit_prdt_frame .text_wrap {
    margin: 0 auto;
    width: 280px;
}

.hit_prdt_name {
    margin-top: 20px;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    font-family: 'NanumSquare', '나눔스퀘어', 'dotum', '돋움', arial, sans-serif;
    font-size: 17px;
    font-weight: var(--font-w-bold);
    /* border-bottom: 1px dashed var(--border-color-default); */
}

.hit_prdt_text {
    margin-top: 6px;
}

.shadow_effect {
    background-image: url('../images/main/hit_prdt_frame.png');
    background-repeat: no-repeat;
}

.btn_main_prdt_more {
    max-width: 200px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: var(--font-w-bold);
}

.btn_main_prdt_more:hover img {
    margin-top: -56px !important;
    vertical-align: top;
}

.hit_prdt_frame:hover .hit_img_wrapper img {
    transform: scale(1.2);
}

.hit_prdt_frame:hover .hit_prdt_text {
    /* display: none; */
}

.hit_prdt_frame:hover .hit_prdt_name {
    /* display: none; */
}

/*.hit_prdt_frame:hover .hit_prdt_on {display: inline-block;}*/
.hit_prdt_on {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.hit_prdt_on .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hit_prdt_on .wrap .icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color-contrast);
    border-radius: var(--border-radius-full);
}

.hit_prdt_on .wrap .icon_wrap img {
    width: 30px;
    height: 30px;
}


/* 번개배송 */
.advantage_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clear: both;
    background-color: var(--primary-color);
    height: 250px;
    /* background-image: url('../images/main/advantae_bg.jpg'); */
}

.advantage_wrapper .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1180px;
    max-width: var(--inner-width);
    /* background-color: #109f97; */
}

.advantage_wrapper .inner .text_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.advantage_wrapper .inner .text_wrap .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    /* color: #fff;
    color: #f8dc4f;
    font-size: 20.5px;
    font-weight: var(--font-w-mid);
    margin-bottom: 8px; */
}

.advantage_wrapper .inner .text_wrap .title img {
    height: 70px;
}

.advantage_wrapper .inner .text_wrap .title h1 {
    color: #f8dc4f;
    font-size: 32px;
    font-weight: var(--font-w-bold);
    line-height: 1.3;
}

.advantage_wrapper .inner .text_wrap .title h1 span {
    font-size: 20.5px;
    font-weight: var(--font-w-mid);
}

.advantage_wrapper .inner .text_wrap ul li {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.advantage_wrapper .inner .image_wrap {
    width: 450px;
    height: 250px;
}

.advantage_wrapper .inner .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 회원맞춤서비스 */
.member_service_wrapper {
    text-align: center;
    clear: both;
    background-color: #f7f7f7;
    padding: 80px 0;
    margin-bottom: 80px;
}

.member_service_frame {
    position: relative;
    width: 348px;
    height: 288px;
    padding: 70px 0 70px 0;
    display: inline-block;
}

.member_service_text {
    margin-top: 16px;
    margin-bottom: 20px;
}

.shadow_effect_02 {
    background-image: url('../images/main/member_service_frame.png');
    background-repeat: no-repeat;
}

.btn_main_detail_view {
    height: 40px;
    font-size: 14px;
    font-weight: var(--font-w-bold);
}

.btn_main_detail_view:hover img {
    margin-top: -40px !important;
    vertical-align: top;
}

.member_service_frame:hover .member_service_on {
    display: inline-block;
}

.member_service_on {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
}

/* 고객감동센터 */
.center_wrapper {
    text-align: center;
    clear: both;
    margin-bottom: 100px;
}

.center_wrapper .flex_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center_notice {
    width: 50%;
    height: 220px;
    display: inline-block;
    padding: 40px 30px;
    border: 1px solid var(--border-color-default);
    border-radius: var(--border-radius-mid);
}

.shadow_effect_03 {
    background-image: url('../images/main/center_frame_01.png');
    background-repeat: no-repeat;
}

.center_notice table {
    border: none;
}

.center_notice table td {
    border: none;
}

.notice_table_wrapper {
    display: inline-block;
}

.notice_top_table {
    width: 264px;
    margin: 0;
    padding: 0;
}

.td_notice_title {
    width: 190px;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
}

.td_notice_more {
    width: 21px;
    margin: 0;
    padding: 0 0 10px 0;
}

.td_width_bar {
    background-color: var(--border-color-default);
    margin: 10px 0 0 0;
    padding: 0;
    height: 1px;
}

.table_list {
    width: 264px;
    table-layout: fixed;
    margin: 10px 0 0 0;
    padding: 0;
}

/* .table_list td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/main/icon_blet.png') no-repeat;
    background-position: 0 16px;
    padding: 0 0 0 10px;
    vertical-align: bottom;
    text-align: left;
    height: 26px;
} */

.contents_box_title {
    font-family: 'NanumSquare', '나눔스퀘어', 'dotum', '돋움', arial, sans-serif;
    font-size: 19px;
    font-weight: var(--font-w-bold);
    color: #252525;
}

.contents_box_more {
    position: relative;
    float: right;
    vertical-align: bottom;
    /* background: url('../images/main/btn_list_more.png') no-repeat; */
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 8px;
    background-color: var(--base-color-light);
    border-radius: var(--border-radius-full);
    cursor: pointer;
}

.contents_box_more:hover {
    background-color: var(--primary-color);
}

.contents_box_more::before,
.contents_box_more::after {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
}

.contents_box_more::before {
    margin-top: 8px;
    width: 17px;
    height: 1px;
}

.contents_box_more::after {
    margin-left: 8px;
    width: 1px;
    height: 17px;
}

.contents_box_more:hover::before,
.contents_box_more:hover::after {
    background-color: var(--primary-color-contrast);
}

.board_list {
    font-family: 'dotum', '돋움', arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #6c6c6c;
    letter-spacing: 0px;
}

.board_list:hover {
    color: var(--point-color) !important;
    text-decoration: underline !important;
}

.board_list:link {
    color: #6c6c6c;
    text-decoration: none;
}

.board_list:visited {
    color: #6c6c6c;
    text-decoration: none;
}

.icon_new {
    padding-bottom: 1px;
}

.center_esti {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding: 60px 30px;
    border: 1px solid var(--border-color-default);
    border-radius: var(--border-radius-mid);
}

.center_esti img {
    width: 46px;
    height: 46px;
}

.shadow_effect_04 {
    background-image: url('../images/main/center_frame_02.png');
    background-repeat: no-repeat;
}

/*
.shadow_effect {box-shadow: 0 0px 2px #c6c6c6; -webkit-box-shadow: 0 0px 2px #c6c6c6; border:1px solid #ededed; }
*/


/*** 세명 꼬망애ㅐ애애둘루ㅜㄹ***/
.membershipType ul li {
    width: 358px;
    border: 1px solid #e2e2e2;
    height: 170px;
    float: left;
    text-align: center;
    line-height: 29px;
    padding: 19px 0 10px;
    background: center 100px no-repeat;
    margin-bottom: 30px;
}

.membershipType span {
    display: block;
    color: #898989;
}

.membershipType .designer {
    background-image: url('../images/main/membershiptype_designer_icon.png');
}

.membershipType .personal {
    background-image: url('../images/main/membershiptype_personal_icon.png');
    border-left: none;
    border-right: none;
}

.membershipType .company {
    background-image: url('../images/main/membershiptype_company_icon.png');
}

/*** 하단 ***/
.quick {
    margin-top: 30px;
    clear: both;
}

.quick>article {
    float: left;
    padding: 20px 20px 0;
    color: rgba(255, 255, 255, .7);
    background: no-repeat;
    position: relative;
}

.quick p {
    margin-top: 15px;
    line-height: 18px;
}

.quick .customer {
    height: 440px;
    background-color: #ffde00;
    color: #555;
}

.quick .customer .number {
    line-height: 60px;
    padding-top: 21px;
    background: url('../images/main/quick_customer_icon.png') left top no-repeat;
    margin-top: 30px;
}

.quick .customer .time {
    line-height: 34px;
    border-top: 1px solid #e7c902;
}

.quick .customer .time dt,
.quick .customer .time dd {
    border-bottom: 1px solid #e7c902;
}

.quick .customer .time dt {
    float: left;
    width: 100px;
    padding-left: 20px;
}

.quick .notice {
    width: 540px;
    height: 260px;
    background-color: #3d5a95;
    background-image: url('../images/main/quick_notice_character.png');
    background-position: 480px 17px;
}

.quick .notice ul {
    margin-top: 30px;
}

.quick .notice li {
    border-top: 1px solid #516ba0;
    line-height: 34px;
}

.quick .notice li a:before {
    content: 'A· ';
    font-weight: 600;
    color: #fff;
}


.quick .membership {
    width: 210px;
    height: 260px;
    background-color: #109f97;
    background-image: url('../images/main/quick_membership_character.png');
    background-position: 166px 176px;
}

.quick .guide {
    width: 540px;
    height: 160px;
    background-color: #f36f23;
    background-image: url('../images/main/quick_guide_character.png');
    background-position: 418px 15px;
}

.quick .guide .category {
    background: url('../images/main/quick_guide_category_bg.png') right top no-repeat;
    width: 245px;
    height: 61px;
    position: absolute;
    bottom: 21px;
    right: 24px;
}

.quick .guide .category li {
    float: left;
    line-height: 61px;
    width: 65px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.quick .guide .category li+li {
    margin-left: 25px;
}

.quick .guide .category li.whiteBG {
    color: #606bb8;
}

.quick .opinion {
    width: 210px;
    height: 160px;
    background-color: #5a3ca7;
    background-image: url('../images/main/quick_opinion_character.png');
    background-position: 158px 95px;
}