﻿@charset "utf-8";
/* 레이아웃 */
.layout_max{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 13px 15px;
}
/*탑메뉴 */
.wrap_menu{
    position: relative;
    width: 100%;
    min-height: 295px;
    height: 100vh;
    height: auto;
    background: url('/assets/image/main/main_bg.png') no-repeat;
    background-color: #F4FCF4;
    background-size: cover;
    background-size: 100% 250px;
}
.wrap_menu > img{
    width: 100%;
}
.main_top_menu button{
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: url('/assets/image/top_menu.svg') no-repeat;
    background-size: contain;
}
.main_top_menu button.on{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 20px;
    background: #ffdd00 url('/assets/image/icon_close.png') no-repeat center center;
    z-index: 500;
}
.main_top_menu .main_bg{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* height: -webkit-fill-available; */
    /* height: fill-available; */
    background-color: #000;
    opacity: 0.5;
    z-index: 100;
}
.main_top{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

/* view 타이틀 */
.topTitle {	
	color: #FFF; 
	font-size: 20px;
	letter-spacing: -0.6px;
	font-weight: bold; 
	font-family: 'Cafe24Ssurround', sans-serif; 
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
}

.docent_wrap {
	position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

/* 슬릭슬라이더  공통 */
.slick-next,
.slick-prev{
	display: none !important;
}
.slick-dots{
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap:10px
}
.slick-dots li{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.7;
	cursor: pointer;
	transition: all .3s;
}
.slick-dots li.slick-active{
	background-color: #FF7700;
	width: 12px;
	height: 12px;
	opacity: 1;
}

/* 텍스트 색상 */
/* .text_strong{
    color: #404C6D;
    font-family: NotoSansKR-Regular;
} */