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;
}

.scroll-x-image {
    overflow-x: auto;
}
.scroll-x-image img {
    max-width: initial !important;
    max-height: initial !important;
    width: 850px !important;
}

.fairLabeling {
    font-weight: 400;
    font-size: 11px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #888;
    position: relative;
    right: 5px;
	text-align: right;
	margin-bottom: 1em;
}

.areaColumnDetail .columnDetailWrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
}

.detailInfo {
    padding: 0 22px;
    position: relative;
}

.taxWrap {
    display: flex;
}

.detailInfo .detailInfoCategory {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 10px;
}

.detailInfo .detailInfoCategory>li {
    display: inherit;
    margin: 0 10px 5px 0;
}

.detailInfo .detailInfoCategory a {
    display: inline-block;
    min-width: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #989898;
    text-align: center;
    border-radius: 3px;
    padding: 0px 10px 2px;
    text-decoration: none;
}

.detailInfo .detailInfoTab a {
    text-decoration: none;
}

.detailInfo .detailInfoCategory a.pink {
    background-color: #E856BE;
}

.detailInfo .detailInfoTab {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 0 10px;
	max-width: 545px;
    overflow-x: auto;
}

.detailInfo .detailInfoTab::-webkit-scrollbar {
    height: 5px;
}

.detailInfo .detailInfoTab>li {
    display: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
	text-wrap: nowrap;
}

.detailInfo .detailInfoTab a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 5px 1px;
    border-radius: 3px;
    background-color: #00235C;
    color: #fff;
}

.detailInfo .detailTitle {
    font-size: 32px;
    font-weight: bold;
    color: #00235C;
    margin-bottom: 19px;
}

.detailInfo .detailInfoTime {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    top: 0;
}

.detailInfo .detailInfoTime .timeTxt {
    display: inherit;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    color: #00235C;
    padding-left: 35px;
    margin-right: 3px;
    margin-bottom: 0;
}

.detailInfo .detailInfoTime .timeTxt.timeCreat {
    background: url(../images/column/icon-creat.svg)no-repeat top 2px left 15px/ 17px;
}

.detailInfo .detailInfoTime .timeTxt.timeUpdate {
    background: url(../images/column/icon-update.svg)no-repeat top 3px left 15px/ 17px;
}

.detailContent .columnThumbnail {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 8px;
}

.detailContent .columnThumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.detailContentWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 75px;
}

.detailContentWrap p {
    width: 100%;
    font-size: 17px;
    font-weight: normal;
}

.detailFindOut {
    width: 100%;
    background-color: #eaedf1;
    border-radius: 5px;
    margin-bottom: 11px;
}

.detailFindOut .findOutTitle {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 28px 10px 46px;
    background: url(../images/column/icon-note.svg)no-repeat left 14px center/24px, #00235C;
    border-radius: 4px;
    margin-bottom: 10px;
}

.detailFindOut .findOutBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 60px 12px;
    margin: 0;
    list-style: none;
}

.detailFindOut .findOutBox li {
    position: relative;
    display: inherit;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
}

.detailFindOut .findOutBox li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background-color: #00235C;
}

.detailFindOut .findOutBox li a {
    font-size: 18px;
    font-weight: 600;
    color: #727DFE;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wrapRecommendList .recommendList>li:before {
    content: none;
}

.detailContentWrap .slide-rank {
    width: 18px;
    font-size: 16px;
}

.wrapRecommendList .recommendList>li .recommendListInfo li:before {
    content: none;
}

.lwptoc {
    position: sticky;
    top: 96px;
    z-index: 10;
}

.admin-bar .lwptoc {
    top: 128px;
}

.detailContentWrap .lwptoc {
    width: 100%;
    margin: 55px 0 76px;
}

.lwptoc .lwptoc_i {
    display: block;
    width: 100%;
    padding: 0;
    cursor: pointer;
    transition: all .5s;
}

.lwptoc .lwptoc_header {
    position: relative;
    margin: 0;
}

.lwptoc .lwptoc_header .lwptoc_title {
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/column/icon-menu-column.svg)no-repeat left 20px top 12px/20px, #051342;
    border-radius: 7px;
    padding: 8px 10px 9px 60px;
    color: #fff;
    margin: 0;
    cursor: pointer;
}

.lwptoc .lwptoc_header .lwptoc_toggle * {
    display: none;
}

.lwptoc .lwptoc_header .lwptoc_toggle {
    position: absolute;
    top: 12px;
    right: 25px;
    width: 19px;
    height: 19px;
    background: url(../images/column/icon-plus.svg)no-repeat;
    background-size: 100%;
    transition: all .3s;
    cursor: pointer;
}

.lwptoc .lwptoc_i.open .lwptoc_header .lwptoc_toggle {
    top: 20px;
    background: url(../images/column/icon-minus.svg)no-repeat;
    background-size: 100%;
    transform: rotate(360deg);
}

.lwptoc_toggle:before,
.lwptoc_toggle:after {
    content: none !important;
}

.lwptoc-baseItems .lwptoc_items {
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
    border-radius: 0 0 5px 5px;
    padding: 20px 40px 41px;
    overflow-y: auto;
    max-height: 70vh;
}

.detailContentWrap img:not(.size-store-thumbnail):not(.photoNote):not(.size-post-thumbnail) {
    box-shadow: 0 0 10px #a2afdc;
    border-radius: 10px;
}

.catalogueWrap .catalogueSub {
    margin-bottom: 11px;
}

.catalogueWrap .catalogueList {
    margin: 0;
    font-size: 16px;
    color: #00235C;
}

.lwptoc .lwptoc_items .lwptoc_item a {
    display: inline-block;
    color: #00235C;
    margin-left: -4px;
    margin-bottom: 4px;
    text-decoration: none;
}

.catalogueWrap .catalogueList a {
    display: inline-block;
    color: #00235C;
    margin-left: -4px;
    margin-bottom: 4px;
    text-decoration: none;
}

.detailContentWrap ol {
    width: 100%;
    list-style: none;
    counter-reset: item;
    margin-left: 10px;
}

.detailContentWrap ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    margin-right: 5px;
    color: #E856BE;
    font-weight: bold;
}

.detailContentWrap ol>li {
    margin-bottom: 11px;
}

.detailContentWrap ol>li>ol {
    width: calc(100% - 20px);
    margin: 4px 0 0 20px;
}

.detailContentWrap ol>li>ol>li {
    margin-bottom: -1px;
}

.detailContentWrap>ul {
    width: auto;
    list-style: none !important;
    margin-left: 23px;
}

.detailContentWrap ul>li {
    position: relative;
    font-weight: 500;
    margin-bottom: 2px;
}

.detailContentWrap ul>li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #E856BE;
    border-radius: 20px;
}

.detailContentWrap ul>li>ul {
    list-style: none;
    margin: 1px 0 0 21px;
}

.detailContentWrap ul>li>ul>li {
    font-weight: normal;
    margin-bottom: 2px;
}

.detailContentWrap ul>li>ul>li:before {
    top: 11px;
    left: -13px;
    width: 9px;
    height: 2px;
    border-radius: 4px;
}

.detailContentWrap .wrapTable {
    width: 100%;
    max-width: 880px;
    overflow-x: auto;
    white-space: nowrap;
    table-layout: fixed;
    display: block;
}

.wrapTable::-webkit-scrollbar {
    height: 5px;
}

.detailContentWrap .wrapTable>table {
    width: 100%;
    height: auto !important;
    border-width: 0;
    width: 1865px;
}

.detailContentWrap tr {
    height: auto !important;
    margin-bottom: 1px;
}

.detailContentWrap th {
    color: #fff;
    background-color: #00235C !important;
    padding: 8px 5px;
}

.detailContentWrap tr:not(:first-child) td:first-child {
    color: #00235C !important;
    background-color: #e8ecff !important;
}

.detailContentWrap td {
    height: auto !important;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    color: #00235C;
    padding: 8px 5px;
    margin-right: 1px;
	border: 0.5px solid #d7d9de;
}

.detailContentWrap h2 {
    font-size: 28px;
    color: #fff;
    background-color: #00235C;
    border-radius: 3px;
    padding: 10px;
}

.detailContentWrap h3 {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #00235C;
    padding-left: 0;
    margin: 50px 0 20px;
}

.detailContentWrap h3:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    min-width: 664px;
    height: 3px;
    border-radius: 4px;
    background: #00235C;
}

.detailContentWrap h3::first-letter {
	font-size: 1.2em;
}

.detailContentWrap h4 {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #00235C;
    padding-left: 15px;
    margin: 40px 0 20px;
}

.detailContentWrap h4:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 24px;
    border-radius: 4px;
    background-color: #00235C;
}

.detailContentWrap h5 {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #00235C;
    padding-left: 13px;
    margin: 30px 0 20px;
}

.detailContentWrap h5:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #00235C;
}

.detailContentWrap blockquote {
    padding: 10px;
    font-style: normal;
    margin-bottom: 1em;
    background-color: #f8fcff;
    border-radius: 10px;
	
}

.detailContentWrap .areaTitle {
    display: inline-block;
    color: #00235C;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .9px;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.detailContentWrap .titleSub {
    position: relative;
    width: 100%;
    text-align: center;
    margin: -6px auto 24px;
}

.detailContentWrap .titleSub span {
    background-color: #fff;
}

.detailContentWrap .titleSub:before {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97.5%;
    height: 2px;
    background: #E856BE;
}

.areaFaq .faqList li:before {
    content: none !important;
}

.areaFaq .faqList li .answer .answerTitle {
    padding: 0 !important;
}

.areaFaq .faqList li .answer .answerTitle:before {
    content: none !important;
}

/*detailpagingNav*/
.detailpagingNav {
    margin-top: -5px;
}

.detailpagingNav .pagingNavList {
    width: 100%;
    max-width: 986px;
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
}

.detailpagingNav .pagingNavList .p-control {
    width: 49%;
    margin: 10px 0;
}

.detailpagingNav .pagingNavList .p-control.prev {
    float: left;
    padding-left: 8px;
}

.detailpagingNav .pagingNavList .p-control.next {
    float: right;
}

.detailpagingNav .pagingNavList .p-control a {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #00235C;
    font-weight: normal;
    transition: all .3s;
    text-decoration: none;
}

.detailpagingNav .pagingNavList .p-control.prev a {
    padding: 0 15px 0 55px;
}

.detailpagingNav .pagingNavList .p-control.prev a:before {
    content: "＜";
    position: absolute;
    top: 0;
    left: 7px;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #00235C;
}

.detailpagingNav .pagingNavList .p-control.next a {
    padding: 0 53px 0 15px;
    text-align: right;
}

.detailpagingNav .pagingNavList .p-control.next a:before {
    content: "＞";
    position: absolute;
    top: 0;
    right: 7px;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #00235C;
}

.columnDetailWrap .searchWrap {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    padding: 52px 10px 20px;
}

.columnDetailWrap .areaRecommend {
    width: calc(100% + 150px);
    margin-left: -75px;
    background: transparent;
    padding-bottom: 0;
}

.columnDetailList {
    background-color: #F5F5F5;
}

.columnDetailList .columnWrap {
    background: transparent;
    border-radius: 0;
    box-shadow: 0 0;
    padding: 35px 27px 31px;
}

.columnWrap .columnList>li {
    border: 2px solid #00235C;
    padding: 31px 11px 6px;
    margin-bottom: 42px;
}

.columnWrap .columnList>li:last-child {
    margin-bottom: 0;
}

.columnWrap .columnList .columnListCategory {
    top: -10px;
    left: -6px;
}

.columnWrap .columnList .columnPhoto {
    margin-right: 11px;
}

.columnWrap .columnList .columnContent {
    width: calc(100% - 200px);
}

.columnWrap .columnList .columnContent .contentSub {
    padding-left: 1px;
    margin-bottom: 9px;
}


.columnWrap .columnList .columnContent .contentBtn a {
    font-size: 15px;
    padding: 5px 30px 5px 13px;
}

.detailContentWrap .wrapRecommendList .recommendList {
    justify-content: flex-start;
    max-width: none;
}

.detailContentWrap .contentSubmit {
    margin: 50px 0 100px;
}

.detailContentWrap .contentSubmit:last-child {
    margin-bottom: 50px;
}

.detailContentWrap .contentSubmit h4 {
    text-align: center;
    background: #eaeff8;
    padding: 0;
}

.detailContentWrap .contentSubmit h4:before {
    content: none;
}

.detailContentWrap .contentSubmit h4.titleTicker span {
    position: relative;
    display: inline-block;
    padding: 5px;
}

.detailContentWrap .contentSubmit h4.titleTicker span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/column/icon-check-mark.svg)no-repeat;
    background-size: 100%;
}

.detailContentWrap .contentSubmit .submitHead {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.detailContentWrap .contentSubmit .submitHead:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: #00235C;
}

.detailContentWrap .contentSubmit .submitHead .submitTitleBig {
    padding-left: 0;
    margin-bottom: 5px;
}

.detailContentWrap .contentSubmit .submitHead .submitTitleBig:before {
    display: none;
}

.detailContentWrap .contentSubmit .submitHead .postEvaluate {
    justify-content: flex-start;
}

.detailContentWrap .contentSubmit .submitHead .reviewScore {
    font-size: 21px;
    line-height: 1;
    margin-right: 5px;
}

.detailContentWrap .contentSubmit .submitHead .listRating {
    margin-bottom: 0;
}

.detailContentWrap .contentSubmit .submitHead .listRating li {
    background: transparent;
}

.detailContentWrap .contentSubmit .submitHead .listRating li .score-detail {
    background-image: url(../images/common/icon-border-star.png);
}

.detailContentWrap .contentSubmit .submitHead .reviewCount {
    font-size: 16px;
    line-height: 1;
}

.detailContentWrap .contentSubmit .submitHead .reviewCount span {
    font-size: 18px;
}

.detailContentWrap .contentSubmit .submitHead .reviewCount .yen {
    font-size: 15px;
}

.detailContentWrap .contentSubmit .submitPhoto {
    width: 100%;
    max-width: 650px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0 0 10px #abbcf5;
}

.detailContentWrap .contentSubmit .submitPhoto img {
    width: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 5px;
}

.detailContentWrap .submitWallet {
    margin-bottom: 30px;
}

.detailContentWrap .submitWallet .wrapTable {
    width: 100% !important;
    margin: 0 0 10px;
}

.detailContentWrap .submitWallet .wrapTable table {
    width: 100% !important;
    margin: 0;
    border-width: 0;
}

.submitList {
    list-style: none;
}

.submitWallet .wrapTable table tr>th {
    width: 30% !important;
    margin-right: 1.5px;
    background-color: #00235C !important;
    color: #fff !important;
}

.submitWallet .wrapTable table tr>td {
    width: calc(100% - 30% - 4.5px) !important;
    margin: 0;
    background-color: #eef3fe !important;
    color: #00235C !important;
}

.detailContentWrap .submitSub {
    width: 100% !important;
}

/*areaRecommend*/
.areaRecommend {
    background-color: #F4F4F4;
}

.wrapRecommendList .recommendList>li .recommendDetail a {
    font-weight: bold;

}

.lwptoc .lwptoc_items .lwptoc_item a:visited {
    color: #0050D0;
}

#case {
    margin-top: 50px;
}

.tableColum .wrapTable {
    width: 100%;
    max-width: 100%;
    overflow-x: unset;
    margin: 0;
}

.tableColum::-webkit-scrollbar {
    height: 5px;
}

.tableColum .tableContent {
    width: 100%;
    min-width: 1200px;
}

.tableColum .tableContent,
.tableColum th,
.tableColum td {
    border: 1px solid rgba(0, 0, 0, .1);
}

.tableColum {
    overflow-x: auto;
}

/* .tableColum .tableContent {

} */

.tableColum .wrapTable .tableContent {
    width: max-content;
    min-width: inherit;
}

.tableColum .tableContent tr {
    display: inherit;
}

.tableColum .tableContent tr td,
.tableColum .tableContent tr th {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
}

.tableColum .tableContent tr td {
    font-size: 16px;
}

.tableColum .tableContent tr td {
    padding: 8px 10px 8px;
    vertical-align: middle;
}

.tableColum .tableContent tr td p {
    margin-bottom: 0;
    color: #111111;
}

.tableColum .tableContent tr td .photo {
    position: relative;
    margin-bottom: 0;
    margin-top: 4px;
}

.tableColum .tableContent tr td .photo a {
    color: #727DFE;
}

.tableColum .tableContent tr td .photo img {
    border-radius: 3px;
    width: 100px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.tableColum .tableContent tr td .photo span {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(252, 252, 252, .82);
    font-size: 16px;
    font-weight: bold;
}

.tableColum .tableContent tr th {
    background: #2A4F81 !important;
    color: #fff;
    border: solid #2A4F81;
    border-width: 1px 0 0 1px;
    border-right: 1px solid #fff;
    padding: 7px 6px 8px;
}

.tableColum .tableContent tr th:nth-child(1) {
    width: 220px;
}

.tableColum .tableContent tr th:nth-child(2) {
    width: 140px;
}

.tableColum .tableContent tr th:nth-child(3) {
    width: 140px;
}

.tableColum .tableContent tr th:nth-child(4) {
    width: 360px;
}

.tableColum .tableContent tr th:nth-child(5) {
    width: 180px;
}

.tableColum .tableContent tr th:nth-child(6) {
    width: 190px;
}

.tableColum .tableContent tr th:nth-child(7) {
    border-right: none;
}

.tableColum .tableContent tr th:last-child {
    width: 140px;
}

.tableColum .tableContent tr td:first-child {
    background: #FCFCFF !important;
    color: #727DFE !important;
    border: solid #E8E8FF;
    border-width: 0 0 1px 1px;
    padding: 0px 2px 0px;
}

.tableColum .tableContent tr .converRate {
    font-size: 18px;
    font-weight: 500;
}

.tableColum .tableContent tr .transSpeed {
    font-weight: 500;
}

.tableColum .tableContent tr .businessHours {
    font-weight: 500;
}

.tableColum .fsz23 {
    font-size: 16px;
}

.tableColum .fsz21 {
    font-size: 14px;
}

.tableColum .fsz31 {
    font-size: 20px;
}

.tableColum .campaign {
    font-size: 16px;
    font-weight: 500;
}

.tableColum .tableContent tr td:last-child {
    font-weight: 500;
}

.wrapRecommendList .recommendList>li .recommendListSub .recommendShop span:last-child {
    padding-left: 10px;
}

.detailContentWrap .slide-rank {
    position: initial;
}

.areaFaq h3.faqtxt:before {
    display: none;
}

.areaFaq .faqList li .faqtxt {
    margin-top: 0;
}

/*AREAREVIEW*/

.areaReview {
    margin-bottom: 40px;
    overflow-x: auto;
}

.areaReview p {
    margin: 0;
    color: #00235C;
	word-break: break-all;
}

.areaReview .reviewWrap {
    display: flex;
    width: max-content;
    padding: 6px 5px 9px;
}

.areaReview .reviewWrap .reviewBox {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 15px 15px 25px;
    width: 350px;
    margin-right: 25px;
}

.areaReview .reviewWrap .reviewBox:last-child {
    margin-right: 0;
}

.areaReview .reviewWrap .reviewBox .reviewTitle {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #00235C;
}

.areaReview .reviewWrap .reviewBox .reviewTitle span {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.areaReview .reviewWrap .reviewBox .reviewTitle:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: linear-gradient(90deg, rgba(234, 79, 77, 1) 0%, rgba(231, 87, 207, 1) 100%);
    height: 2px;
    width: 100%;
    min-width: 100%;
}

.areaReview .reviewWrap .reviewBox .postReview {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.areaReview .reviewWrap .reviewBox .postReview .reviewLeft {
    text-align: center;
    width: 80px;
}

.areaReview .reviewWrap .reviewLeft .reviewPhoto {
    margin-bottom: -4px;
    text-align: left;
}

.areaReview .reviewWrap .reviewLeft .reviewPhoto img {
    border-radius: 50%;
    width: 69px;
    height: 69px;
    object-fit: cover;
    object-position: center;
	box-shadow: none;
}

.areaReview .reviewWrap .reviewLeft .namePhoto {
    font-size: 8px;
    padding-top: 6px;
}

.areaReview .reviewWrap .reviewBox .postReview .reviewRight {
    width: calc(100% - 85px);
}

.areaReview .reviewWrap .reviewRight .postEvaluate {
    margin: 0;
    justify-content: flex-start;
}

.areaReview .reviewWrap .reviewRight .postEvaluate .listRating {
    margin: 0;
}

.areaReview .reviewWrap .reviewRight .postEvaluate .listRating li {
    margin: 0 -1px 0 0;
}

.areaReview .reviewWrap .reviewRight .postEvaluate .listRating li .score-detail {}

.areaReview .reviewWrap .reviewRight .postEvaluate .listRating li .rating {}


.areaReview .reviewWrap .reviewRight .postEvaluate .showPopup {
    width: auto;
    color: #EB2D7E;
    font-size: 22px;
    margin-left: 9px;
}

.areaReview .reviewWrap .reviewRight .reviewDate {
    margin-bottom: 5px;
}


.areaReview .reviewWrap .reviewRight .money span {
    margin-right: 11px;
}

.areaReview .reviewWrap .reviewRight .money span:last-child {
    margin-right: 0;
}

.areaReview .reviewWrap .reviewBox .reviewTxt {
    text-align: start;
}

.btnBox {
    display: flex;
    justify-content: center;
}

.btnBox .areaBtn {
    margin: 0 20px;
}

.btnBox .areaBtn a {
    font-weight: 700;
}

.btnBox .areaBtn.viewDetails a {
    padding: 2px;
}

.btnBox .areaBtn.viewDetails span {
    display: block;
    background: #fff;
    width: 100%;
    padding: 9.5px 0;
    color: #E95383;
    border-radius: 50px;
}

.btnBox .areaBtn a:before {
    content: "";
    display: none;
}

/*END-AREAREVIEW*/

/*Post img Expand*/
.long-image-wrapper {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.5s ease;
    margin-bottom: 1.5em;
    border-radius: 8px;
}
.long-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.8) 60%, #fff);
    pointer-events: none;
}
.long-image-wrapper.is-expanded {
    max-height: 10000px;
}
.long-image-wrapper.is-expanded::after {
    display: none;
}
.long-image-wrapper .expand-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.long-image-wrapper.is-expanded .expand-btn {
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
}
.long-image-wrapper img {
    display: block;
    height: auto;
}


@media(max-width:900px) and (min-width:769px) {
    .detailContent .columnThumbnail {
        padding: 0 30px;
    }

    .detailContentWrap {
        padding: 0 30px;
    }

    .columnDetailWrap .areaRecommend {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

@media(max-width:840px) and (min-width:769px) {
    .wrapTable {
        overflow-y: auto;
    }

    .detailContentWrap .wrapTable {
        margin-bottom: 30px;
    }

    .wrapTable::-webkit-scrollbar {
        height: 5px;
    }
}

@media(min-width:769px) {
    .detailInfo .detailInfoCategory a.pink:hover {
        background-color: #ec2d7e;
        opacity: 1;
    }

    .lwptoc .lwptoc_items .lwptoc_item a:hover {
        color: #00235C;
        text-decoration: underline !important;
        border: none !important;
    }

    .detailFindOut .findOutBox li a:hover {
        text-decoration: none;
    }

    .detailpagingNav .pagingNavList .p-control.prev a:hover,
    .detailpagingNav .pagingNavList .p-control.next a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .columnWrap .columnList .columnListCategory a.blue {
        pointer-events: none;
    }

    .detailInfo .detailInfoTab a:hover {
        background-color: #0050D0;
        opacity: 1;
    }

    .tableColum .tableContent tr td .photo a:hover {
        color: #222222;
    }

    .btnBox .areaBtn.viewDetails a:hover {
        background: #ec2d7e;
    }

    .btnBox .areaBtn.viewDetails a:hover span {
        color: #fff;
    }
}

@media(max-width:768px) {
    .breadcrumb {
        margin-bottom: 10px;
    }

    .lwptoc {
        top: 109px;
    }

    .single-post .titleSub span {
        background-color: #F4F4F4;
    }

    .single-post .areaRecommend {
        background-color: #FCFCFC;
    }

    .single-post .areaRecommend .titleSub span {
        background-color: #FCFCFC;
    }

    .detailInfo .detailInfoTime {
        right: 0;
    }

    .detailContentWrap p {
        font-size: 0.92rem;
        letter-spacing: 0.03rem;
        line-height: 170%;
        margin-bottom: 1.1em;
    }

    .detailContentWrap .slide-rank {
        top: 0.5vw;
        left: 0.8vw;
        width: auto;
        font-size: 3.7vw;
    }

    .detailInfo {
        padding: 0 3vw;
        margin-bottom: 1vw;
    }

    .areaColumnDetail .columnDetailWrap {
        padding: 11px 0 11px;
        margin-top: 0;
    }

    .detailInfo .detailInfoCategory {
        margin-bottom: 0.8vw;
    }

    .detailInfo .detailInfoTab>li {
        display: none;
    }

    .detailInfo .detailInfoCategory>li,
    .detailInfo .detailInfoTab>li {
        margin: 0 0.6vw 0.6vw 0;
    }

    .detailInfo .detailInfoCategory a,
    .detailInfo .detailInfoTab a {
        min-width: 76px;
        font-size: 2.9vw;
        border-radius: 2px;
        padding: 0.3vw 2vw 0.4vw;
    }

    .detailInfo .detailInfoTab {
        margin-bottom: 1.1vw;
    }

    .detailInfo .detailTitle {
        font-size: 1.3rem;
        margin-bottom: 1.6vw;
    }

    .detailInfo .detailInfoTime .timeTxt {
        font-size: 2.7vw;
        padding-left: 4vw;
        letter-spacing: -0.4px;
        margin-right: 2.7vw;
    }

    .detailInfo .detailInfoTime .timeTxt.timeCreat {
        background: url(../images/column/icon-creat.svg)no-repeat top 0.4vw left 0vw/ 3.3vw;
    }

    .detailInfo .detailInfoTime .timeTxt.timeUpdate {
        background: url(../images/column/icon-update.svg)no-repeat top 0.4vw left 0vw/ 3.3vw;
    }

    .detailContent .columnThumbnail {
        margin-bottom: 2vw;
        padding: 0 3vw;
    }

    .detailFindOut .findOutTitle {
        font-size: 0.9rem;
        background: url(../images/column/icon-note.svg)no-repeat left 1.4vw center/3.3vw, #00235C;
        padding: 0.3vw 3.1vw 0.7vw 5.5vw;
        transform: translateY(-1.3vw);
        letter-spacing: -1px;
        margin-bottom: 0.3rem;
        border-radius: 2px;
    }

    .detailContentWrap {
        padding: 0 17px;
    }

    .detailFindOut .findOutBox {
        padding: 0 1.3rem 1rem;
    }

    .detailFindOut .findOutBox li {
        font-size: 0.9rem;
    }

    .detailFindOut .findOutBox li:before {
        top: 1.9vw;
        left: -1.6vw;
        width: 0.6vw;
        height: 0.6vw;
    }

    .detailFindOut .findOutBox li a {
        font-size: 0.85rem;
    }

    .detailFindOut {
        margin-bottom: 0;
    }

    .detailContentWrap .lwptoc {
        margin: 4.2vw 0 6vw;
    }

    .lwptoc .lwptoc_header .lwptoc_title {
        background: url(../images/column/icon-menu-column-sp.svg)no-repeat left 2vw top 2.4vw/2.9vw, #051342;
        font-size: 3.2vw;
        padding: 1.5vw 8.5vw 1.7vw 7.6vw;
        border-radius: 2px;
    }

    .lwptoc .lwptoc_header .lwptoc_toggle {
        top: 2.05vw;
        right: 3.8vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .lwptoc .lwptoc_i.open .lwptoc_header .lwptoc_toggle {
        top: 3.7vw;
    }

    .lwptoc-baseItems .lwptoc_items {
        width: 100%;
        padding: 1.5vw 7.9vw 2.9vw;
    }

    .lwptoc .lwptoc_items .lwptoc_item a {
        margin-left: -0.6vw;
        letter-spacing: 0.3px;
        font-size: 2.9vw;
    }

    .lwptoc .lwptoc_items .lwptoc_item a:hover {
        text-decoration: none !important;
        color: #00235C !important;
        border: none !important;
    }

    .columnDetailWrap .areaRecommend {
        width: calc(100% + 6vw);
        margin-left: -3vw;
    }

    .detailContentWrap .wrapTable {
        margin: 0 0 1.1vw;
    }

    .detailContentWrap .areaTitle {
        font-size: 5.2vw;
        letter-spacing: -.1px;
    }

    .detailContentWrap .titleSub {
        font-size: 3.2vw;
        line-height: 1.5;
        margin: 0 0 2.4vw;
    }

    .detailContentWrap h2 {
        font-size: 1.3rem;
        padding: 0.5rem 0.5rem 0.5rem 0.8rem;
        letter-spacing: 1.1px;
        margin-bottom: 0.6rem;
        border-radius: 2px;
        font-weight: 600;
    }

    .detailContentWrap h3 {
        font-size: 1.2rem;
        font-weight: 600;
        padding-left: 0.3rem;
        margin: 1.4rem 0 1rem;
    }

    .detailContentWrap h3:before {
        min-width: auto;
        height: 2px;
        bottom: -6px;
    }

    .detailContentWrap h4 {
        font-size: 1.1rem;
        padding: 0;
        margin-bottom: 0.9vw;
    }

    .detailContentWrap h4:before {
        top: auto;
        bottom: -0.5vw;
        width: 6.1vw;
        height: 0.3vw;
    }

    .detailContentWrap h5 {
        font-size: 3.2vw;
        padding-left: 1.9vw;
        letter-spacing: -0.7px;
        margin-bottom: 0.8vw;
    }

    .detailContentWrap h5:before {
        content: none;
    }

    .detailContentWrap ol {
        margin: -0.5rem 0 0.5rem 0;
    }

    .detailContentWrap ol li:before {
        margin-right: -3px;
    }

    .detailContentWrap ol>li {
        margin: 0.3rem 0;
        font-size: 0.85rem;
        letter-spacing: 0.4px;
    }

    .detailContentWrap ol>li>ol {
        margin: 0.6vw 0 0 2.9vw;
    }

    .detailContentWrap ul {
        margin-left: 1.1rem;
        margin-bottom: 1.2rem;
    }

    .detailContentWrap ul>li {
        font-size: 0.9rem;
    }

    .detailContentWrap ul>li:before {
        top: 1.7vw;
        left: -2.3vw;
        width: 1.7vw;
        height: 1.7vw;
    }

    .detailContentWrap ul>li>ul {
        margin: 0.3vw 0 0 2.2vw;
    }

    .detailContentWrap ul>li>ul>li {
        margin-bottom: 0.3vw;
    }

    .detailContentWrap ul>li>ul>li:before {
        top: 2.4vw;
        left: -2.7vw;
        width: 2vw;
        height: 0.45vw;
    }

    .detailContentWrap .wrapTable::-webkit-scrollbar {
        height: 5px;
        display: block;
    }

    .detailContentWrap .wrapTable {
        width: 100%;
        margin-bottom: 1em;
    }

    .detailContentWrap tr {
        margin-bottom: 1px;
        margin-left: -1px;
    }

    .detailContentWrap th,
    .detailContentWrap td {
        font-size: 0.8rem;
        padding: 5px 10px !important;
        border-radius: 1px;
        line-height: 1.3em;
    }

    .detailContentWrap th:not(:last-child),
    .detailContentWrap td:not(:nth-child(11n)) {
        margin-right: 1px;
        background-color: #f6f6ff;
    }

    .detailContentWrap td {
        margin-bottom: 0;
    }

    .detailpagingNav {
        margin-top: 0.6vw;
    }

    .detailpagingNav .pagingNavList .p-control a {
        font-size: 2.9vw;
    }

    .detailpagingNav .pagingNavList .p-control.prev a {
        padding-left: 6.1vw;
    }

    .detailpagingNav .pagingNavList .p-control.next a {
        padding-right: 6.3vw;
    }

    .detailpagingNav .pagingNavList .p-control.prev a:before,
    .detailpagingNav .pagingNavList .p-control.next a:before {
        font-size: 2.9vw;
        letter-spacing: -0.6px;
    }

    .detailpagingNav .pagingNavList .p-control.prev a:before {
        left: 0.5vw;
    }

    .detailpagingNav .pagingNavList .p-control.next a:before {
        right: 0.5vw;
    }

    .columnDetailList {
        background-color: transparent;
    }

    .columnDetailList .columnWrap {
        padding: 8.2vw 3vw 3vw;
    }

    .columnWrap .columnList {
        margin-bottom: 0;
    }

    .columnWrap .columnList>li {
        padding: 0.9vw 1.4vw 0.95vw;
        margin-bottom: 0.4vw;
        border-radius: 2px;
        border-width: 1px;
    }

    .columnWrap .columnList .columnListCategory {
        top: auto;
        left: auto;
    }

    .columnWrap .columnList .columnContent {
        width: calc(100% - 22.9vw);
    }

    .columnWrap .columnList .columnPhoto {
        margin-right: 0;
    }

    .columnWrap .columnList .columnContent .contentBtn {
        margin-top: 0;
    }

    .columnWrap .columnList .columnContent .contentBtn a {
        font-size: 2.4vw;
        padding: 0.6vw 4.15vw 0.65vw 1.7vw;
    }

    .columnDetailWrap .searchWrap {
        padding: 28px 10px 14px;
    }

    .detailContentWrap .contentSubmit {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .detailContentWrap .contentSubmit h4.titleTicker span {
        padding: 0.2vw 0;
    }

    .detailContentWrap .contentSubmit h4.titleTicker span:before {
        left: -3.6vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .detailContentWrap .contentSubmit .submitPhoto {
        margin-bottom: 1.6vw;
    }

    .detailContentWrap .contentSubmit h4 {
        margin-bottom: 0.6rem;
        margin-top: 0.5rem;
        font-size: 0.85rem;
    }

    .detailContentWrap .contentSubmit .submitHead .reviewScore {
        font-size: 19px;
    }

    .detailContentWrap .contentSubmit .submitHead .listRating li {
        width: 17px;
    }

    .detailContentWrap .contentSubmit .submitHead .listRating li .score-detail {
        height: 17px;
    }

    .detailContentWrap .contentSubmit .submitHead .reviewCount span {
        font-size: 17px;
    }

    .detailContentWrap .contentSubmit .submitHead .reviewCount .yen {
        font-size: 13px;
    }

    .detailContentWrap .submitWallet {
        margin-bottom: 2.2vw;
    }

    .submitWallet .wrapTable table tr>th {
        width: 36%;
    }

    .submitWallet .wrapTable table tr>td {
        width: calc(100% - 36% - 4.5px);
        text-align: left;
        font-size: 0.8rem;
    }

    .detailContentWrap .contentSubmit p {
        font-size: 0.8rem;
        letter-spacing: 0.4px;
    }

    .wrapRecommendList .postEvaluate {
        flex-wrap: initial;
        margin: 0.15rem;
    }

    .wrapRecommendList .postEvaluate .showPopup {
        width: auto;
    }

    #case {
        margin-top: 5.5vw;
    }

    .tableColum {
        width: 100%;
    }

    .tableColum .tableContent {
        min-width: 1000px;
    }

    .tableColum .tableContent tr td,
    .tableColum .tableContent tr th {
        font-size: 14px;
    }

    .tableColum .tableContent tr td .photo img {
        width: 107px;
        height: 58px;
    }

    .tableColum .tableContent tr th {
        font-size: 12px;
    }

    .tableColum .tableContent tr th {
        padding: 6px 6px 6px;
    }

    .tableColum .tableContent tr td {
        padding: 3px 6px 3px;
        background-color: #FFFFFF;
    }

    .tableColum .tableContent tr th:nth-child(1) {
        width: 10.8%;
    }

    .tableColum .tableContent tr th:nth-child(2) {
        width: 9.9%;
    }

    .tableColum .tableContent tr th:nth-child(3) {
        width: 8.5%;
    }

    .tableColum .tableContent tr th:nth-child(4) {
        width: 22%;
    }

    .tableColum .tableContent tr th:nth-child(5) {
        width: 7.1%;
    }

    .tableColum .tableContent tr th:nth-child(6) {
        width: 10.8%;
    }

    .tableColum .tableContent tr th:nth-child(7) {
        width: 7.2%;
    }

    .tableColum .tableContent tr .converRate {
        font-size: 15px;
    }

    .tableColum .tableContent tr td .photo {
        margin-top: 2px
    }

    .tableColum .tableContent tr td .photo span {
        font-size: 13px;
        top: 42px;
    }

    .tableColum .fsz23 {
        font-size: 12px;
    }

    .tableColum .fsz21 {
        font-size: 11px;
    }

    .tableColum .tableContent tr .transSpeed {
        font-size: 13px;
    }

    .tableColum .fsz31 {
        font-size: 14.5px;
    }

    .tableColum .campaign {
        font-size: 11px;
    }

    .tableColum .tableContent tr td .pieces {
        font-size: 14px;
    }

    .tableColum .tableContent tr .businessHours {
        font-size: 16px;
    }

    .tableColum::-webkit-scrollbar {
        display: none;
    }

    .wrapRecommendList .recommendList>li .recommendListSub .recommendShop span:last-child {
        padding-left: 5px;
    }

    .tableColum {
        overflow-x: auto;
    }

    .tableColum .wrapTable {
        width: 100%;
        max-width: 100%;
        overflow-x: unset;
        margin: 0;
    }

    .detailContentWrap .wrapTable>table {
        width: 100%;
        height: auto !important;
        border-width: 0;
        width: 842px;
        min-width: inherit;
        margin-bottom: 0;
    }

    .tableColum .wrapTable .tableContent {
        width: 100%;
        height: auto !important;
        border-width: 0;
        width: max-content;
        min-width: inherit;
    }

    .tableColum .tableContent tr th:nth-child(1) {
        width: 112px;
    }

    .tableColum .tableContent tr th:nth-child(2) {
        width: 104px;
    }

    .tableColum .tableContent tr th:nth-child(3) {
        width: 92px;
    }

    .tableColum .tableContent tr th:nth-child(4) {
        width: 256px;
    }

    .tableColum .tableContent tr th:nth-child(5) {
        width: 88px;
    }

    .tableColum .tableContent tr th:nth-child(6) {
        width: 117px;
    }

    .tableColum .tableContent tr th:nth-child(7) {
        width: 78px;
    }

    .areaReview {
        margin-bottom: 10px;
    }

    .areaReview p {
        margin: 0;
    }

    .areaReview .reviewWrap .reviewBox {
        width: 280px;
        margin-right: 20px;
    }

    .areaReview .reviewWrap .reviewRight .reviewDate {
        margin-bottom: 0;
    }

    .areaReview .reviewWrap .reviewBox .reviewTitle {
        font-size: 0.85rem;
        padding-left: 0.3rem;
        margin-bottom: 4px;
    }

    .areaReview .reviewWrap .reviewRight .money span {
        margin-right: 13px;
    }

    .btnBox .areaBtn.viewDetails a span {
        padding: 6px 0;
    }

    .areaReview .reviewWrap .reviewBox .postReview .reviewLeft {
        width: 55px;
    }

    .areaReview .reviewWrap .reviewLeft .reviewPhoto img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .areaReview .reviewWrap .reviewBox .postReview .reviewRight {
        width: calc(100% - 60px);
    }

    .postEvaluate .listRating li {
        width: 17px;
    }

    .postEvaluate .listRating li .score-detail {
        height: 18px;
    }

    .areaReview .reviewWrap .reviewRight .postEvaluate {
        margin-bottom: -10px;
    }

    .areaReview .reviewWrap .reviewLeft .reviewPhoto {
        margin-bottom: -16px;
    }

    .areaReview .reviewWrap .reviewBox .postReview {
        margin-bottom: 3px;
    }
}

/* ROW 14 */
.detailPogostick {
    border: 3px solid #0A2258;
    border-radius: 10px;
    position: relative;
    padding: 15px 10px;
    margin: 58px 0 13px;
}
.detailPogostick .pogostickTitle {
    position: absolute;
    top: -14px;
    left: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #111D30;
    background: #ffffff;
    padding: 0 10px;
    width: 230px;
}
.detailPogostick .pogostickBox {
    list-style-type: none;  
    margin: 0 0 0 8px;
}
.detailPogostick .pogostickBox li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1em;
}

.detailPogostick .pogostickBox li:last-child {
    margin-bottom: 0;
}

.detailPogostick .pogostickBox li:before{
    content: "";
    position: absolute;
    background: url('../images/column/icon-pogostick.svg') no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    top: 1px;
    left: 0;
    border-radius: 0;
}
.detailPogostick .pogostickBox li a {
    font-size: 15px;
    color: #747DF6;
    text-decoration: none;
}

@media (min-width: 769px) {
    .detailPogostick .pogostickBox li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

@media (max-width: 768px) {
    .detailPogostick {
        border: 1px solid #0A2258;
        border-radius: 5px;
        padding: 19px 15px 12px 15px;
        margin: 34px 0 4px;
    }

    .detailPogostick .pogostickTitle {
        top: -13px;
        left: 4px;
        font-size: 14px;
        padding: 0 7px;
        max-width: 213px;
    }

    .detailPogostick .pogostickBox {
        margin: 0;
    }

    .detailPogostick .pogostickBox li {
        padding-left: 22px;
        margin-bottom: 11px;
    }

    .detailPogostick .pogostickBox li:before {
        width: 15px;
        height: 15px;
        top: 3px;
        left: 0;
    }

    .detailPogostick .pogostickBox li a {
        font-size: .8rem;
        line-height: 1.5;
    }
}

@media (max-width: 414px) {
    .detailPogostick {
        padding: 14px 10px 7px 10px;
        margin: 34px 0 4px;
    }

    .detailPogostick .pogostickTitle {
        top: -10px;
        left: 4px;
        font-size: 13px;
        padding: 0 10px;
    }

    .detailPogostick .pogostickBox li {
        padding-left: 15px;
        margin-bottom: 3px;
    }

    .detailPogostick .pogostickBox li:before {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 0;
    }

    .detailPogostick .pogostickBox li a {
        font-size: 12px;
    }
}
/* END ROW 14 */

/* LOADING */
.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    color: #00235C;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 8px;
    border: 6px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* SHOP LIST SHORTCODE WRAP */
.shopListShortcode .lds-ring {
    display: block;
    margin: 0 auto;
}

/* COLUMN EDITER LIST */
.columnEditerList {
    margin: 40px 0;
}
.columnEditerList .columnEditerItem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(6,26,92,0.22);
    padding: 10px;
    border-left: 10px solid #0A2258;
}
.columnEditerList .columnEditerItem::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 30px;
    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: 20px;
}
.columnEditerList .clmEditerRole {
	font-size: .8rem;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
}
.columnEditerList .clmEditerMedia {
    width: 120px;
}
.columnEditerList .clmEditerMedia .clmEditerAvatar {
    width: 100%;
    max-width: 100px;
    margin: 0 auto -15px;
    line-height: 1;
}
.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: 14px;
    border-radius: 20px;
    background-color: #0A2258;
    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;
    margin-bottom: 5px;
}
.columnEditerList .clmEditerContent .clmEditerName a{
    color: #0a2258;
}
.columnEditerList .clmEditerContent .clmEditerName .fs80p {
	font-size: 80%;
}
.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;
    text-decoration: none;
    color: #0a2258;
}
.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(min-width:769px) {
    .columnEditerList .clmEditerContent .clmEditerBio .clmBioMoreBtn:hover {
        text-decoration: underline;
        color: #727DFE;
    }
}
@media(max-width: 768px) {
    .columnEditerList {
        width: calc(100% + 8px);
        margin: 20px 0 27px -4px;
    }
    .columnEditerList .columnEditerItem {
        padding: 6px 6px 7px;
        gap: 9px;
        border-left-width: 4px;
    }
    .columnEditerList .columnEditerItem::before {
        top: -10px;
        left: -1px;
        width: 20px;
    }
    .columnEditerList .columnEditerItem:not(:last-child) {
        margin-bottom: 15px;
    }
    .columnEditerList .clmEditerMedia {
        width: 74px;
        margin: 6px 0 8px;
    }
    .columnEditerList .clmEditerMedia .clmEditerPosition {
        font-size: 0.75rem;
        padding: 3px 5px;
        margin: 0;
		line-height: 1em;		
    }
    .columnEditerList .clmEditerContent {
        margin-top: 0;
    }
    .columnEditerList .clmEditerContent .clmEditerName {
        font-size: 0.95rem;
        letter-spacing: -0.4px;
        margin-bottom: 4px;
    }
    .columnEditerList .clmEditerContent .clmEditerBio {
        font-size: 0.82rem;
        line-height: 1.45;
    }
    .columnEditerList .clmEditerContent .clmEditerBio .clmBioMoreBtn {
        font-size: 0.75rem;
    }
}