/* ============================================================
PC
==============================================================*/
@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: 500px;
		position: relative;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 1140px;
		height: 500px;
		background:url(../img/mv_bg.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
	}	
	#main_wrap_sec::after {
		content: "";
		position: absolute;
		right: 11%;
		bottom: 19px;
		width: 180%;
		max-width: 1380px;
		height: 300px;
		background: linear-gradient(to left, #0B4C86, #0072ce);
		z-index: 1;
		transform: translateX(30%);
	}
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding:0;
		position: relative;
	}
	
	#sec01 .wrapper {
		width: 1000px;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 18px 0 116px;
	}
	#sec01 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 70px auto 15px;
	}	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	#sec01 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.6rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 30px auto 26px;
	}

	#sec01 p.body_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		padding: 0px 136px 0 21px;
		color: #000;
	}

	#sec01 .back_txt{
		font-family: "Oswald", sans-serif;
		position: absolute;
		top: -124px;
		right: -30%;
		font-size: 30rem;
		font-weight: 700;
		z-index: 1;
		color: #005bac;
		opacity: 0.05;
		text-align: right;
	}
	
	/* ============================================================
 	section 02
	==============================================================*/
	#sec02 {
		width: 100%;
		padding:0;
		position: relative;
		border-bottom: 12px solid #F1F1F1;
	}
	
	#sec02 .wrapper {
		width: 1000px;
		padding: 0 0 125px;
	}

	#sec02 .flex_wrap{
		display:flex;
	}
	#sec02 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}
	#sec02 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 19px 0 0px 10px;
	}
	
	#sec02 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}

	#sec02 p.body_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		padding: 21px 136px 10px 21px;
		color: #000;
	}
	
	/* ============================================================
 	section 03
	==============================================================*/
	#sec03 {
		width: 100%;
		padding: 80px 0 0;
		position: relative;
	}
	
	#sec03 .wrapper {
		width: 1000px;
		padding: 0 0 125px;
	}

	#sec03 .flex_wrap{
		display:flex;
	}
	#sec03 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}
	#sec03 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		color: #000000;
		position:relative;
		padding: 14px 0 0px 21px;
	}
	
	#sec03 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	#sec03 a {
	  color: #0066cc;
	}
	
	#sec03 a:hover {
	  text-decoration: none;
	  color: #72a3d5;
	}

	#sec03 table{
		width:100%;
		margin: 26px 0 0;
	}

	#sec03 tr{
		background:#F4F4F6;
	}

	#sec03 tr:nth-child(even){
		background:#fff;
	}
	
	#sec03 th {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		line-height: 1;
		color: #000000;
		padding: 26px 39px;
		white-space:nowrap;
		text-align: left;
	}

	#sec03 td {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		padding: 22px 24px 21px;
		color: #000;
	}
	
	/* ============================================================
 	section 04
	==============================================================*/
	#sec04 {
		width: 100%;
		padding:0;
		position: relative;
		border-bottom: 12px solid #F1F1F1;
	}
	
	#sec04 .wrapper {
		width: 1000px;
		padding: 0 0 125px;
	}

	#sec04 .flex_wrap{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 620px;
		padding: 26px 0 0 18px;
	}
	#sec04 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}	
	#sec04 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	
	#sec04 a {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		text-decoration: none;
		border-bottom: 1px solid #0066cc;
		color: #0066cc;
		margin: 0 0 11px;
		position:relative;
		padding: 0 0 0 29px;
	}
	
	#sec04 a:before{
		content:"";
		position:absolute;
		width: 20px;
		height: 20px;
		top: 50%;
		left:0;
		background: url(/global/img/icon_pdf.png) no-repeat;
		transform: translate(0%, -50%);
		background-size: contain;
	}
	
	#sec04 a:hover {
	  text-decoration: none;
	  color: #72a3d5;
	}
	
	
}