@charset "UTF-8";html{scrollbar-gutter:stable;scroll-behavior:smooth;font-size:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Noto Sans KR',-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;font-size:16px;line-height:1.65;color:#334155;background-color:#f8fafc;-webkit-font-smoothing:antialiased;animation:fadeInAnimation ease 0.7s;animation-iteration-count:1;animation-fill-mode:forwards;background:linear-gradient(to right,#f9f9f9 0%,#ffffff 50%,#f9f9f9 100%)}@keyframes fadeInAnimation{0%{opacity:.5}100%{opacity:1}}a{color:inherit;text-decoration:none;transition:color 0.2s ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}#accent-wrapper{display:block;min-height:100vh}.accent-container{max-width:1240px;margin:0 auto;padding:0 20px}#accent-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:20px 0;position:sticky;top:0;z-index:100}#accent-header .accent-container{display:flex;justify-content:space-between;align-items:center}.blog-title{font-size:24px;font-weight:700;color:#0f172a}.blog-menu ul{display:flex;gap:20px}.blog-menu ul li{font-size:15px;font-weight:500;color:#475569}.blog-menu ul li a:hover{color:#2563eb}#accent-main{display:flex;gap:30px;margin-top:40px;margin-bottom:40px}#accent-content{flex:1 1 calc(100% - 330px);min-width:0;flex-basis:calc(100% - 330px);max-width:calc(100% - 330px)}#accent-sidebar{flex:0 0 300px;max-width:300px;padding-left:30px;border-left:1px solid #e2e8f0}.list-title-box{margin-bottom:25px;padding:12px;border-radius:8px;box-shadow:rgb(0 0 0 / .02) 0 1px 3px 0,rgb(27 31 35 / .15) 0 0 0 1px}.list-title-box h1{font-size:18px;font-weight:700;color:#0f172a}.index-list-item{background:#fff;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 1px 3px rgb(15 23 42 / .05);display:flex;gap:24px}.index-list-item .thumb{width:160px;flex-shrink:0}.index-list-item .thumb a{display:block;width:160px;height:108px;background-color:#f1f5f9;border-radius:6px;overflow:hidden;aspect-ratio:160 / 108}.index-list-item .thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.index-list-item .summary{flex:1;min-width:0}.index-list-item .summary .title{font-size:19px;font-weight:700;color:#0f172a;margin-bottom:8px;line-height:1.4}.index-list-item .summary .title a:hover{color:#2563eb}.index-list-item .summary .excerpt{font-size:14px;color:#334155;margin-bottom:5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.index-list-item .summary .date{font-size:12px;color:#475569;font-weight:500}.hentry{background:#fff;border-radius:8px;padding:40px;box-shadow:0 1px 3px rgb(15 23 42 / .05)}.entry-header{margin-bottom:35px;border-bottom:1px solid #e2e8f0;padding-bottom:24px}.entry-header .category{font-size:13px;font-weight:600;color:#2563eb;margin-bottom:8px;display:inline-block}.entry-title{font-size:30px;font-weight:700;color:#0f172a;line-height:1.35;margin-bottom:12px}.entry-meta{font-size:13px;color:#475569}.entry-content{font-size:16px;color:#334155;line-height:1.8}.entry-content p{margin-bottom:24px}.entry-content h2{font-size:22px;color:#0f172a;margin:40px 0 20px 0;border-left:4px solid #2563eb;padding-left:12px}.entry-content h3{font-size:18px;color:#1e293b;margin:30px 0 15px 0}.entry-content img,.entry-content .imageblock,.entry-content figure{max-width:100%!important;height:auto!important;display:block;margin:24px auto;border-radius:6px;aspect-ratio:attr(width) / attr(height);overflow:hidden}.entry-content figure figcaption,.entry-content .cap1{text-align:center;font-size:13px;color:#475569;margin-top:-16px;margin-bottom:24px}.entry-content .imageblock[style]{max-width:100%!important;height:auto!important}.entry-tags{margin-top:40px;padding-top:24px;border-top:1px solid #e2e8f0}.entry-tags a{display:inline-block;background-color:#f1f5f9;color:#1e293b;padding:5px 12px;border-radius:4px;font-size:13px;margin-right:8px;margin-bottom:8px;font-weight:500}.entry-tags a:hover{background-color:#e2e8f0;color:#0f172a}.comment-area,.guestbook-area{margin-top:40px;padding-top:30px;border-top:2px solid #e2e8f0}.comment-area h3,.guestbook-area h2{font-size:18px;color:#0f172a;margin-bottom:20px}.comment-area input,.comment-area textarea,.guestbook-area input,.guestbook-area textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:4px;margin-bottom:10px}.comment-area button,.guestbook-area button{background-color:#0f172a;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.pagination{text-align:center;margin-top:40px}.pagination a{display:inline-block;padding:8px 16px;margin:0 3px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;font-size:14px;color:#334155;font-weight:500}.pagination a:hover{background-color:#2563eb;color:#fff;border-color:#2563eb}.widget{margin-bottom:40px}.widget h3{font-size:14px;font-weight:700;color:#0f172a;text-transform:uppercase;margin-bottom:16px;letter-spacing:.5px}.widget ul li{padding:10px 0;border-bottom:1px dashed #e2e8f0;font-size:14px;color:#334155}.widget ul li a:hover{color:#2563eb}.sidebar-ad-content{color:#1e293b!important}.sidebar-ad-widget{position:sticky;top:80px}#accent-footer{background-color:#fff;border-top:1px solid #e2e8f0;padding:35px 0;font-size:13px;color:#475569;text-align:center}.copyright{color:#475569!important}@media screen and (max-width:768px){#accent-main,.index-list-item{flex-direction:column;gap:20px}#accent-main{margin-top:20px}#accent-header .accent-container{flex-direction:column;align-items:flex-start;gap:12px}.blog-menu ul{flex-wrap:wrap;gap:15px}#accent-content{order:1;width:100%;max-width:100%}#accent-sidebar{order:2;width:100%;padding-left:0;border-left:none;border-top:1px solid #e2e8f0;padding-top:30px}.index-list-item{padding:16px}.index-list-item .thumb{width:100%}.index-list-item .thumb a{width:100%;height:160px;aspect-ratio:auto}.hentry{padding:24px 16px}.entry-title{font-size:22px}.pagination a{margin:0}}#back-to-top{position:fixed;bottom:30px;right:30px;width:46px;height:46px;background-color:#1a73e8;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgb(0 0 0 / .15);opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;z-index:999}#back-to-top:hover{background-color:#049;transform:translateY(-3px);box-shadow:0 6px 15px rgb(0 0 0 / .25)}#back-to-top.show{opacity:1;visibility:visible}#back-to-top::after{content:'';width:10px;height:10px;border-top:3px solid #fff;border-left:3px solid #fff;transform:rotate(45deg);margin-top:4px}@media (max-width:480px){#back-to-top{bottom:20px;right:20px;width:42px;height:42px}}.b-btn{padding:10px 35px;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;color:#fff;min-width:220px;box-shadow:0 6px 12px rgb(0 0 0 / .15);position:relative;overflow:hidden;transition:transform 0.1s ease,box-shadow 0.1s ease;letter-spacing:.5px;text-transform:uppercase}.b-btn:active{transform:translateY(2px);box-shadow:0 3px 6px rgb(0 0 0 / .1)}.btn-link{background-color:#1976D2;border:2px solid #fff0;animation:borderFade 3s infinite alternate ease-in-out}@keyframes borderFade{0%{border-color:rgb(255 255 255 / .3)}50%{border-color:rgb(255 255 255 / .8)}100%{border-color:rgb(255 255 255 / .3)}}.btn-buy{background-color:#C62828;position:relative;overflow:hidden}.btn-buy::before{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:rgb(255 255 255 / .4);transform:skewX(-20deg);animation:innerShimmer 3.5s infinite ease-in-out}@keyframes innerShimmer{0%{left:-100%}50%{left:100%}100%{left:-100%}}a.i-link{display:inline-block;padding:10px 18px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:15px;font-weight:500;text-decoration:none;border-radius:8px;transition:all 0.3s ease-in-out;line-height:1.4;word-break:keep-all;white-space:normal;box-shadow:0 2px 6px rgb(0 0 0 / .15)}a.i-link:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 10px rgb(0 0 0 / .2)}a.i-link:active{transform:translateY(0);box-shadow:0 2px 6px rgb(0 0 0 / .15)}.i-link::before{content:'🔗 ';font-size:.9rem}#article-view .table_contents{padding:10px 20px 20px 20px;background-color:#effbff;margin-bottom:80px;border-radius:20px}#article-view .table_contents h2{border:none;padding:0;margin:20px 0 20px 0}#article-view .table_contents h3{font-size:1rem;margin:10px 0 15px 0}.c_keypoint{background-color:#eaf1f6;padding:15px;border-radius:8px;font-style:italic;margin-bottom:25px;font-size:15px;color:#1e293b}.c_highlight{padding:2px 4px;border-radius:3px;word-wrap:break-word;font-weight:700;background:linear-gradient(to top,rgb(255 235 59 / .5) 40%,transparent 40%)!important;display:inline!important;padding:2px 0!important}.c_tip{background-color:#eaf1f6;border-left:4px solid #1a73e8;padding:15px;margin:20px 0;border-radius:0 8px 8px 0;line-height:22px;color:#1e293b}.c_tip strong{font-size:16px;line-height:40px;color:#0f172a}.c_warning{background-color:#ffebee;border-left:4px solid #f44336;padding:15px;margin:20px 0;border-radius:0 8px 8px 0;line-height:22px;color:#7f1d1d}.c_warning strong{font-size:16px;line-height:40px;color:#450a0a}.c_table{width:100%;border-collapse:collapse;margin:20px 0}.c_table thead th{padding:12px;text-align:left;border:1px solid #ddd;background-color:#e1f1ff;font-weight:700;color:#0f172a;min-width:80px}.c_table tbody tr:nth-child(even){background-color:#f9f9f9}.c_table tbody td{padding:12px;text-align:left;border:1px solid #ddd;color:#334155}.c_example{background-color:#f5f5f5;padding:15px;border-radius:8px;margin:20px 0;color:#334155}.c_example strong{font-size:16px;line-height:40px;color:#0f172a}.c_example h3{font-size:18px;color:#0f172a;margin:0 0 10px}.c_example ul{padding-left:20px;margin-left:0}.c_list{margin:0 0 15px 20px;padding:0}.c_list li{margin-bottom:10px!important}.c_summary{font-size:16px;color:#111;margin:30px 0 15px;padding-bottom:8px;border-bottom:2px solid #eaeaea}.c_summary li{line-height:28px}.c_summary_paragraph{margin-bottom:15px}.c_summary_list{font-size:16px;margin:0 0 15px 20px;padding:0}.c_line{border-top:1px dashed #ddd;margin:30px 0}.c_line{border-top:1px dashed #ddd;margin:30px 0}.c_faq{font-size:22px;color:#1a73e8;margin:30px 0 15px;padding-bottom:8px;border-bottom:2px solid #eaeaea}.c_faq_box{margin:30px 0;font-size:16px;line-height:24px}.c_faq_inbox{margin-bottom:20px}.c_faq_question,.c_faq_box dt{font-weight:700;margin-bottom:5px;color:#0f172a}.c_faq_box dd{margin-bottom:20px}.c_faq_answer{padding-left:15px;color:#334155}.single-summary-card-container{display:flex;justify-content:center;align-items:center;padding:10px 10px;background-color:#dfdfdf;margin:20px 0;border-radius:20px}.single-summary-card{width:100%;background-color:#fff;border-radius:12px;box-shadow:0 6px 18px rgb(0 0 0 / .12);padding:25px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #c4c4c4;box-sizing:border-box}.single-summary-card .card-header{display:flex;align-items:center;border-bottom:2px solid #1ab2a0;padding-bottom:12px;margin-bottom:12px}.single-summary-card .card-header-icon{font-size:34px;color:#004d40;margin-right:14px}.single-summary-card .card-header h3{font-size:26px;color:#004d40;margin:0;line-height:1.3;font-weight:700}.single-summary-card .card-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-around;font-size:17px;line-height:1.65;color:#1e293b}.single-summary-card .card-content .section{margin-bottom:10px}.single-summary-card .card-content strong{color:#004d40;font-weight:600}.single-summary-card .card-content .highlight{background-color:#fff9c4;padding:2px 6px;border-radius:3px;font-weight:700;color:#0f172a}.single-summary-card .card-content .formula{background-color:#efefef;padding:6px 10px;border-radius:4px;font-size:.9em;text-align:center;margin-top:5px;color:#000}.single-summary-card .card-footer{font-size:14px;color:#475569;text-align:center;padding-top:12px;border-top:1px dashed #8f8f8f;margin-top:auto}@media (max-width:768px){.single-summary-card{padding:18px;height:auto;min-height:unset}.single-summary-card .card-header-icon{font-size:28px;margin-right:10px}.single-summary-card .card-header h3{font-size:20px}.single-summary-card .card-content{font-size:15px;line-height:1.5}.single-summary-card .card-content .section{margin-bottom:8px}.single-summary-card .card-content .formula{padding:5px 8px;font-size:.85em}.single-summary-card .card-footer{font-size:13px;padding-top:10px}}@media (max-width:480px){.single-summary-card{padding:15px}.single-summary-card .card-header-icon{font-size:26px}.single-summary-card .card-header h3{font-size:18px}.single-summary-card .card-content{font-size:14px;line-height:1.4}.single-summary-card .card-content .section{margin-bottom:6px}.single-summary-card .card-content .formula{padding:4px 6px;font-size:.8em}.single-summary-card .card-footer{font-size:12px;padding-top:8px}}.category-widget .link_tit{padding:10px 0;border-bottom:1px dashed #e2e8f0;font-size:14px;color:#334155;display:block}