/*-----------------------------------------------
** default
*------------------------------------------------*/
#content-wrap {
    padding-top: 0 !important;    
}

.page-header {
    background-color: #2e2e2e !important;    
}
.page-header-title {
    color: #eee;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}

.good-underline {
    position: relative;
}
.good-underline::before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-size: cover;
    background-repeat: repeat-x;
    background-image: repeating-linear-gradient(135deg, #eecf68 0px, #eecf68 14px, #a9ee68 14px, #a9ee68 28px, #68ee8b 28px, #68ee8b 42px, #68ecee 42px, #68ecee 56px, #6887ee 56px, #6887ee 70px, #ad68ee 70px, #ad68ee 84px, #ee68ca 84px, #ee68ca 98px, #ee6a68 98px, #ee6a68 112px);
    position: absolute;
    left: 0;
    bottom: -10px;
}

blockquote {
    font-size: 17px !important;
}

/*-----------------------------------------------
** top
*------------------------------------------------*/
.visual {
    margin-left: -70%;
    margin-right: -70%;
}
.visual-inner {
    background: url(https://linescash.com/wp-content/uploads/2023/09/credit-card-cash-350.png) no-repeat;
    background-position: right center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
}

.section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 10px;    
}
.section-title {
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
}
.section-title::before {
    content: "📣";
    margin-right: 10px;
}
.sub-title {
    font-weight: bold;
    font-style: italic;
}
.section a, .visual-inner a {
    color: blue;    
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.section a:hover, .visual-inner a:hover {
    color: blue;
}
.section ol, .section ul {
    margin-left: 50px;
}

.site-desc {
    width: 60%;
}

.main-link-wrap {
    overflow: hidden;
    margin-top: 70px;
    text-shadow: none;
    font-weight: bold;
}
.main-link {
    float: left;
    width: 48%;
    margin-right: 2%;
    background-color: #1e2894;
    text-shadow: 1px 1px #141c78;
    padding: 10px 15px;
    position: relative;
    text-decoration: none !important;
    border-radius: 7px;
    color: #eee !important;
    border: 2px solid #5661db;
}
.main-link-wrap > .main-link:last-child {
    margin-right: 0;
}
.main-link > .after {
    float: right;
    background-color: #008FF9;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

/*-----------------------------------------------
** 2st section
*------------------------------------------------*/
.dotted-box {
    background-color: #e2ecff;
    padding: 10px 10px 10px 30px;
    border: 4px dotted #12192c;
    margin: 0 0 20px !important;
}
.dotted-box li {
    margin-bottom: 10px;
}

.color-btn-wrap {
    margin: 30px 0;
}
.color-btn {
    display: inline-block;
    width: 40%;
    border-radius: 7px;
    background-color: #282828;
    color: #eee !important;
    padding: 10px;
    text-decoration: none !important;
    font-weight: 500;
}
.color-btn-blue {
    background-color: #1c86f9;
    margin-right: 1em;
}
.color-btn-green {
    background-color: #61ce70;
}

.section .alignleft {
    width: 30%;
    margin-right: 1em;
    margin-bottom: 1em;
}

/* -----------------------------------------------
 * 숏코드
** ----------------------------------------------- */
.short_recent_thumb .wp-post-image {
    width: 100%;
    max-height: 200px;
}
.short_recent_thumb a {
    text-decoration: none;
}
.short_recent_thumb .modify-date {
    display: none;
}


/*-----------------------------------------------
** recent list
*------------------------------------------------*/
.cut-title, .short_comments_list > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    font-weight: normal;
}
.cut-title > a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

/* 후기 */
.short_comments_list {
    margin-left: 0 !important;
}
.short_comments_list > .cut-title {
    color: #999;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 7px;
}

.inline {
    display: inline-block;
    margin-right: 2em;
}


/*-----------------------------------------------
** table
*------------------------------------------------*/
.card-table {
	min-width: 50%;
	text-align: center;
	border: 1px solid #ddd;
	border-collapse : collapse;
    margin-bottom: 20px;
}
.card-table caption {
	padding-bottom: 10px;
}
.card-table .table-caption {
	padding: 5px 10px;
}
.card-table th, .card-table td {
	border: 1px solid #878787;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
.card-table th {
	color: #fff;
	text-shadow: 0px 0px 7px rgba(190, 68, 60, 0.75);
	background-color: #000;
}
.card-table td {
	padding-left: 10px;
}

.icon-logo {
    width: 30px;
}
.table-cupon .icon-logo:first-child {
    margin-right: 10px;
}
.table-cupon > strong {
    margin-right: 1em;
}


/* -----------------------------------------------
 * FAQ (스키마)
** ----------------------------------------------- */
.rk-faq {
    margin: 20px 0;
}
.accordionButton {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #d1d1d1;
    padding: 14px 21px 14px 10px;
}
.rk-faq > section:last-child .accordionButton {
    border-bottom: 1px solid #d1d1d1;
}

.accordionButton::after {
    font-family: fontAwesome !important;
    content: "\f107";
    position: absolute;
	top: 10px;
    right: 5px;
    font-size: 1.2em;
}

.accordionButton > .faq-title, .accordionContent > p {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 1.2em;
}

.accordionContent {
    display: none;
    padding: 10px 10px 20px;
}

.open.accordionButton {
    background: #1b222c;    
}
.open.accordionButton > .faq-title {
    color: #fff;
}
.open.accordionButton::after {
    content: "\f106";
    color: #fff;
}


/*-----------------------------------------------
** Media
*------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .visual-inner {
        max-width: 900px;
    }
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
    .visual {
        margin: 0;
    }
    .visual-inner {
        max-width: 90%;
        background-position: right bottom;
    }
    .site-desc {
        width: 100%;
    }

    #primary {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .page-header-title {
        line-height: 1.6;
    }
    .good-underline::before {
        height: 5px;
        bottom: -8px;
    }

    #content-wrap {
        max-width: 100%;
    }
    .visual-inner {
        max-width: 86%;
        background: none;
        padding: 30px 10px;
    }
    .main-link-wrap {
        margin-top: 40px;
    }
    .main-link {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .section {
        padding: 0 5%;
    }

    .icon-logo {
        width: 20px;
    }

    .today-wrap > strong {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
    }

    .btn-go-wrap {
        display: block;
        text-align: center;
    }

    .bg-blue {
        background-color: #48884e;
    }

    .section ol, .section ul {
        margin-left: 20px;
    }

    .section .alignleft {
        width: 45%;
    }

    .color-btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .short_recent_thumb .wp-post-image {
        max-height: 68px;
    }
    .short_recent_thumb .thumb-title {{
        font-size: 10px;
    }}
}
