@charset "utf-8";

@font-face {
    font-family: 'SandollSamliphopangcheTTFBa';
    src: url('../font/SDSamliphopangcheTTFBasic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: url('../font/SpoqaHanSansNeo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'SpoqaHanSansNeo', sans-serif;
}

body::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../img/main_back.png);
    background-size: cover;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

header {
    font-family: 'SandollSamliphopangcheTTFBa';
    display: flex !important;
    text-align: center;
    padding-top: 27px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 34px;
    color: #fff;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.main-pannel {
    color: #ffffff;
    width: 1000px;
    margin: 0 auto;
}

.top-pannel {
    text-align: right;
    margin-top: 80px;
    font-size: 70px;
    font-weight: bold;
}

.top-bottom {
    font-size: 26px;
    font-weight: 500;
}

.mid-info {
    text-align: right;
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
}

.mid-border {
    border-left: 1px solid #ffffff;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
}

.mid-box {
    display: flex;
    flex-direction: column;
}

.mid-box>div {
    display: flex;
    justify-content: space-between;
}

.mid-box>div>div:first-child {
    margin-right: 10px;
}

.main-box {
    border-radius: 5px;
    border: solid 1px #d6d6d6;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #5e4734;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.icon-tel {
    background-image: url(../img/tel.png);
    width: 62.8px;
    height: 45.1px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.icon-loc {
    background-image: url(../img/location.png);
    width: 34.2px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.main-box>div:first-child {
    margin-top: 30px;
}

.main-box>div {
    display: flex;
    align-items: center;
}

.main-button-box {
	margin-top:30px;
	margin-bottom: 30px;
}

.main-button {
    cursor: pointer;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #ebe3d7;
    background-color: #fafaf4;
    margin-right:40px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	font-weight: bold;
}

.main-button img {
	margin-bottom: 18px;
}

.main-box .main-button:last-child {
    margin-right: 0px;
}

.f-20 {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.top-pannel {
		font-size: 32px;
		margin-top: 40px;
	}
	
	.top-bottom {
		font-size: 16px;
	}
		
	.main-pannel {
		width: 90%;
	}
	
	.main-box {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
	}
	
	.icon-tel {
		width: 30px;
		height: 23px;
		margin-right: 10px;
	}
	
	.icon-loc {
		min-width: 50px;
	}
		
	.main-box>div:last-child {
        width: 100%;
	}
	
	.f-20 {
		font-size: 14px;
	}
	
	.main-button {
		margin-right: 10px;
	}
	
	.main-button > a {
		display: flex;
        justify-content: center;
	}
	
	.main-button img {
		margin-bottom: 18px;
		width: 40px;
	}
	
	.main-button > div {
		font-size: 13px;
}