@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%; }
}
/* slider */
#content { width: 100%; }
#slider { position: relative; height: calc(100vh - 100px); max-height: 950px; background: url(../img/index/bg_coverstory.jpg) no-repeat center; background-size: cover; }
#slider .wrapper { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; flex-flow: column; justify-content: center; align-items: center; padding: 0 15px; width: 70%; max-width: 900px; height: 100%; background: rgba(255,255,255,0.6); /* background: rgba(0, 0, 0, 0.2); */ backdrop-filter: blur(2px); }
#slider .wrapper h5 { position: relative; padding: 0 20px; margin-bottom: 50px; font-size: 22px; font-weight: 500; color: #fff; font-family: 'Pretendard-Medium', sans-serif; background: var(--post10Clr01); height: 45px; line-height: 45px; border-radius: 45px; box-shadow: 10px 10px 20px rgba(0,0,0,0.2); }
#slider .wrapper h3 { position: relative; margin-bottom: 15px; font-size: 24px; font-weight: 700; color: #000; font-family: 'Pretendard-Bold', sans-serif; text-transform: uppercase; letter-spacing: -1px; line-height: 1; }
#slider .wrapper h4 { position: relative; display: block; margin-bottom: 150px; width: 100%; text-align: center; }
#slider .wrapper h4 span { position: relative; padding-bottom: 4px; font-size: 52px; color: #000; font-weight: 700; font-family: 'GmarketSansBold', sans-serif; line-height: 1.3; letter-spacing: -2px; background-image: linear-gradient(#000, #000); background-repeat: no-repeat; background-position: 0 96%; background-size: 100% 3px; text-shadow: 15px 15px 30px rgba(255,255,255,0.5); }
#slider .wrapper .coverCol { position: relative; padding: 10px; font-size: 20px; font-weight: 500; color: #000; text-align: center; font-family: 'Pretendard-Medium', sans-serif; line-height: 1.6; letter-spacing: -1px; }
#slider .scrollDown { position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; text-align: center; line-height: 1; }
#slider .scrollDown i { font-size: 24px; color: #fff; }
#slider .scrollDown span { display: block; font-size: 16px; font-weight: 500; color: #fff; }
@media all and (max-width: 1280px){
    #slider .wrapper h5 { margin-bottom: 40px; font-size: 20px; }
    #slider .wrapper h3 { font-size: 22px; }
    #slider .wrapper h4 { margin-bottom: 130px; }
    #slider .wrapper h4 span { padding-bottom: 4px; font-size: 48px; }
    #slider .wrapper .coverCol { padding: 10px; font-size: 20px; }
    #slider .scrollDown span { font-size: 16px; }
}
@media all and (max-width: 1024px){
    #slider { height: calc(100vh - 90px); max-height: 650px; }
    #slider .wrapper { width: 80%; }
    #slider .wrapper h5 { margin-bottom: 30px; font-size: 18px; }
    #slider .wrapper h3 { font-size: 22px; }
    #slider .wrapper h4 { margin-bottom: 110px; }
    #slider .wrapper h4 span { padding-bottom: 4px; font-size: 44px; }
    #slider .wrapper .coverCol { padding: 10px; font-size: 18px; }
    #slider .scrollDown span { font-size: 16px; }
}
@media all and (max-width: 768px){
    #slider { height: calc(100vh - 80px); }
    #slider .wrapper h5 { margin-bottom: 20px; font-size: 18px; }
    #slider .wrapper h3 { font-size: 20px; }
    #slider .wrapper h4 { margin-bottom: 90px; }
    #slider .wrapper h4 span { padding-bottom: 4px; font-size: 40px; }
    #slider .wrapper .coverCol { padding: 10px; font-size: 17px; }
}
@media all and (max-width: 599px){
    #slider .wrapper { width: 85%; }
    #slider .wrapper h5 { font-size: 16px; }
    #slider .wrapper h3 { font-size: 20px; }
    #slider .wrapper h4 span { padding-bottom: 4px; font-size: 36px; line-height: 1.5; background-position: 0 90%; background-size: 100% 2px; white-space: normal; word-break: keep-all; }
}
@media all and (max-width: 480px){
    #slider .wrapper { padding: 0 10px; }
    #slider .wrapper h5 { height: 40px; line-height: 40px; }
    #slider .wrapper h4 span { font-size: 32px; }
    #slider .wrapper .coverCol { padding: 10px 0; margin-bottom: 50px; font-size: 15px; }
}

/* index section name */
.index .secName::after { font-size: 100px; color: rgba(255,255,255,0.5); font-family: 'Pretendard-Bold'; width: 100%; text-align: center; white-space: nowrap; line-height: 1; letter-spacing: -5px; }
.index .secName2 .box::before,
.index .secName2 .box::after { font-size: 70px; color: rgba(255,255,255,0.5); font-family: 'Pretendard-Bold'; line-height: 1; letter-spacing: -3px; }

@media all and (max-width: 1280px){
    .index .secName::after { font-size: 80px; letter-spacing: -4px; }
    .index .secName2 .box::before,
    .index .secName2 .box::after { font-size: 60px; }
}
@media all and (max-width: 1024px){
    .index .secName::after { font-size: 60px; letter-spacing: -3px; }
    .index .secName2 .box::before,
    .index .secName2 .box::after { font-size: 45px; }
}
@media all and (max-width: 768px){
    .index .secName::after { font-size: 9vw; letter-spacing: -1px; }
    .index .secName2 .box::before,
    .index .secName2 .box::after { font-size: 4.688vw; letter-spacing: -1px; }
}
@media all and (max-width: 599px){
    .index .secName2 .box::before,
    .index .secName2 .box::after { font-size: 9vw; width: 100%; text-align: center; white-space: nowrap; }
}
@media all and (max-width: 414px){
    .index .secName::after { font-size: 35px; }
    .index .secName2 .box::before,
    .index .secName2 .box::after { font-size: 35px; }
}
/* 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; }
/* end) common style */

/* index section #1 */
#indexCon .sec { display: flex; justify-content: center; align-items: center; padding: 50px 0; min-height: 450px; }
#indexCon .sec .outLine { position: relative; width: 100%; max-width: 1024px; }
#indexCon .sec.sec01 { position: relative; height: auto; background: #f3f3f3; }
#indexCon .sec.sec01::after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 30%; background: var(--defaultClr1); z-index: 0; }
#indexCon .sec.sec01 .outLine { position: relative; display: flex; flex-flow: row nowrap; align-items: flex-start; gap: 20px; z-index: 10; }
#indexCon .sec.sec01 .inBx { width: calc(33.3333% - 13.3333px); border: 1px solid #d6d6d6; border-top-left-radius: 8px; border-top-right-radius: 8px; background: #fff; box-shadow: 10px 10px 20px rgba(0,0,0,0.05); transition: 0.5s; }
#indexCon .sec.sec01 .inBx:hover { box-shadow: 10px 10px 20px rgba(0,0,0,0.15); }
#indexCon .sec.sec01 .inBx a { position: relative; display: flex; flex-flow: column; justify-content: center; }
#indexCon .sec.sec01 .inBx h3 { padding: 0 10px; font-size: 22px; font-weight: 700; color: #333; text-align: center; text-transform: uppercase; font-family: 'Pretendard-Bold', sans-serif; line-height: 80px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#indexCon .sec.sec01 .inBx:nth-child(1) h3 { color: var(--post10Clr01); }
#indexCon .sec.sec01 .inBx:nth-child(2) h3 { color: var(--post20Clr01); }
#indexCon .sec.sec01 .inBx:nth-child(3) h3 { color: var(--defaultClr3); }
#indexCon .sec.sec01 .inBx .imgWrap { position: relative; display: block; width: 100%; height: auto; overflow: hidden; }
#indexCon .sec.sec01 .inBx .imgWrap img { position: relative; width: 100%; height: auto; border-radius: 0; }
#indexCon .sec.sec01 .inBx h4 { position: relative; display: block; margin: 0 auto 30px; font-size: 16px; font-weight: 500; color: #fff; text-align: center; font-family: 'Pretendard-Medium', sans-serif; width: 60%; min-width: 100px; background: var(--secondClr3); line-height: 40px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#indexCon .sec.sec01 .inBx h4 em { display: inline-block; font-size: 0.8em; transform: translateY(-2px); }
#indexCon .sec.sec01 .inBx:nth-child(1) h4 { background: var(--post10Clr01); }
#indexCon .sec.sec01 .inBx:nth-child(2) h4 { background: var(--post20Clr01); }
#indexCon .sec.sec01 .inBx:nth-child(3) h4 { background: var(--defaultClr3); }
#indexCon .sec.sec01 .inBx h4 sup { transform: translateY(0); font-size: 0.8em; font-family: 'Pretendard-Light'; line-height: 20px; }
#indexCon .sec.sec01 .inBx h5 { padding: 0 20px; margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #000; text-align: center; font-family: 'Pretendard-Bold', sans-serif; word-break: keep-all; line-height: 1.4; height: 50px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#indexCon .sec.sec01 .inBx p { padding: 0 40px; margin-bottom: 10px; font-size: 15px; font-weight: 300; color: #666; text-align: center; word-break: keep-all; font-family: 'Pretendard-Light', sans-serif; line-height: 1.4; height: 84px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
#indexCon .sec.sec01 .inBx span { position: relative; display: inline-block; padding: 5px 0px; margin: 0 auto 30px; width: auto; font-size: 16px; font-weight: 500; color: #333; font-family: 'Pretendard-Medium', sans-serif; text-align: center; white-space: nowrap;  }
#indexCon .sec.sec01 .inBx span::before { position: absolute; content: ''; left: 0; bottom: 7px; width: 100%; height: 2px; background: #333; opacity: 0; visibility: hidden; transition: 0.5s; }
#indexCon .sec.sec01 .inBx:hover span::before { opacity: 1; visibility: visible; }
@media all and (max-width: 1024px){
    #indexCon .sec { padding: 50px 20px; }
    #indexCon .sec.sec01 .outLine { gap: 10px; }
    #indexCon .sec.sec01 .inBx { width: calc(33.3333% - 6.6666px); }
    #indexCon .sec.sec01 .inBx h3 { font-size: 20px; line-height: 60px; }
    /* #indexCon .sec.sec01 .inBx .imgWrap { height: 180px; } */
    #indexCon .sec.sec01 .inBx h4 { margin: 0 auto 20px; font-size: 15px; line-height: 34px; }
    #indexCon .sec.sec01 .inBx h5 { margin-bottom: 10px; font-size: 17px; line-height: 1.4; height: 44px; }
    #indexCon .sec.sec01 .inBx p { margin-bottom: 10px; font-size: 14px; line-height: 1.4; height: 76px; }
    #indexCon .sec.sec01 .inBx span { margin: 0 auto 20px; font-size: 15px; }
}
@media all and (max-width: 768px){
    #indexCon .sec { padding: 50px 10px; }
    #indexCon .sec.sec01 .inBx { width: calc(33.3333% - 6.6666px); }
    #indexCon .sec.sec01 .inBx h3 { font-size: 18px; line-height: 50px; }
    /* #indexCon .sec.sec01 .inBx .imgWrap { height: 160px; } */
}
@media all and (max-width: 599px){
    #indexCon .sec { padding: 50px 10px; }
    #indexCon .sec.sec01::after { height: 50%; }
    #indexCon .sec.sec01 .outLine { flex-flow: column; align-items: center; gap: 10px; }
    #indexCon .sec.sec01 .inBx { width: 70%; }
    #indexCon .sec.sec01 .inBx h3 { font-size: 18px; line-height: 50px; }
    /* #indexCon .sec.sec01 .inBx .imgWrap { height: 160px; } */
    #indexCon .sec.sec01 .inBx h5 { margin-bottom: 10px; font-size: 17px; line-height: 1.4; height: auto; }
    #indexCon .sec.sec01 .inBx p { margin-bottom: 10px; font-size: 14px; line-height: 1.4; height: 40px; -webkit-line-clamp: 2; }
}
@media all and (max-width: 480px){
    #indexCon .sec.sec01 .inBx { width: 100%; }
}
/* index section #2-1 */
#indexCon2 .sec { position: relative; padding: 50px 0; padding-top: 100px; }
#indexCon2 .sec::before { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 50%; background: var(--defaultClr1); }
#indexCon2 .sec::after { position: absolute; content: 'CURATING THE ERICA'; top: 0; left: 0; }
#indexCon2 .sec .outline { position: relative; min-height: 450px; z-index: 10; }
#indexCon2 .sec .slideWrap { position: relative; padding: 50px; overflow: hidden; }
#indexCon2 .sec .slideWrap .slide { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-end; width: 100%; opacity: 0; visibility: hidden; }
#indexCon2 .sec .slideWrap .slide > * { width: 50%; }
#indexCon2 .sec .slideWrap .slide .imgWrap { padding-right: 50px; }
#indexCon2 .sec .slideWrap .slide.swiper-slide-active { opacity: 1; visibility: visible; }
#indexCon2 .sec .slideWrap .slide .columnWrap { opacity: 0; visibility: hidden; transform: translateY(30px); transition: 0s; transition-delay: 0s; }
#indexCon2 .sec .slideWrap .slide.swiper-slide-active .columnWrap { opacity: 1; visibility: visible; transform: translateY(0px); transition: 0.5s; transition-delay: 0.3s; }
#indexCon2 .sec .slideWrap .slide .columnWrap .categoryName { position: relative; display: inline-block; margin-bottom: 10px; padding: 6px 10px; color: #fff; background: var(--defaultClr1); border-radius: 6px; white-space: nowrap; }
#indexCon2 .sec .slideWrap .slide .columnWrap .categoryName em { display: inline-block; font-size: 0.8em; transform: translateY(-2px); }
#indexCon2 .sec .slideWrap .slide .columnWrap .titleName { position: relative; text-align: left; }
#indexCon2 .sec .slideWrap .slide .columnWrap .subTitle { margin-top: 10px; }
#indexCon2 .sec .slideWrap .slide .columnWrap .linkDetail2 { margin-top: 30px; }
.index .swiper-button-prev, .index .swiper-button-next { display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; border-radius: 10px; background: rgba(0 ,0 ,0 ,0.05); }
.index .swiper-button-prev { left: 0px; }
.index .swiper-button-next { right: 0px; }
/* 카테고리명 */
.index .categoryName { font-size: 0.95rem; font-family: 'Pretendard-Regular'; line-height: 1; }
.index .titleName { font-size: 1.4rem; font-family: 'Pretendard-Bold'; line-height: 1.2; }
.index .subTitle { font-size: 1.05rem; font-family: 'Pretendard-Medium'; line-height: 1.3; }
@media all and (max-width: 1280px){
    #indexCon2 .sec::after { top: 20px; }
}
@media all and (max-width: 1024px){
    #indexCon2 .sec { padding: 50px 20px; padding-top: 100px; }
    #indexCon2 .sec .slideWrap { padding: 20px 50px 50px; overflow: hidden; }
}
@media all and (max-width: 768px){
    #indexCon2 .sec .slideWrap .slide { flex-flow: column; }
    #indexCon2 .sec .slideWrap .slide > * { width: 100%; }
    #indexCon2 .sec .slideWrap .slide .imgWrap { padding-right: 0; margin-bottom: 10px; text-align: center; }
    #indexCon2 .sec .slideWrap .slide .imgWrap img { max-width: 70%; }
}
@media all and (max-width: 599px){
    #indexCon2 .sec { padding: 50px 10px; padding-top: 60px; }
    #indexCon2 .sec .outline { padding: 10px 5px; }
    #indexCon2 .sec .slideWrap .slide .imgWrap img { max-width: 80%; }
    .index .swiper-button-prev, .index .swiper-button-next { width: 50px; height: 50px; }
    .index .swiper-button-prev { left: 0px; }
    .index .swiper-button-next { right: 0px; }
}
@media all and (max-width: 480px){
    #indexCon2 .sec .slideWrap { padding: 10px 40px 30px; }
    #indexCon2 .sec .slideWrap .slide .imgWrap img { max-width: 100%; }
    .index .swiper-button-prev { left: -10px; }
    .index .swiper-button-next { right: -10px; }
    .index .swiper-button-prev i { transform: scale(0.8); }
    .index .swiper-button-next i { transform: scale(0.8); }
    #indexCon2 .sec .slideWrap .slide .columnWrap .linkDetail2 { margin-top: 15px; }
    #indexCon2 .sec .slideWrap .slide .columnWrap .subTitle { margin-top: 5px; }
}
/* index section #3 */
#indexCon3 { position: relative; padding: 10px 0 50px 0; padding-bottom: 100px; }
#indexCon3::after { position: absolute; content: 'PEOPLE & STORY'; bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; white-space: nowrap; z-index: 10; }
#indexCon3::before { position: absolute; content: ''; bottom: 0; left: 0; width: 100%; height: 60%; background: var(--defaultClr1); }
#indexCon3 .outline { position: relative; display: flex; flex-flow: row nowrap; justify-content: space-between; z-index: 10; }
#indexCon3 .outline.size_02 { padding-left: 70px !important; padding-right: 70px; max-width: 1480px;  }
#indexCon3 .outline.size_02 .mySwiper3 { overflow: hidden; }

#indexCon3 .outline.size_02 .swiper-wrapper { box-sizing: content-box; }
#indexCon3 .outline.size_02 .swiper-wrapper .swiper-slide { width: 25%; }
#indexCon3 .outline.size_02 .swiper-button-next3 { background-color: rgba(0,0,0,0.5); color: #fff; }
#indexCon3 .outline.size_02 .swiper-button-prev3 { background-color: rgba(0,0,0,0.5); color: #fff; }
@media all and (max-width: 1024px){
    #indexCon3 .outline.size_02 .swiper-wrapper .swiper-slide { width: 33.3333%; }
}
@media all and (max-width: 768px){
    #indexCon3 .outline.size_02 .swiper-wrapper .swiper-slide { width: 50%; }
}
@media all and (max-width: 599px){
    #indexCon3 .outline.size_02 .swiper-button-next3 { right: 10px; }
    #indexCon3 .outline.size_02 .swiper-button-prev3 { left: 10px; }
}

/* 4개 */
/* #indexCon3 .post { padding: 15px; width: 25%; } */
/* 3개 */
#indexCon3 .post { padding: 15px; width: 100%; }
#indexCon3 .post .card { position: relative; display: block; padding: 20px 0 5px; width: 100%; background: #f1f1f1; box-shadow: 0 25px 50px rgb(0 0 0 / 15%); border-radius: 20px; transform: translateY(0); transition: transform .3s ease-in; backdrop-filter: blur(3px); }
#indexCon3 .post .card:hover { transform: translateY(-15px); }
#indexCon3 .post .card span { position: absolute; top: 30px; left: -15px; padding-left: 0px; font-size: 0.95rem; color: #fff; font-family: 'Pretendard-Medium'; text-align: center; width: 100px; line-height: 40px; overflow: hidden; z-index: 20; }
#indexCon3 .post.post3 .card span { width: 150px; }
#indexCon3 .post.post4 .card span { width: 150px; }
#indexCon3 .post .card i { position: absolute; top: 30px; left: -15px; width: 100px; height: 40px; border-radius: 30px; background: var(--defaultClr2); }
#indexCon3 .post.post3 .card i { width: 150px; }
#indexCon3 .post.post4 .card i { width: 150px; }

#indexCon3 .outline.size_02 .swiper-button-prev3,
#indexCon3 .outline.size_02 .swiper-button-next3 { display: none; }


/* #indexCon3 .post .card i::before { position: absolute; content: ""; top: 40px; width: 15px; height: 30px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; background: #b32952; z-index: 2; } */
/* #indexCon3 .post .card i::after { position: absolute; content: ""; top: 40px; width: 15px; height: 15px; background: #eb5c47; z-index: 1; } */
#indexCon3 .post .card .thumb { margin-bottom: 5px; border-radius: 20px; }
#indexCon3 .post .card .col { margin: 5px; padding: 5px; font-size: 0.9rem; text-align: center; line-height: 1.3rem; max-height: 3rem; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; box-sizing: border-box; border-radius: 15px; background: #e5e5e5; }
@media all and (max-width: 1024px){
    #indexCon3 .outline.size_02 .swiper-button-prev3,
    #indexCon3 .outline.size_02 .swiper-button-next3 { display: flex; }
}
@media all and (max-width: 768px){
    #indexCon3 { padding-bottom: 80px; }
    #indexCon3 .outline { flex-flow: row wrap; padding-bottom: 10px; }
    /* #indexCon3 .post { width: 50%; } */
    #indexCon3 .post .card .col { padding: 5px 10px; font-size: 1.1rem; }
}
@media all and (max-width: 599px){
    #indexCon3 { padding-bottom: 20px; padding-top: 70px; }
    #indexCon3::after { bottom: auto; top: 20px; color: rgba(0,0,0,0.7); }
    #indexCon3 .post { width: 100%; }
}
@media all and (max-width: 480px){
    #indexCon3 { padding-top: 40px; }
}
/* index section #4 */
#indexCon4 .sec { position: relative; padding: 50px 0 50px 0; }
#indexCon4 .sec .outline { position: relative; padding-left: 70px; padding-right: 70px; overflow: visible; z-index: 10; }
#indexCon4 .sec .outline .sliderWrap { margin-bottom: 100px; overflow: hidden; }
#indexCon4 .sec .outline .sliderWrap .slide { position: relative; margin-bottom: 20px; height: 100%; background: #fff; box-shadow: 5px 5px 15px rgba(0,0,0,0.1); transition: box-shadow 0.5s ease-in-out; }
#indexCon4 .sec .outline .sliderWrap .slide:hover { box-shadow: 5px 5px 15px rgba(0,0,0,0.25); }
#indexCon4 .sec .outline .sliderWrap .slide a { position: relative; display: block; height: 100%; text-align: center; }
#indexCon4 .sec .outline .sliderWrap .slide a figure { position: relative; overflow: hidden; }
#indexCon4 .sec .outline .sliderWrap .slide a figure img { border-radius: 0; transition: all 0.5s ease-in-out; }
#indexCon4 .sec .outline .sliderWrap .slide a:hover figure img { transform: scale(1.05); transform-origin: center; }
#indexCon4 .sec .outline .sliderWrap .slide a .catTit { position: relative; display: block; margin: 0 auto 30px; font-size: 16px; font-weight: 500; color: #fff; text-align: center; font-family: 'Pretendard-Medium', sans-serif; width: 60%; min-width: 100px; background: var(--defaultClr3); line-height: 40px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#indexCon4 .sec .outline .sliderWrap .slide a .tit { padding: 0 20px; margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #000; text-align: center; font-family: 'Pretendard-Bold', sans-serif; word-break: keep-all; line-height: 1.4; height: 50px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#indexCon4 .sec .outline .sliderWrap .slide a span { position: relative; display: inline-block; padding: 5px 0px; margin: 0 auto 30px; width: auto; font-size: 16px; font-weight: 500; color: #333; font-family: 'Pretendard-Medium', sans-serif; text-align: center; white-space: nowrap; }
#indexCon4 .sec .outline .sliderWrap .slide a span:before { position: absolute; content: ''; left: 0; bottom: 7px; width: 100%; height: 2px; background: #333; opacity: 0; visibility: hidden; transition: 0.5s; }
#indexCon4 .sec .outline .sliderWrap .slide a:hover span:before { opacity: 1; visibility: visible; }

#indexCon4 .swiper-pagination { bottom: -50px; }

#indexCon4 .sec .outline h2 { position: absolute; left: 0; bottom: 0; font-size: 100px; color: rgba(0,0,0,0.7); text-align: center; font-family: 'Pretendard-Bold'; width: 100%; line-height: 1; }



@media all and (max-width: 1280px){
    #indexCon4 .sec { padding: 50px 0 100px 0; }
    #indexCon4 .sec .outline { padding-top: 0; }
    #indexCon4 .sec .outline .sliderWrap { margin-bottom: 70px; }
    #indexCon4 .sec .outline h2 { font-size: 80px; }
}
@media all and (max-width: 1024px){
    #indexCon4 .sec { padding: 50px 20px 50px 20px; }
    #indexCon4 .sec .outline .box { padding-bottom: 60px; }

    #indexCon4 .sec .outline .sliderWrap { margin-bottom: 50px; }
    #indexCon4 .sec .outline h2 { font-size: 60px; }
}
@media all and (max-width: 768px){
    #indexCon4 .sec { padding: 50px 10px 70px 10px; }
    #indexCon4 .sec .outline .sliderWrap { margin-bottom: 70px; }
    #indexCon4 .sec .outline h2 { font-size: 9vw; }
}
@media all and (max-width: 599px){
    #indexCon4 .sec { padding: 50px 10px 80px 10px; }
    #indexCon4 .sec .outline .sliderWrap { margin-bottom: 60px; }
    #indexCon4 .sec .outline .sliderWrap .slide { margin-bottom: 10px; }
}
@media all and (max-width: 480px){
    /* #indexCon4 .sec { padding: 50px 10px 80px 10px; } */
    #indexCon4 .sec .outline { padding: 0 50px; }
    #indexCon4 .sec .outline h2 { bottom: -40px; }
}
@media all and (max-width: 414px){
    /* #indexCon4 .sec .outline .box { padding-bottom: 30px; }
    #indexCon4 .sec .outline .box.left { padding-top: 50px; padding-bottom: 0; } */

    #indexCon4 .sec .outline h2 { font-size: 35px; }
}

/* index 100th only */
#content #slider .wrapper h3 { position: relative; font-size: 80px; color: #fff; font-family: 'Pretendard-Bold', sans-serif; text-transform: uppercase; }
#content #slider .wrapper h4 { position: relative; font-size: 40px; color: var(--post10Clr01); }
@media all and (max-width: 1280px){
    #content #slider .wrapper h3 { font-size: 60px; }
    #content #slider .wrapper h4 { font-size: 30px; }
}
@media all and (max-width: 1024px){
    #content #slider .wrapper h3 { font-size: 50px; }
    #content #slider .wrapper h4 { font-size: 26px; }
}
@media all and (max-width: 768px){
    #content #slider .wrapper h3 { font-size: 46px; }
    #content #slider .wrapper h4 { font-size: 20px; }
}
@media all and (max-width: 599px){
    #content #slider .wrapper h3 { font-size: 40px; }
    #content #slider .wrapper h4 { font-size: 18px; }
}
@media all and (max-width: 480px){
    #content #slider .wrapper h3 { font-size: 8.333vw; }
    #content #slider .wrapper h4 { font-size: 16px; }
}