#subpage { position: relative; }

#subpage.application {}
#subpage.application > .section1 { padding: 55px 0 0; }
#subpage.application > .section2 { padding: 0 0 150px; }
#subpage.application > .section2 picture img { width: min(810px, 91.6667vw); }


@media screen and (min-width: 741px) {
	.mo { display: none; }
	
	#subpage .sub-bn {}
	#subpage .sub-bn picture { height: min(300px, 25vw); }

	#subpage .tab-menu { margin-top: 62px; display: flex; align-items: center; justify-content: center; }
	#subpage .tab-menu > li { padding: 0 15px; height: 34px; }
	#subpage .tab-menu > li.on { border: 1px solid #333; border-radius: 500px; }
	#subpage .tab-menu > li > a { font-size: 16px; letter-spacing: -0.8px; color: #333; line-height: 31px; }

	#subpage .bo-title { margin-top: 35px; font-size: 40px; font-weight: 700; color: #222; letter-spacing: -2px; text-align: center; }

	#subpage .board { width: min(980px, 100%); margin: 40px auto 0; padding-bottom: 150px; }

	.contain { margin: 50px auto 100px; }
	.contain .section1 { padding: 35px 23px 32px; background: #e6f0f5; border-radius: 25px; overflow: hidden; }
	.contain .section1 .box1 { display: flex; align-items: center; }
	.contain .section1 .box1 > p { font-size: 20px; font-weight: 700; }
	.contain .section1 .box1 > input { width: 18px; height: 18px; border-color: #b5b5b5; margin-left: 30px; }
	.contain .section1 .box1 > label { font-size: 19px; color: #333; margin-left: 10px; }

	.contain .section1 > .title { font-size: 20px; font-weight: 700; margin: 30px 0 10px; }

	.contain .section1 .box2 { display: flex; gap: 20px 1%; flex-wrap: wrap; align-items: center; font-weight: 400; }
	.contain .section1 .box2 input,
	.contain .section1 .box2 label { font-weight: 400; }
	.contain .section1 .box2 textarea,
	.contain .section1 .box2 input[type=text],
	.contain .section1 .box2 input[type=file],
	.contain .section1 .box2 select { width: 100%; height: 55px; border: 0; background: #fff; padding: 0 20px; box-sizing: border-box; font-size: 16px; color: #666; }
	.contain .section1 .box2 input[type=text]::placeholder { font-size: 16px; color: #666; }
	.contain .section1 .box2 input[type=tel] { width: 33%; flex: 1 1 auto; height: 55px; border: 0; background: #fff; padding: 0 20px; box-sizing: border-box; font-size: 16px; color: #666; }
	.contain .section1 .box2 input[type=tel]::placeholder { font-size: 16px; color: #666; }
	.contain .section1 .box2 textarea { height: 100px !important; resize: none; padding-top: 20px; }
	.contain .section1 .box2 textarea::placeholder {}

	.contain .section1 .box2 > li { width: 24%; flex: 1 1 auto; display: flex; align-items: center; gap: 0 5px; position: relative; }
	.contain .section1 .box2 > li.half { width: 49%; }
	.contain .section1 .box2 > li.full { width: 100%; }
	.contain .section1 .box2 > li.address {}
	.contain .section1 .box2 > li.address button { width: 100px; background: #333; color: #fff; border: 0; height: 55px; display: block; }
	.contain .section1 .box2 > li.filebox {}
	.contain .section1 .box2 > li.filebox > div { width: 50%; display: flex; align-items: center; gap: 0 5px; }
	.contain .section1 .box2 > li.filebox input[type="file"] { display: none; }
	.contain .section1 .box2 > li.filebox .upload-name { display: block; height: 40px; padding: 0 10px; vertical-align: middle; border: 1px solid #ddd; width: 90%; color: #999; flex: 1 1auto; }
	.contain .section1 .box2 > li.filebox label { display: block; color: #fff; display: flex; justify-content: center; align-items: center; background-color: #999; cursor: pointer; height: 40px; width: 18%; flex: 0 0 auto; }
	.contain .section1 .box2 > li.end { justify-content: flex-end; font-size: 20px; }
	.contain .section1 .box2 > li.end1 input { margin-left: 30px; }
	.contain .section1 .box2 > li.end2 input { width: 18px; height: 18px; margin-right: 5px; }
	
	.contain .section1 .box2 > li.tel {}
	.contain .section1 .box2 > li.tel > p { width: 15%; flex: 0 0 auto; font-size: 14px; font-weight: 700; text-align: center; }
	.contain .section1 .box2 > li.tel > div { display: flex; width: 85%; gap: 0 5px; }


	.contain .section2 { margin-top: 30px; }
	.contain .section2 > p:nth-of-type(1) { text-align: center; font-size: 24px; color: #222; letter-spacing: -1.2px; }
	.contain .section2 > .agree { display: flex; font-size: 16px; justify-content: center; align-items: center; padding: 10px 0 0; gap: 0 5px; }
	.contain .section2 > p:nth-of-type(2) { margin-top: 30px; }
	.contain .section2 > p:nth-of-type(2) input[type=submit] { width: 100%; height: 80px; border-radius: 40px; background: url('../img/sub/submit.png') center no-repeat #163960; color: #fff; display: flex; justify-content: center; text-indent: -99999px; border: 0; }
	.contain .section2 > p:nth-of-type(3) { text-align: center; color: #666; font-size: 14px; margin-top: 10px; }
}

@media screen and (max-width: 740px) {	
	.contain { margin: 50px auto; padding: 0 10px; }
	.contain .section1 { padding: 35px 23px 32px; background: #e6f0f5; border-radius: 25px; overflow: hidden; }
	.contain .section1 .box1 { display: flex; align-items: center; }
	.contain .section1 .box1 > p { font-size: 20px; font-weight: 700; flex: 0 0 auto; }
	.contain .section1 .box1 > input { width: 18px; height: 18px; border-color: #b5b5b5; margin-left: 30px; }
	.contain .section1 .box1 > label { font-size: 12px; color: #333; margin-left: 10px; }

	.contain .section1 > .title { font-size: 20px; font-weight: 700; margin: 30px 0 10px; }

	.contain .section1 .box2 { display: flex; gap: 20px 10px; flex-wrap: wrap; align-items: center; font-weight: 400; }
	.contain .section1 .box2 input,
	.contain .section1 .box2 label { font-weight: 400; }
	.contain .section1 .box2 textarea,
	.contain .section1 .box2 input[type=text],
	.contain .section1 .box2 input[type=file],
	.contain .section1 .box2 select { width: 100%; height: 55px; border: 0; background: #fff; padding: 0 20px; box-sizing: border-box; font-size: 14px; color: #666; }
	.contain .section1 .box2 input[type=text]::placeholder { font-size: 14px; color: #666; }
	.contain .section1 .box2 input[type=tel] { width: 33%; flex: 1 1 auto; height: 55px; border: 0; background: #fff; padding: 0 20px; box-sizing: border-box; font-size: 14px; color: #666; }
	.contain .section1 .box2 input[type=tel]::placeholder { font-size: 14px; color: #666; }
	.contain .section1 .box2 textarea { height: 100px !important; resize: none; padding-top: 20px; }
	.contain .section1 .box2 textarea::placeholder {}

	.contain .section1 .box2 > li { width: 50%; flex: 1 1 auto; display: flex; align-items: center; gap: 0 5px; position: relative; }
	.contain .section1 .box2 > li.half { width: 100%; }
	.contain .section1 .box2 > li.full { width: 100%; }
	.contain .section1 .box2 > li.address {}
	.contain .section1 .box2 > li.address button { width: 100px; background: #333; color: #fff; border: 0; height: 55px; display: block; }
	.contain .section1 .box2 > li.filebox {}
	.contain .section1 .box2 > li.filebox > div { width: 100%; display: flex; align-items: center; gap: 0 5px; }
	.contain .section1 .box2 > li.filebox input[type="file"] { display: none; }
	.contain .section1 .box2 > li.filebox .upload-name { display: block; height: 40px; padding: 0 10px; vertical-align: middle; border: 1px solid #ddd; width: 90%; color: #999; flex: 1 1auto; }
	.contain .section1 .box2 > li.filebox label { display: block; color: #fff; display: flex; justify-content: center; align-items: center; background-color: #999; cursor: pointer; height: 40px; width: 18%; flex: 0 0 auto; }
	.contain .section1 .box2 > li.end { justify-content: flex-end; font-size: 16px; }
	.contain .section1 .box2 > li.end1 input { margin-left: 30px; }
	.contain .section1 .box2 > li.end2 input { width: 18px; height: 18px; margin-right: 5px; }
	
	.contain .section1 .box2 > li.tel { flex-wrap: wrap; gap: 5px 0; }
	.contain .section1 .box2 > li.tel > p { width: 100%; font-size: 14px; font-weight: 700; text-align: left; }
	.contain .section1 .box2 > li.tel > div { display: flex; gap: 0 5px; }


	.contain .section2 { margin-top: 30px; }
	.contain .section2 > p:nth-of-type(1) { text-align: center; font-size: 18px; color: #222; letter-spacing: -1.2px; padding: 0 20px; word-break: keep-all; }
	.contain .section2 > p:nth-of-type(1) img { height: 25px; }
	.contain .section2 > .agree { display: flex; font-size: 12px; justify-content: center; align-items: center; padding: 10px 0 0; gap: 0 5px; }
	.contain .section2 > p:nth-of-type(2) { margin-top: 30px; }
	.contain .section2 > p:nth-of-type(2) input[type=submit] { width: 100%; height: 60px; border-radius: 40px; background: url('../img/sub/submit.png') center/ 70% no-repeat #163960; color: #fff; display: flex; justify-content: center; text-indent: -99999px; border: 0; }
	.contain .section2 > p:nth-of-type(3) { text-align: center; color: #666; font-size: 10px; margin-top: 10px; }
	
	
	#subpage .tab-menu { margin-top: 55px; display: flex; align-items: center; justify-content: center; }
	#subpage .tab-menu > li { padding: 0 20px; height: 60px; }
	#subpage .tab-menu > li.on { border: 1px solid #333; border-radius: 500px; }
	#subpage .tab-menu > li > a { font-size: 28px; letter-spacing: -1.4px; color: #333; line-height: 58px; }

	#subpage .bo-title { margin-top: 70px; font-size: 44px; font-weight: 700; color: #222; letter-spacing: -2.2px; text-align: center; }

	#subpage .board { width: 100%; padding: 0 20px; margin: 0 0 80px; }
	
	/* ------------------------------------------------------------- vw (740px, 1px = 0.1351) ------------------------------------------------------------- */
	#subpage .tab-menu { margin-top: 7.4324vw; display: flex; align-items: center; justify-content: center; }
	#subpage .tab-menu > li { padding: 0 2.7027vw; height: 8.1081vw; }
	#subpage .tab-menu > li.on { border: 0.1351vw solid #333; border-radius: 67.5676vw; }
	#subpage .tab-menu > li > a { font-size: 3.7838vw; letter-spacing: -0.1892vw; color: #333; line-height: 7.8378vw; }

	#subpage .bo-title { margin-top: 9.4595vw; font-size: 5.9459vw; font-weight: 700; color: #222; letter-spacing: -0.2973vw; text-align: center; }

	#subpage .board { width: 100%; padding: 0 2.7027vw; margin: 0 0 10.8108vw; }
}