@charset "utf-8";
/* CSS Document */


		.landingpage{
			width: 100%;
			height: 100vh;
			left: 0;
			overflow: scroll !important;
			 -ms-overflow-style: none !important;
			position: relative;
		}
	.landingpage::-webkit-scrollbar{
  display:none !important;
}
	
/*이벤트페이지 전용*/

.topbar.topbar-dark.bg-dark,
.order-lg-1.pe-lg-5.text-center.text-lg-start{
	display: none;
}

#렌딩상세{
	width:100%;
	max-width:100vw !important;
}
.container{
	max-width:1400px;
	width:100% ;
}


.row.mt-5{
	max-width:1400px;
	margin:0 auto;
}

.h100.card.border-0.shadow{
	    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	    background: #f7f7f7;
}
.navbar-sticky.bg-light,
.shadow-sm{
	 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.cursor.card-img-top{
	mix-blend-mode: multiply;
	border-radius: 2em !important;
	border: 1em solid #ffffff00;
}

.card-body{
	background:white;
}

.card{
	border-radius:0;
}

.col-12.alert.alert-dark.mb-3 {
    border-radius: 0 !important;
    background: white !important;
    color: #181818;
    font-weight: 500;
    font-size: 1.2rem;
    border: 3px solid;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 4em !important;
	margin-top: 1em;
    border-image: linear-gradient(90deg, #6c6c6c 0%, #6c6c6c 50%, #cbcbcb 50%);
    border-image-slice: 1;
    font-family: Pretendard Std Variable;
    word-break: keep-all;
    line-height: 1.4;
}


@media(max-width:1200px){
	
.col-12.alert.alert-dark.mb-3 {
   
      border-radius: 0 !important;
    background: white !important;
    color: #181818;
    font-weight: 500;
    font-size: 1.2rem;
    border: 3px solid;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 4em !important;
	margin-top: 1em;
    border-image: linear-gradient(90deg, #6c6c6c 0%, #6c6c6c 80%, #cbcbcb 80%);
    border-image-slice: 1;
    font-family: Pretendard Std Variable;
    word-break: keep-all;
    line-height: 1.4;
   
}
}





@media(max-width:500px){
	
.col-12.alert.alert-dark.mb-3 {
   
      border-radius: 0 !important;
    background: white !important;
    color: #181818;
    font-weight: 500;
   font-size: 1.3rem;
    border: 2px solid;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 4em !important;
	margin-top: 2em;
    border-image: linear-gradient(90deg, #6c6c6c 0%, #6c6c6c 30%, #cbcbcb 30%);
    border-image-slice: 1;
    font-family: Pretendard Std Variable;
    word-break: keep-all;
    line-height: 1.4;
   text-align: center;
}
}



h6.cursor{
	word-break:keep-all;
	line-height:1.4;
	font-size:1.1rem;
	margin-top:8px;
}

.col-md-3.col-sm-6.mb-grid-gutter{
	    margin-bottom: 4.5rem !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}


.bg-secondary.py-4{
	display:none;
}

@media(max-width:992px){
	.bg-secondary.py-4{
	display:block;
}

}


.order-lg-2.mb-3.mb-lg-0.pt-lg-2{
	margin-bottom: -1rem !important;
}

.hr-light.mb-5{
	width: 100%;
	margin: 0 auto;
}

.row>* {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.row{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row.pb-2,
.row.pb-3,
.pb-4.fs-xs.text-light.opacity-50.text-center.text-md-start{
	padding-left:1em !important;
	margin:0 auto;
	padding-right: 1em !important;
}


.pt-grid-gutter {
    padding-top: 0 !important;
}

@media(max-width:992px){
	.pt-grid-gutter {
    padding-top: 1.875rem !important;
}
}


#상단햄버거타겟{
	display:none;
}

/*이벤트페이지 전용*/


.top_position{
	margin-top: 0;
}
@media(max-width:992px){
	.top_position{
	margin-top: -1.7rem;
}
}
