<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


.n_main *,
.n_main *:before,
.n_main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.n_main .w_cont {
    width: 1100px;
    margin: 0 auto;
}

.n_main .event_area {
    padding: 30px 0;
    background: #f7f7f7;
}

.n_main .event_area .w_cont {
    overflow: hidden;
    height: 327px;
    border: 1px solid #ddd;
    border-top: 0;
}

.n_main .event_area .w_cont .event_viual {
    float: left;
    border-top: 1px solid #ddd;
    width: 778px;
}

.n_main .event_area .w_cont .event_list {
    float: left;
    width: 288px;
}

.n_main .event_area .w_cont .event_viual img {
    display: block;
    width: 778px;
    height: 325px;
}

.n_main .event_area .w_cont .event_list .event_pro_list {
    font-size: 0;
}

.n_main .event_area .w_cont .event_list .event_pro_list&gt;li {
    display: none;
    font-size: 0;
}

.n_main .event_area .w_cont .event_list .event_pro_list&gt;li.active {
    display: block;
}

.n_main .event_area .w_cont .event_list .event_pro_list li ul {
    font-size: 0;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li a {
    display: block;
    position: relative;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li a:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li a:hover:after {
    display: block;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li img {
    display: block;
    width: 95px;
    height: 95px;
}

.n_main .event_area .w_cont .event_list .event_pro_list li li .img_visual {
    display: none;
}

.n_main .event_area .w_cont .event_list .event_pagination {
    position: relative;
    height: 38px;
    line-height: 37px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
    text-align: center;
    font-family: 'neris semibold';
    color: #555;
    font-style: normal;
    font-size: 14px;
}

.n_main .event_area .w_cont .event_list .event_pagination em {
    font-style: normal;
    color: #ff1b16;
    font-family: 'neris black'
}

.n_main .event_area .w_cont .event_list .event_pagination .slash {
    font-family: 'neris light';
    margin: 0 4px;
}

.n_main .event_area .w_cont .event_list .event_pagination .btns {
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    height: 37px;
}

.n_main .event_area .w_cont .event_list .event_pagination .btns:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.n_main .event_area .w_cont .event_list .event_pagination .btns .spr {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(../../images/rnv1/spr_main.png) no-repeat 0 0;
    vertical-align: middle;
}

.n_main .event_area .w_cont .event_list .event_pagination .btn_prev {
    left: 1px;
    border-right: 1px solid #ddd;
}

.n_main .event_area .w_cont .event_list .event_pagination .btn_next {
    right: 0;
    border-left: 1px solid #ddd;
}

.n_main .event_area .w_cont .event_list .event_pagination .btn_next .spr {
    background-position: -11px 0;
}

.n_main .title_wrap {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.n_main .title_wrap h3 {
    font-size: 1.85em;
    color: #222;
    /*font-family: Noto Sans KR;*/
}

.n_main .title_wrap .info_txt {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding: 3px 20px 5px;
    background: #fff;
    color: #444;
    font-size: 0.94em;
    letter-spacing: 0;
}
/* 메인 레이아웃 변경 eugene - 250807 */
.n_main .title_wrap .title_txt_wrap {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 40px;
    background: #fff;
    color: #444;
}

.n_main .title_wrap .title_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
}

.n_main .title_wrap .info_txt_extra {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding: 3px 20px 5px;
    background: #f2f4f6;
    color: #444;
    font-size: 0.94em;
    letter-spacing: 0px;
}

.n_main .title_wrap:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 22px;
    border-top: 2px solid #ddd;
    /*background: url(../../images/rnv1/bg_line.png) repeat-x;*/
    left: 0;
    width: 100%;
    height: 5px;
}

.n_main .title_wrap .spr {
    display: inline-block;
    background: url(../../images/rnv1/spr_main.png) no-repeat 0 0;
}

.n_main .title_wrap .btn_more {
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 50px;
    height: 23px;
    text-align: -webkit-left;
    border-bottom: 1px solid #333;
    background-position: -6px -270px;
    z-index: 1;
}

.n_main .blog_pro_list {
    padding-top: 70px;
    /*border-top: 1px solid #ddd;*/
}

.n_main .blog_pro_list .title_wrap h3 .spr {
    width: 242px;
    height: 28px;
    background-position: 0 -16px;
}

.n_main .blog_pro_list .title_wrap .info_txt .spr {
    width: 315px;
    height: 14px;
    background-position: 0 -46px;
}

.n_main .blog_pro_list .blog_pro_list {
    font-size: 0;
}

.n_main .blog_pro_list .pro_list {
    /* margin-top:30px; */
    /* eugene - 250807 */
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    /* eugene - 250807 */
}

.n_main .blog_pro_list .pro_list li {
    /*display: inline-block;*/
    /*margin: 20px 0 30px 36px;*/
    /*padding: 15px 0;*/
    /*width: 340px;*/
    /*vertical-align: top;*/
    /*font-size: 14px;*/
    /* eugene - 250807 */
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    /*  eugene - 250807  */

}
.n_main .blog_pro_list .pro_list li:hover {
   /*  border: 0px solid #222;
    box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.12);
    padding: 20px;
    width: 352px; */
}

.n_main .blog_pro_list .pro_list li.r_first {
    margin-left: 0;
}
.n_main .blog_pro_list .pro_list li .img_box:hover {
    opacity: 1;
    /* border:0px solid #222; */
}

.n_main .blog_pro_list .pro_list li a:hover {}

.n_main .blog_pro_list .pro_list li .img_box {
    width: 211px;
    height: 211px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto; /* 가운데 정렬 (선택) */
}

.n_main .blog_pro_list .pro_list li dl {
    /* padding: 15px 12px 15px 0px; */
}

.n_main .blog_pro_list .pro_list li dl.bg_recomm {
    /* background-color: #f4f4f6; */
    color: #666;
    font-size: 0.92em;
    line-height: 2.8em;
    height: 50px;
    padding-top: 8px;
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
}
.n_main .blog_pro_list .pro_list li dl.bg_recomm .recomm {
    position: absolute;
    width: 150px;
    height: 35px;
}
.n_main .blog_pro_list .pro_list li dl.bg_recomm em {
    font-weight:600;
	color:#ff1b16;
    font-size:1.2em;
    padding:0 2px 0 7px;
    vertical-align: top;
}

.n_main .blog_pro_list .pro_list li dl.bg_recomm .blogger img {
    margin-left:5px;
    width: 32px;
    border-radius: 32px;
}

.n_main .blog_pro_list .pro_list li dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    /*white-space: nowrap;*/
    white-space: normal;
    font-size: 0.97em;
    height: 55px;
    padding: 15px 0;
}

.n_main .blog_pro_list .pro_list li dl dt:hover {
	color:#000;
}

.n_main .blog_pro_list .pro_list li dl dt a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 300ms linear;
    /* transition: all 300ms linear; */
}


.n_main .blog_pro_list .pro_list li dl dd {
    position: relative;
    margin-top: 8px
}

.n_main .blog_pro_list .pro_list li dl dd&gt;span {
    font-size: 14px;
    color: #999;
}

.n_main .blog_pro_list .pro_list li dl dd .sale_info {
    display: inline-block;
}

.n_main .blog_pro_list .pro_list li dl dd .sale_info .price {
    font-size: 14px;
    color: #999;
}

.n_main .blog_pro_list .pro_list li dl dd .sale_info .price strong {
    margin: 0 0 0 3px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.n_main .blog_pro_list .pro_list li dl dd .sale_info .recomm {
    float: right;
    margin-top: 8px;
    font-size: 14px;
    color: #777
}

.n_main .blog_pro_list .pro_list li dl dd .sale_info .recomm em {
    font-family: 'neris semibold';
    color: #ff1b16;
    font-style: normal;
    font-weight: 600;
}

.n_main .add_service h3 .spr {
    width: 138px;
    height: 27px;
    background-position: -244px -16px
}

.n_main .add_service {
    margin-top: 70px;
    padding: 40px 0 40px;
    background-color: #f2f4f6;
}

.n_main .add_service .info_txt .spr {
    width: 205px;
    height: 14px;
    background-position: 0 -62px
}

.n_main .add_service .service_slide {
    position: relative;
    padding: 0 37px;
    margin-top: 50px;
}

.n_main .add_service .service_slide .btns a {
    display: block;
    position: absolute;
    top: 42px;
    width: 18px;
    height: 35px;
    background: url(../../images/rnv1/spr_main.png) no-repeat 0 0;
}

.n_main .add_service .service_slide .btns .btn_prev {
    left: -20px;
    background-position: -188px -239px
}

.n_main .add_service .service_slide .btns .btn_next {
    right: -20px;
    background-position: -230px -239px
}

.n_main .add_service .service_slide .btns .btn_prev:hover {
    background-position: -210px -239px
}

.n_main .add_service .service_slide .btns .btn_next:hover {
    background-position: -251px -239px
}

.n_main .add_service .service_slide .service_frame {
    overflow: hidden;
    width: 1050px;
    height: 148px;
}

.n_main .add_service .service_slide .service_frame .service_list {
    position: relative;
    width: 100000px;
    height: 148px;
}

.n_main .add_service .service_slide .service_frame .service_list li {
    float: left;
    margin: 0 42px 0 0;
}
.n_main .add_service .service_slide .service_frame .service_list li img {
    display: block;
    width: 110px;
}

.n_main .half_shopping {
    margin-top: 90px;
    padding: 0px 0 80px;
    /* background: #f7f7f7; */
}

.n_main .half_shopping .more {
    border: 1px solid #222;
    color: #222;
    width: 80px;
    line-height: 78px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-radius: 80px;
    margin: 40px auto 10px;
    font-size: 0.95em;
}
.n_main .half_shopping .more:hover {
    border: 1px solid #ff1b16;
    color: #222;
    border-radius: 80px;
    font-size: 0.95em;
}

.n_main .half_shopping .title_wrap h3 .spr {
    width: 183px;
    height: 27px;
    background-position: 0 -78px
}

.n_main .half_shopping .title_wrap .info_txt .spr {
    width: 331px;
    height: 14px;
    background-position: 0 -108px
}

.n_main .half_shopping .category_list {
    margin-top: 42px;
    margin-bottom: 20px;
    font-size: 0;
}

.n_main .half_shopping .category_list li {
    display: inline-block;
    height: 110px;
    font-size: 5px;
}

.n_main .half_shopping .category_list li:first-child {
    border-left: 0;
}

.n_main .half_shopping .category_list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;

}

.n_main .half_shopping .category_list li a:hover {
    border-bottom:3px solid #ff1b16;

}

.n_main .half_shopping .category_list li a:after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.n_main .half_shopping .category_list li.active a:after,
.n_main .half_shopping .category_list li a:hover:after {
    display: block;}

.n_main .half_shopping .category_list li a .spr {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/rnv1/spr_main_cat.png) no-repeat 0 0;
}

.n_main .half_shopping .category_list li.cat-tot a .spr {
    background-position: 0px 0px;
    width: 68px;
}

.n_main .half_shopping .category_list li.cat1 a .spr {
    background-position: -68px 0px;
    width: 99px;
}

.n_main .half_shopping .category_list li.cat3 a .spr {
    background-position: -167px 0px;
    width: 108px;
}

.n_main .half_shopping .category_list li.cat4 a .spr {
    background-position: -275px 0px;
    width: 100px;
}

.n_main .half_shopping .category_list li.cat8768 a .spr {
    background-position: -375px 0px;
    width: 98px;
}

.n_main .half_shopping .category_list li.cat5 a .spr {
    background-position: -473px 0px;
    width: 98px;
}

.n_main .half_shopping .category_list li.cat6 a .spr {
    background-position: -571px 0px;
    width: 108px;
}

.n_main .half_shopping .category_list li.cat7 a .spr {
    background-position: -679px 0px;
    width: 104px;
}

.n_main .half_shopping .category_list li.cat8 a .spr {
    background-position: -783px 0px;
    width: 108px;
}

.n_main .half_shopping .category_list li.cat9 a .spr {
    background-position: -891px 0px;
    width: 101px;
}

.n_main .half_shopping .category_list li.cat10 a .spr {
    background-position: -992px 0px;
    width: 108px;
}

.n_main .half_shopping .category_list li.cat-tot a:hover .spr,
.n_main .half_shopping .category_list li.cat-tot.active a .spr {
    background-position: 0px -110px;
}

.n_main .half_shopping .category_list li.cat1 a:hover .spr,
.n_main .half_shopping .category_list li.cat1.active a .spr {
    background-position: -68px -110px;
}

.n_main .half_shopping .category_list li.cat3 a:hover .spr,
.n_main .half_shopping .category_list li.cat3.active a .spr {
    background-position: -167px -110px;
}

.n_main .half_shopping .category_list li.cat4 a:hover .spr,
.n_main .half_shopping .category_list li.cat4.active a .spr {
    background-position: -275px -110px
}

.n_main .half_shopping .category_list li.cat8768 a:hover .spr,
.n_main .half_shopping .category_list li.cat8768.active a .spr {
    background-position: -375px -110px;
}

.n_main .half_shopping .category_list li.cat5 a:hover .spr,
.n_main .half_shopping .category_list li.cat5.active a .spr {
    background-position: -473px -110px;
}

.n_main .half_shopping .category_list li.cat6 a:hover .spr,
.n_main .half_shopping .category_list li.cat6.active a .spr {
    background-position: -571px -110px;
}

.n_main .half_shopping .category_list li.cat7 a:hover .spr,
.n_main .half_shopping .category_list li.cat7.active a .spr {
    background-position: -679px -110px;
    width: 104px;
}

.n_main .half_shopping .category_list li.cat8 a:hover .spr,
.n_main .half_shopping .category_list li.cat8.active a .spr {
    background-position: -783px -110px;
}

.n_main .half_shopping .category_list li.cat9 a:hover .spr,
.n_main .half_shopping .category_list li.cat9.active a .spr {
    background-position: -891px -110px;
}

.n_main .half_shopping .category_list li.cat10 a:hover .spr,
.n_main .half_shopping .category_list li.cat10.active a .spr {
    background-position: -992px -110px;
}

.n_main .half_shopping .half_pro_list {
    overflow: hidden;
}

.n_main .half_shopping .half_pro_list li {
    overflow: hidden;
    float: left;
    width: 320px;
    height: 510px;
    margin: 40px 0 20px 70px;
    /* border: 1px solid #f4f4f6;
    background: #fff; */
}
.n_main .half_shopping .half_pro_list li:hover {
    /* border-bottom:3px solid #ff1b16;
    box-shadow: 1px 5px 11px rgba(0, 0, 0, 0.12); */
}

.n_main .half_shopping .half_pro_list li.r_first {
    margin-left: 0;
}

.n_main .half_shopping .half_pro_list li a {
    display: inline-block;
    position: relative;
    padding: 0px;
    background: #fff;
}

.n_main .half_shopping .half_pro_list li .sale_percent {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 292px;
    right: 10px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    font-size: 0.97em;
    background: url(../../images/rnv1/ico_sale_percent.png) no-repeat;
    z-index: 1;
}

.n_main .half_shopping .half_pro_list li .sale_percent strong {
    margin: 0 2px;
    font-size: 1.25em;
    font-weight: 500;
}

.n_main .half_shopping .half_pro_list li a:hover {
    text-decoration: none;
}

.n_main .half_shopping .half_pro_list li a .img_box {
    overflow: hidden;
    width: 320px;
    height: 320px;
    border-radius: 10px;
    background-color: #aaa;
}

.tc-nav { display:none; }
.tc-nav.active { display:block; }

.img_box img:hover,.recomm_link .img_box:hover,.recom_pro_list .categorye_tit_img .img_box:hover {
    /*opacity: 0.8;*/
    border-radius: 10px;
    cursor:pointer;
    -webkit-transform:scale(1.05); /*  크롬 */
    -moz-transform:scale(1.05); /* FireFox */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
    transition: transform .35s;
    -o-transition: transform .35s;
    -moz-transition: transform .35s;
    -webkit-transition: transform .35s;
}
/* .img_box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
} */
.img_link {width:320px; height:320px; overflow:hidden;}  

.recomm_link {
    /*width:320px; */
    margin:0 20px 0 0;
    /*height:180px; */
    border-radius: 10px;
    background-color: #fff;
    /*overflow:hidden;*/
}

.n_main .half_shopping .half_pro_list li a .img_box img {
    display: block;
}

.n_main .half_shopping .half_pro_list li dl {
    /* padding: 0 20px 0 25px; */
    padding: 0;
}

.n_main .half_shopping .half_pro_list li dl dt {
    overflow: hidden;
    margin-top: 10px;
    color: #666;
    line-height: 20px;
    white-space: normal;
    font-size: 0.96em;
    height: 50px;
    padding: 10px 0;
}

.n_main .half_shopping .half_pro_list li dl dt:hover {
    color: #000;
    /* text-decoration: underline; */
}

.n_main .half_shopping .half_pro_list li dl dd {
    position: relative;
    margin-top: 7px;
    font-size: 0;
}

.n_main .half_shopping .half_pro_list li dl dd:after {
    display: inline-block;
    width: 0;
    height: 50px;
    content: '';
    vertical-align: bottom;
}

.n_main .half_shopping .half_pro_list li dl dd .sale_percent {
    display: inline-block;
    vertical-align: bottom;
    font-size: 32px;
    color: #333;
    line-height: 32px;
    font-family: 'Lato light';
}

.n_main .half_shopping .half_pro_list li dl dd strong,
.n_main .half_shopping .half_pro_list li dl dd del,
.n_main .half_shopping .half_pro_list li dl dd em {
    letter-spacing: -1px;
}

.n_main .half_shopping .half_pro_list li dl dd &gt;span {
    font-size: 14px;
    color: #999;
}

.n_main .half_shopping .half_pro_list li dl dd .sale_info {
    display: inline-block;
}

.n_main .half_shopping .half_pro_list li dl dd .sale_info .price {
    font-size: 14px;
    color: #999;
}

.n_main .half_shopping .half_pro_list li dl dd .sale_info .price strong {
    margin: 0 5px;
    font-size: 25px;
    color: #222;
    font-weight: 500;
}

.n_main .half_shopping .half_pro_list li dl dd .sales_num {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 3px;
    vertical-align: bottom;
    font-size: 13px;
    color: #777
}

.n_main .half_shopping .half_pro_list li dl dd .sales_num em {
    margin-right: 2px;
    color: #ff1b16;
    font-size: 15px;
    font-weight: 600;
}

.n_main .half_shopping .half_pro_list li .pro_tag {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 18px 0px;
    margin-top: 10px;
    text-align: right;
    font-size: 11px;
    color: #222;
    letter-spacing: 0px;
    border-top: 1px solid #e0e0e0;
    /* background: #fff url(../../images/rnv1/bg_category_list.png) no-repeat 20px 0; */
}

.n_main .half_shopping .half_pro_list li .pro_tag .free_ship {
    display: inline-block;
    float: left;
    top: 9px;
    left: 20px;
    padding: 0 5px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #bbb;
    color: #999;
    background: #fff;
}

.n_main .half_shopping .half_pro_list li .pro_tag em {
    display: inline-block;
    width: 75px;
    height: 22px;
    padding-right: 0px;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
    color: #fff;
    font-style: normal;
    background: #00c63c;
    border-radius: 1px;
}

.n_main .half_shopping .half_pro_list li .pro_tag a em:hover {
    background: #00e044;
}
.n_main .info_area {
    padding-top: 50px;
    background: #f6f7f8;
    padding-bottom: 80px;
    margin-bottom: -80px;
    border-top: 0px solid #e2e2e2;
}

.n_main .info_area .spr {
    display: inline-block;
    background: url(../../images/rnv1/spr_main.png) no-repeat 0 0;
}

.n_main .info_area .w_cont {
    overflow: hidden;
}

.n_main .info_area .w_cont&gt;div {
    float: left;
    height: 220px;
}

.n_main .info_area .w_cont .notice {
    width: 340px;
    border-left: 0;
    padding-right: 50px;
}

.n_main .info_area .w_cont .notice h4 {
    font-size: 1.25em;
    /*font-family: 'Noto Sans KR';*/
    line-height: 2.5em;
}

.n_main .info_area .w_cont .notice ul {
    margin-top: 20px;
}

.n_main .info_area .w_cont .notice ul li {
    position: relative;
    margin-top: 10px;
}

.n_main .info_area .w_cont .notice ul li:first-child {
    margin-top: 0;
}

/*
.n_main .info_area .w_cont .notice ul li:after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #888;
}
*/

.n_main .info_area .w_cont .notice ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 100%;
    font-size: 0.92em;
    color: #444;
}

.n_main .info_area .w_cont .cs_center {
    width: 410px;
    padding-left:90px;
}

.n_main .info_area .w_cont .cs_center h4 {
    display: block;
    font-size: 2.2em;
    font-weight: 100;
}

.n_main .info_area .w_cont .cs_center h4 .spr {
    width: 55px;
    height: 16px;
    background-position: -384px -18px
}

.n_main .info_area .w_cont .cs_center .txt {
    font-size: 0.95em;
    line-height: 3.7em;
    color: #000;
    display: inline-block;
}

.n_main .info_area .w_cont .cs_center .txt .spr {
    width: 216px;
    height: 13px;
    background-position: -207px -62px
}

.n_main .info_area .w_cont .cs_center .call_info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.n_main .info_area .w_cont .cs_center .call_info strong {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato Regular';
    font-size: 38px;
    color: #222;
    font-weight: 400;
}

.n_main .info_area .w_cont .cs_center .call_info .spr {
    display: inline-block;
    width: 128px;
    height: 28px;
    margin-left: 36px;
    background-position: -333px -78px;
    vertical-align: middle;
}

.n_main .info_area .w_cont .cs_center ul {
    overflow: hidden;
    margin-top: 25px
}

.n_main .info_area .w_cont .cs_center ul li {
    float: left;
}

.n_main .info_area .w_cont .cs_center ul li:first-child {
    margin-left: 0;
}

.n_main .info_area .w_cont .cs_center ul li a {
    display: block;
    height: 73px;
}

.n_main .info_area .w_cont .cs_center ul li a .spr {
    display: block;
    width: 100%;
    height: 100%;
}

.n_main .info_area .w_cont .cs_center ul li.m1 a .spr {
    background-position: 0 -124px;
    width: 60px;
}

.n_main .info_area .w_cont .cs_center ul li.m2 a .spr {
    background-position: -60px -124px;
    width: 77px;
}

.n_main .info_area .w_cont .cs_center ul li.m3 a .spr {
    background-position: -137px -124px;
    width: 77px;
}

.n_main .info_area .w_cont .cs_center ul li.m4 a .spr {
    background-position: -214px -124px;
    width: 77px;
}

.n_main .info_area .w_cont .mobile_info {
    width: 350px;
    padding-left: 55px;
}

.n_main .info_area .w_cont .mobile_info h4 {
    font-size: 1.25em;
    /*font-family: 'Noto Sans KR';*/
    line-height: 2.5em;
}

.n_main .info_area .w_cont .mobile_info .mobile_txt {
    font-size: 0.95em;
    line-height: 3.6em;
    color: #000;
    padding-top: 5px;
}

.n_main .info_area .w_cont .mobile_info .mobile_txt a {
    font-size: 0.8em;
    padding: 3px 8px;
    margin-left: 8px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 600;
}

.n_main .info_area .w_cont .mobile_info&gt;a {
    display: block;
    margin-top: 10px;
}

.n_main .info_area .w_cont .mobile_info&gt;a .spr {
    width: 96px;
    height: 21px;
    background-position: -90px -240px;
}

.n_main .info_area .w_cont .mobile_info .qr {
    position: relative;
}

.n_main .info_area .w_cont .mobile_info .qr_code {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 3px;
    width: 103px;
    height: 103px;
    border: 1px solid #ddd;
    border-radius: 1px;
}
.n_main .info_area .w_cont .mobile_info .qr_code a .app_g {
    position: absolute;
    top: 40px;
    left: 125px;
}

.n_main .info_area .w_cont .mobile_info .qr_code a .app_i {
    position: absolute;
    top: 75px;
    left: 125px;
}
.n_main .info_area .w_cont .mobile_info .qr .spr {
    width: 172px;
    height: 141px;
    background: url(../../images/rnv1/img_qrcode.png) no-repeat 0 0
}

/* 페이지네이션 디자인 재정의 eugene -250807 */
.simple-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    margin: 20px 0;
}

.simple-pagination .arrow,
.simple-pagination .disabled {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #DCE0E5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444444;
    text-decoration: none;
    font-weight: bold;
}

.simple-pagination .arrow:hover {
    background: #ddd;
}

.simple-pagination .disabled {
    color: #ccc;
    pointer-events: none;
}

.simple-pagination .page-text {
    font-size: 15px;
    color: #939599;
}

.simple-pagination .page-text .current {
    font-weight: bold;
    color: black;
}
</pre></body></html>