@charset "utf-8";

    body {
        margin: 0;
        padding: 0;
        font-family: Roboto,"Noto Sans KR",sans-serif;
    }
    html, body, div, p, li, span, h1, h2, h3, h4, h5, h6, input, label, a, textarea {
    font-family: "Noto Sans KR", sans-serif;
    }
    :root {
        --main-color: #fc3bff; 
        --main-color-bg:#faf6f3;
        --secondary-color-bg: #f5f3df;
    }
    .main_color {
        color: var(--main-color);
    }
    .main_color_bg {
        background-color: var(--main-color-bg); 
    }
    .secondary_color_bg {
        background-color: var(--secondary-color-bg);
    }
    @media screen and (max-width: 1200px) {
        .wrapper {
            overflow:hidden;
        }
    }
    #container{width:100%;margin-bottom:0;}
    .foot{margin-top: 0;}
    .slider_container .swiper-wrapper {
        width: 100%;
        height: 60vh 
    }
    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .base_container {
        max-width: 1250px;
        margin: 0 auto;
    }
    section .inner h2 {
        font-size: 1.6em;
        text-align:center;
    }
    #section1 .selheader {
        display: flex;
        position: relative;
        z-index: 1;
        top: -50.7px;
        margin-top: 0;
        width:100%;
        height:50px;
        align-items:center;
        box-sizing:border-box;
        overflow: hidden;
        border-bottom: 1px solid #876a55;
        font-size:1.2em;
        color:#440c01;
    } 
    #section1 .selheader .categorySelect[type=loc] {
        color: #474747;
        background-color: var(--main-color-bg); 
    }
    #section1 .selheader .categorySelect[type="theme"] {
        color: #474747;
        background-color: #ece9e1;
    }
    #section1 .selheader .categorySelect[type="loc"],
    #section1 .selheader .categorySelect[type="theme"] {
        width: 25%;
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
        padding:20px 20px; 
    }
    #section1 .selheader div .ctIcon {
        width: 13px;
        height: 7px;
        display: inline-block; 
        margin-left: auto;
    }
    #section1 .selheader div .ctOpen {
        background: url('/theme/noble/img/mainCategoryOpen.svg') no-repeat center center; 
        background-size: contain; 
    }
    #section1 .selheader div .ctClose {
        background: url('/theme/noble/img/mainCategoryClose.svg')no-repeat center center;
    }
    #section1 .selheader div .m-only {
        display:none;
    }
    #section1 .selheader .search {
        width:100%;
        background-color:#fc3bff;
        text-align:center;
    }
    #section1 .selheader .search  form  {
        display: inline-block;
        width:100%;
        align-items: center;
    }
    #section1 .selheader .search input {
        outline: 0;
        border: 0;
        background: 0 0;
        color: #fff;
        width: 95%;
    }
    input[type="text"] {
        border-radius: 0;
        outline: 0;
        border: 0;
        border: 1px solid #ccc;
        margin: 3px 0px;
        padding: 20px 20px;
        color: #333;
    }
    #section1 .selheader .search button {
        /* margin-left:80px; */
    }
    input::placeholder {
        color:#ece9e1;
    }
    #section1 .selheader .search  form input plce-holder
    .selcontents .categorylist a span img {
        width:40px;
        height:40px;
    }
    @media(min-width:1024px){
      .m-only{display: none !important;}
    }
    @media screen and (max-width: 1024px)  {
        #section1 {
            padding:20px 0;
        }
        #section1 .selheader {
            border-bottom: none;
            height: 50px;
            top: 0;
            margin-top: 10px;
        }
        #section1 .selheader div {
            border: 1px solid var(--main-color);
        }
        .m-only {
            display: block !important;
        }
        #section1 .selheader .categorySelect[type="loc"], 
        #section1 .selheader .categorySelect[type="theme"] {
            padding: 10px 15px 10px 20px;
        }
        #section1 .selheader .categorySelect[type=loc] {
            width: 49%;
            background-color: var(--main-color-bg);
            color: #131313;
            margin-right: 1%;
        }
        #section1 .selheader .categorySelect[type=theme] {
            width: 49%;
            background-color: #fff;
            color: #999;
            margin-left: 1%;
        }
        #section1 .selheader .search {
            display: none;
        }
    }
    #section1 .selcontents {
        z-index: 1;
        top: -50.7px;
        border: 1px solid #d1d1d1;
        padding: 20px 10px 20px 20px;
        position: relative;
        margin-bottom: 0 !important;
    }
    #section1 .selcontents.pc-only {
        display: block;
    }
    #section1 .selcontents.m-only {
        display: none;
    }
    #section1 .selcontents .categorylist {
        display: flex;
        flex-wrap: wrap;
    }
    #section1 .selcontents .categorylist a {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
    }
    #section1 .selcontents .categorylist[type=loc] a {
        flex-basis: 9%;
    }
    #section1 .selcontents .categorylist[type=loc] a .img {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #e5e5e5;
    }
    #section1 .selcontents .categorylist a .img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* or 'cover' depending on your need */
    }
    #section1 .selcontents .categorylist[type=loc] a.border .img  {
        border-right: none ; 
    }
    #section1 .selcontents .categorylist[type=loc] a:nth-child(-n+11) {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }
    #section1 .selcontents .categorylist a .txt {
        margin-top: 9px;
        color: #656565;
        font-size: 13px;
    }
    #section1 .selcontents .categorylist[type=theme] {
        height: 120px;
        padding: 15px 0;
    }
    #section1 .selcontents .categorylist[type=theme] a {
        flex-basis: 12.5%;
        margin-bottom: 0;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
        text-align:center;
    }
    #section1 .selcontents .categorylist[type=theme] a .img {
        width: 100%;
        height: 35px;
        border-right: 0;
    }
    #section1 .selcontents .categorylist[type=theme] a:last-child {
        border-right: none;
    }
    #section1 .selcontents .categorylist[type=theme] a .txt {
        margin-top: 22px;
    }
    
    @media screen and (max-width: 1024px) {
        #section1 .selcontents {
            top: 0;
            margin-top: 10px;
            padding: 0;
        }
        #section1 .selcontents.pc-only {
            display:none !important;
        }
        #section1 .selcontents.m-only {
            display: block !important;
        }
        #section1 .selcontents .categorylist[type=loc] {
            /* display:none; */
            border: 1px solid #d1d1d1;
            border-right: none;
            border-bottom: none;
            margin-bottom: 30px;
        }
        #section1 .selcontents{border: none;}

        #section1 .selcontents .categorylist[type=theme] {
            height: auto;
            padding: 0;
            border: 1px solid #d1d1d1;
            border-right: none;
        }
        #section1 .selcontents .categorylist a:nth-child(4n) {
            border-right: 1px solid #d1d1d1;
        }
        #section1 .selcontents .categorylist a {
            display:block;
            border-right: 1px solid #e5e5e5;
            box-sizing: border-box;
            text-align: center;
            flex-basis: 25% !important;
            padding: 10px 0 !important;
            margin: 0 !important;
            border-bottom: 1px solid #e5e5e5;
        }
        #section1 .selcontents .categorylist[type=theme] a:last-child {
            border-right: 1px solid #e5e5e5;
            border-bottom: none;
        }
        #section1 .selcontents .categorylist[type=theme] a:nth-child(25),
        #section1 .selcontents .categorylist[type=theme] a:nth-child(26),
        #section1 .selcontents .categorylist[type=theme] a:nth-child(27) {
            border-bottom: none !important;
        }
    }
    /* link style */
    .triangle-link {
        position: relative;
        padding-left: 20px; /* 삼각형의 여백 공간 */
    }
    
    .triangle-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid #fc3bff; /* 삼각형 색상 */
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    

    #section2 {
        margin-top:50px;
    }
    #section2 .inner .content {
        margin-top: 30px;
    }
    .m-only {
        display:none;
    }
    #section2 .inner .content ul {
        display:flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        align-items:center;
        justify-content: space-between;
        gap: 2px;
    }
    #section2 .inner .content ul li {
        box-sizing: border-box;
        box-shadow: 1px 1px 12px 0px #c3c3c3;
        flex-direction: column;
        padding: 0;
        flex-basis: 300px;
        width: calc((100% - 6px) / 4);
        border-radius:10px;
        overflow:hidden;
        margin-bottom: 10px;
    }
    #section2 .inner .content ul li a .detail {
        margin:10px;
        display: flex;
        align-items: center;
    }
    #section2 .inner .content ul li a .detail div {
        margin-right: 20px;
    }#section2 .inner .content ul li a .detail div img {
        margin-right: 3px;
        width:11px;
        height:14px;
    }
    #section2 .inner .content ul li a .detail span {
        font-size:0.875em ;
    }
    #section2 .inner .content ul li a .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #section2 .inner .content ul li a .infor {
        margin:10px;
    }
    #section2 .inner .content ul li a .infor h2 {
        color: #000;
        text-align:left;
        font-weight: 500;
        font-size: 1.25em;
    }
    #section2 .inner .content ul li a .infor span.address {
        color: #959595;
        font-size: 13px;
        margin: 8px 0 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 99%;
        white-space: nowrap;
        min-height: 13px;
    }
    #section2 .inner .content ul li a .desc {
        margin-top: auto;
        padding: 17px 10px;
        background-color: #f5f3df;
        font-weight: 400;
        letter-spacing: -.5px;
        line-height: 19px;
    }
    @media screen and (max-width: 1024px) {
        .pc-only {
            display: none !important;
        }
        .m-only {
            display:block;
        }
        .tab-btn-ajax-ul{display: flex !important;}
        .m-only .content {
            max-width: 1024px; 
            margin: 0 auto; 
        }
        #mLatest1 ul {
            padding: 20px 25px;
        }
        #mLatest1 ul li a .image {
            display: flex;
            flex-direction:column;
            align-items:center;
        }
        #section2 .inner .content ul li a .image img {
            width: 100%;
            height: auto; 
        }
        #section2 .inner .content ul li a .detail div {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
    }
    #section3 {
        margin:50px 0;
    }
    #section3 .inner p {
        color: #656565;
        font-size: 0.8125em;
        text-align:center;
    }
    
    #section3 .inner .section_data_head {
        display:flex;
        margin-top: 30px;
        border: 1px solid #876a55;
        margin-bottom: 20px;
    }
    
    #section3 .inner .content ul {
        display:flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        align-items:center;
        /* justify-content: space-between; */
        gap: 20px;
    }
    #section3 .inner .content ul li {
        box-sizing: border-box;
        box-shadow: 1px 1px 12px 0px #c3c3c3;
        flex-direction: column;
        width: calc((100% - 60px)/4);
        padding: 0;
        border-radius:10px;
        overflow:hidden;
    }
    #section3 .inner .content ul li a .detail {
        margin:10px;
        display: flex;
        align-items: center;
    }
    #section3 .inner .content ul li a .detail div {
        margin-right: 20px;
    }
    #section3 .inner .content ul li a .detail div img {
        margin-right: 3px;
        width:11px;
        height:14px;
    }
    #section3 .inner .content ul li a .detail span {
        font-size:0.875em ;
    }
    #section3 .inner .content ul li a .infor {
        margin:10px;
    }
    #section3 .inner .content ul li a .infor h2 {
        color: #000;
        text-align:left;
        font-weight: 500;
        font-size: 1.25em;
    }
    #section3 .inner .content ul li a .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #section3 .inner .content ul li a .infor span.address {
        color: #959595;
        font-size: 13px;
        margin: 8px 0 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 99%;
        white-space: nowrap;
        min-height: 13px;
    }
    #section3 .inner .content ul li a .desc {
        margin-top: auto;
        padding: 17px 10px;
        background-color: #faf6f3;
        font-weight: 400;
        letter-spacing: -.5px;
        line-height: 19px;
    }
    #section3 .inner .content ul li a .desc p {
        text-align:left;
    }
    @media screen and (max-width: 1024px) {
        #mLatest2 ul {
            padding: 20px 25px;
        }
        #mLatest2 ul li a .image {
            display: flex;
            flex-direction:column;
            align-items:center;
        }
        #section3 .inner .content ul li a .image img  {
            width: 100%;
            height: auto; 
        }
        #section3 .inner .content ul li a .detail div {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
    }
    #section4 {
        background-color: #faf6f3;
    }
    #section4 .inner {
        border: 1px solid #fc3bff;
        padding: 30px 25px;
        display: flex;
    }
    #section4 .inner .left {
        width: calc(100% - 270px);
        box-sizing: border-box;
        padding-right: 40px;
        border-right: 1px solid #fc3bff;
    }
    #section4 .inner .left h3,
    #section4 .inner .right h3 {
        font-size: 1.375em;
        color: #222;
        margin-bottom: 10px;
        height: 35px;
    }
    #section4 .inner .left h3 strong,
    #section4 .inner .right h3 strong {
        color: #e43c13;
    }
    
    #section4 .inner .left .content ul li {
        display: flex;
        justify-content:space-between;
        align-items:center;
    }
    #section4 .inner .left .content ul li a {
        display:block;
        padding: 8px 0;
        line-height: 21px;
        color: #000;
        font-size: 0.9375em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #section4 .inner .left .content ul li span {
        display:block;
        background-color: #f19224;
        color: #fff;
        padding: 4px 16px;
        font-size: 13px;
        border-radius: 10px;
        margin-left: auto;
    }
    #section4 .inner .right {
        width: 270px;
        box-sizing: border-box;
        padding-left: 25px;
    }
    #section4 .inner .right .content ul li a {
        display:block;
        line-height:22px;
        padding: 8px 0;
        font-size: 1.375em;
        color: #222;
    } 
    @media screen and (max-width: 1024px) {
        #section4 {
            padding: 20px 25px;
        }
        #section4 .inner .right {
            display:none;
        }
        #section4 .inner .left {
            border-right: none;
            width:100%;
            padding-right: 0;
        }
    }
    #section5 {
        /* background: url(/theme/noble/img/body-bg.png) repeat; */
        margin-top: 80px;
        padding: 20px 0 70px;
    }
    #section5 .inner {
        width: 1250px;
        margin: 0 auto;
        text-align: center;
    }
    #section5 .inner h2 {
        display:inline-block;
        position:relative;
        padding: 30px 0 10px;
        font-size: 2em;
    }
    #section5 .inner h2::after {
        content: '';
        position: absolute;
        right: -18px; 
        bottom:35px; 
        width: 8px; 
        height: 8px; 
        background-color: #fc3bff; 
        border-radius: 50%; 
    }
    #section5 .inner .content ul {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    #section5 .inner .content ul li {
        display: flex;
        flex-direction: column;
        width: 270px;
        box-sizing: border-box;
        margin: 0 20px;
        box-shadow: 1px 1px 12px 0px #c3c3c3;
        background: #fff;
    }
    #section5 .inner .content ul li .infor {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }
    #section5 .inner .content ul li .infor h3 {
        padding: 12px 15px 4px;
        font-size: 1.0625em;
        text-align:left;
    }
    #section5 .inner .content ul li .infor span.desc {
        display:block;
        text-align:left;
        color: #646464;
        font-size: 0.8125em;
        padding: 10px 15px;
        max-height: 80px;
        overflow: hidden;
        line-height: 1.5em;
    }
    #section5 .inner .content ul li .infor span.more {
        padding: 10px 0 16px 15px;
        cursor: pointer;
        color: #646464;
        font-size: 0.75em;
        text-align:left;
    }
    @media screen and (max-width: 1024px) {
        #section5 .inner {
            width: 100% !important;
            box-sizing: border-box;
            padding: 20px 25px;
        }
        #section5 .inner .content ul li {
            flex-direction: row !important;
            width: 100% !important;
            background: transparent !important;
            margin-bottom: 15px !important;
            
        }
        #section5 .inner .content ul li .image {
            width: 50% !important;
        }
        #section5 .inner .content ul li .infor {
            width: 45% !important;
            margin-left: 5% !important;
            background: #fff !important;
        }
        #section5 .inner .content ul li .infor h3 {
            padding-left: 15px !important;
            padding-right: 15px !important;
            max-height: unset !important;
            overflow-y: auto !important;
        }
        /* 텍스트 설정 관련 수정해야할 부분 */
        #section5 .inner .content ul li .infor span.desc {
            max-height: unset !important;
            font-size:0.9em;
            width:100%;
            word-break: break-word; 
            overflow-wrap: break-word; 
        }
    #section5 .inner .content ul li .infor span.more {
        display:none;
    }
}
@media screen and (max-width: 600px) {
        #section5 .inner .content ul li {
            display: flex; 
            flex-direction: column !important; 
            align-items: center; 
            justify-content: center ;
            margin:0;
        }
        #section5 .inner .content ul li .image {
            display: flex; 
            justify-content: center; 
            align-items: center; 
            width: 100%; 
        }
        #section5 .inner .content ul li .image img {
            max-width: 300px; 
            max-width: 100%;
            height: auto; 
        }
        #section5 .inner .content ul li .infor {
            width: 100% !important;
            margin-left: 0 !important; 
        }
        #section5 .inner .content ul li .infor span.desc {
            max-height: 80px;
            padding: 0 15px; 
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        #section5 .inner .content ul li .infor span.more {
            display:block;
        }
    }
    #section6 .inner {
        text-align:center;
        margin-top: 30px;
    }
    #section6 .inner h2 {
        position:relative;
        display:inline-block;
        text-align: center;
        padding-top: 20px;
    }
    #section6 .inner h2::after {
        content: '';
        position: absolute;
        right: -18px; 
        bottom:25px; 
        width: 8px; 
        height: 8px; 
        background-color: #fc3bff; 
        border-radius: 50%; 
    }
    #section6 .inner .content ul {
        display: flex;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    #section6 .inner .content ul li {
        width: 300px;
        box-sizing: border-box;
        margin: auto;
    }
    #section6 .inner .content ul li a img {
        width:100%;
        height:100%;
        object-fit:cover;
    }
    @media screen and (max-width: 1024px) {
        #section6 .inner {
            padding:20px 25px;
        }
        #section6 .inner .content ul {
            flex-wrap: wrap;
        }
        #section6 .inner .content ul li {
            text-align: center !important;
            width: 49%;
            margin-bottom: 20px;
        }
        #section6 .inner .content ul li a img {
            width: 80%;
            height:auto;
        }
    }
    #section7 .inner h2 {
        position:relative;
        display:inline-block;
        text-align:left;
        padding-top: 20px;
    }
    #section7 .inner h2::after {
        content: '';
        position: absolute;
        right: -45px; 
        bottom:0; 
        width: 40px; 
        height: 3px; 
        background-color: #fc3bff; 
    }
    #section7 .inner .content {
        padding-top: 20px;
    }
    #section7 .inner .content ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between; 
        align-items: center;
        margin-bottom: 15px;
    }
    #section7 .inner .content ul li .icon {
        margin-right: 15px;
        min-width: 19px;
        min-height: 25px;
    }
    #section7 .inner .content ul li .subject {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 1018px;
    }
    #section7 .inner .content ul li .subject a {
        font-size:1.3em;
    }
    #section7 .inner .content ul li .add {
        display:flex;
        margin-left: 15px;
    }
    #section7 .inner .content ul li .add i {
        font-size:  0.6875em;
        margin-right: 5px;
    }
    #section7 .inner .content ul li .add div:first-child {
        margin-right: 10px;
    }
    #section7 .inner .content ul li .add div {
        padding: 5px 12px;
        border-radius: 7px;
        font-size: 0.875em;
        width:75px;
        display: flex;
        align-items: center;
        letter-spacing: 0.2px;
    }
    @media screen and (max-width: 1024px) {
        #section7 .inner {
            padding:20px 25px;
        }
    }
    @media screen and (max-width: 600px) {
        #section7 .inner .content ul li .add div:last-child {
            display:none;
        }
    }



    @media(min-width:1023px){
      .m_only{display: none !important;}
      .pc_only{display: block !important;}
    }

    @media(max-width:1023px){
      .m_only{display: block !important;}
      .pc_only{display: none !important;}
      .slider_container .swiper-wrapper{height: 20vh;}
      
      #section1{padding-top: 0;}
      #section1 .selheader{margin-top: 0;}
      #section1 .selheader .search{position:relative;display: block;}
      #section1 .selheader .search form{text-align: left;}
      #section1 .selheader .search input{padding: 8px 0;width: 92%;background-color: #fff;}
      #section1 .selheader .search button{         width: 6%;
        text-align: center;
      }
      .hd{height: 60px;}
      .hd .hd_inner{height: 60px;}

      .m_btn_ms{         text-align: center;
        /* margin: 20px 0; */
        margin-bottom: 20px;
        background: #fc3bff;
        margin: 5px 0 20px;
      }
      .m_btn_ms a{    
        display: inline-block;
        width: 32.3333%;
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
      }
      .m_btn_ms a:hover{color: #333;}
    }


    /* 방문자 카운팅 */
    #visit{position: absolute;left:7%;}
    #visit h2{color:#000;margin-bottom: 0px;}
    #visit dt,#visit dd{color:#131313;}
    #visit dd strong{color:#131313;}
    #visit dt span{background: #fc3bff;}
    @media(max-width:1023px){
      #visit h2{text-align: center;}
      #visit{position: relative;left:0;margin-top: 30px;text-align: center;}

    }





    
/*■사진*/
/*background:#fff; */ /*◀배경색 넣으면 뒤에 상호가 안보여져서 제거함*/ 
.imgCover-ne img{  float:left !important;
  width:100%; max-width:450px; min-height:220px;  z-index:2;  transition: all 0.4s;  }
  /*└ 높이를 200px로 했더니 남양주.퀸스웨디시님 사진이 안이쁘게 나와져서 auto로 고침*/
  
  
  .nemo-img-horizon{width:100%; max-width:450px; height:100%;position:absolute; top:50%;left:50%; transform:translate(-50%,-50%);}
  
  .nemo-img-long{ width:100%; max-width:450px; position:absolute; top:50%;left:50%; transform:translate(-50%,-50%); } 
  
  
  /*♡=♡=♡=♡=♡=♡=♡*/
  .back-name-nemo {color:#000;  width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-55%);text-align:center; transition: all 0.3s; font-size:24px; line-height:50px; letter-spacing:3px; z-index:1;  } 
  
  .back-nemo{ font-size:20px; line-height:35px;  width:50%; letter-spacing:-0.5px; }
  
  
  /*[네모-리뷰]*/  
  .rv-nemo{display:inline-block; position:absolute;  bottom:0; right:0; height:27px; line-height:25px;
  font-size:15px; color:#ffffff;background:rgba(0,0,0,0.6); 
  padding:1px 12px; border-radius:20px; margin:5px; z-index:2; 
  }
  
  .nemo-info-wrap{ float:left;  width:100%; line-height:35px; padding:12px 10px 15px 15px; margin-bottom:-10px;border-radius:0 0 15px 15px;
  }
  
  .ne-Name-cover{ position:relative; height:30px; padding-right:13px;}
  
  /*♡=♡=♡=♡=♡=♡=♡*/ 
  /*샵타입(1인샵)이 내려가면 아래글자를 가리므로 top:0으로 함(예시:인천.지유님) */ 
  .shop-type-nemo{display:inline-block; position:absolute; top:0px; right:5px; height:27px; line-height:25px; font-size:15px; color:#776855;  text-align:center; padding:0px 8px;  border-radius:3px; border:1px solid #E4DAD3; 
  }
  
  /* ■샵상호 */ 
  .shop-name{width:100%; color:#000; white-space:nowrap; overflow:hidden; letter-spacing:2px; }
  
  .name-ne, .name--jul h2{font-size:21px; } 
  .name--jul{ margin-top:1px; cursor:pointer;  }
  
  .color-home-tie {color:#dd64f7; border:1px solid #e998fa; } 
  .color-home-care{color:#9D44DF; border:1px solid #D0A6F0; }
  .color-home-shop{color:#1593f0; border:1px solid #5ab4f5; padding:0px 8px; }
  .color-one-ssam {color:#FF44A6; border:1px solid #FFA6D5; padding:0px 8px; }
  .color-two-ssam {color:#ff6317; border:1px solid #ffae88; padding:0px 8px; }
  .color-da-ssam  {color:#30AF4D; border:1px solid #2fcc4a; }
  
  .nemo-juso{  color:#575757; 
  font-size:15px; white-space:nowrap;  text-overflow: ellipsis;  word-break:break-all;overflow:hidden;  padding-right:10px;  height:40px; }
  
  /* ■가로선*/
  .nemo-middle-line{ margin:-1px 5px 5px 0px; height: 1px;
  border:none;border-top:1px dotted #d0d0d0; }
  
  .price-nemo, .price-jul{ color:#5e5e5e; font-size:15px; }
  
  .price-jul{ margin-top:-7px; }
  
  .price-txt{font-size:13px; height:22px; line-height:21px; 
  border-radius:3px; padding:1px 8px;background:rgba(255,57,57,0.9); color:#fff; margin-right:7px; 
  }
  .mbr-dc{background:rgba(33,167,56,0.9);} 
  
  .subject-nemo{width:100%;  height:25px;line-height:30px; white-space:nowrap; text-overflow: ellipsis; overflow:hidden;/*떙땡처리*/ }
  
  .subject-nemo, .subject-jul{color:#4b4b4b;font-size:16px;  }
  
  .wr6-nemo, .nemo-hit{display:inline-block;  position:absolute;bottom:3px;/*11*/ font-size:13px;color:#6d6d6d; }
  
  .wr6-nemo{ left: 18px;  }
  .wr6-nemo  b{ color:red;font-size:16px; margin-left:5px;letter-spacing:1.1px; }
  
  .nemo-hit{ right: 20px;  } 
  .nemo-hit b{ color:red;font-size:16px;margin-left:5px; }
  
  
  
  /* ============= */ 
  /* ↓ ■ 줄리스트 */  
  .jul-cover{display:block; width:100%; text-align:left;  padding:0px 100px 0px 60px;   transition: all 0.3s;  }
  
  .li-jul { 
  width:100%; height:224px;  margin-bottom:20px;  
  white-space:nowrap; text-overflow: ellipsis; overflow:hidden;
  border:1px solid #f1f1f1;  border-radius:2px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -moz-box-shadow:  rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  /*↓[폰에서 클릭시 파란색 제거] js onclick으로 대체함 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  }
  
  /*a의 자식태그 요소에 float가 있으면, 일부영역이 클릭이 안될때 있음 */
  .li-jul-a{ position:relative;  display:block; width:100%; height:100%;  }
  
  /*♡=♡=♡=♡=♡=♡=♡*/
  /*■ 사진 */
  .imgCover-J{
  display:inline-block; position:absolute; top:17px;  left:15px ; 
  width:235px; min-width:235px;  /*◀inline-block이라서 min-width필수! 이게없으면 사진박스크기가 제각각됨*/ 
  height:190px; 
   border-radius:10px; 
  overflow:hidden;  white-space:normal; 
  transition: all 0.3s;
  }
  
  .imgCover-J img{
  /*width:220px;/*  /*◀중요: 상기 부모태그의 가로와 동일하게 써주기 그래야 백프로꽉차게 나와짐*/
  /*height:auto;*/  /* 부모태그에 높이값이 있어서 auto로 해줌*/  
  max-width:450px; border-radius:10px;  transition: all 0.3s;
  }
  
  /*가로긴사진*/
  .jul-img-horizon{width:100%; max-width:450px; height:100%;}
  
  /*세로긴사진*/
  .jul-img-long{ position:absolute; top:50%;left:50%; transform:translate(-50%,-50%); width:100%; max-width:450px;height:auto; }
  
  .back-name-jul { 
  position:absolute; left:50%; top:50%; transform:translate(-50%,-55%);
  width:80%; height:auto; 
  text-align:center; 
  font-size:20px; line-height:30px; color:#000;  
  z-index:-1;
  }
  
  .is_back_png{ 
  position:absolute; left:50%; top:45%; transform:translate(-50%,-50%);
  width:55%; height:30%; text-align:center; 
  font-size:14px; line-height:20px; color:#7e7e7e;  
  z-index:-1;
  }
  
  /*♡=♡=♡=♡=♡=♡=♡*/
  .jul-info-wrap{ position:absolute; top:31px; left:300px; width:calc(100% - 310px); 
  height:100%; 
  padding-left:1px;  /*첫번째아이콘의 왼쪽라인이 짤려서 안보여지므로 이렇게 여백을 줘서 해결함*/
  line-height:43px; overflow:hidden;  transition: all 0.3s;  
  }
  
  /*줄:신규날짜 */
  .add-j-one{height:230px; }
  .add-jul-info{ top:22px; } 
  .add-jul-img{ top:20px;}
  
  .j-wr6-wrap {display:inline-block; position:relative; height:auto;  font-size:13px;letter-spacing:1.1px; 
  margin-left:1px; color:#6d6d6d;line-height:20px; }
  
  .j-wr6{  margin-right:50px; transition: all 0.3s;  }
  .j-wr6 b{/*font-weight:500;*/ color:red;font-size:16px; margin-left:5px; }
  
  .j-hit{ display:inline-block; }
  .j-hit b{/*font-weight:500;*/ color:red;font-size:16px; margin-left:5px; }
  
  
  
  /*♡=♡=♡=♡=♡=♡=♡*/
  .rv-jul{ position:absolute; bottom:0px; left:0; background:rgba(0,0,0,0.6);
  width:100%; height:40px; line-height:40px;font-size:16px;  text-align:center; color:#ffffff; 
  z-index:2;  transition: all 0.3s; }
  
  .rv-m-j{display:none; }
  
  
  .name--jul h2, .name--jul h3{display:inline-block; }
  /*↓ 땡땡처리불가 이유:일관된 width값이 있을때만 떙떙처리가 가능 */ 
  .name--jul h3{ font-size:16px; letter-spacing:1px;color:#575757; margin-bottom:-4px; margin-left:8px;  } 
  
  /*제목*/
  .subject-jul{width:100%; line-height:27px; height:27px;
  white-space:nowrap; text-overflow: ellipsis; overflow:hidden; 
  }
  
  
  /* ==============*/
  /*■아이콘 담는 박스*/ 
  .s-icon-wrap{ 
  height:33px; line-height:25px; white-space:normal; 
  overflow:hidden; /*◀파이어폭스에서 스크롤 굵게 나와서 스크롤바 없앰☆ overflow-Y는 웨일에서 회색바 생기므로 이렇게 overflow로 써주기*/
  margin:13px 0px 0px -3px;
  }
  
  .icon-jul{ margin-top:10px; margin-bottom:5px; transition: all 0.3s; } 
  
  .s-icon-wrap span{ display:inline-block; min-width:70px; 
  height:24px;line-height:21px; text-align:center; 
  color:#5e5e5e; font-size:13px; 
  padding-left:7px; 
  padding-right:7px; 
  border-radius:15px;
  margin:2px 2px 10px 2px; 
  border:1px solid #d9d9d9;
  }
  

  /* 게시판 목록 리스트 변경 스크립트 css */

  /* 한 줄 스타일 */
  #ajaxItemList.list-line{display: block;}
  #ajaxItemList.list-line li {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    max-width:1200px;
  }
  #ajaxItemList.list-line a{display: block;}
  #ajaxItemList.list-line a .image{float: left;padding: 20px;    width: 30%;}
  #ajaxItemList.list-line a .top{float: right;width: 70%;}
  #ajaxItemList.list-line a .image img{border-radius: 24px;}
  @media(max-width:1100px){
    #ajaxItemList.list-line a .image img{height: 160px;}
  }



  /* view -상세 */
  .detailPage_main{position:relative;padding-top:30px;}
  .intro-wrap{position:relative; height:100px;}	

  .v-summary{
    position: absolute;
    left: 50%;
    width:52%; /*49*/ max-width:600px; 
    margin:0px; 
    padding:0px 0px 20px 60px; 
  }

  .v-summary li{width:100%; line-height:28px; text-align:left;  vertical-align:top; padding:4.5px 0;  }
  .v-summary li * { display:inline-block; vertical-align:top;  }
  .v-summary li:last-child{ min-height:40px; }
  .v-summary h3 { 
  font-size:15px;  color:#808080; 
  }
  .v-summary h3, .v-summary .TopType {  width:100px;  }

  .v-summary .BaseItem, .v-summary .name-wrap { width:calc(100% - 105px );  padding:0; }
  .v-summary .BaseItem { display:inline-block; font-size:16px;  line-height:27px; }
  .v-summary .BaseItem , .v-summary .BaseItem span{ 
  color:#555; 
  }

  .BaseItem b a { letter-spacing:-1px; } 
  .BaseItem b{margin-right:10px; }

  .name-wrap, .v--type {line-height:30px; }
  .name-wrap{position:relative;   margin-bottom:2px;  } 

  .v--type{ width:82px;  height:33px; text-align:center; border-radius:3px; margin-top:2px; margin-left:-4px;margin-right: 15px;}

  .s-name { font-size:24px; color:#000; letter-spacing:2px; margin-right:8px;  }
  a.s-city {display:inline-block; font-size:14px; color:#666; letter-spacing:0; }
  .s-city:hover{color:#000; }


  .color-da-ssam  {color:#30AF4D; border:1px solid #2fcc4a; }
  .color-one-ssam {color:#FF44A6; border:1px solid #FFA6D5; padding:0px 8px; }
  .color-two-ssam {color:#ff6317; border:1px solid #ffae88; padding:0px 8px; }
  .color-home-shop{color:#1593f0; border:1px solid #5ab4f5; padding:0px 8px; }
  .color-home-tie {color:#dd64f7; border:1px solid #e998fa; } 
  .color-home-care{color:#9D44DF; border:1px solid #D0A6F0; }

  h3.infoTIT {font-size:14px; letter-spacing:-1px; }

  .icon-list{ margin-left:-7px; opacity: 1;  animation: itemFadeIn 0.6s ease 0.3s forwards; } 

  .icon-list a {
    display: inline-block;
    min-width: 68px;
    font-size: 14px;
    color:#666;
    height: 28px; line-height: 26px;  padding-left:8px; padding-right:8px; 
    text-align: center;
    border-radius: 20px;
    margin: 3px 2px;
    background:#f2f2f2; 
    border: 1px solid #f2f2f2;
  }

  .wr-hit{ font-size:0.91em; color:#555; letter-spacing:1.5px; }

  .tel-wrap{ position:relative; display:inline-block;  }
  .tel-wrap:nth-last-child(2){margin-top:10px; font-size:1.3rem; }


  .sw-cover {
    position:relative;
    height:auto; 
    max-height:1000px; 
    width:49.5%; 
    position:relative; 
    min-height:220px; 
    border-radius:20px;
    border: 1px solid #e3e3e3; 
    margin-top:-10px; 
    padding:20px; 
    text-align:center;
    overflow:hidden; 
    }	
    
    .main-img-wrap{height:400px;  }	
    
    .sw-img{ 
    max-width:600px; margin:0px;
    position:absolute; top:50%;left:50%; transform:translate(-50%,-50%);
    backface-visibility: hidden; 
    border-radius:10px; 
    opacity: 0;  
    }
    
    .no-img{ width:560px; height:400px;  z-index:-2;}
    .detailPage_main .inner .left .row .thumb .slider img{border-radius: 20px;height: 320px;}
    .detailPage_main .inner .left .row .thumb{background: none;}

    @media(min-width:900px){
      .v-summary{top: -370px;}
      .sw-cover{transform: translate(10px, 20px);}
    }
    @media(max-width:900px){
      .sw-cover{width:100%;padding: 10px;}
      .v-summary{position: relative;width:100%;left:0;padding:20px 0px 20px 15px;max-width: 100%;}
      .intro-wrap{height: auto;}
      .detailPage_main .inner .left .row .thumb .slider img{height: auto;}
      #ajaxItemList.list-line a .image{padding:10px;margin-top: 12px;}
      #ajaxItemList.list-line a .image{width: 50%;}
      #ajaxItemList.list-line a .top {float: right;width: 50%;}
      .store .inner .content ul li a .top{padding: 10px;padding-left: 0;}
      .nemo-info-wrap{padding-left: 5px;}
    }


