@charset "utf-8";

/*COMMON STYLE*/

.scroll-x-image {
    overflow-x: auto;
}
.scroll-x-image img {
    max-width: initial !important;
    max-height: initial !important;
    width: 730px !important;
}

body.single:not(.admin-bar) {
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
}
body.single:not(.admin-bar) ul.listRepu {
    user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-drag: element;
    -khtml-user-drag: element;
}

.twitter-tweet {
    pointer-events: none;
}
iframe.youtube {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    top: 0;
    left: 0;
    margin: 30px auto;
}
.fairLabeling {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
    font-size: 0.8em;
    color: #888;
	right: 0;
    position: absolute;
}
.myBase .contentCenter .rll-youtube-player img {
    width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: 16/9;
}
.contentShop .contentText{
    max-width: 940px;
    padding: 0 20px;
    margin:  50px auto;
}

.contentText {
    margin-top: 37px;
    word-break: break-all;
}

.contentText h1 {
    color: #fff;
    font-size: 26px;
    background-color: #ffa800;
    padding: 6px 15px 10px 35px;
    letter-spacing: -1.2px;
    border-bottom: 5px solid #dadada;
    margin-bottom: 15px;
}

.contentText p {
    font-size: 1.2em;
    color: #454545;
    line-height: 1.75;
    margin-bottom: 1em;
}

.contentText h2 {
    font-size: 2em;
    color: #000;
    background: url(../images/card-company-detail/line.png) repeat-x bottom left, url(../images/card-company-detail/line.png) repeat-x top left, url(../images/column/icon_quotations_org.png) no-repeat top 22px left;
    padding: 18px 15px 22px 35px;
    margin: 3.5em 0 1em;
    letter-spacing: -0.9px;
}

.contentText h3 {
    color: #000;
    font-size: 1.7em;
    border-bottom: 3px solid #f6f6f6;
    margin: 2em 0 1em;
    padding: 12px 27px;
    letter-spacing: -0.8px;
    position: relative;
}

.contentText h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    width: 21px;
    height: 6px;
    background: #ff7312;
    border-radius: 3px;
}
.contentText h3.shopListItemTitle .star-avg .numberReview {
    margin: 0;
}


.contentText h4 {
    font-size: 1.6em;
    color: #000;
    position: relative;
    margin: 1.2em 0 1em;
    padding: 11px 0;
    letter-spacing: -0.8px;
}

.contentText h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background: #ff7312;
}

.contentText h5 {
    font-size: 1.5em;
    color: #000;
    margin: 1.2em 0 1em;
    letter-spacing: -0.8px;
}

.contentText blockquote {
    font-style: normal;
    background-color: #fffbf8;
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 1.5em;
    padding: 20px;
}

.contentText blockquote p {
    line-height: 1.5rem;
}

.contentText blockquote.wp-embedded-content {
    width: 100%;
    margin-bottom: 0;
    padding: .8rem;
    font-size: .8rem;
    border-left: 5px solid rgb(33 150 243 / 5%);
    background-color: #f5faff;
}
.wp-embedded-content p {
    margin-bottom: 0;
}
.wp-embedded-content a {
    color: #2196f3;
}
.contentText .extra-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 29px;
    display: block;
    table-layout: fixed;
    width: 100%;
}

.contentText .extra-wrapper::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.contentText table {
    margin-bottom: 29px;
}

.contentText table tr th {
    background-color: #e0f1fb;
    font-size: 16px;
    color: #2f3a41;
    padding: 12px 6px 13px;
}

.contentText table tr th[colspan] {
    padding: 6px;
}

.contentText table tr.thColspan th {
    background: #f2faff;
    padding: 6px;
}

.contentText table tr {
    height: auto!important;
}

.contentText table tr td {
    font-size: 16px;
    color: #000;
    height: auto!important;
    padding: 0.5rem 1rem;
}

.contentText table tr td ul {
    margin: 0;
}
.contentText table.apptable th,
.contentText table.apptable td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 16px;
}
.contentText table.apptable td img {
    width: 25px;
}
td.applink a {
    color: #000!important;
}
.contentText table.apptable th,
._sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
._sticky.z-02 {
  z-index: 2;
}

.contentText ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.contentText div ul {
    margin-top: 0;
    margin-bottom: 0;
}
.contentText ol li,
.contentText ul li {
    margin-bottom: 7px;
    color: #454545;
    font-size: 15px;
    letter-spacing: 0.1px;
    position: relative;
    transition: all 0.4s;
}
.contentText ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('../images/column/icon_check-org.png') no-repeat center center/cover;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 4px;
}

.contentText ol {
    padding-left: 1.5em;
    margin: 1em 0 1.5em;
}
.contentText ol li::marker {
    color: #ff7312;
    font-weight: 600;
}

.contentText table {
    width: 100%;
}
.contentText table, .contentText th, .contentText td {
    border: 1px solid rgba(0,0,0,.1);
}


/* TABLE OF CONTENT */
.contentText .lwptoc {
    margin: 1em 0 4em;
    /*position: sticky;
    top: 64px;
    z-index: 100;*/
}
/*.admin-bar .contentText .lwptoc {
    top: 99px;
    z-index: 100;
}*/
.contentText .lwptoc:first-child {
    margin-top: 0;
}
.contentText .lwptoc .lwptoc_i {
    display: block;
    padding: 0;
}
.contentText .shortcode-btn {
    margin-bottom: 10px;
    max-width: max-content;
    width: 100%;
    margin: 16px auto 100px;
    line-height: 1em;
	display: flex;
	gap: 10px;
}
.contentText .shortcode-btn a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 12px 14px 14px;
    font-size: 25px;
    background-image: linear-gradient(45deg, #ff3c00, #ffa700);
    box-shadow: 0px 5px 13px 0px rgb(241 188 160 / 90%);
    border-radius: 50px;
	position: relative;
	overflow: hidden;
	text-decoration: none!important;
}
.contentText .shortcode-btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: btn 3s ease-in-out infinite;
}
.single-post .wrappercontent .contentCenter .contentText .shortcode-btn a.offiBtn {
    color: #fff;
}
.single-post .wrappercontent .contentCenter .contentText .shortcode-btn a.viewBtn {
	color: #ffa700;
    background-image: linear-gradient(0deg, #fff, transparent);
    border: 3px solid;
}
.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
    box-shadow: 0 0 10px #f3edda;
    transition: .3s;
}
.lkc-external-wrap:hover,
.lkc-internal-wrap:hover,
.lkc-this-wrap:hover {
    box-shadow: 0 0 10px #f1e7c5;
    transition: .3s;
}
.linkcard {
    display: inline-block;
    max-width: 390px;
    width: 100%;
}
.lkc-card {
    padding: 4px;
}
.lkc-title-text:hover {
    text-decoration: none!important;
}
.lkc-card .lkc-content {
    height: auto;
}
.myBase .contentCenter img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.cta-shop-button .a-shop-button {
    display: block;
    max-width: max-content;
    background: rgb(255,60,0);
    background: linear-gradient(90deg, rgba(255,60,0,1) 0%, rgba(255,169,0,1) 100%);
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0px 5px 13px 0px rgb(241 188 160 / 90%);
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff!important;
    margin: 2rem auto 5rem;
    transition: .3s;
	position: relative;
	overflow: hidden;
}
.cta-shop-button .a-shop-button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: btn 3s ease-in-out infinite;
}
@-webkit-keyframes btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}
.cta-shop-button .a-shop-button:hover {
    box-shadow: 0px 3px 6px 0px rgb(241 188 160 / 90%);
    transform: translateY(3px);
    transition: .3s;
}
.areaColumn .columnItem {
    display: block;
    padding: 0;
    border: none;
}

.areaColumn .columnItem:last-child {
    border: none;
}

.areaColumn .columnItem .colPhoto {
    width: 100%;
    margin-bottom: 15px;
}

.areaColumn .columnItem .colPhoto img {
    height: 100%;
    max-height: 100%;
}

.areaColumn .columnItem .colContent {
    width: 100%;
}

.areaColumn .columnItem .colContent .colHead{
    margin-bottom: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.areaColumn .columnItem .colContent .colHead .colCate {
    color: #ff6514;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 8px;
    /*margin-right: 0;*/
}
.areaColumn .columnItem .colContent .colHead .colCate a.hover {
    color: #ff6514;
}
.areaColumn .columnItem .colContent .colHead .cate{
    display: flex;
    margin-bottom: 10px;
}

.areaColumn .columnItem .colContent .colHead .colCate + .colCate{
    margin-left: 10px;
}
.areaColumn .columnItem .colContent .colHead .colCate::last-child{
    margin-right: 37px;
}
.areaColumn .columnItem .colContent .colHead .spRow {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 83px;
}

.areaColumn .columnItem .colContent .colHead .pigAnimation {
    margin-left: auto;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: -160px;
}

@keyframes coin-drop {
    0% { opacity: 0; transform: translateY(-100px); }
    60% { opacity: 1; }
    70% { transform: translateY( 250px) ;  }
    100% { transform: translateY( 250px) ;  }
}
@keyframes fat-pig {
    0% { transform: scale(1, 1) translateX(0) translateY(0); }
    60% { transform: scale(1, 1) translateX(0) translateY(0); }
    70% { transform: scale(1.05, 1.05) translateX(-16px) translateY(-16px); }
    80% { transform: scale(1, 1) translateX(0) translateY(0); }
    90% { transform: scale(1.05, 1.05) translateX(-16px) translateY(-16px); }
    100% { transform: scale(1, 1) translateX(0) translateY(0); }
}

.areaColumn .columnItem .colContent .colHead .colClock,
.areaColumn .columnItem .colContent .colHead .colUpdate {
    font-size: 14px;
    color: #888;
}

.areaColumn .columnItem .colContent .colHead .colClock:before,
.areaColumn .columnItem .colContent .colHead .colUpdate:before {
    width: 15px;
    height: 15px;
}

.areaColumn .columnItem .colContent .colHead .colClock {
    margin-right: 18px;
}

.areaColumn .columnItem .colContent .colTitle {
    color: #000;
    font-size: 30px;
    line-height: 1.35;
    margin-top: 0;
    border-bottom: 4px solid #333333;
    padding-bottom: 26px;
}

.areaColumn .columnItem .listTag {
    overflow: hidden;
    margin-top: 31px;
}

.areaColumn .columnItem .listTag li {
    float: left;
    margin-bottom: 5px;
}

.areaColumn .columnItem .listTag li:not(:last-child) {
    margin-right: 5px;
}

.areaColumn .columnItem .listTag li a {
    text-align: center;
    color: #000;
    display: block;
    background: #eff4f7;
    padding: 3px 10px 2px;
}

.areaColumn .contentCenter .contentDetail {
    margin-top: 48px;
}

.boxCollapse {
    margin-top: 37px;
}

.boxCollapse .boxHead {
    background-color: #cde5f5;
    text-align: center;
    position: relative;
}

.boxCollapse .boxHead .title {
    padding: 11px 0 12px;
    cursor: pointer;
}

.boxCollapse .boxHead .title span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

.boxCollapse .boxHead .title span:before {
    content: "";
    width: 22px;
    height: 15px;
    background: url('../images/column/icon_menu.png') no-repeat center center/cover;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -1px;
}

.boxCollapse .boxHead .btnCollapse {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 26px;
    height: 26px;
    background: url('../images/column/btn-close.png') no-repeat center center/cover;
    cursor: pointer;
    transform: translateY(-50%) rotate(180deg);
    transition: all 300ms linear;
}

.boxCollapse.toggle .boxHead .btnCollapse {
    transform: translateY(-50%) rotate(0);
}

.boxCollapse .boxContent {
    background: #f2faff;
    padding: 20px;
    display: none;
}

.boxCollapse .boxContent .boxContentPaper {
    background: #fff;
    padding: 20px 16px 14px;
    box-shadow: 0 0 10px rgba(195, 216, 230, 0.15);
}

.boxCollapse .boxContent .boxContentPaper .listLink li {
    margin-bottom: 11px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li .number {
    font-weight: bold;
    color: #000;
    margin-right: 8px;
    font-size: 16px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li>ul li .number {
    font-size: 15px;
    margin-right: 10px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li a {
    color: #454545;
    font-size: 16px;
    border-bottom: 1px solid #454545;
    padding-bottom: 2px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li a:hover {
    color: #ff7123;
    border-color: #ff7123;
}

.boxCollapse .boxContent .boxContentPaper .listLink li>ul {
    margin: 12px 0 15px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li>ul li {
    padding-left: 24px;
    margin-bottom: 14px;
}

.boxCollapse .boxContent .boxContentPaper .listLink li>ul li a {
    font-size: 14px;
}

.single-post .wrappercontent .contentCenter a {
    color: #727dfe;
}
.single-post .wrappercontent .contentCenter a:not(.a-shop-button):hover {
    text-decoration:underline;
}

.single-post .wrappercontent .contentCenter a.shop-image{
    display: block;
    width: 100px;
}

.lwptoc-baseItems .lwptoc_items {
    max-height: 205px;
    overflow: hidden;
    transition: all 0.4s;
}
.lwptoc-baseItems .lwptoc_items::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.lwptoc .lwptoc_header {
    background-color: #cde5f5;
    text-align: center;
    position: relative;
    margin: 0;
}
.lwptoc .lwptoc_header .lwptoc_title {
    padding: 11px 0 12px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}
.lwptoc .lwptoc_header .lwptoc_title:before {
    content: "";
    width: 22px;
    height: 15px;
    background: url('../images/column/icon_menu.png') no-repeat center center/cover;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -1px;
}
.lwptoc .lwptoc_header .lwptoc_toggle {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 26px;
    height: 26px;
    background: url('../images/column/btn-close.png') no-repeat center center/cover;
    cursor: pointer;
    transform: translateY(-50%) rotate(0);
    transition: all 300ms linear;
    display: none;
}
.lwptoc .lwptoc_i.toggle .lwptoc_header .lwptoc_toggle {
    transform: translateY(-50%) rotate(180deg);
}
.lwptoc .lwptoc_i {
    position: relative;
}
.lwptoc .lwptoc_header .lwptoc_toggle *,
.lwptoc .lwptoc_header .lwptoc_toggle:before,
.lwptoc .lwptoc_header .lwptoc_toggle:after {
    display: none;
}
.lwptoc .lwptoc_items {
    background: #f2faff;
    padding: 20px;
/*    position: absolute;*/
    width: 100%;
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap {
    background: #fff;
    padding: 20px 16px 55px;
    box-shadow: 0 0 10px rgba(195, 216, 230, 0.15);
}
.lwptoc .lwptoc_items .lwptoc_item {
    margin-bottom: 11px;
}
.lwptoc .lwptoc_items .lwptoc_item a {
    color: #454545;
    font-size: 16px;
}
.lwptoc .lwptoc_items .lwptoc_item a:hover {
    color: #ff7123;
    border-color: #ff7123;
}
.lwptoc .lwptoc_items .lwptoc_item .lwptoc_item_number {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    margin-right: 8px;
    font-size: 16px;
}
.lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number {
    font-size: 15px;
    margin-right: 10px;
}
.lwptoc .lwptoc_items .lwptoc_item a .lwptoc_item_label {
    padding-bottom: 2px;
}
.lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap {
    margin: 12px 0 15px;
}
.lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item {
    padding-left: 24px;
    margin-bottom: 5px;
}
.lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item a {
    font-size: 14px;
}
.lwptoc .lwptoc_i:after {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to bottom, transparent , #FFF);
}
.lwptoc .lwptoc_i.show:after {
    display: none;
}
.lwptoc .lwptoc_i .tocToggleBtn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.lwptoc .lwptoc_i.show .tocToggleBtn {
    bottom: 40px;
}
.lwptoc .lwptoc_i .tocToggleBtn a {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #656565;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 75, 216, 0.24);
    padding: 6px 2px;
}
.lwptoc .lwptoc_i .tocToggleBtn a:after {
    content: "⌵";
    font-size: 21px;
    line-height: 1;
    transform: translateY(-4px);
    transition: all 0.4s;
    margin-left: 7px;
}
.lwptoc .lwptoc_i.show .tocToggleBtn a:after {
    transform: translateY(5px) rotate(180deg);
}
.lwptoc .lwptoc_i .tocToggleBtn a:hover {
    opacity: 0.75;
    text-decoration: none;
}
.lwptoc .lwptoc_i .tocToggleBtn .txtclose {
    display: none;
}
.lwptoc .lwptoc_i.show .tocToggleBtn .txtopen {
    display: none;
}
.lwptoc .lwptoc_i.show .tocToggleBtn .txtclose {
    display: block;
}

.contentDetail .btnLink1 {
    margin-right: 96px;
    vertical-align: middle;
}

.contentDetail .btnLink1 a {
    border-bottom: 4px solid #ff9100;
    padding: 5px 0 5px 2px;
    position: relative;
}

.contentDetail .btnLink1 a:after {
    content: "";
    width: 39px;
    height: 39px;
    background: url('../images/column/btn-link1.png') no-repeat center center/100%;
    position: absolute;
    right: -42px;
    top: -4px;
}

.single .btnLink2 {
    margin-right: 32px;
    vertical-align: middle;
}

.contentDetail .btnLink2 a {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
}

.contentDetail .btnLink2 a:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon_arrow-orange.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    transition: all 0.2s;
}

.contentDetail .btnLink3 {
    vertical-align: middle;
    transform: translateY(2px);
}

.contentDetail .btnLink3 a {
    max-width: 460px;
    width: 100%;
    width: max-content;
    color: #fff!important;
    background-image: linear-gradient(to right, #ff3c00 50%, #ffc200);
    display: block;
    text-align: center;
    padding: 7px 33px 8px 12px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 5px 13px rgb(241 188 160 / 90%);
}

.contentDetail .btnLink3 a:after {
    content: "";
    position: absolute;
    background: url(../images/index/btn-arrow.png) no-repeat;
    background-size: 100%;
    width: 8px;
    height: 12px;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.single-post .boxFaqSingle .listQ li .boxAns .ans:after,
.single-post .boxFaqSingle .listQ li .quest:after {
    transition: .2s;
}
.single-post .boxFaqSingle .listQ li .quest {
    border-bottom: none;
    margin: 0;
    font-size: 1.1em;
    padding-right: 28px;
}
.single-post .boxFaqSingle .listQ li .quest.click {
    font-size: 13px;
}
.single-post .boxFaqSingle .listQ li .boxAns .ans {
    font-size: 1.1em;
    padding: 0 1.2em 0 2em;
    margin: 0 0 10px;
}
.single-post .boxFaqSingle .listQ li .boxAns .ans:before {
    content: none;
}

.shortcode-shop table tr td:first-child {
    width: 205px;
    background: #e0f1fb;
    font-weight: bold;
}
.shortcode-shop table tr td:last-child {
    text-align: left;
    padding-left: 20px;
}
.ss-info-wrap {
    border: 5px solid #f7f7f7;
    background-color: #fff8f3;
    padding: 10px;
}
.ss-rate td:nth-child(2) {
    color: #f00;
    font-family: roboto condensed,yakuhanjp,noto sans jp,sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}
.colum-review {
    position: relative;
}
.colum-review .pagingNav {
    display: none!important;
}
.colum-review a {
    position: absolute;
    right: 0;
    top: 24px;
    font-weight: normal;
    font-size: 16px;
    padding-left: 25px;
}
.colum-review a:before {
    content: "";
    position: absolute;
    background: url(../assets/images/common/icon_arrow-orange.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 56%;
    transform: translateY(-50%);
    transition: all 0.2s;
}
.colum-review a:hover {
    text-decoration: underline;
}
.colum-review ul.listRepu li {
    padding: 5px;
    padding-top: 32px;
}
.colum-review ul.listRepu li:before {
    content: none;
}
.colum-review .listRepu>li .clickHeart {
    display: flex;
    align-items: center;
    width: 141px;
    position: absolute;
    right: 15px;
    bottom: -23px;
    justify-content: flex-end;
}

.colum-review .listRepu>li .clickHeart .numberHeart {
    font-size: 21px;
    font-weight: bold;
    color: #F9595F;
}

.colum-review .listRepu>li .heart {
    width: 100px;
    height: 100px;
    background: url("../images/card-company-detail/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
    transform: translate(30px, 0px);

}

.colum-review .listRepu>li .heart.active {
    transition-duration: 1s;
    background-position: -2800px 0;
}
.colum-review ul > li {
    padding: 32px 0px 13px;
    border: 10px solid #f7f7f7;
    margin-bottom: 20px;
    position: relative;

}

.colum-review ul > li .boxInfo {
    overflow: hidden;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .avata {
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top: 6px;
    width: 75px;
    border-radius: 50px;
    background-color: #ffdbcd;
    overflow: hidden;
}
.colum-review ul > li .boxInfo .avata img {
    width: 100%;
    max-height: 75px;
}
.colum-review ul > li .boxInfo .avata .reviewName {
    display: block;
    width: 100%;
    margin-top: 2px;
}
.colum-review ul > li .boxInfo .atm {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 13px;
    background: url(../assets/images/card-company-detail/line.png) repeat-x bottom left;
    margin-bottom: 16px;
}
.colum-review ul > li .boxInfo .atm .rate .star {
    display: inline-block;
    vertical-align: middle;
    padding-right: 17px;
}
.colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li {
    width: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    border: none;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li:not(:first-child) {
    margin-left: -2px;
}
.colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li .score-detail {
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    background: url(../images/common/icon_star_non.png) no-repeat top left/contain;
    padding: 0;
    position: relative;
    z-index: 1;
}
.colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li .rating {
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    z-index: 0;
    background: #ffd800;
    display: block;
}
.colum-review ul > li .boxInfo .atm .rate .star .point {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ff830a;
    font-weight: bold;
    margin-left: 11px;
    line-height: 1.4;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .atm .rate .date {
    display: inline-block;
    font-size: 16px;
    color: #454545;
    position: relative;
    top: 3px;
    padding-left: 19px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .atm .rate .date:after {
    content: "";
    position: absolute;
    background: #eeeeee;
    height: 21px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.colum-review ul > li .boxInfo .atm .rate .date .dateTime {
    font-size: 17px;
    display: inline-block;
    margin-left: 2px;
}
.colum-review ul > li .boxInfo .atm .rateTitle {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-indent: -3px;
    border: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    position: static;
}
.colum-review ul > li .boxInfo .atm .rateTitle:before {
    content: none;
}
.colum-review ul.listInfo {
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .listInfo li {
    color: #454545;
    border: 1px solid #f7f7f7;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    padding: 0;
    margin-bottom: 0;
}
.colum-review ul > li .boxInfo .listInfo li span {
    padding: 4px 12px;
    display: inline-block;
}
.colum-review ul > li .boxInfo .listInfo li .left {
    background: #f7f7f7;
    border-radius: 50px 0px 0 50px;
    padding: 4px 10px 4px 14px;
}
.colum-review ul > li .boxInfo .listInfo li .right {
    padding: 4px 18px 4px 1px;
}
.colum-review ul > li .idea {
    font-size: 14px;
    color: #454545;
    line-height: 1.7;
    padding-bottom: 35px;
}
.colum-review ul>li .idea p:last-child {
    margin-bottom: 0;
}
.colum-review ul > li .idea.slidedown {
    height: auto;
}
.colum-review ul > li .idea .dot {
    display: inline-block;
    vertical-align: sub;
}
.colum-review ul > li .idea .showmore a {
    color: #05a5d8;
    left: 0;
    bottom: 0;
    top: unset;
}
.colum-review ul > li .idea .reviewHide {
    display: none;
}
.contentDetail .titlebox-inset {
    position: relative;
    margin: 3em 0 2em;
    border-radius: 5px;
}
.titlebox-inset .titlebox-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
}
.titlebox-inset .title-box-p {
    margin: 0; 
    padding: 0;
}
.contentDetail .titlebox-inset p {
    line-height: 1rem;
    font-size: .8rem;
    position: relative;
}
.contentDetail .titlebox-inset p:first-child {
    margin-bottom: 0;
}
.contentDetail .titlebox-inset p:not(:first-child) {
    padding-left: 25px;
    margin-bottom: 0.5rem;
}
.contentDetail .titlebox-inset p:not(:first-child)::before {
    content: '';
    background-image: url(//wako-c.net/hikaku/wp-content/themes/generatepress_child/assets/images/column-detail/caret-right.png);
    position: absolute;
    left: 3px;
    color: #ffa906;
    width: 24px;
    height: 24px;
    top: -2px;
}
.contentDetail .titlebox-inset ol,
.contentDetail .titlebox-inset ul {
    background-color: transparent;
    padding: 0;
}

.boxgray {
    border: solid 3px #555;
}

.shopRankingRcm .shopListScroll {
    overflow-x: auto;
    padding: 15px 0;
}
.shopRankingRcm .shopListScroll::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.shopRankingRcm .rankingWrapper{
    flex-wrap: inherit;
}
.shopRankingRcm .rankingWrapper .rankingItem {
    flex-shrink: 0.1;
}


.wrap-summary{
    background: #FFF6F7;
    border-radius: 5px;
    position: relative;
}

.wrap-summary .img-fix{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.wrap-summary .titlebox-summary{
    background: #FFEBED;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    padding: 14px 0 15px 17px;
    margin-bottom: 0;
}
.wrap-summary .list-summary{
    padding: 20px 110px 20px 33px;
}
.wrap-summary .list-summary li{
    margin-bottom: 15px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 21px;
}
.wrap-summary .list-summary li:last-child{
    margin-bottom: 0;
}
.wrap-summary .list-summary li:before{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background: url(../images/column-detail/icon-list.svg) no-repeat center center/cover;
}

.myBase .contentCenter .btn-copy-review{
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 98;
}

.myBase .contentCenter .btn-copy-review a {
    display: block;
    padding: 1px 10px 2px;
    border-radius: 20px;
    color: #ff5817;
    font-weight: 400;
    background: #fff;
    font-size: 10px;
    transition: all .3s;
    position: static;
    border: 1px solid;
}
.myBase .contentCenter .btn-copy-review a:hover{
    text-decoration: none;
}
.myBase .contentCenter .btn-copy-review a img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 2px;
    width: 10px;
}
.myBase .contentCenter .btn-copy-review.pc a::before {
    content: "＼コピー完了／";
    position: absolute;
    color: #ff5817;
    top: -20px;
    font-size: 13px;
    right: 0px;
    left: 0px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    transition: all 0.6s ease 0s;
    background: transparent;
    width: auto;
    height: auto;
    transform: none;
}

.myBase .contentCenter .btn-copy-review.pc a.completed:before {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
@media(min-width: 769px) {
    .areaColumn {
        padding: 40px 0 99px;
    }
    .shopRankingRcm .rankingWrapper{
        justify-content: center;
    }
}

@media(max-width: 768px) {
    #fixH {
        height: 51px !important;
    }
    div#fixH {
        background-color: rgb(255, 133, 49);
    }
    .areaColumn .columnItem .listTag,
    #sitecontent .pageTitle {
        display: none;
    }
    .contentText {
        margin-top: 31px;
    }
    .contentText h1 {
        font-size: 21.5px;
        width: calc(100% + 12px);
        margin-left: -6px;
        margin-right: -6px;
        padding: 5px 16px 5px 26px;
        letter-spacing: -0.9px;
        border-bottom: 3px solid #dadada;
        margin-bottom: 20px;
    }
    .contentText p {
        font-size: .9rem;
        line-height: 1.5;
        margin-bottom: .9rem;
    }

    .contentText h2 {
        background: url(../images/column/line-sp.png) repeat-x bottom left/100%,
            url(../images/column/line-sp.png) repeat-x top left/100%,
            url(../images/column/icon_quotations_org.png) no-repeat top 14px left/12px;
        letter-spacing: -1.5px;
        padding: 8px 0 5px 20px;
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 3.5rem 0 1rem;
    }

    .contentText h3 {
        font-size: 1.2rem;
        border-bottom: 2px solid #f6f6f6;
        margin: 2.5rem 0 1rem;
        padding: 9px 0 7px 16px;
        letter-spacing: -0.7px;
    }

    .contentText h3:before {
        transform: none;
        top: 19px;
        width: 13px;
        height: 4px;
    }
    .contentText h3.shopListItemTitle .star-avg .numberReview {
        font-size: 14px;
    }

    .contentText h4 {
        font-size: 1.1rem;
        margin: 1.6rem 0 1rem;
        padding: 3px 0;
    }

    .contentText h4:before {
        width: 25px;
        height: 3px;
    }

    .contentText h5 {
        font-size: 1rem;
        margin: 1.6rem 0 1rem;
        letter-spacing: -0.4px;
    }

    .contentText table {
        width: 100%;
        margin-bottom: 0;
    }

    .contentText table tr th[colspan] {
        padding: 8px 8px 9px;
    }

    .contentText table tr th,
    .contentText table tr td {
        font-size: 14px;
    }

    .contentText ul {
        margin-top: 20px;
    }

    .contentText ul li {
        margin-bottom: 5px;
    }

    .contentText ul li a {
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    .contentText ul li a:before {
        width: 20px;
        height: 20px;
    }


    /* TABLE OF CONTENT */
    .contentText .lwptoc {
        top: 45px;
    }
    .wrappercontent .sidebar {
        margin-top: 70px;
    }

    .areaColumn {
        padding: 9% 0 60px;
    }

    .areaColumn .columnItem .colPhoto {
        height: auto;
        background: transparent;
    }

    .areaColumn .columnItem .colPhoto img {
        height: auto;
    }

    .areaColumn .columnItem .colContent .colHead {
        flex-wrap: wrap;
    }

    .areaColumn .columnItem .colContent .colHead .colCate {
        color: #ff9600;
        font-size: 13px;
        padding: 3px 8.5px;
        letter-spacing: 0;
        margin-bottom: 5px;
        margin-right: 7px;
    }

    .areaColumn .columnItem .colContent .colHead .colCate + .colCate{
        margin-left: 0;
    }

    .areaColumn .columnItem .colContent .colHead .colCate:last-child {
        margin-right: 7px;
    }

    .areaColumn .columnItem .colContent .colHead .spRow {
        /*width: 100%;*/
        margin-top: 5px;
        margin-left: 0;
        padding-right: 7px;
    }

    .areaColumn .columnItem .colContent .colHead .pigAnimation {
        padding-right: 0;
        top: -60px;
    }

    .areaColumn .columnItem .colContent .colHead .colClock,
    .areaColumn .columnItem .colContent .colHead .colUpdate {
        font-size: 14px;
        margin-top: 0;
    }

    .areaColumn .columnItem .colContent .colHead .colClock:before,
    .areaColumn .columnItem .colContent .colHead .colUpdate:before {
        width: 13px;
        height: 13px;
    }

    .areaColumn .columnItem .colContent .colHead .colClock {
        margin-right: 7px;
    }

    .areaColumn .columnItem .colContent .colHead .cate{
        flex-wrap: wrap;
    }
    .areaColumn .columnItem .colContent .colTitle {
        font-size: 23.4px;
        line-height: 1.3;
        border-width: 2px;
        padding-bottom: 8px;
    }

    .areaColumn .columnItem .listTag {
        margin-top: 19px;
    }

    .areaColumn .columnItem .listTag li a {
        padding: 2px 4px 0px;
    }

    .areaColumn .contentCenter .contentDetail {
        margin-top: 29px;
    }

    .boxCollapse {
        margin-top: 31px;
    }

    .boxCollapse .boxHead .title {
        padding: 10px 0;
    }

    .boxCollapse .boxHead .title span {
        letter-spacing: 1.5px;
        font-size: 16px;
    }

    .boxCollapse .boxHead .title span:before {
        width: 19px;
        height: 14px;
        margin-right: 12px;
    }

    .boxCollapse .boxHead .btnCollapse {
        right: 12px;
        width: 23px;
        height: 23px;
    }

    .boxCollapse .boxContent {
        padding: 12px;
    }

    .boxCollapse .boxContent .boxContentPaper {
        padding: 13px 9px 16px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li:last-child {
        margin-bottom: 0;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li .number {
        font-size: 14px;
        margin-right: 2px;
        padding-top: 1px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li a {
        font-size: 14px;
        width: calc(100% - 14px);
        border-bottom: none;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li>ul {
        margin: 13px 0 3px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li>ul li {
        padding-left: 14px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li>ul li .number {
        margin-right: 5px;
    }

    .boxCollapse .boxContent .boxContentPaper .listLink li>ul li a {
        width: calc(100% - 30px);
    }

    
    .lwptoc .lwptoc_header .lwptoc_title {
        letter-spacing: 1.5px;
        font-size: 16px;
        padding: 10px 0;
    }
    .lwptoc .lwptoc_header .lwptoc_title:before {
        width: 19px;
        height: 14px;
        margin-right: 12px;
    }
    .lwptoc .lwptoc_header .lwptoc_toggle {
        right: 12px;
        width: 23px;
        height: 23px;
    }
    .lwptoc-baseItems .lwptoc_items {
        padding: 12px;
        max-height: 150px;
    }
    .lwptoc .lwptoc_items > .lwptoc_itemWrap {
        padding: 13px 9px 55px;
    }
    .lwptoc .lwptoc_items .lwptoc_item {
        margin-bottom: 12px;
    }
    .lwptoc .lwptoc_items .lwptoc_item:last-child {
        margin-bottom: 0;
    }
    .lwptoc .lwptoc_items .lwptoc_item a {
        display: flex;
        flex-wrap: wrap;
    }
    .lwptoc .lwptoc_items .lwptoc_item .lwptoc_item_number {
        font-size: 14px;
        margin-right: 2px;
        padding-top: 1px;
    }
    .lwptoc .lwptoc_items .lwptoc_item a .lwptoc_item_label {
        font-size: 14px;
        width: calc(100% - 14px);
        border-bottom: none;
    }
    .lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap {
        margin: 13px 0 3px;
    }
    .lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item {
        padding-left: 14px;
    }
    .lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number {
        margin-right: 5px;
    }
    .lwptoc .lwptoc_items .lwptoc_item > .lwptoc_itemWrap .lwptoc_item .lwptoc_item_label {
        width: calc(100% - 30px);
    }
    .lwptoc .lwptoc_i.show .tocToggleBtn {
        bottom: 25px;
    }
    .lwptoc .lwptoc_i .tocToggleBtn a {
        width: 120px;
        padding: 3px 2px;
    }


    .bottomNav {
        margin-top: 38px;
    }

    .bottomNav .btnLink1 a:after {
        right: -45px;
        top: 2px;
        width: 29px;
        height: 29px;
    }

    .bottomNav .btnLink2 {
        margin-top: 27px;
        display: block;
        margin-right: 0;
    }

    .bottomNav .btnLink2 a {
        padding-left: 25px;
        font-size: 14px;
    }

    .bottomNav .btnLink2 a:before {
        width: 14px;
        height: 14px;
        left: 2px;
    }

    .bottomNav .btnLink3 {
        transform: none;
        margin-top: 23px;
    }

    .bottomNav .btnLink3 a {
        width: 169px;
        padding: 5px 0 5px;
        box-shadow: 0px 3px 6px 0px rgb(241 188 160 / 90%);
    }

    .bottomNav .btnLink3 a:after {
        width: 6px;
        height: 10px;
        right: 15px;
    }
    .shortcode-shop table {
        width: 100%;
    }
    .shortcode-shop table tr td:first-child {
        width: 115px;
        padding: 10px;
    }
    .colum-review ul > li {
        padding: 6px 0 11px;
        border: 6px solid #f7f7f7;
        margin-bottom: 11px;
    }
    .colum-review ul.listRepu li {
        padding-top: 0;
    }
    .colum-review .listRepu>li .clickHeart {
        right: 10px;
        bottom: -10px;
    }
    .colum-review .listRepu>li .clickHeart .numberHeart {
        margin-left: 8px;
        transform: translateY(2px);
        font-size: 16px;
    }
    .colum-review .listRepu>li .heart {
        width: 60px;
        height: 60px;
        background: url('../images/card-company-detail/heart-photo-sp.svg') no-repeat;
        background-position: 0 0;
        cursor: pointer;
        transition: background-position 1s steps(28);
        transition-duration: 0s;
        transform: translate(24px, 2px);
    }
    .colum-review .listRepu>li .heart.active {
        transition-duration: 1s;
        background-position: -1738px 0;
    }
    .colum-review ul.listRepu .btn-copy-review {
        margin-bottom: 0;
    }
    .colum-review ul > li .boxInfo .avata {
        width: 55px;
        margin: 0;
        margin-top: 17px;
        position: relative;
        left: 2px;
    }
    .colum-review ul > li .boxInfo .avata img {
        max-height: 55px;
    }
    .colum-review ul > li .boxInfo .avata .reviewName {
        font-size: 9px;
    }
    .colum-review ul > li .boxInfo .atm {
        display: flex;
        margin-bottom: 0;
        align-items: initial;
        flex-direction: column;
        background: none;
        width: calc(100% - 63px);
        padding-bottom: 8px;
    }
    .colum-review ul > li .boxInfo .atm .rate .star {
        padding-right: 9px;
        margin-top: 2px;
    }
    .colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto {
        width: 72px;
        line-height: 1.4;
    }
    .colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li {
        width: 15px;
    }
    .colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li:not(:first-child) {
        margin-left: -1px;
    }
    .colum-review ul > li .boxInfo .atm .rate .star .starpointPhoto li .score-detail {
        height: 15px;
    }
    .colum-review ul > li .boxInfo .atm .rate .star .point {
        font-size: 12px;
        line-height: 1.1;
        margin-left: 0px;
        margin-top: 0.7px;
    }
    .colum-review ul > li .boxInfo .atm .rate .date:after {
        height: 12px;
    }
    .colum-review ul > li .boxInfo .atm .rate .date {
        font-size: 12px;
        padding-left: 17px;
        letter-spacing: -0.3px;
    }
    .colum-review ul > li .boxInfo .atm .rate .date .dateTime {
        font-size: 12px;
    }
    .colum-review ul > li .boxInfo .atm .rateTitle {
        font-size: 16.5px;
        margin-left: -2px;
        text-indent: 0;
        line-height: 1.55;
    }
    .colum-review ul > li .boxInfo .listInfo {
        width: 100%;
        background: url(../assets/images/card-company-detail/line.png) repeat-x top left;
        background-size: auto 3px;
        padding-top: 9px;
    }
    .colum-review ul > li .boxInfo .listInfo li {
        font-size: 9px;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .colum-review ul > li .boxInfo .listInfo li .left {
        padding: 2.5px 7px 2px 8px;
    }
    .colum-review ul > li .boxInfo .listInfo li .right {
        padding: 2px 10px 2px 1px;
    }
    .colum-review ul > li .idea p {
        font-size: 14px;
        line-height: 1.55;
        letter-spacing: 0.2px;
        text-align: justify;
    }
    .colum-review ul > li .boxInfo {
        margin-bottom: 13px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .contentText .shortcode-btn a {
        padding: 8px 12px 9px;
        font-size: 1.2rem;
    }
	.contentText .shortcode-btn {
	    gap: 30px;
	    flex-wrap: wrap;
	    justify-content: center;
	}
    .contentDetail .titlebox-inset.boxgray .pogostick {
        font-size: 14px;
    }

    .wrap-summary .titlebox-summary{
        padding: 10px 0 10px 17px;
        font-size: 15px;
    }

    .wrap-summary .list-summary{
        padding: 15px 57px 15px 15px;
    }
    .wrap-summary .list-summary li{
        font-size: 15px;
        margin-bottom: 7px;
    }
    .wrap-summary .list-summary li:before{
        width: 16px;
        height: 20px;
        margin-right: 7px;
        background-size: 100%;
    }

    .wrap-summary .img-fix{
        width: 51px;
    }

    .myBase .contentCenter .btn-copy-review a::before{
        content: none;
    }
    .myBase .contentCenter .btn-copy-review{
        right: 9px;
        top: 9px;
    }
    .myBase .contentCenter .btn-copy-review a{
        padding: 3px 10px;
    }
    .myBase .contentCenter .btn-copy-review a img{
        vertical-align: -2px;
        margin-right: 4px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    .areaColumn .columnItem .listTag li a {
        padding: 12px 0 0px;
    }
}



/* SHOPS AFTER TOC */
.shopAfterTocBox {
    background: none;
}
.shopAfterTocBox p,
.shopAfterTocBox ul,
.shopAfterTocBox ul li {
    margin: 0;
}
.shopAfterTocBox .rankingTitle {
    margin: 0;
}
.shopAfterTocBox .shopListScroll::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.shopAfterTocBox .shopListScroll {
    width: 100%;
    overflow-x: auto;
    padding: 0 8px 10px;
}
.shopAfterTocBox .rankingWrapper {
    justify-content: flex-start;
    width: 100000px;
}
.shopAfterTocBox .rankingWrapper .rankingItem {
    max-width: 295px;
    width: 77vw;
    margin: 0 35px 0 0;
    position: relative;
}
.shopAfterTocBox .rankingWrapper .rankingItem:last-child {
    margin-right: 0;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .title {
    font-weight: bold;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .description {
    line-height: 1.2rem;
    font-size: 1rem;
    margin-top: 5px;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .listAttr li:before {
    display: none;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .listAttr li .label {
    width: 95px;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .listAttr li .starpointPhoto {
    margin: 2px 10px 0 0;
}
.shopAfterTocBox .rankingWrapper .rankingItem .cardInfo .viewBtn a {
    line-height: 1.5;
    font-size: 14px;
}


/* SHORTCODE SHOP_TABLE */
.shopTable {}

.shopTable p {
    margin-bottom: 0;
}

.shopTable table tr td,
.shopTable table tr th {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.shopTable table tr td {
    padding: 5px 10px;
    word-break: keep-all;
}
.shopTable table tr td p {
    font-size: 16px;
}
.shopTable table tr td p.trader{
    text-align: left;
}
.shopTable table tr th {
    background: #2A4F81;
    color: #fff;
    border: solid #2A4F81;
    border-width: 1px 0 0 1px;
    border-right: 1px solid #fff;
    padding: 12px 6px 13px;
}

.shopTable table tr th:nth-child(1) {
    width: 13%;
    position: sticky;
    left: -1px;
}

.shopTable table tr th:nth-child(2) {
    width: 13%;
}

.shopTable table tr th:nth-child(3) {
    width: 14%;
}

.shopTable table tr td:nth-child(5),
.shopTable table tr td:nth-child(8) {
    text-align: left;
}

.shopTable table tr th:nth-child(5) {
    width: 15%;
}

.shopTable table tr th:nth-child(6) {
    width: 12%;
    border-right: none;
}

.shopTable table tr td:first-child {
    background: #FCFCFF;
    color: #727DFE;
    border: solid #E8E8FF;
    border-width: 0 0 1px 1px;
    text-align: left;
    position: sticky;
    left: -1px;
    z-index: 2;
}

.shopTable table tr .converRate {
    font-size: 16px;
    font-weight: 500;
}

.shopTable table tr .transSpeed {
    font-weight: 500;
    text-align: center;
}

.shopTable table tr .businessHours {
    font-weight: 500;
}

.shopTable .fsz23 {
    font-size: 14px;
}

.shopTable .fsz21 {
    font-size: 12px;
}

.shopTable .fsz31 {
    font-size: 20px;
}

.shopTable .campaign {
    font-size: 14px;
    font-weight: 500;
}

.shopTable table tr td:last-child {
    font-weight: 500;
}
.shopTable table tr td .star-avg,
.shopListItemTitle .star-avg{
    display: flex;
    align-items: flex-end;
}
.shopTable table tr td .star-avg .boxStar,
.shopListItemTitle .star-avg .boxStar{
    width: 18px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}
.shopTable table tr td .star-avg .boxStar .star,
.shopListItemTitle .star-avg .boxStar .star{
    width: 100%;
    height: 18px;
    background: url(../images/common/icon_star_non.png) no-repeat top left/contain;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}
.shopTable table tr td .star-avg .boxStar .rating,
.shopListItemTitle .star-avg .boxStar .rating{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #ffd800;
    display: block;
}
.shopTable table tr td .star-avg .numberStar,
.shopListItemTitle .star-avg .numberStar{
    font-size: 24px;
    font-weight: bold;
    color: #ff004c;
    margin: 0 15px 0 5px;
    line-height: 1;
    text-align: left;
}
.shopTable table tr td .star-avg .numberReview,
.shopListItemTitle .star-avg .numberReview{
    color: #000;
    font-size: 16px;
    text-align: right;
    line-height: 1.2;
}
.shopTable table tr td .star-avg .numberReview .price,
.shopListItemTitle .star-avg .numberReview .price{
    font-size: 12px;    
    font-weight: normal;    
}
.shopTable table tr td a.shop-image{
    display: block;
    width: 150px;
}
@media (max-width: 768px) {
    .shopTable {
        width: 100%;
        overflow-x: auto;
    }

    .shopTable .extra-wrapper {
        overflow-x: inherit;
        white-space: inherit;
        /*width: 858px;*/
    }

    .shopTable table tr td,
    .shopTable table tr th {
        font-size: 14px;
    }
    .shopTable table tr td p {
        font-size: 14px;
    }
    .shopTable table tr th {
        padding: 8px 6px 8px;
    }

    .shopTable table tr td {
        padding: 4px 10px 4px;
    }

    .shopTable table tr th:nth-child(1) {
        width: 14.8%;
    }

    .shopTable table tr th:nth-child(2) {
        width: 14.8%;
    }

    .shopTable table tr th:nth-child(3) {
        width: 13.3%;
    }

    .shopTable table tr th:nth-child(5) {
        width: 14.8%;
    }

    .shopTable table tr th:nth-child(6) {
        width: 12%;
    }

    .shopTable table tr .converRate {
        font-size: 15px;
    }

    .shopTable .fsz23 {
        font-size: 12px;
    }

    .shopTable .fsz21 {
        font-size: 11px;
    }

    .shopTable table tr .transSpeed {
        font-size: 13px;
    }

    .shopTable .fsz31 {
        font-size: 16px;
    }

    .shopTable .campaign {
        font-size: 10.5px;
    }

    .shopTable::-webkit-scrollbar {
        display: none;
    }
    .shopTable table tr td a.shop-image{
        width: 100px;
    }

    .shopTable table tr td .star-avg .numberStar{
        font-size: 20px;
        margin: 0 10px 0 5px;
    }
    .shopTable table tr td .star-avg .numberReview{
        font-size: 14px;
    }
}
/* SHORTCODE SHOP_TABLE */

/* POPUP SHOP TABLE */
.contentText ul.listReview li:before {
    content: "";
    display: none;
}

.areaPopup {
    display: none;
}

.areaPopup.show {
    display: block;
}

.myBase .contentCenter .areaPopup img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.contentText .areaPopup ul li:before {
    content: "";
    display: none !important;
}

.contentText .areaPopup h3 {
    padding: 0;
    margin: 0;
    border: 0;
}

.contentText .areaPopup h3:before {
    content: "";
    display: none;
}

.areaPopup .popupWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    height: 92.5%;
    overflow-y: auto;
    z-index: 1000;
    margin: 0 auto;
    background-color: #FAFFFF;
    width: 90%;
    max-width: 725px;
    padding: 20px 0 0;
}

.areaPopup .popupWrap .closePopup {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 25px;
    cursor: pointer;
}

.areaPopup .popupOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.65) blur(6px);
    -webkit-backdrop-filter: brightness(0.65) blur(6px);
    z-index: 999;
}

.areaPopup .popupWrap .uWallet {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.areaPopup .popupWrap .uWallet .uWalletLogo {
    width: 230px;
}

.areaPopup .popupWrap .uWallet .uWalletLogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 100px;
}

.areaPopup .popupWrap .uWallet .uWalletContent {
    padding-left: 20px;
}

.areaPopup .popupWrap .uWallet .uWalletContent .uWalletTitle {
    text-align: left;
    color: #313131;
}

.areaPopup .popupWrap .uWallet .uWalletContent .uWalletTitle:before {
    content: "";
    display: none;
}

.areaPopup .popupWrap .uWalletRaking {
    display: flex;
    align-items: center;
}

.areaPopup .popupWrap .uWalletRaking .numberStar {
    font-size: 30px;
    color: #FF500F;
    font-weight: 600;
}

.areaPopup .popupWrap .uWalletRaking .listReview {
    display: flex;
    align-items: center;
    margin: 0 7px;
}

.areaPopup .popupWrap .uWalletRaking .listReview li {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.areaPopup .popupWrap .uWalletRaking .listReview li .starDetail {
    position: relative;
    width: 26px;
    height: 25px;
}

.areaPopup .popupWrap .uWalletRaking .listReview li .ratingStar {
    position: absolute;
    top: 0;
    left: 0px;
    background: url(../images/column-detail/icon-star-02.svg) no-repeat left -0.7px top -1px / cover;
    z-index: 3;
    height: 26px;
}

.areaPopup .popupWrap .uWalletRaking .numberReview {
    color: #313131;
    font-weight: 600;
}

.areaPopup .popupWrap .popupBox {
    padding: 0 30px 30px;
}

.areaPopup .popupWrap .popupBox .listCat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.areaPopup .popupWrap .popupBox .listCat li {
    width: calc(100% / 4 - 10px);
    border: 1px solid #959595;
    border-radius: 5px;
    color: #959595;
    padding: 11px 0;
    margin-right: 13px;
    font-size: 14px;
    text-align: center;
}

.areaPopup .popupWrap .popupBox .listCat li:nth-child(4n) {
    margin-right: 0;
}

.areaPopup .popupWrap .popupBox .listCat li.active {
    background: #67B936;
    color: #fff;
    border-color: #67B936;
}

.areaPopup .popupWrap .popupBox .popupInfo {
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
    border-radius: 5px;
}

.areaPopup .popupWrap .popupBox .popupInfo li {
    display: flex;
    align-items: center;
    margin: 0;
    background: #FCFDFD;
    border-bottom: 1px solid #E7E7E7;
}

.areaPopup .popupWrap .popupBox .popupInfo li:last-child {
    border: 0;
}

.areaPopup .popupWrap .popupBox .popupInfo li .nameInfo {
    width: 120px;
    color: #313131;
    border-right: 1px solid #E7E7E7;
    text-align: center;
    font-weight: 600;
    padding: 7px 0;
}

.areaPopup .popupWrap .popupBox .popupInfo li .infoTxt {
    width: calc(100% - 120px);
    text-align: left;
    color: #313131;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 16px;
}

.areaPopup .popupWrap .popupBox .popupInfo li .number {
    font-size: 18px;
}

.areaPopup .popupWrap .popupBox .popupInfo li .number span {
    font-size: 14px;
}

.areaPopup .popupWrap .popupBox .popupInfo li .infoTxt a {
    color: #747DF6;
}

.areaPopup .popupWrap .popupBox .fsBox {}

.areaPopup .popupWrap .popupBox .fsBox .fsTitle {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsTitle span {
    position: relative;
    display: flex;
    align-items: center;
    color: #FF4500;
    font-weight: 600;
    padding: 0 30px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsTitle span::before {
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/column-detail/fs-title-left.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsTitle span::after {
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/column-detail/fs-title-right.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsTitle span img {
    width: 17px;
    margin: 4px 8px 0 0;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn {
    display: flex;
    justify-content: center;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn .button {
    width: 250px;
    margin: 0 10px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a {
    display: block;
    background: linear-gradient(45deg, rgba(255, 59, 0, 1) 0%, rgba(255, 88, 0, 1) 61%, rgba(255, 157, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    padding: 9px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    text-align: center;
    font-weight: bold;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a .txtSmall {
    font-size: 16px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn .button.seeReviews a {
    padding: 2px;
}

.areaPopup .popupWrap .popupBox .fsBox .fsBtn .button.seeReviews a .btnBox {
    display: block;
    background: #fff;
    color: #FF3B00;
    border-radius: 50px;
    padding: 9px 0;
}

.areaPopup .popupWrap .popupBox .fsBox .fsCnt {
    margin: 20px 0;
}

.areaPopup .popupWrap .popupBox .fsBox .fsCnt .titleCnt {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #313131;
    font-weight: 600;
}

.areaPopup .popupWrap .popupBox .fsBox .fsCnt .cntTxt {
    text-align: left;
    font-weight: 500;
    color: #313131;
}

.areaPopup .popupWrap .popupBox .fsBox .close {
    width: 77px;
    margin: 20px auto 0;
}

.areaPopup .popupWrap .popupBox .fsBox .close a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #7E7E7E;
    border: 1px solid #7E7E7E;
    border-radius: 5px;
    padding: 6px 0 7px;
    text-decoration: none !important;
    font-weight: 500;
}

@media(min-width:769px) {
    .areaPopup a.hover:hover {
        opacity: 0.7;
    }

    .areaPopup .popupOverlay {
        position: fixed;
    }
}

@media(max-width:768px) {
    .areaPopup {
        display: block;
    }

    .areaPopup .popupOverlay {
        display: none;
    }

    .areaPopup .popupWrap {
        top: auto;
        left: 0;
        bottom: -100%;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: 88.2%;
        padding-top: 45px;
        transition: all .5s;
        border-radius: 5px 5px 0 0;
    }

    .areaPopup.show .popupOverlay {
        display: block;
    }

    .areaPopup.show .popupWrap {
        bottom: 0;
    }

    .areaPopup .popupWrap .popupBox {
        padding: 11px 2.3% 30px;
    }

    .areaPopup .popupWrap .uWallet {
        justify-content: space-between;
        padding: 0 2.3%;
    }

    .areaPopup .popupWrap .uWallet .uWalletLogo {
        width: 43.5%;
    }

    .areaPopup .popupWrap .uWallet .uWalletContent {
        padding-bottom: 0;
        width: calc(100% - 44.2%);
        transform: translateY(-1.9px);
    }

    .areaPopup .popupWrap .uWallet .uWalletContent .uWalletTitle {
        font-size: 16px;
        letter-spacing: 1.5px;
        margin-bottom: -2px;
        color: #313131;
    }

    .areaPopup .popupWrap .uWalletRaking .numberStar {
        font-size: 23px;
    }

    .areaPopup .popupWrap .uWalletRaking .listReview li {
        margin: 0 0 0 0.7px;
    }

    .areaPopup .popupWrap .uWalletRaking .listReview li .starDetail {
        width: 18px;
        height: 17px;
    }

    .areaPopup .popupWrap .uWalletRaking .listReview li .ratingStar {
        height: 18px;
    }

    .areaPopup .popupWrap .uWalletRaking .numberReview {
        font-size: 16px;
        font-weight: 600;
        margin-top: 2px;
        margin-left: -3px;
    }

    .areaPopup .popupWrap .popupBox .listCat {
        margin-bottom: 18px;
    }

    .areaPopup .popupWrap .popupBox .listCat li {
        width: calc(100% / 4 - 6px);
        padding: 0 4px;
        margin-right: 8px;
        font-size: 11px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .areaPopup .popupWrap .popupBox .popupInfo {
        margin-bottom: 27px;
    }

    .areaPopup .popupWrap .popupBox .popupInfo li .nameInfo {
        padding: 6px 5px 8px;
        font-size: 14px;
        font-weight: 600;
        width: 118px;
    }

    .areaPopup .popupWrap .popupBox .popupInfo li .infoTxt {
        width: calc(100% - 118px);
        padding: 6px 19px 8px;
        font-size: 14px;
        font-weight: 600;
    }

    .areaPopup .popupWrap .popupBox .popupInfo li .number {
        font-size: 16px;
    }

    .areaPopup .popupWrap .popupBox .popupInfo li .number span {
        font-size: 14px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsTitle {
        font-size: 17px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsTitle span {
        letter-spacing: 0;
        padding: 0 25px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsTitle span img {
        width: 17px;
        margin: 0 7px 0 0px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsTitle span::after,
    .areaPopup .popupWrap .popupBox .fsBox .fsTitle span::before {
        top: 57%;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button {
        width: 52.3%;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button.seeReviews {
        width: 44%;
        margin-top: 4px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a {
        font-size: 17px;
        padding: 12px 0 13px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a .txtSmall {
        font-size: 15px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsCnt {
        margin: 29px 0;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsCnt .titleCnt {
        font-size: 17px;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0.7px;
        color: #313131;
        margin-bottom: 7px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsCnt .cntTxt {
        font-size: 14px;
        text-align: justify;
        letter-spacing: 1px;
        line-height: 1.7;
        color: #313131;
    }

    .areaPopup .popupWrap .closePopup {
        right: 2.3%;
    }
}

@media(max-width:430px) {
    .areaPopup .popupWrap .closePopup {
        top: 13px;
        width: 14px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn {
        justify-content: space-between;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button {
        margin: 0;
    }
}

@media(max-width:360px) {
    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a {
        font-size: 16px;
    }

    .areaPopup .popupWrap .popupBox .fsBox .fsBtn .button a .txtSmall {
        font-size: 14px;
    }
}

.shopTable.tableCt {
    overflow-x: auto;
}

.contentText .tableCt table {
    width: max-content;
}

.shopTable.tableCt table tr th {
    background: #FCFDFD;
    border: solid #E7E7E7;
    border-top: 1px solid #FCFDFD;
    border-left: 1px solid #FCFDFD;
    color: #313131;
}

.shopTable.tableCt table tr th:nth-child(1) {
    width: 137px;
}

.shopTable.tableCt table tr th:nth-child(2) {
    width: 132px;
}

.shopTable.tableCt table tr th:nth-child(3) {
    width: 125px;
}

.shopTable.tableCt table tr th:nth-child(4) {
    width: 240px;
}

.shopTable.tableCt table tr th:nth-child(5) {
    width: 120px;
}

.shopTable.tableCt table tr th:nth-child(6) {
    width: 140px;
}

.shopTable.tableCt table tr th:nth-child(7) {
    width: 80px;
}

.shopTable.tableCt table tr th:nth-child(8) {
    width: 190px;
}

.single-post .wrappercontent .contentCenter .tableCt a {
    color: #313131;
    text-decoration: underline;
}

.single-post .wrappercontent .contentCenter .tableCt .shopUrl a {
    color:#747DF6;
}

@media(max-width:768px) {
    .shopTable.tableCt table tr th {
        font-size: 12px;
        font-weight: 600;
        padding: 7px 6px;
    }

    .shopTable.tableCt table tr td {
        padding: 4px 4px 4px;
    }

    .shopTable.tableCt table tr td p {
        font-size: 12px;
        font-weight: 600;
    }

    .shopTable.tableCt table tr td .star-avg .numberStar {
        font-size: 16px;
        margin: 0 0 0 3px;
    }

    .shopTable.tableCt table tr td .star-avg {
        justify-content: center;
        padding: 2px 9px 0 0;
    }

    .shopTable.tableCt table tr td .star-avg .numberReview {
        font-size: 11px;
        font-weight: 600;
    }

    .shopTable.tableCt table tr td .star-avg .boxStar {
        width: 15px;
    }

    .shopTable.tableCt table tr th:nth-child(1) {
        width: 114px;
    }

    .shopTable.tableCt table tr th:nth-child(2) {
        width: 84px;
    }

    .shopTable.tableCt table tr th:nth-child(3) {
        width: 84px;
    }

    .shopTable.tableCt table tr th:nth-child(4) {
        width: 175px;
    }

    .shopTable.tableCt table tr th:nth-child(5) {
        width: 97px;
    }

    .shopTable.tableCt table tr th:nth-child(6) {
        width: 91px;
    }

    .shopTable.tableCt table tr th:nth-child(7) {
        width: 80px;
    }

    .shopTable.tableCt table tr th:nth-child(8) {
        width: 163px;
    }

    .shopTable.tableCt .fsz31 {
        font-size: 14px;
    }

    .shopTable.tableCt table tr .converRate {
        font-size: 14px;
    }

    .shopTable.tableCt table tr td:first-child {
        padding-left: 13px;
    }

}
/* END POPUP SHOP TABLE */

/* COLUMN EDITER LIST */
.columnEditerList {
    margin: 20px 0 40px;
}
.columnEditerList .columnEditerItem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(14,106,163,0.22);
    padding: 20px;
}
.columnEditerList .columnEditerItem::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 10px;
    width: 50px;
    aspect-ratio: 1/1;
    background: url(../images/column-detail/icon-quote-line.png)no-repeat top left/100%;
}
.columnEditerList .columnEditerItem:not(:last-child) {
    margin-bottom: 30px;
}
.columnEditerList .clmEditerMedia {
    width: 150px;
}
.columnEditerList .clmEditerMedia .clmEditerAvatar {
    width: 100%;
    margin-bottom: -3px;
}
.columnEditerList .clmEditerMedia .clmEditerAvatar img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
}
.columnEditerList .clmEditerMedia .clmEditerPosition {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    background-color: #EC612A;
    padding: 5px 5px;
    z-index: 1;
    margin: 0;
}
.columnEditerList .clmEditerContent {
    width: calc(100% - 170px);
    flex: 1;
    margin-top: 12px;
}
.columnEditerList .clmEditerContent .clmEditerName {
    font-weight: bold;
    font-size: 20px;
    color: #727DFE;
    margin-bottom: 5px;
}
.columnEditerList .clmEditerContent .clmEditerBio {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.columnEditerList .clmEditerContent .clmEditerBio.showMore {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}
.columnEditerList .clmEditerContent .clmEditerBio .clmBioMoreBtn {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
}
.columnEditerList .clmEditerContent .clmEditerBio .clmBioMoreBtn:before {
    content: "";
    position: absolute;
    left: -50px;
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, transparent, #FFF);
}
.columnEditerList .clmEditerContent .clmEditerBio.showMore .clmBioMoreBtn {
    display: none;
}

@media(max-width: 768px) {
    .columnEditerList {
        margin: 5px 0 27px;
    }
    .columnEditerList .columnEditerItem {
        padding: 8px 9px 7px;
        gap: 9px;
    }
    .columnEditerList .columnEditerItem::before {
        top: -10px;
        left: -1px;
        width: 20px;
    }
    .columnEditerList .columnEditerItem:not(:last-child) {
        margin-bottom: 15px;
    }
    .columnEditerList .clmEditerMedia {
        width: 74px;
        margin: 4px 0 8px;
    }
    .columnEditerList .clmEditerMedia .clmEditerPosition {
        font-size: 0.75rem;
        padding: 1px 5px;
        margin: 0;
    }
    .columnEditerList .clmEditerContent {
        margin-top: 0;
    }
    .columnEditerList .clmEditerContent .clmEditerName {
        font-size: 0.95rem;
        letter-spacing: -0.4px;
    }
    .columnEditerList .clmEditerContent .clmEditerBio {
        font-size: 0.82rem;
        line-height: 1.45;
    }
    .columnEditerList .clmEditerContent .clmEditerBio .clmBioMoreBtn {
        font-size: 0.75rem;
    }
}

/* 170 */
.popupMain {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    background: rgba(69, 69, 69, 0.69);
    z-index: 999;
}

.popupMain .popupWrap {
    position: relative;
    width: 94.4vw;
    max-width: 686px;
    /*max-height: 80vh;*/
    border: 3px solid #4A4A4A;
    border-radius: 48px;
    background: #fff;
    padding: 37px 4px 0;
    z-index: 2;
}

.popupMain .popupWrap img {
    height: auto;
}

.popupMain .popupWrap .popupNote {
    position: absolute;
    top: -83px;
    left: -43px;
    width: 163px;
    margin: 0;
}

.popupMain .popupWrap .popupNote img {
    width: 100%;
}

.popupMain .popupWrap .popupName {
    width: 82.5%;
    margin: 0 auto 14px;
}

.popupMain .popupWrap .popupName img {
    width: 100%;
}

.popupMain .popupWrap .listWrap {
    height: 39.9vh;
    overflow-y: auto;
    background-color: #fef1dc;
    padding: 5px 1px;
}

.popupMain .popupWrap .popupList {
    margin-bottom: 2px;
    height: max-content;
    padding: 4px 6px;
    margin-top: 0;
    list-style-type: none;
}

.popupMain .popupWrap .popupList li {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    padding: 16px 8px 9px;
}

.popupMain .popupWrap .popupList li:not(:last-child) {
    margin-bottom: 10px;
}

.popupMain .popupWrap .popupList li .listPhoto {
    width: 133px;
    margin: 0 4px 0 0;
}

.popupMain .popupWrap .popupList li .listPhoto img {
    width: 100%;
    aspect-ratio: 4/2.26;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}

.popupMain .popupWrap .popupList li .listInfo {
    width: calc(100% - 137px);
}

.popupMain .popupWrap .popupList li .listInfo .infoSub {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
}

.popupMain .popupWrap .popupList li .listInfo .infoMore {
    text-align: right;
    margin: 0;
}

.popupMain .popupWrap .popupList li .listInfo .infoMore a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #123EB4;
    text-align: center;
    padding: 3px 19px;
    border-radius: 3px;
    text-decoration: none;
}

.popupMain .popupWrap .popupRelate {
    text-align: center;
    margin: 0 0 13px;
}

.popupMain .popupWrap .popupRelate .relateSub {
    font-size: 20px;
    color: #FF7819;
}

.popupMain .popupWrap .popupRelate .ralatePhoto {
    display: block;
    width: 52.1%;
    margin: -14px auto 0;
}

.popupMain .popupWrap .popupRelate .ralatePhoto img {
    width: 100%;
}

.popupMain .popupWrap .popupLink {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-left: -4px;
    background-color: #FF7918;
    border-radius: 0 0 44px 44px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.popupMain .popupWrap .popupLink li {
    position: relative;
    width: 50%;
}

.popupMain .popupWrap .popupLink li:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 5px;
}

.popupMain .popupWrap .popupLink a {
    display: block;
    text-align: center;
    padding-bottom: 16px;
    text-decoration: none;
    color: #ffffff;
}

.popupMain .popupWrap .popupLink .linkIcon {
    width: 45px;
    margin: -20px auto 7px;
}

.popupMain .popupWrap .popupLink .linkIcon img {
    width: 100%;
}

.popupMain .popupWrap .popupLink .linkSub {
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

@media (min-width: 769px) {
    .popupMain .popupWrap .popupList li .listInfo .infoMore a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .popupMain .popupWrap .popupLink a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}

@media(max-width:768px) {
    .popupMain .popupWrap {
        width: 91vw;
    }

    .popupMain .popupWrap .popupName {
        margin-bottom: 9px;
    }

    .popupMain .popupWrap .popupList li .listPhoto {
        margin-right: 3px;
    }

    .popupMain .popupWrap .popupList li .listInfo .infoSub {
        -webkit-line-clamp: 3;
    }

    .popupMain .popupWrap .popupRelate .ralatePhoto {
        margin-top: -14px;
    }

    .popupMain .popupWrap .popupLink {
        margin: -5px 0 0 -4px;
    }

    .popupMain .popupWrap .popupLink .linkIcon {
        margin: -20px auto 3px;
    }

    .popupMain .popupWrap .popupLink .linkSub {
        line-height: 1.2;
        letter-spacing: -2.4px;
    }
}

@media (max-width: 768px) and (orientation:landscape) {
    .popupMain .popupWrap {
        max-height: inherit;
        margin-top: -50px;
        padding-top: 10px;
    }

     .popupMain .popupWrap .popupNote {
        top: -43px;
        left: -43px;
        width: 123px;
    }

    .popupMain .popupWrap .popupName {
        width: 62.5%;
        margin: 0 auto 1px;
    }

    .popupMain .popupWrap .listWrap {
        height: 22vh;
    }

    .popupMain .popupWrap .popupList {
        margin-bottom: 2px;
        padding: 4px 6px;
        margin-top: 0;
    }

    .popupMain .popupWrap .popupList li {
        padding: 8px 8px 9px;
    }

    .popupMain .popupWrap .popupRelate .relateSub {
        font-size: 16px;
    }

    .popupMain .popupWrap .popupRelate .ralatePhoto {
        width: 32.1%;
        margin-top: -14px;
    }
    .popupMain .popupWrap .popupLink {
        margin: -15px 0 0 -4px;
    }

    .popupMain .popupWrap .popupLink a {
        padding-bottom: 5px;
    }

    .popupMain .popupWrap .popupLink .linkIcon {
        margin: -20px auto -3px;
        width: 35px;
    }

    .popupMain .popupWrap .popupLink .linkSub {
        line-height: 1.2;
        letter-spacing: -2.4px;
        font-size: 12px;
    }
}

@media(max-width: 390px) {
    .popupMain .popupWrap .popupRelate .ralatePhoto {
        margin-top: -7px;
    }
}

@media(max-width: 375px) {
    .popupMain .popupWrap .popupLink .linkSub {
        font-size: 14px;
    }
}

/* end 170 */