@charset "UTF-8";
.article-ttl {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 20px 0;
}
.article-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #FFE036;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.article-ttl span {
    display: inline-block;
    padding-left: .4em;
}
.article-ttl span img {
    display: inline-block;
    vertical-align: middle;
}
.dtlHead_wrap {
    background: #FFE036;
    padding: 30px 0;
}
.dtlHead_wrap .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dtlHead_wrap .top .icn {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.dtlHead_wrap .top .icn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.dtlHead_wrap .top .ttlbox {
    padding-left: 20px;
}
.dtlHead_wrap .top .ttlbox .ttl {
    font-size: 34px;
    font-weight: bold;
}
.dtlHead_wrap .top .ttlbox .txt {
    font-size: 14px;
    padding-top: 10px;
}
.dtlHead_wrap .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}
.dtlHead_wrap .btm .list {
    letter-spacing: -.4em;
    margin: -10px 0 0 0;
}
.dtlHead_wrap .btm .list li {
    letter-spacing: normal;
    display: inline-block;
    margin: 10px 10px 0 0;
}
.dtlHead_wrap .btm .list li a {
    padding: 4px 12px;
    font-size: 14px;
    display: block;
    color: #fff;
    background: #000;
    border-radius: 30px;
}
.dtlHead_wrap .favbtn {
    display: table;
    width: 156px;
    height: 34px;
}
.dtlHead_wrap .favbtn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    padding-left: 38px;
    background:#fff url(../svg/icn_dtl7.svg) no-repeat left 15px center;
    background-size: 16px auto;
    text-decoration: none;
}
.dtlHead_wrap .favbtn.on a {
    color: #BABABA;
    background:#EDEDED url(../svg/icn_dtl7_on.svg) no-repeat left 15px center;
    background-size: 16px auto;
}
.dtlHead_lst {
    padding: 40px 0;
    background: #FFFBE1;
}
.dtlHead_lst .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dtlHead_lst .lst li {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.dtlHead_lst .lst li .ttl {
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    position: relative;
    box-sizing: border-box;
    padding-left: 32px;
}
.dtlHead_lst .lst li .ttl:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dtlHead_lst .lst li .ttl.icn1:before {
    background: url(../svg/icn_dtl1.svg) no-repeat center;
    background-size: auto 100%;
}
.dtlHead_lst .lst li .ttl.icn2:before {
    background: url(../svg/icn_dtl2.svg) no-repeat center;
    background-size: auto 100%;
}
.dtlHead_lst .lst li .ttl.icn3:before {
    background: url(../svg/icn_dtl3.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlHead_lst .lst li .ttl.icn4:before {
    background: url(../svg/icn_dtl4.svg) no-repeat center;
    background-size: auto 100%;
}
.dtlHead_lst .lst li .ttl.icn5:before {
    background: url(../svg/icn_dtl5.svg) no-repeat center;
    background-size: auto 100%;
}
.dtlHead_lst .lst li .ttl.icn6:before {
    background: url(../svg/icn_dtl6.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlHead_lst .lst li .txt {
    font-size: 14px;
}
.dtlCnt_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 60px;
}
.dtlCnt_side {
    width: 400px;
}
.dtlCnt_price {
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 20px;
}
.dtlCnt_price .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.dtlCnt_price .price {
    font-size: 14px;
    line-height: 1;
    padding-top: 20px;
}
.dtlCnt_price .price span {
    font-size: 34px;
    font-weight: bold;
}
.dtlCnt_price .area {
    font-size: 14px;
    margin-top: 15px;
    background: #F5F5F5;
    padding: 10px 20px;
}
.dtlCnt_price .what {
    padding-top: 20px;
}
.dtlCnt_price .what span {
    display: inline-block;
    padding-left: .5em;
}
.dtlCnt_price .what span img {
    display: inline-block;
    vertical-align: middle;
}
.dtlCnt_index {
    border: 1px solid #E5E5E5;
    padding: 30px;
    position: relative;
}
.dtlCnt_index .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.dtlCnt_index .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    padding-top: 20px;
}
.dtlCnt_index .box .mds {
    font-size: 14px;
}
.dtlCnt_index .box .mds span {
    display: inline-block;
    padding-left: .5em;
}
.dtlCnt_index .box .mds span img {
    display: inline-block;
    vertical-align: middle;
}
.dtlCnt_index .box .date {
    line-height: 1;
}
.dtlCnt_index .box .date.down {
    color: #F04A4A;
}
.dtlCnt_index .box .date.up {
    color: #4BD01B;
}
.dtlCnt_index .box .date.flat {
    color: #FF8438;
}
.dtlCnt_index .box .date .value {
    font-size: 34px;
    font-weight: bold;
}
.dtlCnt_index .box .date .lank {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0 0;
    margin-left: 20px;
    position: relative;
}
.dtlCnt_index .box .date .lank:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dtlCnt_index .box .date.down .lank:before {
    background: url(../svg/icn_down.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlCnt_index .box .date.up .lank:before {
    background: url(../svg/icn_up.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlCnt_index .box .date.flat .lank:before {
    width: 18px;
    height: 18px;
    top: -2px;
    background: url(../svg/icn_flat.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlCnt_chart {
    padding: 30px 0 0;
}
.dtlCnt_chart .chart {
    width: 338px;
    height: 252px;
}
.dtlCnt_chart .chart.is-no {
    height: auto;
}
.dtlCnt_chart .mds {
    font-size: 14px;
    padding: 10px 0 0;
}
.dtlCnt_chart .mds span {
    display: inline-block;
    padding-left: 0.5em;
}
.dtlCnt_chart .mds span img {
    display: inline-block;
    vertical-align: middle;
}
.dtlCnt_main {
    width: 740px;
}
.dtlCnt_main .box {
    padding-top: 40px;
}
.dtlCnt_main .box .txt {
    font-size: 16px;
    line-height: 2;
}
.dtlCnt_main .slide {
    position: relative;
    padding: 8px 0;
    background: #222;
}
.dtlCnt_main .slider-thumb {
    padding: 0 8px;
    margin-top: 8px;
}
.dtlCnt-img {
    width: auto;
    height: 386px;
    margin: 0 auto;
    text-align: center;
    background: #222;
    box-sizing: border-box;
    padding: 8px;
}
.dtlCnt-img img {
    width: auto;
    height: 100%;
    max-width: 100%;
}
.dtlArt_wrap {
    padding-top: 80px;
}
.dtlArt_lst {
    padding-top: 40px;
}
.dtlArt_lst li {
    position: relative;
    margin-bottom: 20px;
}
.dtlArt_lst li.members:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/pop_member.png) no-repeat center;
    z-index: 10;
}
.dtlArt_lst li:last-child {
    margin-bottom: 0;
}
.dtlArt_lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 20px;
}
.dtlArt_lst .articlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #E5E5E5;
    width: 860px;
    padding-right: 30px;
}
.dtlArt_lst .articlebox .img {
    position: relative;
    width: 200px;
    height: 150px;
    border-radius: 6px;
    overflow: hidden;
}
.dtlArt_lst .articlebox .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
    z-index: 9;
}
.dtlArt_lst .articlebox .box {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-left: 30px;
}
.dtlArt_lst .articlebox .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.dtlArt_lst .articlebox .txt {
    font-size: 14px;
}
.dtlArt_lst .articlebox .category {
    padding-top: 15px;
    letter-spacing: -.4em;
}
.dtlArt_lst .articlebox .category li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    background: #EDEDED;
    border-radius: 30px;
}
.dtlArt_lst .profbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 300px;
    padding-left: 40px;
}
.dtlArt_lst .profbox .icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.dtlArt_lst .profbox .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 9;
}
.dtlArt_lst .profbox .txtbox {
    padding-left: 20px;
    box-sizing: border-box;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}
.dtlArt_lst .profbox .txtbox .title {
    font-size: 14px;
    margin-bottom: 5px;
}
.dtlArt_lst .profbox .txtbox .name {
    font-size: 16px;
}
.dtlApp_wrap {
    border: 2px solid #222;
    padding: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dtlApp_wrap .box {
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
    padding-right: 46px;
    box-sizing: border-box;
}
.dtlApp_wrap .box .ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dtlApp_wrap .box .txt {
    font-size: 14px;
    line-height: 2;
}
.dtlApp_wrap .reco {
    padding-top: 20px;
}
.dtlApp_wrap .reco .mds {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.dtlApp_wrap .reco .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dtlApp_wrap .reco .lst li {
    width: 216px;
    border-top: 2px solid #FFE036;
    border-bottom: 2px solid #FFE036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.dtlArt_wrap .reco .lst li .icn {
    margin-right: 15px;
}
.dtlArt_wrap .reco .lst li .txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.dtlApp_btn.c-btn.is-ver2 {
    width: 100%;
    margin: 50px auto 0;
}
.dtlSale_wrap {
    padding-top: 80px;
}
.dtlSale_box {
    padding-top: 40px;
}
.dtlSale_tbl {
    width: 100%;
}
.dtlSale_tbl thead th {
    background: #F5F5F5;
    font-size: 14px;
    line-height: 1;
    padding: 15px 30px;
}
.dtlSale_tbl td {
    font-size: 14px;
    padding: 28px 30px;
    border-bottom: 1px solid #E5E5E5;
}
.dtlSale_tbl td .is-fsl {
    font-size: 16px;
    font-weight: bold;
}
.dtlSale_tbl td .img {
    width: 140px;
    height: 105px;
    position: relative;
    overflow: hidden;
}
.dtlSale_tbl td .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 9;
}
.dtlSale_tbl td .btn {
    width: 100px;
}
.dtlSale_tbl td .btn a {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 0;
}
.dtlAccess_wrap {
    padding-top: 80px;
    margin-bottom: 80px;
}
.dtlAccess_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}
.dtlAccess_wrap .map,
.dtlAccess_wrap .view {
    width: 47.5%;
}
.dtlAccess_wrap.is-ver2 .map {
    width: 100%;
}
.dtlAccess_wrap .map iframe,
.dtlAccess_wrap .view iframe {
    width: 100%;
    height: 320px;
}
.dtlAccess_wrap.is-ver2 .map iframe {
    height: 300px;
}
.dtlAdd_wrap {
    padding-top: 60px;
}
.dtlAdd_box {
    border: 1px solid #F04A4A;
    background: #F8EFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.dtlAdd_box .txt {
    font-size: 18px;
    font-weight: bold;
    color: #F04A4A;
    padding-left: 44px;
    position: relative;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    box-sizing: border-box;
}
.dtlAdd_box .txt:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_add.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.dtlAdd_box .dtlAdd_btn {
    width: 340px;
    height: 56px;
}
.dtlAdd_box .dtlAdd_btn a {
    font-size: 16px;
}
.dtlAdd_box .dtlAdd_btn .is-btn {
    display: block;
}
.dtlAdd_box .dtlAdd_btn .is-btn:before {
    right: 20px;
    background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.dtlAdd_box .dtlAdd_btn.c-btn a:before {
    height: 54px;
}
.cnt_blank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.cnt_blank .in {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.cnt_blank .txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.cnt_blank .cnt_blankbtn {
    width: 340px;
    margin: 20px auto 0 auto;
}
.cnt_blank .cnt_blankbtn.c-btn.is-ver2 a {
    border: none;
}
.cnt_blank .cnt_blankbtn.c-btn.is-ver2 a:before {
    height: 56px;
}
.cnt_blankflx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
}
.cnt_blankflx .cnt_blankbtn {
    margin: 0 10px;
}
.dtlArt_not {
    border-radius: 6px;
    /* box-shadow: 0px 10px 30px rgb(0 0 0 / 6%); */
    background: #F5F5F5;
    padding: 40px 20px;
    margin-top: 40px;
}
.dtlArt_not .txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.dtlArt_not .add {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}
.dtlArt_not .dtlArt_btn.c-btn {
    display: table;
    width: 335px;
    height: 56px;
    margin: 20px auto 0;
}
.dtlArt_not .dtlArt_btn.c-btn.c-btn a {
    font-size: 16px;
}
.dtlArt_not .dtlArt_btn.c-btn.c-btn a:before {
    height: 54px;
}
.dtlArt_not .dtlArt_btn.c-btn.c-btn a .is-btn {
    display: block;
}
.dtlArt_not .dtlArt_btn.c-btn.c-btn a .is-btn:before {
    right: 20px;
    background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
    background-size: 100% auto;
}

.dtlArea_wrap {
    margin-bottom: 80px;
}
.dtlArea_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
.dtlAreaDtl_wrap {
    width: 282px;
    margin: 24px 24px 0 0;
}
.dtlAreaDtl_wrap:nth-child(-n+4) {
    margin: 0 24px 0 0;
}
.dtlAreaDtl_wrap:nth-child(4n) {
    margin: 24px 0 0 0;
}
.dtlAreaDtl_wrap:nth-child(4) {
    margin: 0 0 0 0;
}
.dtlAreaDtl_wrap a {
    display: block;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background: #fff;
    height: 100%;
}
.dtlAreaDtl_img {
    position: relative;
    height: 174px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.dtlAreaDtl_wrap.is-new .dtlAreaDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_new.png") no-repeat 0 0;
}
.dtlAreaDtl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px 6px 0 0;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.dtlAreaDtl_txt {
    padding: 18px 20px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.dtlAreaDtl_txt .name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.dtlAreaDtl_txt .price {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.dtlAreaDtl_txt .place {
    font-size: 12px;
}

.popup_wrap,
.popup_wrap2 {
    display: none;
}
.popup_wrap.active,
.popup_wrap2.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_bg {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_cls span {
    position: relative;
    margin: 0;
    transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
}
.popup_cls span:before,
.popup_cls span:after {
    position: absolute;
    content: "";
}
.popup_cls span:before {
    top: -15px;
}
.popup_cls span:after {
    top: 15px;
}
.popup_cls span:after {
    transform: translate(0px, -15px) rotate(-90deg);
}
.popup_cls span:before {
    transform: translate(0px, 15px) rotate(-90deg);
}
.popup_main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 60%;
    max-width: 700px;
    padding: 50px;
    border-radius: 6px;
    box-sizing: border-box;
}
.popup_main img {
    max-width: 1140px;
    width: 100%;
}
.popBox_wrap .txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.popBox_wrap .txt.ver2 {
    margin-bottom: 0;
    text-align: center;
}
.popBox_wrap textarea {
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    height: 300px;
}
.popBox_wrap .error {
    color: #F04A4A;
    font-size: 14px;
    padding-top: 10px;
}
.popBox_wrap .lst {
    padding: 30px 0 50px;
}
.popBox_wrap .lst li {
    font-size: 14px;
    line-height: 2;
}
.popBox_wrap .popBox_btn {
    width: 100%;
    height: 56px;
}
.popBox_wrap .popBox_btn.c-btn a {
    font-size: 16px;
}
.popBox_wrap .popBox_btn.c-btn a:before {
    height: 54px;
}
.popBox_wrap .popBox_btn.c-btn a .is-btn {
    display: block;
}
.popBox_wrap .popBox_btn.c-btn a .is-btn:before {
    right: 20px;
    background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.dtlProf_wrap {
    padding-top: 80px;
}
.dtlProf_box {
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    margin-top: 40px;
    position: relative;
}
.dtlProf_box .prof {
    width: 204px;
}
.dtlProf_box .prof .img {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.dtlProf_box .prof .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.dtlProf_box .prof .name {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}
.dtlProf_box .prof .name span {
    font-size: 20px;
    font-weight: bold;
}
.dtlProf_box .box {
    width: -webkit-calc(100% - 204px);
    width: calc(100% - 204px);
    box-sizing: border-box;
    padding-left: 40px;
}
.dtlProf_box .box .mds {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dtlProf_box .box .txt {
    font-size: 14px;
    line-height: 2;
}
.cmntDtl_in {
    width: -webkit-calc(100% - 204px);
    width: calc(100% - 204px);
    box-sizing: border-box;
    padding-left: 40px;
}
.cmntDtl_top {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cmntDtl_top .label {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cmntDtl_top .label li {
    line-height: 1;
    font-size: 14px;
    background: #fff;
    border-radius: 99px;
    padding: 7px 12px;
    margin: 0 10px 24px 0;
}
.cmntDtl_top .date {
    font-size: 12px;
    margin: 0 0 24px;
}
.cmntDtl_expln {
    overflow: hidden;
}
.cmntDtl_expln .ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.cmntDtl_expln .txt {
    font-size: 14px;
    line-height: 2;
}
.dtlEval_wrap {
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.dtlEval_wrap .dtlEval_ttl {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-right: 18px;
}
.dtlEval_wrap .what {
    display: inline-block;
}
.dtlEval_wrap .what a {
    font-size: 14px;
}
.dtlEval_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
.dtlEval_point {
    width: 40%;
    border-right: 1px solid #E5E5E5;
}
.dtlEval_point .point {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.dtlEval_point .point .cl {
    font-size: 34px;
    color: #F04A4A;
    margin: 0 5px;
}
.dtlEval_point .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}
.dtlEval_point .star li {
    margin-right: 5px;
}
.dtlEval_point .star li:last-child {
    margin-right: 0;
}
.dtlEval_graph {
    width: 60%;
    padding-left: 4%;
}
.dtlEval_graph .lst li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    margin-bottom: 6px;
}
.dtlEval_graph .lst li:last-child {
    margin-bottom: 0;
}
.dtlEval_graph .lst li .mds {
    width: 132px;
}
.dtlEval_graph .lst li .graph {
    width: 196px;
    height: 8px;
    background: #EDEDED;
    position: relative;
}
.dtlEval_graph .lst li .graph span {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    display: block;
    background: #4BD01B;
}
.dtlEval_graph .lst li .date {
    font-weight: bold;
    text-align: right;
    width: 4em;
}
.dtlCntchart_wrap {
    position: relative;
}
.sample_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 0;
}
.cnt_smchblank {
    margin-top: 10px;
}
.cnt_smchblankbtn.c-btn.is-ver4,
.cnt_smchblankbtn.c-btn.is-ver2 {
    width: 100%;
}
.cnt_smchblankbtn.c-btn.is-ver2 {
    margin: 0;
}
.cnt_smchblankbtn.c-btn.is-ver4 a {
    font-size: 16px;
}
.cnt_smchblank .in .cnt_smchblankbtn:not(:last-child) {
    margin-bottom: 20px;
}
.cnt_smchblank .c-intrdata-question {
    margin-top: 20px;
}
.dtlEval_wrap .what .q-icn {
    display: inline-block;
    padding-left: .5em;
}
.newnews_wrap .c-news_in {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.search_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    gap: 20px;
}
.searchDtl_wrap {
    width: 224px;
}
.searchDtl_wrap a {
    display: block;
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    background: #fff;
    height: 100%;
}
.searchDtl_img {
    position: relative;
    height: 138px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.searchDtl_wrap.is-new .searchDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_new2.png") no-repeat 0 0;
}
.searchDtl_wrap.is-sale .searchDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_sale.png") no-repeat 0 0;
}
.searchDtl_wrap.comment .searchDtl_img:after {
    content: "";
    position: absolute;
    display: block;
    width: 93px;
    height: 22px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: url("../img/pop_comment.png") no-repeat 0 0/100% auto;
}
.searchDtl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px 6px 0 0;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.searchDtl_txt {
    padding: 15px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.searchDtl_txt .name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.searchDtl_txt .price {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.searchDtl_txt .place {
    font-size: 12px;
}
.searchDtl_wrap.comment .searchDtl_img:after {
    content: "";
    position: absolute;
    display: block;
    width: 93px;
    height: 22px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: url(../img/pop_comment.png) no-repeat 0 0 / 100% auto;
}
.searchDtl_txt .searchDtl_txtbox {
    background: #F5F5F5;
    padding: 10px;
    box-sizing: border-box;
}
.dtlLearn_wrap {
    padding-top: 80px;
    margin-bottom: 100px;
}
.dtlLearn_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}
.dtlLearn_in {
    width: 282px;
    position: relative;
}
.dtlLearn_in .is-pop {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 40px;
    top: -10px;
    left: 20px;
    z-index: 10;
    background: url(../svg/recmd_img.svg) no-repeat center;
    background-size: 100% auto;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.444;
    box-sizing: border-box;
    padding-top: 2px;
    text-align: center;
}
.dtlLearn_in .is-pop span {
    position: relative;
}
.dtlLearn_in .is-pop span:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(../svg/recmd_off.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlLearn_in .is-pop.on span:before {
    background: url(../svg/recmd_on.svg) no-repeat center;
    background-size: 100% auto;
}
.dtlLearn_img {
    position: relative;
    width: 100%;
    height: 212px;
    border-radius: 6px;
    overflow: hidden;
    background: #ededed;
}
.dtlLearn_img a {
    width: 100%;
    height: 100%;
    display: block;
}
.dtlLearn_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.dtlLearn_dtl {
    width: 100%;
    margin: 15px 0 0 0;
}
.dtlLearn_dtl .txt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.dtlLearn_dtl .category {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 15px 10px;
    margin-top: 16px;
}
.dtlLearn_dtl .category li a {
    display: block;
    font-size: 10px;
    color: #222222;
    padding: 3px 10px;
    background: #ededed;
    border-radius: 76px;
    text-decoration: none;
}
@media (min-width: 768px) {
    .dtlHead_lst .lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .dtlHead_wrap .favbtn a:hover {
        opacity: .8;
    }
    .dtlHead_wrap .btm .list li a:hover {
        color: #000;
        background: #fff;
    }
    .dtlArt_lst li a:hover .articlebox .img img {
        width: 110%;
        height: 110%;
    }
    .dtlSale_tbl td .btn a:hover {
        background: #000;
        color: #fff;
    }
    .popup_main {
        height: 50vh;
        overflow-y: scroll;
    }
    .popup_main.ver2 {
        height: auto;
        overflow-y: auto;
    }
    .cnt_smchblank .c-intrdata-question a:hover {
        opacity: .8;
    }
    .dtlLearn_dtl .txt a:hover {
        text-decoration: underline;
    }
    .dtlLearn_dtl .category li a:hover {
        color: #fff;
        background: #222222;
    }
    .dtlLearn_img a:hover img {
        width: 110%;
        height: 110%;
    }
    .searchDtl_wrap a:hover .searchDtl_img img {
        width: 110%;
        height: 110%;
    }
}
@media only screen and (max-width: 767px) {
    .article-ttl {
        font-size: 20px;
        padding: 0 0 15px 0;
    }
    .dtlHead_wrap {
        padding: 20px 0;
    }
    .dtlHead_in {
        padding: 0;
    }
    .dtlHead_wrap .top {
        padding: 0 20px;
    }
    .dtlHead_wrap .top .icn {
        width: 60px;
        height: 60px;
    }
    .dtlHead_wrap .top .ttlbox {
        padding-left: 10px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        box-sizing: border-box;
    }
    .dtlHead_wrap .top .ttlbox .ttl {
        font-size: 24px;
        line-height: 1.5;
    }
    .dtlHead_wrap .txt {
        font-size: 14px;
        padding: 0 20px;
        padding-top: 20px;
    }
    .dtlHead_wrap .btm {
        display: block;
        padding-top: 0;
    }
    .dtlHead_wrap .btm .list {
        padding: 20px 20px;
        margin-bottom: 20px;
        margin-top: -10px;
        border-bottom: 1px solid #fff;
    }
    .dtlHead_wrap .btm .list li {
        line-height: 1;
    }
    .dtlHead_wrap .btm .list li a {
        font-size: 14px;
        padding: 8px 14px;
        border-radius: 30px;
    }
    .dtlHead_wrap .favbtn {
        margin: 0 auto;
    }
    .dtlHead_lst {
        padding: 20px 0;
    }
    .dtlHead_lst .lst {
        display: block;
    }
    .dtlHead_lst .lst li {
        width: 100%;
        margin-top: 15px;
    }
    .dtlHead_lst .lst li:first-child {
        margin-top: 0;
    }
    .dtlHead_lst .lst li .ttl {
        font-size: 12px;
        padding-left: 32px;
    }
    .dtlHead_lst .lst li .txt {
        font-size: 12px;
    }
    .dtlCnt_flx {
        display: block;
        padding-top: 20px;
    }
    .dtlCnt_side {
        width: 100%;
    }
    .dtlCnt_price {
        padding: 20px;
        margin-bottom: 20px;
    }
    .dtlCnt_price .ttl {
        font-size: 14px;
    }
    .dtlCnt_price .price {
        font-size: 14px;
        padding-top: 10px;
    }
    .dtlCnt_price .price span {
        font-size: 34px;
        font-weight: bold;
    }
    .dtlCnt_price .area {
        font-size: 12px;
        margin-top: 15px;
        padding: 10px;
    }
    .dtlCnt_price .what {
        padding-top: 15px;
        font-size: 12px;
    }
    .dtlCnt_price .what span img {
        width: 14px;
        height: 14px;
    }
    .dtlCnt_index {
        padding: 20px;
        margin-bottom: 20px;
        min-height: 186px;
    }
    .dtlCnt_index .ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .dtlCnt_index .box {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .dtlCnt_index .box .mds {
        font-size: 12px;
        line-height: 1.5;
    }
    .dtlCnt_index .box .mds span img {
        width: 14px;
        height: 14px;
    }
    .dtlCnt_index .box .date .lank {
        padding: 16px 0 0;
        margin-left: 20px;
    }
    .dtlCnt_chart .chart {
        width: 100%;
        height: auto;
    }
    .dtlCnt_chart .chart img {
        width: 100%;
        height: auto;
    }
    .dtlCnt_chart .mds {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .dtlCnt_chart .mds span img {
        width: 14px;
        height: 14px;
    }
    .dtlCnt_main {
        width: 100%;
    }
    .dtlCnt_main .box {
        padding-top: 40px;
    }
    .dtlCnt_main .box .txt {
        font-size: 14px;
    }
    .dtlCnt_main .slide {
        margin: 0 -20px;
    }
    .dtlCnt_main .slide {
        padding: 20px 0;
    }
    .dtlCnt_main .slider {
        padding: 0 30px;
    }
    .dtlCnt_main .slider-thumb {
        padding: 0 10px;
        margin-top: 20px;
    }
    .dtlCnt_main .view {
        max-height: 250px;
    }
    .dtlCnt-img {
        width: 100%;
        max-width: 365px;
        height: 211px;
    }
    .dtlArt_wrap {
        padding-top: 60px;
    }
    .dtlArt_lst {
        padding-top: 30px;
    }
    .dtlArt_lst li {
        margin-bottom: 20px;
    }
    .dtlArt_lst li:last-child {
        margin-bottom: 0;
    }
    .dtlArt_lst li a {
        display: block;
    }
    .dtlArt_lst .articlebox {
        display: block;
        border-right: none;
        width: 100%;
        padding-right: 0;
    }
    .dtlArt_lst .articlebox .img {
        width: 100%;
        height: 220px;
        border-radius: 6px;
    }
    .dtlArt_lst .articlebox .box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .dtlArt_lst .articlebox .ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .dtlArt_lst .articlebox .txt {
        font-size: 12px;
    }
    .dtlArt_lst .articlebox .category {
        padding-top: 10px;
    }
    .dtlArt_lst .articlebox .category li {
        font-size: 10px;
        margin: 0 10px 0 0;
        padding: 2px 10px;
    }
    .dtlArt_lst .profbox {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #E5E5E5;
    }
    .dtlArt_lst .profbox .icon {
        width: 50px;
        height: 50px;
    }
    .dtlArt_lst .profbox .txtbox {
        padding-left: 20px;
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
    }
    .dtlArt_lst .profbox .txtbox .title {
        font-size: 12px;
        margin-bottom: 0;
    }
    .dtlArt_lst .profbox .txtbox .name {
        font-size: 14px;
    }
    .dtlApp_wrap {
        padding: 30px 20px 20px;
        display: block;
        border-radius: 6px;
    }
    .dtlApp_wrap .img {
        text-align: center;
    }
    .dtlApp_wrap .img img {
        width: 100%;
        max-width: 174px;
        height: auto;
    }
    .dtlApp_wrap .box {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .dtlApp_wrap .box .ttl {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .dtlApp_wrap .box .txt {
        font-size: 12px;
    }
    .dtlApp_wrap .reco {
        padding-top: 30px;
    }
    .dtlApp_wrap .reco .mds {
        font-size: 16px;
    }
    .dtlApp_wrap .reco .lst {
        display: block;
    }
    .dtlApp_wrap .reco .lst li {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 8px;
    }
    .dtlApp_wrap .reco .lst li:last-child {
        margin-bottom: 0;
    }
    .dtlArt_wrap .reco .lst li .icn {
        margin-right: 15px;
    }
    .dtlApp_btn.c-btn.is-ver2 {
        width: 100%;
        margin: 30px auto 0;
    }
    .dtlSale_wrap {
        padding-top: 80px;
    }
    .dtlSale_box {
        padding-top: 40px;
    }
    .dtlSale_lst {
        border-bottom: 1px solid #E5E5E5;
    }
    .dtlSale_tbl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #E5E5E5;
        padding: 20px 0;
    }
    .dtlSale_tbl .box {
        box-sizing: border-box;
    }
    .dtlSale_tbl .box .txt {
        font-size: 14px;
        padding-top: 24px;
    }
    .dtlSale_tbl .box .txt span {
        font-size: 16px;
        font-weight: bold;
    }
    .dtlSale_tbl .box:first-child {
        width: 140px;
    }
    .dtlSale_tbl .box:last-child {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        box-sizing: border-box;
        padding-left: 36px;
    }
    .dtlSale_tbl .img {
        width: 100%;
        height: 140px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .dtlSale_tbl .img.ver2 {
        height: 105px;
        margin-top: 20px;
    }
    .dtlSale_tbl .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        width: auto;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        z-index: 9;
    }
    .dtlSale_tbl .img.ver2 img {
        width: 100%;
        height: 100%;
    }
    .dtlSale_tbl .logo {
        margin-top: 10px;
    }
    .dtlSale_tbl .btn {
        width: 100px;
        margin-top: 20px;
    }
    .dtlSale_tbl .btn a {
        display: block;
        text-align: center;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        background: #fff;
        text-decoration: none;
        border: 1px solid #000;
        border-radius: 6px;
        padding: 10px 0;
    }
    .dtlAccess_wrap {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .dtlAccess_wrap .box {
        display: block;
        padding-top: 20px;
    }
    .dtlAccess_wrap .map {
        margin-bottom: 20px;
    }
    .dtlAccess_wrap .map,
    .dtlAccess_wrap .view {
        width:100%;
    }
    .dtlAccess_wrap .map iframe,
    .dtlAccess_wrap .view iframe {
        width: 100%;
        height: 188px;
    }
    .dtlAdd_wrap {
        padding-top: 20px;
    }
    .dtlAdd_box {
        display: block;
        padding: 20px;
    }
    .cnt_blank .in {
        padding: 0 20px;
    }
    .dtlAdd_box .txt {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 34px;
        width: 100%;
        margin-bottom: 10px;
    }
    .dtlAdd_box .txt:before {
        left: 0;
        top: 2px;
        transform: none;
    }
    .dtlAdd_box .dtlAdd_btn {
        width: 100%;
    }
    .cnt_blank .txt {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 1.4;
    }
    .cnt_blank .cnt_blankbtn {
        width: 100%;
        max-width: 275px;
        margin: 15px auto 0 auto;
    }
    .cnt_blank .cnt_blankbtn.c-btn.is-ver2 a {
        border: none;
    }
    .cnt_blank .cnt_blankbtn.c-btn.is-ver2 a:before {
        height: 56px;
    }
    .cnt_blankflx {
        display: block;
        margin: 0;
    }
    .cnt_blankflx .cnt_blankbtn {
        margin: 20px auto 0 auto;
    }
    .dtlArt_not {
        margin-top: 30px;
    }
    .dtlArt_not .dtlArt_btn.c-btn {
        width: 100%;
    }
    .dtlArt_not .dtlArt_btn.c-btn.c-btn a {
        font-size: 14px;
    }
    .dtlArt_not .add {
        font-size: 10px;
        padding-top: 20px;
    }

    .dtlArea_wrap {
        margin-bottom: 60px;
    }
    .dtlArea_list {
        margin: 30px 0 0 0;
    }
    .dtlAreaDtl_wrap {
        width: 47.165%;
        margin: 20px 5.67% 0 0;
    }
    .dtlAreaDtl_wrap:nth-child(-n+4),
    .dtlAreaDtl_wrap:nth-child(4n),
    .dtlAreaDtl_wrap:nth-child(4) {
        margin: 20px 5.67% 0 0;
    }
    .dtlAreaDtl_wrap:nth-child(-n+2) {
        margin: 0 5.67% 0 0;
    }
    .dtlAreaDtl_wrap:nth-child(2n) {
        margin: 20px 0 0 0;
    }
    .dtlAreaDtl_wrap:nth-child(2) {
        margin: 0;
    }
    .dtlAreaDtl_wrap.is-new .dtlAreaDtl_img:before {
        width: 50px;
        height: 50px;
        background: url("../img/sp/pop_new.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .dtlAreaDtl_img {
        height: 97px;
    }
    .dtlAreaDtl_img img {
        width: 100%;
        height: auto;
    }
    .dtlAreaDtl_txt {
        padding: 10px;
    }
    .dtlAreaDtl_txt .name {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
    .dtlAreaDtl_txt .price {
        font-size: 12px;
        margin: 0;
    }

    .popup_cls {
        padding: 18px;
    }
    .popup_main {
        height: -webkit-calc(70vh - 60px);
        height: calc(70vh - 60px);
        overflow-y: scroll;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 35px;
    }
    .popup_main.ver2 {
        height: auto;
        height: auto;
        overflow-y: auto;
    }
    .popBox_wrap .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .popBox_wrap textarea {
        padding: 10px 10px;
        height: 200px;
        font-size: 14px;
    }
    .popBox_wrap .error {
        font-size: 12px;
        padding-top: 5px;
    }
    .popBox_wrap .lst {
        padding: 20px 0;
    }
    .popBox_wrap .lst li {
        font-size: 12px;
    }
    .popBox_wrap .popBox_btn.c-btn a {
        font-size: 14px;
    }
    .dtlProf_wrap {
        padding-top: 60px;
    }
    .dtlProf_box {
        display: block;
        padding: 20px;
        margin-top: 30px;
    }
    .dtlProf_box .prof {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .dtlProf_box .prof .img {
        width: 80px;
        height: 80px;
    }
    .dtlProf_box .prof .name {
        font-size: 10px;
        margin-top: 0;
        text-align: left;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding-left: 20px;
    }
    .dtlProf_box .prof .name span {
        font-size: 14px;
    }
    .dtlProf_box .box {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .dtlProf_box .box .mds {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .dtlProf_box .box .txt {
        font-size: 12px;
    }
    .dtlProf_box .box img {
        width: 100%;
        height: auto;
    }
    .cmntDtl_in {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .cmntDtl_top .label {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cmntDtl_top .label li {
        line-height: 1;
        font-size: 14px;
        background: #fff;
        border-radius: 99px;
        padding: 7px 12px;
        margin: 0 10px 24px 0;
    }
    .cmntDtl_top .date {
        font-size: 12px;
        margin: 0 0 24px;
    }
    .cmntDtl_expln {
        overflow: hidden;
    }
    .cmntDtl_expln .ttl {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 20px;
    }
    .cmntDtl_expln .txt {
        font-size: 12px;
        line-height: 2;
    }
    .cmntDtl_noimg img {
        width: 100%;
        height: auto;
    }
    .dtlEval_wrap {
        margin-top: 20px;
        padding: 20px;
    }
    .dtlEval_wrap .dtlEval_ttl {
        display: block;
        font-size: 14px;
        margin: 0 0 8px;
    }
    .dtlEval_wrap .what {
        display: block;
        margin: 0 0 8px;
    }
    .dtlEval_wrap .what a {
        font-size: 12px;
    }
    .dtlEval_flx {
        display: block;
        padding-top: 0;
    }
    .dtlEval_point {
        width: 100%;
        border-right: none;
    }
    .dtlEval_point .point {
        font-size: 12px;
    }
    .dtlEval_point .point .cl {
        font-size: 34px;
        margin: 0 5px;
    }
    .dtlEval_point .star {
        padding-top: 8px;
    }
    .dtlEval_graph {
        width: 100%;
        padding: 20px 0 0;
    }
    .dtlEval_graph .lst li {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .dtlEval_graph .lst li .mds {
        width: 10em;
    }
    .dtlEval_graph .lst li .graph {
        width: -webkit-calc(100% - 14em);
        width: calc(100% - 14em);
    }
    .sample_txt {
        height: calc(100% - 10px);
    }
    .cnt_smchblank {
        margin-top: 5px;
    }
    .cnt_smchblank .in {
        display: flex;
        justify-content: space-between;
    }
    .cnt_smchblankbtn.c-btn.is-ver4,
    .cnt_smchblankbtn.c-btn.is-ver2 {
        width: calc(50% - 7.5px);
        margin: 0;
    }
    .cnt_smchblankbtn.c-btn.is-ver4 a,
    .cnt_smchblankbtn.c-btn.is-ver2 a {
        font-size: 14px;
        line-height: 1.429;
    }
    .cnt_smchblankbtn.c-btn.is-ver4 .is-btn,
    .cnt_smchblankbtn.c-btn.is-ver2 .is-btn {
        padding: 0 15px 0 0;
    }
    .cnt_smchblank .in .cnt_smchblankbtn:not(:last-child) {
        margin-bottom: 0;
    }
    .searchDtl_wrap {
        width: calc(50% - 9.5px);
    }
    .searchDtl_wrap.is-new .searchDtl_img:before {
        width: 50px;
        height: 50px;
        background: url(../img/sp/pop_new.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .searchDtl_wrap.is-sale .searchDtl_img:before {
        width: 50px;
        height: 50px;
        background: url(../img/sp/pop_sale.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .searchDtl_img {
        height: 97px;
    }
    .searchDtl_img img {
        width: 100%;
    }
    .searchDtl_txt {
        padding: 10px;
    }
    .searchDtl_txt .name {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
    .searchDtl_txt .price {
        font-size: 12px;
        margin: 0;
    }
    .search_list {
        margin: 20px 0 0 0;
        gap: 20px 0;
        justify-content: space-between;
    }
    .searchDtl_txt .searchDtl_txtbox {
        padding: 5px;
    }
    .searchDtl_txt .searchDtl_txtbox .price,
    .searchDtl_txt .searchDtl_txtbox .distance {
        font-size: 10px;
    }
    .searchDtl_txt .searchDtl_txtbox .price {
        margin-bottom: 0;
    }
    .dtlLearn_wrap {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .dtlLearn_list {
        justify-content: space-between;
        gap: 20px 0;
        margin-top: 20px;
    }
    .dtlLearn_in {
        width: calc(50% - 9.5px);
    }
    .dtlLearn_in .is-pop {
        left: 10px;
    }
    .dtlLearn_img {
        height: 119px;
    }
    .dtlLearn_dtl {
        margin: 10px 0 0 0;
    }
    .dtlLearn_dtl .txt {
        font-size: 14px;
    }
    .dtlLearn_dtl .category {
        gap: 10px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .dtlSale_tbl .box:first-child {
        width: 100px;
    }
    .dtlApp_btn.c-btn.is-ver2 a {
        font-size: 13px;
    }
    .dtlEval_graph .lst li {
        font-size: 10px;
    }
    .cnt_smchblankbtn.c-btn.is-ver4 .is-btn,
    .cnt_smchblankbtn.c-btn.is-ver2 .is-btn {
        padding: 0 10px 0 0;
    }
    .cnt_smchblankbtn.c-btn.is-ver4 .is-btn::before {
        right: 10px;
    }
}
