@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {position:absolute;right:0;background-color:#b7a2a2;}
#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}

#title{

}

#title img{
	width:100%;
}

#top-menu{
	background-color:#f1f2f2;
	background-size:1914px 420px;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:420px;
}

@media(max-width:980px){
	#top-menu{
		background-size:980px 214px;
		height:214px;
	}
}

.top-menu .menu-title{
	color:#ffffff;
	font-size:40px;
	font-weight:700;
	margin-bottom:20px;
}

.top-menu .menu-content{
	color:#ffffff;
	font-size:20px;
}

.menu-area {
/* 	position:relative; */
}

.menu-area .section_container {
	text-align:left;
}

.menu-present {
	display:inline-block;
	font-size:28px;
	text-align:center;
	margin:60px 0 30px;
	border-left:16px solid #23a664;
}

.menu-present>li {
	position:relative;
	width:265px;
	float:left;
}

.menu-present>li>div {
	border-top:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	padding:5px 10px;
}

.menu-present>li>div>ul {
	display:none;
	width:100%;
	position:absolute;
	top:0;
	left:265px;
	padding-top:54px;
	z-index:1;
}

.menu-present>li>div:hover>ul {
	display:block;
}

.menu-present>li>div>ul>.per-sub {
	background-color:#ffffff;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}

.menu-present>li>div>ul>.per-sub:hover {
	background-color:#23a664;
}

.menu-present>li>div>ul>.per-sub a {
	display:block;
	color:#000000;
	padding:5px 10px;
}

.menu-present>li>div>ul>.per-sub a:hover {
	color:#ffffff;
}

.menu-present>li>.sub-down {
	display:none;
	position:absolute;
	top:54px;
	width:100%;
	z-index:1;
}

.menu-present>#per:hover>.sub-down {
	display:block;
}

.menu-present>li>.sub-down>li {
	background-color:#ffffff;
	padding:5px 10px;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	border-left:1px solid #888888;
}

.menu-present>li>.sub-down>li:hover {
	background-color:#23a664;
	color:#ffffff;
}

.menu-present>li>.sub-down>li.on {
	background-color:#23a664;
	color:#ffffff;
}

.menu-present>li>.sub-down>li>.twe-down {
	position:absolute;
	top:0px;
	width:265px;
	left:265px;
}

.menu-present>li>.sub-down>li>.twe-down>li {
	display:none;
	background-color:#ffffff;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}

.menu-present>li>.sub-down>li>.twe-down>li:hover {
	background-color:#23a664;
}

.menu-present>li>.sub-down>li>.twe-down>li a {
	display:block;
	color:#000000;
	padding:5px 10px;
}

.menu-present>li>.sub-down>li>.twe-down>li a:hover {
	color:#ffffff;
}

.menu-line {
	background-color:#23a664;
	height:12px;
}

/*--------------------------------------------------------------
# 센터 소개
--------------------------------------------------------------*/
#center-intro {
	padding:130px 0;
}

.g_font {
	color:#23a664;
}

.center-intro .intro-title {
	font-size:32px;
	font-weight:700;
	text-align:left;
}

.center-intro .intro-middle {
	display:inline-block;
	width:100%;
	height:270px;
	margin:100px 0 150px;
}

.center-intro .middle-left {
	width:60%;
	float:left;
}

.center-intro .intro-textbox {
	height:270px;
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.center-intro .intro-textbox p {
	margin:0;
}

.center-intro .middle-right {
	width:40%;
	height:100%;
	float:left;
}

.center-intro .middle-right img {
	width:100%;
	height:100%;
}

.center-intro .intro-content {
	font-size:36px;
	font-weight:700;
	margin:75px 0 100px;
}

.center-intro .intro-content span {
	position:relative;
}

.center-intro .intro-content span:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:#befddd;
	height:25px;
	z-index:-1;
}

.center-intro .intro-img {
	margin:100px 0;
}

.center-intro .intro-img-area {
	display:inline-block;
	width:100%;
	height:332px;
	border:1px solid #000000;
	border-radius:20px;
	margin-bottom:40px;
	overflow:hidden;
}

.center-intro .intro-img-left {
	width:50%;
	float:left;
}

.center-intro .intro-img-textbox {
	height:332px;
	text-align:left;
	display:flex;
	align-items:center;
	border-right:1px solid #000000;
}

.center-intro .intro-img-textbox>div {
	padding:0 35px;
}

.center-intro .intro-img-title {
	font-size:28px;
	font-weight:700;
	margin-bottom:15px;
}

.center-intro .intro-img-content {
	font-size:20px;
	word-break:keep-all;
}

.center-intro .intro-img-right {
	width:50%;
	height:100%;
	float:left;
}

.center-intro .intro-img-right img {
	width:100%;
	height:100%;
}

/*--------------------------------------------------------------
# 센터장 인사말
--------------------------------------------------------------*/
#center-greet {
	padding:130px 0;
}

.center-greet .greet-area {
	display:inline-block;
	width:100%;
}

.center-greet .greet-left {
	width:55%;
	margin-right:20%;
	text-align:left;
	float:left;
}

.center-greet .greet-title {
	font-size:40px;
	font-weight:700;
	line-height:130%;
	margin-bottom:80px;
}

.center-greet .greet-content {
	font-size:20px;
	line-height:130%;
	word-break:keep-all;
}

.center-greet .greet-content span {
	float:right;
}

.center-greet .greet-right {
	width:25%;
	float:left;
}

.center-greet .greet-right img {
	width:100%;
	height:320px;
}

/*자격사항*/
#qualify {
	padding:100px 0 150px;
}

.qualify .qualify-title {
	font-size:36px;
	font-weight:700;
	text-align:left;
	line-height:130%;
}

.qualify .qualify-title span {
	position:relative;
}

.qualify .qualify-title span:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	background-color:#befddd;
	height:30px;
	z-index:-1;
}

.qualify .qualify-img {
	height:375px;
	margin:100px 0;
}

.qualify .qualify-img img {
	width:100%;
	height:100%;
}

.qualify .qualify-text {
	margin-bottom:100px;
	text-align:left;
}

.qualify .qualify-text-title {
	font-size:36px;
	font-weight:700;
	margin-bottom:20px;
}

.qualify .qualify-text-subtitle {
	font-size:20px;
	font-weight:700;
	margin-bottom:40px;
}

.qualify .qualify-text-content {
	font-size:20px;
	word-break:keep-all;
}

/*--------------------------------------------------------------
# 연혁
--------------------------------------------------------------*/
#center-history {
	padding:150px 0;
}

.center-history .history-title {
	font-size:36px;
	font-weight:700;
	text-align:left;
}

.center-history .history-content {
	margin:100px 0;
}

.center-history .history-box {
	position:relative;
	display:inline-block;
	width:1024px;
}

.center-history .history-left {
	width:37%;
	float:left;
}

.center-history .histext {

}

.center-history .histext.history1 {
	text-align:right;
	margin-top:70px;
}

.center-history .histext.history1 .history-text {
	margin-right:20px;
}

.center-history .histext.history2 {
	margin-top:1020px;
}

.center-history .histext.history2 .history-text {
	margin-left:50px;
}

.center-history .histext.history3 {
	margin-top:320px;
}

.center-history .histext.history3 .history-text {

}

.center-history .histext.history4 {
	margin-top:1040px;
}

.center-history .histext.history4 .history-text {
	margin-left:50px;
}

.center-history .histext.history5 {
	margin-top:230px;
}

.center-history .histext.history5 .history-text {
	margin-left:20px;
}

.center-history .histext .history-text {
	display:inline-block;
	font-size:20px;
	font-weight:700;
	text-align:left;
	line-height:140%;
}

.gt_font {
	color:#23a664;
	font-size:28px;
}

.center-history .history-bar {
	position:relative;
	width:26%;
	float:left;
}

.center-history .history-bar .history-circle-box {

}

.center-history .history-bar .history-circle-box .history-circle {
	display:inline-block;
	background-color:#ffffff;
	width:140px;
	height:140px;
	border:8px solid #23a664;
	border-radius:50%;
	margin-bottom:120px;
}

.center-history .history-bar .history-circle-box .history-circle .history-num {
	display: flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
  color:#23a664;
  font-size:32px;
  font-weight:700;
}

.center-history .history-bar .history-circle-box .history-circle.cirtop {
	background-color:#ffffff;
	width:210px;
	height:210px;
	border:15px solid #23a664;
}

.center-history .history-bar .history-circle-box .history-circle.cirtop .history-num {
	font-size:48px;
}

.center-history .history-bar .history-circle-box .history-circle.cirbot {
	background-color:#23a664;
	width:210px;
	height:210px;
	border:10px solid #ffffff;
	margin-bottom:0;
}

.center-history .history-bar .history-circle-box .history-circle.cirbot .history-num {
	color:#ffffff;
	font-size:42px;
	font-weight:400;
}

.center-history .history-bar .history-midbar {
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	background-color:#23a664;
	width:60px;
	border-radius:36px;
	z-index:-1;
}

.center-history .history-right {
	width:37%;
	float:left;
}

.center-history .history-bottom {
	margin-top:200px;
}

.center-history .history-bottit {
	font-size:32px;
	font-weight:700;
	padding:72px 0;
	border-top:6px double #d9d9d9;
	border-bottom:6px double #d9d9d9;
	margin-bottom:50px;
}

.center-history .history-logo {

}

.center-history .history-logo img {

}

@media(max-width:1024px){
	.center-history .history-box {
		width:100%;
	}
}


/*--------------------------------------------------------------
# 찾아오시는 길
--------------------------------------------------------------*/
#center-way {
	padding:150px 0;
}

.center-way .way-title {
	font-size:36px;
	font-weight:700;
	text-align:left;
}

.center-way .way-box {
	padding:100px 0;
}

.center-way .way-box-title {
	font-size:32px;
	font-weight:700;
	text-align:left;
}

.center-way .way-box-title a {
	color:#000000;
}

.center-way .way-box-content {

}

.center-way .way-explain {
	margin:60px 0;
}

.center-way .way-img {
	display:inline-block;
	vertical-align:top;
	margin-right:30px;
}

.center-way .way-img img {

}

.center-way .way-text {
	display:inline-block;
	color:#010101;
	font-size:28px;
	text-align:left;
	margin-top:10px;
}

.center-way .way-text img {
	margin-right:10px;
}

.center-way .way-map {

}

.center-way .way-map>div {
	margin:0 auto;
}

.center-way .way-line {
	position:absolute;
	left:0;
	background-color:#d9d9d9;
	width:100%;
	height:1px;
}

/*--------------------------------------------------------------
# 안내사항 공통
--------------------------------------------------------------*/
.cintro_top {
	color:#333333;
	font-size:36px;
	font-weight:700;
	text-align:left;
	margin-top:65px;
}

.cintro_line {
	background-color:#d9d9d9;
	height:4px;
	margin:65px 0 50px;
}

#center_intro {

}

.center_intro .cintro_title {
	color:#333333;
	font-size:28px;
	font-weight:700;
	text-align:left;
	margin-bottom:30px;
}

.center_intro .cintro_title .plustag {
	color:#333333;
	font-size:20px;
	font-weight:700;
	margin-left:30px;
	margin-bottom:10px;
	vertical-align:middle;
}

.center_intro .cintro_title .plustag span {
	color:#e99413;
}

.center_intro .cintro_subtext {
	color:#333333;
	font-size:20px;
	font-weight:700;
	text-align:left;
	margin-bottom:70px;
}

.center_intro .cintro_order {
	margin-bottom:60px;
}

.center_intro .cintro_order_place {
	display:inline-block;
	width:100%;
	margin-bottom:70px;
}

.center_intro .cintro_order_place .order_prod {
	position:relative;
	color:#23a664;
	font-size:17px;
	font-weight:600;
	width:calc(20% - 48px);
	border:1px solid #23a664;
	margin-right:60px;
	padding:15px 0;
	border-radius:30px;
	float:left;
}

.center_intro .cintro_order_place .order_prod:last-child {
	margin-right:0;
}

.center_intro .cintro_order_place .order_prod:after {
	content:"";
	background-image:url("../../../img/sub/pro_arrow.png");
	background-size:16px 15px;
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	right:-40px;
	transform:translateY(-50%);
	width:16px;
	height:15px;
}

.center_intro .cintro_order_place .order_prod:last-child:after {
	display:none;
}

.center_intro .cintro_target {
	margin-bottom:100px;
}

.center_intro .cintro_target_place {

}

.center_intro .cintro_target_place table {
	width:80%;
	font-size:24px;
	font-weight:700;
}

.center_intro .cintro_target_place td {
	background-color:#f4f4f4;
	color:#333333;
	text-align:left;
	border:1px solid #ffffff;
	padding:15px 20px;
}

.center_intro .cintro_target_place td.t_head {
	background-color:#23a664;
	color:#ffffff;
	text-align:center;
}

.center_intro .cintro_guide {
	margin-bottom:120px;
}

.center_intro .cintro_guide_place {
	display:inline-block;
	width:100%;
	padding:40px 0;
}

.center_intro .cintro_guide_place:nth-child(2) {
	border-bottom:1px dashed #000000;
}

.center_intro .cintro_guide_place:nth-child(2) .cintro_guide_box {
	height:178px;
}

.center_intro .cintro_guide_place:nth-child(3) .cintro_guide_box {
	height:214px;
}

.center_intro .cintro_guide_left {
	width:20%;
	float:left;
}

.center_intro .cintro_guide_box {
	display:flex;
	justify-content:center;
	align-items:center;
}

.center_intro .cintro_guide_box_text {
	color:#23a664;
	font-size:36px;
	font-weight:700;
}

.center_intro .cintro_guide_right {
	width:80%;
	float:left;
}

.center_intro .cintro_guide_right table {
	width:100%;
	font-size:24px;
	font-weight:700;
}

.center_intro .cintro_guide_right td {
	background-color:#f4f4f4;
	color:#333333;
	padding:15px 20px;
}

.center_intro .cintro_guide_right td.col1 {
	text-align:center;
}

.center_intro .cintro_guide_right td.col2 {
	font-weight:400;
	text-align:left;
	border-top:10px solid #ffffff;
}

.center_intro .cintro_guide_right td.t_head {
	background-color:#23a664;
	color:#ffffff;
	text-align:center;
}

.center_intro .cintro_pro .cintro_pro_place {
	display:inline-block;
	width:100%;
	margin-bottom:140px;
}

.center_intro .cintro_pro .cintro_pro_place .order_prod {
	position:relative;
	color:#23a664;
	font-size:24px;
	font-weight:600;
	width:calc(25% - 60px);
	margin-right:80px;
	border:1px solid #23a664;
	padding:30px 0;
	border-radius:30px;
	float:left;
}

.center_intro .cintro_pro .cintro_pro_place .order_prod:last-child {
	margin-right:0;
}

.center_intro .cintro_pro .cintro_pro_place .order_prod:after {
	content:"";
	background-image:url("../../../img/sub/pro_arrow.png");
	background-size:26px 30px;
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	right:-55px;
	transform:translateY(-50%);
	width:26px;
	height:30px;
}

.center_intro .cintro_pro .cintro_pro_place .order_prod:last-child:after {
	display:none;
}

.center_intro .cintro_introduce {
	margin:100px 0;
}

.center_intro .cintro_introduce .duce_img_box {
	display:inline-block;
	width:768px;
	margin:70px 0 120px;
}

.center_intro .cintro_introduce .duce_img {
	width:calc(50% - 20px);
	float:left;
}

.center_intro .cintro_introduce .duce_img:first-child {
	margin-right:40px;
}

.center_intro .cintro_introduce .duce_img img {
	width:100%;
}

.center_intro .cintro_introduce .duce1 {
	color:#333333;
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}

.center_intro .cintro_introduce .duce2 {
	color:#333333;
	font-size:36px;
	font-weight:700;
	margin-bottom:60px;
}

.center_intro .cintro_introduce .duce2 span {
	position:relative;
}

.center_intro .cintro_introduce .duce2 span:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	background-color:#befddd;
	height:30px;
	z-index:-1;
}

.center_intro .cintro_introduce .duce3 {
	color:#333333;
	font-size:36px;
	font-weight:700;
	margin-bottom:15px;
}

.center_intro .cintro_introduce .duce4 {
	color:#f49e00;
	font-size:17px;
	font-weight:700;
}

.center_intro .cintro_introduce .duce5 {
	font-size:17px;
	font-weight:700;
	margin-bottom:10px;
}

.center_intro .cintro_introduce .duce6 {
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
}

.center_intro .cintro_introduce .duce7 {
	color:#4f4f4f;
	font-size:17px;
	font-weight:700;
}

.cintro_price {
	margin-bottom:300px;
}

.cintro_price .cintro_price_place {
	width:80%;
}

.cintro_price .cintro_price_place table {
	width:100%;
	font-size:24px;
	font-weight:700;
}

.cintro_price .cintro_price_place td {
	background-color:#f4f4f4;
	color:#333333;
	padding:15px 20px;
	text-align:left;
}

.cintro_price .cintro_price_place td span {
	color:#888888;
}

.cintro_price .cintro_price_place td.t_head {
	background-color:#23a664;
	color:#ffffff;
	text-align:center;
}

.cintro_price .cintro_price_place table tr:last-child td {
	border-top:10px solid #ffffff;
}

.cintro_price .price_text {
	color:#e99413;
	font-size:17px;
	font-weight:700;
	text-align:left;
	margin-top:20px;
}

.center_intro .ai_form {
	margin:100px 0;
	padding:30px 20px;
	border:1px solid #489999;
	border-radius:20px;
}

.center_intro .intro-img-area {
	display:inline-block;
	width:100%;
	height:360px;
	border:1px solid #888888;
	border-radius:20px;
	margin-bottom:15px;
	overflow:hidden;
}

.center_intro .intro-img-area:last-child {
	margin-bottom:0;
}

.center_intro .intro-img-left {
	width:50%;
	float:left;
}

.center_intro .intro-img-textbox {
	height:360px;
	text-align:left;
	display:flex;
	align-items:center;
	border-right:1px solid #888888;
}

.center_intro .intro-img-textbox>div {
	padding:0 35px;
}

.center_intro .intro-img-title {
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}

.center_intro .intro-img-content {
	font-size:20px;
	word-break:keep-all;
}

.center_intro .intro-img-right {
	width:50%;
	height:100%;
	float:left;
}

.center_intro .intro-img-right img {
	width:100%;
	height:100%;
}