.lead{font-size:16px; line-height:1.75; letter-spacing:-0.02em; color:#555; font-weight:300; word-break:keep-all;}
@media screen and (max-width: 640px) {
    /*input{-webkit-appearance:none; -webkit-border-radius:0;}*/
    .lead{font-size:17px; font-weight:400}
}

/*헤드메뉴*/
#header_wrap {position: fixed; width:100%; border-bottom:1px solid #ddd; background-color:#fff; z-index:10}
#header_wrap #hd_wrapper .hd_login a{color:#333}
#header {position:absolute;left:0;top:0px; max-width: 1400px; width:100%; left: 50%; transform:translateX(-50%) ;z-index:6;height:80px;-webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header .header-inner {width:100%; height:100% }
#header .gnb{list-style:none; height:100%; position:absolute; right:0px}
#header .gnb > li{float:left; position:relative; display:inline-block; width:100px; vertical-align:middle; text-align:center;}
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#ddd; font-size:16px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #fff}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb .login{ font-size:12px; width:70px; color:#fff}
#header .gnb .join{font-size:12px; color:#fff; margin-left:20px}
#header .gnb .login a{color:#ddd; font-size:12px}
#header .gnb .login a:hover{color:#fff}
#header .gnb .join a{color:#ddd; font-size:12px}
#header .gnb .join a:hover{color:#fff}
#header .header-inner .menu {cursor:pointer;text-indent:-9999px; position:absolute;top:29px; left:50%;width:25px;height:20px; background-image:url(../img/cate_more.gif); margin-left:200px; border:0; display:none}
#header .header-inner .menu.on {background-image: url(../img/cate_close.gif)}
#header .gnb > li, #header #right-side-open {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header #right-side-open{position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#header #right-side-open span{display:inline-block;width:20px; height:20px;font-size:20px;line-height:1em;margin-top:-10px; margin-left:-10px; position:absolute; top:50%;left:50%; color:#fff;}
#header .gnb .snb {list-style:none; display:none;}
#header #logo{margin-left:25px; padding:0}
#header #logo a{display:block; width:100px; height:80px; line-height:80px}
#header #logo img{width:100%}
#header .gnb .snb,.device-md #header .gnb .snb{display: none;position: absolute;right: -82px;width: 200px; top:80px; border-top: 0;background-color: #000; z-index:2}
#header .gnb .snb li{font-size:14px; line-height:3.1; text-align:left; border-top:1px solid #414141;}
#header .gnb .snb li a{color:#FFF; display:block; padding-left:20px}
#header .gnb .snb li a:hover {color:#fff; display:block; background-color:#2253b8; text-decoration:none; line-height:3.1}
#header .gnb .snb li:first-child{border-top:0}
@media screen and (max-width: 980px) {
    #header{display:block; background-color:transparent; top:0; position:fixed}
	#header #logo{width:120px; display:block}
	#header .gnb{display:none}
	.scrolled #open-button .navicon-line {background-color:#333}
    .scrolled #open-button.on .navicon-line{background-color:#fff}
}
@media screen and (max-width: 680px) {
	#hd_wrapper{display:none}
}

/*메인배너*/
/*
.main-carousel{ padding:0; display:block; margin-top:133px}
.main-carousel .li{height:900px; background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/main_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.8;z-index:1}
.main-carousel .jarallax{height:900px;}
.main-carousel .img01{background-image:url(../img/main_banner_img01.jpg);}
.main-carousel .img02{background-image:url(../img/main_banner_img02.jpg);}
.main-carousel .img03{background-image:url(../img/main_banner_img03.jpg);}
.main-carousel .li .copy_area{width:100%;text-align:center;color:#fff;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}
.main-carousel .li .copy_area h2{font-size:62px;font-weight:100; line-height:1.3; letter-spacing:-4px; color:#fff; padding:0 20px; text-align:center}
.main-carousel .li .copy_area h3{ max-width:400px; font-size:16px;font-weight:200;text-align:center;margin:15px  auto 20px  auto; color:#fff; opacity:0.8; padding:0 20px; line-height:1.6; word-break:keep-all}
.main-carousel .li .copy_area h4{text-align:center; margin:80px auto 0 auto; color:#fff;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}
.main-carousel .li .copy_area h4 a{color:#fff;padding:18px 42px;display:block; text-align:center;width: 160px; margin: auto; border:1px solid #fff; color:#fff; border-radius:50px}
.main-carousel .li .copy_area h4 a:hover{background-color:#fff; color:#000}
.main-carousel .li .copy_area_movie{ width:100%; position:relative}
.main-carousel .li .copy_area_movie h2{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:40px; line-height:2em; text-align:left; z-index:1;}
.main-carousel .li .copy_area_movie h2:after{content: " ";display: block; margin:50px 0 0; width:40px; height: 3px; background-color:#fff; clear: both;}
.main-carousel .li .copy_area_movie h3{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:42px; line-height:2em; text-align:left; margin:15px 0 40px 0; z-index:1;}
.main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:135px;}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px; border:0}
.main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
.main-carousel .owl-nav .owl-prev{width:40px;height:30px;position:absolute;left:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
.main-carousel .owl-nav .owl-next{width:40px;height:30px;position:absolute;right:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
@media screen and (max-width: 640px) {
	.main-carousel{margin-top:0}
	.main-carousel .li{height:100vh}
	.main-carousel .jarallax{height: 100vh;}
    .main-carousel .img01 {background-image:url(../img/m_main_banner_img01.jpg);}
	.main-carousel .img02 {background-image:url(../img/m_main_banner_img02.jpg);}
	.main-carousel .img03 {background-image:url(../img/m_main_banner_img03.jpg);}
	.main-carousel .li .copy_area h2{font-size: 42px; letter-spacing:-3px; word-break:keep-all}
	.main-carousel .li .copy_area h3{max-width:320px; margin:10px auto 0 auto; font-size: 16px; letter-spacing:-0.5px}
	.main-carousel .owl-dots{bottom:35px;}
	.main-carousel .owl-nav{display:none}
}

.right_quick-area {background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px; bottom:120px; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; transition: all 0.5s ease;z-index: 100;}
.right_quick-area.active {opacity: 1; right: 10px}
.right_quick-area li {padding: 8px 0; position: relative}
.right_quick-area li span {position: absolute; color: #fff; border-radius: 30px; padding: 4px 0px; width: 80px; text-align: center; background: rgba(0,0,0,0.8); right: 100px; top: 20px; font-size: 11px; display: block; opacity: 0; transition: all 0.5s ease}
.right_quick-area li a {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a{background:#1e76fe; color: #fff; border-radius: 50%; box-shadow: rgba(0,0,0,0.2) 0 8px 6px}
.right_quick-area li:hover span{right:50px; opacity:1; display: block;}
.right_quick-area li a i {font-size: 18px; margin-top:15px}
.kakao {width: 40px; height: 40px; margin: 10px auto; background: #fdcd21; border-radius: 50%; text-align: center; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; }
.kakao a{color: #461b0e; font-size: 18px; line-height: 38px; display: block;}
.kakao i{line-height:40px}
@media (max-width:640px) {
    .right_quick-area {display: none; }
}

.contents01{width: 100%; margin-top:100px}
.contents01 ul {display: flex; justify-content: space-between; flex-wrap: wrap; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea}
.contents01 ul li{ width: 25%; position: relative; text-align:center}
.contents01 ul li .icon{display:inline-block; padding:30px}
.contents01 ul li .icon i{color:#666; font-size:32px}
.contents01 ul li img {vertical-align:middle; transition:transform 500ms}
.contents01 ul li:hover .icon {transform:rotateY(180deg); transition:transform 500ms}
.contents01 ul li dl dt {font-weight:bold; padding-bottom:15px; line-height:20px; color:#222; font-size:20px}
.contents01 ul li dl dd {color:#919191; font-size:16px; line-height:1.6; color: #555;}
.contents01 ul li .box {border-right:1px  #eaeaea solid; padding:30px 10px 80px 0; display:block}
.contents01 ul li:nth-child(1){border-left: 1px solid #eaeaea;}
.contents01 ul li a {display:inline-block; margin-top:20px; border:1px solid #ddd; padding:7px 30px; color:#666; font-size:12px; transition: all .2s}
.contents01 ul li:hover a {background:#06519d; border:1px solid #06519d; color:#fff; transition: all .3s}
@media (max-width:968px) {
    .contents01 ul li{width:50%}
    .contents01 ul li .box{border-top:1px solid #ddd; margin-top:-1px}
}
@media (max-width:640px) {
    .contents01 ul li{width:100%}
}

.contents02  {width:100%; min-height:529px; margin-top:100px; clear:both}
.contents02 .photo{width:52%; min-height:529px; float:left}
.contents02 .photo .li{width:100%; min-height:529px; background-size:cover; background-position:center; background-repeat:no-repeat;}
.contents02 .photo .img01{background-image:url(../img/tl_about_box_wrap01.jpg)}
.contents02 .photo .img02{background-image:url(../img/tl_about_box_wrap02.jpg)}
.contents02 .photo  .owl-nav {position: absolute;top: 50%;margin-top: -25px; width:100%;}
.contents02 .photo  .owl-nav .owl-prev {width:31px;height:61px;position:absolute;left:20px; background-color:transparent; cursor:pointer; background-image: url(../img/prevBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.contents02 .photo  .owl-nav .owl-next {width:31px;height:61px;position:absolute;right:20px; background-color:transparent; cursor:pointer; background-image: url(../img/nextBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.contents02 .photo  .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:35px;}
.contents02 .photo  .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px}
.contents02 .photo  .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.contents02 .txt{width:48%; min-height:529px; background-color:#eff1f6; padding:95px 0px 95px 95px; float:left; box-sizing:border-box}
.contents02 .txt h2{font-size:36px; letter-spacing:-1px; font-weight:bold; color:#000}
.contents02 .txt span{width:52%; display: block; padding: 10px 0 0;color: #555;font-size: 16px;line-height: 1.6; font-weight: 300; letter-spacing:0}
.contents02 a  {display:inline-block; font-size:16px; margin-top:40px; border:1px solid #06519d; text-align:center; color:#fff; background-color:#06519d; line-height:50px; padding:0 30px; transition: all 0.2s}
.contents02 a:hover {padding:0 50px; transition: all 0.3s; background-color:#06519d; border:1px solid #06519d; color:#fff} 
@media screen and (max-width:1200px) {
	.contents02 .photo{width:100%; clear:both; float:none}
	.contents02 .txt {width:100%; clear:both; float:none}
}
@media screen and (max-width:640px) {
	.contents02 .txt{padding:45px}
	.contents02 .txt h2{font-size:24px;}
	.contents02 .txt span{width:100%}
}

.contents03{width:100%; padding:150px 0}
.contents03 h2{text-align:center; font-size:36px; font-weight:bold; padding-bottom:50px} 
.contents03 span{font-size:16px; display:block; padding-top:5px; font-weight:400}
.tl_video_bg_wrap .video_area {background-image:url(../img/movie_bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:506px;position:relative;z-index:1;display:flex;align-items:center;background-attachment:fixed}
.tl_video_bg_wrap .video_area .inner{padding:0}
.tl_video_bg_wrap .video_area h2{text-align:center; font-size:18px; color:#f5f5f5; font-weight:600; padding-bottom:30px; letter-spacing:15px; margin-top:-20px; position:relative}
.tl_video_bg_wrap .video_area .intro_video_iner {width: 100%;height: 100%;}
.tl_video_bg_wrap .video_area .intro_video_icon {display: inline-block; margin-top: 50px;}
.tl_video_bg_wrap .video_area .video-play-button{position:absolute;z-index:10;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px; background: linear-gradient(to right,#fdb812,#d19504); float: left;;border-radius:50%;padding:18px 20px 18px 28px}
.tl_video_bg_wrap .video_area .video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.3);border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.tl_video_bg_wrap .video_area .video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:50%;transition:all .2s}
.tl_video_bg_wrap .video_area .video-play-button:hover:after {background: rgba(255, 255, 255, 0.3);}
.tl_video_bg_wrap .video_area .video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}
.tl_video_bg_wrap .video_area .video-play-button span{display: inline-block; position: relative; z-index: 3; top: 8px; cursor: pointer;}
.tl_video_bg_wrap .video_area .ti-control-play:before{content: "\e6ad";font-size: 28px;color: #fff;}
@keyframes pulse-border {
  0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1;}
  100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity: 0;}
}

#video-box{max-width: 800px; width: 100%; margin: 0 auto; display: none; border: 2px solid #fff; border-radius: 4px; position: relative;}
#video-box .iframe-wrapper{background-color: black; width: 100%; padding-top: 66.666%; position: relative;}
#video-box .b-close{position: absolute; border: 0; outline: 0; background-color: transparent; z-index: 30; width: 30px; height: 30px; right: 5px; top: 5px; color: #fff; font-size: 28px; line-height: 1em;}
.iframe-wrapper iframe {position: absolute;z-index: 10;left: 0;top: 0;width: 100%;height: 100%;}
.iframe-wrapper iframe.on {z-index: 20;}

.contents5{ width:100%; clear:both}
.contents5 .left{width:50%; height:506px; padding: 80px 80px 50px 175px; background-image:url(../img/content5_left.jpg); background-repeat:no-repeat; background-size:cover; float:left}
.contents5 .left .txt_box{max-width:495px; float:right; text-align:right}
.contents5 .left .txt_box h1{font-size:20px; color:#fff; opacity:0.8; padding-bottom:20px; font-weight:600}
.contents5 .left .txt_box h2{font-size:42px; color:#fff; letter-spacing:-1px; line-height:1.3; font-weight:300; word-break:keep-all;}
.contents5 .left .txt_box span{display:block; padding:20px 0; color:#fff; opacity:0.8; font-size:16px; letter-spacing:0; line-height:1.6; font-weight:300}
.contents5 .right {width:50%; height:506px; padding: 80px 80px 50px 100px; float:left; text-align:left; background-image:url(../img/content5_right.jpg); background-repeat:no-repeat; background-size:cover;}
.contents5 .right .txt_box{max-width:495px; float:left;}
.contents5 .right .txt_box h1{font-size:20px; color:#fff; opacity:0.8; padding-bottom:20px; font-weight:600}
.contents5 .right .txt_box h2{font-size:42px; color:#fff; letter-spacing:-1px; line-height:1.3; font-weight:300; word-break:keep-all}
.contents5 .right .txt_box span{display:block; padding:20px 0; color:#fff; font-size:16px; line-height:1.6; font-weight:300}

.contents5 .left .more a{float:right}
.contents5 .right .more a{float:left}
.contents5 .more a {text-align: center; width: 70px; height: 70px;display: table;position: relative;background: #fff; font-weight: 600;transition-duration: 300ms;}
.contents5 .more a:before{content:''; position: absolute; width: 84px; height: 84px; border: 1px solid rgba(255,255,255,1);box-sizing: border-box; left: -7px; top: -7px; transition-duration: 300ms;}
.contents5 .more a  p{display: table-cell; vertical-align: middle; color:#555 }
.contents5 .more a:hover{width: 240px; }
.contents5 .more a:hover:before{width: 254px; }
@media screen and (max-width: 960px) {
	.contents5 .left{width:100%; padding: 95px 20px 20px 20px; float:none; clear:both}
	.contents5 .right{width:100%; padding: 95px 20px 20px 20px; float:none; clear:both}
	.contents5 .right p{text-align:center}
}
@media screen and (max-width: 640px) {
    .contents5 .left .txt_box h2{font-size:32px}
    .contents5 .right .txt_box h2{font-size:32px}
}
*/

/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:11; top:0;right:-400px;max-width:400px; width:100%; height:100%; color:#FFF; padding:30px;-webkit-transition: right .3s ease;-moz-transition: right .3s ease;-ms-transition: right .3s ease;-o-transition: right .3s ease;transition: right .3s ease; box-sizing:border-box; overflow:auto;}
#right-side .side_gnb .call a {text-align:center; display:block;position:relative;background:#6cc043; color:#fff; font-weight:bold; height:5.0em; line-height:5em; border-radius:3px; margin-top:10px; padding:2px 0 4px 0;}
#right-side #btn-close-right-side {position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px; font-size:16px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times{font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0;}
.right-side-on #wrapper{left:-300px; }
.right-side-on #header{left:-300px; }
.right-side-on #rs-overlay {display:block;}
.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul{text-align:center}
.quick_menu li{display:inline-block; margin-left:-3px; width:80px; border-right:1px solid #ddd;}
.quick_menu li:last-child{border:0} 
.quick_menu li a{display:block; box-sizing:border-box; color:#f5f5f5; letter-spacing:-0.8px; text-align:center; position:relative; font-size:12px}
.quick_menu li a:hover{color:#fff;backface-visibility:hidden}
.quick_menu li a.on{color:#fff;border-bottom-color:#FF3300;border-bottom-width:2px;border-bottom-style:solid}
.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block;position:relative;background:#ffd800}
.quick_kakao a img{display:block;margin:0 auto}

.side_gnb{position:relative;width:100%;float:left;padding-top:20px;}
.side_gnb p{color:#fff; text-align:center; padding:20px }
.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #555; margin-top:60px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:16px;line-height:3.8em;padding:0 1.0em;border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid #f2f2f2;border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease}
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:"";display:block;position:relative;padding-top:100%}
.side_gnb .depth-2{display:none;}
.side_gnb .depth-2>li{background-color:#ddd}
.side_gnb .depth-2>li>a{display:block;color:#f2f2f2;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}

/*제품소개*/
.tl_product_box_wrap{width:100%; padding:150px 0}
.tl_product_box_wrap h2 {text-align:center;font-size:42px; color:#000; line-height:1.6; font-weight:600}
.tl_product_box_wrap h2 span {padding:10px 20px 50px 20px; font-size:16px; display:block; color:#555; font-weight:400}
@media screen and (max-width: 640px) {
   .tl_product_box_wrap h2{font-size:32px}
}

/*서브상단*/
.sub_visual{overflow:hidden; position:relative; height:380px; margin-top:90px; padding-top:146px;}
.sub_visual.bg{background-repeat:no-repeat; background-position:top center; background-size:cover;}
.sub_visual:hover .bg{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1);}
.sub_visual.visual01 .bg{background-image:url('../img/sub_visual01.jpg');}
.sub_visual.visual02 .bg{background-image:url('../img/sub_visual02.jpg');}
.sub_visual.visual03 .bg{background-image:url('../img/sub_visual03.jpg');}
.sub_visual.visual04 .bg{background-image:url('../img/sub_visual04.jpg');}
.sub_visual.visual05 .bg{background-image:url('../img/sub_visual05.jpg');}
.sub_visual.visual06 .bg{background-image:url('../img/sub_visual06.jpg');}
.sub_visual.visual07 .bg{background-image:url('../img/sub_visual07.jpg');}
.sub_visual .title_wrap{text-align:center;}
.sub_visual .title{vertical-align:middle}
.sub_visual h3{position:relative; z-index:2; padding-bottom:16px; text-align:center; color:#fff; font-size:54px; line-height:56px; font-weight:600; letter-spacing:-0.05em;}
.sub_visual h3:after{display:block; position:absolute; bottom:0; left:0; right:0; width:20px; height:1px; margin-left:auto; margin-right:auto; background-color:#fff}
.sub_visual .sub_title{position:relative; z-index:2; margin-top:19px; padding-left:20px; padding-right:20px; text-align:center; color:#fff; font-size:15px; line-height:20px; font-weight:600; word-break:keep-all;}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1200px;opacity:.6;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
@media all and (max-width:1100px){
	.sub_visual{margin-top:90px;}
}
@media all and (max-width: 640px) {
	.sub_visual{height:250px; padding-top:75px;}
    .sub_visual .title_wrap{max-width:100%; height:400px}
	.sub_visual h3{font-size:35px}
	.sub_visual .sub_title{font-size:13px}
}

/*서브 하단 네비*/
.category-wrap{width:100%; height:70px; background-color:#fff; border-bottom:1px solid #ddd; clear:both; background-attachment:scroll; position:relative; z-index:3}
.sub_navI_warp{background-color:#fff; max-width:1300px; z-index:3; position:relative; margin-left:auto; margin-right:auto;}
.all-wrap{max-width:1300px; height:69px; margin:0 auto;  transition:all .3s ease;}
.all-wrap .loca-wrap{width:100%;margin:0 auto;height:69px}
.all-wrap .loca-wrap .loca-area i{float:left;display:inline-block;width:60px;height:71px; line-height:65px; color:#555; border-right:1px solid #ddd; padding:0; margin-top:0; text-align:center}
.all-wrap .loca-wrap .loca-area{height:69px;float:left;}
.all-wrap .loca-wrap .loca-area > a {display:inline-block;width:54px;height:100%; float:left; line-height:100%; text-align:center;}
.all-wrap .loca-wrap .loca-area > a img {margin-top:17px;}
.all-wrap .loca-wrap .loca-area>ul {float: left;margin:0; padding:0;}
.all-wrap .loca-wrap .loca-area>ul>li{float:left;width:220px;height:70px;position:relative; margin-left:-1px}
.all-wrap .loca-wrap .loca-area>ul>li button{height:69px;width:220px;position:relative;text-align:left; background-image:url(../img/loca_arrow_off.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease; border:0; background-color: inherit; box-sizing: border-box; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.all-wrap .loca-wrap .loca-area>ul>li button.active{background-image:url(../img/loca_arrow_on.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;}
.all-wrap .loca-wrap .loca-area>ul>li button span {padding-left: 19px;background-color: transparent; color:#333; font-size:15px}
.all-wrap .loca-wrap .loca-area>ul>li div{overflow:hidden;height:0;position:relative}
.all-wrap .loca-wrap .loca-area>ul>li div ul{display:block;position:absolute;width:100%;left:0;border:1px solid #ddd; background-color:#fff; padding:0}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a{ border-bottom:1px solid #ddd; background:#fff;height:46px;color:#555;line-height:46px;display:block;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease;padding-left:19px; font-size:15px; box-sizing:border-box}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a:hover{color:#000; font-weight:bold}
.all-wrap .loca-wrap .share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.all-wrap .loca-wrap .share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; border-bottom: 1px solid #ddd; cursor:pointer}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.all-wrap .loca-wrap .share-area .share-btn{width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;    background-color: inherit; border:0; margin-right:20px}
.all-wrap .loca-wrap .share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}
@media screen and (max-width: 640px) {
    .all-wrap .loca-wrap .loca-area {width:100%; float:none;}
	.all-wrap .loca-wrap .loca-area > a {width:10%;}
	.all-wrap .loca-wrap .share-area{display:none}
	.all-wrap .loca-wrap .loca-area > ul {width:100%;}
	.all-wrap .loca-wrap .loca-area > ul > li{width:50%}
	.all-wrap .loca-wrap .loca-area > ul > li:first-child{border:0}
	.all-wrap .loca-wrap .loca-area > ul > li button {width:100%; border-right:0}
	.all-wrap .loca-wrap .loca-area i{display:none}
}

/*서브 기본 상단*/
.content_wrap{width:100%;}
.content_wrap .txtCon{max-width:1300px; margin:0 auto; padding:60px 20px 50px 20px; font-weight:200; position:relative; clear:both}
.content_wrap .txtCon .sub_title{ margin-bottom:100px}
.content_wrap .txtCon h1{margin:0 0 40px 0; font-size:40px; padding:0 0 20px 0; color:#000; font-weight:bold; letter-spacing:-2px; text-align:center}
.content_wrap .txtboard{max-width:1240px; font-size:12px}
.content_wrap .sub_title h3{margin:50px 0 0 0; text-align:center; font-size:41px; color:#000; font-weight:600;}
.content_wrap .sub_title p{margin:10px 0 0; text-align:center; font-size:14px; color:#999; letter-spacing:1px}
@media all and (max-width:1000px){
	.content_wrap .txtCon{padding-top:0; padding-left:10px; padding-right:10px;}
	.content_wrap .txtCon .sub_title{margin-bottom:50px;}
	.content_wrap .sub_title h3{font-size:35px; line-height:37px;}
}
@media screen and (max-width: 640px) {
   .content_wrap .txtCon .sub_title h1{font-size:32px}
   .content_wrap .sub_title h3{font-size:30px}
}

/*게시판 헤더관리*/
#head-edit-form {display:none;border:2px solid tomato;padding:2em;background-color:#fff;border-radius:6px;}
#head-edit-form h3{font-size:20px; margin-bottom:20px}
#head-edit-form .line {margin:5px 0; padding-bottom:7px}
#head-edit-form .line label {font-size:14px; color:#930; width:150px; display:inline-block; vertical-align:middle;}
#head-edit-form .line textarea {width:400px;height:100px;line-height:20px;border:1px solid #ccc;}
#head-edit-form .line input[type=text] {border:1px solid #ccc;line-height:20px;height:40px;}
#head-edit-form .line #bo_head_bg_class{width: 150px; height:40px }
#head-edit-form .line #bo_head_sub_title{width: 350px; }
#head-edit-form .btn_submit{width:160px; background: #000; text-decoration: none; display:inline-block; border:0; color: #fff; vertical-align: middle; padding:15px 0 15px 0; line-height:1.1; cursor:pointer; box-sizing:border-box;}
#btn-mng-head {position:absolute;z-index:100; bottom:2px;right:2px;background-color:tomato; color:#fff; font-size:14px; border:0; height:24px; line-height:24px; padding:0 0.5em; border-radius:12px;}

/*내용관리 헤더관리*/
#head-edit-form .line #co_head_bg_class{width: 150px; height:40px }
#head-edit-form .line #co_head_sub_title{width: 350px; }
#head-edit-form .tc {text-align:center; margin-top:1em;}

/*푸터*/
#footer{width:100%; padding-bottom:80px; border-top:1px solid #e4e2e2; height:auto; clear:both; margin-top:200px;}
#footer .left{width:55%; float:left}
#footer .left .service{width:100px}
#footer .left .sns{width:120px}
#footer .left .privacy  {width:140px}
#footer .right{width:45%; float:right}
.footerLogo{/*width:148px;height:75px;*/margin:50px 50px 30px 50px;font-size:50px;font-weight:500; letter-spacing:-2px;text-align:left;color:#000}
.footerText{position:relative;float:left;margin:30px 30px 30px 40px; padding:0 10px}
.footerText h2{margin:0 0 30px 0; font-size:18px; text-align:left; color:#000; letter-spacing:-1px}
.footerText li a{font-size:15px; font-weight:200; color:#444; line-height:1.8}
.footerText li a i{font-size:15px}
.footerMall{position:relative; float:right; margin:20px 70px 30px 30px; width:auto; font-size:15px; font-weight:200; line-height:2.09; text-align:left; color:#000}
.footerCopyright{position:relative; float:left;width:100%; padding:20px 0 80px 0; font-size:15px ;font-weight:200; text-align:left; color:#000}
.footerCopyright p{padding-left: 50px;}
.footerMall .only_mobile{display:none;}
@media screen and (max-width:1028px) {
	#footer .left{width:100%}
	#footer .right{width:100%}
	.footerLogo{display:none;}
	.footerMall{float:left}
	.footerText {margin: 30px 30px 30px 20px;}
	.footerCopyright{padding-bottom:40px;}
	.footerCopyright p{padding-left:30px}
}
@media screen and (max-width:1028px) {
	#footer .left{display:none;}
	.footerMall .only_mobile{display:block;}
}
@media screen and (max-width:640px) {
	#footer{padding-bottom:120px;}
}




/*회원가입*/
#fregister{max-width:1200px; margin:0 auto; padding:20px 0}
#fregisterform{max-width:1200px; margin:0 auto; padding:20px 0}

@media screen and (max-width: 1100px) {
	.visual_slider {margin-top:0}
	 /*버튼*/
	#open-button{position:fixed;z-index:12;right:15px;padding-top:23px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; }
	#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#333;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#open-button .nl1 {top: 11px;right: 10px; width:30px;}
	#open-button .nl2 {top: 19px;right: 10px; width:24px;}
	#open-button .nl3 {top: 27px;right: 10px; width:30px;}
	#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#fff;}
	#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
	#open-button.scrolled .navicon-line {background-color: #333;}
	#open-button.on.scrolled >div>div{background-color:#fff;}
	/*버튼*/
}

/** 추가 **/
button,input,optgroup,select,textarea{margin:0;padding:0;border:1px solid;box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;vertical-align:middle}
button,input,select{display:inline-block}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{overflow:visible;border-color:transparent;/*background-color:transparent;*/cursor:pointer}

/* slick */
.slick-slider{position:relative;}
.slick-list{overflow:hidden; position:relative;}
.slick-track{position:relative; top:0; left:0; margin-right:auto; margin-left:auto;}
.slick-track:before, .slick-track:after{display:table;}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; float:left;}
.slick-slide.slick-loading img{display:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;}

/* layout */
.main_wrap{padding-top:90px; padding-bottom:75px;}
.wrap{width:1200px; margin-left:auto; margin-right:auto;}
@media all and (max-width:1200px){
	.wrap{width:1000px}
}
@media all and (max-width:1100px){
	.main_wrap{padding-top:90px;}
}
@media all and (max-width:1000px){

	.wrap{width:auto; margin-right:0; margin-left:0; padding-right:3%; padding-left:3%}
}


/* 비주얼 */
.visual{position:relative; font-size:0; line-height:0}
/*.visual .visual_text{display:inline-block; margin-top:17px; margin-left:12px; vertical-align:top; color:#7f8698; font-size:16px; line-height:18px; letter-spacing:0.1em}*/
.visual .slick-list{overflow:visible;}
.visual .visual_item{display:block; width:100%; height:800px; background-repeat:no-repeat; background-position:top center; background-size:cover;}
.visual .visual_item.n1{background-image:url('../img/visual1.jpg');}
.visual .visual_item.n2{background-image:url('../img/visual2.jpg');}
.visual .visual_item.n3{background-image:url('../img/visual3.jpg');}
.visual .visual_content{padding-top:270px; text-align:center;}
.visual .visual_slogan{display:inline-block; position:relative; color:#fff; font-size:62px; line-height:76px; letter-spacing:-0.025em; text-shadow:0 0 7px rgba(0, 0, 0, 0.4);}
.visual .visual_slogan:before{display:block; position:absolute; top:30px; left:100%; width:105px; height:105px; margin-left:-30px; background:url('../img/visual_slogan_deco.png') no-repeat 0 0 / 100% auto;}
.visual .visual_slogan span{font-weight:600;}
.visual .visual_text{margin-top:29px; color:#fff; font-size:20px; line-height:28px; letter-spacing:-0.025em; text-shadow:0 0 7px rgba(0, 0, 0, 0.4);}
.visual .visual_more{display:block; width:160px; margin-top:75px; margin-left:auto; margin-right:auto; color:#fff; font-size:14px; line-height:52px; letter-spacing:-0.05em; border:1px solid #a9a9ab; border-radius:52px;}

.visual .slick-arrow{display:block; position:absolute; top:0; bottom:0; width:75px; height:75px; margin-top:auto; margin-bottom:auto; background-color:#246eb9; color:#fff; font-size:14px; line-height:16px; transition-property:background-color; transition-duration:0.25s; transition-timing-function:linear;}
.visual .slick-arrow span{display:block; position:relative; padding-top:12px;}
.visual .slick-arrow span:before{display:block; position:absolute; top:0; left:0; right:0; width:40px; height:1px; margin-left:auto; margin-right:auto; background-color:#fff;}
.visual .visual_prev{left:30px;}
.visual .visual_next{right:30px;}
.visual .visual_dots{position:absolute; bottom:40px; left:0; width:100%;}
.visual .visual_dots ul{text-align:center; font-size:0; line-height:0;}
.visual .visual_dots li{display:inline-block; margin-left:10px;}
.visual .visual_dots li:first-child{margin-left:0;}
.visual .visual_dots button{width:30px; height:5px; background-color:#e0e0e1;}
.visual .visual_dots li.slick-active button{background-color:#169ebf;}
.visual .slick-arrow:hover{background-color:#4a88c7;}

@media all and (max-width:640px){
	.visual .visual_item{height:450px;}
	.visual .visual_content{padding-top:120px;}
	.visual .visual_slogan{font-size:40px; line-height:54px;}
	.visual .visual_slogan:before{top:15px; width:73.5px; height:73.5px; margin-left:-20px;}
	.visual .visual_text{font-size:16px; line-height:24px;}
	.visual .visual_more{margin-top:50px; line-height:40px;}
	.visual .visual_dots button{height:3px;}
}


/* 바로가기 */
.shortcut{padding-top:75px; font-size:0; line-height:0; text-align:center;}
.shortcut .shortcut_title{position:relative; padding-top:42px; color:#222; font-size:36px; line-height:38px; letter-spacing:-0.025em;}
.shortcut .shortcut_title:before{display:block; position:absolute; top:0; left:0; right:0; width:111px; height:31px; margin-left:auto; margin-right:auto; background:url('../img/title_deco1.png') no-repeat;}
.shortcut .shortcut_title span{color:#246eb9; font-weight:600;}
.shortcut .shortcut_ul{margin-top:44px;}
.shortcut .shortcut_li{display:inline-block; width:calc(25% + 1px); margin-left:-1px; border:1px solid #e5e5e5;}
.shortcut .shortcut_anchor{display:block; padding-top:33px; padding-bottom:58px;}
.shortcut .shortcut_anchor:before{display:block; width:96px; height:80px; margin-left:auto; margin-right:auto; background-repeat:no-repeat; background-size:100% auto; transition-property:transform; transition-duration:0.4s; transition-timing-function:ease-in-out;}
.shortcut .shortcut_li:nth-child(1) .shortcut_anchor:before{background-image:url('../img/shortcut_icon1.png');}
.shortcut .shortcut_li:nth-child(2) .shortcut_anchor:before{background-image:url('../img/shortcut_icon2.png');}
.shortcut .shortcut_li:nth-child(3) .shortcut_anchor:before{background-image:url('../img/shortcut_icon3.png');}
.shortcut .shortcut_li:nth-child(4) .shortcut_anchor:before{background-image:url('../img/shortcut_icon4.png');}
.shortcut .shortcut_name{display:block; margin-top:28px; font-size:20px; line-height:22px; letter-spacing:-0.025em; font-weight:600;}
.shortcut .shortcut_text{display:block; margin-top:19px; color:#555; font-size:16px; line-height:18px; letter-spacing:-0.025em;}
.shortcut .shortcut_more{display:inline-block; margin-top:23px; width:94px; height:32px; border:1px solid #f1f1f1; font-size:12px; line-height:32px; letter-spacing:-0.025em; transition-property:background-color, border-color, color; transition-duration:0.25s; transition-timing-function:linear;}
.shortcut .shortcut_anchor:hover:before{transform:rotateY(360deg);}
.shortcut .shortcut_anchor:hover .shortcut_more{background-color:#246eb9; border-color:#246eb9; color:#fff;}
@media all and (max-width:800px){
	.shortcut{padding-top:50px;}
	.shortcut .shortcut_title{font-size:28px; line-height:26px;}
	.shortcut .shortcut_ul{margin-top:30px;}
	.shortcut .shortcut_li{width:calc(50% + 1px); margin-top:-1px;}
	.shortcut .shortcut_anchor{padding-top:20px; padding-bottom:20px;}
	.shortcut .shortcut_anchor:before{width:76.8px; height:64px;}
	.shortcut .shortcut_name{margin-top:18px;font-size:18px; line-height:20px;}
	.shortcut .shortcut_text{margin-top:15px; font-size:14px; line-height:16px;}
	.shortcut .shortcut_more{margin-top:15px;}
}
@media all and (max-width:640px){
	.shortcut .shortcut_anchor:before{display:none;}
}


/* 의료서비스 */
.services{margin-top:102px; padding-top:113px; padding-bottom:123px; background:url('../img/service_bg.jpg') no-repeat top center / cover; text-align:center; font-size:0; line-height:0;}
.services .services_intro .services_title{display:inline-block; position:relative; color:#fff; font-size:36px; line-height:38px; letter-spacing:-0.025em;}
.services .services_intro .services_title:before{display:block; position:absolute; top:0; right:100%; width:44px; height:44px; margin-right:-20px; background:url('../img/title_deco2.png') no-repeat 0 0;}
.services .services_intro .services_title span{font-weight:600;}
.services .services_intro .services_text{margin-top:14px; color:#fff; font-size:16px; line-height:21px; letter-spacing:-0.025em;}
.services .services_li{display:inline-block; margin-top:62px; margin-left:107px; margin-right:107px;}
.services .services_li:before{display:block; width:184px; height:184px; margin-left:auto; margin-right:auto; background-repeat:no-repeat; background-size:100% auto;}
.services .services_li .services_text{display:block; margin-top:33px; color:#fff; font-size:20px; line-height:28px; letter-spacing:-0.05em;}
.services .services_li .services_text span{font-weight:600;}
.services .services_li:nth-child(1):before{background-image:url('../img/service_image1.png');}
.services .services_li:nth-child(2):before{background-image:url('../img/service_image2.png');}
.services .services_li:nth-child(3):before{background-image:url('../img/service_image3.png');}
@media all and (max-width:1200px){
	.services .services_li{margin-left:25px; margin-right:25px;}
}
@media all and (max-width:800px){
	.services{margin-top:60px; padding-top:60px; padding-bottom:60px;}
	.services .services_intro .services_title{font-size:30px; line-height:32px;}
	.services .services_intro .services_text{padding-left:20px; padding-right:20px; word-break:keep-all;}
	.services .services_li{margin-top:40px;}
	.services .services_li:before{width:147.2px; height:147.2px;}
}
@media all and (max-width:640px){
	.services{padding-top:50px; padding-bottom:30px;}
	.services .services_li{margin-top:20px;}
	.services .services_li .services_text{margin-top:10px; font-size:16px; line-height:24px;}
}


/* 도수치료 센터 */
.treatment{position:relative; min-height:530px; margin-top:100px; padding-left:650px; padding-top:44px;}
.treatment:before{display:block; position:absolute; top:0; left:-100px; width:680px; height:530px; background:url('../img/treatmen_image.jpg') no-repeat top left / 100% auto;}
.treatment .treatment_title{display:inline-block; position:relative;}
.treatment .treatment_title:before{display:block; position:absolute; top:0; left:-30px; width:71px; height:71px; background:url('../img/title_deco3.png') no-repeat 0 0;}
.treatment .treatment_title span{position:relative; color:#246eb9; font-size:36px; line-height:70px; letter-spacing:-0.025em; font-weight:600;}
.treatment .treatment_text{margin-top:15px;color:#333; font-size:18px; line-height:26px; letter-spacing:-0.025em;}
.treatment .treatment_text span{font-weight:600;}
.treatment .treatment_more{display:block; width:200px; margin-top:75px; padding-top:18px; padding-bottom:19px; background-color:#169ebf; text-align:center; transition-property:background-color; transition-duration:0.25s; transition-timing-function:linear;}
.treatment .treatment_more span{position:relative; color:#fff; padding-right:15px; font-size:16px; line-height:18px; letter-spacing:-0.025em;}
.treatment .treatment_more span:before{display:block; position:absolute; top:-1px; bottom:0; right:0; width:8px; height:12px; margin-top:auto; margin-bottom:auto; background:url('../img/button_arrow.png') no-repeat 0 0;}
.treatment .treatment_more:hover{background-color:#5fb6cb;}
@media all and (max-width:1000px){
	.treatment{min-height:initial; margin-top:30px; padding-top:312px; padding-left:0; text-align:center;}
	.treatment:before{left:0; right:0; width:400px; height:312px; margin-left:auto; margin-right:auto;}
	.treatment .treatment_title{margin-top:20px;}
	.treatment .treatment_title span{font-size:30px;}
	.treatment .treatment_text{font-size:16px; line-height:24px;}
	.treatment .treatment_more{margin-top:40px; margin-left:auto; margin-right:auto;}
}
@media all and (max-width:640px){
	.treatment .treatment_more{margin-top:40px; margin-top:30px; padding-top:14px; padding-bottom:14px;}
}


/* 1인 입원실 운영 */
.room{margin-top:130px; padding-top:113px; padding-bottom:130px; background:url('../img/room_bg.jpg') no-repeat top center / cover; text-align:center;}
.room .room_title{position:relative; display:inline-block; color:#fff; font-size:36px; line-height:38px; letter-spacing:-0.025em; font-weight:600;}
.room .room_title:before{display:block; position:absolute; top:-20px; left:-30px; width:71px; height:70px; background:url('../img/title_deco4.png') no-repeat 0 0;}
.room .room_text{margin-top:29px; color:#fff; font-size:18px; line-height:23px; letter-spacing:-0.025em; word-break:keep-all;}
.room .room_eng{margin-top:30px; display:block; color:#999; font-size:18px; line-height:20px; letter-spacing:-0.025em;}
.room .room_more{display:block; width:200px; margin-top:57px; margin-left:auto; margin-right:auto; padding-top:18px; padding-bottom:19px; background-color:#169ebf; transition-property:background-color; transition-duration:0.25s; transition-timing-function:linear;}
.room .room_more span{position:relative; color:#fff; padding-right:15px; color:#fff; font-size:16px; line-height:18px; letter-spacing:-0.025em;}
.room .room_more span:before{display:block; position:absolute; top:-1px; bottom:0; right:0; width:8px; height:12px; margin-top:auto; margin-bottom:auto; background:url('../img/button_arrow.png') no-repeat 0 0;}
.room .room_more:hover{background-color:#5fb6cb;}
@media all and (max-width:1000px){
	.room{margin-top:80px;}
}
@media all and (max-width:640px){
	.room{margin-top:40px; padding-top:60px; padding-bottom:60px;}
	.room .room_title{font-size:30px; line-height:32px;}
	.room .room_text{font-size:16px; line-height:21px;}
	.room .room_eng{font-size:16px; line-height:18px;}
	.room .room_more{margin-top:30px; padding-top:14px; padding-bottom:14px;}
}

.rowgroup6 .wrap{padding-left:0; padding-right:0;}

/* 치료센터*/
.centers{position:relative;}
.centers:before{display:block; position:absolute; top:0; left:50%; width:100vw; height:100%; background-color:#f2f3f7; transform:translate(-50%);}
.centers .centers_inner{position:relative; min-height:320px; padding:70px 30px 30px 60px;}
.centers .centers_inner:before{display:block; position:absolute; top:0; width:50vw; height:100%; background-repeat:no-repeat; background-size:cover;}
.centers .centers_title{display:block; position:relative; padding-left:45px; color:#222; font-size:30px; line-height:32px; letter-spacing:-0.025em; font-weight:600;}
.centers .centers_title:before{display:block; position:absolute; top:0; left:0; width:30px; height:30px; background:url('../img/title_deco5.png') no-repeat 0 0;}
.centers .centers_text{margin-top:24px; font-size:18px; line-height:26px; letter-spacing:-0.05em;}
.centers .centers_text span{font-weight:600;}
.centers .centers_li.right{padding-left:50%;}
.centers .centers_li.right .centers_inner:before{right:100%; background-position:top right; background-image:url('../img/centers_image1.jpg');}
.centers .centers_li.left{padding-right:50%;}
.centers .centers_li.left .centers_inner:before{left:100%; background-image:url('../img/centers_image2.jpg');}
@media all and (max-width:1000px){
	.centers .centers_li{padding-top:200px;}
	.centers .centers_inner{min-height:initial; padding-top:30px; padding-left:30px;}
	.centers .centers_inner:before{top:auto; bottom:100%; left:0; width:100%; height:200px;}
	.centers .centers_title{padding-left:35px; font-size:24px;}
	.centers .centers_text{margin-top:15px; font-size:16px; line-height:24px;}
	.centers .centers_li.right{padding-left:0;}
	.centers .centers_li.left .centers_inner:before{right:auto;}
	.centers .centers_li.left{padding-right:0;}
	.centers .centers_li.left .centers_inner:before{left:0;}
}


.info{margin-top:75px; font-size:0; line-height:0;}
.info .info_title{position:relative; padding-top:42px; text-align:center; color:#222; font-size:36px; line-height:38px; letter-spacing:-0.025em;}
.info .info_title:before{display:block; position:absolute; top:0; left:0; right:0; width:111px; height:31px; margin-left:auto; margin-right:auto; background:url('../img/title_deco1.png') no-repeat;}
.info .info_title span{color:#246eb9; font-weight:600;}
.info .info_ul{margin-top:70px; text-align:center;}
.info .info_li{display:inline-block; width:33.33%; height:345px; padding-top:51px; vertical-align:top; background-repeat:no-repeat; background-position:top right; background-size:cover;}
.info .info_name{position:relative; text-align:center; color:#fff; font-size:20px; line-height:22px; letter-spacing:-0.025em; font-weight:600;}
.info .info_name:after{display:block; width:84px; height:98px; margin-top:21px; margin-left:auto; margin-right:auto; background-repeat:no-repeat; background-size:100% auto;}
.info .info_li.n1{background-color:#246eb9; background-image:url('../img/info_bg1.jpg');}
.info .info_li.n1 .info_name:after{background-image:url('../img/info_icon1.png');}
.info .info_li.n1 .info_text{margin-top:22px; color:#fff; font-size:18px; line-height:24px; letter-spacing:-0.025em;}
.info .info_li.n1 .info_parking{display:inline-block; margin-top:7px; padding-left:10px; padding-right:10px; background-color:#fff; border-radius:25px; color:#1b5793; font-size:16px; line-height:25px; letter-spacing:-0.025em; font-weight:600;}
.info .info_li.n2{background-color:#1ba2c2; background-image:url('../img/info_bg2.jpg');}
.info .info_li.n2 .info_name:after{background-image:url('../img/info_icon2.png');}
.info .info_li.n2 .info_tel{display:block; margin-top:45px; color:#fff; font-size:32px; line-height:34px; letter-spacing:0; font-weight:600;}
.info .info_li.n2 .info_tel a{color:#fff;}
.info .info_li.n3{position:relative; background-color:#efefef; background-image:url('../img/info_bg3.jpg');}
.info .info_li.n3:before{display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #356697;}
.info .info_li.n3 .info_name{color:#222;}
.info .info_li.n3 .info_name:after{background-image:url('../img/info_icon3.png');}
.info .info_li.n3 .info_text{margin-top:36px; color:#246eb9; font-size:24px; line-height:28px; letter-spacing:-0.025em;}
.info .info_li.n3 .info_text span{font-weight:600;}
@media all and (max-width:1000px){
	.info{margin-top:50px;}
	.info .info_title{font-size:28px; line-height:26px;}
	.info .info_ul{margin-top:40px;}
	.info .info_li{width:100%; height:290px; padding-top:35px;}
	.info .info_name:after{width:67.2px; height:78.4px;}
	.info .info_li.n1 .info_text{font-size:15px; line-height:21px;}
}
@media all and (max-width:640px){
	.info .info_li{height:190px;}
	.info .info_name:after{display:none;}
}

/* 지도 */
.mainmap{position:relative;}
.mainmap .root_daum_roughmap{width:100%;}
.mainmap .root_daum_roughmap .wrap_map{height:430px;}
.mainmap .root_daum_roughmap .wrap_btn_zoom{z-index: 5;}
@media all and (max-width:1000px){
	.mainmap .root_daum_roughmap .wrap_map{height:290px;}
}

/* 게시판 버튼 아이콘 */
.btn_bo_user :before{display:block;}


/*게시판*/
.bo_w_flie input{border:none;}
#bo_w :before{display:block;}
#bo_v_con p{font-size:15px; font-weight:400;}
#bo_w .bo_w_tit .frm_input{font-size:16px;}


/*quick 메뉴*/
.quick{position:fixed; top:100px; right:28px; z-index: 99999;}
/*.quick .ul{background:rgba(0,0,0,0.8); padding:10px 10px; border-radius:10px;}*/
.quick .li{width:80px; height:80px; margin-bottom:5px; text-align:center; border-radius:10px; background:rgba(255,255,255,0.9); box-shadow: 0 10px 15px rgba(0,0,0,0.15);}
.quick .li.n0{width:80px; height:106px;}
.quick .li:last-child{margin-bottom:0;}
.quick .anchor{display:block; width:100%; height:100%; padding-top:10px; box-sizing:border-box;}
.quick .li.n0 .anchor{display:flex; flex-direction:column; align-items:center; justify-content:center; padding:12px 6px 10px;}
.quick .icon{width:40px; height:40px; margin:0 auto; background:url('../img/quick_icon.png') no-repeat; background-size:100% 400%;}
.quick .li.n0 .icon{width:44px; height:46px; margin:0 auto; background:none; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.quick .li.n0 .icon img{display:block; width:42px; height:42px; object-fit:contain; filter:brightness(0) saturate(100%);}
.quick .li.n0 .desc{margin-top:6px; line-height:1.2;}
.quick .li.n0 .mo_txt{display:none;}
.quick .li.n1 .icon{background-position:center top;}
.quick .li.n2 .icon{background-position:center 33.333%;}
.quick .li.n3 .icon{background-position:center 66.666%;}
.quick .li.n4 .icon{background-position:center bottom;}
.quick .desc{margin-top:5px; font-size:14px; line-height:14px; color:#000; font-weight:600; letter-spacing: -0.02em;}
@media all and (max-width:1000px){
	.quick{top:130px; right:32px;}
	.quick .li{width:70px; height:70px; border-radius:7px;}
	.quick .li.n0{width:70px; height:94px;}
	.quick .icon{width:35px; height:35px;}
	.quick .li.n0 .icon{width:38px; height:40px;}
	.quick .li.n0 .icon img{width:36px; height:36px;}
	.quick .anchor{padding-top:7px;}
	.quick .li.n0 .anchor{padding:10px 4px 8px;}
}
@media all and (max-width:640px){
	.quick{top:auto; bottom:125px; right:15px; z-index: 10;}
	.quick .li{width:48px; height:48px; border-radius:100%;}
	.quick .li.n0{width:48px; height:48px;}
	.quick .icon{width:30px; height:30px;}
	.quick .anchor{padding-top:9px;}
	.quick .li.n0 .anchor{display:flex; align-items:center; justify-content:center; padding:0;}
	.quick .li.n0 .icon{display:none;}
	.quick .li.n0 .mo_txt{display:block; font-size:15px; line-height:1; color:#000; font-weight:700; letter-spacing:-0.02em;}
	.quick .li.n0 .desc{display:none;}
	.quick .desc{display:none; font-size:12px; line-height:12px;}
}