ol.phone li a b.per i
/* 방문자수 측정 */

.visitors {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
    z-index: 100;
}

.visitors p {
    font-family: 's-core-dream-medium';
    font-size: 10px;
    padding: 1px 0;
}

ol.phone.plan
/*공통*/

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


/*6종배너*/

.main_popup {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10000;
    display: none;
    width: calc(100% - 40px);
}

.main_popup .img {
    border: 1px solid #dbdbdb;
}

.main_popup .img a img {
    width: 100%;
}

.main_popup.six .img a {
    display: none;
}

.main_popup ul {
    overflow: hidden;
    background-color: #fff;
}

.main_popup ul li {
    background-color: #f4f3f3;
    float: left;
    border: 1px solid #ccc;
    height: 78px;
    overflow: hidden;
    box-sizing: border-box;
}

.main_popup ul.count1 li {
    width: 100%;
}

.main_popup ul.count2 li {
    width: 50%;
}

.main_popup ul.count3 li {
    width: 33.33%;
}

.main_popup ul.count4 li {
    width: 50%;
}

.main_popup ul.count5 li {
    width: 33.33%;
}

.main_popup ul.count6 li {
    width: 33.33%;
}

.main_popup ul li.on {
    background-color: #fff;
}

.main_popup ul li a {
    display: block;
    text-align: center;
    height: 78px;
    position: relative;
}

.main_popup ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main_popup>p {
    overflow: hidden;
    position: relative;
}

.main_popup>p span {
    display: block;
}

.main_popup>p .today {
    padding: 0 110px 0 0;
    background-color: #555;
}

.main_popup>p .close {
    width: 110px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
}

.main_popup>p span a {
    display: block;
    text-align: center;
    color: #f5f5f5;
    line-height: 40px;
    font-size: 12px;
    font-family: 's-core-dream-light';
}


/*서브공통*/

.txt-red {
    color: #19ce60;
}

.gray-line {
    width: 100%;
    background-color: #f3f3f3 !important;
    height: 20px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin: 15px 0;
}

input:focus,
textarea:focus {
    outline-color: #000;
}


/*select 버튼 디자인*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/common/btn-select.png") no-repeat 95% 50%;
}

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


/*placeholder*/

input::placeholder {
    font-size: 14px;
}

textarea::placeholder {
    color: #c8c8c8;
    font-size: 14px;
}


/*라디오버튼*/

form.radio-design input[type=radio] {
    display: none;
}

form.radio-design input[type=radio]+label {
    text-align: center;
    background-size: contain;
    word-wrap: break-word;
    word-break: keep-all;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    width: 50px;
    color: #404040;
    line-height: 18px;
    letter-spacing: -0.5px
}

form.radio-design input[type=radio]+label:before {
    background-size: contain;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../img/main/btn_radio_off.png');
    position: absolute;
    left: 0;
    top: 0;
}

form.radio-design input[type=radio]:checked+label:before {
    content: "";
    background-image: url('../img/main/btn_radio.png');
    display: block;
    width: 20px;
    height: 20px;
    line-height: 13px;
    position: absolute;
    top: 0;
}


/*메인에만 노출되는 top배너*/

.main-top-banner {}

.main-top-banner a {
    display: block;
    width: 100%;
    background-color: #eee;
    background: #000 url("../img/header/top_banner.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.main-top-banner a:after {
    content: "";
    display: block;
    padding-bottom: 20%;
}

.main-top-banner .close {
    display: block;
    background: url("../img/header/close-btn.png");
    background-position: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 20%;
    right: 25px;
    transform: translate(0, -50%);
}


/* 배너 공통 */

.banner {
    text-align: center;
}

.banner a {
    display: block;
}

.banner a img {}

.banner img {}


/* 댓글 */

.board_comments {
    padding: 20px 15px 0;
}

.board_comments ul li p,
.board_comments ul li div {
    font-family: 's-core-dream-regular';
    font-size: 14px;
}

.board_comments form div textarea,
.board_comments form div button {
    font-family: 's-core-dream-regular';
}

#main * {
    box-sizing: border-box;
}


/* 더보기 공통  */

#sub .more_btn {
    text-align: center;
    margin: 10px 0 0;
}

#sub .more_btn a {
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-family: 's-core-dream-regular';
    border: 1px solid #777;
    line-height: 43px;
    text-align: center;
    padding: 0 100px;
}

#sub .more_btn a span {
    position: absolute;
    top: 48%;
    left: 64%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
}

#sub .btn-more {
    text-align: center;
    display: block;
}

#sub .btn-more a {
    display: block;
}

#sub .btn-more a span {}


/*메인 슬라이드배너 */

#main .main-visual {
    width: 100%;
    background: #000;
    position: relative;
}

#main .main-visual .pagination {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 10px;
    right: 0;
}

#main .main-visual .pagination b {
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 7px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    z-index: 10;
    font-size: 16px;
    line-height: 19px;
}

#main .main-visual .swiper-pagination-fraction,
#main .main-visual .swiper-pagination-custom,
#main .main-visual .swiper-container-horizontal>.swiper-pagination-bullets {
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    width: auto;
    padding: 0 26px 0 8px;
    border-radius: 10px;
}

#main .main-visual .swiper-pagination-fraction,
#main .main-visual .swiper-pagination-custom,
#main .main-visual .swiper-container-horizontal>.swiper-pagination-bullets span {
    color: #fff;
    font-family: 's-core-dream-extralight';
    font-size: 10px;
    line-height: 20px;
    left: auto;
    right: 6px;
    bottom: 0;
}

#main .main-visual .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 6px;
}

#main .main-visual .swiper-pagination-bullet-active {
    border-radius: 3px;
    width: 40px;
}

#main .sub_slide_banner img {
    width: 100%;
}

#main .sub_slide_banner .swiper-pagination-bullet {
    width: 6px;
}

#main .sub_slide_banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 6px;
}

#main .sub_slide_banner .swiper-pagination-bullet-active {
    border-radius: 3px;
    width: 40px;
}

#main .sub_banner img {
    width: 100%;
}

.product_tab {
    text-align: center;
    margin: -15px 0 0;
    padding: 0 10px 25px;
    box-sizing: border-box;
}

.product_tab ul {
    overflow: hidden;
    display: inline-block;
}

.product_tab ul li {
    float: left;
    width: 85px;
    position: relative;
}

.product_tab ul.default li {
    border-bottom: 2px solid #dbdbdb;
    margin: 0 0 0 10px;
}

.product_tab ul.square li {
    border: 1px solid #dbdbdb;
    margin: 0 0 0 10px;
}

.product_tab ul.round li {
    border: 1px solid #dbdbdb;
    margin: 0 0 0 -1px;
}

.product_tab ul.round li:first-child {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}

.product_tab ul.round li:last-child {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.product_tab ul li:first-child {
    margin: 0;
}

.product_tab ul li a {
    display: block;
    font-family: 's-core-dream-regular';
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}

.product_tab ul li.on a {
    font-weight: 700;
    font-family: 's-core-dream-bold';
}


/* 슬라이드 배너 박스 */

#banner_box {
    background-color: #333;
    padding: 0 0 7px;
    position: fixed;
    top: 150%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    transition: all 0.35s ease 0s;
}

#banner_box.on {
    top: 0;
}

#banner_box h2 {
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 's-core-dream-medium';
    padding: 20px 0;
}

#banner_box h2 a {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 15px;
}

#banner_box div {
    height: calc(100% - 63px);
    max-height: calc(100% - 63px);
    overflow-y: auto;
}

#banner_box a {
    display: block;
}

#banner_box img {
    width: 100%;
    margin: 0 0 3px;
}

#main.ver1,
#sub.ver1 {
    margin: 96px 0 0;
}

#main.ver2,
#sub.ver2 {
    margin: 96px 0 0;
}


/* 메인 공통 */

#main .title {
    padding: 30px 10px 15px;
    box-sizing: border-box;
}

#main .title a {
    font-size: 22px;
    font-family: 's-core-dream-bold';
    color: #333;
    padding: 15px 0 10px;
    display: inline-block;
}

#main .title a b {
    color: #19ce60;
}

#main .title a img {
    height: 27px !important;
    margin: 0 0 2px;
    vertical-align: bottom;
}

#main .title span {
    display: block;
    font-size: 14px;
    color: #555;
    font-family: 's-core-dream-regular';
    margin-bottom: 15px;
}

#main .video_banner {}

#main .video_banner div {
    overflow: hidden;
}

#main .video_banner div p {
    font-size: 14px;
    font-family: 's-core-dream-medium';
    padding: 12px 10px;
    box-sizing: border-box;
}

#main .video_banner div ul {
    overflow: hidden;
    padding: 15px 10px;
}

#main .video_banner div ul li {
    float: left;
    width: 50%;
    text-align: center;
}

#main .video_banner div ul li iframe {
    width: 100%;
    height: calc(28.125vw - 5px);
    vertical-align: top;
}

#main .video_banner div ul li img {
    max-height: calc(28.125vw - 5px);
    vertical-align: top;
}

#main .video_banner.line div ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#main .dan_banner {}

#main .dan_banner div {}

#main .dan_banner div ul {
    overflow: hidden;
}

#main .dan_banner div ul li {
    text-align: center;
}


/* 상품배열 템플릿 */

ol.phone {
    padding: 0 30px 40px;
    box-sizing: border-box;
}

ol.phone::after {
    content: '';
    display: block;
    clear: both;
}

ol.phone>li {
    float: left;
    position: relative;
    width: 100%;
}

ol.phone>li:not(:last-child) {
    margin-bottom: 35px;
}

ol.phone li.app {
    display: none;
}

ol.phone li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

ol.phone li a b.per {
    position: absolute;
    letter-spacing: 0;
    top: -19px;
    left: -19px;
    font-size: 10px;
    font-family: 's-core-dream-bold';
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-color: #19ce60;
    color: #fff;
    text-align: center;
    line-height: 38px;
    z-index: 1;
}

ol.phone li a b.per i {
    font-size: 8px;
    font-family: 's-core-dream-regular';
    margin-left: -3px;
}

ol.phone li a .img {
    float: left;
    width: 100px;
    padding: 0 10px;
    box-sizing: border-box;
}

ol.phone li a .img span {
    display: none;
}

ol.phone li a .img div {
    display: flex;
    justify-content: center;
    align-items: center;
}

ol.phone li a .img div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    height: 80% !important;
}

ol.phone li a .txt {
    position: relative;
    float: left;
    width: calc(100% - 100px);
    padding: 10px 15px;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
}

ol.phone li a .txt p.name {
    font-size: 14px;
    color: #333;
    font-family: 's-core-dream-regular';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-weight: 700;
}

ol.phone li a .txt .time {
    display: none;
}

ol.phone li a .txt .price {
    margin: 2px 0 10px;
}

ol.phone li a .txt .price div {
    display: inline;
}

ol.phone li a .txt .price div span {
    color: #19ce60;
    font-size: 16px;
    font-family: 's-core-dream-regular';
}

ol.phone li a .txt .price div strong {
    color: #19ce60;
    font-size: 16px;
    font-family: 's-core-dream-bold';
}

ol.phone li a .txt .price p {
    display: none;
}

ol.phone li a .txt .price s {
    font-size: 12px;
    color: #999;
    font-family: 's-core-dream-regular';
}

ol.phone li a .txt ul.info {
    min-height: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 6px;
    border-radius: 5px;
    margin: 0 14px 0 0;
}

ol.phone li a .txt ul.info li {
    float: left;
    margin: 1px 0 0;
    color: #999;
    font-size: 10px;
    font-family: 's-core-dream-regular';
    padding: 0 7px;
    position: relative;
}

ol.phone li a .txt ul.info li.red {
    color: #19ce60;
}

ol.phone li a .txt ul.info li:first-child {
    padding: 0 7px 0 5px;
}

ol.phone li a .txt ul.info li:first-child:after {
    display: none;
}

ol.phone li a .txt ul.info li:after {
    position: absolute;
    top: 47%;
    left: 0;
    width: 1px;
    height: 8px;
    background-color: #999;
    display: block;
    content: "";
    transform: translate(0, -50%);
}

ol.phone li a .txt .sale {
    margin: 0 5px 0 0;
}

ol.phone li a .txt .sale div {
    overflow: hidden;
    margin: 5px 0 0;
}

ol.phone li a .txt .sale div p {
    font-size: 10px;
    color: #555;
    font-family: 's-core-dream-regular';
    float: left;
    padding: 1px 0 0 13px;
    box-sizing: border-box;
    position: relative;
}

ol.phone li a .txt .sale div p:after {
    content: '•';
    font-size: 12px;
    color: #555;
    font-family: 's-core-dream-regular';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

ol.phone li a .txt .sale div span {
    font-size: 10px;
    color: #555;
    font-family: 's-core-dream-regular';
    float: right;
}

ol.phone li a .txt .sale div b {
    font-size: 10px;
    color: #19ce60;
    font-family: 's-core-dream-medium';
    float: right;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 0;
}

ol.phone li a .txt .sale div b i {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 9px;
    display: none;
    background-color: #f3fe39;
    width: 100%;
    z-index: -1;
}

ol.phone li.plan_text {
    border: 0 !important;
    width: 100% !important;
}

ol.phone li.plan_text a {
    background-color: inherit;
    border: 0 !important;
}

ol.phone li.plan_text>a {
    text-align: center;
    margin: 10px 10px 20px;
}

ol.phone li.plan_text a .hashtag {
    text-align: left;
}

ol.phone li.plan_text a .hashtag span {
    font-size: 14px;
    color: #333;
    font-family: 's-core-dream-regular';
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin: 0 8px 5px 0;
    padding: 4px 7px;
    display: inline-block;
    background-color: #fff;
}

ol.phone li.plan_text a .hashtag span.on {
    background-color: #1f1f1f;
    color: #fff;
}

ol.phone li.plan_text a .hashtag span.on b {
    color: #fff;
}

ol.phone li.plan_text a .hashtag span b {
    color: #19ce60;
    font-weight: 400;
    margin: 0 4px 0 0;
}

ol.phone li.plan_text a .hashtag_title {
    font-size: 14px;
    color: #fff;
    font-family: 's-core-dream-regular';
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin: 0 8px 5px 0;
    padding: 4px 7px;
    display: inline-block;
    background-color: #1f1f1f;
}

ol.phone li.plan_text2>a {
    text-align: left;
}

ol.phone li.plan_text a .hashtag_title b {
    margin: 0 5px 0 0;
    font-weight: 400;
}

ol.phone li.plan_text a .hashtag_title.arrow_title {
    text-align: center;
    background-color: inherit;
    font-size: 18px;
    color: #333;
    border: 0;
    font-family: 's-core-dream-medium';
    margin: 0 15px 8px 15px;
}

ol.phone li.plan_text a .hashtag_title.arrow_title b {
    color: #333;
}

ol.phone li.plan_text ol.product {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
}

ol.phone li.plan_text ol.product li {
    border-top: 1px solid #f0f0f0;
}

ol.phone li.plan_text ol.product li:first-child {
    border: 0;
}

.planning-swiper-container {
    position: relative;
}

.plan_text_arrow_left {
    position: absolute;
    top: 27px;
    background-image: url('../img/sub/planning_swiper_arrow_next.png');
    background-repeat: no-repeat;
    background-size: 9px 16px;
    background-position: center;
}

.plan_text_arrow_left:after {
    display: none;
}

.plan_text_arrow_right {
    position: absolute;
    top: 27px;
    background-image: url('../img/sub/planning_swiper_arrow.png');
    background-repeat: no-repeat;
    background-size: 9px 16px;
    background-position: center;
}

.plan_text_arrow_right:after {
    display: none;
}


/* 1단 템플릿 */


/* ol.phone.dan1 { background-image: url("/common/img/bg1_m.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 50px 30px;}*/

ol.phone.dan1>li a {
    border-bottom: 0;
    border-radius: 15px
}

ol.phone.dan1>li:last-child a {
    border-bottom: 1px solid #dcdcdc;
}

ol.phone.dan1 li a .txt ul.info {
    max-height: auto;
    min-height: auto;
    height: auto;
    margin: 0;
}

ol.phone.dan1 li a .img div {
    box-sizing: border-box;
}

ol.phone.dan1 li a .img div img {
    height: auto !important;
}


/* 2단 템플릿*/

ol.phone.dan2 {
    margin: -1%;
}

ol.phone.dan2>li {
    width: 46%;
    margin: 0 2% 10%;
}

ol.phone.dan2 li a {
    display: block;
}

ol.phone.dan2 li a::after {
    content: '';
    display: block;
    clear: both;
}

ol.phone.dan2 li a .img {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

ol.phone.dan2 li a .img div {
    height: 170px;
}

ol.phone.dan2 li a .txt {
    width: 100%;
    padding: 10px 10px;
}

ol.phone.dan2 li a .txt p.name {
    font-size: 12px;
    color: #555;
    padding: 0 10px;
}

ol.phone.dan2 li a .txt .price {
    padding: 3px 10px 10px;
    margin: 0;
}

ol.phone.dan2 li a .txt .price s {
    font-size: 10px;
}

ol.phone.dan2 li a .txt .price strong {
    font-size: 12px;
}

ol.phone.dan2 li a .txt .price span {
    font-size: 12px;
    margin: 0 0 0 1px;
}

ol.phone.dan2 li a .txt ul.info {
    margin: 0;
    border-radius: 0;
}

ol.phone.dan2 li a .txt ul.info li {
    font-size: 10px;
    line-height: 15px;
}

ol.phone.dan2 li a .txt .sale {
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

ol.phone.dan2 li a .txt .sale div span {
    display: none;
}

ol.phone.dan2 li a .txt .sale div b {
    display: none;
}

ol.phone.dan2 li a .txt .sale div p {
    font-size: 10px;
}

ol.phone.dan2>li {
    min-height: 400px;
    border: 0;
}

ol.phone.dan2 li a {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    position: relative;
}


/* 2단 타임세일 템플릿*/

ol.phone.dantime2 {
    margin: 0;
}

ol.phone.dantime2>li {
    width: 48%;
    border: 0;
    margin: 1%;
}

ol.phone.dantime2 li a {
    border: 0;
}

ol.phone.dantime2 li a .img {
    width: 100%;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    position: relative;
}

ol.phone.dantime2 li a .img div {
    height: 170px;
}

ol.phone.dantime2 li a .txt {
    width: 100%;
    padding: 10px 0;
    min-height: 170px;
    max-height: 170px;
}

ol.phone.dantime2 li a .txt p.name {
    font-size: 12px;
    color: #555;
    padding: 0 10px;
}

ol.phone.dantime2 li a .txt .price {
    padding: 2px 10px 10px;
    margin: 0;
}

ol.phone.dantime2 li a .txt .price s {
    font-size: 10px;
}

ol.phone.dantime2 li a .txt .price strong {
    font-size: 12px;
}

ol.phone.dantime2 li a .txt .price span {
    font-size: 12px;
    margin: 0;
}

ol.phone.dantime2 li a .txt ul.info {
    margin: 0;
    border-radius: 0;
}

ol.phone.dantime2 li a .txt ul.info li {
    font-size: 10px;
    line-height: 15px;
}

ol.phone.dantime2 li a .txt .sale {
    margin: 0;
    padding: 0 7px;
    box-sizing: border-box;
}

ol.phone.dantime2 li a .txt .sale div span {
    display: none;
}

ol.phone.dantime2 li a .txt .sale div b {
    display: none;
}

ol.phone.dantime2 li a .txt .sale div p {
    font-size: 10px;
}

ol.phone.dantime2 li a b.per {
    display: none;
}

ol.phone.dantime2 li a .txt .time {
    display: block;
}

ol.phone.dantime2 li a .img span {
    display: inline;
}

ol.phone.dantime2 li a .img span {
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block;
    font-size: 10px;
    font-family: 's-core-dream-regular';
}

ol.phone.dantime2 li a .img span.blue {
    background-color: #3360ff;
}

ol.phone.dantime2 li a .img span.red {
    background-color: #19ce60;
}

ol.phone.dantime2 li a .img span.orange {
    background-color: #ff5600;
}

ol.phone.dantime2 li a .img span.skyblue {
    background-color: #08c4d1;
}

ol.phone.dantime2 li a .txt .time {
    display: block;
    overflow: hidden;
    color: #fff;
    font-family: 's-core-dream-regular';
    padding: 0 5px;
    border-radius: 3px;
    margin: 0 0 9px;
    position: relative;
}

ol.phone.dantime2 li a .txt .time img {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    height: 12px !important;
}

ol.phone.dantime2 li a .txt .time p {
    float: left;
    font-size: 10px;
    line-height: 22px;
    margin: 0 0 0 18px;
}

ol.phone.dantime2 li a .txt .time span {
    float: right;
    font-size: 10px;
    letter-spacing: 0.8px;
    margin: 0 1px;
    line-height: 22px;
}

ol.phone.dantime2 li a .txt .time.blue {
    background-color: #3360ff;
}

ol.phone.dantime2 li a .txt .time.red {
    background-color: #19ce60;
}

ol.phone.dantime2 li a .txt .time.orange {
    background-color: #ff5600;
}

ol.phone.dantime2 li a .txt .time.skyblue {
    background-color: #08c4d1;
}


/* 3단 템플릿 */

ol.phone.dan3 {
    margin: -0.5%;
}

ol.phone.dan3 li a {
    border: 0;
}

ol.phone.dan3>li {
    width: 32.33%;
    margin: 0.5%;
    border: 0;
    max-height: 320px;
    min-height: 320px;
}

ol.phone.dan3 li a .img {
    width: 100%;
    border: 1px solid #f0f0f0;
}

ol.phone.dan3 li a .img div {
    height: 115px;
}

ol.phone.dan3 li a .txt {
    width: 100%;
    padding: 8px 0;
}

ol.phone.dan3 li a .txt p.name {
    font-size: 12px;
    color: #555;
    padding: 0 10px;
    text-align: center;
}

ol.phone.dan3 li a .txt .price {
    padding: 0 0 20px;
    margin: -3px 0 0;
    text-align: center;
    position: relative;
}

ol.phone.dan3 li a .txt .price s {
    font-size: 10px;
}

ol.phone.dan3 li a .txt .price strong {
    font-size: 12px;
}

ol.phone.dan3 li a .txt .price span {
    font-size: 12px;
    margin: 0 0 0 -2px;
}

ol.phone.dan3 li a .txt .price div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

ol.phone.dan3 li a .txt ul.info {
    margin: 6px 0 0;
    border-radius: 0;
}

ol.phone.dan3 li a .txt ul.info li {
    font-size: 9px;
    line-height: 15px;
    padding: 0 3px;
}

ol.phone.dan3 li a .txt ul.info li:first-child {
    padding: 0 3px 0 0;
}

ol.phone.dan3 li a .txt ul.info li:after {
    height: 7px;
}

ol.phone.dan3 li a .txt .sale {
    margin: 0;
    box-sizing: border-box;
}

ol.phone.dan3 li a .txt .sale div p:after {
    font-size: 8px;
}

ol.phone.dan3 li a .txt .sale div span {
    display: none;
}

ol.phone.dan3 li a .txt .sale div b {
    display: none;
    padding: 0 0 0 9px;
}

ol.phone.dan3 li a .txt .sale div p {
    font-size: 8px;
    padding: 0 0 0 10px;
}

ol.phone.dan3 li a .img {
    box-sizing: border-box;
    position: relative;
}

ol.phone.dan3 li a b.per {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    letter-spacing: -1px;
}

ol.phone.dan3 li a b.per i {
    font-size: 8px;
}

.product.app {}

.product.app .wrap {
    overflow: hidden;
    margin: -0.5% auto;
}

ol.phone.app {
    margin: 0;
}

ol.phone.app li.default {
    display: none;
}

ol.phone.app li.app {
    display: block;
}

ol.phone.app>li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

ol.phone.app>li {
    box-shadow: none;
    border: 1px solid #f0f0f0;
    border-top: 0;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

ol.phone.app>li:first-child {
    border-top: 1px solid #f0f0f0;
}

ol.phone.app li a {
    position: relative;
    border: 0;
}

ol.phone.app li a .img {
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ol.phone.app li a .img div {
    height: 100%;
    width: 100%;
}

ol.phone.app li a .img div img {
    height: auto !important;
}

ol.phone.app li a .txt {
    border: 0;
    width: calc(100% - 100px);
    padding: 19px 10px 16px 75px;
}

ol.phone.app li a .txt p.name {
    font-size: 15px;
    font-family: 's-core-dream-medium';
    padding: 7px 0 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 59%;
    margin: 3px 0;
}

ol.phone.app li a .txt ul.info {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 6px 6px 0;
    min-height: auto;
    max-height: auto !important;
}

ol.phone.app li a .txt ul.info li {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background-color: #fff;
    font-size: 11px;
    color: #555;
    padding: 3px 7px;
    margin: 0 0 3px 3px;
}

ol.phone.app li a .txt ul.info li:first-child {
    margin: 0 0 3px;
}

ol.phone.app li a .txt ul.info li:after {
    display: none;
}

ol.phone.app li a .txt ul.info li.red {
    color: #19ce60;
}

ol.phone.app li a ul.count {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

ol.phone.app li a ul.count li {
    float: left;
    margin: 0 0 0 18px;
}

ol.phone.app li a ul.count li:first-child {
    margin: 0;
}

ol.phone.app li a ul.count li span {
    font-size: 11px;
    color: #555;
    font-family: 's-core-dream-regular';
}

ol.phone.app li a ul.count li strong {
    font-size: 24px;
    color: #19ce60;
    font-family: 's-core-dream-medium';
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 2px 0 0;
}


/* 기획전 */

ol.phone.plan {
    overflow: visible;
    display: flex !important;
    padding: 0;
}

ol.phone.plan * {
    box-sizing: border-box;
}

ol.phone.plan>li {
    border: 1px solid #f0f0f0;
    width: 98%;
    box-sizing: border-box;
}

ol.phone.plan>li>a {
    display: block;
    border: 1px solid #f4f4f4;
}

ol.phone.plan>li>a>.img {
    height: 181px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
    width: 100%;
}

ol.phone.plan>li>a>.txt {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    font-family: 's-core-dream-regular';
    background-color: #fff;
    padding: 14px;
    color: #333;
    width: 100%;
}

ol.phone.plan>li>a>.txt .icon {
    width: 50px;
    background-color: #333;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin: 0 2px 2px 0;
}

ol.phone.plan li ol.product {}

ol.phone.plan li ol.product>li {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

ol.phone.plan li ol.product>li>a {
    border-top: 0;
    border: 1px solid #f4f4f4;
}

ol.phone.plan li ol.product li.sk {
    display: block;
}

ol.phone.plan li ol.product li.kt {
    display: none;
}

ol.phone.plan li ol.product li.lg {
    display: none;
}

ol.phone.plan li ol.product li .img {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

ol.phone.plan li ol.product li .img div {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ol.phone.plan li ol.product li .img div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
}

ol.phone.plan li ol.product li .txt {
    border: 0;
    width: calc(100% - 75px);
    padding: 24px 40px 19px 80px;
    float: left;
    box-sizing: border-box;
}

ol.phone.plan li ol.product li .txt p.name {
    font-size: 15px;
    max-width: 100%;
    font-family: 's-core-dream-medium';
    padding: 9px 0 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ol.phone.plan li ol.product li .txt ul.info {
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ol.phone.plan li ol.product li .txt ul.info li {
    float: left;
    width: auto;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background-color: #fff;
    font-size: 11px;
    font-family: 's-core-dream-regular';
    color: #555;
    padding: 2px 7px;
    margin: 0 0 0 3px;
}

ol.phone.plan li ol.product li .txt ul.info li:first-child {
    margin: 0;
}

ol.phone.plan li ol.product li .txt ul.info li:after {
    display: none;
}

ol.phone.plan li ol.product li .txt ul.info li.red {
    color: #19ce60;
}

ol.phone.plan li ol.product li ul.count {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

ol.phone.plan li ol.product li ul.count li {
    float: left;
    margin: 0 0 0 12px;
    border: 0;
    text-align: center;
    width: auto;
}

ol.phone.plan li ol.product li ul.count li:first-child {
    margin: 0;
}

ol.phone.plan li ol.product li ul.count li span {
    font-size: 11px;
    color: #333;
    font-family: 's-core-dream-regular';
}

ol.phone.plan li ol.product li ul.count li strong {
    font-size: 24px;
    color: #19ce60;
    margin: 0;
    font-family: 's-core-dream-medium';
    font-weight: 400;
    display: block;
    text-align: center;
}

ol.phone.plan>li ol.tong {}

ol.phone.plan>li ol.tong {
    overflow: hidden;
    padding: 10px 10px 0;
}

ol.phone.plan>li ol.tong li {
    width: 31.33%;
    float: left;
    margin: 1%;
}

ol.phone.plan>li ol.tong li a {
    padding: 14px 0 11px;
    display: block;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0 !important;
    border-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

ol.phone.plan>li ol.tong li.on a {
    background-color: #333;
    border: 1px solid #333;
}

ol.phone.plan>li ol.tong li.on a span {
    color: #fff;
}

ol.phone.plan>li ol.tong li a img {
    height: 16px !important;
    vertical-align: middle;
    margin: 0 3px 0 0;
    float: left;
}

ol.phone.plan>li ol.tong li a span {
    color: #333;
    font-size: 14px;
    font-family: 's-core-dream-regular';
    float: left;
}

ol.phone.plan li.ver2 {
    border: 0;
}

ol.phone.plan li.ver2>a {
    border: 1px solid #f0f0f0;
}

ol.phone.plan li.ver2 ol.tong {
    overflow: hidden;
    margin: 0 0 -4px;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

ol.phone.plan li.ver2 ol.tong li {
    width: 31.33%;
    float: left;
    margin: 1%;
}

ol.phone.plan li.ver2 ol.tong li a {
    padding: 14px 0 11px;
    display: block;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ol.phone.plan li.ver2 ol.tong li.on a {
    background-color: #333;
    border: 1px solid #333;
}

ol.phone.plan li.ver2 ol.tong li.on a span {
    color: #fff;
}

ol.phone.plan li.ver2 ol.tong li a img {
    height: 16px !important;
    vertical-align: middle;
    margin: 0 3px 0 0;
    float: left;
}

ol.phone.plan li.ver2 ol.tong li a span {
    color: #333;
    font-size: 14px;
    font-family: 's-core-dream-regular';
    float: left;
}

ol.phone.plan li.ver2 ol.product {
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
}


/* 기획전  */

#main .planning_txt .wrap {
    padding: 0;
    margin: 0;
}

#main .planning_txt .title {
    padding: 0 15px 10px;
}


/* 기획전 상세페이지 리스트  */

ul.phone>li {
    border: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
}

ul.phone li ol.product {}

ul.phone li ol.product>li {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    overflow: hidden;
    position: relative;
}

ul.phone li ol.product>li.sk {
    display: block;
}

ul.phone li ol.product>li.kt {
    display: none;
}

ul.phone li ol.product>li.lg {
    display: none;
}

ul.phone li ol.product li .img {
    width: 70px;
    float: left;
}

ul.phone li ol.product li .img div {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.phone li ol.product li .img div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    height: 85% !important;
}

ul.phone li ol.product li .txt {
    border: 0;
    width: calc(100% - 75px);
    padding: 24px 100px 24px 10px;
    float: left;
    box-sizing: border-box;
}

ul.phone li ol.product li .txt p.name {
    font-size: 15px;
    max-width: 100%;
    font-family: 's-core-dream-medium';
    padding: 4px 0 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.phone li ol.product li .txt ul.info {
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.phone li ol.product li .txt ul.info li {
    float: left;
    width: auto;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
    color: #555;
    padding: 0 7px;
    margin: 0 0 0 3px;
    font-family: 's-core-dream-regular';
}

ul.phone li ol.product li .txt ul.info li:first-child {
    margin: 0;
}

ul.phone li ol.product li .txt ul.info li:after {
    display: none;
}

ul.phone li ol.product li .txt ul.info li.red {
    color: #19ce60;
}

ul.phone li ol.product li ul.count {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

ul.phone li ol.product li ul.count li {
    float: left;
    margin: 0 0 0 12px;
    border: 0;
    text-align: center;
    width: auto;
}

ul.phone li ol.product li ul.count li:first-child {
    margin: 0;
}

ul.phone li ol.product li ul.count li span {
    font-size: 11px;
    color: #333;
    font-family: 's-core-dream-regular';
}

ul.phone li ol.product li ul.count li strong {
    font-size: 24px;
    color: #19ce60;
    margin: 0;
    font-family: 's-core-dream-medium';
    font-weight: 400;
    display: block;
    text-align: center;
}

ul.phone li.ver2 {
    border: 0;
}

ul.phone li.ver2>a {
    border: 1px solid #f0f0f0;
}

ul.phone li.ver2 ol.tong {
    overflow: hidden;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

ul.phone li.ver2 ol.tong li {
    width: 31.33%;
    float: left;
    margin: 0 1%;
}

ul.phone li.ver2 ol.tong li a {
    padding: 14px 0 11px;
    display: block;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.phone li.ver2 ol.tong li.on a {
    background-color: #333;
    border: 1px solid #333;
}

ul.phone li.ver2 ol.tong li.on a span {
    color: #fff;
}

ul.phone li.ver2 ol.tong li a img {
    height: 16px !important;
    vertical-align: middle;
    margin: 0 3px 0 0;
    float: left;
}

ul.phone li.ver2 ol.tong li a span {
    color: #333;
    font-size: 14px;
    font-family: 's-core-dream-regular';
    float: left;
}

ul.phone li.ver2 ol.product {
    margin: 0 !important;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
}


/* 구매후기 템플릿 */

#main .review {
    padding: 0 13px 20px;
    box-sizing: border-box;
}

.review .wrap {}

.review ul {}

.review ul>li {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}

.review ul li a {
    display: block;
    overflow: hidden;
}

.review ul li a .img {
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.review ul li a .img:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.review ul li a .txt {
    padding: 10px 7px;
    box-sizing: border-box;
}

.review ul li a .txt .name {
    overflow: hidden;
}

.review ul li a .txt .name p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-size: 11px;
    color: #555;
    font-family: 's-core-dream-medium';
    float: left;
    width: calc(100% - 50px);
}

.review ul li a .txt .name .star {
    display: none;
    position: relative;
    width: 53px;
    height: 10px;
    float: right;
    margin: 1px 1px 1px 0;
    position: relative;
}

.review ul li a .txt .name .star:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 9px;
    background-color: #b2b2b2;
    display: block;
    content: '';
    width: 100%;
    z-index: -1;
}

.review ul li a .txt .name .star span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url('../img/main/icon_star@3x.png');
    background-position: left top;
    background-size: 53px 10px;
    background-repeat: no-repeat;
}

.review ul li a .txt .name .star div {
    height: 10px;
    z-index: 1;
    max-width: calc(100% - 1px);
}

.review ul li a .txt .name .star div:after {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 9px;
    position: absolute;
    background-color: #b2b2b2;
    display: block;
    content: '';
    width: 100%;
    z-index: 0;
}

.review ul li a .txt .name .onestar {
    float: right;
    margin: 1px 0 0;
    position: relative;
    width: 10px;
    height: 10px;
    float: right;
    margin: 1px 1px 1px 0;
    position: relative;
}

.review ul li a .txt .name .onestar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url('../img/main/icon_star@3x.png') no-repeat;
    background-position: left top;
    background-size: 53px 10px;
}

.review ul li a .txt .name .onestar div {
    height: 10px;
    z-index: -1;
    width: 100%;
}

.review ul li a .txt .name b {
    font-size: 11px;
    font-family: 's-core-dream-medium';
    float: right;
    font-weight: 400;
}

.review ul li a .txt span.body {
    font-size: 10px;
    line-height: 18px;
    color: #555;
    font-family: 's-core-dream-regular';
    margin: 6px 0;
    height: 54px;
    overflow: hidden;
}

.review ul li a .txt span.body {
    display: -ms-flexbox;
    display: -moz-box;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review ul li a .txt ol.user {
    overflow: hidden;
}

.review ul li a .txt ol.user li {
    line-height: 21px;
    float: left;
    color: #999;
    font-size: 10px;
    font-family: 's-core-dream-regular';
    position: relative;
    padding: 0 7px;
}

.review ul li a .txt ol.user li:after {
    background-color: #999;
    display: block;
    content: '';
    width: 1px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.review ul li a .txt ol.user li:first-child {
    padding: 0 7px 0 0;
}

.review ul li a .txt ol.user li:first-child:after {
    display: none;
}

.review ul li a .txt ol.user li img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.review .btn {
    margin: 17px 0 0;
}

.review .btn a {
    display: block;
    color: #555;
    background-color: #f0f0f0;
    font-size: 12px;
    font-family: 's-core-dream-regular';
    line-height: 44px;
    text-align: center;
}

.review.slide {}

.review.slide .review_wrap {
    position: relative;
}

.review.slide .swiper-button-next,
.review.slide .swiper-button-prev {
    color: #000;
    width: 18px;
}

.review.slide .swiper-button-next:after,
.review.slide .swiper-button-prev:after {
    font-weight: 900;
    font-size: 30px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8)
}

.review.slide .swiper-button-next {
    right: -10px;
}

.review.slide .swiper-button-prev {
    left: -10px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

#main .review.dan2 ul,
#main .review.dan1 ul,
#main .review.dan9 ul,
#main .review ul,
#main .review .swiper-container {
    padding: 10px 0;
}

.review.dan2 ul {
    margin: -1.5%;
    overflow: hidden;
}

.review.dan2 ul>li {
    width: 47%;
    margin: 1.5%;
    float: left;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
}

.review.dan2 ul li a .img {
    border-radius: 0;
    margin: 2px;
}

.review.dan2 ul li a .txt {
    border-top: 1px solid #dcdcdc;
}

.review.dan2 ul li a .txt ol.user li {
    padding: 0 4px;
}

.review.dan2 ul li a .txt ol.user li:first-child {
    padding: 0 4px 0 0;
}

.slide2_wrap {
    padding: 0 15px;
    box-sizing: border-box;
}

.review.slidedan2 {
    overflow: auto;
    padding: 0 30px 15px;
    box-sizing: border-box;
}

.review.slidedan2 .wrap {
    position: relative;
}

.review.slidedan2 .btn {
    margin: 0;
    transform: translateY(-30px);
}

.review.slidedan2 .swiper-button-next,
.review.slidedan2 .swiper-button-prev {
    color: #000;
    width: 18px;
}

.review.slidedan2 .swiper-button-next:after,
.review.slidedan2 .swiper-button-prev:after {
    font-weight: 900;
    font-size: 30px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8)
}

.review.slidedan2 .swiper-button-next {
    right: -25px;
}

.review.slidedan2 .swiper-button-prev {
    left: -25px;
}

.review.slidedan2 .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.review.dan1 ul {
    margin: 0;
}

.review.dan1 ul>li {
    width: 100%;
    margin: 0 0 9px;
    border-radius: 5px;
}

.review.dan1 ul li .img {
    float: left;
    width: 31%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    min-height: 120px;
    max-height: 120px;
}

.review.dan1 ul li .img:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.review.dan1 ul li .txt {
    float: left;
    width: 69%;
    padding: 9px 8px;
}

.review.dan1 ul li .txt .name p {
    width: calc(100% - 80px);
    font-size: 12px;
}

.review.dan1 ul li .txt span.body {
    margin: 6px 0 4px;
}

.review.dan1 ul li a .txt .name .onestar {
    display: none;
}

.review.dan1 ul li a .txt .name .star {
    display: inline;
}

.review.dan9 {}

.review.dan9 ul {
    overflow: hidden;
    margin: -1%;
}

.review.dan9 ul li {
    float: left;
    width: 31.33%;
    margin: 1%;
    position: relative;
}

.review.dan9 ul li a {
    display: block;
}

.review.dan9 ul li a .img {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.review.dan9 ul li a .number {
    position: absolute;
    top: 1px;
    left: 5px;
}

.review.dan9 ul li a .number span {
    font-size: 12px;
    font-family: 's-core-dream-medium';
    position: relative;
    display: block;
    width: 28px;
    height: 20px;
    background-color: #707070;
    color: #fff;
    line-height: 23px;
    text-align: center;
}

.review.dan9 ul li a .number span:after,
.review.dan9 ul li a span:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    border-top: 7px solid #707070;
}

.review.dan9 ul li a .number span:after {
    border-left: 0 solid transparent;
    border-right: 14px solid transparent;
    left: 0;
}

.review.dan9 ul li a .number span:before {
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    right: 0;
}

.review.dan9 ul li a p {
    font-size: 8px;
    font-family: 's-core-dream-regular';
    color: #fff;
    position: absolute;
}

.review.dan9 ul li a p.name {
    bottom: 5px;
    left: 5px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    width: 95%;
}

.review.dan9 ul li a p.user {
    top: 5px;
    right: 5px;
}


/*하단 고정바*/

.bottom-bar ol {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 500;
    display: flex;
}

.bottom-bar ol li {
    flex: 1 0 0;
}

.bottom-bar ol li.kakao a {
    background-color: #F9E204;
}

.bottom-bar ol li.search a {
    background-color: #19ce60;
    color: #ffffff
}

.bottom-bar ol li.call a {
    background-color: #00D555;
    color: #ffffff
}

.bottom-bar ol li.kakao a img {
    height: 17px !important;
}

.bottom-bar ol li.call a img {
    height: 20px !important;
}

.bottom-bar ol li.search a img {
    height: 17px !important;
}

.bottom-bar ol li a {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.bottom-bar ol li a img {
    margin-right: 5px;
    margin-top: 11px;
}


/*서브 공통 */

#sub #sub {
    padding: 0 0 50px;
}

#sub .title {
    font-size: 22px;
    font-family: 's-core-dream-bold';
    color: #333;
    padding: 20px 10px;
    display: block;
    box-sizing: border-box;
}

#sub .title>b {
    display: block;
    padding: 0 0 10px;
}

#sub .title>b b {
    color: #19ce60;
}

#sub .title img {
    height: 20px !important;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

#sub .title span {
    display: block;
    font-size: 14px;
    color: #555;
    font-family: 's-core-dream-regular';
}

#sub .title b img {
    height: 22px !important;
    margin: 0 0 6px;
    vertical-align: middle;
}

#sub .title.center {
    display: block;
    font-size: 30px;
    padding: 40px 0 20px;
}

#sub .bigtitle {
    padding: 30px 0;
}

#sub .bigtitle p {
    font-size: 30px;
    color: #333;
    font-family: 's-core-dream-bold';
    text-align: center;
}

#sub .review_title {
    padding: 20px 10px;
    box-sizing: border-box;
}


/*카테고리 공통*/

#sub .customer {
    margin: 0 0 20px;
}

#sub .customer.top {
    background-color: #fff;
    z-index: 10000;
    position: relative;
    min-height: 39px;
}

#sub .customer.top ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#sub .customer.top ul li a b {
    display: none;
}

#sub .customer ul {
    font-size: 0;
}

#sub .customer ul li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #555;
}

#sub .customer ul li:first-child {
    border: 0;
}

#sub .customer ul li a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
    padding: 11px 0;
    font-family: 's-core-dream-regular';
    background-color: #ffffff;
    color: #333333;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#sub .customer ul li a b {
    position: absolute;
    color: #fff;
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 10px;
    font-family: 's-core-dream-regular';
    border-radius: 2px;
    background-color: #333;
    padding: 3px 5px;
    font-weight: 400;
}

#sub .customer ul li.on {}

#sub .customer ul li.on a {
    background-color: #19ce60;
    color: #ffffff;
}

#sub .customer ul.num1 {}

#sub .customer ul.num1 li {
    width: 100%;
    float: none;
}

#sub .customer ul.num1 li a {
    font-size: 18px;
}

#sub .customer ul.num2 li {
    width: 50%;
}

#sub .customer ul.num3 li {
    width: 33.3%;
}


/* 페이지 */

#sub .page {
    text-align: center;
}

#sub .page ul {
    overflow: hidden;
    display: inline-block;
}

#sub .page ul li {
    float: left;
    padding: 0 3px;
}

#sub .page ul li a {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #c8c8c8;
    line-height: 33px;
    font-size: 12px;
    color: #969696;
}

#sub .page ul li.prev {}

#sub .page ul li.prev a {}

#sub .page ul li.on {}

#sub .page ul li.on a {
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

#sub .page ul li.next {}

#sub .page ul li.next a {
    transform: rotate(180deg);
}

#sub .page ul li.prev a,
#sub .page ul li.next a {
    background-image: url('../img/sub/icon_arrow_gray.png');
    background-position: center;
    background-repeat: no-repeat;
}

ol.cons_btn {
    overflow: hidden;
    margin: 0 15px;
}

ol.cons_btn li {
    float: right;
    margin: 0 0 0 10px;
}

ol.cons_btn li a {
    padding: 9px 21px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-family: 's-core-dream-regular';
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #333;
}


/*검색*/

.search-box {
    background-color: #f5f7f7;
    position: fixed !important;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 99999999;
    padding: 30px 10px;
    border-bottom: 1px solid #555;
    box-sizing: border-box;
}

.search-box a.close {
    z-index: 9999999;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #797979;
    border-radius: 50%;
    background: #fff url('../img/sub/icon_close.png') center no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.search-box form {}

.search-box form .search {}

.search-box form .search input[type="text"] {
    width: 100%;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 30px;
    background: url('../img/header/icon_search.png') left 50% no-repeat;
    padding: 0 0 5px 23px;
}

.search-box form .word {
    font-size: 15px;
    overflow: hidden;
    padding: 5px 0 0;
}

.search-box form .word p {
    font-weight: 500;
    float: left;
    padding: 0 3px 0 0;
}

.search-box form .word ul {
    overflow: hidden;
}

.search-box form .word ul li {
    float: left;
}

.search-box form .word ul li a {
    display: block;
    padding: 0 5px;
    line-height: 22px;
    color: #323232;
}


/* select box 공통 */

#sub .search_box {
    background-color: #f4f4f4;
    padding: 10px 0;
}

#sub .search_box .wrap {
    position: relative;
}

#sub .search_box .input {
    background-color: #f4f4f4;
    box-sizing: border-box;
    width: 65%;
    margin: 0 auto;
    max-width: 500px;
}

#sub .search_box .input div {
    position: relative;
    z-index: 1;
}

#sub .search_box .input div input[type="text"] {
    color: #333;
    border: 0;
    border-bottom: 3px solid #000;
    height: 40px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    font-size: 18px;
    font-family: 's-core-dream-bold';
    background-color: inherit;
}

#sub .search_box .input div input[type="text"]::placeholder {
    color: #c8c8c8;
    font-size: 18px;
}

#sub .search_box .input div button {
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 10;
    padding: 6px;
}

#sub .search_box .best {
    position: absolute;
    top: 28px;
    right: 0;
}

#sub .search_box .best .select {
    position: relative;
    display: inline-block;
    line-height: 38px;
    font-family: 's-core-dream-regular';
    margin: 0 6px 0 0;
    background-color: #fff;
    height: 38px;
    border-radius: 3px;
    width: 300px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    z-index: 1;
}

#sub .search_box .best .select:after {
    pointer-events: none;
    width: 13px;
    height: 9px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url('../img/sub/select_btn.jpg');
}

#sub .search_box .best .select.on {}

#sub .search_box .best .select.on:after {
    transform: rotate(180deg) translate(0, 50%);
}

#sub .search_box .best .select.on ul {
    display: block;
}

#sub .search_box .best .select>a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 0 0 0 17px;
    box-sizing: border-box;
}

#sub .search_box .best .select>a b {
    margin: 0 5px 0 0;
}

#sub .search_box .best .selected>a {}

#sub .search_box .best .select ul {
    padding: 5px 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    width: 300px;
    box-sizing: border-box;
}

#sub .search_box .best .select ul li {}

#sub .search_box .best .select ul li.tit a {}

#sub .search_box .best .select ul li a {
    font-size: 16px;
    display: block;
    padding: 0 0 0 17px;
    box-sizing: border-box;
    color: #333;
}

#sub .search_box .best .select ul li a b {
    font-weight: 400;
    color: #999;
    margin: 0 5px 0 0;
}

#sub .search_box .best .select ul li a:hover {
    background-color: #edeefd;
}

#sub .select_box {
    padding: 12px 10px;
    box-sizing: border-box;
}

#sub .select_box .wrap {
    font-size: 0;
}

#sub .select_box .select {
    position: relative;
    display: inline-block;
    line-height: 32px;
    font-family: 's-core-dream-regular';
    margin: 0 5px 4px 0;
    background-color: #fff;
    height: 32px;
    border-radius: 3px;
    width: calc(33.3% - 5px);
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

#sub .select_box .select:after {
    pointer-events: none;
    width: 13px;
    height: 9px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url('../img/sub/select_btn.jpg');
}

#sub .select_box .select.on {}

#sub .select_box .select.on:after {
    transform: rotate(180deg) translate(-30%, 50%);
}

#sub .select_box .select.on ul {
    display: block;
}

#sub .select_box .select>a {
    font-size: 12px;
    color: #777;
    display: block;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

#sub .select_box .selected>a {
    font-family: 's-core-dream-bold';
}

#sub .select_box .select ul {
    max-height: 200px;
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    width: 110%;
    box-sizing: border-box;
    z-index: 15;
}

#sub .select_box .select ul li {}

#sub .select_box .select ul li.tit a {}

#sub .select_box .select ul li a {
    font-size: 12px;
    display: block;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    color: #777;
    line-height: 40px;
}


/*사진리뷰 팝업*/

#main .popup-wrap {
    position: fixed;
    z-index: 101010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#main .popup-wrap .clear {
    z-index: 9999999;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-size: 16px 16px;
    background-image: url(../img/common/icon_closee.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
}

#main .popup-wrap .popup-photo-review {
    width: 100%;
    padding: 0;
    color: #505050;
}

#main .popup-wrap .popup-photo-review {
    box-shadow: 1px 5px 2px 0 rgb(199 197 197 / 90%);
    max-width: 600px;
    border-top: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 3px 3px 3px 0 rgb(30 30 30 / 90%);
    box-sizing: border-box;
    max-height: 90%;
    overflow-y: scroll;
}

#main .popup-wrap .popup-photo-review .img_wrap_ {
    position: relative;
}

#main .popup-wrap .popup-photo-review .img {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color: #fafafa;
}

#main .popup-wrap .popup-photo-review .img:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

#main .popup-wrap .popup-photo-review .arrow {}

#main .popup-wrap .popup-photo-review .arrow a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    z-index: 1;
    width: 50px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('../img/sub/review_arrow.png');
    background-size: 25px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

#main .popup-wrap .popup-photo-review .arrow a.left {
    left: 0;
}

#main .popup-wrap .popup-photo-review .arrow a.right {
    right: 0;
    transform: rotate(180deg) translate(0, 50%);
}

#main .popup-wrap .popup-photo-review .img .slide-dot {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

#main .popup-wrap .popup-photo-review .img .slide-dot span.swiper-slide-active {
    background-color: #646464;
}

#main .popup-wrap .popup-photo-review .img .slide-dot span {
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin: 0 7px;
}

#main .popup-wrap .popup-photo-review .img .best {}

#main .popup-wrap .popup-photo-review .img .best span {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 14px;
    top: 14px;
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 9px;
    border: 1px solid #bfbfbf;
    color: #000;
}

#main .popup-wrap .popup-photo-review>.txt {
    width: 100%;
}

#main .popup-wrap .popup-photo-review .txt .txt-box {
    max-height: 310px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user {
    padding: 12px 0 12px 40px;
    border: 0;
    position: relative;
    box-sizing: border-box;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 30px !important;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .star {
    position: relative;
    width: 53px;
    height: 10px;
    background-color: #b2b2b2;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .star span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url('../img/main/icon_star@3x.png') no-repeat;
    background-position: left top;
    background-size: 53px 10px;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .star div {
    height: 10px;
    z-index: -1;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .star i {
    position: absolute;
    font-style: normal;
    top: 0;
    left: 58px;
    font-size: 12px;
    font-family: 's-core-dream-medium';
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .user-name {
    font-size: 11px;
    color: #999;
    font-family: 's-core-dream-regular';
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .user-name:after {
    display: block;
    width: 1px;
    height: 9px;
    background-color: #999;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user .date {
    font-size: 11px;
    color: #999;
    font-family: 's-core-dream-regular';
}

#main .popup-wrap .popup-photo-review .txt .txt-box .user b {
    font-size: 14px;
    color: #555;
    font-family: 's-core-dream-medium';
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 12px;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .review-txt {
    margin: 5px 0;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .review-txt .tit {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;
    font-family: 's-core-dream-medium';
    text-align: left;
    display: none;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .review-txt span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 300;
    font-family: 's-core-dream-regular';
}

#main .popup-wrap .popup-photo-review .txt .txt-box .photolist {}

#main .popup-wrap .popup-photo-review .txt .txt-box .photolist ul {}

#main .popup-wrap .popup-photo-review .txt .txt-box .photolist ul li {
    display: inline-block;
    margin: 0 3px 0 0;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .photolist ul li div {
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .photolist ul li.on div {
    border: 2px solid #000;
    opacity: 1;
    box-sizing: border-box;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .model {
    border-top: 1px solid #c8c8c8;
    display: none;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .model a {
    display: block;
    position: relative;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .model a .img {
    width: 50px;
    height: 50px;
    background: url(../img/main/phone.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .model a .txt {
    padding: 21px 0 21px 70px;
    display: block;
    font-size: 16px;
    color: #505050;
}

#main .popup-wrap .popup-photo-review .txt .txt-box .model a .btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background: url(../img/sub/icon_review_arrow.png);
    display: block;
    width: 4px;
    height: 7px;
}

#main .popup-wrap .popup-txt-review {
    padding: 0;
}

#main .popup-wrap .popup-txt-review .arrow {}

#main .popup-wrap .popup-txt-review .arrow a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    z-index: 1;
    width: 20px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('../img/sub/review_arrow.png');
    background-size: 12px 21px;
    background-position: center;
    background-repeat: no-repeat;
}

#main .popup-wrap .popup-txt-review .arrow a.left {
    left: 0;
}

#main .popup-wrap .popup-txt-review .arrow a.right {
    right: 0;
    transform: rotate(180deg) translate(0, 50%);
}

#main .popup-wrap .popup-txt-review .txt .txt-box {
    max-height: 310px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user {
    padding: 12px 0 12px 40px;
    border: 0;
    position: relative;
    box-sizing: border-box;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 30px !important;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star {
    position: relative;
    width: 53px;
    height: 10px;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 9px;
    background-color: #b2b2b2;
    display: block;
    content: '';
    width: 100%;
    z-index: -1;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url('../img/main/icon_star@3x.png') no-repeat;
    background-position: left top;
    background-size: 53px 10px;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star div {
    height: 10px;
    z-index: 1;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star div:after {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 8px;
    position: absolute;
    background-color: #b2b2b2;
    display: block;
    content: '';
    width: 100%;
    z-index: 0;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .star i {
    position: absolute;
    font-style: normal;
    top: 0;
    left: 58px;
    font-size: 12px;
    font-family: 's-core-dream-medium';
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .user-name {
    font-size: 11px;
    color: #999;
    font-family: 's-core-dream-regular';
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .user-name:after {
    display: block;
    width: 1px;
    height: 9px;
    background-color: #999;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user .date {
    font-size: 11px;
    color: #999;
    font-family: 's-core-dream-regular';
}

#main .popup-wrap .popup-txt-review .txt .txt-box .user b {
    font-size: 14px;
    color: #555;
    font-family: 's-core-dream-medium';
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 12px;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .review-txt {
    margin: 5px 0;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .review-txt .tit {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 10px;
    font-family: 's-core-dream-medium';
    text-align: left;
    display: none;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .review-txt span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    font-weight: 300;
    font-family: 's-core-dream-regular';
}

#main .popup-wrap .popup-txt-review .txt .txt-box .photolist {
    display: none;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .model {
    border-top: 1px solid #c8c8c8;
    display: none;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .model a {
    display: block;
    position: relative;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .model a .img {
    width: 50px;
    height: 50px;
    background: url(../img/main/phone.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .model a .txt {
    padding: 21px 0 21px 70px;
    display: block;
    font-size: 16px;
    color: #505050;
}

#main .popup-wrap .popup-txt-review .txt .txt-box .model a .btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background: url(../img/sub/icon_review_arrow.png);
    display: block;
    width: 4px;
    height: 7px;
}


/*상담하기 팝업*/


/*1:1문의 팝업*/

#main .popup-wrap .onetoone-popup {
    padding: 5px !important;
    width: fit-content;
    height: 100% !important;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

#main .popup-wrap .onetoone-popup .tit2 {
    font-size: 14px;
    color: #323232;
    display: block;
    text-align: center;
    padding: 0 0 10px;
}

#main .popup-wrap .onetoone-popup .warning {
    font-size: 14px;
    color: #646464;
    display: block;
    text-align: center;
    margin: 5px 0 0;
}

#main .popup-wrap .onetoone-popup .btn {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

#main .popup-wrap .onetoone-popup .btn button {
    font-size: 16px;
    font-weight: 500;
    background-color: #19ce60;
    border-radius: 20px;
    color: #fff;
    width: 163px;
    height: 38px;
    margin: 0 0 20px;
}

#main .popup-wrap .onetoone-popup table tr td select {
    font-size: 15px;
    margin: 0;
}

#main .popup-wrap .onetoone-popup table input[type="password"] {
    border: 1px solid #c8c8c8;
    height: 34px;
    padding: 0 0 0 5px;
}

#main .apply-box table tr th {
    text-align: left;
    padding: 13px 0 13px 8px;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    position: relative;
}

#main .apply-box table tr td textarea {
    width: 99%;
    height: 220px;
    padding: 5px;
    border: 1px solid #c8c8c8;
}

#main .apply-box table tr td input[type="text"],
#main .apply-box table tr td input[type="password"] {
    width: 99%;
    border: 1px solid #c8c8c8;
    height: 34px;
    padding: 0 0 0 5px;
}

#main .apply-box table tr td select {
    height: 34px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    color: #646464;
    width: 105px;
    padding: 0 0 0 5px;
}


/*전화상담문의 창*/

#main .popup-wrap .consulting-box {
    width: fit-content;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

#main .popup-wrap .consulting-box form .tit2 {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 7px 0;
}

#main .popup-wrap .consulting-box form table tr td input[type="text"] {
    height: 30px;
    border-color: #969696;
}

#main .popup-wrap .consulting-box form .time {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 15px 0;
}

#main .popup-wrap .consulting-box form input[type="checkbox"] {}

#main .popup-wrap .consulting-box form input[type="checkbox"]+label {
    font-size: 14px;
}

#main .popup-wrap .consulting-box form input[type="checkbox"]+label span {
    color: #19ce60;
}

#main .popup-wrap .consulting-box form .btn {
    margin: 25px 0 0;
}

#main .popup-wrap .consulting-box form .btn button {
    font-size: 16px;
    color: #fff;
    background-color: #19ce60;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    padding: 8px 35px;
}


/* 아이콘 */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #main #main ol.list li .price .price-chul b::after {
        background: url("../img/main/icon_sale@3x.png");
        background-repeat: no-repeat;
        background-size: 9px 11px;
    }
    #main .content02 ol li .phone-name .tong-skt {
        background: url("../img/main/tong-skt@3x.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    #main .content02 ol li .phone-name .tong-kt {
        background: url("../img/main/tong-kt@3x.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    #main .content02 ol li .phone-name .tong-lg {
        background: url("../img/main/tong-lg@3x.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
    #main .content04 .tit b:before {
        background: url('../img/pc/main/more-btn@3x.png');
        background-size: contain;
    }
    #main .content05>div>ul>li>a .review-txt .star {
        background: url('../img/main/icon_star@3x.png') no-repeat;
        background-size: 74px 13px;
    }
    #main .content05>div>ul>li>a .review-txt .star span {
        background: url('../img/main/icon_star_full@3x.png') no-repeat;
        background-size: 74px 13px;
    }
    #main .content05>div>ul>li .model .btn {
        background: url('../img/sub/icon_arrow_gray@3x.png');
        background-size: 6px 9px;
    }
    #main .content05 .more a {
        background: url('../img/main/icon_arrow_on@3x.png') 95% 50% no-repeat;
        background-size: 10px 6px;
    }
    form.radio-design input[type=radio]+label:before {
        background-image: url('../img/main/btn_radio_off@3x.png');
        background-size: contain;
    }
    form.radio-design input[type=radio]:checked+label:before {
        background-image: url('../img/main/btn_radio@3x.png');
        background-size: contain;
    }
    #sub .page ul li.prev a,
    #sub .page ul li.next a {
        background-image: url('../img/sub/icon_arrow_gray@3x.png');
        background-size: 7px 13px;
    }
    #sub .select_box .select:after {
        background-image: url('../img/sub/select_btn@3x.jpg');
        background-size: 9px 6px;
    }
}


/*반응형 */

@media screen and (min-width:700px) {
    ol.phone li a .txt ul.info {
        min-height: auto;
        max-height: auto;
    }
}


}
@media screen and (max-width:359px) {
    ol.phone li a .txt .sale {
        letter-spacing: -1.2px;
    }
    
    ol.phone li a .img {
        width: 90px;
    }
    
    ol.phone li a .txt {
        width: calc(100% - 90px);
    }
    
    ol.phone.dantime2 li a .txt {
        min-height: 190px;
        max-height: 190px;
    }
}