@charset "utf-8";

/*-------------------------------------------------------*/
/* °øÅë
/*-------------------------------------------------------*/

.op-wrap { max-width:100%; overflow:hidden; }

/* ½½¶óÀÌ´õ ´õº¸±â À§Ä¡ Á¶Á¤ */
.section { font-family: 'Nanum Gothic', sans-serif; font-size:16px; padding:80px 0px 40px; line-height:1.7;}
.section a { color: #000; cursor: pointer; text-decoration: none; }
.section a:hover, 
.section a:focus, 
.section a:active { color: crimson; text-decoration: none; }
.section h1, 
.section h2, 
.section h3, 
.section h4, 
.section h5, 
.section h1 a, 
.section h2 a, 
.section h3 a, 
.section h4 a, 
.section h5 a { font-family: 'Nanum Gothic', sans-serif; }

.op-section { font-family: 'Nanum Gothic', sans-serif; font-size:16px; padding:80px 0px 40px; line-height:1.7;}
.op-section a { color: #000; cursor: pointer; text-decoration: none; }
.op-section a:hover, 
.op-section a:focus, 
.op-section a:active { color: crimson; text-decoration: none; }
.op-section h1, 
.op-section h2, 
.op-section h3, 
.op-section h4, 
.op-section h5, 
.op-section h1 a, 
.op-section h2 a, 
.op-section h3 a, 
.op-section h4 a, 
.op-section h5 a { font-family: 'Nanum Gothic', sans-serif; }

/*-------------------------------------------------------*/
/* Å¸ÀÌÆ²
/*-------------------------------------------------------*/
.op-title { margin-bottom:40px; }
.op-title h2 { position:relative; font-size:30px; padding:0; margin:0; margin-bottom:10px; }
.op-title hr { display:inline-block; width: 80px; height: 3px; margin:0 0 10px; border: none; line-height:1; background:#eb5451; }
.op-title p { padding:0; margin:0; color:#888; }

/*-------------------------------------------------------*/
/* ±¸ºÐÀÚ
/*-------------------------------------------------------*/
.op-sep { margin:40px 0px; text-align:center; overflow:hidden; }
.op-sep span::after { content: ""; width: 1000px; height: 1px; background: #ddd; position: absolute; left: 100%; right: auto; top:50%; }
.op-sep span::before { content: ""; width: 1000px; height: 1px; background: #ddd; position: absolute; left: auto; right: 100%; top:50%; }
.op-sep span { display: inline-block; margin: 0 auto; padding: 0 35px; position: relative; }

/*-------------------------------------------------------*/
/* ±¸ºÐ¼±
/*-------------------------------------------------------*/
.op-hr { display:block; width: 100%; height: 1px; margin:40px auto; border: none; line-height:1; background:#eee; }

/*-------------------------------------------------------*/
/* ÄÁÅÙÃ÷
/*-------------------------------------------------------*/
.op-content { display:table; table-layout:fixed; width:100%; }
.op-content-item { display:table-cell; vertical-align:middle; height:400px; width:100%; }

/*-------------------------------------------------------*/
/* ¹Ìµð¾î
/*-------------------------------------------------------*/
.op-media .media-icon { width:60px; text-align:center; }
.op-media .media-icon.pull-left { margin-right:25px; }
.op-media .media-icon.pull-right { margin-left:25px; }
.op-media .media-icon i { font-size:60px; line-height:1.4; }
.op-media .media-icon.align-top i { font-size:60px; line-height:1; }
.op-media .media-body { margin:0 0 20px; }
.op-media .media-body h5 { font-size:12px; margin:0 0 8px; padding:0; }
.op-media .media-body h3 { font-size:20px; margin:0 0 10px; padding:0; }
.op-media .media-body p { font-size:14px; }

/*-------------------------------------------------------*/
/* ¹Ú½º
/*-------------------------------------------------------*/
.op-box { position:relative; border:1px solid #eee; margin-bottom:30px; padding:50px; background:#fff; }
.op-box .mark { position:absolute; top:20px; right:20px; background:none; font-size:14px; line-height:1; }
.op-box span { display:inline-block; font-size:80px; line-height:1; margin:5px 0 30px; }
.op-box h3 { font-size:20px; padding:0; margin:0; margin-bottom:10px; }
.op-box hr { display:inline-block; width: 45px; height: 3px; margin:0 0 10px; border: none; line-height:1; background:#eb5451; }
.op-box:hover hr { background:#fff; }
.op-box p { padding:0; margin:0; font-size:14px; }
@media (max-width: 480px) {
	.responsive .op-box { padding:15px; }
	.responsive .op-box span { margin:5px 0 15px; }
	.responsive .op-box .mark { top:15px; right:15px; }
}

/*-------------------------------------------------------*/
/* ÁøÇà¹Ù
/*-------------------------------------------------------*/
.op-progress-stick { position: relative; border-radius: 2px; height: 28px; overflow: hidden; margin-bottom: 25px; -webkit-transition: 0.4s; transition: 0.4s; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.op-progress-stick .stick-bar { width:0; height: 100%; font-size: 14px; line-height: 1.85; text-align: center; padding: 0 10px; color: #fff; -webkit-transition: 1s; transition: 1s; }
.op-progress-circle { text-align:center; margin:0 0 40px; }
.op-progress-circle h3 { padding:0; margin:15px 0 0; }
.op-progress-circle .circle-bar { position: relative; height: 200px; width: 200px; background: none; color:#333; line-height:1; margin:0px auto;}
.op-progress-circle .circle-bar div { position: absolute; height: 200px; width: 200px; border-radius: 50%; }
.op-progress-circle .circle-bar div span { position: absolute; font-size: 25px; line-height: 175px; height: 175px; width: 175px; left: 12.5px; top: 12.5px; text-align: center; border-radius: 50%; background-color: #fff; }
.op-progress-circle .circle-bar .background { background-color: #fff; }
.op-progress-circle .circle-bar .rotate { clip: rect(0 100px 200px 0); background-color: #4b86db; }
.op-progress-circle .circle-bar .left { clip: rect(0 100px 200px 0); opacity: 1; background-color: #b3cef6; }
.op-progress-circle .circle-bar .right { clip: rect(0 100px 200px 0); transform: rotate(180deg); opacity: 0; background-color: #4b86db; }

@keyframes 
toggle {  
	0% {
		opacity: 0;
	}
	100% {
	 opacity: 1;
	}
}

/*-------------------------------------------------------*/
/* °¡°ÝÇ¥
/*-------------------------------------------------------*/
.pricing {
  margin-bottom:40px;
}
.pricing-item {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 10px #f4f4f4;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 0 30px;
	position: relative;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.pricing-item ul {
	padding:0;
	margin:0;
	list-style:none;
}
.pricing-plane.radius .pricing-item {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pricing-simple.spicy li.pricing-header span.badge {
	background: #906f40 none repeat scroll 0 0;
	color: #ffffff;
}

.pricing.pricing-simple.text-center {
	display: block;
	margin-top: 15px;
}

.pricing-simple li.pricing-header span.badge {
	background: #232323 none repeat scroll 0 0;
	border-radius: inherit;
	color: #ffffff;
	display: none;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 0;
	position: absolute;
	right: -65px;
	text-transform: uppercase;
	top: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 200px;
}

.pricing-item.active {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	z-index: 1;
}

.pricing-header h4 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing-header h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
}

.pricing-item .pricing-header span {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.pricing-header {
	background: #262626 none repeat scroll 0 0;
	border-bottom: 1px solid #e7e7e7;
	color: white;
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
}

.pricing-header::after {
	border-bottom: 15px solid #ffffff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -1px;
	content: "";
	left: 50%;
	margin-left: -15px;
	position: absolute;
}

.pricing-item.active .pricing-header {
	background: #006cff none repeat scroll 0 0;
	border: none;
}

.color-crimson .pricing-item.active .pricing-header {
	background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .pricing-item.active .pricing-header {
	background: #fbba42 none repeat scroll 0 0;
}

.pricing-item .pricing-footer {
	margin-top: 20px;
}

.pricing-item li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 50px;
	text-transform: capitalize;
}

.pricing-item li:last-child {
	border: medium none;
}

/*-------------------------------------------------------*/
/* Áöµµ
/*-------------------------------------------------------*/
.op-map { 
	display:block; 
	position:relative; 
	height:0;
    overflow:hidden;
	padding-bottom:400px;
	margin-bottom:40px;
}
.op-map .op-map-item { 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	overflow:hidden;
}
.op-map iframe { 
	display:block;
	border:0;
	width:100%;
	height:100%;
	margin:0px auto;
}

.main_title{text-align:center;padding:60px 0 40px;line-height:1.3;font-family:"NanumSquare", sans-serif}.main_title .tit{line-height:1;display:inline-block;font-weight:600;padding:0 20px;font-size:2.8125em;position:relative;letter-spacing:-0.5px}
.main_title .tit:after{content:'';background-color:#4391ff;width:8px;height:8px;position:absolute;bottom:0;right:0;border-radius:50%;display:block}
.main_title .desc{font-size:1.125em;margin-top:20px;font-weight:500;letter-spacing:-0.2px}
@media screen and (max-width:1024px){
	.main_title{padding:80px 0 20px}
	.main_title .tit{padding:0 10px}
	.main_title .tit:after{width:5px;height:5px}
	.main_title .desc{margin-top:15px}
	}
.main__therapy{overflow:hidden;position:relative;background-color:#292e34;background-image:url(/images/main/therapy_bg_l.png), url(/images/main/therapy_bg_r.png);background-repeat:no-repeat;background-position:left top, right bottom}
.main__therapy .main_title .tit{color:#fff}
.main__therapy .main_title .desc{color:#777}
@media screen and (max-width:1024px){
	.main__therapy{background-size:auto 50%}
	}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}
@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
	.therapy_arrc{margin:0 auto;width:100%}
	.therapy_arrc ul{display:table;width:100%;margin-left:-4px;margin-right:-4px}
	.therapy_arrc .item{display:table-cell;vertical-align:top;position:relative;padding:0 4px;padding-top:80px}
	.therapy_arrc .item.select .content{width:560px}
	.therapy_arrc .item.select .bar{display:none}
	.therapy_arrc .item .bar{background-color:#fff;background-repeat:no-repeat;background-size:cover;background-position:center top;width:152px;height:410px;position:relative;display:block}
	.therapy_arrc .item .content{background-size:cover;background-position:center top;background-repeat:no-repeat;background-color:#fff;min-height:410px;width:0;position:relative;text-align:left;display:none;color:#333;line-height:1.3}
	.therapy_arrc .item .content .img_bx{position:absolute;top:-80px;right:0;width:100%;text-align:right}
	.therapy_arrc .item .content .txt_bx{text-align:left;padding-left:50px}
	.therapy_arrc .item .content .txt_bx .desc{color:#666}
	.therapy_arrc .item .txt_bx{position:absolute;bottom:30px;left:0;right:0;margin:0 auto;width:100%;text-align:center}
	.therapy_arrc .item .txt_bx .tit{font-size:1.5625em;color:#222;font-weight:600;font-family:"NanumSquare", sans-serif;margin-bottom:20px;letter-spacing:-0.5px}
	.therapy_arrc .item .txt_bx .desc{line-height:1.3;color:#959595}
	.therapy_arrc .item .txt_bx .img{margin-top:10px}
	.therapy_arrc .item._1 .bar{background-image:url(/images/main/therapy_1.png)}
	.therapy_arrc .item._1 .content{background-image:url(/images/main/therapy_1-on_bg.png)}
	.therapy_arrc .item._2 .bar{background-image:url(/images/main/therapy_2.png)}
	.therapy_arrc .item._2 .content{background-image:url(/images/main/therapy_2-on_bg.png)}
	.therapy_arrc .item._3 .bar{background-image:url(/images/main/therapy_3.png)}
	.therapy_arrc .item._3 .content{background-image:url(/images/main/therapy_3-on_bg.png)}
	.therapy_arrc .item._4 .bar{background-image:url(/images/main/therapy_4.png)}
	.therapy_arrc .item._4 .content{background-image:url(/images/main/therapy_4-on_bg.png)}
	.therapy_arrc .item._5 .bar{background-image:url(/images/main/therapy_5.png)}
	.therapy_arrc .item._5 .content{background-image:url(/images/main/therapy_5-on_bg.png)}
	.therapy_arrc .slick-dots li button{background-color:#b3b6bb}
	.therapy_arrc .slick-dots li.slick-active button,.therapy_arrc .slick-dots li.slick-active button:before{background-color:#4391ff}
@media screen and (max-width:1200px){
	.therapy_arrc{font-size:13px}
	.therapy_arrc ul{margin-left:-2px;margin-right:-2px}
	.therapy_arrc .item{padding:0 2px;padding-top:0;width:100px}
	.therapy_arrc .item.select{width:-ms-calc(100% - 416px);width:-webkit-calc(100% - 416px);width:calc(100% - 416px)}
	.therapy_arrc .item.select .content{width:100%}
	.therapy_arrc .item .bar{width:100px;height:300px}
	.therapy_arrc .item .content{min-height:300px}
	.therapy_arrc .item .content .img_bx{top:-20px}
	.therapy_arrc .item .content .img_bx:before{position:absolute;content:'';bottom:0;width:100%;height:100%;display:block;background-color:#fff;background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));background:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 )}
	.therapy_arrc .item .content .img_bx img{height:320px}
	.therapy_arrc .item .content .txt_bx{text-align:left;padding-left:20px}
	.therapy_arrc .item .txt_bx{bottom:20px}
	.therapy_arrc .item .txt_bx .tit{margin-bottom:15px}
	.therapy_arrc .item .txt_bx .img img{width:20px}
	}
@media screen and (max-width:768px){
	.therapy_arrc ul{margin:0;display:block}
	.therapy_arrc .item{display:block;width:100%}
	.therapy_arrc .item.select{width:100%}
	.therapy_arrc .item .bar{display:none}
	.therapy_arrc .item .content .img_bx{top:0;position:relative;display:block;height:0;width:100%;padding-bottom:84.02418%;background-repeat:no-repeat;background-position:center;background-size:cover}
	.therapy_arrc .item .content .img_bx:before{content:none}
	.therapy_arrc .item .content .img_bx img{display:none}
	.therapy_arrc .item._1 .content .img_bx{background-image:url(/new/images/main/therapy_1-on_m.png)}
	.therapy_arrc .item._2 .content .img_bx{background-image:url(/new/images/main/therapy_2-on_m.png)}
	.therapy_arrc .item._3 .content .img_bx{background-image:url(/new/images/main/therapy_3-on_m.png)}
	.therapy_arrc .item._4 .content .img_bx{background-image:url(/new/images/main/therapy_4-on_m.png)}
	.therapy_arrc .item._5 .content .img_bx{background-image:url(/new/images/main/therapy_5-on_m.png)}
	.therapy_arrc .item .content{width:100%;display:block}
	}
.bg_fallen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.bg_fallen p {
    position: absolute;
    -webkit-animation: rotate 100s infinite;
    animation: rotate 100s infinite
}

.bg_fallen p:nth-child(2n) {
    -webkit-animation-duration: 150s;
    animation-duration: 150s
}

.bg_fallen p:nth-child(3n) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s
}

.bg_fallen .bg1 {
    left: -10%;
    bottom: 12%
}

.bg_fallen .bg2 {
    top: 10%;
    left: 9%
}

.bg_fallen .bg3 {
    top: -10%;
    left: 40%
}

.bg_fallen .bg4 {
    bottom: 0;
    right: 30%
}

.bg_fallen .bg5 {
    top: 25%;
    right: 15%
}

.bg_fallen .bg6 {
    top: 7%;
    right: 1%
}

@media screen and (max-width: 1200px) {
    .bg_fallen .bg1 {
        width:23.58333%
    }

    .bg_fallen .bg2 {
        width: 10.5%
    }

    .bg_fallen .bg3 {
        width: 19.08333%
    }

    .bg_fallen .bg4 {
        width: 11.66667%
    }

    .bg_fallen .bg5 {
        width: 10.5%
    }

    .bg_fallen .bg6 {
        width: 9.58333%
    }
}

.main__therapy .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px
}

@media (max-width: 1200px) {
    .main__therapy .wrapper {
        padding:0 15px
    }
}