@charset "utf-8";

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}


/***** Header *****/
header {position:fixed;left:0;top:0;width:100%;text-align:center;z-index:100;transition:all 0.4s;}
header .header_cont {position:absolute;left:0;top:0;width:100%;height:100px;transition:all 0.4s;overflow:hidden;background:#fff;}
header .header_cont:before {position:absolute;left:0;top:0;width:100%;height:100%; background:#fff;content:""; opacity:0;transition:all 0.4s;}
header .header_cont:after {position:absolute;left:0;top:99px;width:100%;height:1px; background:#fff;content:""; opacity:0.2;}
header .logo {position:absolute;left:50%;top:30px;margin-left:-700px;width:325px;height:40px;z-index:3; -webkit-transition:.5s; transition:.5s;}
header .logo a {display:block;width:100%; height:100%;background:url(../img/logo_home.jpg) center/100% no-repeat;overflow:hidden;transition:all 0.4s;}


/*** GNB ***/
#gnb {display:block;position:absolute;z-index:2;right:0;top:0;width:100%;text-align:center;background:#fff;}
#gnb:before {position:absolute; content:''; z-index:1; left:0; top:0; width:100%; height:100px;}
#gnb .gnb_nav {position:relative; z-index:2; max-width:1400px; margin:0 auto; font-size:0; padding-left:400px;}
#gnb .gnb_nav a {display:block;}

#gnb .hd_login {position:absolute; z-index:3; top:35px; right:20px;}
#gnb .hd_login a {color:#555; font-size:12px; font-weight:300; opacity:0.7; font-family:'tahoma'; letter-spacing:0;}
header.top #gnb .hd_login a,
header.over #gnb .hd_login a {color:#555;}
 

/* gnb 1depth menu */
#gnb .dep {position:relative; display:inline-block;vertical-align:top;z-index:1;}
#gnb .dep .depth {margin-top:15px;}
#gnb .dep_m {display:block;height:100px;line-height:100px;padding:0 30px;box-sizing:border-box; font-size:22px;font-weight:500;text-align:center; color:#555;}
#gnb .dep_m span {display:inline-block;position:relative;padding:0 5px;transition:color 0.3s;}
#gnb .dep_m.on span, 
#gnb .dep_m.over span, 
#gnb .dep_m:focus span {color:#25a7ed;}
#gnb .dep_m.on span:before, 
#gnb .dep_m.over span:before, 
#gnb .dep_m:focus span:before {left:0;width:100%;}

@media all and (min-width:901px){
	#gnb .dep_m:hover span {color:#25a7ed;}
	#gnb .dep_m:hover span:before {left:0;width:100%;}
}
    

/* gnb 2/3 depth menu */
#gnb .dep2 {position:absolute;left:0;top:80px;width:100%;min-height:80px;animation:fade both 0.4s 0.1s;z-index:2;}
#gnb .over .dep2 {display:block;}
#gnb .li_dep {width:100%;max-width:922px;margin:auto;padding:40px 0 0 1px;}
#gnb .li_dep .li {display:inline-block;vertical-align:top;padding:0;box-sizing:border-box;width:100%;}
#gnb .li_dep2 {margin-top:8px;}
#gnb .dep_m2 {position:relative;padding:5px 0;color:#444; font-weight:400;line-height:36px;transition:all 0.2s;}
#gnb .dep_m2 .img {display:block;position:relative;width:110px;height:110px;background:#f6f6f6;border-radius:50%;overflow:hidden;}
#gnb .dep_m2 .img img {width:100%;}
#gnb .dep_m2 .img:after {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.7);content:"";opacity:1;transition:opacity 0.4s;}
#gnb .dep_m2:focus .img:after {opacity:0;}
#gnb .dep_m2 .txt {display:block;width:110px;margin-top:22px;text-align:center;}
#gnb .dep_m3 {position:relative;padding:6px 0;color:#666;font-size:16px;line-height:22px;transition:all 0.4s;}
#gnb .li.over .dep_m2, 
#gnb .dep_m2:focus,
#gnb .li.over .dep_m3, 
#gnb .dep_m3:focus {color:#25a7ed;font-weight:400;}

@media all and (min-width:901px){
	#gnb .dep_m2:hover .img:after {opacity:0;}
	#gnb .dep_m2:hover,
	#gnb .dep_m3:hover {color:#25a7ed;font-weight:400;}
}


/** btn_m_gnb **/
.btn_m_gnb_op,
.btn_m_gnb_cl {display:none;}

/** Etc. **/
.bg_mask {display:none;position:fixed;left:0;top:0;width:100%;height:150%;background:rgba(0,0,0,0.8);z-index:100;}



/*** Header Top & Active ***/
header.over .header_cont {position:relative; height:370px; background:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}
header.active .header_cont {height:100px; border-bottom:1px solid #eee;}
header.over .header_cont:before {position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; content:""; opacity:0.96;}
header.over #gnb:before {position:absolute; content:''; z-index:1; left:0; top:0; width:100%; height:100px; background:#fff; opacity:1;}
header.over .logo a {background:url(../img/logo_home.jpg) center/100% no-repeat;}

header.top .logo a {background:url(../img/logo_home.jpg) center/100% no-repeat;}

header.top .header_cont {background:#fff; border-bottom:1px solid #eee;}
header.top #gnb,
header.over #gnb {border-bottom:1px solid #eee;}
header.top #gnb .dep_m,
header.over #gnb .dep_m {color:#555;}
header.over #gnb .dep_m {}
header.top #gnb:before {position:absolute; content:''; z-index:1; left:0; top:0; width:100%; height:100px; background:#fff; opacity:1;}
header.over #gnb:before {position:absolute; content:''; z-index:1; left:0; top:0; width:100%; height:100px;}


@media all and (max-width:1600px){
	#gnb .gnb_nav {padding-left:350px;}
	#gnb .dep_m {padding:0 20px;}
}

@media all and (max-width:1400px) {
	header .logo {left:20px; margin-left:0;top:32px; width:300px;height:37px;}
	#gnb .gnb_nav {padding-left:300px;}
	#gnb .dep_m {padding:0 15px;}
}

@media all and (max-width:1200px){		
	header .logo {top:27px; width:280px;height:34px;}
	header .header_cont {height:90px;transition:all 0.4s;;overflow:hidden;}
	header.top .header_cont:before {position:absolute;left:0;top:0;width:100%;height:100%; background:#fff;content:""; opacity:1;transition:all 0.4s;}
	header.top .btn_m_gnb_op em:before,
	header.top .btn_m_gnb_op em:after {background:#000;}
	
	header.top #gnb:before {height:90px; background:#25a7ed; opacity:1;}
	header.over #gnb:before {height:90px; background:#25a7ed; opacity:1;}
	header.top #gnb .hd_login a {color:#fff;}

	/*** GNB ***/
	#gnb {display:none;position:fixed;top:0; max-width:360px; width:100%;height:100%;padding-top:80px;background:#fff url("../img/logo_home.jpg") 15px 10px/ 60px 29px no-repeat;box-sizing:border-box;color:#666;text-align:left;overflow:hidden;animation:gnbOp both 0.4s;}
	#gnb:before {height:80px; background:#25a7ed; opacity:1;}
	#gnb .hd_login {top:32px; right:auto; left:33px;}
	#gnb .hd_login a {color:#fff;}
	#gnb a {display:block;position:relative;transition:all 0.4s;}
	#gnb.on {display:block !important;z-index:101;}
	#gnb.off {animation:gnbCl both 0.3s;}
	#gnb .gnb_nav {height:calc(100vh - 50px);box-sizing:border-box;overflow-y:auto; padding-left:0;}

	/* gnb 1depth menu */
	#gnb .dep {display:block;position:relative;padding:0;overflow:hidden;}
	#gnb .dep_m {position:relative;height:70px;padding:0;border-bottom:1px solid #ddd;font-size:20px;line-height:70px;text-align:left;overflow:hidden;z-index:2;}
	#gnb .dep_m span {display:block;height:70px;background:#fff;padding:0 50px 0 30px;color:#000;}
	#gnb .dep_m span:before {display:none;}
	#gnb .dep_m:before {position:absolute;content:"";right:35px; top:50%; margin-top:-6px;width:10px;height:10px;border:2px solid #25a7ed; border-width:0 2px 2px 0; transform:rotate(45deg); transition:all 0.4s; z-index:1;}
	/*#gnb .dep.over .dep_m span {background:#f09287;color:#fff;}*/
	#gnb .dep.over .dep_m:before {border:2px solid #25a7ed; border-width:0 2px 2px 0;transform:rotate(225deg);}
	#gnb .li_dep {width:100%;padding:10px 0; box-sizing:border-box;}
	#gnb .li_dep .li {float:none;width:100% !important;padding:0; border-bottom:1px solid #e6e6e6;}
	#gnb .li_dep .li:last-child {border-bottom:none;}

	/* gnb 2depth menu */
	#gnb .dep_m2 {padding:7px 10px; line-height:30px;}
	#gnb .dep_m2.nav {position:relative;padding-right:50px;}
	#gnb .dep_m2 .img {display:none;}
	#gnb .dep_m2 .txt {display:block;width:auto;margin-top:0;text-align:left;}
	
		
	/* gnb 3depth menu */
	#gnb .dep2 {display:none;position:relative;left:0;top:0;width:100%;min-height:inherit;margin:0;border-bottom:1px solid #ddd;animation:fade both 0.6s;transform:none;}
	#gnb .over .dep2 {position:relative;display:block; padding-left:30px;}
	#gnb .li_dep2 {display:none;position:relative;margin:0;padding:2px 15px 5px 15px;animation:fade both 0.6s;}
	#gnb .li.over2 .dep_m2.nav:before {transform:rotate(90deg);opacity:0;}
	#gnb .li.over2 .dep_m2.nav:after {transform:rotate(90deg);}
	#gnb .li.over2 .li_dep2 {position:relative;display:block;}
	#gnb .dep_m3 {padding:6px 15px;font-size:14px;line-height:20px;}


	/** btn_m_gnb **/
	/* btn_m_gnb_op */
	.btn_m_gnb_op {display:none;position:absolute;right:0;top:0;width:90px;height:90px;overflow:hidden;transition:none;z-index:25;}
	.btn_m_gnb_op span {position:absolute;top:auto;left:auto;width:1px;height:1px;overflow:hidden;text-indent:0;clip:rect(1px 1px 1px 1px);}
	.btn_m_gnb_op em {display:block;position:absolute;left:50%;top:50%;width:30px;height:10px;margin:-5px 0 0 -15px;}
	.btn_m_gnb_op em:before {position:absolute;left:0;top:0;width:30px;height:2px;background:#000;content:"";transition:background 0.4s;}
	.btn_m_gnb_op em:after {position:absolute;left:0;top:8px;width:20px;height:2px;background:#000;content:"";transition:background 0.4s;}
	.btn_m_gnb_op.on {display:block;}
	.btn_m_gnb_op.on em:before {animation:btnMgnb both 0.4s;}
	.btn_m_gnb_op.on em:after {animation:btnMgnb2 both 0.4s 0.4s;}

	/* btn_m_gnb_cl */
	.btn_m_gnb_cl {display:none;position:fixed;right:0;top:0;width:80px;height:80px;overflow:hidden;transition:none;animation:fade both 0.6s 0.4s;z-index:202;}
	.btn_m_gnb_cl span {position:absolute;top:auto;left:auto;width:1px;height:1px;overflow:hidden;text-indent:0;clip:rect(1px 1px 1px 1px);}
	.btn_m_gnb_cl em {display:block;position:absolute;left:50%;top:50%;width:30px;height:30px;margin:-15px 0 0 -15px;transform:rotate(45deg);}
	.btn_m_gnb_cl em:before {position:absolute;left:0;top:50%;width:30px;height:1px;margin-top:-1px;background:#fff;content:"";}
	.btn_m_gnb_cl em:after {position:absolute;left:50%;top:0;width:1px;height:30px;margin-left:-1px;background:#fff;content:"";}
	.btn_m_gnb_cl.on {display:block;}
	.btn_m_gnb_cl.on em:before {animation:btnMgnb both 0.4s 0.4s;}
	.btn_m_gnb_cl.on em:after {animation:btnMgnbH both 0.4s 0.6s;}		
}

@media all and (max-width:940px){
	header .logo {top:28px; width:260px;height:32px;}
	header .header_cont {height:80px;overflow:inherit;}
	header .header_cont:after {display:none;;}
	.btn_m_gnb_op {width:80px;height:80px;}
}

@media all and (max-width:700px){
	header {position:fixed;}
	header .logo {top:20px; width:240px;height:30px;}
	header .header_cont {height:70px;}
	#gnb:before {height:70px;}
	#gnb .hd_login {top:26px;}
		
	/*** Header Top & Active ***/
	header.top .header_cont {background:#fff;border-bottom:1px solid #eee;}
	header.top .logo a {background:url(../img/logo_home.jpg) center/100% no-repeat;}
	header.top #gnb:before,
	header.over #gnb:before {height:70px;}
	#gnb {padding-top:70px;}
	#gnb .dep_m:before {right:30px;}
	#gnb .dep_m2 {font-size:18px;}

	.btn_m_gnb_op,
	.btn_m_gnb_cl {width:70px;height:70px; right:0;}
}

@media all and (max-width:480px){
	header .logo {top:22px;left:10px; width:220px;height:27px;}
	#gnb {max-width:100%;}
	.btn_m_gnb_op {right:0;top:0;}
}




/* Mobile GNB */
@keyframes btnMgnb {
0% {width:0;}
100% {width:100%;}
}
@keyframes btnMgnb2 {
0% {width:0;}
100% {width:20px;}
}
@keyframes btnMgnbH {
0% {height:0;}
100% {height:100%;}
}
@keyframes btnMgnb02 {
0% {width:0;}
100% {width:28px;}
}
@keyframes btnMgnbH02 {
0% {height:0;}
100% {height:28px;}
}
@keyframes gnbOp {
0% {transform:translateX(360px);}
100% {transform:translateX(0px);}
}
@keyframes gnbCl {
0% {transform:translateX(0px);}
100% {transform:translateX(360px);}
}


/* 중간 레이아웃 */
#wrapper {position:relative; z-index:1;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:"";}
#container {position:relative;min-height:300px; z-index:2;}
#container:after {display:block;visibility:hidden;clear:both;content:"";}
.inner{position:relative; z-index:2; max-width:1400px; width:94%; height:100%; margin:0 auto; padding:100px 0;}

@media (max-width:1200px){
	.inner{padding:130px 0 100px;}
}

@media (max-width:940px){
	.inner{padding:70px 0;}
}

@media (max-width:700px){	
	.inner{padding:60px 0;}
}

@media (max-width:480px){
	.inner{padding:50px 0;}
}


/* subVisual */
.subVisual {position:relative; z-index:1; width:100%; height:550px; margin-top:100px; background:#eee; overflow:hidden;}
.subVisual .img {position:relative; height:100%; background-size:cover; background-position:center top; background-repeat:no-repeat; animation:visualBg both ease-in-out 1.6s;}
.subVisual .subTitle {position:absolute; z-index:2; top:50%; left:0; width:100%; height:140px; margin-top:-70px; color:#fff; animation:title both 0.4s 0.7s; text-align:center;}
.subVisual .subTitle .tit {position:relative; display:inline-block; font-weight:400;}
.subVisual .subTitle .titSubject {margin-top:5px;}

@keyframes visualBg {
0% {transform:scale(1.1);}
100% {transform:scale(1);}
}
@keyframes title {
0% {transform:translateY(50%);opacity:0;}
100% {transform:translateY(0%);opacity:1;}
}


@media screen and (max-width:1920px) {
	#container {font-size:18px;}
}

@media screen and (max-width:1600px) {
	.subVisual {width:100%; margin-left:0;}
	.subVisual .subTitle {width:94%; left:3%; margin-left:0;}
	.subVisual .subTitle .titSubject {margin:0;}
}

@media screen and (max-width:1200px) {
	.subVisual {height:400px; margin-top:90px;}
	.subVisual .subTitle {top:55%;}
}

@media (max-width:940px){
	.subVisual {height:350px; margin-top:80px;}
}

@media (max-width:700px){	
	.subVisual {height:300px; margin-top:70px;}
	.subVisual .subTitle {top:60%;}
}

@media (max-width:480px){	
	.subVisual {height:240px;}
}


/* breadcrumb */
.breadcrumb {position:absolute;z-index:10;left:0;top:490px;width:100%;height:60px;background:#fff;border-bottom:1px solid #eee;}
.breadcrumb_cont {position:relative;z-index:12;max-width:1400px;margin:0 auto;padding:0;}
.breadcrumb_cont:after {display:block;clear:both;height:0;content:"";overflow:hidden;}
.breadcrumb .li {display:block;position:relative;float:left;width:245px;border-right:1px solid #e7e7e7;box-sizing:border-box;}
.breadcrumb .li a {position:relative;display:block;color:#666;font-weight:400;line-height:60px;text-align:left;overflow:hidden;transition:color 0.4s;white-space:nowrap;}
.breadcrumb .li .link {position:relative; height:60px;line-height:60px;padding:0 56px 0 20px;}
.breadcrumb .li .link:after {position:absolute;content:'';right:20px;top:50%;width:8px;height:8px;margin-top:-6px;border:2px solid #000; border-width:0 2px 2px 0; opacity:0.6;transform:rotate(45deg);transition:all 0.4s;}
.breadcrumb .home {z-index:10;width:60px;}
.breadcrumb .home a {width:60px;height:60px;background:#25a7ed;overflow:hidden;}
.breadcrumb .home a span {position:absolute;top:auto;left:auto;width:60px;height:60px;color:#fff;overflow:hidden; text-align:center;}
.breadcrumb .home:after {display:none;}  
.breadcrumb .li .dep {display:none;position:absolute;left:-1px;top:59px;width:calc(100% + 2px);animation:fade both 0.4s;}
.breadcrumb .li .dep ul {display:block;background:#fff;border:1px solid #ccc; border-width:0 1px 1px 1px;}
.breadcrumb .li .dep li {background:#f4f4f4;}
.breadcrumb .li .dep li:hover {background:#25a7ed;}
.breadcrumb .li .dep li:hover a {color:#fff;}
.breadcrumb .li .dep li a {padding:14px 20px;line-height:22px; font-size:1em;}
.breadcrumb .li .dep li a:focus {background:#f6f6f6;color:#000;}
.breadcrumb .li .dep li.on {background:#f7f7f7;color:#000;cursor:default;}
.breadcrumb .li:last-child a.link {color:#000;}
.breadcrumb .li.act:before {position:absolute;left:-1px;top:0;width:calc(100% + 2px);height:100%;border:solid #e7e7e7;border-width:0 1px 0 1px;content:"";}
.breadcrumb .li.act .link {color:#000;}
.breadcrumb .li.act .link:after {margin-top:-2px; transform:rotate(225deg);opacity:1;}
.breadcrumb .li.act .dep {display:block;}
.breadcrumb.on {position:fixed; top:100px;}

@media screen and (max-width:1200px) {
	.breadcrumb {top:400px;}
	.breadcrumb.on {top:90px;}
}

@media (max-width:940px){
	.breadcrumb {display:none;}
}


/* 하단 레이아웃 */
#ft {position:relative; z-index:10; width:100%; background:#1d283e;}
#ft_wr {width:100%; margin:0 auto; padding:0 0 50px; position:relative; letter-spacing:0; text-align:center;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:"";}
#ft_wr .ft_cnt {width:100%; padding:0; border-bottom:1px solid #373737; margin:0 0 30px;}
#ft_wr .ft_cnt a {color:#aaa; line-height:70px; padding-right:40px; font-size:14px;}
#ft_wr .ft_cnt a:hover {color:#ddd;}
#ft_wr .ft_cnt a:first-child {padding-left:5px;}
#ft_wr .ft_cnt a:last-child {padding-right:0;}

#ft_wr .cs_info {position:absolute;z-index:10; top:120px; right:0; text-align:right; color:#fff;}
#ft_wr .cs_info .tel {display:inline-block; position:relative; line-height:34px; font-weight:bold;}
#ft_wr .cs_info .tel:before {position:absolute; content:''; top:50%; left:-45px; margin-top:-18px; width:32px; height:32px; background:url('../img/footer_tel.png') no-repeat center / cover;}
#ft_wr .cs_info .txt {opacity:0.6; font-weight:300;}

#ft_company {width:100%; padding:28px 3%; font-weight:normal; text-align:center; background:#141e2d; color:#fff; margin-bottom:50px;}
#ft_company ul {display:inline-block;}
#ft_company ul li {position:relative; float:left; padding:0 16px;}
#ft_company ul li:before {position:absolute; content:''; top:50%; right:-4px; transform:translate(-50%,-50%); width:4px; height:4px; border-radius:50%; background:#fff; opacity:0.4;}
#ft_company ul li:last-child:before {display:none;}
#ft_company ul li a {color:#fff; opacity:0.5; line-height:24px;}
#ft_company ul li a:hover {opacity:1;}
#ft_catch {position:relative; margin:10px 0 20px;}
#ft_wr .ft_info {color:#fff; font-size:15px; font-weight:300; line-height:1.5; opacity:0.5;}
#ft_wr .ft_info span {display:inline-block; margin:0 4px;}
#ft_wr .ft_info h2 {display:none;}
#ft_copy {padding:20px 0 0; color:#989898; font-size:12px; font-weight:200; opacity:0.8;}


#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px; line-height:46px;border:2px solid #333; color:#333; text-align:center; font-size:15px; z-index:90; background:rgba(255,255,255,0.5);}
#top_btn:hover {border-color:#ffc000;background:#ffc000;color:#fff;}

@media screen and (max-width:1200px) {
	#ft_wr {padding:0 0 40px; padding-left:0;}
	#ft_company {margin-bottom:40px;}
}
@media screen and (max-width:940px) {
	#ft_wr {padding:0 0 30px; padding-left:0;}
	#ft_company {padding:20px 3%;}
	#ft_company ul li {padding:0 10px; font-size:0.9em;}
}
@media screen and (max-width:480px) {
	#ft_company ul li {padding:0 10px; font-size:0.85em;}
	#ft_catch img {width:280px; height:auto;}
	#ft_wr .ft_info {font-size:0.9em;}
	#ft_wr .ft_info span {display:block; font-size:0; height:0;}
}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative; width:100%; border:0;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:5px 10px;border:1px solid #ccc;background:#fafafa;font-size:13px; color:#000;text-decoration:none;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:38px;height:38px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {padding-top:30px; text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#25a7ed;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#444;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#444}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:0px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {/*background:#ebedf6*/}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;font-size:0.95em;border-top:2px solid #111;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 5px;font-weight:normal;text-align:center;border-bottom:1px solid #ddd; background:#f4f4f4;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:20px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:20px 5px;border-bottom:1px solid #ecf0f1;line-height:1.4em; word-break:break-all}
/*.tbl_head01 tbody tr:hover td {background:#fafafa;}*/
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;box-sizing:border-box;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px;font-size:0.95em;}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

@media screen and (max-width:700px) {
	.tbl_wrap table {font-size:0.85em;}
	.tbl_head01 thead th {padding:15px 5px;}
	.tbl_head01 tbody th {padding:15px 0;}
	.tbl_head01 td {padding:15px 5px;}
	.half_input {width:100%;}
}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both; display:inline-block; width:100%; text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}







 /* ******************  메인 비주얼 ********************** */
.mainVisual {position:relative; width:100%; height:850px; margin-top:100px;}
.visual_area {position:relative; width:100%; height:100%;}
.visual_area .list {position:relative; overflow:hidden; width:100%; height:100%}
.visual_area .list .cont {position:relative; float:left; width:100%; height:850px; z-index:-1 !important;}
.visual_area .list .cont:after {position:absolute; content:""; z-index:1; width:100%; height:100%; top:0; left:0; background-color:rgba(0,0,0,0.2);}
.visual_area .list .cont .visual_tx {position:absolute; z-index:2; top:40%; max-width:1400px; width:92%; left:50%; transform:translate(-50%,-50%); text-align:center;}
.visual_area .list .cont .visual_tx .txt {text-align:center; color:#fff;}
.visual_area .list .cont .visual_tx .txt1 {position:relative; padding:12px 7px; display:inline-block;}
.visual_area .list .cont .visual_tx .txt1:before {position:absolute; content:''; top:0; left:0; width:100%; height:100%; border:1px solid #fff; border-width:1px 0; opacity:0.3;}
.visual_area .list .cont:nth-child(1) .visual_tx img {max-width:1100px; width:100%; margin:0 auto;}
.visual_area .list .cont:nth-child(2) .visual_tx img {max-width:900px; width:100%; margin:40px auto 30px;}
 
.visual_area .list .cont.slick-active a {display:inline-block;}
.visual_area .list .cont .img {position:relative; width:100%; height:100%; background-repeat:no-repeat; background-size:cover;}
.visual_area .list .cont .img span {z-index:-1; position:absolute; top:0; left:0; display:block; width:100%; height:100%; transform:scale(1.1); transition:4s .1s;}
.visual_area .list .cont[class*=slick-active].on .img span {transform:scale(1); transform:rotate(.001deg);}
.visual_area .list .cont .img .v1 {background:url('../img/main/mainvisual01.jpg') no-repeat center top / cover;}
.visual_area .list .cont .img .v2 {background:url('../img/main/mainvisual02.jpg') no-repeat center center / cover;}
.visual_area .list .cont .img .v3 {background:url('../img/main/mainvisual03.jpg') no-repeat center center / cover;}

.visual_area .ico_arrow {z-index:5000; position:absolute; width:100%; text-align:center; font-size:14px; color:#fafafa; /* transform:rotate(90deg) translate(-50%, -2px); */ animation:ico_arrow 1.2s linear infinite 0s;}

.visual_area .ctrlbox {z-index:2; position:absolute; max-width:360px; width:100%; bottom:200px; left:50%; margin-left:-180px; height:30px; text-align:center;}
.visual_area .ctrlbox button {position:relative; width:30px; height:30px; cursor:pointer; vertical-align:middle; background:transparent; border:none;}
.visual_area .ctrlbox button.next,
.visual_area .ctrlbox button.pre {position:relative; z-index:2; margin:0;}
.visual_area .ctrlbox button.next:after,
.visual_area .ctrlbox button.pre:after {display:block; position:absolute; content:""; width:12px; height:12px; border-right:2px solid #fff; border-bottom:2px solid #fff; left:50%; top:50%; transition:all 0.4s ease-out;}
.visual_area .ctrlbox button.next:after {transform:rotate(-45deg) translate(-50%,-50%); margin:-6px 0 0;}
.visual_area .ctrlbox button.pre:after {transform:rotate(135deg) translate(-50%,-50%); margin:-6px 0 0 -10px;}

.visual_area .ctrlbox button.pause, .visual_area .ctrlbox button.play {width:30px;}
.visual_area .ctrlbox button.pause {background:url(../img/main/v_stop_btn.png) no-repeat 50% 50%;}
.visual_area .ctrlbox button.play {background:url(../img/main/v_play_btn.png) no-repeat  50% 50%;}

.visual_area .list_num {position:relative; top:2px; display:inline-block; padding:0 10px 0 0; font-size:15px; color:#fff; font-weight:500;}
.visual_area .list_num span {padding:0 8px;}
.visual_area .blind {position:absolute; top:-1000px; left:-10000px; overflow:hidden; font-size:1px; text-indent:-9999px; line-height:0;}

.visual_area .scroll_ani {position:absolute; bottom:0; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); z-index:10; text-align:center;}
.visual_area .scroll_ani span {font-size:12px; color:#fff; font-weight:300; letter-spacing:0.2em;}
.visual_area .scroll_ani .bar {display:block; width:1px; height:70px; margin:10px auto 0; background:rgba(255, 255, 255, 0.5); -webkit-animation:upDown 1s 0.1s infinite; animation:upDown 1s 0.1s infinite;}

@keyframes ico_arrow {
	0% {bottom:55px;}
	50% {bottom:50px;}
	100% {bottom:55px;}
}

@media screen and (max-width:1200px) {
	.mainVisual {height:700px; margin-top:90px;}
	.visual_area .list .cont {height:700px;}
}
@media screen and (max-width:940px) {
	.mainVisual {height:600px; margin-top:80px;}
	.visual_area .list .cont {height:600px;}
	.visual_area .list .cont .visual_tx .txt1 {padding:10px 5px;}
	.visual_area .list .cont:nth-child(2) .visual_tx img {margin:30px auto 20px;}
	.visual_area .ctrlbox {bottom:160px;}
}
@media screen and (max-width:700px) {
	.mainVisual {height:500px; margin-top:70px;}
	.visual_area .list .cont {height:500px;}
	.visual_area .list .cont .visual_tx .txt1 {padding:8px 4px; font-size:20px;}
	.visual_area .list .cont:nth-child(2) .visual_tx img {margin:20px auto 15px;}
	.visual_area .ctrlbox {bottom:140px;}
}
@media screen and (max-width:480px) {
	.mainVisual {height:400px;}
	.visual_area .list .cont {height:400px;}
	.visual_area .list .cont .visual_tx .txt1 {padding:5px 3px; font-size:16px;}
	.visual_area .list .cont .visual_tx .txt2 {font-size:15px;}
	.visual_area .ctrlbox {bottom:110px;}
}


.btn_go {display:block; width:160px; height:40px; line-height:40px; color:#555; border:1px solid #777; border-radius:20px; text-align:center; transition:all 200ms ease; opacity:0.8;}
.btn_go:hover {transform:translate(0, -3px); color:#777; opacity:1; border:1px solid #25a7ed; -webkit-box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1);}

/* 진료예약 및 문의 */
#sec00 {position:relative; z-index:2; width:100%; height:110px;}
#sec00 .inn {position:absolute; top:0; left:50%; transform:translate(-50%,-50%); max-width:1300px; width:94%; height:220px; border-radius:15px; -webkit-box-shadow:0px 30px 50px 0 rgba(0, 0, 0, 0.1); box-shadow:0px 30px 50px 0 rgba(0, 0, 0, 0.1); overflow:hidden;}
#sec00 .qnaBox {float:left; width:45%; height:100%; padding:55px 0 0 5%; background:url(../img/main/logo_bg.jpg) no-repeat 95% 60%; background:#fff;}
#sec00 .qnaBox .txt {line-height:1.3;}
#sec00 .infoBox {float:left; width:55%; height:100%; padding:50px 0 0 5%; background:#25a7ed; color:#fff;}
#sec00 .infoBox ul {margin-top:15px;}
#sec00 .infoBox ul li {display:inline-block; vertical-align:middle; position:relative; letter-spacing:0;}
#sec00 .infoBox ul li:first-child {width:52%;}
#sec00 .infoBox ul li:first-child:before {position:absolute; content:''; top:50%; right:0; transform:translate(0,-50%); width:1px; height:70px; background:#fff; opacity:0.3;}
#sec00 .infoBox ul li:last-child {padding-left:9%;}
#sec00 .infoBox .tel {font-family:'Gmarket Sans'; font-weight:300; line-height:1.4;}
#sec00 .infoBox .tel span {font-weight:500;}
#sec00 .infoBox .txt { font-weight:300; opacity:0.7;}
#sec00 .infoBox .time {opacity:0.8;}
#sec00 .infoBox .time span {display:none;}
#sec00 .infoBox .txt_b {color:#000; opacity:0.7; font-weight:500;}

@media screen and (max-width:1200px) {
	#sec00 .infoBox ul {margin-top:10px;}
	#sec00 .infoBox ul li:first-child {width:100%;}
	#sec00 .infoBox ul li:first-child:before {display:none;}
	#sec00 .infoBox ul li:last-child {padding-left:0;}
	#sec00 .infoBox .tel {line-height:1.0;}
	#sec00 .infoBox .time br {display:none;}
	#sec00 .infoBox .time span {display:inline-block;}
	#sec00 .infoBox .txt_b {margin-top:5px;}
}

@media screen and (max-width:940px) {
	#sec00 .qnaBox {width:42%;}
	#sec00 .infoBox {width:58%;}
}

@media screen and (max-width:700px) {
	#sec00 {height:150px;}
	#sec00 .inn {height:300px; transform:translate(-50%,-110px);}
	#sec00 .qnaBox {position:relative; width:100%; height:110px; padding:40px 5%;}
	#sec00 .qnaBox a.btn_go {position:absolute; top:55%; right:5%; transform:translate(0,-50%);}
	#sec00 .infoBox {width:100%; height:190px; padding:30px 5% 20px;}
}

@media screen and (max-width:480px) {
	#sec00 {height:180px;}
	#sec00 .inn {height:auto; transform:translate(-50%,-90px);}
	#sec00 .qnaBox {height:auto; padding:25px 5% 15px;}
	#sec00 .qnaBox a.btn_go {position:relative; top:auto; right:auto; transform:translate(0,0);}
	#sec00 .infoBox {height:auto; padding:25px 1% 20px 5%;}
	#sec00 .infoBox .time {font-size:13.5px;}
}



/* 바로가기 아이콘 */
#sec01 .inn {}
#sec01 .cont01 {position:relative; width:100%; height:; background:url(../img/main/sec01_bg.png) no-repeat center top;}
#sec01 .titBox {position:relative; z-index:2; text-align:center; line-height:1.2;}
#sec01 .titBox .tit1 {font-family:"SCDream";}
#sec01 .titBox .tit2 {font-family:'jalnan';}
#sec01 .titBox .tit2 br {display:none;}

#sec01 .iconBox01 {position:relative; text-align:center; padding:60px 0; width:100%;}
#sec01 .iconBox01:before {position:absolute; content:''; width:120%; height:100%; background:#000; opacity:0.05; top:50%; left:50%; transform:translate(-780px,-50%); border-radius:130px 0 0 130px;}
#sec01 .iconBox01:after {position:absolute; content:''; width:410px; height:590px; background:url(../img/main/sec01_img.png) no-repeat center bottom / cover; bottom:0; right:3%; transition:all 200ms ease;}
#sec01 .iconBox01 ul {position:relative; z-index:2; font-size:0; max-width:880px; width:84%; margin:0 auto;}
#sec01 .iconBox01 li {display:inline-block; width:25%;}
#sec01 .iconBox01 li a {display:block; width:140px; height:140px; border-radius:50%; padding-top:97px; background-color:#25a7ed; background-repeat:no-repeat; background-position:center 40%; background-size:70px; margin:0 auto; transition:all 200ms ease;}
#sec01 .iconBox01 li a:hover {transform:translate(0, -20px);}
#sec01 .iconBox01 li:nth-child(1) a {background-image:url(../img/main/icon01.png);}
#sec01 .iconBox01 li:nth-child(2) a {background-image:url(../img/main/icon02.png);}
#sec01 .iconBox01 li:nth-child(3) a {background-image:url(../img/main/icon03.png);}
#sec01 .iconBox01 li:nth-child(4) a {background-image:url(../img/main/icon04.png);}
#sec01 .iconBox01 li p {font-size:18px; color:#fff;}

#sec01 .iconBox02 {position:relative; max-width:1320px; width:94%; margin:0 auto;}
#sec01 .iconBox02 ul { font-size:0;}
#sec01 .iconBox02 li {display:inline-block; width:25%; padding:10px;}
#sec01 .iconBox02 li a {position:relative; display:block; width:100%; height:100px; border-radius:10px; border:1px solid #ddd; padding-left:35px; background-repeat:no-repeat; background-position:90% 50%; background-size:60px; transition:all 200ms ease;}
#sec01 .iconBox02 li a:hover {transform:translate(0, -3px); border:1px solid #25a7ed; -webkit-box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1);}
#sec01 .iconBox02 li:nth-child(1) a {background-image:url(../img/main/icon_1.png);}
#sec01 .iconBox02 li:nth-child(2) a {background-image:url(../img/main/icon_2.png);}
#sec01 .iconBox02 li:nth-child(3) a {background-image:url(../img/main/icon_3.png);}
#sec01 .iconBox02 li:nth-child(4) a {background-image:url(../img/main/icon_4.png);}
#sec01 .iconBox02 li:nth-child(5) a {background-image:url(../img/main/icon_5.png);}
#sec01 .iconBox02 li:nth-child(6) a {background-image:url(../img/main/icon_6.png);}
#sec01 .iconBox02 li:nth-child(7) a {background-image:url(../img/main/icon_7.png);}
#sec01 .iconBox02 li:nth-child(8) a {background-image:url(../img/main/icon_8.png);}
#sec01 .iconBox02 li p {position:relative; font-size:18px; top:50%; transform:translate(0,-50%);}

@media screen and (max-width:1800px) {
	#sec01 .iconBox01:after {right:0;}
}
@media screen and (max-width:1600px) {
	#sec01 .titBox .tit2 br {display:block;}
	#sec01 .iconBox01:before {transform:translate(-40%,-50%);}
	#sec01 .iconBox01:after {right:-3%;}
}
@media screen and (max-width:1200px) {
	#sec01 .titBox .tit1 {font-size:28px;}
	#sec01 .iconBox02 li {width:33.3%;}
}
@media screen and (max-width:940px) {
	#sec01 .titBox .tit1 {font-size:26px;}
	#sec01 .iconBox01 {padding:40px 0;}
	#sec01 .iconBox01:after {width:360px; height:520px; right:-8%;}
	#sec01 .iconBox02 li {padding:5px;}
	#sec01 .iconBox02 li a {height:80px; padding-left:25px; background-size:50px;}
	#sec01 .iconBox02 li p {font-size:17px;}
}
@media screen and (max-width:700px) {
	#sec01 .titBox .tit1 {font-size:24px;}
	#sec01 .iconBox01:after {width:320px; height:460px; right:-12%;}
	#sec01 .iconBox01 li a {width:120px; height:120px; padding-top:85px; background-size:60px;}
	#sec01 .iconBox01 li p {font-size:16px;}
	#sec01 .iconBox02 li {width:50%;}
}
@media screen and (max-width:480px) {
	#sec01 .titBox {padding-bottom:30px;}
	#sec01 .titBox .tit1 {font-size:18px;}
	#sec01 .titBox .tit2 {font-size:30px;}
	#sec01 .iconBox01 {padding:25px 0;}
	#sec01 .iconBox01:after {width:220px; height:316px; right:-15%;}
	#sec01 .iconBox01 li a {width:80px; height:80px; padding-top:80px; background-position:center 50%; background-size:50px;}
	#sec01 .iconBox01 li p {font-size:16px; color:#000;}
	#sec01 .iconBox02 li a {height:60px; padding-left:20px; background-size:40px;}
	#sec01 .iconBox02 li p {font-size:15px;}
}



/* 진료과목 */
#sec02 {position:relative; width:100%; height:1200px; background:url(../img/main/sec02_bg.jpg) no-repeat center / cover;}
#sec02 .titBox {position:absolute; top:50%; left:50%; transform:translate(-230px,-300px); text-align:left;}
#sec02 .titBox h3 {color:#25a7ed; font-weight:600;}
#sec02 .titBox .txt {font-family:"scdream"; font-weight:500; letter-spacing:-1px; color:#333; line-height:130%;}

.hosp_column {position:relative; width:100%; height:940px;}
.hosp_column .hosp_for {position:relative; top:50%; left:50%; transform:translate(-750px,-50%); width:450px; height:630px; z-index:1;}
.hosp_column .hosp_for button {display:none !important;}
.hosp_column .hosp_for div {width:100%; height:100%;}
.hosp_column .hosp_for .pro_pic {position:relative; width:100%; height:100%;}
.hosp_column .hosp_for .pro_pic .pro_txt {position:absolute; bottom:0; left:0; width:100%; height:180px; color:#fff;}
.hosp_column .hosp_for .pro_pic .pro_txt:before {position:absolute; content:''; top:0; left:0; width:100%; height:100%; background:#0067a9; opacity:0.8; transition:all 200ms ease;}
.hosp_column .hosp_for .pro_pic .pro_txt:hover:before {opacity:1;}
.hosp_column .hosp_for .pro_pic .pro_txt a {position:relative; display:block; color:#fff; padding:45px 0 0 40px; height:100%;}
.hosp_column .hosp_for .pro_pic .pro_txt h4 {padding-left:5px; font-weight:400; opacity:0.9;}
.hosp_column .hosp_for .pro_pic .pro_txt p {font-family:"scdream"; font-weight:700;}

.hosp_column .hosp_nav {position:absolute; top:50%; left:50%; transform:translate(-250px,-95px); width:1500px; z-index:2;}
.hosp_column .hosp_nav .slick-track {margin-left:-300px;}
.hosp_column .hosp_nav .slick-slide {position:relative; width:280px; height:410px; overflow:hidden; margin:0 20px 0 0; box-sizing:border-box; cursor:pointer;}
.hosp_column .hosp_nav .slick-slide > div {position:relative; width:100%; height:100%;  background-size:cover;}
.hosp_column .hosp_nav .pro_pic {position:relative; width:100%; height:100%;}
.hosp_column .hosp_nav .pro_pic p {position:absolute; bottom:25px; left:30px; font-family:"scdream"; font-weight:500; color:#333;}

.hosp_column .hosp_nav button {position:absolute; bottom:-90px; left:0px; width:60px; height:60px; /*background:#ffc000;*/ background:none; border:1px solid #aaa; text-indent:-9999px; box-sizing:border-box; z-index:2; outline:none;}
.hosp_column .hosp_nav button:before {content:''; width:1px; height:12px; background:#444; position:absolute; top:50%; margin-top:-10px; transition:all ease .3s;}
.hosp_column .hosp_nav button:after {content:''; width:40%; height:1px; background:#444; position:absolute; top:50%; transition:all ease .3s;}
.hosp_column .hosp_nav button:hover:after {width:60%;}
.hosp_column .hosp_nav .slick-prev {}
.hosp_column .hosp_nav .slick-next {margin-left:59px;}
.hosp_column .hosp_nav .slick-prev:before {right:58%; transform:rotate(45deg);}
.hosp_column .hosp_nav .slick-prev:after {right:27%;}
.hosp_column .hosp_nav .slick-next:before {left:60%; transform:rotate(-45deg);}
.hosp_column .hosp_nav .slick-next:after {left:27%;}
.hosp_column .hosp_nav .slick-prev:hover:before {right:78%;}
.hosp_column .hosp_nav .slick-next:hover:before {left:78%;}

.hosp_column .hosp_for .hosp01 .pro_pic,
.hosp_column .hosp_nav .hosp01 .pro_pic {background:url('../img/main/sec02_01.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp02 .pro_pic,
.hosp_column .hosp_nav .hosp02 .pro_pic {background:url('../img/main/sec02_02.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp03 .pro_pic,
.hosp_column .hosp_nav .hosp03 .pro_pic {background:url('../img/main/sec02_03.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp04 .pro_pic,
.hosp_column .hosp_nav .hosp04 .pro_pic {background:url('../img/main/sec02_04.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp05 .pro_pic,
.hosp_column .hosp_nav .hosp05 .pro_pic {background:url('../img/main/sec02_05.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp06 .pro_pic,
.hosp_column .hosp_nav .hosp06 .pro_pic {background:url('../img/main/sec02_06.jpg') no-repeat center center / cover;}
.hosp_column .hosp_for .hosp07 .pro_pic,
.hosp_column .hosp_nav .hosp07 .pro_pic {background:url('../img/main/sec02_07.jpg') no-repeat center center / cover;}

@media screen and (max-width:1600px) {
	#sec02 {height:1100px;}
	#sec02 .titBox {left:5%; transform:translate(530px,-300px); width:45%;}
	.hosp_column {height:900px;}
	.hosp_column .hosp_for {left:5%; transform:translate(0,-50%);}
	.hosp_column .hosp_nav {left:5%; transform:translate(500px,-95px);}
}
@media screen and (max-width:1200px) {
	#sec02 {height:1100px;}
	#sec02 .titBox {left:3%; transform:translate(460px,-250px);}
	#sec02 .titBox .txt {font-size:36px;}
	#sec02 .titBox .txt br {display:none;}
	.hosp_column {height:840px;}
	.hosp_column .hosp_for {left:4%; width:400px; height:560px;}
	.hosp_column .hosp_nav {left:4%; transform:translate(440px,-70px); width:1500px;}
	.hosp_column .hosp_nav .slick-slide {width:240px; height:350px;}
}
@media screen and (max-width:940px) {
	#sec02 {height:1200px;}
	#sec02 .titBox {position:relative; top:80px; left:4%; transform:translate(0,0); width:92%;}
	#sec02 .titBox .txt br {display:block;}
	.hosp_column {height:800px;}
	.hosp_column .hosp_for .pro_pic .pro_txt {height:150px;}
	.hosp_column .hosp_for .pro_pic .pro_txt a {padding:35px 0 0 30px;}
	.hosp_column .hosp_for .pro_pic .pro_txt h4 {padding-left:2px;}
	.hosp_column .hosp_nav {transform:translate(440px,-30px);}
}
@media screen and (max-width:480px) {
	#sec02 {height:1080px;}
	#sec02 .titBox {top:70px;}
	#sec02 .titBox .txt {font-size:25px;}
	.hosp_column {height:640px;}
	.hosp_column .hosp_for {width:92%; height:500px;}
	.hosp_column .hosp_for .pro_pic .pro_txt {height:130px;}
	.hosp_column .hosp_for .pro_pic .pro_txt a {padding:30px 0 0 25px;}
	.hosp_column .hosp_nav {left:100%; transform:translate(0,-70px);}
	.hosp_column .hosp_nav button {bottom:-150px; left:-135px;}
}



/* 특화진료 */
#sec03 {position:relative; z-index:2; width:100%; height:0;}
#sec03 .inn {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:1800px; width:94%; height:370px;}
#sec03 ul {font-size:0;}
#sec03 ul li {position:relative; display:inline-block; vertical-align:top; width:50%; height:370px; padding:70px 20px 0 80px;}
#sec03 ul li:nth-child(1) {background:url(../img/main/banner01_bg.jpg) no-repeat center top / cover; color:#fff;}
#sec03 ul li:nth-child(2) {background:url(../img/main/banner02_bg.jpg) no-repeat center top / cover;}
#sec03 ul li h3 {color:#e69200; padding-left:3px;}
#sec03 ul li .tit {font-family:"scdream"; font-weight:300;}
#sec03 ul li .tit span {font-weight:700;}
#sec03 ul li .txt {opacity:0.8;}
#sec03 ul li:nth-child(1) a {color:#ddd}

@media screen and (max-width:1600px) {
	#sec03 ul li {padding:70px 20px 0 4%;}
}

@media screen and (max-width:1400px) {
	#sec03 .inn {height:310px;}
	#sec03 ul li {height:310px; padding:50px 20px 0 3%;}
}

@media screen and (max-width:940px) {
	#sec03 .inn {height:480px;}
	#sec03 ul li {width:100%; height:240px; padding:50px 20px 0 4%;}
	#sec03 ul li a {position:absolute; bottom:40px; right:4%;}
}

@media screen and (max-width:700px) {
	#sec03 .inn {height:500px;}
	#sec03 ul li {height:250px; padding:30px 10px 0 5%;}
	#sec03 ul li a {position:relative; bottom:auto; right:auto;}
}

@media screen and (max-width:480px) {
	#sec03 ul li .txt br {display:none;}
}



/* 공지사항 */
#sec04 {position:relative; z-index:1; width:100%; padding-top:180px; height:1000px; background:url(../img/main/sec04_bg.jpg) no-repeat center bottom / cover;}
#sec04 .inn {max-width:1460px; width:92%; margin:0 auto;}
#sec04 .inn h3 {text-align:center; font-family:"scdream"; font-weight:500; line-height:1.3;}
 
@media screen and (max-width:1400px) {
	#sec04 {padding-top:140px; height:auto;}
}
@media screen and (max-width:1200px) {
	#sec04 {padding-top:120px;}
}
@media screen and (max-width:940px) {
	#sec04 {padding-top:180px;}
}
@media screen and (max-width:700px) {
	#sec04 .inn {padding-bottom:120px;}
}
@media screen and (max-width:480px) {
	#sec04 .inn {padding-bottom:60px;}
}








/* 서브 */
.subbottom_bg {position:relative; z-index:1; width:100%; height:320px;}
.subbottom_bg:before {position:absolute; content:''; width:1800px; height:450px; bottom:0; left:50%; transform:translate(-50%,0);}
.subTitle {position:relative; display:inline-block; top:53%; left:50%; transform:translate(-50%,-50%); z-index:2; color:#fff; letter-spacing:10px; font-weight:500;}
.subTitle:before {position:absolute; content:''; width:80%; height:1px; background:#fff; top:50%; right:105%; opacity:0.35;}
.subTitle:after {position:absolute; content:''; width:80%; height:1px; background:#fff; top:50%; left:105%; opacity:0.35;}

@media screen and (max-width:1700px) {
	.subtop_bg:before {width:97vw;}
}
@media screen and (max-width:1400px) {
	.subbottom_bg {height:220px;}
	.subbottom_bg:before {height:350px;}
}
@media screen and (max-width:940px) {
	.subbottom_bg {height:150px;}
	.subbottom_bg:before {height:240px;}
	.subTitle {letter-spacing:7px;}
}
@media screen and (max-width:480px) {
	.subbottom_bg {height:100px;}
	.subbottom_bg:before {height:170px;}
	.subTitle {letter-spacing:1px;}
}


/* 인사말 */
.greeting .subbottom_bg:before {background:url(../img/sub/01/0101_subtop_bg.jpg) no-repeat center bottom / cover;}
.greeting .txtBox {position:relative; z-index:2; font-weight:400; background:#fff; padding:20px 80px 120px;}	
.greeting .txtBox .tit {float:left; width:500px; letter-spacing:-2px; font-family:"scdream"; font-weight:500; line-height:1.5; color:#007ebc;}
.greeting .txtBox .txt_cont {display:inline-block; width:calc(100% - 500px);}
.greeting .txtBox .txt_cont p.sign span {position:relative; display:inline-block; vertical-align:top; margin-left:10px; font-size:0;}
.greeting .txtBox .txt_cont p.sign span:before {position:absolute; content:''; top:-10px; left:0      ; width:100px; height:40px; background:url(../img/sub/01/sign.jpg) no-repeat center / cover;}

@media screen and (max-width:1800px) {
	.greeting .inner {padding-bottom:0;}
}

@media screen and (max-width:1400px) {
	.greeting .txtBox {padding:20px 80px 80px;}
	.greeting .txtBox .tit {width:450px;}
	.greeting .txtBox .txt_cont {width:calc(100% - 450px);}
}

@media screen and (max-width:940px) {
	.greeting .txtBox {padding:20px 70px 70px;}
	.greeting .txtBox .tit {width:100%;}
	.greeting .txtBox .tit br {display:none;}
	.greeting .txtBox .txt_cont {width:100%;}
	.greeting .txtBox .txt_cont p br {display:none;}
}

@media screen and (max-width:700px) {
	.greeting .txtBox {padding:0 50px 60px;}
}

@media screen and (max-width:480px) {
	.greeting .txtBox {padding:0 30px 50px;}
}



/* 미션비전 */
.vision .subbottom_bg:before {background:url(../img/sub/01/0101_subtop_bg.jpg) no-repeat center bottom / cover;}
.vision .txtBox {position:relative; z-index:2; font-weight:400; background:#fff; padding:20px 80px 120px;text-align:center;}	
.vision dt {font-family:"scdream"; font-weight:400; color:#0072be;}
.vision .cont01 {width:100%;}
.vision .cont01 dd p {max-width:1000px; width:100%; margin:0 auto; background:#eee; padding:20px; color:#fff;
	background:-webkit-linear-gradient(to left, #0072be, #00b3b6);
	background:-o-linear-gradient(to left, #0072be, #00b3b6);
	background:-moz-linear-gradient(to left, #0072be, #00b3b6);
	background:linear-gradient(to left, #0072be, #00b3b6);}
.vision .cont02 {position:relative;}
.vision .cont02 dd {position:relative; z-index:2;}
.vision .cont02 ul {font-size:0; margin:0 auto;}
.vision .cont02 ul li {position:relative; display:inline-block; vertical-align:top; width:280px; height:280px; margin:5px 0; margin-right:30px; font-family:"scdream"; font-size:20px; line-height:1.3; padding:40px; padding-top:180px; border-radius:140px; border:1px solid #0072be;}
.vision .cont02 ul li:before {position:absolute; content:''; width:80px; height:80px; top:70px; left:50%; transform:translate(-50%,0);}
.vision .cont02 ul li:nth-child(1):before {background:url(../img/sub/01/0102_icon1.png) no-repeat center / cover;}
.vision .cont02 ul li:nth-child(2):before {background:url(../img/sub/01/0102_icon2.png) no-repeat center / cover;}
.vision .cont02 ul li:nth-child(3):before {background:url(../img/sub/01/0102_icon3.png) no-repeat center / cover;}
.vision .cont02 ul li:last-child {margin-right:0;}
.vision .cont02 ul li span {font-weight:500;}

@media screen and (max-width:1800px) {
	.vision .inner {padding-bottom:0;}
}

@media screen and (max-width:1400px) {
	.vision .txtBox {padding:20px 80px 80px;}
}

@media screen and (max-width:940px) {
	.vision .txtBox {padding:20px 40px 70px;}
	.vision .cont02 ul li {width:200px; height:200px; margin-right:20px; font-size:16px; padding:10px; padding-top:125px; border-radius:100px;}
	.vision .cont02 ul li:before {width:65px; height:65px; top:45px;}
}

@media screen and (max-width:700px) {
	.vision .txtBox {padding:0 30px 60px;}
	.vision .cont02 ul li:nth-child(2) {margin-right:0;}
}

@media screen and (max-width:480px) {
	.vision .txtBox {padding:0 10px 50px;}
	.vision .cont02 ul li:nth-child(1) {margin-right:0;}
}


/* 전화안내 */
.telBox {position:relative; width:100%;}
.telBox .txtBox {position:relative; z-index:2; width:100%; height:460px; background:#25a7ed; color:#fff; font-size:0;}	
.telBox .txtBox > div {display:inline-block; width:50%; height:100%; vertical-align:top; transition:all ease .3s;}
.telBox .txtBox .txt_img {background:#f7f7f7 url(../img/sub/01/0103_img.jpg) no-repeat center / cover;}
.telBox .txtBox .txt_info {padding:80px 100px;}
.telBox .txtBox .txt_info .tel {font-family:'Gmarket Sans'; font-weight:300;}
.telBox .txtBox .txt_info .tel span {font-weight:500;}
.telBox .txtBox .txt_info .txt {opacity:0.8;}
.telBox .txtBox .txt_info .info_txt {opacity:0.8;}
.telBox .txtBox .txt_info .info_txt li {margin:5px 0;}
.telBox .txtBox .txt_info .info_txt li:nth-child(3) {color:#000; margin-top:15px;}

@media screen and (max-width:1200px) {
	.telBox .txtBox {height:400px;}
	.telBox .txtBox .txt_info {padding:60px 70px;}
}

@media screen and (max-width:940px) {
	.telBox .txtBox {height:360px;}
	.telBox .txtBox .txt_info {padding:50px 30px;}
}

@media screen and (max-width:700px) {
	.telBox .txtBox {height:auto;}
	.telBox .txtBox > div {width:100%; height:auto;}
	.telBox .txtBox .txt_img {height:400px;}
	.telBox .txtBox .txt_info {padding:40px 0; height:auto; text-align:center;}
	.telBox .txtBox .txt_info .info_txt li {margin:0;}
}

@media screen and (max-width:480px) {
	.telBox .txtBox .txt_img {height:320px;}
	.telBox .txtBox .txt_info {padding:30px 0;}
	.telBox .txtBox .txt_info .info_tit {margin-bottom:10px;}
	.telBox .txtBox .txt_info .info_txt li:nth-child(3) {margin-top:5px;}
}



/* 시설안내 */
.photo_column {position:relative; max-width:1200px; width:100%; height:100%; margin:0 auto;}
.photo_column .tit {position:relative; width:100%; text-align:center; letter-spacing:-2px; font-family:"scdream"; font-weight:500; line-height:1.3; color:#007ebc;}

.photo_column .photo_for {width:100%; padding:20px 0;}
.photo_column .photo_for .slick-slide {position:relative; width:100%;}
.photo_column .photo_for div {position:relative; width:100%; height:700px; background-repeat:no-repeat; background-position:center; background-size:cover; border-radius:40px;}
.photo_column .photo_for div p {position:absolute; bottom:-15px; left:50%; transform:translate(-50%,0); width:240px; height:50px; line-height:50px; background:#fff; font-size:18px; font-weight:500; text-align:center; border-radius:40px 40px 0 0;}

.photo_column .photo_for button {position:absolute; top:50%; transform:translate(0,-50%); width:60px; height:60px; text-indent:-9999px; background:#fff; box-sizing:border-box; z-index:2; outline:none; border:1px solid #999; cursor:pointer; transition:all ease .3s;}
.photo_column .photo_for button:before {position:absolute; content:''; width:12px; height:12px; border:2px solid #444; border-width:0 2px 2px 0; top:50%; left:50%; transform:translate(-50%,-50%); margin-top:-6px;}
.photo_column .photo_for .slick-prev {left:-100px;}
.photo_column .photo_for .slick-next {right:-100px;}
.photo_column .photo_for .slick-prev:before {transform:rotate(135deg); margin-left:-4px;}
.photo_column .photo_for .slick-next:before {transform:rotate(-45deg); margin-left:-8px;}
.photo_column .photo_for .slick-prev:hover {left:-110px;}
.photo_column .photo_for .slick-next:hover {right:-110px;}

.photo_column .photo_nav {position:relative; max-width:700px; width:90%; z-index:2; margin:20px auto;}
.photo_column .photo_nav .slick-slide {position:relative; width:calc((100% - 22px) / 10); height:100%; margin:0 3px; box-sizing:border-box; cursor:pointer;opacity:0.5;}
.photo_column .photo_nav .slick-slide img {width:100%; border-radius:7px;}
.photo_column .photo_nav .pro_pic {position:relative; width:100%;}
.photo_column .photo_nav .slick-current {opacity:1;}

.photo_column .photo_nav button {position:absolute; top:50%; transform:translate(0,-50%); width:36px; height:36px; background:#282828; text-indent:-9999px; box-sizing:border-box; z-index:2; outline:none; border:0; border-radius:50%; cursor:pointer; transition:all ease .3s;}
.photo_column .photo_nav button:before {position:absolute; content:''; width:8px; height:8px; border:2px solid #fff; border-width:0 2px 2px 0; top:50%; left:50%; transform:translate(-50%,-50%); margin-top:-4px;}
.photo_column .photo_nav .slick-prev {left:-40px;}
.photo_column .photo_nav .slick-next {right:-40px;}
.photo_column .photo_nav .slick-prev:before {transform:rotate(135deg); margin-left:-2px;}
.photo_column .photo_nav .slick-next:before {transform:rotate(-45deg); margin-left:-6px;}
.photo_column .photo_nav .slick-prev:hover {left:-45px;}
.photo_column .photo_nav .slick-next:hover {right:-45px;}

@media screen and (max-width:1400px) {
	.photo_column .photo_for .slick-prev {left:-30px;}
	.photo_column .photo_for .slick-next {right:-30px;}
	.photo_column .photo_for .slick-prev:hover {left:-40px;}
	.photo_column .photo_for .slick-next:hover {right:-40px;}
}

@media screen and (max-width:1200px) {
	.photo_column .photo_for div {height:600px; border-radius:30px;}
}

@media screen and (max-width:940px) {
	.photo_column .tit {font-size:32px;}
	.photo_column .tit br {display:none;}
	.photo_column .photo_for div {height:500px; border-radius:20px;}
}

@media screen and (max-width:700px) {
	.photo_column .tit {font-size:27px;}
	.photo_column .photo_for div {height:400px;}
}

@media screen and (max-width:480px) {
	.photo_column .tit {font-size:20px;}
	.photo_column .photo_for {padding:10px 0;}
	.photo_column .photo_for div {height:240px; border-radius:15px;}
	.photo_column .photo_for div p {bottom:-10px; width:180px; height:40px; line-height:40px; font-size:16px; border-radius:30px 30px 0 0;}
	.photo_column .photo_for button {width:40px; height:40px; border:1px solid #999;}
	.photo_column .photo_for button:before {width:8px; height:8px; margin-top:-4px;}
	.photo_column .photo_for .slick-prev,
	.photo_column .photo_for .slick-prev:hover {left:-15px;}
	.photo_column .photo_for .slick-prev:before,
	.photo_column .photo_for .slick-next:before {margin-left:-4px;}
	.photo_column .photo_for .slick-next,
	.photo_column .photo_for .slick-next:hover {right:-15px;}

	.photo_column .photo_nav {margin:10px auto;}
	.photo_column .photo_nav .slick-slide {margin:0 2px;}
	.photo_column .photo_nav .slick-slide img {border-radius:3px;}
	.photo_column .photo_nav button {width:24px; height:24px;}
	.photo_column .photo_nav .slick-prev,
	.photo_column .photo_nav .slick-prev:hover {left:-25px;}
	.photo_column .photo_nav .slick-next,
	.photo_column .photo_nav .slick-next:hover {right:-25px;}
}



/* 오시는길 */
.map {position:relative; max-width:1700px; width:94%; margin:0 auto; padding-bottom:100px; margin-top:250px;}
.map .s01 {position:absolute; z-index:2; top:-130px; left:50%; margin-left:-550px; max-width:1100px; padding:30px; width:100%; border:1px solid #dedede; background:#fff; text-align:center; -webkit-box-shadow:0px 4px 16px rgba(43, 54, 86, 0.3); box-shadow:0px 4px 16px rgba(43, 54, 86, 0.3);}
.map .s01 .tit {margin:20px 0; color:#1a7db8; font-weight:700;}
.map .s01 .addr {line-height:120%; color:#333; margin:0 5% 30px; letter-spacing:-1.5px; font-family:"scdream";}
.map .s01 .tel {display:inline-block; margin:0 auto;}
.map .s01 dl {display:inline-block;}
.map .s01 dl dt, .map .s01 dl dd {float:left; line-height:30px; margin-bottom:5px;}
.map .s01 dl dt {width:30px; height:30px; color:#fff; font-size:14px; font-weight:700; margin:0 10px 0 20px; border-radius:15px;}
.map .s01 dl dt.t_bg {background:#ffa800;}
.map .s01 dl dt.f_bg {background:#abc50c;}
.map .s01 dl dd {margin-right:20px; color:#000; line-height:35px; font-weight:300; font-family:'Gmarket Sans';}
.map .s02 {position:relative; z-index:1; width:100%; vertical-align:top;}

/*카카오맵*/
.root_daum_roughmap {width:100% !important; border:none; padding:0;}
.root_daum_roughmap .wrap_map{height:600px !important;}

@media screen and (max-width:1200px) {
	.map {margin-top:150px;}
	.map .s01 {position:relative; top:auto; left:auto; margin-left:0;}
	.root_daum_roughmap .wrap_map {height:500px !important;}
}
@media screen and (max-width:940px) {
	.map {margin-top:100px;}
	.map .s01 {padding:20px;}
	.root_daum_roughmap .wrap_map {height:400px !important;}
}
@media screen and (max-width:700px) {
	.map {padding-bottom:60px; margin-top:60px;}
	.map .s01 {padding:20px;}
	.map .s01 .tit img {width:320px;}
	.root_daum_roughmap .wrap_map {height:400px !important;}
}
@media screen and (max-width:480px) {
	.map {padding-bottom:50px; margin-top:50px;}
	.map .s01 {padding:10px;}
	.map .s01 .tit {margin:5px 0;}
	.map .s01 .tit img {width:280px;}
	.map .s01 .addr {font-size:23px;  margin:0 2% 20px;}
	.map .s01 dl dt, .map .s01 dl dd {line-height:24px; margin-bottom:3px;}
	.map .s01 dl dt {width:24px; height:24px; font-size:12px; margin:0 5px; border-radius:12px;}
	.map .s01 dl dd {margin-right:10px; line-height:27px; font-size:18px;}
	.root_daum_roughmap .wrap_map {height:300px !important;}
}




/* 진료과목 */
#deptWrap .inner {position:relative; z-index::2;}
#deptWrap .cont {position:relative; width:100%; height:; background:url(../img/main/sec01_bg.png) no-repeat center top;}
#deptWrap .cont:after {position:absolute; z-index::1; content:''; width:410px; height:590px; background:url(../img/main/sec01_img.png) no-repeat center bottom / cover; bottom:0; right:3%; transition:all 200ms ease;}
#deptWrap .titBox {position:relative; z-index:2; text-align:center; line-height:1.2;}
#deptWrap .titBox .tit1 {font-family:"SCDream";}
#deptWrap .titBox .tit2 {font-family:'jalnan';}
#deptWrap .titBox .tit2 br {display:none;}

#deptWrap .iconBox {position:relative; z-index:2; max-width:1200px; width:100%; margin:0 auto;}
#deptWrap .iconBox ul { font-size:0;}
#deptWrap .iconBox li {display:inline-block; vertical-align:top; width:calc(100% / 7); padding:10px; text-align:center;}
#deptWrap .iconBox li div {position:relative; display:block; width:150px; height:150px; border-radius:50%; border:1px solid #25a7ed; -webkit-box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1); box-shadow:0px 5px 10px 0 rgba(0, 0, 0, 0.1); background-color:#fff; background-repeat:no-repeat; background-position:center 30%; background-size:60px; transition:all 200ms ease; margin:0 auto;}
#deptWrap .iconBox li:nth-child(1) div {background-image:url(../img/sub/02/icon_1.png);}
#deptWrap .iconBox li:nth-child(2) div {background-image:url(../img/sub/02/icon_2.png);}
#deptWrap .iconBox li:nth-child(3) div {background-image:url(../img/sub/02/icon_3.png);}
#deptWrap .iconBox li:nth-child(4) div {background-image:url(../img/sub/02/icon_4.png);}
#deptWrap .iconBox li:nth-child(5) div {background-image:url(../img/sub/02/icon_5.png);}
#deptWrap .iconBox li:nth-child(6) div {background-image:url(../img/sub/02/icon_6.png);}
#deptWrap .iconBox li:nth-child(7) div {background-image:url(../img/sub/02/icon_7.png);}
#deptWrap .iconBox li p {position:relative; top:65%; font-size:18px; margin:0 auto;}

@media screen and (max-width:1600px) {
	#deptWrap .cont:after {right:-3%;}
}
@media screen and (max-width:1200px) {
	#deptWrap .iconBox {padding-bottom:0;}
	#deptWrap .iconBox li {width:calc(100% / 4);}
	#deptWrap .iconBox li:nth-child(5) {margin-left:12%;}
}
@media screen and (max-width:940px) {
	#deptWrap .cont:after {opacity:0.7;}
	#deptWrap .iconBox li {padding:5px;}
	#deptWrap .iconBox li p {font-size:17px;}
}
@media screen and (max-width:700px) {
	#deptWrap .cont:after {opacity:0.5;}
	#deptWrap .iconBox li div {width:120px; height:120px; background-size:50px;}
	#deptWrap .iconBox li p {font-size:15px;}
}
@media screen and (max-width:480px) {
	#deptWrap .titBox .tit1 {font-size:18px;}
	#deptWrap .iconBox li {width:calc(100% / 3);}
	#deptWrap .iconBox li:nth-child(5) {margin-left:0;}
	#deptWrap .iconBox li:nth-child(7) {margin-left:33.3%;}
}



/* 우리들사랑요양병원 특징 */
.contents-Wrap {max-width:1400px; width:94%; margin:0 auto;}
.contents-list {position:relative; width:100%; font-size:0; margin:100px 0; padding:70px 0;}
.contents-list .imgBox {position:absolute; top:0; left:0; width:55%; height:100%;}
.contents-list .imgBox img {width:100%; height:auto;}
.contents-list .txtBox {padding-left:80px; padding-right:60px;}
.contents-list .txtBox .c-tit {position:relative; font-family:'Gmarket Sans'; color:#000; margin-bottom:30px; line-height:1;}
.contents-list .txtBox .cont li {position:relative; margin:5px 0; padding-left:38px; counter-increment: number;}
.contents-list .txtBox .cont li:before {position:absolute; content:counter(number, decimal-leading-zero); top:0; left:0; width:28px; height:28px; line-height:28px; text-align:center; border-radius:50%; background:#25a7ed; color:#fff; font-size:13px; font-weight:300; letter-spacing:0;}
.contents-list.visionL {padding-left:55%;}
.contents-list.visionL:before {position:absolute; content:''; z-index:-1; width:100vw; height:calc(100% + 200px); top:50%; left:50%; transform:translate(-50%,-50%); background:#f7f7f7;}
.contents-list.visionL .txtBox {padding-left:100px; padding-right:0;}
.contents-list.visionL .imgBox {background:url(../img/sub/02/0201_01.jpg) no-repeat center / cover;}
.contents-list.visionR .imgBox {left:45%; background:url(../img/sub/02/0201_02.jpg) no-repeat center / cover;}

@media screen and (max-width:1200px) {
	.contents-list {margin:80px 0; padding:50px 0;}
	.contents-list .imgBox {width:50%;}
	.contents-list .txtBox {padding-left:50px; padding-right:30px;}
	.contents-list.visionL {padding-left:50%;}
	.contents-list.visionL:before {height:calc(100% + 160px);}
	.contents-list.visionL .txtBox {padding-left:50px; padding-right:0;}
	.contents-list.visionR .imgBox {left:50%;}
}

@media screen and (max-width:940px) {
	.contents-list .txtBox {padding-left:30px; padding-right:10px;}
	.contents-list.visionL .txtBox {padding-left:30px;}
}

@media screen and (max-width:700px) {
	.contents-list {margin:80px 0; padding:0;}
	.contents-list .imgBox {position:relative; top:auto; left:auto; width:100%; height:300px;}
	.contents-list .txtBox {padding:0 0 30px; padding-left:0;}
	.contents-list .txtBox .c-tit {margin-bottom:15px;}
	.contents-list.visionL {padding-left:0;}
	.contents-list.visionL:before {height:calc(100% + 160px);}
	.contents-list.visionL .txtBox {padding-left:10px;}
	.contents-list.visionR .txtBox {padding-left:20px;}
	.contents-list.visionR .imgBox {position:absolute; top:-20px;}
}

@media screen and (max-width:480px) {
	.contents-list {margin:60px 0;}
	.contents-list .imgBox {height:260px;}
	.contents-list .txtBox {padding:0 0 20px;}
	.contents-list.visionL:before {height:calc(100% + 120px);}
	.contents-list.visionR {margin-top:120px;}
	.contents-list.visionR .imgBox {position:relative; top:auto; left:auto;}
}




/* 의료진 */
#doctorList {width:100%;}
#doctorList > ul {width:100%; font-size:0;}
#doctorList > ul > li {display:inline-block; vertical-align:top; width:calc((100% - 20px) / 2); height:100%; margin-right:20px; margin-bottom:20px;}
#doctorList > ul > li:nth-child(2n+2) {margin-right:0;}
#doctorList .drCont {position:relative; display:inline-block; width:100%; min-height:380px; border:1px solid #ddd; border-radius:30px; overflow:hidden;}
#doctorList .drCont .drImg {width:44%; height:100%; position:absolute; left:0; top:0; background-repeat:no-repeat; background-position:center top; background-size:cover;}
#doctorList .drCont .drProfile {width:56%; height:100%; float:right; background:#fff url("/images/sub/symbolBG.png") no-repeat center; padding:50px 20px 10px 40px;}

#doctorList > ul > li:nth-child(1) .drCont .drImg {background-image:url("../img/sub/02/photo_gcy.jpg");}
#doctorList > ul > li:nth-child(2) .drCont .drImg {background-image:url("../img/sub/02/photo_jsn.jpg");}

#doctorList > ul > li:nth-child(3) .drCont .drImg {background-image:url("../img/sub/02/photo_kjh.jpg");}
#doctorList > ul > li:nth-child(4) .drCont .drImg {background-image:url("../img/sub/02/photo_kbb.jpg");}
#doctorList > ul > li:nth-child(5) .drCont .drImg {background-image:url("../img/sub/02/photo_nyy.jpg");}
#doctorList > ul > li:nth-child(6) .drCont .drImg {background-image:url("../img/sub/02/photo_syj.jpg");}
#doctorList > ul > li:nth-child(7) .drCont .drImg {background-image:url("../img/sub/02/photo_kyl.jpg");}

#doctorList .drCont .drProfile .dr-part {color:#25a7ed; font-weight:500; line-height:1.5; padding-left:3px;}
#doctorList .drCont .drProfile .dr-name {font-weight:500; line-height:1.2; font-family:"scdream"; margin-bottom:10px;}
#doctorList .drCont .drProfile ul {margin-top:20px;}
#doctorList .drCont .drProfile ul li {color:#777; font-size:16px; margin:3px 0; line-height:1.2;}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1200px) {
	#doctorList .drCont .drProfile {padding:30px 20px 10px 30px;}
}

@media screen and (max-width:940px) {
	#doctorList > ul > li {width:100%; margin-right:0;}
	#doctorList .drCont {border-radius:20px;}
	#doctorList .drCont .drProfile {padding:50px 20px 30px 40px;}
}

@media screen and (max-width:700px) {
	#doctorList .drCont {min-height:350px;}
	#doctorList .drCont .drProfile {padding:30px 20px 30px 30px;}
}

@media screen and (max-width:480px) {
	#doctorList .drCont {min-height:300px;}
	#doctorList .drCont .drProfile {padding:20px 10px 20px 20px;}
}




/* 재활프로그램 */
.special {font-size:0;}
.special .title {text-align:center; font-family:'jalnan'; line-height:1.3;}
.special .title span {color:#0072be;}
.special .cont {position:relative; z-index:2; font-weight:400; background:#fff; padding:20px 80px 100px;}	
.special .subbottom_bg:before {background:url(../img/sub/01/0101_subtop_bg.jpg) no-repeat center bottom / cover;}
.special dl {display:inline-block; vertical-align:top; width:calc(100% / 3); text-align:center; padding:20px 50px; padding-top:130px; background-repeat:no-repeat; background-position:center top;}
.special dl:nth-child(1) {background-image:url(../img/sub/03/0301_icon01.png);}
.special dl:nth-child(2) {background-image:url(../img/sub/03/0301_icon02.png);}
.special dl:nth-child(3) {background-image:url(../img/sub/03/0301_icon03.png);}
.special dl dt {font-family:'SCDream'; font-weight:700; font-size:32px; margin-bottom:20px;}
.special dl dd {font-size:18px; line-height:1.3;}
.special dl dd span {color:#25a7ed;}

.sProgram .title {text-align:center; font-family:'jalnan'; line-height:1.3;}
.sProgram .spe-cont {width:100%;}
.sProgram .spe-cont .bx {margin-bottom:60px; position:relative; height:480px; overflow:hidden;}
.sProgram .spe-cont .bg {position:Absolute; top:0; left:0; width:100%; height:100%; border-radius:40px; background:no-repeat center center; background-size:cover; overflow:hidden;}
.sProgram .spe-cont .contBox {position:relative; z-index:1; width:50%; top:50%; transform:translate(0,-50%); padding:100px 5%; color:#323232; font-family:'SCDream';}
.sProgram .spe-cont .contBox.wh {color:#fff;}
.sProgram .spe-cont .bx:nth-of-type(2n) .contBox {float:right;}
.sProgram .spe-cont .tit .no {font-family:'Gmarket Sans'; font-size:24px; font-weight:700; opacity:0.3; line-height:1.2; letter-spacing:0; margin-bottom:10px;}
.sProgram .spe-cont .tit .tt {line-height:1.2; font-weight:500;}
.sProgram .spe-cont .tit .tt b {font-weight:600;}
.sProgram .spe-cont .con {margin-top:20px; line-height:1.6; font-weight:400;}
.sProgram .spe-cont .bx1 .bg {background-image:url(../img/sub/03/0301_bg01.jpg);}
.sProgram .spe-cont .bx2 .bg {background-image:url(../img/sub/03/0301_bg02.jpg);}
.sProgram .spe-cont .bx3 .bg {background-image:url(../img/sub/03/0301_bg03.jpg);}
.sProgram .spe-cont .bx4 .bg {background-image:url(../img/sub/03/0301_bg04.jpg);}
.sProgram .spe-cont .bx5 .bg {background-image:url(../img/sub/03/0301_bg05.jpg);}
.sProgram .spe-cont .bx6 .bg {background-image:url(../img/sub/03/0301_bg06.jpg);}
.sProgram .spe-cont .bx7 .bg {background-image:url(../img/sub/03/0301_bg07.jpg);}
.sProgram .spe-cont .bx8 .bg {background-image:url(../img/sub/03/0301_bg08.jpg);}
.sProgram .spe-cont .bx9 .bg {background-image:url(../img/sub/03/0301_bg09.jpg);}
.sProgram .spe-cont .bx10 .bg {background-image:url(../img/sub/03/0301_bg10.jpg);}
.sProgram .spe-cont .bx11 .bg {background-image:url(../img/sub/03/0301_bg11.jpg);}
.sProgram .spe-cont .bx12 .bg {background-image:url(../img/sub/03/0301_bg06.jpg);}

@media all and (max-width:1400px) {
	.special .cont {padding:20px 60px 80px;}	
	.special dl {padding:20px 20px; padding-top:130px;}
}
@media all and (max-width:1200px) {
	.special .cont {padding:20px 40px 60px;}	
	.special dl {padding:20px 20px; padding-top:130px;}
	.special dl dt {font-size:27px; margin-bottom:20px;}
	.special dl dd {font-size:17px;}
	
	.sProgram .spe-cont .contBox {padding:80px 0 80px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(2n) .contBox {padding:80px 5% 80px 0;}
}
@media all and (max-width:940px) {
	.special .title {margin-bottom:30px;}
	.special .cont {padding:0 20px 60px;}	
	.special dl {width:100%; padding:30px; padding-top:30px; padding-left:180px; background-position:20px center; text-align:left;}
	.special dl dt {font-size:22px; margin-bottom:10px;}
	.special dl dd {font-size:16px;}

	.sProgram .spe-cont .bx {margin-bottom:30px; height:auto; min-height:360px;}
	.sProgram .spe-cont .contBox {top:auto; transform:translate(0,0); padding:50px 0 50px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(2n) .contBox {padding:50px 5% 50px 0;}
	.sProgram .spe-cont .bx:nth-of-type(1) .contBox,
	.sProgram .spe-cont .bx:nth-of-type(11) .contBox {width:100%; padding:50px 12% 50px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(4) .contBox,
	.sProgram .spe-cont .bx:nth-of-type(6) .contBox {width:100%; padding:50px 5% 50px 15%; text-align:right;}
}
@media all and (max-width:700px) {
	.sProgram .spe-cont .bx {margin-bottom:20px; min-height:320px;}
	.sProgram .spe-cont .bg {border-radius:20px;}
	.sProgram .spe-cont .contBox {padding:40px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(2n) .contBox {width:100%; padding:40px 5% 40px 20%; text-align:right;}
	.sProgram .spe-cont .bx:nth-of-type(2n+1) .contBox {width:100%; padding:40px 20% 40px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(1) .contBox {width:100%; padding:40px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(11) .contBox {width:100%; padding:40px 20% 40px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(4) .contBox {width:100%; padding:40px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(6) .contBox {width:100%; padding:40px 5% 40px 20%;}
	.sProgram .spe-cont .tit .no {font-size:20px; margin-bottom:5px;}
}
@media all and (max-width:480px) {
	.special .title {margin-bottom:20px;}
	.special .cont {padding:0 0 40px 20px;}	
	.special dl {width:100%; padding:10px; padding-top:10px; padding-left:100px; background-position:0 center; background-size:80px;}
	.special dl dt {font-size:20px; margin-bottom:5px;}
	.special dl dd {font-size:15px;}
	
	.sProgram .spe-cont .bx {margin-bottom:10px; min-height:280px;}
	.sProgram .spe-cont .bg {border-radius:15px;}
	.sProgram .spe-cont .contBox {padding:30px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(2n) .contBox {padding:30px 5% 30px 20%; text-align:right;}
	.sProgram .spe-cont .bx:nth-of-type(2n+1) .contBox {padding:30px 20% 30px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(1) .contBox {padding:30px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(11) .contBox {padding:30px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(4) .contBox {padding:30px 5%;}
	.sProgram .spe-cont .bx:nth-of-type(6) .contBox,
	.sProgram .spe-cont .bx:nth-of-type(7) .contBox,
	.sProgram .spe-cont .bx:nth-of-type(8) .contBox {padding:30px 5%;}
	.sProgram .spe-cont .tit .no {font-size:16px;}
}



/* 치매·뇌졸중 */
.med .titBox {text-align:center;}
.med .subbottom_bg:before {background:url(../img/sub/03/0302_subtop_bg.jpg) no-repeat center bottom / cover;}
.med .title {font-family:'jalnan'; line-height:1.3;}
.med .title span {color:#0072be;}
.med .titBox .txt {line-height:1.4;}
.med .bT {max-width:1000px; width:100%; margin:0 auto; background:#eee; padding:20px; color:#fff; line-height:1.4; font-family:"scdream";
	background:-webkit-linear-gradient(to left, #0072be, #00b3b6);
	background:-o-linear-gradient(to left, #0072be, #00b3b6);
	background:-moz-linear-gradient(to left, #0072be, #00b3b6);
	background:linear-gradient(to left, #0072be, #00b3b6);}
.med .sT {max-width:800px; width:100%; margin:10px auto; display:inline-block; padding:10px 50px; border-radius:140px; line-height:1.3; border:4px solid #0072be;}
.med .txt_bg {max-width:1000px; width:100%; margin:0 auto; background:#eee; padding:20px; line-height:1.2;}
.med .note {max-width:780px; width:95%; margin:10px auto; border:1px solid #ddd; padding:20px; border-radius:10px;}
.med .note span {font-weight:500;box-shadow:0 -15px 0 rgba(78,193,218,0.3) inset;}

.med01 .contBox {position:relative; z-index:2; background:#fff; text-align:center; padding-right:4%; padding-left:4%;}
.med01 .cont01 {font-size:0; margin:0 auto; max-width:800px;}
.med01 .cont01 li {display:inline-block; vertical-align:top; width:calc(100% / 3); padding:5px;}
.med01 .cont01 dl {position:relative; width:240px; height:240px; left:50%; transform:translate(-50%,0); font-family:"scdream"; padding:50px 30px 20px; border-radius:140px; border:1px solid #0072be;}
.med01 .cont01 dl dt {font-weight:700; margin-bottom:15px; color:#0072be;line-height:1.3;}
.med01 .cont01 dl dt span {display:block; font-family:'Gmarket Sans'; font-weight:500; font-size:0.6em; color:#555;}
.med01 .cont01 dl dd {line-height:1.3; font-size:17px;}

.med01 .cont02 {font-family:"scdream";}
.med01 .cont02 .tit {display:inline-block; padding:10px 50px; border-radius:140px; border:3px solid #0072be;}
.med01 .cont02 .note {max-width:800px; width:80%; margin:20px auto; border:1px solid #ddd; padding:20px; border-radius:10px;}
.med01 .cont02 .note span {font-weight:500;box-shadow:0 -15px 0 rgba(78,193,218,0.3) inset;}

.med02 {position:relative;}
.med02 .contBox {position:relative; z-index:2; background:#fff; text-align:center; padding-right:4%; padding-left:4%;}
.med02 .cont01 {font-size:0; margin:0 auto; max-width:1200px;}
.med02 .cont01 li {display:inline-block; vertical-align:top; width:calc((100% - 60px) / 3); min-height:220px; margin:10px; border:2px solid #0072be; border-radius:20px;}
.med02 .cont01 dl {position:relative; width:100%; font-family:"scdream"; padding:50px 20px 20px;}
.med02 .cont01 dl dt {font-weight:700; margin-bottom:20px; color:#0072be;line-height:1.3;}
.med02 .cont01 dl dt span {position:absolute; top:0; left:50%; transform:translate(-50%,-50%); width:70px; height:70px; line-height:70px; font-weight:500; font-size:0.6em; color:#fff; background:#0072be; border-radius:50%;}
.med02 .cont01 dl dd {line-height:1.3; font-size:18px;}

.med02 .cont02 {font-size:0; margin:0 auto; max-width:800px;}
.med02 .cont02 li {display:inline-block; vertical-align:top; width:calc(100% / 5); padding:5px;}
.med02 .cont02 li p {position:relative; left:50%; transform:translate(-50%,0); width:140px; height:140px; line-height:140px; background:#f7f7f7; border-radius:50%; padding:0 10px; font-size:18px;}

.sProgram2 .title {text-align:center; font-family:'jalnan'; line-height:1.2;}
.sProgram2 .title span {color:#0072be;}
.sProgram2 .txt {text-align:center; font-family:"scdream"; font-weight:500; line-height:1.3;}
.sProgram2 .spe-cont {width:100%; font-size:0;}
.sProgram2 .spe-cont li {display:inline-block; vertical-align:top; margin-bottom:50px; position:relative; width:calc((100% - 20px) / 2); min-height:300px; margin-right:20px; border:1px solid #ddd; border-radius:20px;}
.sProgram2 .spe-cont li:nth-of-type(2n) {margin-right:0;}
.sProgram2 .spe-cont li:last-child {margin-bottom:0;}
.sProgram2 .spe-cont .contBox {position:relative; z-index:1; padding:0 5% 30px; color:#323232; font-family:'SCDream';}
.sProgram2 .spe-cont .tit {position:relative; text-align:center; padding-top:55px;}
.sProgram2 .spe-cont .tit .no {position:absolute; top:0; left:50%; transform:translate(-50%,-50%); width:50px; height:50px; line-height:53px; border-radius:50%; color:#fff; background:#25a7ed; font-family:'Gmarket Sans'; font-size:18px; font-weight:500; letter-spacing:0;}
.sProgram2 .spe-cont .tit .tt {display:inline-block; font-weight:500;box-shadow:0 -20px 0 rgba(78,193,218,0.3) inset; line-height:1.2; font-weight:500; padding:0 5px; margin-bottom:25px;}
.sProgram2 .spe-cont .tit .tt b {font-weight:600;}
.sProgram2 .spe-cont .con {line-height:1.6; font-weight:400;}

@media all and (max-width:1200px) {
}
@media all and (max-width:940px) {
	.med01 .contBox {padding-right:0; padding-left:0;}
	.med01 .cont01 dl {width:200px; height:200px; padding:40px 20px 20px; border-radius:100px;}
	.med01 .cont01 dl dd {font-size:16px;}

	.med01 .cont02 .txt {font-size:20px;}

	.med02 .contBox {padding-right:0; padding-left:0;}
	.med02 .cont01 {padding-top:10px;}
	.med02 .cont01 li {width:100%; min-height:auto; margin:5px 0;}
	.med02 .cont01 dl {padding:20px 20px 20px 130px; text-align:left;}
	.med02 .cont01 dl dt {margin-bottom:10px;}
	.med02 .cont01 dl dt span {top:65px; left:70px; transform:translate(-50%,-50%); text-align:center;}
	.med02 .cont01 dl dd {line-height:1.3; font-size:18px;}

	.sProgram2 .spe-cont li {width:100%; min-height:auto; margin-right:0;}
}
@media all and (max-width:700px) {
	.med01 .cont02 .txt {font-size:17px;}
	.med02 .cont01 dl dd {font-size:17px;}
	.med02 .cont02 li p {width:120px; height:120px; line-height:120px; font-size:16px;}
}
@media all and (max-width:480px) {
	.med .bT {font-size:22px; padding:15px;} 
	.med .sT {font-size:22px; padding:7px 10px;}
	.med .titBox .txt {font-size:16px;}
	.med .titBox .txt br,
	.med .note br,
	.med02 .txt br,
	.med .txt_bg br {display:none;}
	.med01 .cont01 li {width:calc(100% / 2); padding:5px;}
	.med01 .cont01 li:last-child {margin-top:-20px;}
	.med01 .cont01 dl {width:186px; height:186px; padding:40px 10px 20px; border-radius:100px;}
	.med01 .cont01 dl dt {margin-bottom:10px;}
	.med01 .cont01 dl dd {font-size:15px;}
	
	.med02 .txt {font-size:19px;}
	.med02 .contBox {padding-bottom:30px;}
	.med02 .cont01 {padding-top:0;}
	.med02 .cont01 li {border-radius:15px;}
	.med02 .cont01 dl {padding:20px 10px 20px 100px;}
	.med02 .cont01 dl dt {margin-bottom:5px;}
	.med02 .cont01 dl dt span {top:67px; left:50px;}
	.med02 .cont01 dl dd {font-size:15px;}

	.med02 .cont02 {width:90%;}
	.med02 .cont02 li {display:inline-block; vertical-align:top; width:calc(100% / 3); padding:5px;}
	.med02 .cont02 li p {width:110px; height:110px; line-height:110px; font-size:16px;}

	.sProgram2 .txt {font-size:20px; margin:20px 0;}
	.sProgram2 .spe-cont li {margin-bottom:40px;}
	.sProgram2 .spe-cont .contBox {padding:0 5% 20px;}
	.sProgram2 .spe-cont .tit {padding-top:40px;}
	.sProgram2 .spe-cont .tit .no {width:40px; height:40px; line-height:43px; font-size:16px;}
	.sProgram2 .spe-cont .tit .tt {font-size:23px; margin-bottom:15px;}
}




/* 외래/입퇴원 */
.contWrap {position:relative; font-size:0; padding-top:50px;}
.contWrap > li {margin-bottom:90px; padding-bottom:80px; border-bottom:1px dashed #ccc; counter-increment: number;}
.contWrap > li:last-child {margin-bottom:0; padding-bottom:0; border-bottom:none;}
.contWrap .contBox {position:relative; padding-left:30%; width:100%; color:#777; font-weight:300;}
.contWrap .contBox:before {position:absolute; content:counter(number, decimal-leading-zero); top:-27px; left:23px; width:100px; height:100px; font-size:15px; font-weight:500; letter-spacing:2px; line-height:110%; color:#ffa000;}
.contWrap .contBox h3 {position:absolute; top:0; left:20px; width:25%; font-weight:500; line-height:120%; color:#555;}
.contWrap .contBox .cont img {max-width:800px; width:100%;}

.step_w {max-width:800px; width:100%; text-align:center; font-size:0;}
.step_w dl {display:inline-block; vertical-align:top; width:calc((100% - 10px) / 2); margin-right:10px;}
.step_w dl:nth-child(2) {margin-right:0;}
.step_w dl dt {padding:15px 0; line-height:1.3; border-radius:10px; color:#fff;
	background:-webkit-linear-gradient(to left, #0072be, #00b3b6);
	background:-o-linear-gradient(to left, #0072be, #00b3b6);
	background:-moz-linear-gradient(to left, #0072be, #00b3b6);
	background:linear-gradient(to left, #0072be, #00b3b6);}
.step_w dl dd {margin-top:5px; padding:10px 0; line-height:1.8; font-weight:500; min-height:120px; border:3px solid #00b3b6; border-radius:10px;}

.step01 {max-width:800px; width:100%; margin:50px 0; text-align:center;}
.step01 li {position:relative; width:100%; margin-bottom:50px; padding:20px 0; line-height:1.3; color:#fff; border-radius:10px;
	background:-webkit-linear-gradient(to left, #0072be, #00b3b6);
	background:-o-linear-gradient(to left, #0072be, #00b3b6);
	background:-moz-linear-gradient(to left, #0072be, #00b3b6);
	background:linear-gradient(to left, #0072be, #00b3b6);}
.step01 li:before {position:absolute; content:''; left:50%; bottom:-42px; transform:translate(-50%,0); width:38px; height:31px; background:url("../img/sub/04/arrow.png") no-repeat center / cover;}
.step01 li:last-child:before {display:none;}
.step01 li .result {position:absolute; top:50%; right:-130px; transform:translate(0,-50%); padding:20px; line-height:20px; width:80px; height:80px; background:#0072be; border-radius:50%;}
.step01 li .result:before {position:absolute; content:''; left:-42px; top:50%; margin-top:-15px; transform:rotate(-90deg); width:38px; height:31px; background:url("../img/sub/04/arrow.png") no-repeat center / cover;}
.step_check {max-width:800px; width:100%; text-align:center; padding:20px; line-height:1.3; font-weight:500; border:3px solid #00b3b6; border-radius:10px;}

@media screen and (max-width:1200px) {
	.contWrap > li {margin-bottom:80px; padding-bottom:70px;}
	.contWrap .contBox {padding-left:0;}
	.contWrap .contBox:before {top:-24px; left:5px;}
	.contWrap .contBox h3 {position:relative; top:auto; left:auto; width:100%;}
	.contWrap .contBox .cont {margin-top:30px;}
}
@media screen and (max-width:940px) {
	.contWrap > li {margin-bottom:50px; padding-bottom:60px; border-bottom:none;}
	.contWrap .contBox .cont {margin-top:20px; padding-top:20px; border-top:1px dashed #ccc;}

	.step01 li.resultWrap {width:calc(100% - 120px); padding-left:120px;}
	.step01 li.resultWrap:before {left:calc(50% + 60px);}
}
@media screen and (max-width:700px) {
	.contWrap > li {margin-bottom:20px;}
}
@media screen and (max-width:480px) {
	.contWrap {padding-top:30px;}
	.contWrap .contBox:before {left:2px; font-size:16px; letter-spacing:1px;}
	.contWrap .contBox h3 {font-size:24px;}
	.contWrap .contBox .cont {margin-top:10px; padding-top:10px;}
}



/* 면회 */
.bT {color:#0072bb; font-weight:400;}
.dot li {position:relative; padding:4px 0; padding-left:15px;}
.dot li:before {position:absolute; content:''; top:14px; left:4px; width:4px; height:4px; border-radius:50%; background:#888;}



/* 증명서 */
.page0403 {font-size:0;}
.page0403 .title {text-align:center; font-family:'jalnan';}
.page0403 .check {text-align:right; font-size:18px; padding:10px;}
.page0403 .cont {position:relative; z-index:2; font-weight:400;}	
.page0403 .cont dl {display:inline-block; vertical-align:top; width:calc((100% - 50px) / 5); height:200px; margin:5px; text-align:center; background:#fff; border:2px solid #eee; padding:10px; border-radius:20px;}
.page0403 .cont dl dt {position:relative; font-family:'SCDream'; color:#0072bb; font-weight:500; font-size:19px; height:120px; margin-bottom:15px; border-bottom:1px solid #ddd;}
.page0403 .cont dl dt span {position:relative; top:50%; transform:translate(0,-50%); display:block;}
.page0403 .cont dl dd {font-size:20px;}



/* 비급여진료비 */
.r_table {position:relative; width:100%; font-size:1rem; line-height:150%; border-top:2px solid #33669f; text-align:center; white-space:nowrap}
.r_table caption {display:none;}
.r_table thead th {border-bottom:1px solid #33669f; border-right:1px solid #33669f; background-color:#083a72; color:#fff; font-weight:400; padding:15px 10px;}
.r_table tbody th {border-bottom:1px solid #c5d7eb; border-left:1px solid #c5d7eb; background-color:#e9f1f6; font-weight:400; padding:10px;}
.r_table tbody th.first {border-left:none;}
.r_table tbody td {border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0; padding:10px; color:#555; line-height:1.8;}
.r_table tbody td.last {border-right:none;}

@media screen and (max-width:940px) {
	.tabl {overflow-x:scroll;}
}
@media screen and (max-width:480px) {
	.r_table { font-size:0.95rem;}
	.r_table tbody td.tl {text-align:left;}
}




/* 협약병원 */
.page0503 {font-size:0;}
.page0503 .title {text-align:center; font-family:'jalnan';}
.page0503 .cont {position:relative; z-index:2; font-weight:400; background:#fff; border:5px solid #eee; padding:50px; border-radius:50px;}	
.page0503 dl {text-align:center;}
.page0503 dl dt {font-family:'SCDream'; color:#0072bb; font-weight:700; font-size:32px; margin-bottom:20px;}
.page0503 dl dd {font-size:18px;}
.page0503 .photo li {display:inline-block; vertical-align:top; padding:10px; width:33.3%;}
.page0503 .photo li img {width:100%; height:auto; border-radius:20px;}

@media screen and (max-width:1200px) {
	.page0503 .cont {border:5px solid #eee; padding:40px; border-radius:40px;}
}
@media screen and (max-width:940px) {
	.page0503 .cont {padding:30px; border-radius:30px;}
	.page0503 dl dd br {display:none;}
	.page0503 .photo li {padding:5px;}
	.page0503 .photo li img {border-radius:15px;}
} 
@media screen and (max-width:480px) {
	.page0503 .cont {padding:30px 20px 20px; border-radius:20px;}
	.page0503 dl dt {font-size:25px; margin-bottom:10px;}
	.page0503 dl dd {font-size:16px;}
	.page0503 .photo li {padding:5px 0; width:100%;}
	.page0503 .photo li img {border-radius:10px;}
}