
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
table {
width: 100%;
border-collapse: collapse;
padding: 0;
border: 0;
border-spacing: 0px;
}
.w1400 {
max-width: 1300px;
margin: 0 auto;
/* overflow-x: hidden */
position: relative;
clear: both;
min-height: inherit;
}
/* 메뉴 */
.sub-nav,
.toggle {
opacity: 0;
}
.header-wrap {
display: flex;
justify-content: space-between;
box-shadow: 2px 2px 2px #33333300;
align-items: center;
position: relative;
flex-wrap: wrap;
}
.sub-menu {
flex: 0 0 72%;
}
.sub-menu ul {
display: flex;
justify-content: end;
}
.sub-menu ul li a {
display: block;
color: #2c407f;
line-height: 40px;
margin-left: 50px;
font-size: 1.5rem;
text-align: right;
font-weight: 600;
}
/* 메인 */
.main-box {
width: 100%;
background: linear-gradient(#425fed, #5dadf6);
}
.main-box-wrap {
padding: 5rem;
display: grid;
grid-template-columns: 0.8fr 1fr;
}
.main-text {
color: white;
}
.main-text p {
width: 45rem;
font-family: SBaggroM;
font-weight: 300 !important;
text-shadow: 2px 2px 2px #33333382;
font-size: 3rem;
line-height: 200%;
}
.main-text span {
font-size: 5.7rem;
font-weight: 300 !important;
text-shadow: 2px 2px 2px #33333382;
}
.main-benner {
flex: 0 0 60%;
height: 338px;
background: url(../jpg/main.png) no-repeat;
background-size: cover;
box-shadow: 2px 2px 4px #33333382;
}
.main-notice {
grid-column: 1/3;
padding: 0 0 5rem;
}
.main-notice h2 {
font-size: 1.8rem;
color: white;
padding: 1rem;
}
.main-notice h2 i {
margin-right: 1rem;
}
.main-notice ul {
border-radius: 0.5rem;
border: 1px solid white;
background-color: #00000034;
padding: 0.5rem 2rem;
}
.main-notice ul li {
color: white;
font-size: 1.5rem;
padding: 0.5rem;
}
.main-notice ul li:nth-child(1) {
border-bottom: 1px dotted white;
}
/* 퍼즐 */
.main-content-wrap {
width: 100%;
height: 100%;
padding: 60px;
}
.main-puzzle-container {
margin: 0 auto;
display: grid;
overflow: visible;
grid-template-columns: 1fr 1fr 1fr;
}
.main-puzzle-container > div:nth-child(4) {
position: relative;
}
.main-puzzle-container > div:nth-child(4)::after {
position: absolute;
content: "";
width: 90px;
height: 90px;
bottom: -45px;
left: 50%;
background-color: #009d46;
border-radius: 45px;
transform: translateX(-50%);
z-index: -1;
}
.main-grid-name {
width: 100%;
height: 7rem;
display: flex;
font-family: SBaggroM;
background: url(../jpg/notice-banner.png) no-repeat center center;
background-size: cover;
position: relative;
}
.main-grid-name::after {
position: absolute;
content: "";
width: 90px;
height: 90px;
top: -45px;
left: 50%;
background-color: #3f87f7;
border-radius: 45px;
transform: translateX(-50%);
}
.main-grid-name h3 {
width: 100%;
height: 7rem;
padding-left: 1rem;
line-height: 7rem;
font-size: 2.4rem;
color: white;
background-size: cover;
position: relative;
}
.main-grid-name button {
border: 0;
padding: 1rem;
font-family: "Pretendard-Regular";
font-size: 1.3rem;
font-weight: 800;
text-shadow: 2px 2px 2px #33333382;
color: white;
background-color: #009d4700;
}
.m-p-table tr {
width: 100%;
height: 10%;
border-top: 1px solid #333;
}
.m-p-table {
overflow: hidden;
}
.m-p-table td {
padding: 1rem;
font-size: 1.6rem;
color: #333;
font-family: "Pretendard-Regular";
font-weight: 700;
}
.m-p-table td p {
font-size: 1.4rem;
padding-top: 1rem;
font-family: "Pretendard-Regular";
font-weight: 500;
}
.main-wrap-grid {
grid-row: 1 / span 2;
border: 1px solid #3f87f7;
}
.main-wrap-grid-2 {
background: url(../jpg/main-pu.png) no-repeat;
background-size: cover;
z-index: 1;
}
.main-wrap-grid-2 div,
.main-wrap-grid-3 div,
.main-wrap-grid-4 div,
.main-wrap-grid-5 div {
width: 100%;
height: 100%;
background-size: 123px 123px;
margin: 0 auto;
}
.main-wrap-grid-2 button,
.main-wrap-grid-3 button,
.main-wrap-grid-4 button,
.main-wrap-grid-5 button {
border: 0;
font-size: 2.5rem;
font-weight: 300;
color: white;
font-family: SBaggroM;
cursor: pointer;
text-shadow: 2px 2px 2px #3333335b;
background-color: #33333300;
text-align: center;
width: 100%;
padding-bottom: 2.8rem;
}
.main-wrap-grid-4 div img {
width: 110px !important;
text-align: center;
margin: 0 auto;
padding-top: 6rem;
padding-bottom: 2.5rem;
}
.main-wrap-grid-1 div img,
.main-wrap-grid-2 div img,
/* .m-p-c-4 d/iv jpg, */
.main-wrap-grid-3 div img ,
.main-wrap-grid-5 div img {
width: 80px !important;
text-align: center;
margin: 0 auto;
padding-top: 5rem;
padding-bottom: 2.5rem;
}
.main-wrap-grid-3 {
background: url(../jpg/m3.png) no-repeat center right;
background-size: cover;
}
.main-wrap-grid-4 {
background: url(../jpg/m4.png) no-repeat;
}
.main-wrap-grid-5 {
background: url(../jpg/main-pu2.png) no-repeat center center;
background-size: cover;
}
/* 메인 홍보/뉴스 */
.main-content-news {
width: 100%;
padding: 1rem;
background: url(../jpg/123.png) no-repeat center center;
background-size: cover;
}
.mmain-wrap-news {
width: 100%;
height: 100%;
padding: 30px;
}
.main-wrap-news-hidden {
width: 100%;
margin: 0 auto;
}
.main-wrap-news h3 {
width: 100%;
padding: 30px;
font-size: 2rem;
color: white;
}
/* 히스토리 */
.main-history {
width: 100%;
padding: 3rem;
background-color: #ededed;
}
.main-history-wrap {
text-align: center;
}
.main-history-wrap h3,
.main-history-wrap h1 {
text-align: center;
font-size: 3rem;
padding: 1rem;
font-family: SBaggroM;
}
.main-history-wrap h1 {
color: #3f87f7;
}
.main-history-box {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.main-history-box div {
height: 300px;
}
.main-history-box-1,
.main-history-box-2,
.main-history-box-3 {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 6rem;
justify-content: center;
}
.main-history-box-1 div,
.main-history-box-2 div,
.main-history-box-3 div {
width: 100%;
height: 100%;
}
.main-history-box-1 div span,
.main-history-box-2 div span,
.main-history-box-3 div span {
font-size: 1.8rem;
font-family: "Pretendard-Regular";
}
.main-history-box-1 p:nth-child(2),
.main-history-box-2 p:nth-child(2),
.main-history-box-3 p:nth-child(2) {
width: 10rem;
margin: 0 auto;
justify-content: center;
background: url(../jpg/m-h-g-1.png) no-repeat;
height: 10rem;
background-size: contain;
}
.main-history-box-1 h3,
.main-history-box-2 h3,
.main-history-box-3 h3 {
padding: 1rem;
font-size: 20px;
font-family: "Pretendard-Regular";
}
.main-history-box-1 p:nth-child(3),
.main-history-box-2 p:nth-child(3),
.main-history-box-3 p:nth-child(3) {
padding: 1rem;
font-size: 3rem;
font-family: SBaggroM;
color: #09365e;
}
/* 파트너사 */
.main-partner {
width: 100%;
height: 100%;
}
.main-partner-wrap {
width: 100%;
padding-top: 60px;
margin: 0 auto;
text-align: center;
}
.main-partner-wrap h3,
.main-partner-wrap h1 {
text-align: center;
font-size: 3rem;
}
.main-partner-wrap h1 {
font-family: SBaggroM;
color: #3f87f7;
}
.main-partner-logo {
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.main-partner-img {
width: 20%;
height: 16rem;
padding: 1.5rem;
}
.lo1 {
background: url(../jpg/logo/ko-w.png) no-repeat;
background-position: center;
background-size: 40%;
}
.lo2 {
background: url(../jpg/logo/keris.gif) no-repeat;
background-position: center;
background-size: 40%;
}
.lo3 {
background: url(../jpg/logo/kefa.png) no-repeat;
background-position: center;
background-size: 40%;
}
.lo4 {
background: url(../jpg/logo/ko-go.png) no-repeat;
background-position: center;
background-size: 40%;
}
.lo5 {
background: url(../jpg/logo/edutech.png) no-repeat;
background-position: center;
background-size: 40%;
}
/* 스와이퍼--------------------------------------- */
/*--------------------------------------- */