
@font-face {
  font-family: 'sktsans';
  src: url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular.woff2') format('woff2'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular.woff') format('woff'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular.otf') format('opentype'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sktsanst';
  src: url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular-t.woff2') format('woff2'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular-t.woff') format('woff'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular-t.otf') format('opentype'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Regular-t.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sktsansb';
  src: url('https://t1data.mycafe24.com/webmall/font/SKTSans-Bold.woff2') format('woff2'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Bold.woff') format('woff'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Bold.otf') format('opentype'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sktsansex';
  src: url('https://t1data.mycafe24.com/webmall/font/SKTSans-ExtraBold.woff2') format('woff2'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-ExtraBold.woff') format('woff'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-ExtraBold.otf') format('opentype'),
       url('https://t1data.mycafe24.com/webmall/font/SKTSans-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{ font-family:"sktsanst";font-size:15px;letter-spacing:-0.02rem; }
.bdb{border-bottom:1px solid #3d3d3d;}
.btn{border-radius:0;}
.form-control{border-radius:0;}
a:visited,a:link,a:active{color:#414141;text-decoration:none;}
a:hover { color: #414141;}
a{focus:blur;cursor:pointer;}
ul, li{  margin:0; padding:0;list-style:none;}
.topBtn{position:fixed;bottom:60px;right:10px;display:none;}
.fs1211{font-size:12px;}
.fs1412{font-size:14px;}


/* 하단 */
.foot_copy{font-size:13px;}

.main_wrap {width: 100%;min-height: 100vh;background-color: #d9dfff;background-image: url("https://t1data.mycafe24.com/home/images/back.jpg");background-repeat: repeat-x;background-position: top center;background-size: 721px auto;}
.home-card {width: 100%;max-width: 640px;margin: 0 auto;background: #ffffff;border-radius: 28px;padding: 28px 40px 32px;box-shadow: 0 10px 24px rgba(90, 100, 160, 0.5);}
.home-badge {display: inline-block;position: relative;background: #017f81;color: #fff;font-size: clamp(14px, 2.5vw, 20px);line-height: 1;padding: 8px 40px 5px 16px;margin-bottom: 24px;}
.home-badge::before {content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 0;height: 0;border-top: 24px solid transparent;border-bottom: 24px solid transparent;border-right: 24px solid #ffffff;z-index: 1;}
.home-badge2{background: #ff960a;}
.home-badge3{background: #fb3279;}
.home-badge4{background: #6200b6;}
.home-top {display: flex;align-items: center;gap: 18px;margin-bottom: 26px;}
.home-icon {width: clamp(48px, 8vw, 80px);height: clamp(48px, 8vw, 80px);min-width: clamp(48px, 8vw, 80px);border-radius: 50%;background: #e32eff;display: flex;align-items: center;justify-content: center;}
.home-icon img {width: 50%;}
.home-icon1 {background: #2e93ff;}
.home-icon1 img {width: 47%;}
.home-icon2 {background: #3617cc;}
.home-icon3 {background: #f9c50d;}
.home-title {font-family:"sktsansb";font-size: clamp(20px, 3vw, 32px);color: #111;line-height: 1.3;margin-bottom: 8px;}
.home-date {font-size: clamp(14px, 2vw, 22px);color: #222;font-weight: 500;}
.home-desc {font-size: clamp(16px, 2vw, 24px);line-height: 1.4;color: #7b7b7b;margin: 18px 0 28px;}
.home-image-box {background: #e7e7e7;border-radius: 28px;overflow: hidden;margin-bottom: clamp(20px, 3vw, 40px);}
.home-image-box img {display: block;width: 100%;height: auto;}
.home-btn {display: block;width: 100%;border: 0;border-radius: 999px;background: linear-gradient(90deg, #4a3df1 0%, #5540f6 100%);color: #ffffff !important;font-size: clamp(16px, 2.5vw, 24px);text-align: center;padding: 14px 20px;text-decoration: none;}
@media (max-width: 768px) {
	.main_wrap {background-size: 541px auto;}
	.home-btn {padding: 10px 20px;}
	.home-desc {margin: 0 0 20px;}
	.home-badge {padding: 5px 40px 5px 16px;margin-bottom: 16px;}
	.home-top {gap: 14px;margin-bottom: 16px;}
	.home-title {margin-bottom: 4px;}
	.home-card {padding: 28px 24px 32px;}
}
@media (max-width: 575px) {
	.main_wrap {background-size: 0 auto;}
}