@charset "utf-8";


/********** renewal added 시작 (작성위치 순서 상단에 유지) ***********/
.sub_container.landing{margin-top: 0 !important;}

.landing .wrap{max-width: 1200px;}
@media (max-width: 1280px){
    .landing .wrap{margin: 0 4% !important;}
}
@media (max-width: 640px){
    .landing .wrap{margin: 0 6% !important;}
}
/*********** renewal added 끝 ***********/

@font-face {
  font-family:"NotoSans";
  font-weight:100;
	src:url('../css/font/NotoSans-Light.eot');
	src:url('../css/font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
	url('../css/font/NotoSans-Light.woff') format('woff'),
	url('../css/font/NotoSans-Light.otf') format('opentype'),
	url('../css/font/NotoSans-Light.ttf') format('truetype');
	src:local('?'), url('../css/font/NotoSans-Light.woff') format('woff');
}
@font-face {
  font-family:"NotoSans";
  font-weight:200;
	src:url('../css/font/NotoSans-DemiLight.eot');
	src:url('../css/font/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('../css/font/NotoSans-DemiLight.woff') format('woff'),
	url('../css/font/NotoSans-DemiLight.otf') format('opentype')
	url('../css/font/NotoSans-DemiLight.ttf') format('truetype');
	src:local('?'), url('../css/font/NotoSans-DemiLight.woff') format('woff');
}
@font-face {
  font-family:"NotoSans";
  font-weight:300;
	src:url('../css/font/NotoSans-Regular.eot');
	src:url('../css/font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('../css/font/NotoSans-Regular.woff') format('woff'),
	url('../css/font/NotoSans-Regular.otf') format('opentype'),
	url('../css/font/NotoSans-Regular.ttf') format('truetype');
	src:local('?'), url('../css/font/NotoSans-Regular.woff') format('woff');
}
@font-face {
  font-family:"NotoSans";
  font-weight:400;
  src:url('../css/font/NotoSans-Medium.eot');
  src:url('../css/font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
  url('../css/font/NotoSans-Medium.woff') format('woff'),
  url('../css/font/NotoSans-Medium.otf') format('opentype'),
  url('../css/font/NotoSans-Medium.ttf') format('truetype');
  src:local('?'), url('../css/font/NotoSans-Medium.woff') format('woff');
}
@font-face {
  font-family:"NotoSans";
  font-weight:500;
  src:url('../css/font/NotoSans-Bold.eot');
  src:url('../css/font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../css/font/NotoSans-Bold.woff') format('woff'),
  url('../css/font/NotoSans-Bold.otf') format('opentype'),
  url('../css/font/NotoSans-Bold.ttf') format('truetype');
  src:local('?'), url('../css/font/NotoSans-Bold.woff') format('woff');
}
@font-face {
  font-family:"NotoSans";
  font-weight:600;
  src:url('../css/font/NotoSans-Black.eot');
  src:url('../css/font/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
  url('../css/font/NotoSans-Black.woff') format('woff'),
  url('../css/font/NotoSans-Black.otf') format('opentype'),
  url('../css/font/NotoSans-Black.ttf') format('truetype');
  src:local('?'), url('../css/font/NotoSans-Black.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../css/font/RobotoCondensed-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../css/font/RobotoCondensed-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../css/font/RobotoCondensed-Bold.woff)
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 200;
  src: local('?'), local('Gilroy-Light'), url(../css/font/Gilroy-Light.woff) format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  src: local('?'), local('Gilroy-ExtraBold'), url(../css/font/Gilroy-ExtraBold.woff) format('woff');
}


* { margin: 0; padding: 0; /*box-sizing: border-box;*/ -webkit-touch-callout: none; }
html { -webkit-font-size-adjust: none;overflow-y: scroll; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: keep-all }
html, body { height: 100%; margin: 0; padding: 0; color: #222; font-size: 17px; letter-spacing:-0.5px; font-family:'Roboto Condensed', 'NotoSans', '맑은 고딕', 'Malgun Gothic', sans-serif; min-width:320px ; line-height:normal;line-height:1.5em; font-weight:300; text-rendering: optimizeLegibility;}

::selection { background: #666; color: #fff; }

@media screen and (max-width:1000px){
html, body { font-size: 15px; letter-spacing:-0.8px }
}
@media screen and (max-width:640px){
html, body { font-size: 14px; line-height:23px;}
}

.landing {padding:0;}

.top {height:100px; background:#fff; border:1px solid #ddd; color:#752f8b;}
.top .wrap {position:relative; height:100px;}
.top .logo {position:absolute; top:50%; transform:translateY(-50%); left:0; width:180px;}
.top .text {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-weight:500; font-size:22px;}
.top .text p {font-size:8px; letter-spacing:3.5px; font-weight:400; opacity:0.5;}
.top .tel {position:absolute; top:50%; transform:translateY(-50%); right:0; font-weight:500; font-size:28px;}
@media screen and (max-width:1000px){
  .top {height:80px}
  .top .wrap {height:80px;}
.top .logo {width:120px;}
.top .tel {font-size:22px;}
.top .text {font-size:20px;}
.top .text p {font-size:5px;}
}
@media screen and (max-width:640px){
.top {height:50px}
.top .wrap {height:50px;}
.top .text {display:none;}
.top .logo {width:100px;}
.top .tel {font-size:18px;}
}


.color_c1 {color:#3b55b4 !important;}
.color_c2 {color:#00a652 !important;}
.color_c3 {color:#f0a900 !important;}


.visual {position:relative; height:697px;}
.visual .wrap {height:697px;}
.bundang {background:url(../img/landing/visual_01.jpg) no-repeat center center ;}
.jinju {background:url(../img/landing/visual_02.jpg) no-repeat center center ;}
.cheonan {background:url(../img/landing/visual_03.jpg) no-repeat center center ;}
.pyeongtaek {background:url(../img/landing/visual_04.jpg) no-repeat center center ;}
.suwon {background:url(../img/landing/visual_05.jpg) no-repeat center center ;}
.paju {background:url(../img/landing/visual_06.jpg) no-repeat center center ;}


.visual .text {position: absolute; top:50%; transform:translateY(-50%); left:0; text-align:left;}
.visual .text .top_txt {color:#752f8b; font-weight:400; font-size:25px; border-bottom:1px solid #752f8b; display:inline-block;}
.visual .text .top_txt span {font-weight:500; font-size:35px;}
.visual .text .center {font-weight:400; font-size:45px; line-height:65px; margin:35px 0; letter-spacing:-1.5px;}
.visual .text .center p {font-weight:500; font-size:60px; color:#752f8b; letter-spacing:-3px;}
.visual .text .sub_txt {font-size:22px; line-height:1.4em;}
.visual .text .sub_txt span {font-weight:500;}
@media screen and (max-width:1000px) {
.visual {height:500px;}
.visual .wrap {height:500px;}
.bundang {background:url(../img/landing/visual_01.jpg) no-repeat center center; background-size:1300px; }
.jinju {background:url(../img/landing/visual_02.jpg) no-repeat center center; background-size:1300px; }
.cheonan {background:url(../img/landing/visual_03.jpg) no-repeat center center; background-size:1300px; }
.pyeongtaek {background:url(../img/landing/visual_04.jpg) no-repeat center center; background-size:1300px;}
.suwon {background:url(../img/landing/visual_05.jpg) no-repeat center center; background-size:1300px;}
.visual .text .top_txt {font-size:20px;}
.visual .text .top_txt span {font-size:30px;}
.visual .text .center {font-size:30px; margin:25px 0; line-height:48px;}
.visual .text .center p {font-size:45px;}
.visual .text .sub_txt {font-size:18px;}
}
@media screen and (max-width:640px) {
.visual {height:450px;}
.visual .wrap {height:450px;}
.bundang {background:url(../img/landing/visual_m_2.jpg) #fcf3ee no-repeat center center;}
.jinju {background:url(../img/landing/visual_m3.jpg) #fcf3ee no-repeat center center;}
.cheonan {background:url(../img/landing/visual_m4.jpg) #fcf3ee no-repeat center center;}
.pyeongtaek {background:url(../img/landing/visual_m6.jpg) #fcf3ee no-repeat center center;}
.suwon {background:url(../img/landing/visual_m7.jpg) #fcf3ee no-repeat center center;}
.visual .text {left:50%; top:20%; transform:translate(-50%,-20%); text-align:center; width:100%;}
.visual .text .top_txt {font-size:18px; background:#343434; color:#fff; border-bottom:0; padding:0 8px; line-height:26px; }
.visual .text .top_txt span {font-size:20px;}
.visual .text .center {font-size:25px; margin:15px 0; line-height:40px; }
.visual .text .center p {font-size:38px;}
.visual .text .sub_txt {font-size:16px; display:none;}
}
@media screen and (max-width:480px) {

}




.section {padding:80px 0;}
.section .wrap {max-width:1000px !important;}
.section h3 {font-weight:500; letter-spacing:-3px; font-size:48px;}
.section h3 p {font-size:20px; font-weight:300; line-height:1.7em; letter-spacing:-1px;}
.section h3 span {color:#752f8b;}
@media screen and (max-width:1280px){
.section .wrap {margin:0 8% !important;}
}
@media screen and (max-width:1000px){
.section {padding:50px 0;}
.section h3 {font-size:38px;}
.section h3 p {font-size:16px;}
}
@media screen and (max-width:640px){

.section h3 {font-size:25px;}
.section h3 p {font-size:14px;}
}




.section01 {background:#f5f5f5;padding:0 !important; position:relative;}
.section01 .left {float:left; background:url(../img/landing/img01_1.png) no-repeat right; text-align:right; position: absolute; z-index:99999; left:0; color:#fff; font-size:25px; width:40%;line-height:65px; top:-32px; padding-right:80px;}
.section01 .right {float:right; background:url(../img/landing/img01_2.png) no-repeat left; text-align:left; position: absolute; z-index:99999; right:0; color:#fff; font-size:25px; width:40%;line-height:65px; top:-32px; padding-left:80px;}



.section01 div span {font-weight:500;}
.section01 ul {overflow:hidden;}
.section01 .box {width:50%; float:left; position: relative; font-size:24px; line-height:30px;}
.section01 .box dl {position:relative; overflow:hidden; height:260px;}
.section01 .box dl dt {position:relative; overflow:hidden; display:none;}
.section01 .box dl dd {position: absolute; top:70px; font-size:22px;}
.section01 .box dl dd span.bold {font-weight:500;}
.section01 .box1 {background:url(../img/landing/section01_bg1.jpg) no-repeat right;}
.section01 .box2 {background:url(../img/landing/section01_bg2.jpg) no-repeat left;}

/* .section01 .box1_cheonan {background:url(../img/landing/section01_bg3.jpg) no-repeat right;} */
/* .section01 .box2_cheonan {background:url(../img/landing/section01_bg4.jpg) no-repeat left;} */

/* .section01 .box1_cheonan dl dd {display:none;} */
/* .section01 .box2_cheonan dl dd {display:none;} */

.section01 .box1 dl dd {color:#fff; text-align:right; right:20%;}
.section01 .box2 dl dd {color:#000; text-align:left; left:20%;}
@media screen and (max-width:1000px){
.section01 .right {line-height:50px; font-size:20px; width:38%; top:-25px; padding-left:50px;}
.section01 .left {line-height:50px; font-size:20px; width:38%; top:-25px; padding-right:50px}
.section01 .box dl {height:200px;}
.section01 .box dl dd {font-size:18px; top:50px;}
.section01 .box1 {background:url(../img/landing/section01_bg1.jpg) no-repeat top -5px right -120px; background-size: 750px;}
.section01 .box2 {background:url(../img/landing/section01_bg2.jpg) no-repeat top -5px left -120px; background-size: 750px;}

.section01 .box1_cheonan {background:url(../img/landing/section01_bg3.jpg) no-repeat -170px; background-size: 750px;}
.section01 .box2_cheonan {background:url(../img/landing/section01_bg4.jpg) no-repeat -60px; background-size: 750px;}
}
@media screen and (max-width:800px){
.section01 .box {width:100%; background-size: 900px;}
.section01 .box1 {background:url(../img/landing/section01_bg1.jpg) no-repeat center center;}
.section01 .box2 {background:url(../img/landing/section01_bg2.jpg) no-repeat center center;}
.section01 .box1 dl dd {left:50%; right:auto; transform:translateX(-50%); text-align:center;}
.section01 .box2 dl dd {left:50%; right:auto; transform:translateX(-50%); text-align:center;}
.section01 .right {width:70%; top:175px;}
.section01 .left {width:70%;}

.section01 .box1_cheonan {background:url(../img/landing/section01_bg3.jpg) no-repeat center;}
.section01 .box2_cheonan {background:url(../img/landing/section01_bg4.jpg) no-repeat center;}
}
@media screen and (max-width:640px){
.section01 .right {font-size:18px; line-height:45px; width:80%; top:157px;}
.section01 .left {font-size:18px; line-height:45px; width:80%; }
.section01 .box dl {height:180px;}
.section01 .box dl dd {font-size:16px; width:100%; line-height:22px;}
.section01 .box1 {background:url(../img/landing/section01_bg1.jpg) no-repeat center center; background-size: 750px;}
.section01 .box2 {background:url(../img/landing/section01_bg2.jpg) no-repeat center center; background-size: 750px;}

.section01 .box1_cheonan {background:url(../img/landing/section01_bg3.jpg) no-repeat center; background-size:640px;}
.section01 .box2_cheonan {background:url(../img/landing/section01_bg4.jpg) no-repeat center; background-size:640px;}
}





.section02 ul {overflow:hidden; text-align:center;}
.section02 ul li {width:18.9%;/* float:left;*/ margin:0 1% 1% 0; position:relative; display:inline-block; border:1px solid #ddd; box-sizing:border-box;}
.section02 ul li:nth-of-type(5) {margin:0 0 1% 0;}
.section02 ul li dl {position:absolute; bottom:0; font-size:18px; text-align:center; width:100%; background:rgba(0,0,0,.4); padding:10px 0; color:#fff;}
@media screen and (max-width:1000px){
.section02 ul li dl {font-size:16px; padding:7px 0;}
.section02 ul li img {width:100%;}
.section02 ul li {float:left; width:32.666%;}
.section02 ul li:nth-child(3n) {margin:0 0 1% 0;}
.section02 ul li:nth-of-type(5) {margin:0 1% 1% 0;}
}
@media screen and (max-width:640px){

}
@media screen and (max-width:480px){
.section02 ul li dl {font-size:14px; font-weight:500;}
}





.section03 { width:100%; text-align:left; color:#fff; background:url(../img/landing/section03_bg.png) #752f8b no-repeat right -42px; background-size:900px;}
.jinju03 {background:url(../img/landing/section03_bg2.png) #752f8b no-repeat top -50px right 0px; background-size:900px;}
.cheonan03 {background:url(../img/landing/section03_bg3.png) #752f8b no-repeat top -50px right 0px; background-size:900px;}
.pyeongtaek03 {background:url(../img/landing/section03_bg4.png) #752f8b no-repeat top -50px right 0px; background-size:750px;}
.suwon03 {background:url(../img/landing/section03_bg5.png) #752f8b no-repeat top -50px right 0px; background-size:900px;}
.paju03 {background:url(../img/landing/section03_bg6.png) #752f8b no-repeat top -20px right 0px; background-size:900px;}


.section03 h3 {color:#ffe850;}
.section03 h3 p {color:#fff;}
.section03 .text {font-size:18px;}
@media screen and (max-width:1280px){
.section03 {background:url(../img/landing/section03_bg.png) #752f8b no-repeat top -42px right -140px; background-size:810px;}
.jinju03 {background:url(../img/landing/section03_bg2.png) #752f8b no-repeat top -10px right -140px; background-size:810px;}
.cheonan03  {background:url(../img/landing/section03_bg3.png) #752f8b no-repeat top -50px right -280px; background-size:900px;}
.pyeongtaek03 {background:url(../img/landing/section03_bg4.png) #752f8b no-repeat top -50px right -140px; background-size:750px;}
.suwon03 {background:url(../img/landing/section03_bg5.png) #752f8b no-repeat top -10px right -140px; background-size:810px;}
.paju03 {background:url(../img/landing/section03_bg6.png) #752f8b no-repeat top -10px right -140px; background-size:810px;}

}
@media screen and (max-width:1000px){
.section03 {background:url(../img/landing/section03_bg.png) #752f8b no-repeat top -42px right -140px; background-size:650px;}
.jinju03 {background:url(../img/landing/section03_bg2.png) #752f8b no-repeat top -10px right -140px; background-size:650px;}
.section03 .text {font-size:16px;}
.cheonan03  {background:url(../img/landing/section03_bg3.png) #752f8b no-repeat top -50px right -230px; background-size:650px;}
.pyeongtaek03 {background:url(../img/landing/section03_bg4.png) #752f8b no-repeat top -50px right -140px; background-size:600px;}
.suwon03 {background:url(../img/landing/section03_bg5.png) #752f8b no-repeat top -10px right -140px; background-size:650px;}
.paju03 {background:url(../img/landing/section03_bg6.png) #752f8b no-repeat top -10px right -140px; background-size:650px;}
}
@media screen and (max-width:640px){
.section03 {background-blend-mode:soft-light; background:url(../img/landing/section03_bg.png) #752f8b no-repeat bottom -50px right -90px; background-size:510px;}
.jinju03 {background-blend-mode:soft-light; background:url(../img/landing/section03_bg2.png) #752f8b no-repeat top -10px right -90px; background-size:510px;}
.cheonan03  {background-blend-mode:soft-light; background:url(../img/landing/section03_bg3.png) #752f8b no-repeat top -10px right -160px; background-size:474px;}
.pyeongtaek03  {background-blend-mode:soft-light; background:url(../img/landing/section03_bg4.png) #752f8b no-repeat top -10px right -160px; background-size:474px;}
.suwon03 {background-blend-mode:soft-light; background:url(../img/landing/section03_bg5.png) #752f8b no-repeat top -10px right -90px; background-size:510px;}
.paju03 {background-blend-mode:soft-light; background:url(../img/landing/section03_bg6.png) #752f8b no-repeat top -10px right -90px; background-size:510px;}
}
@media screen and (max-width:480px){
.section03 {background:url(../img/landing/section03_bg.png) #752f8b no-repeat bottom -50px right -120px; background-size:474px;}
.jinju03 {background:url(../img/landing/section03_bg2.png) #752f8b no-repeat top -10px right -120px; background-size:474px;}
.section03 .text {font-size:14px; line-height:20px;}
.cheonan03 {background:url(../img/landing/section03_bg3.png) #752f8b no-repeat top -10px right -160px; background-size:474px;}
.pyeongtaek03 {background:url(../img/landing/section03_bg4.png) #752f8b no-repeat top -10px right -160px; background-size:474px;}
.suwon03 {background:url(../img/landing/section03_bg5.png) #752f8b no-repeat top -10px right -120px; background-size:474px;}
.paju03 {background:url(../img/landing/section03_bg6.png) #752f8b no-repeat top -10px right -120px; background-size:474px;}
}



.section04 {background: url(../img/landing/section04_bg.jpg) no-repeat center right;}
.section04 .text {font-size:18px; margin:0 0 40px 0;}
.section04 .text p {font-weight:500; margin:15px 0 0 0; color:#ce824a;}
@media screen and (max-width:1000px) {
.section04 .text {font-size:16px;}
}
@media screen and (max-width:640px) {
.section04 {background-size:800px;}
.section04 .text {font-size:14px; line-height:20px;}
.section04 .text br {display:none;}
}


.section05 {background:url(../img/landing/section05_bg.jpg) no-repeat top center;}
.jinju05 {background:url(../img/landing/section05_bg2.jpg) no-repeat top center;}
.cheonan05 {background:url(../img/landing/section05_bg3.jpg) no-repeat top center;}
.pyeongtaek05 {background:url(../img/landing/section05_bg4.jpg) no-repeat top center;}
.suwon05 {background:url(../img/landing/section05_bg5.jpg) no-repeat top center;}
.paju05 {background:url(../img/landing/section05_bg6.jpg) no-repeat top center;}


.section05 img {width:900px;}
@media screen and (max-width:640px) {
.section05 {background-size:1000px;}
.jinju05 {background-size:1000px;}
.suwon05 {background-size:1000px;}
}
@media screen and (max-width:480px) {
.section05 {background-size:800px;}
.jinju05 {background-size:800px;}
.suwon05 {background-size:800px;}

}



.section06 {border-bottom:1px solid #ddd;}
.section06 ul {overflow:hidden; text-align:center; }
.section06 ul li {width:18.9%;/* float:left;*/ margin:0 1% 1% 0; position:relative; display:inline-block; border:1px solid #ddd; box-sizing:border-box;}
.section06 ul li:nth-of-type(5) {margin:0 0 1% 0;}
.section06 ul li dl {position:absolute; bottom:0; font-size:18px; text-align:center; width:100%; background:rgba(0,0,0,.4); padding:10px 0; color:#fff;}
@media screen and (max-width:1000px) {
.section06 ul li dl {font-size:16px; padding:7px 0;}
.section06 ul li {float:left; width:32.666%;}
.section06 ul li:nth-child(3n) {margin:0 0 1% 0;}
.section06 ul li:nth-of-type(5) {margin:0 1% 1% 0;}
}
@media screen and (max-width:480px){
.section06 ul li dl {font-size:14px; font-weight:500;}
}



.section06_2 {padding: 80px 0 0 0;}
.section06_2 h3 p span {font-weight:500; color:#343434;}
@media screen and (max-width:1000px) {
.section06_2 {padding: 50px 0 0 0;}
}
@media screen and (max-width:640px) {
.section06_2 {padding: 30px 0 0 0;}
}



/* .section07 {background:url('../img/landing/section07_bg.png') #f5f5f5 no-repeat top -55px left 0px; overflow:hidden; background-size: 1200px;}
.section07 ul {text-align:left; float:right;}
.section07 ul h4 {}
.section07 ul h4 span {color:#752f8b;}
.section07 ul li {background:url('../img/landing/section07_list_icon.gif') no-repeat 0 16px; background-size:23px; padding:15px 0 15px 30px; border-bottom:1px dashed #ddd;}
.section07 ul li:last-child {border:0px;}
.section07 ul li dl {overflow:hidden;}
.section07 ul li dl dt {float:left; margin:0 5px 0 0; font-weight:500; }
.section07 ul li dl dd {float:left;}
@media screen and (max-width:1300px) {
.section07 {background:url('none') #f5f5f5 no-repeat top -55px left 0px;}
.section07 ul h4 {font-size:35px;}
}
@media screen and (max-width:1000px) {
.section07 ul h4 {font-size:30px;}
.section07 ul {float:none; text-align:center}
.section07 ul li dl dd {text-align:left; float:none;}
.section07 ul li dl dd br {display:none;}
}
@media screen and (max-width:1000px) {
.section07 ul h4 {font-size:20px; margin:0 0 20px 0;}
.section07 ul li {padding:10px 0 10px 25px; line-height:20px; background:url('../img/landing/section07_list_icon.gif') no-repeat 0 11px; background-size:20px;}
} */

.section07 {padding:0; background:url('../img/landing/section07_bg.png') #f5f5f5 no-repeat center center; height:518px;}
.jinju07 {padding:0; background:url('../img/landing/section07_bg2.jpg') #f5f5f5 no-repeat center center; height:518px;}
.pyeongtaek07 {padding:0; background:url('../img/landing/section07_bg4.jpg') #f5f5f5 no-repeat center center; height:518px;}

.paju07 {padding:0; background:url('../img/landing/section07_bg6.jpg') #f5f5f5 no-repeat center center; height:518px;}

.section07 {position:relative; overflow:hidden; }

.section07 .txt_list {position:absolute; top:50%; transform:translate(-50%,-50%); text-align:left; left:50%; margin-left:200px; width:685px;}
.section07 .txt_list ul {}
.section07 .txt_list ul h4 {margin:0 0 20px 0; font-weight:400}
.section07 .txt_list ul h4 span {color:#752f8b; font-weight:500;}
.section07 .txt_list ul li {background:url('../img/landing/section07_list_icon.gif') no-repeat 0 14px; background-size:21px; padding:10px 0 10px 28px; border-bottom:1px dashed #ddd;}
.section07 .txt_list ul li:last-child {border:0px; padding:10px 0 0 28px;}
.section07 .txt_list ul li dl {overflow:hidden;}
.section07 .txt_list ul li dl dt {float:left; margin:0 5px 0 0; font-weight:500; opacity:1;}
.section07 .txt_list ul li dl dd {float:left;}

.cheonan07 {height:auto; padding:80px 0; background: url(../img/landing/section07_bg2.png) #f5f5f5 no-repeat center center; border-top:1px solid #ccc;}
.cheonan07 .txt_list {overflow:hidden; position:relative; top:0; left:0; transform:translate(0,0); margin-left:435px;}
.cheonan07 .txt_list ul li {width:37%; float:left;}
.cheonan07 .txt_list ul h4 {font-weight:500;}
.cheonan07 .img_list { margin:50px 0 0 0;}
.cheonan07 .img_list ul {overflow:hidden;}
.cheonan07 .img_list ul li {float:left; width:24.25%; margin:0 1% 0 0; border:1px solid #ddd; box-sizing:border-box;}
.cheonan07 .img_list ul li:last-child {margin:0; }

.cheonan07 .txt_list ul li:last-child {margin:0; border-bottom:1px dashed #ddd !important; padding:10px 0 10px 28px;}


@media screen and (max-width:1300px) {
.jinju07 {padding:0; background:url('../img/landing/section07_bg3.jpg') #f5f5f5 no-repeat center left -150px; height:518px;}
.pyeongtaek07 {padding:0; background:url('../img/landing/section07_bg4.jpg') #f5f5f5 no-repeat center left -350px; height:518px;}
.paju07 {padding:0; background:url('../img/landing/section07_bg6.jpg') #f5f5f5 no-repeat center left -350px; height:518px;}


.section07 .txt_list ul h4 {font-size:35px;}
.section07 .txt_list {width:675px;}
}
@media screen and (max-width:1000px) {
.section07 {background:url('../img/landing/section07_bg.png') no-repeat center left -400px; height:450px;}
.jinju07 {background:url('../img/landing/section07_bg3.jpg') no-repeat center left -245px; height:450px;}
.pyeongtaek07 {background:url('../img/landing/section07_bg4.jpg') no-repeat center left -500px; height:450px;}
.paju07 {background:url('../img/landing/section07_bg6.jpg') no-repeat center left -500px; height:450px;}

.section07 .txt_list {width:65%; margin-left:135px;}
.section07 .txt_list ul h4 {font-size:25px; margin:0 0 10px 0;}

.cheonan07 {background: url(../img/landing/section07_bg2.png) #f5f5f5 no-repeat center center; border-top:1px solid #ccc; height:auto;}
.cheonan07 .txt_list {width:590px; margin-left:246px;}
}
@media screen and (max-width:800px) {
.section07 {background-image:url('none'); background-color:#f5f5f5; height:auto;}
.section07 .txt_list {margin:0 auto; text-align:center; position:relative; top:0; left:0; transform:none; padding:50px 0; width:auto;}
.section07 .txt_list ul {padding:0 8%;}
.section07 .txt_list ul li dl dd {text-align:left; float:none;}
.cheonan07 .txt_list {width:100%; padding:0;}
.cheonan07 .txt_list ul {padding:0;}
.cheonan07 .txt_list ul li {width:43%;}
}
@media screen and (max-width:640px) {
.section07 .txt_list {line-height:20px;}
.cheonan07 .txt_list ul li {width:50%; float:none; margin:0 auto;}
.cheonan07 .txt_list ul li:last-child {margin:0 auto;}

.cheonan07 .img_list ul li {width:49.5%; margin:0 1% 1% 0;}
.cheonan07 .img_list ul li:nth-child(2n) {margin:0 0 1% 0;}
}





.section08 {border-bottom:1px solid #ddd;}
.section08 h3 {font-weight:300; font-size:35px;}
.section08 h3 span {font-weight:500; color:#333;}
.section08 ul {}
.section08 ul li {width:32.66666%;margin:0 1% 0 0; display:inline-flex;}
.section08 ul li:last-child {margin:0;}
.section08 ul li dl {}
.section08 ul li dl dt {background:#752f8b; color:#fff; font-weight:500; line-height:50px; border-radius:30px 30px 0 0; font-size:20px; }
.section08 ul li dl dd {border:1px solid #ddd; box-sizing:border-box; padding:25px; min-height:152px;}
.jinju08 ul {overflow:hidden;}
.jinju08 ul li {width:32.66666%;margin:0 1% 0 0; float:left;}
.jinju08 ul li:last-child {margin:0;}

.paju08 ul {overflow:hidden;}
.paju08 ul li {width:32.66666%;margin:0 1% 0 0; float:left;}
.paju08 ul li:last-child {margin:0;}
.paju08 ul li dl dd {min-height: 130px;}



@media screen and (max-width:1000px) {
.section08 h3 {font-size:28px;}
.section08 ul li dl dt {font-size:16px; font-weight:400; line-height:40px;}
.section08 ul li dl dd {padding:20px 15px;}
}
@media screen and (max-width:640px) {
.section08 h3 {font-size:20px;}
.section08 ul li {width:48.5%; margin:0 1% 0 0;}

.jinju08 ul li {display:inline-flex; float:none; margin:0 1% 1% 0;}
.jinju08 ul li:nth-child(2n) {margin:0 0 1% 0;}

.paju08 ul li {display:inline-flex; float:none; margin:0 1% 1% 0;}
.paju08 ul li:nth-child(2n) {margin:0 0 1% 0;}
}
@media screen and (max-width:480px){
.section08 ul li {width:100%; margin:0 0 2% 0;}
.section08 ul li dl dd {min-height:auto; line-height:20px;}
}


.section09 {padding:80px 0 0 0;}
.section09 h3 p span {background:#752f8b; color:#fff; padding: 0 10px;}
.section09 img {}



.section10 {background:#f5f5f5;}
.section10 ul {overflow:hidden; text-align:center;}
.section10 ul li {width:18.9%;float:left; margin:0 1% 1% 0; position:relative; border:1px solid #ddd; box-sizing:border-box;}
.section10 ul li:nth-of-type(5) {margin:0 0 1% 0;}
.section10 ul li dl {position:absolute; bottom:0; font-size:18px; text-align:center; width:100%; background:rgba(0,0,0,.4); padding:10px 0; color:#fff;}
.section10 .text {font-size:18px; margin:40px 0 0 0;}
.section10 .text span {font-weight:500;}
@media screen and (max-width:1000px){
.section10 ul li {width:30%; margin:0 1% 1% 0; float:none; display:inline-block;}
.section10 ul li:nth-of-type(3) {margin:0 0 1% 0;}
.section10 ul li:nth-of-type(5) {margin:0 1% 1% 0;}
.section10 ul li dl {font-size:16px; padding:7px 0;}
.section10 .text {font-size:16px; margin:30px 0 0 0;}
}
@media screen and (max-width:640px){
.section10 h3 span {display:block;}
.section10 ul li dl {font-size:14px; padding:3px 0; font-weight:500;}
.section10 .text {margin:20px 0 0 0;}
.section10 .text br {display:none;}
}
@media screen and (max-width:480px){
.section10 .text {font-size:14px; line-height:20px;}
}



.section11 {}
.section11 ul {overflow:hidden;}
.section11 ul li {width:32.66666%; float:left; margin:0 1% 1% 0;}
.section11 ul li:nth-child(3n) {margin:0 0 1% 0;}
.section11 ul li dl {}
.section11 ul li dl dt {background:#752f8b; color:#fff; font-weight:500; line-height:50px; border-radius:30px 30px 0 0; font-size:20px;}
.section11 ul li dl dd {border:1px solid #ddd; box-sizing:border-box; padding:25px; min-height:180px;}

@media screen and (max-width:1000px) {
.section11 ul li dl dt {font-size:16px; font-weight:400; line-height:40px;}
.section11 ul li dl dd {padding:20px 15px; min-height:196px;}
}
@media screen and (max-width:640px){
.section11 h3 span {display:block;}
.section11 ul li {width:49.5%; margin:0 1% 1% 0;}
.section11 ul li:nth-child(3n) {margin:0 1% 1% 0;}
.section11 ul li:nth-child(2n) {margin:0 0 1% 0 !important;}
.section11 ul li dl dd {min-height:180px;}
}
@media screen and (max-width:480px) {
.section11 ul li {width:100%; margin:0 0 2% 0;}
.section11 ul li dl dd {min-height:0px; line-height:20px;}
}




.section12 {background:#752f8b; text-align:center; color:#fff;}
.cheonan12 {background:url('../img/landing/cheonan12_bg.jpg') no-repeat center center; }
.suwon12 {background:url('../img/landing/suwon12_bg.jpg') no-repeat center center; }
.section12 h3 {}
.section12 h3 p br {display:none;}
.section12 h3 span {color:#ffe850;}
.section12 .text {font-size:20px; margin:0 0 25px 0;}
.section12 .text span {color:#ffe850; }
.cheonan12 .text span {color:#752f8b; }
.cheonan12 .text {margin:0; background:#fff; padding:30px; border-radius:100px; color:#343434; border:7px solid rgba(0,0,0,.6);}
.cheonan12 .text span {font-weight:400;}

.suwon12 .text span {color:#752f8b; }
.suwon12 .text {margin:0; background:#fff; padding:30px; border-radius:100px; color:#343434; border:7px solid rgba(0,0,0,.6);}
.suwon12 .text span {font-weight:400;}
.section12 .sub_txt {color:#333; background:#fff; display:inline-block; padding:15px 70px; border-radius:50px; border:7px solid #8b4aa0;}
@media screen and (max-width:1000px){
.section12 .text {font-size:16px;}
.section12 .sub_txt br {display:none;}
.cheonan12 h3 span {display:block;}
.suwon12 h3 span {display:block;}
}
@media screen and (max-width:640px){
.section12 h3 p {line-height:18px; margin:0 0 5px 0;}
.section12 h3 p br {display:block;}
.section12 .text {font-size:14px; line-height:20px;}
.section12 .text br {display:none;}
.section12 .sub_txt {padding:15px 20px; font-size:11px; line-height:17px;border:4px solid #8b4aa0; border-radius:30px;}
.cheonan12 .text {border-radius:20px;}
.suwon12 .text {border-radius:20px;}
}


.section13 {background:#f5f5f5; border-bottom:1px solid #ccc;}
.cheonan13 {background:#fff; border-bottom:0px;}
.section13 h3 p {color:#df8b01;}
.section13 h3 p span {color:#df8b01; font-weight:500;}
.section13 .txt {font-size:18px; text-align:left; background:url('../img/landing/section13_icon.png') no-repeat; background-size:42px; padding: 0 0 0 55px;}
.section13 .txt span:first-child {font-weight:500;}
.section13 .txt span:last-child {font-weight:500; color:#752f8b;}
.section13 ul.txt_list li {padding:7px 0;}
.section13 ul.txt_list li dl {overflow:hidden; font-size:18px;}
.section13 ul.txt_list li dl dt {float:left; color:#fff; background:#752f8b; display:inline-block; width:23px; font-weight:500; margin-right:5px;}
.section13 ul.txt_list li dl dd {float:left; text-align:left; width:95%; overflow: hidden;}
/* .section13 ul.txt_list li dl dd span {color:#752f8b; font-weight:500;  background:pink; } */


.section13 ul.txt_list li dl dd:before {display: inline-block; vertical-align: top; color:#752f8b; font-weight:500}
.section13 ul.txt_list li:nth-child(1) dl dd:before {content:'접수 : '; }
.section13 ul.txt_list li:nth-child(2) dl dd:before {content:'지불 보증서 발급 : ';}
.section13 ul.txt_list li:nth-child(3) dl dd:before {content:'치료 : ';}
.section13 ul.txt_list li:nth-child(4) dl dd:before {content:'귀가 : ';}

.section13 ul.txt_list li dl dd p { width: calc( 100% - 50px); display: inline-block;}
.section13 ul.txt_list li:nth-child(2) dl dd p {width: calc( 100% - 140px);}

.section13 ul.img {overflow:hidden; text-align:center; margin:40px 0;}
.section13 ul.img li {width:24.25%; float:left; margin:0 1% 1% 0; position:relative; border:1px solid #ddd; box-sizing:border-box;}
.section13 ul.img li:last-child {margin:0;}
.section13 ul.img li {position:relative;}
.section13 ul.img li img.nxt {position: absolute; top:50%; transform:translateY(-50%); right:-34px; z-index:999999;}
.section13 ul.img li dl dt {}
.section13 ul.img li dl dd {padding:10px 0; border-top:1px solid #ddd; font-size:18px; background:#fff;}

.cheonan13 ul.img li {width:32.6666%;}

@media screen and (max-width:1000px){
.section13 .txt {font-size:16px; background-size:35px; padding:0 0 0 50px;}
.section13 .txt br {display:none;}
.section13 ul.img {margin:30px 0;}
.section13 ul.img li img.nxt {width:45px; right:-27px;}
.section13 ul.img li dl dd {font-size:16px; padding:7px 0;}
.section13 ul.txt_list li dl {font-size:16px;}
.section13 ul.txt_list li dl dt {width:3%; margin-right:1%;}
}
@media screen and (max-width:640px){
.section13 h3 span {display:block;}
.section13 h3 p {margin:5px 0 0 0;}
.section13 h3 p span {display:inline;}
.section13 ul.img {margin:20px 0;}
.section13 ul.img li {width:49.5%; margin:0 1% 1% 0;}
.section13 ul.img li:nth-of-type(2n) {margin:0 0 1% 0;}
.section13 ul.img li:nth-of-type(2n) .nxt {display:none;}
.section13 ul.txt_list li dl dt {width:4%; margin-right:1%;}
.section13 ul.txt_list li dl dd {width:95%;}

.cheonan13 ul.img li {width:100%; margin:0 0 1% 0;}
.cheonan13 ul.img li dl dt img {width:100%;}

.section13 ul.txt_list li dl dd:before {
    display: block;
}
.section13 ul.txt_list li dl dd p {
    width: 100%;
}
.section13 ul.txt_list li:nth-child(2) dl dd p {
    width: 100%;
}
.section13 ul.txt_list li:nth-child(1) dl dd:before {content:'접수'; }
.section13 ul.txt_list li:nth-child(2) dl dd:before {content:'지불 보증서 발급';}
.section13 ul.txt_list li:nth-child(3) dl dd:before {content:'치료';}
.section13 ul.txt_list li:nth-child(4) dl dd:before {content:'귀가';}
.section13 ul.txt_list li dl dd:before {

}

}
@media screen and (max-width:480px){
.section13 .txt {background-size:23px; padding:0 0 0 33px; font-size:14px; line-height:20px;}
.section13 ul.img li img.nxt {width:40px; right:-23px;}
.section13 ul.img li dl dd {font-size:14px; font-weight:500;}
.section13 ul.txt_list li dl {font-size:14px; line-height:20px;}
.section13 ul.txt_list li dl dt {width:5%; margin-right:1%;}
.section13 ul.txt_list li dl dd {width:94%;}
}






.section14 {background:#752f8b; color:#fff; padding:0 !important; height:350px; overflow:hidden;}
.section14 ul {overflow:hidden;}
/* .section14 ul li {width:50%; float:left;} */
.section14 ul li {display: inline-block; vertical-align: middle;}
.section14 ul li:nth-of-type(1) {width: 865px;}
.section14 ul li:nth-of-type(2) {width: calc( 100% - 930px ); padding: 0 0 0 60px;}
.section14 ul li.box1 {background:url('../img/landing/img14_2.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box3 {background:url('../img/landing/img14_3.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box4 {background:url('../img/landing/img14_4.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box5 {background:url('../img/landing/img14_5.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box6 {background:url('../img/landing/img14_6.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box7 {background:url('../img/landing/img14_7.jpg') no-repeat center center; background-size:950px;}
.section14 ul li.box1 dl {height:351px;}
.section14 ul li.box1 dl img {opacity: 0;}
.section14 ul li.box2 {text-align:left; font-size:20px;}
/* .section14 ul li.box2 dl {padding:65px 0 65px 60px;} */
.section14 ul li.box2 dl dt {font-size:25px; border-bottom:1px solid #fff; padding:0 0 20px 80px; margin:0 0 20px 0; display:inline-block; line-height: 30px; background:url('../img/landing/img14_1.png') no-repeat 18px 0; background-size:42px;}
.section14 ul li.box2 dl dt p {color:#ffe850;}
.section14 ul li.box2 dl dd {letter-spacing: 4px; line-height:30px; padding:0 0 0 20px;}
.section14 ul li.box2 dl dd.date-h {font-size: 14px; letter-spacing: 0px; margin:10px 0 0 0;}
@media screen and (max-width:1440px) {
.section14 ul {text-align: left;}
.section14 ul li:nth-of-type(1) {width: 50%;}
.section14 ul li:nth-of-type(2) {width: 48%; padding: 0; text-align: center;}
}
@media screen and (max-width:1000px){
.section14 {height:291px;}
.section14 ul li:nth-of-type(2) {width: 55%;}
.section14 ul li.box1 {width:40%; background:url('../img/landing/img14_2.jpg') no-repeat center left -60px; background-size:765px;}
.section14 ul li.box3 {width:40%; background:url('../img/landing/img14_3.jpg') no-repeat center center; background-size:765px;}
.section14 ul li.box4 {width:40%; background:url('../img/landing/img14_4.jpg') no-repeat center center; background-size:765px;}
.section14 ul li.box5 {width:40%; background:url('../img/landing/img14_5.jpg') no-repeat center center; background-size:765px;}
.section14 ul li.box6 {width:40%; background:url('../img/landing/img14_6.jpg') no-repeat center center; background-size:765px;}
.section14 ul li.box7 {width:40%; background:url('../img/landing/img14_7.jpg') no-repeat center center; background-size:765px;}
.section14 ul li.box1 dl {height:291px;}
/* .section14 ul li.box2 {width:60%;} */
/* .section14 ul li.box2 dl {padding:45px 0 45px 45px;} */
.section14 ul li.box2 dl dt {font-size:20px; padding:0 0 10px 43px; background: url('../img/landing/img14_1.png') no-repeat 0px 15px; background-size: 30px; margin:0 0 10px 0;}
.section14 ul li.box2 dl dd {padding:0; font-size:16px;}
}
@media screen and (max-width:640px){
.section14 {height:auto;}
.section14 ul li {float:none; width:100% !important;}
.section14 ul li:nth-of-type(2) {padding: 0;}
.section14 ul li.box2 {height:auto;}
.section14 ul li.box2 dl {padding:50px 0; text-align: center;}
.section14 ul li.box2 dl dt {font-size:18px; font-weight:400; line-height:25px; padding:0 0 10px 50px; background: url('../img/landing/img14_1.png') no-repeat 0px 4px; background-size: 37px;}
.section14 ul li.box2 dl dd {letter-spacing:2px;}
}
@media screen and (max-width:480px){
.section14 {height:auto;}
.section14 ul li.box1 {height:250px; background:url('../img/landing/img14_2.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box3 {height:250px; background:url('../img/landing/img14_3.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box4 {height:250px; background:url('../img/landing/img14_4.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box5 {height:250px; background:url('../img/landing/img14_5.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box6 {height:250px; background:url('../img/landing/img14_6.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box7 {height:250px; background:url('../img/landing/img14_7.jpg') no-repeat center center; background-size: 554px;}
.section14 ul li.box2 {height:auto;}
}




.section15 {}
.section15 .map {background:#f5f5f5; margin:0 0 40px 0;}
.section15 .text { line-height:30px; font-size:18px;}
.section15 .text .area1 {border-bottom:1px solid #333; overflow:hidden; padding:0 0 10px 0;}
.section15 .text .area1 .left {float:left;}
.section15 .text .area1 .right {float:right}
.section15 .text .area1 .right dl {overflow:hidden;}
.section15 .text .area1 .right dl dt {float:left;}
.section15 .text .area1 .right dl dt br {display:none;}
.section15 .text .area1 .right dl dd {float:left;}
.section15 .text .area1 dl {text-align:left; line-height:24px;}
.section15 .text .area1 dl dt { font-weight:500; margin:0 10px 0 0;}
.section15 .text .area1 dl dt br {display:none;}
.section15 .text .area1 dl dt img {width:35px; margin:0 5px 0 0;}
.section15 .text .area1 dl dd {}
.section15 .text .area1 .right dl dd { font-weight:500; margin:0 10px 0 0;}
.section15 .text .area1 .right dl dd span {color:#752f8b; font-weight:500; font-size:32px;}
.section15 .text .area2 {text-align:left; line-height:30px; font-weight:500; padding:10px 0 0 0;}
.section15 .text .area2 li dl {overflow:hidden;}
.section15 .text .area2 li dl dt {float:left; margin-right:5px;}
.section15 .text .area2 li:first-child dl dt {color:#ffce32;}
.section15 .text .area2 li:last-child dl dt {color:#9f091e;}
.section15 .text .area2 li dl dt img {width:25px; margin-right:5px; vertical-align:top;}
.section15 .text .area2 li dl dd {float:left; font-weight:300;}

.section15 .road_info ul.park { overflow: hidden;}
.section15 .road_info ul.park li {float: left; width:49%; margin-right: 2%; margin-bottom: 2%; position: relative;}
.section15 .road_info ul.park li:nth-child(2n) {margin-right: 0;}
.section15 .road_info ul.park li dd {position: absolute; bottom: 0; right: 0; color: #fff; background: #752f8b; line-height:35px; padding: 0 15px;}

@media screen and (max-width:1000px){
.section15 .text .area1 .left {float:none;}
.section15 .text .area1 .right {float:none; margin:10px 0 0 0;}
.section15 .text .area1 .right dl dd span {font-size:28px; display:inline-block; margin:0 0 0 5px; }
.section15 .text .area1 .right dl dt {margin:0;}
.section15 .text .area1 dl dt img {width:25px; margin-right:5px; vertical-align:text-top;}
}
@media screen and (max-width:640px){
.section15 .text {font-size:15px;}
.section15 .text .area1 .right dl dd span {font-size:22px;}
.section15 .map {margin:0 0 20px 0;}

.section15 .road_info ul.park li {width: 100%; margin-right: 0;}
}
@media screen and (max-width:480px){
.section15 .text {font-size:14px;}
.section15 .text .area1 dl dt {line-height:20px;}
.section15 .text .area1 dl dt br {display:block;}
.section15 .text .area1 dl dt img {width:20px; vertical-align:-webkit-baseline-middle;}
.section15 .text .area2 li dl dt img {width:20px; vertical-align:middle;}
}








.section16 {background:url('../img/landing/section16_bg.jpg') no-repeat center center;  padding:0;}
.section16 ul {overflow:hidden; line-height:40px;}
.section16 ul li {width:50%; float:left; font-size:34px;}
.section16 ul li.box1 {text-align:right; background:url('../img/landing/img16_3.png') no-repeat top -30px right 55px; background-size: 725px;}
.section16 ul li.box3 {text-align:right; background:url('../img/landing/img16_5.png') no-repeat top -10px right 55px; background-size: 639px;}
.section16 ul li.box1 dl {margin:70px 40px 70px 0;}
.section16 ul li.box1 dl dd {padding:0 175px 0 0;}
.section16 ul li.box2 {text-align:left;  background:url('../img/landing/img16_4.jpg') no-repeat bottom left 165px; background-size: 500px;}
.section16 ul li.box2 dl {margin:70px 0 70px 40px;}
.section16 ul li dl dt span {display:block; font-weight:500;}
.section16 ul li.box1 dl dt {color:#fff;}
.section16 ul li.box1 dl dt span {color:#ffe850;}
.section16 ul li.box2 dl dt {color:#333;}
.section16 ul li.box2 dl dt span {color:#752f8b;}
.section16 ul li.box4 {text-align:right; background:url('../img/landing/img16_7.png') no-repeat top -10px right 55px; background-size: 639px;}


.cheonan16 ul li.box1 {text-align:right; background:url('../img/landing/img16_6.png') no-repeat top -30px right 55px; background-size: 725px;}
.suwon16 ul li.box1 {text-align:right; background:url('../img/landing/img16_8.png') no-repeat top -30px right 0px; background-size: 725px;}
.paju16 ul li.box1 {text-align:right; background:url('../img/landing/img16_9.png') no-repeat top -10px right 0px; background-size: 725px;}



@media screen and (max-width:1000px){
.section16 ul li {font-size:28px; line-height:35px;}
.section16 ul li.box1 dl dd {padding:0 140px 0 0;}

.section16 ul li.box1 {background:url('../img/landing/img16_3.png') no-repeat bottom -5px right 9px; background-size: 600px;}
.section16 ul li.box2 {background:url('../img/landing/img16_4.jpg') no-repeat bottom left 122px; background-size: 385px;}
.section16 ul li.box3 {background:url('../img/landing/img16_5.png') no-repeat bottom -5px right 9px; background-size: 600px;}
.section16 ul li.box4 {background:url('../img/landing/img16_7.png') no-repeat bottom -5px right 9px; background-size: 600px;}

.cheonan16 ul li.box1 {background:url('../img/landing/img16_6.png') no-repeat top -5px right 55px; background-size: 600px;}
.suwon16 ul li.box1 {background:url('../img/landing/img16_8.png') no-repeat top -5px right 0px; background-size: 600px;}
.paju16 ul li.box1 {background:url('../img/landing/img16_9.png') no-repeat top -5px right 0px; background-size: 600px;}
}
@media screen and (max-width:640px){
.section16 {background:url(none) }
.section16 ul li {width:100%; font-size:24px; line-height:32px;}
.section16 ul li.box1 {background:url('../img/landing/img16_3.png') #752f8b no-repeat bottom -5px left -50px; background-size: 490px;}
.section16 ul li.box2 {background:url('../img/landing/img16_4.jpg') #f5f5f5 no-repeat bottom right; background-size: 385px;}
.section16 ul li.box3 {background:url('../img/landing/img16_5.png') #752f8b no-repeat bottom -5px left -50px; background-size: 490px;}
.section16 ul li.box4 {background:url('../img/landing/img16_7.png') #752f8b no-repeat bottom -5px left -50px; background-size: 490px;}
.section16 ul li.box1 dl {margin:50px 75px 50px 0;}
.section16 ul li.box2 dl {margin:50px 0 50px 75px;}
.section16 ul li.box1 dl dd {padding:0}

.cheonan16 ul li.box1 {background:url('../img/landing/img16_6.png') #752f8b no-repeat top -5px right 120px; background-size: 490px;}
.suwon16 ul li.box1 {background:url('../img/landing/img16_8.png') #752f8b no-repeat top -5px right 120px; background-size: 490px;}
.paju16 ul li.box1 {background:url('../img/landing/img16_9.png') #752f8b no-repeat top -5px right 120px; background-size: 490px;}
}
@media screen and (max-width:480px){
.section16 ul li {font-size:20px; line-height:28px;}

.section16 ul li.box1 {background:url('../img/landing/img16_3.png') #752f8b no-repeat bottom -5px left -80px; background-size: 400px;}
.section16 ul li.box2 {background:url('../img/landing/img16_4.jpg') #f5f5f5 no-repeat bottom right; background-size: 300px;}
.section16 ul li.box3 {background:url('../img/landing/img16_5.png') #752f8b no-repeat bottom -30px left -80px; background-size: 407px;}
.section16 ul li.box4 {background:url('../img/landing/img16_7.png') #752f8b no-repeat bottom 0px left -80px; background-size: 360px;}
.section16 ul li.box1 dl {margin:30px 40px 30px 0;}
.section16 ul li.box2 dl {margin:30px 0 30px 40px;}

.section16 ul li.box1 dl dd img {width:27px;}
.section16 ul li.box2 dl dd img {width:27px;}

.cheonan16 ul li.box1 {background:url('../img/landing/img16_6.png') #752f8b no-repeat top -5px right 55px; background-size: 400px;}
.suwon16 ul li.box1 {background:url('../img/landing/img16_8.png') #752f8b no-repeat top -5px right 55px; background-size: 400px;}
.paju16 ul li.box1 {background:url('../img/landing/img16_9.png') #752f8b no-repeat top -5px right 55px; background-size: 400px;}
}









.bottom {background:#343434; text-align:center; padding:35px 0;}
.bottom img {display:inline-block; height:40px; vertical-align:baseline; margin:0 30px 0 0;}
.bottom .text {display:inline-block; text-align:left;}
.bottom .text p:first-child {color:#fff;}
.bottom .text p {color:#959595;}
.bottom .text p span {display:inline-block; margin:0 8px 0 0;}

@media screen and (max-width:1000px){
.bottom {padding:30px 0;}
.bottom img {height:30px; margin:0 20px 0 0 ;}
}
@media screen and (max-width:640px){
.bottom {padding:25px 0;}
.bottom img {margin:0; height:25px;}
.bottom .text {font-size:12px; display:block; text-align:center; margin:5px 0 0 0;line-height:18px;}
.bottom .text p span {margin:0 5px 0 0;}

}
@media screen and (max-width:480px){
.bottom {padding:20px 0;}
.bottom .text {font-size:12px;}
}



















