/* <link rel="stylesheet" href="https://inner-link-maker.vercel.app/common.css"> */

/* 기본 폰트 및 전체 설정 */
body {
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.8;
    color: #222;
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
}

/* 제목 스타일 */
h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #90c0f0;
}

/* H2 스타일 - 파란색 배경 */
h2 {
    font-size: 30.72px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    background-color: #90c0f0;
    margin: 50px 0 20px;
    padding: 10px 15px;
    border: 1px solid #90c0f0;
    border-radius: 3px;
}

/* H3 스타일 - 파란색 텍스트 */
h3 {
    font-size: 25.2px;
    font-weight: 600;
    line-height: 1.5;
    color: #0000ff;
    margin: 29px 0 22px;
    padding: 8px 15px;
    border-left: 4px solid #0000ff;
    background: linear-gradient(90deg, rgba(0, 0, 255, 0.05) 0%, rgba(0, 0, 255, 0.01) 100%);
}

/* H4 스타일 - 점선 테두리 */
h4 {
    font-size: 22.08px;
    font-weight: 700;
    line-height: 1.5;
    color: #4286f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 8px 12px;
    border: 1px dotted #99ccff;
    border-radius: 3px;
}

/* 단락 스타일 */
p {
    font-size: 19.2px;
    font-weight: 400;
    line-height: 2;
    color: #222;
    margin: 0 0 28.8px;
    word-break: keep-all;
}

/* 리스트 스타일 */
ul {
    font-size: 19.2px;
    line-height: 1.6;
    color: #222;
    margin: 20px 0;
    padding-left: 0;
}

li {
    font-size: 18.24px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    margin: 8px 0;
    padding: 5px 0 5px 25px;
    position: relative;
    list-style: none;
}

li:before {
    content: "•";
    color: #4286f4;
    font-weight: bold;
    position: absolute;
    left: 8px;
}

/* 인용문 스타일 */
blockquote {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #333;
    margin: 30px 0;
    padding: 20px 25px;
    border-left: 4px solid #4286f4;
    background: linear-gradient(90deg, rgba(66, 134, 244, 0.08) 0%, rgba(66, 134, 244, 0.02) 100%);
    border-radius: 0 5px 5px 0;
    font-style: italic;
}

/* 강조 텍스트 */
strong {
    font-weight: 700;
    color: #222;
    background: linear-gradient(180deg, transparent 50%, #ffe066 50%);
    padding: 1px 2px;
}

/* 이미지 스타일 */
img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: block;
}

/*In Posting H2 Box Custom*/
.single .entry-content h2 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    padding: .4em .45em;
    border-radius: 0 10px;
    font-size: 1.3em;
    color: white;
    background: rgb(82, 108, 237);
    background: linear-gradient(to right, #526ced 73%, #091d7e);
    background: -moz-linear-gradient(to right, #526ced 73%, #091d7e);
    background: -webkit-linear-gradient(to right, #526ced 73%, #091d7e);
    background: linear-gradient(to right, #526ced 73%, #091d7e);
}

/* 메인 컨텐츠 컨테이너 */
.main-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.center-image {
    margin: 30px auto;
    text-align: center;
}

/* 목차 스타일 */
.toc-container {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.toc-title {
    font-size: 23.04px;
    font-weight: 500;
    color: #222;
    margin: 0 0 15px 0;
}

.toc-list {
    font-size: 16px;
    line-height: 1.6;
}

.toc-list li {
    padding: 3px 0 3px 20px;
}

.toc-list a {
    font-weight: 400;
    color: #333;
}

/* FAQ 섹션 */
.faq-item {
    margin: 25px 0;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.faq-question {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.faq-answer {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .main-container {
        padding: 20px;
        margin: 10px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    p,
    ul {
        font-size: 17px;
    }

    li {
        font-size: 16px;
    }
}

/* 공통 버튼 스타일 - 글자만 정중앙 정렬 */
.my-cta-button {
    display: flex!important;
    align-items: center;
    /* 수직 중앙 정렬 */
    justify-content: center;
    /* 수평 중앙 정렬 */
    width: 100%;
    height: 70px;
    /* 버튼 높이 */
    background-color: #e60000!important;
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 32px;
    /* 글자 크기 */
    font-weight: bold;
    padding: 0 40px;
    /* 좌우 여백만 줌 */
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
    position: relative;
}


/* 호버 시 파란색으로 반전 + 약간 이동 */
.my-cta-button:hover {
    background-color: #0057a0!important;
    /* 파란색 반전 */
    transform: translateY(-3px);
    /* 위로 살짝 떠오르는 효과 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* 그림자 강화 */
    color: white;
}

/* 클릭 시 눌리는 느낌 */
.my-cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}


/* 모바일 환경에서의 버튼 스타일 */
@media (max-width: 768px) {
    body {
        background-color: white;
    }

    .my-cta-button {
        width: 100%;
        /* 모바일에서 너비를 100%로 설정 */
        font-size: 16px;
        /* 모바일에서 글자 크기 조절 */
        padding: 15px 0;
        /* 모바일에서 상하 여백 조절 */
    }

    .separate-containers .inside-article {
        padding: 0px;
    }
	
	ol, ul {
		margin: 0px;
        margin-left: 0px!important;
	}
}