@charset "UTF-8";
	.linkee .section_wrap { background: #F1F6FA; }
	.linkee .section01 { position: relative; }
	.linkee .section01 .top_btn { position: absolute; top: 40px; right: 405px; display: flex; justify-content: flex-end; }
	.linkee .section01 .top_btn a { color: #fff; }
	.linkee .section01 .top_btn a { background: #3958FD; padding: 8px 20px; border-radius: 4px; font-size: 16px; font-weight:700; color: #fff; }
	.linkee .section01 .top_btn a:first-child { background: none; margin-right: 20px; color: #222; }
	.linkee .section01 .bottom_btn { position: absolute; bottom: 250px; left: 405px; display: flex; gap: 16px; font-size: 20px; font-weight: 700 }
	.linkee .section01 .bottom_btn a { background: #fff; border: 2px solid #3958fd; border-radius: 8px; padding: 12px 24px; color: #3958fd; cursor: pointer; }
	
	.linkee .section03 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; background: #1F2937; padding: 60px; color: #fff; }
	.linkee .section03 .title { text-align: center; font-size: 30px; font-weight: 700; }
	.linkee .section03 .sec03_btn { background: none; margin-top: 30px; padding: 12px 32px; border: 1px solid #fff; border-radius: 8px; text-align: center; font-size: 20px; }
	
	.linkee .section04 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; background:#fff; padding: 60px; color: #111827; }
	.linkee .section04 .title { font-size: 40px; font-weight: 700; }
	.linkee .section04 .sub_title { font-size: 24px; font-weight: 400; }
	.linkee .section04 iframe { border-radius: 20px; }
	
	.linkee .section06 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; background: #fff; padding: 60px; color: #111827; }
	.linkee .section06 .title { margin-bottom: 50px; font-size: 40px; font-weight: 700; color: #111827; }
	.linkee .section06 .mg_t40 { margin-top: 40px; font-size: 28px; font-weight: 400; color: #374151; }
	.linkee .section06 a { margin-top: 20px; padding: 10px 15px; border: 1px solid #3958fd; border-radius: 8px; font-size: 20px; font-weight: 700; color: #3958fd; }
	
	.linkee .section08 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; background: #fff; padding: 60px; color: #111827; }
	.linkee .section08 img:first-child { margin-bottom: 50px; }
	.linkee .section08 a { background: #3958FD; padding: 10px 60px; border-radius: 8px; font-size: 20px; font-weight: 700; color: #fff; cursor: pointer; }
	
	@media (max-width: 750px) {
		.linkee .section01 .top_btn { position: absolute; top: 10px; right: 60px; display: flex ; justify-content: flex-end; }
		.linkee .section01 .top_btn a { border-radius: 2px; padding: 2px 6px; font-size: 4px; }
		
		.linkee .section01 .bottom_btn { position: absolute; bottom: 50px; left: 86px; display: flex ; gap: 8px; font-weight: 700; }
		.linkee .section01 .bottom_btn a { border: 1px solid #3958fd; border-radius: 2px; padding: 2px 6px; font-size: 4px; }
		
		.linkee .section03 { gap: 10px; padding: 20px; }
		.linkee .section03 .title { font-size: 15px; }
		.linkee .section03 img { width: 20% }
		.linkee .section03 .sec03_btn { margin-top: 10px; padding: 6px 16px; border-radius: 4px; font-size: 10px; }
		
		.linkee .section04 { padding: 20px; }
		.linkee .section04 .title { font-size: 20px; font-weight: 700; }
		.linkee .section04 .sub_title { font-size: 12px; }
		.linkee .section04 iframe { width: 340px; height: 190px; }
		
		.linkee .section06 { padding: 20px; }
		.linkee .section06 .title { margin-bottom: 20px; font-size: 20px; }
		.linkee .section06 .mg_t40 { margin-top: 10px; font-size: 9px; }
		.linkee .section06 a { margin-top: 10px; padding: 5px 7px; border-radius: 4px; font-size: 10px; }
		
		.linkee .section08 { padding: 20px; }
		.linkee .section08 img:first-child { margin-bottom: 0; width: 30%; }
		.linkee .section08 a { padding: 5px 30px; border-radius: 4px; font-size: 10px; }
		
	}
	
	
	
	