﻿@charset "utf-8";

/* CSS Document */


.block {
    padding: 0rem;
}

/***** subTit CSS ******/
#subTit {
	padding: 2.5rem 0rem 0rem 0rem;
}
#subTit .breadcrumb {
	margin-bottom: 5rem;	
}
#subTit .breadcrumb .section {
	font-size: 1.5rem;
	color: #787878;
	font-weight: normal;
}
#subTit .breadcrumb .Home.section {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	background-image: url(../main/images/home.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#subTit .breadcrumb .active.section {
	font-size: 1.5rem;
	color: #101010;
	font-weight: 500;
}
#subTit .breadcrumb .divider {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	background-image: url(../main/images/divider.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#subTit h1 {
	font-weight: 500;
}

/***** subBody CSS ******/
#subBody {
	padding: 8rem 0rem;
	min-height: 40rem;
}


/***** fieldList CSS ******/
.fieldList li {
    margin-bottom: 0rem;
}
.fieldList li + li {
	margin-top: 2rem;
}
.fieldList li .con input.k-textbox,
.fieldList li .con textarea,
.fieldList li .con .k-input {
    width: 100%;
    padding: 1rem !important;
	font-size: 1.5rem;
	line-height: 140%;
}
.fieldList li .con input.k-textbox {
	height: 4.2rem;	
}
.fieldList li .con .k-input {
	height: 4rem;	
}
.fieldList li .con .k-combobox .k-clear-value {
	height: 100%;
}
.fieldList li .con .fields table {
	border: 1px solid #d7d7d7;
}
.fieldList li .con .fields table th,
.fieldList li .con .fields table td {
	border: none;
}

.fieldList li .con .fields table td li {
    margin-bottom: 0px;
}
.fieldList li .con .fields table td .k-editor-toolbar .k-tool {
    padding: 0.5rem;
    width: 4.2rem;
    height: 4.2rem;
}
.fieldList li .con .fields .field {
    margin: 1rem 0rem 0rem 0rem;
    float: left;
}
.fieldList li .con .fields .field + .field {
	margin-left: 3rem;	
}
.fieldList li .con .k-checkbox:checked {
    border-color: #00a9df;
    color: #fff;
    background-color: #00a9df;
}
.fieldList li .con .k-combobox {
    width: 36rem;
}
.txtCenter .ui.button,
#bbsWrap .txtCenter .ui.button {
	font-size: 1.7rem !important;
	padding: 1.5rem 4rem;
	line-height: 110%;
}
.txtRight .ui.button {
	font-size: 1.4rem;
	padding: 1.2rem 3rem;	
}
.block .field_list li .con .ui.button {
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
	border-radius: 0px;
}
.block .k-checkbox,
.block .k-radio {
	width: 2.4rem;
    height: 2.4rem;
}
.block .k-button-group .k-button {
    font-size: 1.5rem;
    line-height: 140%;
    padding: 0.8rem 2rem;
}

/***** eduList CSS ******/
.eduList {
	margin-top: 8rem;
	border-top: 2px solid #bababa;
	word-break: keep-all;
}
.eduList .item {
	width: 100%;
    background-color: #fdfdfd;
    border-bottom: 1px solid #d7d7d7;
    padding: 2rem 0px;
}

.eduList .item .itemHead {
	width: 30%;
	text-align: center;
}
.eduList .item .itemBody {
	width: 20%;
	justify-content: flex-start;
}
.eduList .item .itemFooter {
	width: 25%;
}
.eduList .item .txtCenter {
	width: 10%;
}
.eduList .item .itemHead,
.eduList .item .itemBody,
.eduList .item .itemFooter,
.eduList .item .txtCenter {
	display: flex;
	align-items: center;
	justify-content: center;	
}

.eduList .item .itemBody .dot {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0px;
}
.eduList .item .itemBody .dot li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.eduList .item h6 {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	color: #333;
}
.eduList .item h6:hover {
	text-decoration: underline;	
}
.eduList .item .category {
	font-size: 1.5rem;
	color: #787878;
	letter-spacing: 0rem;
	margin-bottom: 1rem;
}
.eduList .item .txtCenter .ui.button {
	font-size: 1.4rem !important;
	padding: 1rem !important;
	border-radius: 0.5rem;
	width: 9rem;
}
.eduList .item .txtCenter .ui.button.green {
	background-color: #00A651;;
}
.eduList .item .itemFooter .term {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;	
}
.eduList .item .itemFooter .ui.button.tiny {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0.7rem;
	width: 7rem;
	text-align: center;
	margin-right: 0.75rem;
	border-radius: 1.2rem;
}

/*.eduList {
	margin-top: 8rem;
	border-top: 2px solid #aaa;
}
.eduList tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	text-align: center;
}
.eduList tr th,
.eduList tr td {
	text-align: center;
	padding: 2rem 1rem;
	word-break: keep-all;
}
.eduList tr th {
	font-size: 1.6rem;
	font-weight: 700;	
}
.eduList tr td {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: normal;
	color: #666;
	min-height: 8rem;
}
.eduList tr td h6 {
	font-size: 1.9rem;	
}
.eduList tr td .day,
.eduList tr td .time,
.eduList tr td .category {
	display: block;	
}
.eduList tr td .ui.button {
	width: 8rem;
	font-size: 1.5rem;
	padding: 1rem;	
}*/

/***** eduView CSS ******/
.eduView .eduInfo {
	margin: 2rem 0rem 6rem 0rem;
	justify-content: flex-start;
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.eduView .eduInfo dl {
	width: calc(100% / 2);
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.eduView .eduInfo dl dd {
	float: left;
	width: 16rem;
	font-weight: 700;
	color: #111;
	padding: 2.4rem 1rem;
}
.eduView .eduInfo dl dt {
	float: right;
	width: calc(100% - 16rem);
	font-weight: 400;
	color: #787878;
	padding: 2.4rem 1rem;
}

.block table {
	width: calc(100% + 2px);
	margin-left: -1px;
	border-top: 0.2rem solid #999;
}
.block table th,
.block table td {
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
}
.block table th  {
	border: 1px solid #d7d7d7;
	margin: -1px;
	padding: 1.5rem;
	font-weight: 500;
	color: #333;
	background-color: #f7f7f7;
}
.block table td {
	border: 1px solid #d7d7d7;
	margin: -1px;
	padding: 1.5rem;
	word-break: keep-all;
}
.block table.td_left td {
	text-align: left;
}
.block h4 + table,
.block h5 + table,
.block h5 + #bbsWrap,
.block h5 + #bbs_input {
	margin-top: 2rem;	
}
.block table.privacyTable + .txtRight {
	margin-top: 2rem;
	margin-bottom: 6rem;	
}
#bbsInput .fieldList li .tip {
    font-size: 1.5rem;
    display: block;
    margin-top: 0.5rem;
	font-weight: 400;
}
#bbsInput .fieldList li .con .fields + .fields {
	display: block;
	margin-top: 0.5rem;
}
#bbsWrap #bbsInput .fieldList li .con .ui.button {
    padding: 1rem 2rem;
}

.applicationRegEnd {
	max-width: 68rem;
	border-radius: 2rem;
	background-color: #f4f4f4;
    margin: 0rem auto 6rem auto;
    padding: 6rem;
	word-break: keep-all;
	text-align: center;
	word-break: keep-all;
}
.applicationRegEnd h3 {
	line-height: 160%;
	letter-spacing: 0rem;
	position: relative;
	letter-spacing: -0.3rem;
	color: #333;
}
.applicationRegEnd h5 {
	margin-top: 2rem;
	color: #787878;
	font-weight: 500;
}


/******* SNS CSS(로그인) *******/
.snsLogin {
	background-color: #f1f1f1;
	padding: 4rem;
	margin: 0rem auto;
	max-width: 40rem;
	border-radius: 1.5rem;
}
.snsLogin h4 {
	margin-bottom: 2rem;	
}
.snsLogin a {
	display: block;
	border-radius: 0.3rem;
	color: #fff;
	padding: 1.5rem 1.5rem 1.5rem 9rem;
	font-size: 1.6rem;
	background-position: 2rem center;
	background-repeat: no-repeat;
	margin-bottom: 0.7rem;
	font-weight: 500;
	position: relative;
}
.snsLogin a:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	top: 0px;
	left: 6.5rem;	
}
.snsLogin .naver {
    background-color: #2db400;
	background-image: url(../main/images/sns_logo_03.png);
	background-position: 2.5rem center;
	background-size: 2.5rem;
}
.snsLogin .kakao {
    background-color: #ffca00;
    color: #391e1f;
	background-image: url(../main/images/sns_logo_04.png);
	background-size: 3.5rem;
}
.snsLogin .facebook {
    background-color: #3b5998;
	background-image: url(../main/images/sns_logo_02.png);
	background-position: 3rem center;
	background-size: 1.5rem;
}
.snsLogin .google {
    background-color: #db4437;
	background-image: url(../main/images/sns_logo_01.png);
	background-size: 3.5rem;
	margin-bottom: 2rem;
}
.snsLogin hr {
	border-color: #ccc;	
}

/******* memberJoin CSS(회원가입) *******/
.memberJoin {
	max-width: 72rem;
	margin: 0rem auto;
	border-radius: 2rem;
	padding: 4rem;
	background-color: #f3f3f3;
}
.memberJoin .inputWrap hr {
	margin: 2rem auto;	
}
.memberJoin .txtCenter .ui.button {
	padding: 1.5rem 3rem;
    font-size: 1.6rem;
}
.memberJoin .inputWrap .con .txt {
	color: #787878;	
	font-weight: normal;
}
.memberJoin .inputWrap .con .underTxt {
	float: right;
	color: #333;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

.inputWrap {
    margin-bottom: 6rem;
}
.inputWrap .con .k-checkbox {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50%;
    background-image: url(../main/images/check.png);
    margin-right: 0.5rem;
}
.inputWrap .tit,
.inputWrap .con,
.inputWrap .infoTxt {
    display: block;
    line-height: 160%;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.inputWrap .con .k-textbox,
.inputWrap .con .k-numerictextbox .k-input {
    width: 100%;
    height: 5.2rem;
    border-radius: 0.5rem;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    line-height: 5.2rem;
    color: #787878;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/******* modal css ********/
.ui.modal {
	font-size: 1.4rem;
	line-height: 140%;
	border-radius: 0.5rem !important;
}
.ui.modal .header,
.ui.modal .content {
	position: relative;
	padding: 2rem;
}
.ui.modal .actions {
	position: relative;
	padding: 0.1rem;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ui.modal .mClose {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.3rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fff;
	background-image: url(../main/images/btn_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.ui.modal > .header {
    position: relative;
}
.ui.modal .content #bbsInput .fieldList {
    padding: 1rem 0rem;
    margin-bottom: 1rem;
	border: none;
}
.ui.modal .block {
    padding: 2rem;
	overflow: hidden;
}
.ui.modal .block h5 {
	margin-bottom: 1.5rem;	
}
.ui.modal .block #bbsInput .fieldList {
    padding: 2rem 0rem;
}
.ui.modal .block .bookingInfo {
	width: 100%;
	overflow: hidden;
}
.ui.large.modal>.header {
    font-size: 2.2rem;
	font-weight: 700;
	color: #333;
}
.ui.modal .con .roomItem {
	overflow: hidden;	
}
.ui.modal .con .roomItem table td {
	color: #dd3c10 !important;
	font-weight: 700;
	font-size: 1.7rem;
}
.ui.modal table {
	width: calc(100% + 2px);
	border-top: 2px solid rgba(0, 0, 0, 0.75);
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	margin: 0rem -1px 4rem -1px;
}
.ui.modal table th {
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #efefef;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0.8rem;
	text-align: center;
}
.ui.modal table td {
	color: #666;
	font-size: 1.4rem;
	background-color: #fff;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0.8rem;
	text-align: center !important;
}
.ui.modal .redTxt {
    color: #c80000 !important;
}
.ui.modal .fieldList li {
	margin-bottom: 0rem;	
}
.ui.modal .fieldList li .con {
    padding: 1rem;
}
.ui.modal .fieldList li .con .field + .field {
    margin-left: 20px;
}
.ui.modal  .fieldList li .con textarea {
    width: 100% !important;
	height: auto;
}
.ui.modal .actions>.button {
	width: 12rem;
}
.ui.modal .actions>.button {
    padding: 1rem !important;
    font-size: 1.3rem !important;
    line-height: 140% !important;
    width: 12rem;
    margin: 0rem !important;
}

.ui.modal .MonthState {
	margin-bottom: 0rem;
}
.ui.modal .MonthState .header,
.ui.modal .MonthState .booy .dayGroup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
	padding: 0rem !important;
}
.ui.modal .MonthState .booy .dayGroup {
	background-color: transparent;
	border-top: none;	
}
.ui.modal .con .privacy.policy {
	padding: 1rem;
	border-radius: 0rem;
}
.ui.modal .con .privacy.policy h5 {
	font-size: 2.4rem;
}
.ui.modal .con .privacy.policy h6 {
	font-size: 2rem;
}
.ui.modal .con {
	padding: 2rem;
	background-color: #f4f4f4;	
}
.ui.modal .monCon {
	margin-bottom: 4rem;	
}
.ui.modal .MonthState .dayGroup .day .sType {
	margin-top: 0.5rem;	
}
.ui.modal .stateType li {
    font-size: 1.5rem;
    margin-right: 2rem;
}
.ui.modal .MonthState .dayGroup {
	height: auto !important;
}
.ui.modal .MonthState .day {
	font-size: 1.3rem;
	text-align: center !important;
	color: #787878;
	background-color: #fff;
	width: calc(100% / 7) !important;
	height: auto !important;
	padding: 1rem !important;
	border-top: none;
	border-left: none;
}
.ui.modal .MonthState .header .day {
	color: #999;
	background-color: #f0ece1;
	font-weight: 500;
	padding: 1rem;
}
.ui.modal .MonthState .day:last-child {
	border-right: none;	
}
.ui.modal .MonthState .day.schedule {
	background-color: #f0ece1;
	color: #333;
	font-weight: 500;
	cursor: pointer;
}
.ui.modal .stateType.flex {
	justify-content: flex-start;
}
.ui.modal .footer {
	padding: 3rem 2rem;	
}
.ui.modal .footer.txtCenter .ui.button {
    font-size: 1.5rem;
    padding: 1.3rem 3rem;
}
.ui.modal .con #bbs_input {
	border: none;	
}
.ui.modal .con #bbsInput .fieldList {
    padding: 1rem;
    margin-bottom: 0rem;
    border: none;
    position: relative;
}
.ui.modal .con .fieldList li {
	margin-bottom: 0rem;	
}
.ui.modal .con .fieldList li + li {
	margin-top: 2rem;	
}
.ui.modal .con .fieldList li .tit {
    float: none;
    text-align: left;
    padding: 0;
    width: 100%;
	line-height: 140%;
	margin-bottom: 0.5rem;
}
.ui.modal .con .fieldList li .con {
    float: none;
    padding: 0px;
    width: 100% !important;
}
.ui.modal .con .fieldList li .con .k-textbox {
	border: 1px solid Rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.privacy.policy h6 {
	font-weight: 700;	
}
.privacy.policy ol {
	position: relative;
    list-style-type: decimal;
	margin-left: 4rem;
}
.privacy.policy ul ol {
	margin-left: 2.5rem;
}
.privacy.policy ol li,
.privacy.policy ul li ol li {
	position: relative;
	padding: 0.3rem 0 0.3rem 0.5rem;
	color: #787878;
	line-height: 140%;
}
.privacy.policy ul li {
	position: relative;
	padding: 0.3rem 0 0.3rem 2rem;
	color: #787878;
	line-height: 140%;
}
.privacy.policy ul li:before {
	position: absolute;
	display: block;
	top: 0.3rem;
	left: 0;
}
.privacy.policy ul li:nth-child(1):before {
	content: "①";
}
.privacy.policy ul li:nth-child(2):before {
	content: "②";
}
.privacy.policy ul li:nth-child(3):before {
	content: "③";
}
.privacy.policy ul li:nth-child(4):before {
	content: "④";
}
.privacy.policy ul li:nth-child(5):before {
	content: "⑤";
}
.privacy.policy ul li:nth-child(6):before {
	content: "⑥";
}
.privacy.policy ul li:nth-child(7):before {
	content: "⑦";
}
.privacy.policy ul.bar,
.privacy.policy ul ul.bar {
	position: relative;
	padding: 0.3rem 0rem;
}
.privacy.policy ul.bar li:nth-child(1) {
	padding: 0.3rem 0;
	font-weight: 700;
	color: #666;
}
.privacy.policy ul.bar li {
	margin-bottom: 0rem;
}
.privacy.policy ul.bar li:before {
	content: "-";
	position: absolute;
	top: 0.3rem;
	left: 0px;
	background-color: transparent;
	width: auto;
	height: auto;
	margin-bottom: 0rem;
}
.privacy.policy ul.bar li:nth-child(1):before,
.privacy.policy ul li ul.bar li:nth-child(1):before {
	content: "";
}
.privacy.policy ul + p,
.privacy.policy ol + p {
	margin-top: 2rem;
}
.privacy.policy ul li ol li:before {
	display: none;
}
.provision strong {
	font-size: 1.9rem;
	line-height: 3rem;
	color: #202020;
	font-weight: 500;
	margin-bottom: 1rem;
	display: inline-block;
}
.privacy.policy h6 {
    margin: 4rem 0rem 1rem 0rem;
    color: #333;
}
.privacy.policy h5 {
    text-align: left;
    color: #0E439B;
    margin-bottom: 1rem;
}

.block.flex .titBlock {
	padding-left: 2rem;
	width: 30rem;	
}
.block.flex .conBlock {
	width: calc(100% - 38rem);	
}
.blueBg + .inner1,
.block.flex + .block.flex {
	margin-top: 8rem;	
}
.block.flex .conBlock h6 {
	color: #333;
	font-weight: 700;	
}
.block.flex .conBlock p + h6,
.block.flex .conBlock ul + h6,
.block.flex .conBlock ul + ul,
.block.flex .conBlock p + ul {
	margin-top: 5rem;	
}
.block.flex .conBlock .typeBox.flex,
.block.flex .conBlock .galUl.flex {
	justify-content: flex-start;
}
.block.flex .conBlock .typeBox.flex li {
	display: flex;
	align-items: center;
	width: 42rem;
	font-size: 2rem;
	line-height: 140%;
	color: #fff;
	background-color: #005edf;
	padding: 1.5rem 3rem;
	border-radius: 0.8rem;
	margin-right: 1rem;
	
}
.block.flex .conBlock .typeBox.flex li:nth-child(2n),
.block.flex .conBlock  .galUl.flex li:nth-child(2n) {
	margin-right: 0rem;	
}
.block.flex .conBlock .typeBox.flex li:nth-child(n+3),
.block.flex .conBlock  .infoUl li + li,
.block.flex .conBlock h6 + ul {
	margin-top: 1rem;	
}
.block.flex .conBlock .infoUl li {
	position: relative;
	padding-left: 11rem;
}
.block.flex .conBlock  .infoUl li .tit {
	position: absolute;
	display: block;
	top: 0;
	left: 1.3rem;
	width: 10rem;
}
.block.flex .conBlock  .infoUl li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 1rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #666;
}
.block.flex .conBlock  .galUl.flex li {
	display: block;
	width: calc(50% - 1rem);
	margin-right: 1rem;
}
.block.flex .conBlock .bigUl li {
	position: relative;
	min-height: 4.6rem;
	padding: 1rem 0rem 1rem 12rem;
}
.block.flex .conBlock .bigUl li .tit {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 10rem;
	padding: 1rem;
	color: #fff;
	text-align: center;
	border-radius: 3rem;
	background-color: #00a9df;
}
.block.flex .conBlock .bigCircle li {
	position: relative;
	min-height: 5rem;
	padding: 1rem 0rem 1rem 5.5rem;
}
.block.flex .conBlock .bigCircle li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #00a9df;
	font-weight: 400;
}
.block.flex .conBlock .bigCircle li:nth-child(1):before {
	content: "1.";	
}
.block.flex .conBlock .bigCircle li:nth-child(2):before {
	content: "2.";	
}
.block.flex .conBlock .bigCircle li:nth-child(3):before {
	content: "3.";	
}
.block.flex .conBlock .bigCircle li:nth-child(4):before {
	content: "4.";	
}
.block.flex .conBlock .bigCircle li:nth-child(5):before {
	content: "5.";	
}
.block.flex .conBlock .bigCircle li:nth-child(6):before {
	content: "6.";	
}
.block.flex .conBlock .bigCircle li:nth-child(7):before {
	content: "7.";	
}
.block.flex .conBlock .bigCircle li:nth-child(8):before {
	content: "7.";	
}

.facilitySlide .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.facilitySlide .swiper-slide .img {
	width: 90rem;
}
.facilitySlide .swiper-slide .facilityInfo {
	width: calc(100% - 90rem);
	padding: 8rem 0rem 8rem 6rem;
}
.facilitySlide .swiper-slide .facilityInfo h2 {
	color: #333;
}
.facilitySlide .swiper-slide .facilityInfo p {
	color: #787878;
	font-weight: 400;
}
.facilitySlide .swiper-slide .facilityInfo h2 + p {
	margin-top: 2rem;
}
.facilitySlide .swiper-slide .facilityInfo p + p {
	margin-top: 4rem;	
}
.facilitySlide .swiper-slide .img img {
	display: block;
}
.facilitySlide .slideCon .swiper-button-prev {
	width: 6.8rem;
	height: 6.8rem;
    left: 83.2rem;
    right: auto;
	top: auto;
	bottom: 0;
	color: #fff;
	background-color: #00a9df;
}
.facilitySlide .slideCon .swiper-button-next {
	width: 6.8rem;
	height: 6.8rem;
    left: 90rem;
    right: auto;
	top: auto;
	bottom: 0;
	color: #00a9df;
	background-color: #fff;
}
.nonPage {
	width: 100%;
	max-width: 72rem;
	margin: 0rem auto;
}
.nonPage img {
	width: 100%;	
}
@media (max-width: 1399px) {
	#subBody .blueBg {
		padding-top: 2rem;
	}
	.facilitySlide .swiper-slide .img {
		width: 100%;
	}
	.facilitySlide .swiper-slide .facilityInfo {
		width: 100%;
		padding: 6rem 0rem;
	}
	.facilitySlide .slideCon .swiper-button-prev {
		width: 6.8rem;
		height: 6.8rem;
		left: 2rem;
		right: auto;
		top: 50%;
		bottom: auto;
		color: #fff;
		background-color: transparent;
	}
	.facilitySlide .slideCon .swiper-button-next {
		width: 6.8rem;
		height: 6.8rem;
		left: auto;
		right: 2rem;
		top: 50%;
		bottom: auto;
		color: #fff;
		background-color: transparent;
	}
	.inner2 {
		padding: 0 2rem;	
	}
}
@media (max-width: 1199px) {
	#subTit {
    	padding: 2rem 0rem 0rem 0rem;
	}
	#subTit .inner1 {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		padding: 2rem 0rem 0rem 0rem;
		display: flex;
		flex-wrap: wrap;
	}
	#subTit .inner1 .txtRight {
		width: 100%;
		text-align: center;
		order: 2;
	}
	#subTit .inner1 .txtCenter {
		width: 100%;
		order: 1;
		margin-bottom: 1rem;
	}
	#subTit .breadcrumb {
		margin-bottom: 3rem;
	}
	#subBody {
		padding: 4rem 0rem;
	}
	#subBody .blueBg {
		padding-top: 1rem;
	}
	.blueBg + .inner1,
	.block.flex + .block.flex {
		margin-top: 6rem;
	}
	.block.flex .conBlock p + h6,
	.block.flex .conBlock ul + h6,
	.block.flex .conBlock ul + ul,
	.block.flex .conBlock p + ul {
		margin-top: 4rem;
	}
	.block.flex .titBlock {
		padding-left: 0rem;
		width: 28rem;
	}
	.block.flex .conBlock {
		width: calc(100% - 32rem);
	}
	.block.flex .conBlock .typeBox.flex li {
		width: calc(50% - 1rem);
		font-size: 1.8rem;
		padding: 1.5rem 2.5rem;
	}
	.facilitySlide .swiper-slide .facilityInfo {
		padding: 4rem 0rem;
	}
	
	.eduList {
		margin-top: 6rem;
		padding: 0rem;
		border-top: none;
		display: flex;
		flex-wrap: wrap;
	}
	.eduList .item {
		width: calc(50% - 1rem);
		margin-right: 2rem;
		border: 1px solid rgba(0, 0, 0, 0.15);
		padding: 3rem 4rem;
	}
	.eduList .item:nth-child(2n) {
		margin-right: 0rem;	
	}
	.eduList .item:nth-child(n+3) {
		margin-top: 2rem;	
	}
	.eduList .item .itemHead,
	.eduList .item .itemBody,
	.eduList .item .itemFooter,
	.eduList .item .txtCenter {
		display: block;
		text-align: left;
		width: 100%;
		margin: 0rem 0rem 2rem 0rem;
		padding: 0rem;
	}
	.eduList .item .txtCenter {
		text-align: center;
		margin-bottom: 0;
		padding: 2rem 0rem;	
	}
	
}
@media (max-width: 1023px) {
	.block.flex .titBlock,
	.block.flex .conBlock {
		width: 100%;
	}
	.block.flex .titBlock {
		margin-bottom: 1rem;	
	}
	.block.flex .titBlock .mBr {
		display: none;	
	}
	.block.flex .conBlock p + h6,
	.block.flex .conBlock ul + h6,
	.block.flex .conBlock ul + ul,
	.block.flex .conBlock p + ul {
		margin-top: 3rem;
	}
	.blueBg + .inner1,
	.block.flex + .block.flex {
		margin-top: 4rem;
	}
	.inner2 {
		padding: 0 1rem;	
	}
	
	.fieldList li .tit {
		text-align: left;
		width: 100%;
		padding: 0.5rem 1rem;
	}
	.fieldList li .con {
		padding: 0.5rem 1rem;
		width: 100% !important;
	}
	#bbsInput .fieldList:before {
		display: none;
	}
	.eduList {
		margin-top: 4rem;
	}
	.eduList .item {
		margin-right: 2rem;
		padding: 2rem 3rem;
	}
	.eduView .eduInfo dl {
		width: 100%;
	}
	.eduView .eduInfo dl dd {
		width: 16rem;
		padding: 1.5rem 1rem;
	}
	.eduView .eduInfo dl dt {
		width: calc(100% - 16rem);
		padding: 1.5rem 1rem;
	}
	.eduView .dot li {
		font-size: 1.6rem;	
	}
	.txtCenter .ui.button, #bbsWrap .txtCenter .ui.button {
		font-size: 1.5rem !important;
		padding: 1.4rem 3rem;
	}
	.applicationRegEnd {
		margin: 0rem auto 4rem auto;
		padding: 4rem;
	}
	.eduView .eduInfo {
		margin: 2rem 0rem 4rem 0rem;
	}
}
@media (max-width: 767px) {
	#subTit .breadcrumb {
    	margin-bottom: 1rem;
	}
	#subBody {
		padding: 2rem 0rem;
	}
	.block.flex .conBlock .typeBox.flex li {
		width: 100%;
		font-size: 1.7rem;
		padding: 1.2rem 2rem;
		margin-right: 0rem;
	}
	.block.flex .conBlock .typeBox.flex li:nth-child(n+2) {
		margin-top: 1rem;	
	}
	.block.flex .conBlock .galUl.flex {
		justify-content: space-between;
	}
	.block.flex .conBlock .galUl.flex li {
		width: calc(50% - 0.5rem);
		margin-right: 0rem;
	}
	.facilitySlide .slideCon .swiper-button-prev,
	.facilitySlide .slideCon .swiper-button-next {
		display: none;	
	}
	.facilitySlide .swiper-slide .facilityInfo {
		padding: 2rem 0rem;
	}
	.block.flex .conBlock .bigCircle li {
		min-height: 5rem;
		padding: 0rem 0rem 1rem 5.5rem;
	}
	.snsLogin {
		border-radius: 0.8rem;
		margin: 0rem auto 2rem auto;
	}
	.memberJoin {
		border-radius: 0.8rem;
		padding: 3rem;
	}
	#faqList .title dd {
		padding: 0rem 6rem 0.7rem 2rem;
	}
	#faqList .title:not(.ui) i {
		top: 2.4rem;
		font-size: 2.4rem;
	}
	#faqList.ui.accordion:not(.styled) .title~.content:not(.ui) {
		padding: 2rem 2rem 2rem 7rem;
	}
	#faqList.ui.accordion:not(.styled) .title~.content:not(.ui) .faqCon {
		margin-bottom: 0rem;
	}
	#faqList.ui.accordion:not(.styled) .title~.content:not(.ui) .faqCon + .txtRight {
		margin-top: 2rem;
	}
	#bbsView .con {
		line-height: 150%;	
	}
	#bbsList .ui.table {
		border: none !important;
		border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
	}
	#bbsList .ui.table:not(.unstackable) tr {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	#bbsInput .fieldList {
		padding: 1rem 0rem;
		margin-bottom: 3rem;
	}
	.eduList .item .itemHead,
	.eduList .item .itemBody,
	.eduList .item .itemFooter {
		margin: 0rem 0rem 1rem 0rem;
	}
	.eduList .item {
		width: 100%;
		margin-right: 0rem;
		padding: 2rem;
	}
	.eduList .item + .itme {
		margin-top: 2rem;	
	}
	.eduList .item .txtCenter {
		padding: 1rem 0rem;
	}
	.fieldList li .con .fields .field + .field {
    	margin-left: 0rem;
	}
	.fieldList li .con .fields .field {
		width: calc(100% / 4);
	}
	
	.eduView .eduInfo dl dd {
		width: 12rem;
		padding: 1.2rem 1rem;
	}
	.eduView .eduInfo dl dt {
		width: calc(100% - 12rem);
		padding: 1.2rem 1rem;
	}
	.eduView .dot li {
		font-size: 1.5rem;	
	}
	#subBody table.k-table {
		border-top: 0.2rem solid #999;
		border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
	}
	#subBody table.k-table tr:first-child {
		padding-top: 2rem;	
	}
	#subBody table.k-table tr:last-child {
		padding-bottom: 2rem;	
	}
	#subBody table.k-table tr + tr {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
	}
	#subBody table.k-table thead {
		display: none;
	}
	#subBody table.k-table colgroup {
		display: none;	
	}
	#subBody table.k-table tr {
		display: grid;
	}
	#subBody table.k-table thead {
		display: none;	
	}
	#subBody table.k-table td {
		width: 100%;
		border: none;
		text-align: left !important;
		padding: 0.5rem 1rem;
		padding-left: 10rem;
		position: relative;
		font-size: 1.4rem;
	}
	#subBody table.k-table td:before {
		content: "";
		position: absolute;
		display: block;
		width: 10rem;
		top: 0.5rem;
		left: 0;	
	}
	#subBody table.k-table td:nth-child(1):before {
		content: "NO";	
	}
	#subBody table.k-table td:nth-child(2):before {
		content: "프로그램명";	
	}
	#subBody table.k-table td:nth-child(3):before {
		content: "구분";	
	}
	#subBody table.k-table td:nth-child(4):before {
		content: "신청일";	
	}


	.tabZone a {
		line-height: 4.2rem;
	}
	.txtRight + .txtCenter {
		margin-top: 2rem;
	}
	.ui.modal .mClose {
		top: 0.5rem;
	}
}