@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* section1 */
.section1 .conDiv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section1 .conDiv .txtBox h5{
	font-size: 30px;
	line-height: 1.5;
}

.section1 .conDiv .txtBox p{
	font-size: 18px;
	line-height: 1.2;
	margin-top: 25px;
}

.section1 .conDiv .art1{
	width: 100%;
	margin-bottom: 60px;
}

.section1 .conDiv .art1 .txtBox{
	margin-top: 30px;
}

.section1 .conDiv .art2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

.section1 .conDiv .art2 .imgBox{
	width: 57%;
	max-width: 723px;
}

.section1 .conDiv .art2 .txtBox{
	width: calc(100% - 57% - 50px);
}

.section1 .conDiv .art3{
	width: 44%;
	max-width: 562px;
}

.section1 .conDiv .art3 .txtBox{
	margin-top: 30px;
}

.section1 .conDiv .art4{
	width: 51.7%;
	max-width: 661px;
	display: flex;
	flex-wrap: wrap;
}

.section1 .conDiv .art4 .imgBox{
	width: 100%;
	order: 1;
}

.section1 .conDiv .art4 .txtBox{
	margin-bottom: 30px;
	order: 0;
}

/* section2 */
.section2{
	background: #f7f8f9;
}

.section2 article{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section2 article .imgBox{
	width: 49%;
	max-width: 619px;
}

.section2 article .txtBox{
	width: calc(100% - 49% - 40px);
}

.section2 article dt{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.section2 article dd + dt{
	margin-top: 15px;
}

.section2 article dd{
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}

.section2 article dd.important {
	color: #c53030;
	font-weight: 600;
}

/* section3 */
.section3 {
	padding: 80px 0;
	background: #f7f8f9;
}

.member-section {
	max-width: 1000px;
	margin: 0 auto;
}

.member-type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.member-box {
	width: 48%;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.member-box h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	padding-left: 18px;
}

.member-box h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #1a4e8e;
	border-radius: 50%;
}

.member-box p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.fee-info {
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.fee-info h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1a4e8e;
	text-align: center;
	margin-bottom: 30px;
}

.fee-notice {
	background: #f5f8fc;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 35px;
}

.fee-notice ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
}

.fee-notice ul li:before {
	content: '∙';
	position: absolute;
	left: 0;
	top: 0;
	color: #1a4e8e;
}

.fee-notice ul li:last-child {
	margin-bottom: 0;
}

.fee-table {
	margin-bottom: 35px;
}

.fee-table h4 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}

.fee-table table {
	width: 100%;
	border-collapse: collapse;
}

.fee-table table th,
.fee-table table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.fee-table table th {
	background: #1a4e8e;
	color: #fff;
	font-weight: 500;
}

.fee-table table tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.fee-notice2 {
	text-align: center;
	padding: 0 20px;
}

.fee-notice2 p {
	font-size: 16px;
	line-height: 1.5;
	color: #555;
}

/* 반응형 스타일 */
@media screen and (max-width: 720px){

/* section1 */
.section1 .conDiv .txtBox h5{
	font-size: 4.5vw;
}

.section1 .conDiv .txtBox p{
	font-size: 3.5vw;
	margin-top: 3vw;
}

.section1 .conDiv .art1{
	width: 100%;
	margin-bottom: 10vw;
}

.section1 .conDiv .art1 .txtBox{
	margin-top: 5vw;
}

.section1 .conDiv .art2{
	margin-bottom: 10vw;
	flex-wrap: wrap;
}

.section1 .conDiv .art2 .imgBox{
	width: 100%;
	max-width: none;
}

.section1 .conDiv .art2 .txtBox{
	width: calc(100%);
	margin-top: 5vw;
}

.section1 .conDiv .art3{
	width: 100%;
	max-width: none;
	margin-bottom: 10vw;
}

.section1 .conDiv .art3 .txtBox{
	margin-top: 5vw;
}

.section1 .conDiv .art4{
	width: 100%;
	max-width: none;
}

.section1 .conDiv .art4 .imgBox{
	order: 0;
	margin-bottom: 5vw;
}

.section1 .conDiv .art4 .txtBox{
	margin-bottom: 0;
	order: 1;
}

/* section2 */
.section2 article .imgBox{
	width: 100%;
	max-width: none;
}

.section2 article .txtBox{
	width: calc(100%);
	margin-top: 5vw;
}

.section2 article dt{
	font-size: 3.5vw;
}

.section2 article dd + dt{
	margin-top: 3vw;
}

.section2 article dd{
	font-size: 3vw;
	margin-top: 2vw;
}

/* section3 - 반응형 */
.section3 {
	padding: 40px 0;
}

.member-type {
	flex-direction: column;
	margin-bottom: 30px;
}

.member-box {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
}

.member-box h4 {
	font-size: 4vw;
}

.member-box p {
	font-size: 3.2vw;
}

.fee-info {
	padding: 20px;
}

.fee-info h3 {
	font-size: 4.2vw;
	margin-bottom: 20px;
}

.fee-notice {
	padding: 15px;
	margin-bottom: 25px;
}

.fee-notice ul li {
	font-size: 3.2vw;
	padding-left: 10px;
	margin-bottom: 8px;
}

.fee-table {
	margin-bottom: 25px;
}

.fee-table h4 {
	font-size: 3.8vw;
	margin-bottom: 10px;
}

.fee-table table th,
.fee-table table td {
	padding: 10px;
	font-size: 3vw;
}

.fee-notice2 p {
	font-size: 3.2vw;
}

}