
.header {
	background-image: url("../img/sub_head.jpg");
	background-size: cover;
}
/* 크롬, 사파리, 엣지 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 파이어폭스 */
input[type=number] {
	-moz-appearance: textfield;
}


.route_menu_wrap {
	position: relative;
	margin-top: 190px;
	background-color: #f1f0f6;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.route_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #080a10;
}
.route_menu > li.on {
	color: #ff6e27;
}

.sub_container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: auto;
}
.sub_container > .row {
	padding-top: 90px;
	padding-bottom: 200px;
	width: 1224px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.sub_container > .row > h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-bottom: 90px;
}

.sub_box {
	display: flex;
	flex-direction: column;
	width: 100%;

}
.sub_box > h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1b1f2a;
	margin-bottom: 20px;
}
.admission_box01 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.admission_box01 > span {
	font-size: 20px;
	color: #1b1f2a;
	padding-left: 20px;
	position: relative;
}
.admission_box01 > span:nth-child(1) {
	color: #eb4d20;
	font-weight: bold;
}
.admission_box01 > span::before {
	content: '-';
	display: inline-flex;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 20px;
	color: #1b1f2a;
	line-height: 1.5;
}

.admission_box02 {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.admission_btn {
	font-size: 24px;
	color: #ffffff;
	width: 290px;
	height: 80px;
	background-color: #eb4d20;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	letter-spacing: -1px;
	margin: 90px auto 0;
}

.line_h3 {
	margin-top: 65px;
	margin-bottom: 20px;
	padding-top: 65px;
	border-top: 1px solid #d9d9d9;
	width: 100%;
}

.admission_box03 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.admission_box03 > div {
	position: relative;
}
.admission_box03 > div::after {
	content: '';
	display: inline-flex;
	position: absolute;
	top: 90px;
	right: -35px;
	background-image: url("../img/admission_item21.png");
	width: 7px;
	height: 13px;
}
.admission_box03 > div:last-child::after {
	content: none;
}






.form-box {
	width: 920px;
	margin: 0 auto;
	border-top: 3px solid #1b1f2a;
}

.form-box > div {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	padding: 30px 0;
	position: relative;
}
.form-box > div.double_box_wrap {
	padding: 0;
}
.form-box > div > label {
	display: block;
	width: 110px;
	font-weight: bold;
	font-size: 18px;
}
.form-box input[type="number"], .form-box input[type="text"], .form-box select {
	width: 100%;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: 600;
}
.form-box input[type="number"]::placeholder, .form-box input[type="text"]::placeholder {
	font-size: 18px;
	font-weight: 600;
}
.form-box .inline-group {
	display: flex;
	gap: 10px;
}
.form-box input[type="checkbox"] {
	appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}
.form-box > div > div.preference > label em {
	color: red;
}
.form-box input[type="checkbox"]:checked {
	background-color: #ff6e27 !important;
	border-color: #ff6e27 !important;
}

.form-box input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.form-box input[type="radio"] {
	appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #8f8f8f;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	font-weight: 600;
}

.form-box input[type="radio"]:checked {
	background-color: #ff6e27 !important;
	border-color: #ff6e27 !important;
}

.form-box input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	background-color: white;
	border-radius: 50%;
}



.form-box .radio-group, .form-box .checkbox-group {
	display: flex;
	gap: 20px;
	position: relative;
}
.form-box .checkbox-group.warn_box {
	margin-bottom: 20px;
}
.form-box .checkbox-group.warn_box.double_box01 {
	width: calc(50% - 55px);
	margin-bottom: 0;
	padding: 30px 0 40px;
}
.form-box .checkbox-group.warn_box.double_box02 {
	width: calc(50% - 55px);
	margin-bottom: 0;
	padding: 30px 0 40px 20px;
	border-left: 1px solid #e5e7eb;
}
.form-box .radio-group.double_box01 {
	width: calc(50% - 55px);
	margin-bottom: 0;
	padding: 30px 0;
}
.form-box .radio-group.double_box02 {
	width: calc(50% - 55px);
	margin-bottom: 0;
	padding: 30px 0 30px 20px;
	border-left: 1px solid #e5e7eb;
}
.form-box .radio-group.double_box01.dis > label, .form-box .radio-group.double_box02.dis > label {
	color: #00000052;
}
.form-box .checkbox-group.preference {
	flex-direction: column;
	gap: 12px;
	max-width: 80%;
}
.form-box .checkbox-group.etcInputBox.on {
	padding-bottom: 50px;
}
#etcInput {
	position: absolute;
	left: 0;
	bottom: -10px;
}
.payment #etcInput {
	position: relative;
	bottom: 0;
}

.warn_text {
	position: absolute;
	bottom: -30px;
	left: 0;
	font-size: 15px;
	color: #ff6e27;
	font-weight: 600;
}
.double_box01 > .warn_text {
	bottom: 10px;
}
.form-box > div > div > label {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.form-box > div > div > label.endLabel {
	color: #00000052 !important;
	cursor: default !important;
}
.form-box > div > div.preference > label {
	letter-spacing: -1px;
}
.form-box textarea {
	width: 100%;
	height: 80px;
	margin-top: 5px;
}
.form-box .privacy-box {
	background: #ffffff;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #ccc;
	flex-direction: column;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 500;
}
.form-box .privacy-box.bottom {
	margin-bottom: 55px;
}
.form-box .privacy-box strong {
	font-size: 18px;
}
.form-box .tour_submit {
	width: 230px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	background: black;
	color: white;
	cursor: pointer;
	margin: 0 auto;
}


.form_regi_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	gap: 10px;
}
.form-box .form_regi_box .inline-group {
	width:700px;
}
.form-box .form_regi_box #catetd3 {
	width: 500px;
}
.form-box .form_regi_box .inline-group input[type="text"] {
	width: 50%;
}
.form-box .form_regi_box select {
	width: 50%;
}

.form-box .form_regi_box input {
	width: 300px;
}













.lecture01_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 125px;
}
.lecture01_top_con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.lecture01_top_con > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
}


.lecutre01_table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.lecutre01_table th, .lecutre01_table td {
	border: 1px solid #ccc;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
}
.lecutre01_table th {
	background: #f1f0f6;
	font-weight: bold;
	border-top: 3px solid #1c1c1c;
	font-size: 20px;
	color: #1b1f2a;
}
.lecutre01_table th:nth-child(1) {
	width: 20%;
}
.lecutre01_table td {
	font-size: 20px;
	color: #4d4d4d;
	font-weight: bold;
}
.lecutre01_table td > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lecutre01_table td small {
	background-color: #1b1f2a;
	font-size: 18px;
	border-radius: 50px;
	padding: 8px 10px;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
}
.lecutre01_table th:nth-child(1), .lecutre01_table td:nth-child(1) {
	border-left: none;
}
.lecutre01_table td:last-child, .lecutre01_table th:last-child {
	border-right: none;
}
.td_con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: start;
	font-size: 21px;
	letter-spacing: -1px;
}
.lecture01_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1b1f2a;
	width: 150px;
	height: 50px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
}
.lecture01_btn.end {
	background-color: #ff6e27;
	cursor: default;
}
.btn.gray {
	background-color: #666;
}
.text-red {
	color: #ff6e27;
	font-size: 18px;
}
.break {
	background-color: #fafafa;
	color: #888;
}
.table_warn {
	text-align: start;
	font-size: 16px;
	color: #9a9a9a;
	margin-top: 20px;
	width: 100%;
	line-height: 1.8;
}
.lecture04 .table_warn {
	max-width: 870px;
}

.lecture_box {
	display: flex;
	flex-direction: column;
	border-top: 3px solid #000;
	width: 100%;
}
.lecture_con {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d9d9d9;
}
.lecture_con > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
}
.lecture_con > div:nth-child(1) {
	padding: 25px 20px;
}
/*.lecture_con > div:nth-child(1) > img {
	width: 250px;
	height: 148px;
	object-fit: cover;
}*/
.lecture_con > div:nth-child(2) {
	padding: 35px 20px;
	flex-direction: column;
	align-items: flex-start;
	width: 52%;
}
.lecture_con > div:nth-child(2) > p {
	color: #1b1f2a;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}
.lecture_con > div:nth-child(2) span {
	color: #1b1f2a;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
.lecture_con > div:nth-child(2) > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.lecture_con > div:nth-child(2) span em {
	color: #1b1f2a;
	font-size: 18px;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	font-weight: normal;
}
.lecture_con > div:nth-child(2) span em::after {
	position: absolute;
	height: 15px;
	background-color: #bababa;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	display: inline-block;
}
.lecture_con > div:nth-child(3) > a {
	width: 150px;
	height: 50px;
	font-size: 18px;
	background-color: #1b1f2a;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

















.lecture03_box {
	display: flex;
	flex-direction: column;
	width: 605px;
}
.lecture03_box > h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1b1f2a;
	border-bottom: 3px solid #1b1f2a;
	line-height: 2.5;
	text-align: center;
	margin-bottom: 50px;
}
.lecture03_con {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}
.lecture03_con > span {
	line-height: 1;
	font-size: 20px;
	color: #1b1f2a;
	font-weight: bold;
}
.lecture03_con > input {
	width: 100%;
	height: 60px;
	font-size: 18px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-left: 20px;
}
.lecture03_con > input::placeholder {
	font-size: 18px;
	color: #9a9a9a;
}
.lecture03_btn {
	margin-top: 10px;
	font-size: 24px;
	height: 80px;
	color: #ffffff;
	background-color: #1b1f2a;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lecture03_btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lecture03_bottom {
	display: flex;
	flex-direction: column;
	width: 870px;
	margin: 140px auto 0;
	border-top: 3px solid #1b1f2a;
}
.lecture03_bottom > div {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	border-bottom: 1px solid #e6e6e7;
}
.lecture03_bottom > div > span {
	color: #1b1f2a;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 15px;
	width: 115px;
	display: flex;
	align-items: center;
	flex-shrink: 0
}
.lecture03_bottom > div > div {
	font-size: 20px;
	color: #1b1f2a;
	padding: 20px 15px 20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.lecture03_bottom > div > div.lecture03_name {
	font-weight: bold;
	color: #eb4d20;
	font-size: 22px;
	line-height: 1.3;
}

.lecture03_bottom > div.bank-refund > span { margin-top: -50px}
.lecture03_bottom > div.bank-refund > div { 
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}
.lecture03_bottom > div.bank-refund input {
	width: 100%;
	height: 60px;
	font-size: 18px;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding-left: 20px;
}
.lecture03_bottom > div.bank-refund input::placeholder {
	font-size: 18px;
	color: #9a9a9a;
}
.btn-bank-go { display: flex; align-items: center; justify-content: center; width: 150px; height: 50px; font-size: 20px; color: #fff; font-weight: bold; background: #1b1f2a; cursor: pointer; margin: 5px 0 0 auto}

.lecture03_cancel_btn {
	font-size: 20px;
	width: 150px;
	height: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.lecture03_cancel_btn {
	color: #1b1f2a;
	background-color: #dddddd;
}


.lecture04 .table_warn {
	max-width: 870px;
}
.table_warn > em {
	color: #eb4d20;
}


.tour_edit_warn {
	font-size: 16px;
	color: #9a9a9a;
	width: 605px;
	margin-top: 40px;
}
.tour_edit_warn em {
	color: #eb4d20;
}












.payment_box {
	display: flex;
	flex-direction: column;
	width: 604px;
	border-top: 3px solid #1b1f2a;
}
.payment_box > div {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	border-bottom: 1px solid #e6e6e7;
}
.payment_box > div > span {
	color: #1b1f2a;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 15px;
	width: 115px;
	display: flex;
	align-items: center;
}
.payment_box > div > div {
	font-size: 20px;
	color: #1b1f2a;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}
.payment_box > div > div.lecture03_name {
	font-weight: bold;
	color: #ff6e27;
	font-size: 22px;
	line-height: 1.3;
}
.payment_box > div > div.payment_name {
	font-weight: bold;
}


.payment_box > h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1b1f2a;
	border-bottom: 3px solid #1b1f2a;
	line-height: 2.5;
	margin-bottom: 30px;
	margin-top: 100px;
	text-align: start;
}






.payment_radio_box {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 600;
	color: #1b1f2a;
	gap: 10px;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.payment_radio_box > label {
	display: flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
}
.payment_radio_box input[type="radio"] {
	appearance: none;
	width: 15px;
	height: 15px;
	border: 4px solid #d9d9d9;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	font-weight: 600;
}
.payment_radio_box input[type="radio"]:checked {
	border-color: #000000 !important;
	background-color: #000 !important;
}
.payment_radio_box input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
}
.payment_radio_box > .inner > label {
	margin-right: 10px;
	cursor: pointer;
}
.payment_radio_box > .inner > label.crtGubn2 {
	width: 130px;
	display: inline-block;

}
.payment_radio_box > .inner > label > input {
	margin-right: 10px;
}

.payment_checkbox_box {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 600;
	color: #1b1f2a;
	gap: 10px;
	letter-spacing: -0.5px;
	padding-bottom: 55px;
}
.payment_checkbox_box > label {
	display: flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
}
.payment_checkbox_box > label em {
	color: #ff7332;
	position: relative;
	padding-left: 10px;
}
.payment_checkbox_box > label em::before {
	content: '|';
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	display: inline-block;
	left: -4px;
	top: 50%;
	color: #000;
	transform: translateY(-50%);
}

.payment_checkbox_box input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #d9d9d9;
	position: relative;
	margin-right: 8px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: none !important;
}
.payment_checkbox_box input[type="checkbox"]:checked {
	background-color: #000 !important;
	box-shadow: none !important;
	border: 1px solid #000;
}

.payment_checkbox_box input[type="checkbox"]::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	color: #000;
}

.payment_checkbox_box input[type="checkbox"]::after {
	content: '✔';
	color: #a8a8a8;
}
.payment_checkbox_box input[type="checkbox"]:checked::after {
	color: #fff !important;
}
.payment_btn {
	display: flex;
	justify-content: center !important;
	align-items: center;
	font-size: 24px;
	height: 80px;
	background-color: #1b1f2a;
	cursor: pointer;
	color: #fff;
}

.payment_box .table_warn {
	border-bottom: unset !important;
}

.success {
	font-size: 25px;
	color: #eb4d20;
	display: flex;
	justify-content: center !important;
	align-items: center;
	background-color: #e5e7eb;
	font-weight: 600;
	width: 100%;
	height: 80px;
	margin-top: 20px;
}




.pay-button {
	font-size: 25px;
	color: #ffffff;
	display: flex;
	justify-content: center !important;
	align-items: center;
	background-color: #ff6e27;
	font-weight: 600;
	width: 100%;
	height: 80px;
	margin-top: 20px;
}










.notice table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.notice thead {
	background-color: #f1f0f6;
	border-top: 3px solid #1b1f2a;
}
.notice th, .notice td {
	text-align: left;
	height: 75px;
	vertical-align: middle;
}
.notice td {
	border-bottom: 1px solid #d9d9d9;
	font-size: 20px;
	color: #1b1f2a;
}
.notice td:nth-child(1) {
	text-align: center;
	font-weight: 600;
}
.notice td:nth-child(3) {
	text-align: center;
}
.notice th {
	font-weight: bold;
	font-size: 20px;
	color: #1b1f2a;
	text-align: center;
}
.notice .pagination {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.notice .pagination button, .notice .pagination span {
	margin: 0 4px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notice .pagination span:nth-child(1), .notice .pagination span:last-child {
	background-color: rgba(255, 255, 255, 0);
}
.notice .pagination span:nth-child(1) {
	color: #c8c8c8;
}
.notice .pagination span:last-child {
	color: #242424;
}
.notice .pagination .active {
	background-color: #f7f7f7;
	color: #212121;
	border: 2px solid #d4d4d4;
	border-radius: 5px;
	font-weight: bold;
}
.notice .search-box {
	text-align: right;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.notice .search-box input {
	padding: 15px 0px;
	border: none;
	border-bottom: 2px solid #1b1f2a;
	width: 205px;
	font-size: 18px;
	color: #1b1f2a;
	box-shadow: none;
}
.notice .search-box input::placeholder {
	font-size: 18px;
}
.notice .search_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	cursor: pointer;
}









.news-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	margin-bottom: 40px;
	border-top: 3px solid #000000;
	padding: 70px 15px 0;
}

.news-card {
	width: calc(33.333% - 14px); /* 3줄 */
	border: 1px solid #ddd;
	padding: 35px 30px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow 0.2s;
	font-weight: 600;
	height: 270px;
}
.news-card.new {
	height: 440px;
	padding: 0;
}
.news-card.new > img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	object-position: top;
	background-color: #333;
}

.comm-card {
	width: calc(33.333% - 14px); /* 3줄 */
	border: 1px solid #ddd;
	padding: 35px 30px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: box-shadow 0.2s;
	font-weight: 600;
	height: 500px;
}

.news-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;

	display: -webkit-box;
	-webkit-line-clamp: 2; /* 2줄 제한 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-card.new .news-title {
	padding: 10px 30px 0;
}
.news-desc {
	font-size: 16px;
	color: #444;
	margin-bottom: 16px;
	line-height: 1.4;
	letter-spacing: -1px;


	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-card.new .news-desc {
	padding: 0 30px;
}
.news-footer {
	font-size: 14px;
	color: #888;
	display: flex;
	justify-content: space-between;
}

.news-card.new .news-footer {
	padding: 0 30px 30px;
}
@media (max-width: 1024px) {
	.news-card {
		width: calc(50% - 10px);
	}
}

@media (max-width: 600px) {
	.news-card {
		width: 100%;
	}
}









/* 탭 버튼 */
.faq-tabs {
	display: flex;
	gap: 8px;
	width: 100%;
	padding: 30px 0;
	border-top: 3px solid #1b1f2a;
	border-bottom: 1px solid #000000;
}

.faq-tab {
	border: 1px solid #1b1f2a;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	color: #1b1f2a;
	font-weight: bold;
	width: 180px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}

.faq-tab.active {
	background: #1b1f2a;
	color: #fff;
	border-color: #000;
}

/* 아코디언 스타일 */
.faq-item {
	border-bottom: 1px solid #d9d9d9;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	padding: 20px 15px 20px 55px;
	font-size: 20px;
	color: #1b1f2a;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	position: relative;
}

.faq-question::before {
	content: "Q";
	margin-right: 10px;
	font-weight: bold;
	width: 33px;
	height: 33px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #1b1f2a;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 15px;
}
.faq-question > p {
	width: 98%;
}
.faq-question > span {
	width: 2%;
}

.faq-list-wrap {
	width: 100%;
	margin-bottom: 40px;
}

.faq-answer {
	display: none;
	background: #f6f6fb;
	padding: 20px 15px 20px 55px;
	font-size: 18px;
	color: #1b1f2a;
	line-height: 1.5;
	border-top: 1px solid #eee;
	position: relative;
}

.faq-answer::before {
	content: "A";
	margin-right: 10px;
	font-weight: bold;
	width: 33px;
	height: 33px;
	font-size: 20px;
	border-radius: 50%;
	background-color: #fff;
	color: #1b1f2a;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 15px;
}

.faq-icon {
	font-size: 22px;
	position: relative;
	transform: rotate(90deg);
}
.faq-item.open .faq-icon {
	transform: rotate(0deg);
}
.faq-item.open .faq-answer {
	display: flex;
}

.faq-item.open .faq-icon::after {
	content: "━";
	font-weight: bold;
	font-size: 15px;
}

.faq-icon::after {
	content: ">";
}












.post-container {
	width: 80%;
	margin: 0px auto;
	padding: 30px;
	border-top: 3px solid #000;
	background-color: #fff;
	/*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
	/*font-family: 'Noto Sans KR', sans-serif;*/
}

/* 제목 상자 */
.post-container .board_sub_box {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.post-container .board_sub {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

/* 작성자 및 날짜 정보 */
.post-container .post_info_box {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

/* 본문 내용 */
.post-container .post-content {
	font-size: 16px;
	line-height: 1.7;
	color: #444;
	margin: 30px 0;
}

/* 첨부파일 정보 */
.post-container .post-info {
	font-size: 14px;
	color: #888;
	margin-bottom: 30px;
}

/* 버튼 영역 */
.post-container .btn-container {
	text-align: right;
}

.post-container .btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff6e27;
	color: #fff;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.post-container .btn:hover {
	background-color: #983d10;
}

.post-container .btn_go_list {
	background-color: #ff6e27;
	border-radius: 0;
}

.post-container .btn_go_list:hover {
	background-color: #983d10;
}






.about_top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.about_top > img {
	width: 290px;
}
.about_top > div {
	width: 870px;
	border-top: 3px solid #000;
}
.about_top p {
	border-bottom: 1px solid #000;
	display: flex;
}
.about_top p > span:nth-child(1) {
	font-size: 20px;
	color: #1b1f2a;
	font-weight: bold;
	width: 100px;
	padding: 30px 20px;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_top p > span:nth-child(2) {
	font-size: 20px;
	color: #1b1f2a;
	font-weight: 600;
	padding: 30px 20px;
	line-height: 1.5;
	width: calc(100% - 100px);
}
.about_top p:nth-child(1) > span:nth-child(2) {
	color: #eb4d20;
	font-weight: bold;
}

.about_bottom {
	margin-top: 80px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
















.tab-bar {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	width: 100%;
}
.tab {
	padding: 10px 20px;
	border: none;
	background: #eee;
	cursor: pointer;
	width: 49%;
	font-size: 24px;
	height: 65px;
	font-weight: 600;
	transition: .3s;
}
.tab.active, .tab:hover {
	background: #ea5d35;
	color: #fff;
}
.community .container {
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.community .sub_title {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	padding-bottom: 20px;
	margin-top: 70px;
	margin-bottom: 40px;
	width: 100%;
}

.card, .thumbnail {
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}
.card:hover, .thumbnail:hover {
	transform: scale(1.03);
}
.card img {
	width: 395px;
	height: 493px;
	object-fit: cover;
}
.thumbnail img {
	width: 395px;
	height: 222px;
	object-fit: cover;
}
.card .info, .thumbnail .info {
	padding: 15px;
}
.card .info h3, .thumbnail .info h3  {
	margin: 0;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 600;
}

#cardContainer, #videoContainer {
	width: 100%;
}




iframe.shorts_iframe {
	width: 42.9%;
	height: 700px;
}
iframe.long_iframe {
	width: 100%;
	height: 517px;
}











.previous_top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 110px;
}
.previous_sub {
	font-size: 30px;
	font-weight: bold;
	color: #5b2789 !important;
	border-bottom: 2px solid #000000;
	padding-bottom: 40px;
	margin-bottom: 10px;
}







.tour_top {
	flex-direction: column;
	border-top: 3px solid #000;
}
.tour_top > div {
	display: flex;
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
}
.tour_top > div > span {
	font-size: 20px;
	font-weight: 600;
	color: #1b1f2a;
	width: 175px;
}
.tour_top > div > div {
	font-size: 20px;
	font-weight: normal;
	color: #1b1f2a;
	width: calc(100% - 175px);
}
.tour_top > div > div > em {
	color: #eb4d20;
	font-weight: bold;
}
.tour_top > div:nth-child(2) > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tour_top > div:nth-child(2) > div > div {
	position: relative;
}
.tour_top > div:nth-child(2) > div > div {
	position: relative;
}
.tour_top > div:nth-child(2) > div > div::after {
	content: '';
	display: inline-flex;
	position: absolute;
	top: 90px;
	right: -16px;
	background-image: url("../img/admission_item21.png");
	width: 7px;
	height: 13px;
}
.tour_top > div:nth-child(2) > div > div:last-child::after {
	content: none;
}

.tour_top > div:nth-child(3) {
	border-bottom: none;
}
.tour_top > div:nth-child(4) {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 10px;
}





.tour_table {
	border-collapse: collapse;
	width: 600px;
	font-size: 20px;
}

.tour_table th, .tour_table td {
	border: 1px solid #ccc;
	padding: 12px;
	text-align: center;
}

.tour_table th {
	background-color: #000;
	color: white;
}


.tour_table td:nth-child(1) {
	font-weight: normal;
}

.tour_table td:nth-child(2) {
	font-weight: bold;
}

.tour_table tr:nth-child(n+2) td:nth-child(2) {
	color: black;
}


.sponsors_top {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 75px;
	font-size: 22px;
	color: #1b1f2a;
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
.sponsors_top > span {
	background-color: #1b1f2a;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 75px;
	border-bottom-right-radius: 20px;
}

.sponsors_bottom {
	width: 110%;
	/*margin-top: 80px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
}







.tour_form_add_warn_box {
}
.tour_form_add_warn {
	position: relative;
	bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
	color: #ff6e27;
	font-weight: bold;
	width: 920px;
}















.account_box {
	/*display: flex;*/
	/*flex-direction: column;*/
	user-select: text;
}





















































































































/* 언론보도 */
.news-zone {
	display: flex;
	flex-wrap: wrap;
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 50px;
}

.news-zone li {
	position:relative;
	width: 31%;
	margin-right: 3%;
	text-align:left;
}

.news-zone li:nth-child(3), .news-zone li:nth-child(6) {
	margin-right: 0;
}

.news-zone li .inner:hover {
	border:1px solid #2c3d47; 
	-webkit-transform: scale(1.03); 
	transform: scale(1.03); -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; -webkit-box-shadow: 20px 30px 50px 8px black; 
	box-shadow: 0px 20px 30px 8px rgba(0,0,0,.1);
}

.news-zone li:nth-child(3n) {
	margin-right: 0;
}

.news-zone li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.news-zone li .thumbnail img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.news-zone li .thumbnail {
	width: 100%;
	height: 190px;
	max-height: 190px;
	flex: 1;
}

.news-zone li .content {
	width: 100%;
	padding: 30px;
	height: 270px;
	max-height: 270px;
	letter-spacing:-1px;
	border:1px solid #d5d5d5;
}

.news-zone li .content .news-title {
	font-size:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	line-height:140%;
	color: #5f5e5e;
}

.news-zone li .content .news-content {
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 65px;
	margin-bottom: 20px;
}

.news-zone li .news-info {
	display: flex;
	justify-content: space-between;
	font-size:13px;
}

.indicator {
	display:flex;
	justify-content: center;
	margin-top: 50px;
}

.indicator ul { display:flex;}

.indicator li { margin:0 2px}
.indicator li a { 
	display:flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #114e50;
	font-weight: normal;
	color: #114e50;
}

.indicator li a:hover, .indicator li a.active {
	background-color: #114e50;
	color: #fff;
}







