
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
/* 배경 어두운 투명도 */
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.all-menu{
position: absolute;
top: 0;
left: 0;
background-image: url(../../images/allmenu-bg.png);
background-repeat: no-repeat;
background-color: #fff;
width: 100%;
height: 420px;
button.closebtn{
position: absolute;
top: 40px;
right: 38px;
}
nav {
position: absolute;
top: 80px;
right: 210px;
&>ul {
display: flex;
gap: 40px;
}
&>ul>li {
z-index: 2;
width: 270px;
height: 237px;
padding: 0;
border-radius: 30px;
background-color: #fbf3f4;
position: relative;
h6{
font-size: 24px;
text-align: center;
line-height: 70px;
width: 270px;
height: 70px;
background-image: linear-gradient(#fff, #fff),
linear-gradient(-45deg, #ca3e49, #3d355d);
background-origin: border-box;
background-clip: content-box, border-box;
border: 3px solid transparent;
border-radius: 15px;
font-family: "Pretendard-SB";
}
}
}
.submenu {
padding: 40px 30px;
p {
position: relative;
padding-left: 10px;
font-size: 20px;
color: #c23d4a;
a {
display: contents;
font-family: "Pretendard-M";
}
}
p:hover a{
color: #c23d4a;
font-family: "Pretendard-B";
}
p:hover a::after{
content: '';
background-image: url(../../images/hover.png);
background-repeat: no-repeat;
width: 27px;
height: 27px;
position: absolute;
right: 10px;
}
}
}
.visual{
position: relative;
.pagination{
color: #fff;
font-size: 20px;
position: absolute;
bottom: 10.5rem;
right: 58rem;
z-index: 50;
display: flex;
.page-count{color: #fff;}
button .anticon {
font-size: 20px; color: #fff;
}
}
select{
border: 0;
font-size: 20px;
font-family: "Pretendard-L";
color: #555;
appearance: none;
background-image: url(../../images/icon/select.png);
background-repeat: no-repeat;
background-position: right 0px center;
background-size: 17px;
option{
font-family: "Pretendard-L";
}
}
}
.search-wrap{
position: absolute;
bottom: 174px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
display: flex;
gap: 20px;
.search-area{
padding-left: 40px;
display: flex;
align-items: center;
gap: 25px;
background-color: #fff;
width: 687px;
height: 76px;
border-radius: 38px;
position: relative;
.search-btn{
position: absolute;
right: 0;
top: 0;
}
}
.line{
width: 2px;
height: 20px;
background-color: #cccccc;
}
input{font-size: 20px; font-family: "Pretendard-L";}
input::placeholder{color: #555;}
.total-btn{
border-radius: 37.5px;
width: 150px;
height: 75px;
background: linear-gradient(-45deg,#1865c8, #4037aa );
font-family: "Pretendard-B";
color: #fff;
font-size: 20px;
}
}
.current-status{
background-color: #f6f6f6;
padding: 30px 0;
.board{
position: relative;
padding: 49px 0px;
background-color: #fff;
border-radius: 50px;
ul{display: flex; gap: 37px;
margin-right: 37px;
justify-content: end;}
li {
cursor: pointer;
.labeling{
display: flex;
align-self: center;
justify-content: center;
margin-bottom: 14px;
}
.count{
font-family: "Pretendard-EB";
font-size: 32px;
background-color: #f6f6f6;
border-radius: 15px;
width: 150px;
height: 70px;
line-height: 70px;
text-align: center;
}
}
li:hover .count{background-color: #fbefef;
color: #dd1b1b;}
.line{width: 2px; height: 110px; background-color: #eeeeee;}
span{font-size: 22px; font-family: "Pretendard-SB";}
img{margin-right: 10px; object-fit: contain;}
}
.current-banner {
background-image: url(../../images/direct-btn-bg.png);
background-repeat: no-repeat;
position: absolute;
width: 375px;
height: 247px;
top: 0;
div{
position: absolute;
top: 40px;
left: 60px;
display: flex;
align-items: center;
gap: 40px;
span{
font-family: "MIWON";
font-size: 30px;
color: #fff;
}
}
}
}
.new-update{
.tabs{
ul{display: flex;
justify-content: center;
li:first-child::after{
content: ''; width: 3px; height: 30px; background-color: rgba(173, 176, 177, 0.2);
margin: 0 38px 0 25px;
}
}
.tab-title{
display: flex;
align-items: center;
gap: 13px;
p{
cursor: pointer;
font-family: "HAPPINESS-SANS-REGULAR";
color: #cccccc;
font-size: 26px;
b{
color: #cccccc;
}
}
}
.tab-title.active p{
color: #000;
b{
color: #ff4141;
}
}
.tab-content{
.content-wrap{
margin-top: -23px;
}
.box-wrap{
width: 454px;
height: 370px;
.box {
background-image: linear-gradient(#fff, #fff),
linear-gradient(-45deg, #fff, #fff);
background-origin: border-box;
background-clip: content-box, border-box;
border: 3px solid transparent;
border-radius: 32px;
}
.box:hover {
background-image: linear-gradient(#fff, #fff),
linear-gradient(-45deg, #ca3e49, #3d355d);
}
.tab-image{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 30px;
}
.img-area{height: 297px;}
}
}
}
.title{
display: flex;
align-items: flex-end;
justify-content: space-between;
h4{font-family: "HAPPINESS-SANS-title";; font-size: 26px;}
}
.info{
padding: 24px;
display: flex;
justify-content: space-between;
p{
width: 250px;
font-family: "Pretendard-M";
font-size: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
span{
width: 115px;
font-family: "Pretendard-L";
font-size: 16px;
color: #666666;
padding-left: 25px;
position: relative;
}
span::before{
content: '';
background-image: url(../../images/icon/date.png);
display: block;
width: 19px;
height: 19px;
position: absolute;
left: 0;
}
}
.gopage{
font-family: "Pretendard-M";
font-size: 18px;
text-align: right;
}
.gopage::after{
content: '\002B';
font-size: 18px;
}
.new-pic, .new-video{
display: flex; justify-content: space-between;
margin-top: 50px;
}
.media-wrap{
display: flex;
justify-content: space-between;
gap: 30px;
}
.media-box{
width: 420px;
border: 1px solid #eeeeee;
border-radius: 22px;
.img-area{height: 231px;}
.media-image{
width: 100%;
height: 100%;
border-radius: 22px;
}
}
.new-bodo{
width: 560px;
margin-left: 70px;
.info{
padding: 18px 7px;
border-top: 1px solid #eeeeee;
align-items: center;
&:last-child{ border-bottom: 1px solid #eeeeee;}
p{width: 412px;}
span::before{
background-image:none;
}
}
}
}
/* swiper */
.swiper {
width:1600px;
height: 100%;
}
.swiper-wrapper{
width: 1500px !important;
margin: 0 auto;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
height: 100%;
object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
width: 30rem !important;
top: 407px !important;
left: 50% !important;
transform: translateX(-50%);
}
.swiper-pagination-progressbar{
background-color: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
background-color: #4557a4 !important;
}
.swiper-button-prev {
background-image: url(../../images/prev-btn.png);
width: 70px !important;
height: 70px !important;
border-radius: 50%;
box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.08);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after{
content: '' !important;
}
.swiper-button-next {
background-image: url(../../images/next-btn.png);
width: 70px !important;
height: 70px !important;
right: 66px;
border-radius: 50%;
box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.08);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
content: '' !important;
}