@charset "utf-8";
/*
TITLE : 일반형(A) - 1 index style
WORKER : HSG
DATE : 2022.11
VERSION :
- 1.0 : 1차 구축.
*/
/* common, html, body font-size (default) */
html, body { scroll-behavior: smooth; }
body { position: relative; }
body.active { position: relative; }
body .overLay { position: fixed; content: ''; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.4); opacity: 0; visibility: hidden; transition: 0.5s; z-index: 100; }
body.active .overLay { opacity: 1; visibility: visible; }
#wrapper { position: relative; margin: 0 auto; width: 100%; /* max-width: 2000px; */ background: #fff; }
/* header */
header { position: relative; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: 0.5s ease-in-out; }
header.bg { box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
header .outLine { position: relative; display: flex; justify-content: flex-start; align-items: center; padding: 10px 20px; margin: 0 auto; height: 100px; }
header .logo { display: flex; justify-content: center; align-items: center; margin-right: 20px; width: 250px; }
header ul.nav { display: flex; margin-right: auto; }
header ul.nav > li { position: relative; }
header ul.nav > li > a { display: flex; justify-content: center; align-items: center; font-size: 20px; color: #222; font-family: 'Pretendard-Bold', sans-serif; text-transform: uppercase; width: 300px; height: 100px; background: #fff; transition: 0.5s; }
header ul.nav > li:hover > a,
header ul.nav > li > a:focus,
header ul.nav > li.on > a { color: #fff; background: #13093b; }
header ul.nav > li ul.depth2 { position: absolute; top: 100px; left: 0; padding: 5px 5px; width: 300px; background: #fff; box-shadow: 10px 10px 30px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; z-index: 100; }
header ul.nav > li ul.depth2 > li { position: relative; margin-bottom: 5px; transition: 0.5s; }
header ul.nav > li ul.depth2 > li:hover { background: #d9d9d9; }
header ul.nav > li ul.depth2 > li:last-child { margin-bottom: 0; }
header ul.nav > li ul.depth2 > li a { position: relative; display: block; padding: 5px; }
header ul.nav > li ul.depth2 > li a span { position: relative; display: block; }
header ul.nav > li ul.depth2 > li a .category { font-size: 16px; font-weight: 700; color: #000; /* text-transform: uppercase; */ }
header ul.nav > li ul.depth2 > li a .category em { display: inline-block; font-size: 0.8em; transform: translateY(-2px); }
header ul.nav > li ul.depth2 > li a .titName { font-size: 18px; color: #444; text-align: left; word-break: keep-all; line-height: 1.2; /* height: 2.4; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */ }
header ul.nav > li ul.depth2 > li a .titName2 { margin-top: 5px; font-size: 16px; color: #222; text-align: left; word-break: keep-all; line-height: 1.2; font-family: 'Pretendard-ExtraLight'; }
header ul.nav > li .mainLink + ul.depth2 { opacity: 0; visibility: hidden; transition: 0.5s; transition-delay: 0.1s; }
header ul.nav > li:hover .mainLink + ul.depth2,
header ul.nav > li.on .mainLink + ul.depth2 { opacity: 1; visibility: visible; }
header .search { position: relative; display: flex; justify-content: center; align-items: center; margin-right: 80px; padding: 0 50px 0 4px; width: 250px; height: 70px; background: #eee; border-radius: 5px; overflow: hidden; }
header .search input#tipue_search_input { position: relative; padding: 0 6px; margin-right: 0; font-weight: 400; color: #444; background: transparent; width: 100%; height: 50px; border: none !important; outline: none !important; }
header .search label { position: absolute; width: 0; height: 0; font-size: 0; opacity: 0; visibility: hidden;  }
header .search button { position: absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 50px; height: 100%; background: transparent; border: none; }
header .search button i { color: #000; cursor: pointer; }
header #toggle { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; background: #13093b; border-radius: 4px; transition: 0.5s; cursor: pointer; z-index: 2000; }
header #toggle::before { position: absolute; content: ''; transform: translateY(-8px); width: 36px; height: 3px; background: #fff; border-radius: 2px; transition: 0.6s; }
header #toggle::after { position: absolute; content: ''; transform: translateY(8px); width: 36px; height: 3px; background: #fff; border-radius: 2px; transition: 0.6s; }
header #toggle.active::before { width: 30px; transform: translateY(0px) rotate(45deg); }
header #toggle.active::after { width: 30px; transform: translateY(0) rotate(315deg); }
#siteMap { position: absolute; top: 0; left: 0; padding: 100px 20px 20px 140px; width: 100%; height: 800px; background: #fff; box-shadow: 0 20px 30px rgba(0,0,0,0.2); transform: translateY(-150px); transition: 0.5s; opacity: 0; visibility: hidden; z-index: 1000; }
header.active #siteMap { transform: translateY(0); opacity: 1; visibility: visible; }
#siteMap .inWrap { position: relative; display: flex; height: 100%; }
#siteMap .inWrap .conTxt { position: absolute; top: 0; left: -30px; transform: rotate(90deg); transform-origin: top left; font-size: 70px; color: #000; font-weight: 700; line-height: 1; text-transform: uppercase; }
#siteMap .inWrap .webzineNum { position: absolute; left: -90px; bottom: 0; font-size: 22px; font-weight: 400; color: #000; letter-spacing: -1px; }
#siteMap .inWrap .webzineNum span { font-weight: 500; }
#siteMap .inWrap .summary { width: 300px; }
#siteMap .inWrap .summary .imgBx { display: flex; justify-content: center; align-items: center; margin-bottom: 15px; font-size: 20px; font-weight: 400; color: #fff; text-align: center; width: 240px; height: 300px; background: #322e1c; border-radius: 5px; line-height: 1.2; box-shadow: 0 20px 30px rgba(0,0,0,0.1); }
#siteMap .inWrap .summary .coverStory { font-size: 16px; font-weight: 300; color: #333; line-height: 1.5; word-break: break-all; }
#siteMap .inWrap .summary .coverStory span { display: block; font-size: 20px; font-weight: 700; text-transform: uppercase; }
#siteMap .inWrap .thisIssue { position: relative; padding-left: 30px; width: calc(100% - 300px); transition: 0.5s; border-radius: 4px; }
#siteMap .inWrap .thisIssue .inBx { display: flex; flex-flow: row nowrap; gap: 20px; height: calc(100% - 110px); border-radius: 5px; overflow: hidden; overflow-y: auto; transition: 0.5s; }
#siteMap .inWrap .thisIssue .inBx:hover { background: #f9f9f9; }
#siteMap .inWrap .thisIssue .inBx .categoryBx { width: calc(25% - 15px); height: 100%; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li { margin-bottom: 15px; padding: 5px; border-radius: 4px; transition: 0.5s; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li:last-child { margin-bottom: 50px; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li:hover { background: #e1e1e1; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li:nth-child(1):hover { background: transparent; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li.categoryTit { position: relative; margin-bottom: 10px; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a { position: relative; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a > span { display: block; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a .postSec { margin-bottom: 5px; font-size: 16px; font-weight: 700; color: #666; letter-spacing: 0; }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a .postSec em { display: inline-block; font-size: 0.8em; transform: translateY(-2px); }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a .tit { margin: 0 0 5px; font-size: 20px; font-weight: 500; color: #000; text-align: left; word-break: break-all; line-height: 1.2; /* height: 2.4; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; */ }
#siteMap .inWrap .thisIssue .inBx .categoryBx li a .subTit { display: block; font-size: 16px; font-weight: 400; color: #666; text-align: left; width: 100%; word-break: keep-all; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#siteMap .inWrap .bottomBx { position: absolute;  right: 0; bottom: 0; width: 100%; }
#siteMap .inWrap .bottomBx .snsBx { display: flex; justify-content: flex-end; align-items: flex-end; padding-top: 5px; height: 45px; }
#siteMap .inWrap .bottomBx .snsBx li { margin-left: 15px; width: 40px; height: 40px; border-radius: 50%; }
#siteMap .inWrap .bottomBx .snsBx li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; overflow: hidden; }
#siteMap .inWrap .bottomBx .snsBx li a i { font-size: 22px; color: #fff; }
#siteMap .inWrap .bottomBx .snsBx li a img { width: 22px; height: auto; }
#siteMap .inWrap .bottomBx .snsBx li:nth-child(1) { background: #CB308C; }
#siteMap .inWrap .bottomBx .snsBx li:nth-child(2) { background: #3b5998; }
#siteMap .inWrap .bottomBx .snsBx li:nth-child(3) { background: #c4302b; }
#siteMap .inWrap .bottomBx .snsBx li:nth-child(4) { background: #32b44a; }
#siteMap .inWrap .bottomBx .linkBx { display: flex; justify-content: flex-end; padding-top: 5px; height: 45px;  }
#siteMap .inWrap .bottomBx .linkBx li { margin-left: 10px; }
#siteMap .inWrap .bottomBx .linkBx li a { display: block; padding: 0 15px; font-size: 16px; font-weight: 500; color: #fff; border-radius: 4px; line-height: 36px; }
#siteMap .inWrap .bottomBx .linkBx li:nth-child(1) a { background: #136c56; }
#siteMap .inWrap .bottomBx .linkBx li:nth-child(2) a { background: #136c56; }
/* footer */
footer { position: relative; padding: 50px 20px 70px; background: #fff; }
footer .outline { position: relative; display: flex; flex-flow: row nowrap; align-items: flex-start; margin: 0 auto; padding-right: 210px; width: 100%; max-width: 1024px; }
footer .outline .imgBx { display: flex; justify-content: center; align-items: center; margin-right: 30px; width: 180px; }
footer .outline ul { width: calc(100% - 200px - 30px); }
footer .outline ul li { position: relative; margin-bottom: 4px; padding-left: 70px; font-size: 18px; font-weight: 300; color: #333; text-align: left; word-break: keep-all; line-height: 1.4; }
footer .outline ul li:last-child { padding-left: 0; }
footer .outline ul li span { position: absolute; top: 0; left: 0; display: inline-block; font-weight: 500; width: 60px; }
footer .outline ul li a { display: inline-block; font-size: 0.95em; font-weight: 500; color: #333; }
footer .outline select { position: absolute; top: 30px; right: 0; padding-left: 10px; font-size: 18px; font-weight: 400; width: 200px; height: 45px; border-radius: 0; border: none; background-color: #d9d9d9; color: #000; border-right: 10px solid #d9d9d9; border-radius: 4px; cursor: pointer; }
footer .outline select option { font-size: 18px; font-weight: 400; color: #000; }
/* 바로가기(웹접근성) */
#skipMenu { position: absolute; top: -500px; left: 0; display: block; font-size: 20px; font-weight: 700; color: #fff; text-align: center; line-height: 45px; background: #000; width: 100%; transition: 0.5s; z-index: 10000; }
#skipMenu:focus { top: 0; }
@media all and (max-width: 1450px){
    header .logo { margin-right: 10px; width: 230px; }
    header ul.nav > li > a { font-size: 19px; width: 280px; }
    header .search { width: 220px; }
}
@media all and (max-width: 1310px){
    header .logo { width: 220px; }
    header ul.nav > li > a { font-size: 18px; width: 270px; }
    header .search { width: 210px; }
}
@media all and (max-width: 1280px){
    header .logo { width: 210px; }
    header ul.nav > li > a { font-size: 17px; width: 260px; }
    #siteMap { padding: 100px 20px 20px 120px; }
}
@media all and (max-width: 1200px){
    body { padding-top: 100px; }
    header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; }
    header ul.nav { display: none; }
    header .search { margin-left: auto; }
    #siteMap { top: 0; left: auto; right: 0; padding: 100px 20px 20px 20px; width: 600px; height: 100vh; transform: translateY(0) translateX(150px);  font-size: 30px; }
    header.active #siteMap { transform: translateY(0) translateX(0); }
    #siteMap .inWrap { flex-direction: column; }
    #siteMap .inWrap .conTxt { top: -60px; left: 0px; transform: rotate(0deg); font-size: 32px; }
    #siteMap .inWrap .webzineNum { left: 0; top: -30px; bottom: auto; font-size: 18px; }
    #siteMap .inWrap .summary { display: flex; flex-flow: row nowrap; align-items: flex-start; gap: 20px; margin-bottom: 20px; width: 100%; }
    #siteMap .inWrap .summary .imgBx { margin-bottom: 0; width: 150px; height: 187px; box-shadow: none; }
    #siteMap .inWrap .summary .coverStory { width: calc(100% - 150px - 20px); }
    #siteMap .inWrap .thisIssue { position: relative; padding-left: 0; width: 100%; height: 400px; background: #f5f5f5; overflow: hidden; overflow-y: auto; }
    #siteMap .inWrap .thisIssue .inBx { display: flex; flex-flow: column nowrap; gap: 0px; padding-bottom: 60px; width: 100%; height: auto; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx { width: 100%; height: auto; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li.categoryTit { margin-top: 20px; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li { margin-bottom: 5px; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li:last-child { margin-bottom: 0; }
    #siteMap .inWrap .bottomBx { position: relative; background: #fff; }
    #siteMap .inWrap .bottomBx::before { position: absolute; content: ''; top: -50px; left: 0; width: 100%; height: 50px; background: linear-gradient(to top, #fff 0%, transparent); }
    #siteMap .inWrap .bottomBx .snsBx { justify-content: flex-start; height: 60px; }
    #siteMap .inWrap .bottomBx .snsBx li { margin-left: 0; margin-right: 15px; }
    #siteMap .inWrap .bottomBx .linkBx { justify-content: flex-start; }
    #siteMap .inWrap .bottomBx .linkBx li { margin-left: 0; margin-right: 10px; }
}
@media all and (max-width: 1024px){
    body { padding-top: 90px; }
    header .outLine { height: 90px; }
    #siteMap { padding-top: 90px; width: 500px; }
    footer { padding: 30px 20px 70px; }
    footer .outline { flex-flow: row wrap; padding-right: 0; padding-left: 0; }
    footer .outline .imgBx { margin-bottom: 15px; }
    footer .outline ul { width: 100%; }
}
@media all and (max-width: 768px){
    body { padding-top: 80px; }
    header .outLine { height: 80px; }
    header .logo { justify-content: flex-start; width: 200px; }
    header .search { margin-right: 70px; width: 200px; height: 60px; }
    header #toggle { width: 60px; height: 60px; }
    header #toggle::before { width: 30px; }
    header #toggle::after { width: 30px; }
    #siteMap { padding-top: 80px; width: 70%; }
    footer { padding: 30px 20px 70px; }
    footer .outline { flex-flow: column wrap; }
    footer .outline .imgBx { margin-bottom: 15px; order: 1; }
    footer .outline ul { width: 100%; order: 3; }
    footer .outline select { position: relative; top: auto; right: auto; order: 5; margin-bottom: 10px; font-size: 18px; width: 200px; line-height: 50px; }
    footer .outline ul li { font-size: 16px; }
    footer .outline ul li:last-child { padding-left: 0; }
}
@media all and (max-width: 599px){
    #siteMap .inWrap .summary { display: none; }
    #siteMap .inWrap .thisIssue { margin-top: 10px; height: 70%; }
}
@media all and (max-width: 480px){
    header .outLine { padding: 10px; }
    header .logo { width: 180px; }
    header .search { margin-right: 55px; width: 150px; height: 50px; }
    header #toggle { right: 10px; width: 50px; height: 50px; }
    header #toggle::before { width: 26px; transform: translateY(-6px); }
    header #toggle::after { width: 26px; transform: translateY(6px); }
    header #toggle.active::after { width: 26px; }
    header #toggle.active::before { width: 26px; }
    #siteMap { width: 80%; }
    #siteMap .inWrap .conTxt { font-size: 28px; }
    #siteMap .inWrap .webzineNum { font-size: 16px; }
    #siteMap .inWrap .thisIssue { margin-top: 10px; height: 70%; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li a .postSec { font-size: 14px; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li a .tit { font-size: 17px; word-break: keep-all; }
    #siteMap .inWrap .thisIssue .inBx .categoryBx li a .subTit { font-size: 15px; }
    footer .outline .box { width: 100%; }
    footer .outline select { width: 100%; }
}
/* common element */
#controlBtn { position: fixed; bottom: 10px; right: -80px; transition: 0.5s ease-in-out; z-index: 500; }
#controlBtn.show { right: 10px; }
#controlBtn .moveTop { width: 50px; height: 50px; border-radius: 50%; background: #e7356b; }
#controlBtn .moveTop .scrollTop { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
#controlBtn .moveTop .scrollTop i { font-size: 24px; color: #fff; }
/* ***** Sub page Layout ***** */
/* 공통 */
#sub_content .postInfo h1 { word-break: keep-all; }
#sub_content .postInfo h3 { word-break: keep-all; }
.sub_content .section { padding: 50px 20px; }
.sub_content .section:nth-child(even) { background: #f7f7f7; }
.sub_content .section:nth-child(odd) { background: #fff; }
.sub_content .section:nth-child(even) .outline { background: #fff; }
.sub_content .section:nth-child(odd) .outline { background: #f7f7f7; }
.sub_content .section.nonBgClr { background: #fff; }
.sub_content .section.nonBgClr .outline { background: #fff; }
@media all and (max-width: 1024px){
    .sub_content .section { padding: 40px 20px; }
}
@media all and (max-width: 599px){
    .sub_content .section { padding: 30px 10px; }
}
/* 표지 이미지 적용 */
#sub_content.sub_content.post_10 #subVisual05 { background: url(../img/sub/img_theme02.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_10 #subVisual05::after { background: rgba(255, 255, 255, 0.5); }
#sub_content.sub_content.post_10 #subVisual05 .postInfo h1 span { color: #000; background-image: linear-gradient(#000, #000); }
#sub_content.sub_content.post_11 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_11 #subVisual05::after { background: rgba(255, 255, 255, 0.5); }
#sub_content.sub_content.post_11 #subVisual05 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post11Clr01), var(--post11Clr01)); text-shadow: 0 0 20px rgba(255, 255, 255, 1); }
#sub_content.sub_content.post_12 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_12 #subVisual05::after { background: rgba(255, 255, 255, 0.8); }
#sub_content.sub_content.post_12 #subVisual05 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post12Clr01), var(--post12Clr01)); }
#sub_content.sub_content.post_13 #subVisual02 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post13Clr01), var(--post13Clr01)); }
#sub_content.sub_content.post_14 #subVisual02 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post14Clr01), var(--post14Clr01)); }
#sub_content.sub_content.post_20 #subVisual02 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post20Clr01), var(--post20Clr01)); }
#sub_content.sub_content.post_21 #subVisual02 .postInfo h1 span { color: #000; background-image: linear-gradient(var(--post21Clr01), var(--post21Clr01)); }
#sub_content.sub_content.post_22 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_22 #subVisual05::after { background: rgba(255, 255, 255, 0.5); }
#sub_content.sub_content.post_22 #subVisual05 .postInfo h1 span { background-image: linear-gradient(var(--post22Clr01), var(--post22Clr01)); }

#sub_content.sub_content.post_23 #subVisual05 .postInfo h1 span { background-image: linear-gradient(var(--post23Clr01), var(--post23Clr01)); }
#sub_content.sub_content.post_23 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_23 #subVisual05::after { background: rgba(255, 255, 255, 0.5); }

#sub_content.sub_content.post_30 #subVisual05 .postInfo h1 span { background-image: linear-gradient(var(--post30Clr01), var(--post30Clr01)); text-shadow: 0 0 20px rgba(255, 255, 255, 1); }
#sub_content.sub_content.post_30 #subVisual05 { background: url(../img/sub/img_theme03.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_30 #subVisual05::after { background: rgba(255, 255, 255, 0.4); }
#sub_content.sub_content.post_31 #subVisual05 .postInfo h1 span { background-image: linear-gradient(var(--post31Clr01), var(--post31Clr01)); }
#sub_content.sub_content.post_31 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_31 #subVisual05::after { background: rgba(255, 255, 255, 0.4); }
#sub_content.sub_content.post_32 #subVisual05 .postInfo h1 span { background-image: linear-gradient(var(--post32Clr01), var(--post32Clr01)); text-shadow: 0 0 30px rgba(255, 255, 255, 1); }
#sub_content.sub_content.post_32 #subVisual05 { background: url(../img/sub/img_theme.jpg) no-repeat center; background-size: cover; }
#sub_content.sub_content.post_32 #subVisual05::after { background: rgba(255, 255, 255, 0.5); }
/* ** SNS LINK ** */
#snsLink.section { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; padding: 20px 20px 0 20px; background: #f5f5f5; }
#snsLink.section .social { display: inline-block; margin: 0 10px; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; }
#sub_content section#snsLink.section,
#sub_content section#snsLink.section .outline { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
#sub_content section#postLink.section,
#sub_content section#postLink.section .outline { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
@media all and (max-width: 1024px){
    #snsLink.section .social { width: 55px; height: 55px; }
}
@media all and (max-width: 768px){
    #snsLink.section .social { width: 50px; height: 50px; }
}
@media all and (max-width: 599px){
    #snsLink.section .social { width: 45px; height: 45px; }
}
/* ** POST 하단 LINK ** */
#postLink.section { padding: 20px; background: #f5f5f5; }
#postLink.section .outline { display: flex; flex-flow: row nowrap; padding: 0; max-width: 500px; margin: 0 auto; background: inherit; }
#postLink.section .outline a { position: relative; display: inline-block; padding: 20px 0; font-size: 0.9rem; width: 50%; text-align: center; transition: all 0.5s; }
#postLink.section .outline a:nth-child(1)::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: -1px; width: 2px; height: 18px; border-radius: 2px; background: #d9d9d9; }
#postLink.section .outline a:hover { color: #e7356b; }
@media all and (max-width: 599px){
    #postLink.section .outline a { padding: 20px 20px; }
    #postLink.section .outline a:nth-child(1) { text-align: right; }
    #postLink.section .outline a:nth-child(2) { text-align: left; }
}
/* ** SEARCH PAGE ** */
#sub_content.sub_content.search #subVisual05 { height: 500px; }
#sub_content.sub_content.post_34 #subVisual05 { height: 500px; }
#sub_content.sub_content.search #subVisual05 h1 { margin-bottom: 50px; }
#sub_content.sub_content.search #subVisual05 h3 { margin-bottom: 50px; }
#sub_content.sub_content.search #subVisual05 h3 br { display: none; }
@media all and (max-width: 1024px){
    #sub_content.sub_content.search #subVisual05 { height: 400px; }
    #sub_content.sub_content.post_42 #subVisual05 { height: 400px; }
    #sub_content.sub_content.search #subVisual05 h1 { margin-bottom: 40px; }
}
@media all and (max-width: 599px){
    #sub_content.sub_content.search #subVisual05 { height: 350px; }
    #sub_content.sub_content.post_42 #subVisual05 { height: 350px; }
    #sub_content.sub_content.search #subVisual05 h1 { margin-bottom: 30px; }
    #sub_content.sub_content.search #subVisual05 h3 br { display: inline; }
}
#tipue_search_content .tipue_search_content_bold { color: #000; background: #f5f5f5; }
#tipue_search_content .tipue_search_result { position: relative; display: flex; flex-flow: column; padding: 25px 10px; padding-left: 180px; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
#tipue_search_content .tipue_search_result:last-child { margin-bottom: 0; }
#tipue_search_content .tipue_search_result .tipue_search_image { position: absolute; top: 10px; left: 0; padding: 0; width: 150px; }
#tipue_search_content .tipue_search_result .tipue_search_image img { border-radius: 5px; }
@media all and (max-width: 1024px){
    #tipue_search_content .tipue_search_result { padding: 10px 10px; padding-left: 180px; }
    #tipue_search_content .tipue_search_content_title { line-height: 1.2; }
    #tipue_search_content .tipue_search_content_title a { font-size: 20px; line-height: 26px; }
    #tipue_search_content .tipue_search_content_text { margin-top: 5px; }
}
@media all and (max-width: 768px){
    #tipue_search_content .tipue_search_result { padding-left: 170px; }
    #tipue_search_content .tipue_search_content_title a { font-size: 19px; line-height: 25px; }
    #tipue_search_content .tipue_search_content_text { margin-top: 5px; font-size: 15px; }
    #tipue_search_content .tipue_search_result .tipue_search_image img { box-shadow: 5px 5px 15px rgba(0,0,0,0.2); }
}
@media all and (max-width: 599px){
    #tipue_search_content .tipue_search_content_title a { font-size: 17px; line-height: 24px; }
    #tipue_search_content .tipue_search_content_text { font-size: 14px; }
}
@media all and (max-width: 414px){
    #tipue_search_content .tipue_search_result { flex-flow: column; padding: 20px 10px 20px 10px; }
    #tipue_search_content .tipue_search_result .tipue_search_image { position: relative; top: auto; left: auto; margin-bottom: 10px; padding: 0; width: 100%; order: 1; }
    #tipue_search_content .tipue_search_result .tipue_search_image a { display: block; width: 100%; }
    #tipue_search_content .tipue_search_result .tipue_search_image img { max-width: 100%; }
    #tipue_search_content .tipue_search_result .tipue_search_content_title { order: 2; }
    #tipue_search_content .tipue_search_result .tipue_search_content_text { order: 3; }
    #tipue_search_content .tipue_search_content_title a { font-size: 17px; line-height: 24px; }
    #tipue_search_content .tipue_search_content_text { font-size: 14px; }
}
/* ** SEARCH PAGE ** */
.pastIssue { position: relative; }
.pastIssue .bx { background: #f7f7f7; box-shadow: 3px 5px 10px rgb(0 0 0 / 15%); border-radius: 20px; transition: 0.5s; }
.pastIssue .bx:hover { transform: translateY(-20px); }
.pastIssue .pastLink { position: relative; display: block; padding: 20px; }
.pastIssue .pastLink h4 span { font-size: 0.8em; font-family: 'Pretendard-ExtraLight'; letter-spacing: 0; }
.pastIssue .pastLink .colWrap h4 { margin-bottom: 5px; }
@media all and (max-width: 768px){
    .pastIssue .pastLink { padding: 20px 15px; }
    .pastIssue .bx .imgColBox1 { flex-flow: column; gap: 15px; }
    .pastIssue .bx .imgColBox1 > * { width: 100%; }
}
@media all and (max-width: 599px){
    .pastIssue .boxLayout_2n2 .bx { width: calc(50% - 10px); }
}
@media all and (max-width: 500px){
    .pastIssue .boxLayout_2n2 .bx { width: 100%; }
    .pastIssue .boxLayout_2n2 .bx .imgWrap { text-align: left; }
    .pastIssue .boxLayout_2n2 .bx .imgWrap img { max-width: 320px; }
}
/* *** SEARCH *** */
#sub_content #tipue_search_results_count { font-family: 'Pretendard-Medium'; }
#sub_content .tipue_search_content_title a { font-family: 'Pretendard-Bold'; color: #333; }
#sub_content .tipue_search_content_text { font-family: 'Pretendard-Light'; }
#sub_content #tipue_search_content .tipue_search_content_bold { font-family: 'Pretendard-Medium'; color: var(--defaultClr5); }
/* *** post 42 *** */
#sub_content .section.post_34 .boxLayout_2n2 .wrap { gap: 30px 20px; }
#sub_content .section.post_34 .boxLayout_2n2 .wrap .bx { position: relative; padding: 20px; width: calc(50% - 10px); border-radius: 20px; /* border: 1px solid red;  */}
#sub_content .section.post_34 .bx .imgWrap img { position: relative; box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 20%); border-radius: 15px; }
.sub_content .post_34.section:nth-child(even) .boxLayout_2n2 .wrap .bx { background: #f7f7f7; }
.sub_content .post_34.section:nth-child(odd) .boxLayout_2n2 .wrap .bx { background: #fff; }
#sub_content .section.post_34 .professorWrap .bx { position: relative; padding: 20px; border-radius: 20px; }
#sub_content .section.post_34:nth-child(even) .professorWrap .bx { background: #f7f7f7; }
#sub_content .section.post_34:nth-child(odd) .professorWrap .bx { background: #fff; }
#sub_content .section.post_34 .professorWrap .bx h5 span { display: block; font-size: 0.9em; font-family: 'GmarketSansLight'; line-height: 1.6; word-break: break-all; text-align: justify; }
@media all and (max-width: 599px){
    #sub_content .section.post_34 .boxLayout_2n2 .wrap { gap: 30px 20px; }
    #sub_content .section.post_34 .boxLayout_2n2 .wrap .bx { padding: 15px; width: 100%; }
    #sub_content .section.post_34 .bx .imgWrap img { border-radius: 10px; }
}
/* interaction */
#sub_content #subVisual05 .postInfo h1 span { background-image: linear-gradient(#fff, #fff); background-size: 0 2px; background-repeat: no-repeat; background-position: 0 94%; transition: background-size 0.8s ease-in-out; transition-delay: 0.2s; }
#sub_content.on #subVisual05 .postInfo h1 span { background-size: 100% 2px; }
#sub_content #subVisual02 .postInfo h1 span { background-image: linear-gradient(#000, #000); background-size: 0 2px; background-repeat: no-repeat; background-position: 0 94%; transition: background-size 0.8s ease-in-out; transition-delay: 0.2s; }
#sub_content.on #subVisual02 .postInfo h1 span { background-size: 100% 2px; }
#sub_content #subVisual02 .visualBx { overflow: hidden; }
#sub_content #subVisual02 .visualBx::before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.15); transform: rotate(10deg) scale(1.5); transition: left 0.8s ease-in-out; transition-delay: 0.3s; z-index: 2; }
#sub_content #subVisual02 .visualBx::after { position: absolute; content: ''; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.15); transform: rotate(10deg) scale(1.5); transition: right 1s ease-in-out; transition-delay: 0.3s; z-index: 2; }
#sub_content.on #subVisual02 .visualBx::before { left: -200%; }
#sub_content.on #subVisual02 .visualBx::after { right: -200%; }
/* interaction2 */
#sub_content section.section,
#sub_content .middleLeed { opacity: 0; visibility: inherit; transform: translateY(50px); transition: all 0.3s ease-in-out; }
#sub_content section.section.active,
#sub_content .middleLeed.active { opacity: 1; visibility: visible; transform: translateY(0); }
#sub_content section.section .outline { opacity: 0; visibility: inherit; transform: translateY(50px); transition: all 0.3s ease-in-out; transition-delay: 0.2s; }
#sub_content section.section.active .outline { opacity: 1; visibility: visible; transform: translateY(0); }
#sub_content .fullImgWrap { opacity: 0; visibility: inherit; transform: translateY(50px); transition: all 0.3s ease-in-out; transition-delay: 0.2s; }
#sub_content .fullImgWrap.active { opacity: 1; visibility: visible; transform: translateY(0); }
/* lang btn */
#sub_content div .outLine { position: relative; overflow: hidden; }
#sub_content div .outLine .langLink { position: absolute; top: 10px; right: 10px; display: flex; flex-flow: row nowrap; gap: 10px; z-index: 5; }
#sub_content div .outLine .langLink a { position: relative; opacity: 0; }
#sub_content.on div .outLine .langLink a { animation: aniBtn 1s ease-in-out forwards; }
#sub_content.on div .outLine .langLink a:last-child { animation-delay: 0.3s; }
#sub_content div .outLine .langLink a img { position: relative; display: block; width: 45px; height: auto; }
#sub_content #subVisual05 .postInfo .writePic { margin-bottom: 70px; }
#sub_content.post_24 div .outLine .langLink { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; gap: 10px; z-index: 5; }
#sub_content.post_24.on div .outLine .langLink a { animation: aniBtn2 1s ease-in-out forwards; }
#sub_content.post_24.on div .outLine .langLink a:last-child { animation-delay: 0.3s; }
#sub_content.post_33 div .outLine .langLink { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row nowrap; gap: 10px; z-index: 5; }
#sub_content.post_33.on div .outLine .langLink a { animation: aniBtn2 1s ease-in-out forwards; }
#sub_content.post_33.on div .outLine .langLink a:last-child { animation-delay: 0.3s; }
@keyframes aniBtn {
    0% { transform: translateY(-70px); opacity: 0; visibility: hidden; }
    80% { transform: translateY(10px); opacity: 1; visibility: visible; }
    100% { transform: translateY(0); opacity: 1; }
}
@keyframes aniBtn2 {
    0% { transform: translateY(70px); opacity: 0; visibility: hidden; }
    80% { transform: translateY(-10px); opacity: 1; visibility: visible; }
    100% { transform: translateY(0); opacity: 1; }
}
@media all and (max-width: 599px){
    #sub_content div .outLine .langLink { top: auto; bottom: 10px; }
    #sub_content div .outLine .langLink a img { width: 40px; }
    #sub_content #subVisual05 .postInfo .writePic { margin-bottom: 50px; }
    @keyframes aniBtn {
        0% { transform: translateY(70px); opacity: 0; visibility: hidden; }
        80% { transform: translateY(-10px); opacity: 1; visibility: visible; }
        100% { transform: translateY(0); opacity: 1; }
    }
}
/* chn */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans SC', sans-serif; */
body .chn > * { font-weight: 400; font-family: 'Noto Sans SC', sans-serif !important; }
body .chn .conTit2_3B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn #subVisual02 .postInfo h2,
.sub_content.chn #subVisual05 .postInfo h2 { font-weight: 400; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn #subVisual02 .postInfo h1 span,
.sub_content.chn #subVisual05 .postInfo h1 span { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn #subVisual02 .postInfo h3 { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn .postInfo h3 { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn .writePic li span { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn tr th { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.sub_content.chn tr td { font-weight: 400; font-family: 'Noto Sans SC', sans-serif !important; }
@media all and (max-width: 599px){
    #sub_content.eng #subVisual05 { height: 500px; }
}
@media all and (max-width: 414px){
    #sub_content.eng #subVisual05 { height: 550px; }
    #sub_content.eng #subVisual05 .postInfo h1 span br { display: none; }
    #sub_content.eng #subVisual05 .postInfo h3 br { display: none; }
}
.chn .col0_1 { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col0_2 { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col0_3 { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col0_4 { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_1EL { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_2EL { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_3EL { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_4EL { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_1L { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_2L { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_3L { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_4L { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_1R { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_2R { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_3R { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_4R { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_1M { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_2M { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_3M { font-family: 'Noto Sans SC', sans-serif !important; }
.chn .col1_4M { font-family: 'Noto Sans SC', sans-serif !important; }
/* 기본(노토산스 & Poppins */
.chn .conTit1_1 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
.chn .conTit1_2 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
.chn .conTit1_3 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
.chn .conTit1_4 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
.chn .conTit1_5 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
.chn .conTit1_6 { font-weight: 700; font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif !important; }
/* G마켓 산스 300 */
.chn .conTit2_1L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_2L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_3L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_4L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_5L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_6L { font-weight: 300; font-family: 'Noto Sans SC', sans-serif !important; }
/* G마켓 산스 500 */
.chn .conTit2_1M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_2M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_3M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_4M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_5M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_6M { font-weight: 500; font-family: 'Noto Sans SC', sans-serif !important; }
/* G마켓 산스 700 */
.chn .conTit2_1B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_2B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_3B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_4B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_5B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit2_6B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
/* 프리텐다드 Bold (700) */
.chn .conTit3_1B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_2B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_3B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_4B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_5B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_6B { font-weight: 700; font-family: 'Noto Sans SC', sans-serif !important; }
/* 프리텐다드 Bold (900) */
.chn .conTit3_1BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_2BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_3BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_4BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_5BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
.chn .conTit3_6BB { font-weight: 900; font-family: 'Noto Sans SC', sans-serif !important; }
/* eng */
@media all and (max-width: 414px){
    #sub_content.eng #subVisual05 .writePic { flex-flow: column; align-items: center; }
}
.eng .middleLeed p { max-width: 900px; }