@charset "utf-8";

* {
	box-sizing: border-box;
}
html, body {
	min-width: 300px !important;
    overflow: hidden;
}
html,
body {
    height: 100%;
    background-color: #28385a;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/**메인**/
.front_body {
    background-image: url("../image/front_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.front_wrap{
    display: flex;
    align-content: center;
    flex-direction: column;
}
.front_title {
    font-size: 30px;
    color: #cff9ff;
    font-family: 'ns_b';
    text-align: center;
}
.front_title h1 {
    margin-bottom: 30px;
    background-image: url(../image/front_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 82px;
}
.menu_wrap{
		position: relative;
        left: 0;
right: 0;
bottom: 0; 
}
.down_btn {
    position: absolute;
    top: -90px;
    right: 0px;
}
.down_btn a {
    display: inline-block;
		border: #5d758f 1px solid;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'nsk_r';
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    width: auto;
}
.down_btn a::before {
	content: "\eb7c";
	font-family: 'xeicon';
	padding-right: 5px;
	font-size: 21px;
	vertical-align: middle;
}
.menu{
    margin : auto;
    position: relative;
    width: 500px;
    height: 350px;
    background-color: #fff;
    border-radius: 20px;
    padding:40px 30px;
}
.menu01{
	padding-top: 10px;
}
.main_img {
    height: 172px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 172px;
	margin-bottom: 30px;
}
.main_img1{
    background-image: url("../image/front_img01.png");
}
.main_img2{
    background-image: url("../image/front_img02.png");

}
.main_title {
    position: relative;
    color: #666;
    font-size: 17px;
    text-align: center;
    font-family: "nsk_r";
    letter-spacing: -0.05em;
    margin-bottom: 20px;
	word-break: keep-all;
}
.main_title strong {
    display: block;
    position: relative;
    color: #000;
    font-size: 30px;
    text-align: center;
    font-family: "ns_eb";
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.main_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left:0;
}

.main_btn_a {
text-align: center;
background-color:#2F5373;
width: 190px;
font-size: 15px;
color:#fff;
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
margin-left: 25px;
margin-top: 70px;
}

.main_btn_b {
margin-left: 10px;
text-align: center;
background-color:#2F5373;
width: 190px;
font-size: 15px;
color:#fff;
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
}

.btn_sp{
		display: flex;
		flex-flow: column;
		height: 313px;
		justify-content: space-around;
}
.btn_sp .main_btn{
	    text-align: center;
	    position: relative;
	    bottom:auto;
}
.btn_sp .main_btn a {
	width: 100%;
}

.copyright{
    color: #668796;
    font-family: 'nsk_r';
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 156%;
}
 /* 모달 배경 */
.modal {
	display: none; /* 처음엔 보이지 않음 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 반투명 검은 배경 */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* 모달 내용 */
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #888;
	text-align: center;
	border-radius: 20px;
}
.modal-content img{
	border-radius: 20px;
}

/* 닫기 버튼 */
.close {
    color: #aaa;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    right: 20px;
    top: 20px;
    line-height: 100%;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/**************/
a {text-decoration: none;}
