@charset "utf-8";

/* subpage title */
.sub-page-top { padding: 16px 0 12px 0; }
.sub-page-top > .sub-page-title > span:first-child { }
.sub-page-top > .sub-page-title > span + span { display: inline-block; margin-left: 10px; color: var(--colorgray); }
.sub-page-top > .sub-page-title > span.title-b { font-size: 24px; font-weight: 700; }
.sub-page-top > .sub-page-title > span.title-n { font-size: 18px; font-weight: 400; }
@media(max-width: 768px) {
    .sub-page-top { padding: 12px 0 8px 10px; }
    .sub-page-top > .sub-page-title > span:first-child { }
    .sub-page-top > .sub-page-title > span + span { display: inline-block; margin-left: 10px; color: var(--colorgray); }
    .sub-page-top > .sub-page-title > span.title-b { font-size: 24px; font-weight: 700; }
    .sub-page-top > .sub-page-title > span.title-n { font-size: 18px; font-weight: 400; }
}

/* mshop list default */
#list-container-wrap { position: relative; width: 100%; display: flex;; }
.item-list-container { position: relative; flex: 1 1 auto; max-width: 100%; margin-top: 30px; margin-bottom: 30px }

/* item-list */
#item-list-wrapper { width: 100%; min-height: 460px; }
.search-item-list { position: relative; width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; margin: 0; }
.search-item-list.swiper-wrapper { flex-wrap: nowrap; }
.search-item-list > .item-list { position: relative; padding: 0 8px; margin-bottom: 15px; }
.search-item-list.swiper-wrapper > .item-list { }
.item-list.album > .goods-box { position: relative; display: block; padding: 10px; height: 100%; border: 1px solid #ddd; border-radius: 6px; }
.item-list.album > .goods-box > .list-image { padding: 25px; }
.item-list.album > .goods-box > .list-image img { width: 100%; height: auto; }
.item-list.album > .goods-box > .list-image:hover img { }
.item-list.album > .goods-box > .list-image .item-color { margin: 10px auto 5px auto; justify-content: center; }

.item-list > .goods-box > .list-tags { position: relative; height: 21px; display: flex; justify-content: flex-start; }
.item-list > .goods-box > .list-item > .list-tags.tag-mo { display: none; }
.item-list > .goods-box > .list-tags > .tag { color: var(--tagftcolor); position: relative; font-size: 13px; line-height: 21px; font-weight: 500; }
.item-list > .goods-box > .list-tags > .tag:before { content: '#'; }
.item-list > .goods-box > .list-tags > .tag:not(:first-child) { margin-left: 5px; }
.item-list > .goods-box > .list-name { margin-bottom: 12px; }

.item-list.album > .goods-box > .list-item { }
.item-list.album > .goods-box > .list-item > .list-name { padding: 0 0 8px 0; }
.item-list.album > .goods-box > .list-item > .list-name p.modelname {font-size: 20px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }

.item-list.album > .goods-box > .list-item > .list-sale { position: relative; }
.item-list.album > .goods-box > .list-item > .list-sale > ul { padding: 8px 0; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li { display: flex; margin-bottom: .25rem; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li.icn { color: #999; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li.icp { font-size: 20px; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li span { align-self: center; display: inline-block; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li b { margin-left: auto; align-self: center; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li.icp b { color: var(--accent); font-weight: 800; }
.item-list.rows > .goods-box > .list-item > .list-sale > ul > li.icp b { color: var(--accent); font-weight: 800; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li b.strike { position: relative; }
.item-list.album > .goods-box > .list-item > .list-sale > ul > li b.strike:before { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background-color: #999; content: ''; }


.item-list .per_ico { position: absolute; display: none; top: -1px; right: -1px; font-size: 11px; width: 36px; height: 36px; background: #000; color: #fff; text-align: center; line-height: 35px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; }
.item-list .per_ico > b { font-size: 13px; font-weight: 400; }
/*
.item-list > .goods-box > .list-item > .list-total { display: flex; }
.item-list > .goods-box > .list-item > .list-total > p { align-self: center; }
.item-list > .goods-box > .list-item > .list-total > span { display: inline-block; margin-left: auto; color: #9100ff; font-size: 20px; font-weight: 600; font-family: Noto Sans KR,sans-serif; }
*/
.list-empty { flex: 1 1 100%; max-width: 100%; padding: 50px; text-align: center; }

#item-list-more { width: 100%; text-align: center; margin: 35px 0; border: 1px solid #ddd; line-height: 45px; border-radius: 8px; }
#item-list-more > span { display: inline-block; margin-right: 3px; cursor: pointer; font-size: 15px; }

.item-icon-wrap { top: 10px; left: 10px; }
/* .item-icon-wrap { margin-top: 85%} */
/* .item-icon-wrap { margin: 83% auto 0 auto;} */

.item-icon-wrap > .ic_basic > .ic { font-weight: 600; }

.test123 {
    top: 10px; left: 10px;
}



@media (max-width: 768px) {
    .search-item-list { position: relative; width: 100%; display: flex; flex-wrap: wrap; margin: 0; padding: 0 3px; }
    .search-item-list.swiper-wrapper { flex-wrap: nowrap; }
    .item-list { position: relative; padding: 0 2px; margin-bottom: 15px; }
    .search-item-list > .item-list { padding: 0 5px; }
    .item-list.album > .goods-box { position: relative; display: block; padding: 10px; height: 100%; border: 1px solid #ddd; border-radius: 6px; }
    .item-list.album > .goods-box > .list-image { }
    .item-list.album > .goods-box > .list-image img { width: 100%; height: auto; }
    .item-list.album > .goods-box > .list-image:hover img { }
    .item-list.album > .goods-box > .list-image .item-color { margin: 10px auto 5px auto; justify-content: center; }
    .item-list > .goods-box > .list-tags.tag-pc { display: none; }

    .item-list.album > .goods-box > .list-item { }
    .item-list.album > .goods-box > .list-item > .list-name { padding: 10px 0 8px 0; }
    .item-list.album > .goods-box > .list-item > .list-name p.modelname { text-align: center; font-size: 18px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }
    
    .item-list.album > .goods-box > .list-item > .list-sale { position: relative; }
    .item-list.album > .goods-box > .list-item > .list-sale > ul { padding: 8px 0;  }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li { }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li.icn { font-size: 13px; }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li.icp { font-size: 15px; }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li span { }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li b { }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li b.strike { }
    .item-list.album > .goods-box > .list-item > .list-sale > ul > li b.strike:before { }
    .item-list.album > .goods-box > .list-item > .list-tags.tag-mo { position: relative; height: 21px; display: flex; justify-content: flex-start; }
    .item-list.album > .goods-box > .list-item > .list-tags > .tag { color: var(--tagftcolor); position: relative; font-size: 11px; line-height: 21px; font-weight: 500; }
    .item-list.album > .goods-box > .list-item > .list-tags > .tag:before { content: '#'; }
    .item-list.album > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { margin-left: 5px; }


    .item-list.rows > .goods-box { position: relative; display: flex; padding: 25px 10px; height: 100%; border: 1px solid #ddd; border-radius: 6px; }
    .item-list.rows > .goods-box > .list-image { flex: 1 1 30%; max-width: 120px; padding: 10px; }
    .item-list.rows > .goods-box > .list-image img { width: 100%; height: auto; }
    .item-list.rows > .goods-box > .list-image:hover img { }
    .item-list.rows > .goods-box > .list-image .item-color { margin: 10px auto 5px auto; justify-content: center; }
    .item-list.rows > .goods-box > .list-item { flex: 1 1 auto; max-width: calc( 100% - 120px ); display: flex; flex-direction: column; }
    .item-list.rows > .goods-box > .list-item > .list-tags.tag-mo { position: relative; height: 21px; display: flex; justify-content: flex-start; }
    .item-list.rows > .goods-box > .list-item > .list-tags > .tag { color: var(--tagftcolor); position: relative; font-size: 11px; line-height: 21px; font-weight: 500; }
    .item-list.rows > .goods-box > .list-item > .list-tags > .tag:before { content: '#'; }
    .item-list.rows > .goods-box > .list-item > .list-tags > .tag:not(:first-child) { margin-left: 5px; }

    .item-list.rows > .goods-box > .list-item > .list-name { padding: 3px 0 8px 0; }
    .item-list.rows > .goods-box > .list-item > .list-name p.modelname { font-size: 18px; text-align: left; font-weight: 700; }
    
    .item-list.rows > .goods-box > .list-item > .list-sale { position: relative; margin-top: auto; }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul { padding: 8px;  }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li { display: flex; margin-bottom: .25rem; }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li.icn { color: #999; font-size: 14px; }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li.icp { font-size: 16px; }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li span { }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li b { margin-left: auto; }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li b.strike { }
    .item-list.rows > .goods-box > .list-item > .list-sale > ul > li b.strike:before { }

    #item-list-more { width: auto; text-align: center; margin: 25px 7px 35px 7px; border: 1px solid #ddd; line-height: 45px; border-radius: 8px; }
}
/* color bg */
.item-color { display: none; }
.color-bg { width: 14px; height: 14px; display: inline-block; border-radius: 50%; margin-right: 5px; }
.color-bg:last-child { margin-right: 0; }

/* review */
.list-review-box { padding-top: 25px;}
.list-review-box > .item-list { }
.list-review-box > .item-list > .item-list-box { border: 1px solid var(--boxbrbase); height: 100%; }
.item-list-box > .list-item-image { position: relative; cursor: pointer; }
.item-list-box > .list-item-image img { width: 100%; height: auto; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
/* [추가] 자유이미지(띠배너 등) 위젯은 1:1 강제 크롭 제외 - 원본 비율 유지 */
.template-image-wrapper .list-item-image img,
.image-list_basic .list-item-image img,
ul.image-list_basic .item-list-box > .list-item-image img { width: 100%; height: auto; aspect-ratio: auto; object-fit: fill; }
.item-list-box > .list-item-image > .star { position: absolute; right: 5px; bottom: 5px; }
.item-list-box > .list-item-title { font-size: 14px; padding: 8px 10px 3px 10px; display: flex; }
.item-list-box > .list-item-title > span { display: inline-block; margin-right: 10px; }
.item-list-box > .list-item-title > span.date { font-size: 12px; align-self: flex-end; }

.item-list-box > .list-item-cont { padding: 5px 10px 0 10px; font-size: 13px; height: 40px; overflow: hidden; text-overflow: ellipsis; margin-bottom: 12px; }

.item-list.review-box1 { }
.item-list.review-box1 > .item-list-box { border: 1px solid #ddd; border-radius: 12px; }
.item-list.review-box1 > .item-list-box > .list-item-image { position: relative; cursor: pointer; overflow: hidden; }
.item-list.review-box1 > .item-list-box > .list-item-image > a { display: block; overflow: hidden; }
.item-list.review-box1 > .item-list-box > .list-item-image > a img { width: 100%; height: auto; display: block; aspect-ratio: 1 / 1; object-fit: cover; border-top-left-radius: 12px; border-top-right-radius: 12px; }
.item-list.review-box1 > .item-list-box > .list-item-title { font-size: 14px; padding: 8px 10px 3px 10px; display: flex; }
.item-list.review-box1 > .item-list-box > .list-item-title > .star { margin-left: auto; align-self: center; }

.item-list.review-box1 > .item-list-box > .list-item-cont { padding: 0; height: auto; }
.item-list.review-box1 > .item-list-box > .list-item-cont > .content { height: 40px; padding: 5px 10px 0 10px; }
.item-list.review-box1 > .item-list-box > .list-item-cont > .content.content-model { position: relative; padding-top: 0; height: 40px; position: relative; display: flex; }
.item-list.review-box1 > .item-list-box > .list-item-cont > .content.content-model > .model-image { flex: 0 0 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; overflow: hidden; }
.item-list.review-box1 > .item-list-box > .list-item-cont > .content.content-model > .model-image img { width: 100%; height: auto; }
.item-list.review-box1 > .item-list-box > .list-item-cont > .content.content-model > .model-name { align-self: center; padding-left: 10px; }
@media(max-width: 768px) {
    .item-list.review-box1 > .item-list-box > .list-item-title > .date { display: none; }
}


/* list-style2 */
.item-list.list-style2 { }
.item-list.list-style2 .goods-box { }
.item-list.list-style2 .goods-box .list-image { }
.item-list.list-style2 .goods-box .list-item  { }
.item-list.list-style2 .goods-box .list-name  { }
.item-list.list-style2 .goods-box .list-price { display: block; }
.item-list.list-style2 .goods-box .list-price dl { display: flex; }
.item-list.list-style2 .goods-box .list-price dl dt { font-weight: 600; align-self: center; }
.item-list.list-style2 .goods-box .list-price dl dd { margin-left: auto; }
.item-list.list-style2 .goods-box .list-price dl dd .strike { position: relative; display: inline-block; }
.item-list.list-style2 .goods-box .list-price dl dd .strike:before { position: absolute; content: ''; display: inline-block; top: calc( 50% + 1px ); left: -2px; right: -2px; height: 1px; background: #000; }
.item-list.list-style2 .goods-box .list-price dl dd .per { display: inline-block; padding: 0 2px 0 6px; color: #ff2121; }
.item-list.list-style2 .goods-box .list-price dl dd .arrow { position: relative; display: inline-block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #ff2121; }
.item-list.list-style2 .goods-box .list-price dl dd .arrow:before { position: absolute; display: inline-block; content: ''; background-color: #ff2121; top: -11px; width: 4px; height: 6px; left: -2px; }
.item-list.list-style2 .goods-box .list-price dl.sale-price dd span { font-weight: 600; font-size: 22px; letter-spacing: -1px; }
.item-list.list-style2 .goods-box .list-exp { display: flex; justify-content: center; background: #ededed; margin: 20px 0 15px; height: auto; }
.item-list.list-style2 .goods-box .list-exp span { position: relative; display: inline-block; line-height: 27px; font-size: 13px; color: #222; }
.item-list.list-style2 .goods-box .list-exp span:after { display: inline-block; content:'/'; color: #222; padding: 0 1px; }
.item-list.list-style2 .goods-box .list-exp span:last-child:after { display: none; }
.item-list.list-style2 .goods-box .list-sale { }
.item-list.list-style2 .goods-box .list-sale dl { display: flex; }
.item-list.list-style2 .goods-box .list-sale dl dt { align-self: center; color: #666; font-size: 14px; }
.item-list.list-style2 .goods-box .list-sale dl dd { margin-left: auto; font-size: 15px; }
.item-list.list-style2 .goods-box .list-sale dl dd .minus { position: relative; display: inline-block; font-weight: 600; }
.item-list.list-style2 .goods-box .list-sale dl dd .minus:before { position: absolute; content: ''; width: 7px; height: 1px; background: #000; top: 50%; left: -10px; }
.item-list.list-style2 .goods-box .list-sale dl.sale-total dt { }
.item-list.list-style2 .goods-box .list-sale dl.sale-total dd span { color: #f48362; }
.item-list.list-style2 .goods-box .list-sale dl.sale-total dd .minus:before { background: #f48362; }
@media(max-width: 768px) {
    .item-list.list-style2 { padding: 0 4px; }
    .item-list.list-style2 .goods-box { }
    .item-list.list-style2 .goods-box .list-image { }
    .item-list.list-style2 .goods-box .list-item  { }
    .item-list.list-style2 .goods-box .list-name  { }
    .item-list.list-style2 .goods-box .list-price { }
    .item-list.list-style2 .goods-box .list-price dl { }
    .item-list.list-style2 .goods-box .list-price dl dt { font-weight: 400; font-size: 12px; align-self: center; }
    .item-list.list-style2 .goods-box .list-price dl dd { font-size: 12px; }
    .item-list.list-style2 .goods-box .list-price dl dd .strike { letter-spacing: -0.5px; }
    .item-list.list-style2 .goods-box .list-price dl dd .strike:before { }
    .item-list.list-style2 .goods-box .list-price dl dd .per { }
    .item-list.list-style2 .goods-box .list-price dl dd .arrow { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #ff2121; }
    .item-list.list-style2 .goods-box .list-price dl dd .arrow:before { top: -8px; width: 2px; height: 4px; left: -1px; }
    .item-list.list-style2 .goods-box .list-price dl.sale-price dd span { font-size: 17px; }
    .item-list.list-style2 .goods-box .list-exp { padding: 8px 0; }
    .item-list.list-style2 .goods-box .list-exp span { display: inline-block; padding: 0 3px; white-space: nowrap; font-size: 11px; line-height: 1.5; overflow: hidden; }
    .item-list.list-style2 .goods-box .list-exp span:after { display: none; }
    .item-list.list-style2 .goods-box .list-exp span:last-child:after { }
    .item-list.list-style2 .goods-box .list-sale { }
    .item-list.list-style2 .goods-box .list-sale dl { }
    .item-list.list-style2 .goods-box .list-sale dl dt { align-self: center; color: #666; font-size: 12px; }
    .item-list.list-style2 .goods-box .list-sale dl dd { margin-left: auto; font-size: 13px; }
    .item-list.list-style2 .goods-box .list-sale dl dd .minus { }
    .item-list.list-style2 .goods-box .list-sale dl dd .minus:before { }
    .item-list.list-style2 .goods-box .list-sale dl.sale-total dt { }
    .item-list.list-style2 .goods-box .list-sale dl.sale-total dd span { }
    .item-list.list-style2 .goods-box .list-sale dl.sale-total dd .minus:before { }
}

/* article */
.article-list-wrapper { margin-top: 25px; }
.article-desc1 { position: relative; display: block; border-bottom: 1px solid #ededed; }
.article-desc1.article-desc-list { padding: 15px; border: 1px solid #ededed; border-radius: 8px; }
.article-desc1.article-desc-list ~ .article-desc-list { margin-top: 12px; }
.article-desc1.article-desc-table { padding: 15px 0 0 0; }
.article-desc1 > .article-list { display: flex; }
.article-desc1 > .article-list > .article-image { flex: 0 0 100px; max-width: 100px; padding: 0 10px; }
.article-desc1 > .article-list > .article-image img { width: 100%; height: auto; }
.article-desc1 > .article-list > .article-subject { align-self: center; flex: 1 1 auto; max-width: calc( 100% - 260px ); padding: 0 15px; }
.article-desc1 > .article-list > .article-subject > .star { }
.article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { margin-left: 3px; }
.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { font-size: 16px; }
.article-desc1 > .article-list > .article-subject > p { padding: 10px 0 15px 0; }
.article-desc1 > .article-list > .article-subject > span { color: var(--colorgray); white-space: nowrap; font-size: 14px; }
.article-desc1 > .article-list > .article-subject > span + span { margin-left: 10px; }
.article-desc1 > .article-list > .article-name { flex: 0 0 60px; max-width: 60px; align-self: center; text-align: center; color: var(--colorgray); }
.article-desc1 > .article-list > .article-date { flex: 0 0 100px; max-width: 100px; align-self: center; text-align: center; color: var(--colorgray); }
.article-desc1 > .article-list > .article-btn { align-self: center; margin-left: auto; }
.article-desc1 > .article-content { padding: 8px 15px 12px 70px; }
.article-desc1 > .article-content > .desc-content { padding: 25px; background-color: var(--boxbrbase); }
.article-desc1 > .article-content img { width: auto; max-width: 100%; height: auto; }
.article-desc1 > .article-flex { position: relative; display: flex; }
.article-desc1 > .article-flex.article-header { background-color: #fafafa;  border-top: 2px solid #131313; border-bottom: 1px solid #ededed; }
.article-desc1 > .article-flex > div { display: inline-block; padding: .75rem .75rem; text-align: center; font-size: 15px; align-self: center; }
.article-desc1 > .article-flex > div.num { flex: 0 0 60px; max-width: 60px; }
.article-desc1 > .article-flex > div.state { flex: 0 0 120px; max-width: 120px; }
.article-desc1 > .article-flex > div.subject { flex: 1 1 auto; }
.article-desc1 > .article-flex > div.name { flex: 0 0 100px; max-width: 100px; }
.article-desc1 > .article-flex > div.date { flex: 0 0 100px; max-width: 100px; }
.article-desc1 > .article-body > div.subject { text-align: left; cursor: pointer; }
.article-desc1 > .article-body > div.subject > span { position: relative; }
.article-desc1 > .article-body > div.subject > span:after { position: absolute; content: '\f023'; font-family: 'FontAwesome'; font-size: 14px; right: -15px; top: 50%; transform: translateY(-50%); color: var(--darkgray); }
.article-desc1 > .article-body > div.state > span { display: block; padding: .375rem .75rem; background-color: var(--accent); border: 1px solid var(--accent); color: #fff; text-align: center; }
.article-desc1 > .article-body > div.state.ready > span { background-color: #fff; border: 1px solid var(--darkgray); color: #131313; }
.article-list-wrapper ~ .article-btn { margin: 25px 0; }
.article-desc1 > .article-body ~ .article-body { border-top: 1px solid #ededed; }
.article-btn { display: flex; justify-content: flex-end; }
.article-btn .btn_write { display: inline-block; padding: 8px 12px; border: 1px solid var(--accent); color: #fff; background-color: var(--accent); border-radius: 6px; min-width: 120px; text-align: center; }
@media(max-width: 768px) {
    .article-list-wrapper { padding: 0 10px; }
    .article-desc1 { }
    .article-desc1 > .article-list { flex-wrap: wrap; }
    .article-desc1 > .article-list > .article-image { flex: 0 0 70px; max-width: 70px; padding: 0 10px; }
    .article-desc1 > .article-list > .article-image img { width: 100%; height: auto; }
    .article-desc1 > .article-list > .article-subject { align-self: center; flex: 1 1 auto; max-width: calc( 100% - 70px ); padding: 0 10px; }
    .article-desc1 > .article-list > .article-subject > .star { }
    .article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { margin-left: 3px; }
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { font-size: 14px; }
    .article-desc1 > .article-list > .article-subject > p { padding: 10px 0 15px 0; }
    .article-desc1 > .article-list > .article-subject > span { color: #b4b4b4; }
    .article-desc1 > .article-list > .article-name { flex: 0 0 50px; max-width: 50px; }
    .article-desc1 > .article-list > .article-date { flex: 0 0 80px; max-width: 80px; }
    .article-desc1 > .article-list > .article-btn { align-self: flex-end; }
    .article-desc1 > .article-content { padding: 8px 15px 12px 46px; font-size: 12px; }
    .article-desc1 > .article-flex > div { display: inline-block; padding: .75rem .375rem; text-align: center; font-size: 12px; align-self: center; }
    .article-desc1 > .article-flex > div.num { flex: 0 0 40px; max-width: 40px; }
    .article-desc1 > .article-flex > div.state { flex: 0 0 70px; max-width: 70px; }
    .article-desc1 > .article-flex > div.subject { flex: 1 1 auto; }
    .article-desc1 > .article-flex > div.name { flex: 0 0 70px; max-width: 70px; }
    .article-desc1 > .article-flex > div.date { display: none; }
    .article-desc1 > .article-body > div.subject { text-align: left; cursor: pointer; }
    .article-desc1 > .article-body > div.subject > span { position: relative; }
    .article-desc1 > .article-body > div.state > span { padding: .375rem 0; white-space: nowrap; }
    .article-desc1 > .article-body > div.state.ready > span { }
    .article-btn .btn_write { border-radius: 6px; min-width: 90px; font-size: 14px; margin-right: 10px; }
}

.myModal.view-content { }
.myModal.view-content .myModal-dialog { max-width: 760px; height: auto; border-radius: 0; }
.myModal.view-content .myModal-dialog { height: auto; }
.myModal.view-content .myModal-dialog .myModal-content { border: none; border-radius: 0; }
.myModal.view-content .myModal-dialog .myModal-content .myModal-header { background: var(--primary); border-radius: 0; padding: 0; }
.myModal.view-content .myModal-dialog .myModal-content .myModal-header .header-title { color: #fff; padding-left: 10px; letter-spacing: -1px; font-size: 1.25rem; }
.myModal.view-content .content-view-wrap { }
.myModal.view-content .content-view-wrap h2 { padding-bottom: 8px; border-bottom: 1px solid #ddd; margin-bottom: 12px; }
.myModal.view-content .content-view-wrap .content-view-head { display: flex; }
.myModal.view-content .content-view-wrap .content-view-head > div { margin-left: 12px; }
.myModal.view-content .content-view-wrap .content-view-head > div.score { margin-left: auto; align-self: center; }
.myModal.view-content .content-view-wrap .content-view-body { margin-top: 10px; border: 1px solid #ddd; padding: 25px; }
.myModal.view-content .content-view-wrap .content-view-body img { width: 100%; height: auto; }

/* --------------------------- */
.inner-form-wrap { position: relative; width: 100%; max-width: 560px; margin: 25px auto; padding: 35px; border: 3px solid #5083f2; border-radius: 16px; }
.inner-form-wrap > .form-title { position: absolute; top: -30px; left: calc( 50% - 30px ); width: 60px; height: 60px; background-color: #5083f2; text-align: center; color: #fff; font-weight: 600; border-radius: 50%; z-index: 2; line-height: 1; display: inline-flex; align-self: center; align-items: center; justify-content: center; }
.inner-form-wrap > .form-header { position: relative; margin: 12px 0; }
.inner-form-wrap > .form-header > h2 { }
.inner-form-wrap > .form-header > p { font-size: 15px; margin: 8px 0; letter-spacing: -1px; font-weight: 500; }
.inner-form-wrap > .form-header > span { font-size: 13px; letter-spacing: -1px; margin-top: 3px; }
.inner-form-wrap > .form-header > .check-custom { position: relative; margin: 12px; 0; display: flex; justify-content: center; }
.inner-form-wrap > .form-header > .check-custom > .check-privacy { }
.inner-form-wrap > .form-header > .check-custom > label { align-self: center; margin-left: 3px; cursor: pointer; }
.inner-form-wrap > .form-header > .check-custom > a { display: inline-block; margin-left: 5px; font-size: 12px; color: #5083f2; align-self: center; }
.inner-form-wrap > .form-body { margin: 35px 0 25px 0; padding: 0 50px; }
.inner-form-wrap > .form-body > dl { display: flex; margin-bottom: .5rem; }
.inner-form-wrap > .form-body > dl:last-child { margin-bottom: 0; }
.inner-form-wrap > .form-body > dl > dt { flex: 0 0 120px; max-width: 120px; font-weight: 500; text-align: left; }
.inner-form-wrap > .form-body > dl > dd { flex: 1 1 auto; max-width: calc( 100% - 120px ); text-align: left; }
.inner-form-wrap > .form-body > dl > dd > .form-input { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-select { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-input:focus,
.inner-form-wrap > .form-body > dl > dd > .form-select:focus { border: 1px solid #5083f2; }
.inner-form-wrap > .form-button { padding: 0 50px; }
.inner-form-wrap > .form-button > button { width: 100%; background-color: #5083f2; color: #fff; text-align: center; padding: .5rem 0; border-radius: 25px; font-size: 16px; font-weight: 600; }

/* sub page */
.page-top-wrap { position: relative; margin: 35px 0 35px 0; }
.page-top-wrap > ul { position: relative; display: flex; }
.page-top-wrap > ul > li { }
.page-top-wrap > ul > li:not(:last-child) { margin-right: 8px; }
.page-top-wrap > ul > li > a { position: relative; display: block; min-width: 130px; height: 46px; line-height: 46px; white-space: nowrap; text-align: center; background-color: #fafafa; border: 1px solid #fafafa; }
.page-top-wrap > ul > li > a:not(.on):hover { background-color: #fff; border-color: var(--accent); color: var(--accent); }
.page-top-wrap > ul > li > a.on { background-color: var(--accent); border-color: var(--accent); color: #fff; }
@media (max-width: 768px) {
    .page-top-wrap { margin: 10px 0 25px 0; padding: 0 10px; overflow-x: auto; }
    .page-top-wrap > ul { }
    .page-top-wrap > ul > li { }
    .page-top-wrap > ul > li:not(:last-child) { margin-right: 8px; }
    .page-top-wrap > ul > li > a { width: auto; padding: 0 8px; height: 40px; line-height: 40px; font-size: 13px; border-radius: 25px; min-width: 90px; }
    .page-top-wrap > ul > li > a:not(.on):hover { }
    .page-top-wrap > ul > li > a.on { }
}