.main-title {position: fixed;top: 0;left: 60px;display: flex;justify-content: center;align-items: center;width: calc(100% - 120px);height: 64px;font-size: 20px;font-weight: 700;line-height: 21px;color: #F8503A;z-index: 90;}

.site-container {padding: 0;}
.main-content {
	min-height: calc(100vh - 56px);padding: 0 15px;display: flex;flex-direction: column;justify-content: center;align-items: center;
	background: url('../img/main/main-bg.png') no-repeat 0 50%;background-size: cover;
}
.main-content .fx-item {width: 100%;flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;}

.main-content .title {margin-bottom: 60px;font-size: 24px;line-height: 130%;font-weight: bold;color: #5c5c5c;text-align: center;}


.site-logo {display: inline-block;margin: 0 auto;margin-bottom: 38px;height: 40px;}
.site-logo img {height: 100%;}

.site-main-menu {width: 100%;}
.site-main-menu li:nth-child(2) {margin-top: 8px;}
.site-main-menu li:nth-child(3) {margin-top: 8px;}
.site-main-menu li a {display: flex;justify-content: space-between;align-items: center;min-height: 88px;border-radius: 8px;background: #ffffff;}
.site-main-menu li a .img-box {width: 64px;height: 64px;margin-left: 12px;}
.site-main-menu li:first-child a .img-box {background: url('../img/main/menu01.png') no-repeat;}
.site-main-menu li:nth-child(2) a .img-box {background: url('../img/main/menu03.png') no-repeat;}
.site-main-menu li:nth-child(3) a .img-box {background: url('../img/main/menu02.png') no-repeat;}
.site-main-menu li a .txt {flex: 1;padding-left: 10px;padding-top: 2px;}
.site-main-menu li a i.arrow {display: block;width: 20px;height: 21px;margin-right: 11px;background: url('../img/main/menu-arrow.png') no-repeat;}
.site-main-menu li h2 {font-size: 16px;line-height: 16px;font-weight: 800;color: #171717;}
.site-main-menu li p {margin-top: 4px;font-size: 13px;line-height: 24px;font-weight: 500;color: #8A8A8A;word-break: keep-all;}

.custom-button-area {display: flex;justify-content: center;align-items: start;gap: 8px;flex-wrap: wrap;margin-bottom: 25px;}
.custom-btn {display: inline-flex;justify-content: center;align-items: center;gap: 5px;cursor: pointer;}

.preview-site-custom-button-area {width: 100%;padding: 0 8px;}
.preview-site-custom-btn {min-height: 56px;display: flex;justify-content: start;align-items: center;gap: 16px;cursor: pointer;border-radius: 4px;padding: 12px 20px 10px;margin-bottom: 8px;font-family: suit;line-height: 1;}
.preview-site-custom-btn p {font-size: 16px;font-weight: 700;color: #ffffff;}
.preview-site-custom-btn span {font-size: 12px;font-weight: 400;color: #ffffff;display: block;margin-top: 6px;}
.preview-site-custom-btn span:empty {margin-top: 0;}
