@charset "utf-8";


/* ======================================================
   .pc.mobile
=========================================================*/
.pc {display:block;}
.mobile {display:none;}

@media only screen and (max-width:680px) {
.mobile {display:block;}
.pc {display:none;}

}

.pc-img {display:block;}
.tablet-img {display:none;}
.mobile-img {display:none;}

@media only screen and (max-width:999px){
.pc-img {display:none;}
.tablet-img {display:block;}
.mobile-img {display:none;}
}

@media only screen and (max-width:480px){
.pc-img {display:none;}
.tablet-img {display:none;}
.mobile-img {display:block;}
}


/* ======================================================
   .greet-wrap
=========================================================*/
.greet-wrap {position:relative; padding:360px 0px 0px;}
.greet-wrap:before {position:absolute; top:30px; left:50%; transform:translateX(-50%); content:''; width:calc(100% - 0px); height:290px; background:#fff url('../img/content/greet-img.jpg') center top no-repeat; background-size:cover; border-radius:30px; 
	-webkit-box-shadow:0px 8px 14px rgba(0,0,0,.06);-moz-box-shadow:0px 8px 14px rgba(0,0,0,.06); box-shadow:0px 8px 14px rgba(0,0,0,.06);}
.greet-wrap .btit {font-size:20px; line-height:1.3; margin:0 0 30px; word-break:keep-all; font-weight:700; font-family: 'TTLaundryGothicB';}
.greet-wrap .btit strong {color:#1a8571; display:block;}
.greet-wrap .txt {margin:0 0 50px;}

	
	@media(min-width:767px) {
	.greet-wrap {padding:0 0px 0 300px; margin:30px auto; box-sizing:border-box; min-height:340px;}
	.greet-wrap:before {position:absolute; top:0; left:20px; transform:translateX(0); content:''; width:240px; height:240px; background:#fff url('../img/content/greet-img.jpg') center bottom no-repeat; background-size:cover; border-radius:30px;}
	.greet-wrap:after {position:absolute; content:''; top:20%; left:-550px; width:740px; height:240px; background:#fff7f0; border-radius:0 0 70px 0; z-index:-1;}
	}
	
	@media(min-width:1024px) {
	.greet-wrap {padding:30px 0 0 570px; margin:100px auto 50px; box-sizing:border-box; min-height:500px;}
	.greet-wrap:before {position:absolute; top:0; left:0; transform:translateX(0); content:''; width:500px; height:420px; background:#fff url('../img/content/greet-img.jpg') center bottom no-repeat; background-size:auto;border-radius:70px;}
	.greet-wrap:after {position:absolute; content:''; top:20%; left:-500px; width:740px; height:400px; border-radius:70px; z-index:-1;}
	.greet-wrap .txt {line-height:1.6; margin:0 0 50px;} 
	.greet-wrap .btit {line-height:1.5; font-size:35px;}
	}
	
	@media(min-width:1200px) {
	.greet-wrap {padding:30px 0 0 570px; width:1200px; min-height:500px;}
	.greet-wrap .btit {font-size:40px; padding-left: 0px}
	}


/* ======================================================
   .mission
=========================================================*/
.mission {margin:0 auto; min-height:70px; text-align:center; width:100%;}

.mission .inner {z-index:1; border:none; position:relative;}
.mission .inner ul li {color:#333;}
.mission .inner strong {position:relative; display:inline-block; z-index:2; font-size:20px; line-height:1.6; color:#282a2e; margin:0 0 30px; border:5px solid #ddd; padding:5px 50px; font-family: 'Paperlogy-8ExtraBold';}
.mission .inner strong:before {z-index:-2; content:''; position:absolute; left:50%; top:-12px; width:96%; height:14px; background:#fff; transform:translateX(-50%);}
.mission .inner strong:after {content:''; position:absolute; left:50%; bottom:-12px; width:96%; height:14px; background:#fff; transform:translateX(-50%);}
.mission .inner strong span {color:#00aaaf;}

@media(min-width:1200px) {
	.mission {margin:0 auto 120px; min-height:70px; text-align:center; width:70%;}
	.mission .inner {z-index:1; border:none; position:relative; padding:0 80px;}
	.mission .inner ul li {font-size:17px; line-height:1.7; color:#333;}
	.mission .inner strong {position:relative; display:inline-block; z-index:2; font-size:40px; line-height:1.6; color:#555; margin:0 0 30px; border:7px solid #ddd; padding:5px 70px; font-family: 'Paperlogy-8ExtraBold';}
	.mission .inner strong:before {z-index:-2; content:''; position:absolute; left:50%; top:-12px; width:96%; height:14px; background:#fff; transform:translateX(-50%);}
	.mission .inner strong:after {content:''; position:absolute; left:50%; bottom:-12px; width:96%; height:14px; background:#fff; transform:translateX(-50%);}
	.mission .inner strong span {color:#00aaaf;}
}



/* ======================================================
   .mission-wrap
=========================================================*/
.mission-wrap {display:flex; justify-content:space-between; margin:50px 20px;}
.mission-wrap div {position:relative; width:49%; border:1px solid #ddd; padding:50px 10px 30px; box-sizing:border-box; text-align:center; border-radius:30px;}
.mission-wrap div h4 {font-family: 'TTLaundryGothicB'; display:block; position:absolute; top:-20px; left:50%; transform:translateX(-50%); color:#fff; text-align:center; padding:7px 30px; margin:0; border-radius:100px; background-image:linear-gradient(45deg, #5e80e1 0%, #00aaaf 55%, #5e80e1 90%); 
	background-position:100% 0; background-size:200% 200%; font-size:22px;}
.mission-wrap div h4:before {display:none;}
.mission-wrap .btxt {font-size:18px; margin:0;font-family: 'Paperlogy-8ExtraBold';  }

@media(min-width:1024px) {
	.mission-wrap {margin:50px 20px 80px;}
	.mission-wrap div {padding:70px 30px 50px;}
	.mission-wrap div h4 {	top:-27px; padding:10px 50px; font-size:1.3em;}
	.mission-wrap .btxt {font-size:20px;}
}

@media(min-width:1200px) {
	.mission-wrap {width:1300px; margin:50px auto 100px;}
	.mission-wrap div {padding:70px 30px 50px;}
	.mission-wrap div h4 {	top:-35px; font-size:1.6em; padding:20px 70px;}
	.mission-wrap .btxt {font-size:24px;line-height:36px;}
}



/* ======================================================
   .history-wrap
=========================================================*/
.history-wrap .list{margin-top:70px; position:relative;overflow:hidden;}
.history-wrap .list:before{width:1px;height: calc(100% - 20px); background:#d9d9d9;  z-index:1;position:absolute; left:50%;top:20px; display:block; content:"";-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.history-wrap .list:after{width:9px;height:9px;border-radius:100%;background:#999; z-index:2; position:absolute; left:50%; bottom:0; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}

.history-wrap .list .vc{position:relative; z-index:55;opacity:1;-webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform:  translateY(0);transform: translateY(0);}
.history-wrap .list .vc:before{width:1px;height:0;background:#00aaaf; display:block;content:"";position:absolute; left:50%; top:20px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);-webkit-transition: height 4s ease-out;-moz-transition: height 4s ease-out;-o-transition: height 4s ease-out;transition: height 4s ease-out;}
.history-wrap .list .vc:first-child:before{top:20px;}
.history-wrap .list .vc:nth-child(n+2){padding-bottom:90px;}

.history-wrap .list .vc:last-child:after{opacity:0;width:9px;height:9px;border-radius:100%;background:#00aaaf; position:absolute; left:50%; bottom:0; display:block; content:""; z-index:999; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}

.history-wrap .list .vc.aos-animate:before{height:calc(100% + 80px);transition-delay: 0.5s;}
.history-wrap .list .vc.aos-animate:first-child:before{}
.history-wrap .list .vc.aos-animate:last-child:after{opacity:1;transition-delay: 0s;}

.history-wrap .list .item{padding-left:54%; position:relative;}
.history-wrap .list .item:nth-child(even){padding-right:54%; padding-left:0;text-align:right;}
.history-wrap .list .item.c02{margin-top:70px;}

.history-wrap .list .year{font-size:48px; font-weight:400; color:#5e80e1; letter-spacing:-0.03em;line-height:41px; font-family: 'HakgyoansimDunggeunmisoTTF-B';}
.history-wrap .list .year.active{font-weight:700; color:#00aaaf;}
.history-wrap .list .year:before{width:30px; left:50%; top:20px;height:1px;background:#d9d9d9; display:block;content:""; position:absolute; z-index:-1;}

.history-wrap .list .item:nth-child(even) .year:before{left:auto; right:50%}

.history-wrap .list ul{margin-top:20px}
.history-wrap .list ul:before{width:21px;height:21px; position:absolute; left:50%; box-sizing:border-box;top:10px;border:1px solid #00aaaf;background:#fff; z-index:1; border-radius:100%; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.history-wrap .list ul:after{width:9px;height:9px; position:absolute; left:50%; top:16px;background:#00aaaf; border-radius:100%; z-index:2; display:block; content:""; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}

.history-wrap .list li{position:relative; padding-left:80px}

.history-wrap .list li:nth-child(n+2){margin-top:10px;}
.history-wrap .list li .btxt{font-size:16px; color:#000; line-height:1.4em; position:absolute; left:0; top:0;}
.history-wrap .list li .stxt{font-size:16px; color:#666; line-height:1.4em;word-break: keep-all;}

.history-wrap .list .item:nth-child(even) li{padding-right:90px; padding-left:0;}
.history-wrap .list .item:nth-child(even) li .btxt{left:auto; right:0;}
	@media only screen and (max-width:1260px) {
		.history-wrap .list .year{font-size:41px;}
	}
	@media only screen and (max-width:1200px) {
		.history-wrap .list{margin-top:100px;}
		.history-wrap .list .year{font-size:34px;}
		.history-wrap .list ul{margin-top:15px}
		.history-wrap .list li{padding-left:60px;}
		.history-wrap .list li .btxt{font-size:15px;}
		.history-wrap .list li .stxt{font-size:15px;}
		
		.history-wrap .list .item{padding-left:56%}
		.history-wrap .list .item:nth-child(even){padding-right:56%;}
		.history-wrap .list .item:nth-child(even) li{padding-right:45px}
	}
	@media only screen and (max-width:999px) {
		.history-wrap .list .item.c02{margin-top:50px;}

		.history-wrap .list{margin-top:70px;}
		.history-wrap .list ul{margin-top:10px}
		.history-wrap .list li{}
		.history-wrap .list li .btxt{font-size:14px;}
		.history-wrap .list li .stxt{font-size:14px;}

		.history-wrap .list .year{font-size:29px}
 	}
	@media only screen and (max-width:680px) {
		.history-wrap .list{margin-top:30px;}
		.history-wrap .list:before{left:12px;}
		.history-wrap .list:after{left:12px;}
		.history-wrap .list .item.c02{margin-top:30px;}
		.history-wrap .list .item{padding-left:50px; position:relative;}
		
		.history-wrap .list .item:nth-child(even){padding-right:0; padding-left:50px;text-align:left;}
		.history-wrap .list .item:nth-child(even) li{padding-right:0; padding-left:60px}
		.history-wrap .list .item:nth-child(even) li .btxt{left:0; right:auto;}
		
		.history-wrap .list .year{font-size:24px; line-height:30px;}
		.history-wrap .list .year:before{left:12px; top:15px;}
		.history-wrap .list .item:nth-child(even) .year:before{left:12px; right:auto}

		.history-wrap .list .vc:before{left:12px;-webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
		.history-wrap .list .vc:last-child:after{left:12px;bottom:1px;}

		.history-wrap .list ul:before{left:2px; top:5px; -webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
		.history-wrap .list ul:after{ left:8px; top:11px; -webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
	}
	@media only screen and (max-width:480px) {
		.history-wrap .list .year{font-size:21px}
		.history-wrap .list li .btxt{font-size:13px;}
		.history-wrap .list li .stxt{font-size:13px;}
	}


/* ======================================================
	.about-wrap .c-list01
=========================================================*/
.about-wrap .c-list01{padding:50px 0; position:relative; }
.about-wrap .c-list01:after{background:#fff; width:20000px; left:50%;margin-left:-10000px; top:0; height:100%; position:absolute; display:block; content:"";z-index:-1;}
.about-wrap .c-list01 h3{font-weight:300; color:#444; letter-spacing:-0.03em; text-align:center; line-height:1.3em; font-size:25px; margin-bottom:60px;object-fit:cover;}

.about-wrap .c-list01 ul{margin:0 -0.5%}
.about-wrap .c-list01 ul:after{display:block; content:"";clear:both}
.about-wrap .c-list01 li{float:left; width:31.3333333%; margin:0 1%; background:#fff; box-sizing:border-box; border-radius: 50px; border: 1px solid #ddd; background: #fbfbfb;}
.about-wrap .c-list01 li .ov{ padding:60px 30px;}
.about-wrap .c-list01 li .txt{text-align:center; height:330px; border-bottom:0px solid #dedede;}
.about-wrap .c-list01 li .txt .btxt{font-weight:300; color:#5e80e1; letter-spacing:-0.03em; word-break: keep-all; font-size:33px;  line-height:1.3em; height:40px; font-family: 'HakgyoansimDunggeunmisoTTF-B', sans-serif;}
.about-wrap .c-list01 li .txt .btxt span{display:block; font-size:16px;}
.about-wrap .c-list01 li .txt .stxt{padding-top:130px; margin-top:10px;  margin-bottom:20px; font-weight:400; color:#333; letter-spacing:-0.02em; word-break: keep-all; font-size:20px;  line-height:1.5em;}
.about-wrap .c-list01 li .txt .stxt span{color:#ff3315; font-size:17px; }
.about-wrap .c-list01 li .txt .ctxt{margin-top:10px; font-weight:400; color:#333; letter-spacing:-0.02em; word-break: keep-all; font-size:20px;  line-height:1.5em;}
.about-wrap .c-list01 li .txt .ctxt span{color:#000; font-weight:600; }


.about-wrap .c-list01 li:nth-child(1) .txt .stxt{background:url(../img/content/biz-ico01.png) no-repeat center top}
.about-wrap .c-list01 li:nth-child(2) .txt .stxt{background:url(../img/content/biz-ico02.png) no-repeat center top}
.about-wrap .c-list01 li:nth-child(3) .txt .stxt{background:url(../img/content/biz-ico03.png) no-repeat center top}
	@media only screen and (max-width:1240px){
		.about-wrap .c-list01{padding:80px 0;}
		.about-wrap .c-list01 h3{ font-size:23px;margin-bottom:45px}
		.about-wrap .c-list01 li .ov{ padding:40px 20px;}
		.about-wrap .c-list01 li .txt .btxt{font-size:26px;}
		.about-wrap .c-list01 li .txt .stxt{background-size:95px auto !important; padding-top:105px; font-size:16px;}
		.about-wrap .c-list01 li .txt .ctxt{background-size:95px auto !important; padding-top:105px; font-size:16px;}
	}
	@media only screen and (max-width:999px){
		.about-wrap .c-list01{padding:60px 0;}
		.about-wrap .c-list01 h3{font-size:21px;margin-bottom:30px; padding:0 20px;}

		.about-wrap .c-list01 ul{margin:0;}
		.about-wrap .c-list01 li{float:none; width:auto; margin:0 ;  min-height:auto;height:auto !important}
		.about-wrap .c-list01 li:nth-child(n+2){margin-top:25px;}
		.about-wrap .c-list01 li .ov{ padding:30px 20px;}
		.about-wrap .c-list01 li .vc{height:auto; padding-top:20px;}
		.about-wrap .c-list01 li .txt{ height:auto; padding-bottom:25px;}
		.about-wrap .c-list01 li .txt .btxt{font-size:23px; padding:0 10px; height:auto; }
		.about-wrap .c-list01 li .txt .btxt br{display:none;}
		.about-wrap .c-list01 li .txt .stxt{font-size:16px;background-size:85px auto !important; padding:0 10px;padding-top:97px;}
		.about-wrap .c-list01 li .txt .ctxt{font-size:16px;background-size:85px auto !important; padding:0 10px;padding-top:10px;}

		
	}
	@media only screen and (max-width:680px){
		.about-wrap .c-list01 h3{font-size:19px;margin-bottom:20px;}
		.about-wrap .c-list01{padding:40px 0;}
		
		.about-wrap .c-list01 li .txt{ height:auto; padding-bottom:25px;}
		.about-wrap .c-list01 li .txt .btxt{font-size:21px;}

		
	}
	@media only screen and (max-width:480px){
		.about-wrap .c-list01 li .txt .btxt{font-size:18px;}

	}


/* ======================================================
	.character-wrap
=========================================================*/
.character-wrap{ position:relative; padding:140px 0 140px 100px; background: #fff2a7; border-radius: 50px;}
.character-wrap .btxt{ color:#175aaf; font-size:40px; letter-spacing:-0.03em; line-height: 1.2em; font-weight:700; font-family: 'TTLaundryGothicB';}
.character-wrap .btxt span{font-size: 24px;}
.character-wrap .stxt{ padding-top:20px; color:#333; font-size:17px; line-height: 1.5em; }
.character-wrap .img{ position:absolute; bottom:50px; right:0; width:600px; height:400px; } 
.character-wrap .img img{width:100%}

	@media all and (max-width:1000px){ 
		
		.character-wrap{padding:80px 0 60px 0}
		.character-wrap .btxt, .character-wrap .stxt{ }
		
		.character-wrap .img{ width:290px; height:auto; right:0px;}
	}

	@media all and (max-width:640px){ 
		.character-wrap{padding:50px 20px 30px}
		.character-wrap .btxt, .character-wrap .stxt{ padding-left:0; text-align:center;}
		.character-wrap .btxt{ font-size:24px;}
		.character-wrap .btxt span{font-size: 18px;}
		.character-wrap .stxt{ padding-top:10px; font-size:15px; line-height: 1.5em; }
		.character-wrap .stxt br{ display: none; }
		.character-wrap .img{position:relative;bottom:auto; right:auto; width:auto; height:auto; padding:20px 0 0 0 }
		.character-wrap .img img{width:100%}
	}


.char-tit { text-align: center; margin-top: 100px;}
.char-tit h2 { display: block; font-size:48px;  letter-spacing: -0.03em; line-height: 1.4em;   font-weight: 800; color: #111;}

.char-tit01 {display: block; position: relative;  padding: 1.25rem 0; border-bottom: 1px solid #333;}
.char-tit01 .btit {color:#111; font-size:20px; letter-spacing:-0.03em; line-height: 1.2em; font-weight:600;}

.char-01 { padding:50px 0 100px; height:350px;}
.char-01 .left{width: 50%; float: left;}
.char-01 .left .img{width: 100%; }
.char-01 .left .img img{width: 239px; padding-left:200px; }
.char-01 .right {width: 50%;  float: right;}
.char-01 .right .txt{display: block; text-align: left; margin-top:150px;}
.char-01 .right .txt .btxt{color:#ee9962; font-size:48px; letter-spacing:-0.03em; line-height: 1.2em; font-weight:700; font-family: 'TTLaundryGothicB';}
.char-01 .right .txt .stxt{ padding-top:20px; color:#333; font-size:19px; line-height: 1.5em; font-weight:500;}

	@media all and (max-width:640px){ 
	.char-01 { padding:30px 20px 30px; height:150px;}
	.char-01 .left{width: 40%; float: left;}
	.char-01 .left .img{width: 100%; }
	.char-01 .left .img img{width:60%; padding-left:0px; }
	.char-01 .right {width: 60%;  float: right;}
	.char-01 .right .txt{display: block; text-align: left; margin-top:20px;}
	.char-01 .right .txt .btxt{font-size:20px;}
	.char-01 .right .txt .stxt{ padding-top:10px; font-size:15px; line-height: 1.5em; }
	.char-01 .right .txt .stxt br{ display: none; }
	}

.char-02 { padding:50px 0 100px; height:300px;}
.char-02 .left{width: 50%; float: left;}
.char-02 .left .img{width: 100%; }
.char-02 .left .img img{width: 240px; padding-left:200px; }
.char-02 .right {width: 50%;  float: right;}
.char-02 .right .txt{display: block; text-align: left; margin-top:100px;}
.char-02 .right .txt .btxt{color:#8f666d; font-size:48px; letter-spacing:-0.03em; line-height: 1.2em; font-weight:700; font-family: 'TTLaundryGothicB';}
.char-02 .right .txt .stxt{ padding-top:20px; color:#333; font-size:19px; line-height: 1.5em; font-weight:500;}

	@media all and (max-width:640px){ 
	.char-02 { padding:30px 20px 30px; height:150px;}
	.char-02 .left{width: 40%; float: left;}
	.char-02 .left .img{width: 100%; }
	.char-02 .left .img img{width:60%; padding-left:0px; }
	.char-02 .right {width: 60%;  float: right;}
	.char-02 .right .txt{display: block; text-align: left; margin-top:20px;}
	.char-02 .right .txt .btxt{font-size:20px;}
	.char-02 .right .txt .stxt{ padding-top:10px; font-size:15px; line-height: 1.5em; }
	.char-02 .right .txt .stxt br{ display: none; }
	}

.char-03 { padding:50px 0 100px; height:300px;}
.char-03 .left{width: 50%; float: left;}
.char-03 .left .img{width: 100%; }
.char-03 .left .img img{width: 240px; padding-left:200px; }
.char-03 .right {width: 50%;  float: right;}
.char-03 .right .txt{display: block; text-align: left; margin-top:100px;}
.char-03 .right .txt .btxt{color:#f5969b; font-size:48px; letter-spacing:-0.03em; line-height: 1.2em; font-weight:700; font-family: 'TTLaundryGothicB';}
.char-03 .right .txt .stxt{ padding-top:20px; color:#333; font-size:19px; line-height: 1.5em; font-weight:500;}

	@media all and (max-width:640px){ 
	.char-03 { padding:30px 20px 30px; height:150px;}
	.char-03 .left{width: 40%; float: left;}
	.char-03 .left .img{width: 100%; }
	.char-03 .left .img img{width:60%; padding-left:0px; }
	.char-03 .right {width: 60%;  float: right;}
	.char-03 .right .txt{display: block; text-align: left; margin-top:20px;}
	.char-03 .right .txt .btxt{font-size:20px;}
	.char-03 .right .txt .stxt{ padding-top:10px; font-size:15px; line-height: 1.5em; }
	.char-03 .right .txt .stxt br{ display: none; }
	}



/* ======================================================
   .map_link
=========================================================*/


.map_link {position:relative; padding:0px; font-size:0; background:#f7f7f7;  border:1px solid #e0e0e0;}
.map_link li {position:relative; display:inline-block; vertical-align:middle; width:48%; height:40px; line-height:40px; margin:1%; box-sizing:border-box;}
.map_link li:first-child {background:#fff url('../img/content/map-naver.png') 15px center no-repeat; background-size:20px;}
.map_link li:last-child {background:#fff url('../img/content/map-kakao.png') 15px center no-repeat; background-size:20px;}
.map_link li a {display:block; width:100%; padding:0 0 0 45px; box-sizing:border-box; font-size:12px;}
.map_link li i {font-style:normal; color:#222; font-weight:bold;}

@media(min-width:768px) {
	.map_link {padding:20px; border-radius:0 0 20px 20px;}
	.map_link li {height:40px; line-height:40px;}
	.map_link li a {padding:0 0 0 50px;}
}

@media(min-width:1200px) {
	
	.map_link {padding:40px; margin:0; border-radius:0 0 30px 30px;}
	.map_link li {width:48%; height:70px; line-height:70px; margin:0 1%; border-radius:70px;}
	.map_link li:first-child {background:#19ce60 url('../img/content/map-naver.png') 37% center no-repeat; background-size:40px;}
	.map_link li:last-child {background:#ffdb19 url('../img/content/map-kakao.png') 37% center no-repeat;}
	.map_link li:first-child:hover {background:#fff url('../img/content/map-naver.png') 37% center no-repeat; background-size:40px; box-shadow: 0px 20px 40px rgba(0,0,0,0.10);}
	.map_link li:last-child:hover {background:#fff url('../img/content/map-kakao.png') 37% center no-repeat; box-shadow: 0px 20px 40px rgba(0,0,0,0.10);}
	.map_link li a {display:block; width:100%; padding:0 0 0 45%; box-sizing:border-box; font-size:17px;}
	.map_link li i {font-style:normal; color:#fff; font-weight:bold;}
	.map_link li:hover i {color:#111;}
}


/* ======================================================
   .map-wrap
=========================================================*/
.map-wrap .ic { display: inline-block; vertical-align: middle; top: -1px; position: relative; }
.map-wrap { position: relative; background: #fff; margin-top: 0px; /*box-shadow: 1px 0px 18px rgba(0,0,0,0.14);*/ padding:50px 0px 80px; border-top: 1px solid #eee;  }
.map-wrap h4 { font-size: 24px; color: #000; padding-bottom: 11px; border-bottom: 0px solid #e1e1e1; padding:40px 0px 0px; }
.map-wrap ul { margin-top: 0px; margin-left: -10px; margin-right: -10px }
.map-wrap ul > li { float: left; display: table; width: 23%; padding: 5px 10px }
.map-wrap ul > li.li01 { width: 48% }
.map-wrap ul > li .list { display: table-cell; width: 100px; vertical-align: middle }
.map-wrap ul > li .txt { display: table-cell; vertical-align: middle }
.map-wrap .ic_pin { width: 13px; height: 17px; background: url('../img/content/ic_pin.png') no-repeat }
.map-wrap .ic_tel { width: 16px; height: 16px; background: url('../img/content/ic_tel.png') no-repeat }
.map-wrap .ic_fax { width: 19px; height: 15px; background: url('../img/content/ic_fax.png') no-repeat }
.map-wrap .list { font-size: 17px; font-weight: 700; color: #333 }
.map-wrap .list i { margin-right: 10px }
.map-wrap .txt { font-size: 18px; color: #666 }
 
	@media (max-width:1280px) {
	.map-wrap { padding: 35px 30px }
	.map-wrap ul > li .list { width:90px }
	.map-wrap ul > li.li01 { width: 48% }
	.map-wrap .list { font-size: 16px; letter-spacing:-0.03em; }
	.map-wrap .txt { font-size: 16px; letter-spacing:-0.03em; }
	}
	
	@media (max-width:970px) {
	.map-wrap { padding: 20px 40px; margin-top: 0px; height: 130px; }
	.map-wrap h4 { font-size: 20px }
	.map-wrap ul > li { width: 100%; padding: 5px 0px }
	.map-wrap ul > li.li01 { width: 100% }
	}
	
	
	@media (max-width:480px) {
	.map-wrap { padding: 20px 10px; margin-top: 0px; height: 110px; }
	.map-wrap h4 { font-size: 17px }
	.map-wrap ul > li .list { width: 75px }
	.map-wrap ul > li .txt { font-size: 15px }
	.map-wrap .list { font-size: 15px; font-weight: 500;}
	.map-wrap .ic_pin { display:none; }
	.map-wrap .ic_tel { display:none; }
	.map-wrap .ic_fax { display:none; }

	}

/* ======================================================
   .location-02
=========================================================*/
.location-02 dl{padding-left:260px; position:relative;padding-bottom:40px; border-bottom:1px solid #dbdbe0; margin-top:50px;}
.location-02 dl.last{border:none;}
.location-02 dt{ position:absolute;left:0; top:0; width:100px; text-align:center; }
.location-02 dt .img{width:100px; height:40px; /*background-color:#24459c; border-radius:84px 84px;*/ display:block; vertical-align:middle;text-align:center;}
.location-02 dt .txt{display:block; line-height:34px; font-size:14px;}
.location-02 dt .stxt{ display:block;}
.location-02 dt .img img{display:inline-block;margin-top:0px;}

.location-02 dd .btxt{ font-size:17px; margin-top:15px; font-weight:400; display:block;color:#171A19;letter-spacing: -0.25px}
.location-02 dd .img{display:block; margin-top:25px;}

@media all and (max-width:840px){ 
	  
	  .location-02 dl{padding-left:130px;}
	  .location-02 dd .btxt{font-size:16px}

	}

	@media all and (max-width:800px){ 
	  .location-02 dl{padding-left:110px;}
	}

	@media all and (max-width:480px){ 
	  .location-02 dl{padding-left:100px; position:relative;padding-bottom:20px; border-bottom:1px solid #dbdbe0; margin-top:20px;}
	  .location-02 dd .btxt{font-size:15px;}
	  .location-02 dt .img{width:30px; height:30px;}
	  .location-02 dt{ width:80px;}
	}




/* ======================================================
   .biz_0204
=========================================================*/

.sub_wrap { height:100px; padding: 40px 0 30px 0px; color: #fff; text-align:center;}
.sub_wrap dl { width: 100%; letter-spacing: -0.03em; word-break: keep-all; }
.sub_wrap dt { font-size: 18px;  line-height: 30px; font-weight: 400; letter-spacing: -0.03em;}
.sub_wrap dt strong { display: block; font-size: 24px; font-weight: 700; line-height: 30px; }
.sub_wrap dd { margin-top: 20px; font-size:30px; line-height: 36px; font-family: 'TTLaundryGothicB';}

.biz_0204 .sub_wrap { background:#73b970 url(../img/content/0204_bg.jpg) no-repeat 0 0; color: #fff; border-radius: 30px;}
.biz_0204 .sub_wrap dt strong { color: #fff; }
.biz_0204 .sub_wrap dd { color: #fff; }


@media only screen and (max-width:680px) {

.biz_0204 .sub_wrap { width: 100%; height: auto; padding: 30px 30px 80px 30px; margin-bottom: 20px; background-position: center bottom !important; background-size: 100% auto !important; box-sizing: border-box; }
.biz_0204 .sub_wrap dl { width: 100%; }
.biz_0204 .sub_wrap dl dt { font-size: 20px; }
.biz_0204 .sub_wrap dt strong { font-size: 20px; line-height: 25px; }
.biz_0204 .sub_wrap dd { margin-top: 15px; font-size: 13px; line-height: 20px; }
.biz_0204 .sub_wrap dd br { display: none; }
.biz_0204 .sub_wrap { background-color: #73b970; }

}



/* ======================================================
   .round-tab
=========================================================*/
.round-tab {display:flex; flex-wrap:wrap;  overflow:hidden;}
.round-tab li {display:table-cell; float:left; width:33.333%; margin-bottom:-1px; border:0 none; background:#f2f3f5; box-sizing:border-box;}
.round-tab.w2p li {width:50%; border-right:none;}
.round-tab.w3p li {width:33.33%;}
.round-tab.w4p li {width:25%;}
.round-tab.w5p li {width:50%;}
.round-tab a {overflow:hidden; display:block; font-size:13px; height:40px; line-height:40px; text-align:center; color:#999;text-overflow:ellipsis; white-space:nowrap; font-weight:bold; padding:0 10px;}
.round-tab .active {background-color:#00aaaf; background:linear-gradient(315deg, #00aaaf 15%, #73b970 100%);}
.round-tab .active a {color:#fff;}

@media(min-width:768px) {
	.round-tab.w2p li {width:50%;}
	.round-tab.w3p li {width:33.33%;}
	.round-tab.w4p li {width:25%;}
	.round-tab.w5p li {width:20%;}
}

@media(min-width:1024px) {
	.round-tab {display:table; width:auto; max-width:700px; margin:0 auto; table-layout:fixed;  border:none;background:#f2f3f5; border-radius:100px; overflow:initial; padding:7px; box-sizing:border-box;}
	.round-tab li {float:none; display:table-cell; width:auto; vertical-align:middle; margin:0; background:none;}
	.round-tab li + li {border-left:0 none;}
	.round-tab a {display:block; padding:0 25px; height:40px; line-height:40px; text-align:center; color:#999; font-size:16px;}
	.round-tab a:hover {color:#111;}
	.round-tab .active {padding:0; border-radius:100px;}
	.round-tab .active a {color:#fff; font-weight:bold; border:none; border-radius:100px; box-shadow:0 5px 10px rgba(0, 0, 0, .1);}
}

@media(max-width:1199px) {
	.round-tab li:nth-child(3n) {border-right:0 none;}
	.round-tab li:nth-child(3n + 1) {clear:both;}
	.round-tab.w4p li:nth-child(3n + 1) {clear:none;}
}

@media screen and (min-width:1200px) {
	.round-tab.w2p li {width:auto;}
	.round-tab.w3p li {width:auto;}
	.round-tab.w4p li {width:auto;}
	.round-tab.w5p li {width:auto;}
	.round-tab a {padding:0 30px; height:50px; line-height:50px; font-size:18px;}
}






/*=======================================================
  .info-wrap
=========================================================*/

.info-wrap {position:relative;}
.info-wrap .list {position:relative; margin:30px 20px 50px; padding:30px; z-index:0; box-sizing:border-box;}
.info-wrap .list-img {background:#fff; border-radius:10px; overflow:hidden; margin:0 0 30px;}
.info-wrap .list-img img {width:100%; height:100%; object-fit:cover; object-position:center;}
.info-wrap .btxt {overflow:hidden; z-index:2;}
.info-wrap .btxt strong {display:block; position:relative;  font-family:'TTHakgyoansimYeohaengR'; font-size:20px; line-height:1.3; padding:0 0 10px; font-weight:normal;}
.info-wrap .btxt .txt {margin-list:10px; font-size:14px;}

.info-wrap {margin:0; padding:0; border-radius:0;}
.info-wrap .list {min-height:280px; margin:30px 20px; padding:0; border-radius:30px;}
.info-wrap .list-img {width:100%; height:300px; z-index:1; border-radius:50px; margin:0 0 20px;}
.info-wrap .list-img img {width:100%; height:100%;}
.info-wrap .list-img.info01 {background:#fff0e1 url('../img/content/info-img01.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info02 {background:#9aa6be url('../img/content/info-img02.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info03 {background:#ffd7e2 url('../img/content/info-img03.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info04 {background:#848c99 url('../img/content/info-img04.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info05 {background:#dce0eb url('../img/content/info-img05.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info06 {background:#faf1e8 url('../img/content/info-img06.png') center bottom no-repeat; background-size:contain;}
.info-wrap .list-img.info07 {background:#d9ddf4 url('../img/content/info-img07.png') center bottom no-repeat; background-size:contain;}

.info-wrap .btxt {padding:0;}
.info-wrap .btxt strong {font-size:20px; padding:0;}
.info-wrap .btxt .txt {font-size:18px;}


@media(min-width:768px) {
	.info-wrap {margin:0; padding:0; border-radius:0;}
	.info-wrap:before {position:absolute; content:''; right:100px; list:70px; width:calc(50% - -300px); height:240px; z-index:-1; border-radius:60px; background:#fff; }
	.info-wrap .list {display:flex; align-items:center; justify-content:space-between; min-height:280px; margin:30px 20px 80px; padding:0;}
	.info-wrap .list-img {width:300px; height:240px; z-index:1; border-radius:50px; margin:0;}
	.info-wrap .list-img img {width:100%; height:100%;}

	.info-wrap .btxt {width:calc(100% - 340px); padding:0;}
	.info-wrap .btxt strong {font-size:24px; padding:0;  font-family: 'TTLaundryGothicB';}
	.info-wrap .btxt .txt {font-size:15px;}

}
 
@media(min-width:1024px) {
	.info-wrap {margin:0; padding:0; border-radius:0;}
	.info-wrap:before {list:70px; width:calc(50% - -400px); height:280px; border-radius:0 0 0 100px;}
	.info-wrap .list {min-height:280px; margin:50px 40px 100px; padding:0; border-radius:30px;}
	.info-wrap .list-img {width:300px; height:240px; z-index:1; border-radius:50px; margin:0;}

	.info-wrap .btxt {width:calc(100% - 380px); padding:0;}
	.info-wrap .btxt strong {font-size:24px; padding:0;}
	.info-wrap .btxt .txt {font-size:18px; line-height:1.5;}
}

@media(min-width:1200px) {
	.info-wrap:before {list:20px; width:calc(50% - -500px); height:300px; border-radius:100px;}
	.info-wrap .list {min-height:280px; width:1300px; margin:50px auto 120px; padding:0; border-radius:30px;}
	.info-wrap .list-img {width:400px; height:300px; z-index:1; border-radius:80px; margin:0;}

	.info-wrap .btxt {width:calc(100% - 480px); padding-list:20px;}
	.info-wrap .btxt strong {font-size:44px; font-family: 'TTLaundryGothicB'; color:#367678;}
	.info-wrap .btxt .txt {font-size:19px; padding-top:15px;}
}

/*=======================================================
  .biz-wrap 
=========================================================*/
.biz-wrap ul { font-size:0;}
.biz-wrap li { width:44.8%; min-height:150px; margin-right:2%; font-size:0; padding:3% 2%; margin-bottom:30px; border:1px solid #ddd; display:inline-block; vertical-align:top;border-radius:40px;}
.biz-wrap li.num-1 dl { background:url("../img/content/biz01-ico01.png") no-repeat 10px 10px;}
.biz-wrap li.num-2 dl { background:url("../img/content/biz01-ico02.png") no-repeat 10px 10px;}
.biz-wrap li.num-3 dl { background:url("../img/content/biz01-ico03.png") no-repeat 10px 10px;}
.biz-wrap li.num-4 dl { background:url("../img/content/biz01-ico04.png") no-repeat 10px 10px;}
.biz-wrap dl { width:70%; padding-left:30%; padding-bottom:20px; vertical-align:top; }
.biz-wrap dt { margin:10px 0 20px; font-size:24px; font-weight:600; color:#333; letter-spacing:-0.04em; font-family: 'TTLaundryGothicB'; } 
.biz-wrap dd {font-size:18px; line-height:160%; }

	@media only screen and  (max-width:1024px) {
		.biz-wrap li { width:44%; }
	}

	@media only screen and  (max-width:980px) {
		.biz-wrap li { width:100%; min-height:auto; margin:0 0 2% 0; box-sizing:border-box; }
		.biz-wrap li dl { background-size:80px !important;}
		.biz-wrap dt {  font-size:17px; margin-bottom:10px; } 
		.biz-wrap dd {font-size:14px; }
	}

	@media only screen and  (max-width:480px) {
		.biz-wrap li dl { background-size:70px !important;}
	}



/*=======================================================
  .biz02-wrap 
=========================================================*/
.biz02-wrap ul { font-size:0;}
.biz02-wrap li { width:44.8%; min-height:150px; margin-right:2%; font-size:0; padding:3% 2%; margin-bottom:30px; border:1px solid #ddd; display:inline-block; vertical-align:top;border-radius:40px;}
.biz02-wrap li.num-1 dl { background:url("../img/content/biz02-ico01.png") no-repeat 10px 10px;}
.biz02-wrap li.num-2 dl { background:url("../img/content/biz02-ico02.png") no-repeat 10px 10px;}
.biz02-wrap li.num-3 dl { background:url("../img/content/biz02-ico03.png") no-repeat 10px 10px;}
.biz02-wrap li.num-4 dl { background:url("../img/content/biz02-ico04.png") no-repeat 10px 10px;}
.biz02-wrap dl { width:70%; padding-left:30%; padding-bottom:20px; vertical-align:top; }
.biz02-wrap dt { margin:10px 0 20px; font-size:24px; font-weight:600; color:#333; letter-spacing:-0.04em; font-family: 'TTLaundryGothicB'; } 
.biz02-wrap dd {font-size:18px; line-height:160%; }

	@media only screen and  (max-width:1024px) {
		.biz02-wrap li { width:44%; }
	}

	@media only screen and  (max-width:980px) {
		.biz02-wrap li { width:100%; min-height:auto; margin:0 0 2% 0; box-sizing:border-box; }
		.biz02-wrap li dl { background-size:80px !important;}
		.biz02-wrap dt {  font-size:17px; margin-bottom:10px; } 
		.biz02-wrap dd {font-size:14px; }
	}

	@media only screen and  (max-width:480px) {
		.biz02-wrap li dl { background-size:70px !important;}
	}

/*=======================================================
  .biz03-wrap 
=========================================================*/
.biz03-wrap ul { font-size:0;}
.biz03-wrap li { width:44.8%;; min-height:150px; margin-right:2%; font-size:0; padding:3% 2%; margin-bottom:30px; border:1px solid #ddd; display:inline-block; vertical-align:top;border-radius:40px;}
.biz03-wrap li.num-1 dl { background:url("../img/content/biz03-ico01.png") no-repeat 10px 10px;}
.biz03-wrap li.num-2 dl { background:url("../img/content/biz03-ico02.png") no-repeat 10px 10px;}
.biz03-wrap dl { width:70%; padding-left:30%; padding-bottom:20px; vertical-align:top; }
.biz03-wrap dt { margin:10px 0 20px; font-size:24px; font-weight:600; color:#333; letter-spacing:-0.04em; font-family: 'TTLaundryGothicB'; } 
.biz03-wrap dd {font-size:18px; line-height:160%; }

	@media only screen and  (max-width:1024px) {
		.biz03-wrap li { width:44%; }
	}

	@media only screen and  (max-width:980px) {
		.biz03-wrap li { width:100%; min-height:auto; margin:0 0 2% 0; box-sizing:border-box; }
		.biz03-wrap li dl { background-size:80px !important;}
		.biz03-wrap dt {  font-size:17px; margin-bottom:10px; } 
		.biz03-wrap dd {font-size:14px; }
	}

	@media only screen and  (max-width:480px) {
		.biz03-wrap li dl { background-size:70px !important;}
	}


/*=======================================================
  .biz04-wrap 
=========================================================*/
.biz04-wrap ul { font-size:0;}
.biz04-wrap li { width:100%; min-height:150px; margin-right:0%; font-size:0; padding:3% 0%; margin-bottom:30px; border:1px solid #ddd; display:inline-block; vertical-align:top;border-radius:40px;}
.biz04-wrap li.num-1 dl { background:url("../img/content/biz04-ico01.png") no-repeat 10px 10px;}
.biz04-wrap dl { width:75%; padding-left:20%; padding-bottom:20px; vertical-align:top; }
.biz04-wrap dt { margin:10px 0 20px; font-size:24px; font-weight:600; color:#333; letter-spacing:-0.04em; font-family: 'TTLaundryGothicB'; } 
.biz04-wrap dd {font-size:18px; line-height:160%; }

	@media only screen and  (max-width:1024px) {
		.biz04-wrap li { width:44%; }
	}

	@media only screen and  (max-width:980px) {
		.biz04-wrap li { width:100%; min-height:auto; margin:0 0 2% 0; box-sizing:border-box; }
		.biz04-wrap li dl { background-size:100px !important;}
		.biz04-wrap dt {  font-size:17px; margin-bottom:10px; } 
		.biz04-wrap dd {font-size:14px; }
	}

	@media only screen and  (max-width:480px) {
		.biz04-wrap li dl { background-size:70px !important;}
	}

/*=======================================================
  .biz05-wrap 
=========================================================*/
.biz05-wrap ul { font-size:0;}
.biz05-wrap li { width:44.8%; min-height:190px; margin-right:2%; font-size:0; padding:3% 2% 0%; margin-bottom:30px; border:1px solid #ddd; display:inline-block; vertical-align:top; border-radius:40px;}
.biz05-wrap li.num-1 dl { background:url("../img/content/biz05-ico01.png") no-repeat 10px 10px;}
.biz05-wrap li.num-2 dl { background:url("../img/content/biz05-ico02.png") no-repeat 10px 10px;}
.biz05-wrap li.num-3 dl { background:url("../img/content/biz05-ico03.png") no-repeat 10px 10px;}
.biz05-wrap li.num-4 dl { background:url("../img/content/biz05-ico04.png") no-repeat 10px 10px;}
.biz05-wrap li.num-5 dl { background:url("../img/content/biz05-ico05.png") no-repeat 10px 10px;}
.biz05-wrap li.num-6 dl { background:url("../img/content/biz05-ico06.png") no-repeat 10px 10px;}

.biz05-wrap dl { width:70%; padding-left:30%; padding-bottom:20px; vertical-align:top; }
.biz05-wrap dt { margin:10px 0 20px; font-size:24px; font-weight:600; color:#333; letter-spacing:-0.04em; font-family: 'TTLaundryGothicB'; } 
.biz05-wrap dd {font-size:18px; line-height:150%; }

	@media only screen and  (max-width:1024px) {
		.biz05-wrap li { width:44%; }
	}

	@media only screen and  (max-width:980px) {
		.biz05-wrap li { width:100%; min-height:auto; margin:0 0 2% 0; box-sizing:border-box; }
		.biz05-wrap li dl { background-size:80px !important;}
		.biz05-wrap dt {  font-size:17px; margin-bottom:10px; } 
		.biz05-wrap dd {font-size:14px; }
	}

	@media only screen and  (max-width:480px) {
		.biz05-wrap li dl { background-size:70px !important;}
	}




/*=======================================================
  .mental-wrap .health
=========================================================*/
.mental-wrap .health{position:relative; padding:100px 0 130px;}
.mental-wrap .health:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health ul:after{display:block; content:"";clear:both}

.mental-wrap .health li{float:left; width:calc(25% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:360px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health li:nth-child(1) .txt:before{background:url(../img/content/health-ico01.png) no-repeat center top;}
.mental-wrap .health li:nth-child(2) .txt:before{background:url(../img/content/health-ico02.png) no-repeat center top;}
.mental-wrap .health li:nth-child(3) .txt:before{background:url(../img/content/health-ico03.png) no-repeat center top;}
.mental-wrap .health li:nth-child(4) .txt:before{background:url(../img/content/health-ico04.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health .tits h3{font-size:32px;}
		.mental-wrap .health .tits p{font-size:18px ;}
		.mental-wrap .health .tits p br{display:none;}
		
		.mental-wrap .health  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health  li{width:calc(25%% - 30px); margin:0 15px;}
		.mental-wrap .health  li {padding:30px; min-height:240px;}
		.mental-wrap .health  li:before{width:90px;height:90px;}
		.mental-wrap .health  li .txt .btxt{font-size:26px }
		.mental-wrap .health  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health{padding:50px 0}
		.mental-wrap .health .tits {padding-left:0;}
		.mental-wrap .health .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health .tits p{font-size:16px ;}

		.mental-wrap .health  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health  li:before{width:70px;height:70px;}
		.mental-wrap .health  li .txt .btxt{font-size:22px }
		.mental-wrap .health  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health .tits p{font-size:15px ;}
		
		.mental-wrap .health  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health  li:before{width:50px;height:50px;}
		.mental-wrap .health  li .txt .btxt{font-size:22px }
		.mental-wrap .health  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health .tits p{font-size:14px ;}
		
		.mental-wrap .health  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health  li { min-height:180px;}
		.mental-wrap .health  li .txt .btxt{font-size:20px }
		.mental-wrap .health  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}



/*=======================================================
  .mental-wrap .health02
=========================================================*/
.mental-wrap .health02{position:relative; padding:100px 0 130px;}
.mental-wrap .health02:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health02 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health02 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health02 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health02 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health02 ul:after{display:block; content:"";clear:both}

.mental-wrap .health02 li{float:left; width:calc(20% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:240px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health02 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health02 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health02 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health02 li .txt .btxt{font-size:20px ;font-weight:400; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health02 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health02 li:nth-child(1) .txt:before{background:url(../img/content/health02-ico01.png) no-repeat center top;}
.mental-wrap .health02 li:nth-child(2) .txt:before{background:url(../img/content/health02-ico02.png) no-repeat center top;}
.mental-wrap .health02 li:nth-child(3) .txt:before{background:url(../img/content/health02-ico03.png) no-repeat center top;}
.mental-wrap .health02 li:nth-child(4) .txt:before{background:url(../img/content/health02-ico04.png) no-repeat center top;}
.mental-wrap .health02 li:nth-child(5) .txt:before{background:url(../img/content/health02-ico05.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health02 .tits h3{font-size:32px;}
		.mental-wrap .health02 .tits p{font-size:18px ;}
		.mental-wrap .health02 .tits p br{display:none;}
		
		.mental-wrap .health02  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health02  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health02  li {padding:30px; min-height:240px;}
		.mental-wrap .health02  li:before{width:90px;height:90px;}
		.mental-wrap .health02  li .txt .btxt{font-size:26px }
		.mental-wrap .health02  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health02{padding:50px 0}
		.mental-wrap .health02 .tits {padding-left:0;}
		.mental-wrap .health02 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health02 .tits p{font-size:16px ;}

		.mental-wrap .health02  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health02  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health02  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health02  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health02  li:before{width:70px;height:70px;}
		.mental-wrap .health02  li .txt .btxt{font-size:24px }
		.mental-wrap .health02  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health02 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health02 .tits p{font-size:15px ;}
		
		.mental-wrap .health02  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health02  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health02  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health02  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health02  li:before{width:50px;height:50px;}
		.mental-wrap .health02  li .txt .btxt{font-size:22px }
		.mental-wrap .health02  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health02 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health02 .tits p{font-size:14px ;}
		
		.mental-wrap .health02  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health02  li { min-height:180px;}
		.mental-wrap .health02  li .txt .btxt{font-size:20px }
		.mental-wrap .health02  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}


/*=======================================================
  .mental-wrap .health03
=========================================================*/
.mental-wrap .health03{position:relative; padding:100px 0 130px;}
.mental-wrap .health03:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health03 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health03 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health03 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health03 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health03 ul:after{display:block; content:"";clear:both}

.mental-wrap .health03 li{float:left; width:calc(33.3333% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:360px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health03 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health03 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health03 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health03 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health03 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health03 li:nth-child(1) .txt:before{background:url(../img/content/health03-ico01.png) no-repeat center top;}
.mental-wrap .health03 li:nth-child(2) .txt:before{background:url(../img/content/health03-ico02.png) no-repeat center top;}
.mental-wrap .health03 li:nth-child(3) .txt:before{background:url(../img/content/health03-ico03.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health03 .tits h3{font-size:32px;}
		.mental-wrap .health03 .tits p{font-size:18px ;}
		.mental-wrap .health03 .tits p br{display:none;}
		
		.mental-wrap .health03  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health03  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health03  li {padding:30px; min-height:240px;}
		.mental-wrap .health03  li:before{width:90px;height:90px;}
		.mental-wrap .health03  li .txt .btxt{font-size:26px }
		.mental-wrap .health03  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health03{padding:50px 0}
		.mental-wrap .health03 .tits {padding-left:0;}
		.mental-wrap .health03 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health03 .tits p{font-size:16px ;}

		.mental-wrap .health03  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health03  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health03  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health03  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health03  li:before{width:70px;height:70px;}
		.mental-wrap .health03  li .txt .btxt{font-size:24px }
		.mental-wrap .health03  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health03 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health03 .tits p{font-size:15px ;}
		
		.mental-wrap .health03  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health03  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health03  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health03  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health03  li:before{width:50px;height:50px;}
		.mental-wrap .health03  li .txt .btxt{font-size:22px }
		.mental-wrap .health03  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health03 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health03 .tits p{font-size:14px ;}
		
		.mental-wrap .health03  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health03  li { min-height:180px;}
		.mental-wrap .health03  li .txt .btxt{font-size:20px }
		.mental-wrap .health03  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}


/*=======================================================
  .mental-wrap .health04
=========================================================*/
.mental-wrap .health04{position:relative; padding:100px 0 130px;}
.mental-wrap .health04:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health04 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health04 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health04 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health04 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health04 ul:after{display:block; content:"";clear:both}

.mental-wrap .health04 li{float:left; width:calc(25% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:220px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health04 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.mental-wrap .health04 li:nth-child(n+5) { margin-top: 2%;}
.mental-wrap .health04 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health04 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health04 li .txt .btxt{font-size:20px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health04 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health04 li:nth-child(1) .txt:before{background:url(../img/content/health04-ico01.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(2) .txt:before{background:url(../img/content/health04-ico02.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(3) .txt:before{background:url(../img/content/health04-ico03.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(4) .txt:before{background:url(../img/content/health04-ico04.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(5) .txt:before{background:url(../img/content/health04-ico05.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(6) .txt:before{background:url(../img/content/health04-ico06.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(7) .txt:before{background:url(../img/content/health04-ico07.png) no-repeat center top;}
.mental-wrap .health04 li:nth-child(8) .txt:before{background:url(../img/content/health04-ico08.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health04 .tits h3{font-size:32px;}
		.mental-wrap .health04 .tits p{font-size:18px ;}
		.mental-wrap .health04 .tits p br{display:none;}
		
		.mental-wrap .health04  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health04  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health04  li {padding:30px; min-height:240px;}
		.mental-wrap .health04  li:before{width:90px;height:90px;}
		.mental-wrap .health04  li .txt .btxt{font-size:26px }
		.mental-wrap .health04  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health04{padding:50px 0}
		.mental-wrap .health04 .tits {padding-left:0;}
		.mental-wrap .health04 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health04 .tits p{font-size:16px ;}

		.mental-wrap .health04  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health04  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health04  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health04  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health04  li:before{width:70px;height:70px;}
		.mental-wrap .health04  li .txt .btxt{font-size:24px }
		.mental-wrap .health04  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health04 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health04 .tits p{font-size:15px ;}
		
		.mental-wrap .health04  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health04  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health04  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health04  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health04  li:before{width:50px;height:50px;}
		.mental-wrap .health04  li .txt .btxt{font-size:22px }
		.mental-wrap .health04  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health04 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health04 .tits p{font-size:14px ;}
		
		.mental-wrap .health04  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health04  li { min-height:180px;}
		.mental-wrap .health04  li .txt .btxt{font-size:20px }
		.mental-wrap .health04  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}

/*=======================================================
  .mental-wrap .health05
=========================================================*/
.mental-wrap .health05{position:relative; padding:70px 0 100px;}
.mental-wrap .health05:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health05 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health05 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health05 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health05 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health05 ul:after{display:block; content:"";clear:both}

.mental-wrap .health05 li{float:left; width:calc(33.3333% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:430px; box-sizing:border-box; padding:35px 35px 30px 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health05 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health05 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health05 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health05 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health05 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health05 li:nth-child(1) .txt:before{background:url(../img/content/health05-ico01.png) no-repeat center top;}
.mental-wrap .health05 li:nth-child(2) .txt:before{background:url(../img/content/health05-ico02.png) no-repeat center top;}
.mental-wrap .health05 li:nth-child(3) .txt:before{background:url(../img/content/health05-ico03.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health05 .tits h3{font-size:32px;}
		.mental-wrap .health05 .tits p{font-size:18px ;}
		.mental-wrap .health05 .tits p br{display:none;}
		
		.mental-wrap .health05  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health05  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health05  li {padding:30px; min-height:240px;}
		.mental-wrap .health05  li:before{width:90px;height:90px;}
		.mental-wrap .health05  li .txt .btxt{font-size:26px }
		.mental-wrap .health05  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health05{padding:50px 0}
		.mental-wrap .health05 .tits {padding-left:0;}
		.mental-wrap .health05 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health05 .tits p{font-size:16px ;}

		.mental-wrap .health05  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health05  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health05  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health05  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health05  li:before{width:70px;height:70px;}
		.mental-wrap .health05  li .txt .btxt{font-size:24px }
		.mental-wrap .health05  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health05 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health05 .tits p{font-size:15px ;}
		
		.mental-wrap .health05  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health05  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health05  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health05  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health05  li:before{width:50px;height:50px;}
		.mental-wrap .health05  li .txt .btxt{font-size:22px }
		.mental-wrap .health05  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health05 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health05 .tits p{font-size:14px ;}
		
		.mental-wrap .health05  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health05  li { min-height:180px;}
		.mental-wrap .health05  li .txt .btxt{font-size:20px }
		.mental-wrap .health05  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}


/*=======================================================
  .mental-wrap .health06
=========================================================*/
.mental-wrap .health06{position:relative; padding:100px 0 130px;}
.mental-wrap .health06:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health06 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health06 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health06 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health06 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health06 ul:after{display:block; content:"";clear:both}

.mental-wrap .health06 li{float:left; width:calc(50% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:350px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health06 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health06 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health06 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health06 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health06 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health06 li:nth-child(1) .txt:before{background:url(../img/content/health06-ico01.png) no-repeat center top;}
.mental-wrap .health06 li:nth-child(2) .txt:before{background:url(../img/content/health06-ico02.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health06 .tits h3{font-size:32px;}
		.mental-wrap .health06 .tits p{font-size:18px ;}
		.mental-wrap .health06 .tits p br{display:none;}
		
		.mental-wrap .health06  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health06  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health06  li {padding:30px; min-height:240px;}
		.mental-wrap .health06  li:before{width:90px;height:90px;}
		.mental-wrap .health06  li .txt .btxt{font-size:26px }
		.mental-wrap .health06  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health06{padding:50px 0}
		.mental-wrap .health06 .tits {padding-left:0;}
		.mental-wrap .health06 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health06 .tits p{font-size:16px ;}

		.mental-wrap .health06  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health06  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health06  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health06  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health06  li:before{width:70px;height:70px;}
		.mental-wrap .health06  li .txt .btxt{font-size:24px }
		.mental-wrap .health06  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health06 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health06 .tits p{font-size:15px ;}
		
		.mental-wrap .health06  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health06  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health06  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health06  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health06  li:before{width:50px;height:50px;}
		.mental-wrap .health06  li .txt .btxt{font-size:22px }
		.mental-wrap .health06  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health06 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health06 .tits p{font-size:14px ;}
		
		.mental-wrap .health06  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health06  li { min-height:180px;}
		.mental-wrap .health06  li .txt .btxt{font-size:20px }
		.mental-wrap .health06  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}


/*=======================================================
  .mental-wrap .health07
=========================================================*/
.mental-wrap .health07{position:relative; padding:100px 0 130px;}
.mental-wrap .health07:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f8fc; display:block ;content:"";z-index:-1;}

.mental-wrap .health07 .tits{position:Relative; padding-left:calc(40% + 40px)}
.mental-wrap .health07 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .health07 .tits p{font-size:20px ;font-weight:400; color:#555; letter-spacing:-0.03em; line-height:1.6em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .health07 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .health07 ul:after{display:block; content:"";clear:both}

.mental-wrap .health07 li{float:left; width:calc(33.3333% - 30px); margin:0 15px; background:#fff; border-radius:30px;display:flex; display:-webkit-flex; min-height:350px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .health07 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.mental-wrap .health07 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .health07 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .health07 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#00aaaf; font-family: 'TTLaundryGothicB';}
.mental-wrap .health07 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.mental-wrap .health07 li:nth-child(1) .txt:before{background:url(../img/content/health07-ico01.png) no-repeat center top;}
.mental-wrap .health07 li:nth-child(2) .txt:before{background:url(../img/content/health07-ico02.png) no-repeat center top;}
.mental-wrap .health07 li:nth-child(3) .txt:before{background:url(../img/content/health07-ico03.png) no-repeat center top;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .health07 .tits h3{font-size:32px;}
		.mental-wrap .health07 .tits p{font-size:18px ;}
		.mental-wrap .health07 .tits p br{display:none;}
		
		.mental-wrap .health07  ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .health07  li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .health07  li {padding:30px; min-height:240px;}
		.mental-wrap .health07  li:before{width:90px;height:90px;}
		.mental-wrap .health07  li .txt .btxt{font-size:26px }
		.mental-wrap .health07  li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .health07{padding:50px 0}
		.mental-wrap .health07 .tits {padding-left:0;}
		.mental-wrap .health07 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .health07 .tits p{font-size:16px ;}

		.mental-wrap .health07  ul{margin:0;margin-top:30px; display:block;}
		.mental-wrap .health07  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health07  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health07  li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .health07  li:before{width:70px;height:70px;}
		.mental-wrap .health07  li .txt .btxt{font-size:24px }
		.mental-wrap .health07  li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.mental-wrap .health07 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .health07 .tits p{font-size:15px ;}
		
		.mental-wrap .health07  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .health07  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .health07  li:nth-child(n+2){margin-top:20px;}
		.mental-wrap .health07  li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .health07  li:before{width:50px;height:50px;}
		.mental-wrap .health07  li .txt .btxt{font-size:22px }
		.mental-wrap .health07  li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.mental-wrap .health07 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .health07 .tits p{font-size:14px ;}
		
		.mental-wrap .health07  li:nth-child(n+2){margin-top:10px;}
		.mental-wrap .health07  li { min-height:180px;}
		.mental-wrap .health07  li .txt .btxt{font-size:20px }
		.mental-wrap .health07  li .txt .stxt{margin-top:10px;font-size:14px ;}
	}



/*=======================================================
  .mental-wrap .info
=========================================================*/
.mental-wrap .info{padding:130px 0}
.mental-wrap .info .tits{position:Relative; padding-left:calc(50% + 40px)}
.mental-wrap .info .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .info .tits p{font-size:24px ;font-weight:400; color:#ed8b1a; letter-spacing:-0.03em; line-height:1.4em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .info ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .info ul:after{display:block; content:"";clear:both}

.mental-wrap .info li{float:left; width:calc(33.3333% - 30px); margin:0 15px; background:#f7f7f7; border-radius:30px;display:flex; display:-webkit-flex; min-height:330px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .info li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.mental-wrap .info li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .info li .txt:before{position:absolute ;left:0; top:0; width:100%; height:86px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .info li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#5e80e1; font-family: 'TTLaundryGothicB';}
.mental-wrap .info li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}



.mental-wrap .info li:nth-child(1) .txt:before{background:url(../img/content/info-ico01.png) no-repeat center top;}
.mental-wrap .info li:nth-child(2) .txt:before{background:url(../img/content/info-ico02.png) no-repeat center top;}
.mental-wrap .info li:nth-child(3) .txt:before{background:url(../img/content/info-ico03.png) no-repeat center top;}

.mental-wrap .info li:nth-child(n+4){ margin-top: 3%;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .info .tits h3{font-size:32px;}
		.mental-wrap .info .tits p{font-size:18px ;}
		.mental-wrap .info .tits p br{display:none;}

		.mental-wrap .info ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .info li{width:calc(33.3333% - 30px); margin:0 15px;}
		.mental-wrap .info li {padding:30px; min-height:240px;}
		.mental-wrap .info li:before{width:90px;height:90px;}
		.mental-wrap .info li .txt .btxt{font-size:26px }
		.mental-wrap .info li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .info{padding:50px 0}
		.mental-wrap .info .tits {padding-left:0;}
		.mental-wrap .info .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .info .tits p{font-size:16px ;}

		
		.mental-wrap .info ul{margin-top:30px;}
		.mental-wrap .info li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .info li:before{width:70px;height:70px;}
		.mental-wrap .info li .txt .btxt{font-size:24px }
		.mental-wrap .info li .txt .stxt{margin-top:15px;font-size:16px ;}
	
	}
	@media only screen and (max-width:680px){
		.mental-wrap .info .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .info .tits p{font-size:15px ;}

		
		/*.mental-wrap .info ul{ margin:0 -10px; margin-top:30px;}
		.mental-wrap .info li{width:calc(50% - 20px); margin:0 10px;}*/

		.mental-wrap .info  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .info  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .info  li:nth-child(n+2){margin-top:20px;}

		.mental-wrap .info li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .info li:before{width:50px;height:50px;}
		.mental-wrap .info li .txt .btxt{font-size:22px }
		.mental-wrap .info li .txt .stxt{margin-top:10px;font-size:15px ;}

	}
	@media only screen and (max-width:480px){
		.mental-wrap .info .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .info .tits p{font-size:14px ;}
		
		/*.mental-wrap .info ul{ margin:0 -5px; margin-top:30px;}
		.mental-wrap .info li{width:calc(50% - 10px); margin:0 5px;}*/
		.mental-wrap .info li { min-height:180px;}
		.mental-wrap .info li .txt .btxt{font-size:20px }
		.mental-wrap .info li .txt .stxt{margin-top:10px;font-size:14px ;}

	}


/*=======================================================
  .mental-wrap .info02
=========================================================*/
.mental-wrap .info02{padding:130px 0}
.mental-wrap .info02 .tits{position:Relative; padding-left:calc(50% + 40px)}
.mental-wrap .info02 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .info02 .tits p{font-size:24px ;font-weight:400; color:#ed8b1a; letter-spacing:-0.03em; line-height:1.4em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .info02 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .info02 ul:after{display:block; content:"";clear:both}

.mental-wrap .info02 li{float:left; width:calc(50% - 30px); margin:0 15px; background:#f7f7f7; border-radius:30px;display:flex; display:-webkit-flex; min-height:310px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .info02 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.mental-wrap .info02 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .info02 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .info02 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#5e80e1; font-family: 'TTLaundryGothicB';}
.mental-wrap .info02 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}



.mental-wrap .info02 li:nth-child(1) .txt:before{background:url(../img/content/info-ico01.png) no-repeat center top;}
.mental-wrap .info02 li:nth-child(2) .txt:before{background:url(../img/content/info-ico02.png) no-repeat center top;}

.mental-wrap .info02 li:nth-child(n+4){ margin-top: 3%;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .info02 .tits h3{font-size:32px;}
		.mental-wrap .info02 .tits p{font-size:18px ;}
		.mental-wrap .info02 .tits p br{display:none;}

		.mental-wrap .info02 ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .info02 li{width:calc(50% - 30px); margin:0 15px;}
		.mental-wrap .info02 li {padding:30px; min-height:240px;}
		.mental-wrap .info02 li:before{width:90px;height:90px;}
		.mental-wrap .info02 li .txt .btxt{font-size:26px }
		.mental-wrap .info02 li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .info02{padding:50px 0}
		.mental-wrap .info02 .tits {padding-left:0;}
		.mental-wrap .info02 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .info02 .tits p{font-size:16px ;}

		
		.mental-wrap .info02 ul{margin-top:30px;}
		.mental-wrap .info02 li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .info02 li:before{width:70px;height:70px;}
		.mental-wrap .info02 li .txt .btxt{font-size:24px }
		.mental-wrap .info02 li .txt .stxt{margin-top:15px;font-size:16px ;}
	
	}
	@media only screen and (max-width:680px){
		.mental-wrap .info02 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .info02 .tits p{font-size:15px ;}

		
		/*.mental-wrap .info02 ul{ margin:0 -10px; margin-top:30px;}
		.mental-wrap .info02 li{width:calc(50% - 20px); margin:0 10px;}*/

		.mental-wrap .info02  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .info02  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .info02  li:nth-child(n+2){margin-top:20px;}

		.mental-wrap .info02 li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .info02 li:before{width:50px;height:50px;}
		.mental-wrap .info02 li .txt .btxt{font-size:22px }
		.mental-wrap .info02 li .txt .stxt{margin-top:10px;font-size:15px ;}

	}
	@media only screen and (max-width:480px){
		.mental-wrap .info02 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .info02 .tits p{font-size:14px ;}
		
		/*.mental-wrap .info02 ul{ margin:0 -5px; margin-top:30px;}
		.mental-wrap .info02 li{width:calc(50% - 10px); margin:0 5px;}*/
		.mental-wrap .info02 li { min-height:180px;}
		.mental-wrap .info02 li .txt .btxt{font-size:20px }
		.mental-wrap .info02 li .txt .stxt{margin-top:10px;font-size:14px ;}

	}


/*=======================================================
  .mental-wrap .info03
=========================================================*/
.mental-wrap .info03{padding:70px 0}
.mental-wrap .info03 .tits{position:Relative; padding-left:calc(50% + 40px)}
.mental-wrap .info03 .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:500; font-family: 'TTLaundryGothicB';}
.mental-wrap .info03 .tits p{font-size:24px ;font-weight:400; color:#ed8b1a; letter-spacing:-0.03em; line-height:1.4em; margin-top:5px; font-family: 'TTLaundryGothicB';}

.mental-wrap .info03 ul{ margin:0 -15px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mental-wrap .info03 ul:after{display:block; content:"";clear:both}

.mental-wrap .info03 li{float:left; width:calc(50% - 30px); margin:0 15px; background:#f7f7f7; border-radius:30px;display:flex; display:-webkit-flex; min-height:330px; box-sizing:border-box; padding:35px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.mental-wrap .info03 li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.mental-wrap .info03 li .txt{position:relative; padding-top:110px; width:100%;}
.mental-wrap .info03 li .txt:before{position:absolute ;left:0; top:0; width:100%; height:80px; display:block ;content:"";background-size:auto 100% !Important;}
.mental-wrap .info03 li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#5e80e1; font-family: 'TTLaundryGothicB';}
.mental-wrap .info03 li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}



.mental-wrap .info03 li:nth-child(1) .txt:before{background:url(../img/content/info-ico01.png) no-repeat center top;}
.mental-wrap .info03 li:nth-child(2) .txt:before{background:url(../img/content/info-ico04.png) no-repeat center top;}

.mental-wrap .info03 li:nth-child(n+4){ margin-top: 3%;}

	@media only screen and (max-width:1480px){	
		.mental-wrap .info03 .tits h3{font-size:32px;}
		.mental-wrap .info03 .tits p{font-size:18px ;}
		.mental-wrap .info03 .tits p br{display:none;}

		.mental-wrap .info03 ul{ margin:0 -15px; margin-top:50px;}
		.mental-wrap .info03 li{width:calc(50% - 30px); margin:0 15px;}
		.mental-wrap .info03 li {padding:30px; min-height:240px;}
		.mental-wrap .info03 li:before{width:90px;height:90px;}
		.mental-wrap .info03 li .txt .btxt{font-size:26px }
		.mental-wrap .info03 li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mental-wrap .info03{padding:50px 0}
		.mental-wrap .info03 .tits {padding-left:0;}
		.mental-wrap .info03 .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.mental-wrap .info03 .tits p{font-size:16px ;}

		
		.mental-wrap .info03 ul{margin-top:30px;}
		.mental-wrap .info03 li {border-radius:15px;padding:25px; min-height:220px;}
		.mental-wrap .info03 li:before{width:70px;height:70px;}
		.mental-wrap .info03 li .txt .btxt{font-size:24px }
		.mental-wrap .info03 li .txt .stxt{margin-top:15px;font-size:16px ;}
	
	}
	@media only screen and (max-width:680px){
		.mental-wrap .info03 .tits h3{font-size:24px; margin-bottom:15px;}
		.mental-wrap .info03 .tits p{font-size:15px ;}

		
		/*.mental-wrap .info03 ul{ margin:0 -10px; margin-top:30px;}
		.mental-wrap .info03 li{width:calc(50% - 20px); margin:0 10px;}*/

		.mental-wrap .info03  ul{ margin:0 ; margin-top:30px; display:block;}
		.mental-wrap .info03  li{width:auto; float:none; display:block; margin:0;} 
		.mental-wrap .info03  li:nth-child(n+2){margin-top:20px;}

		.mental-wrap .info03 li {border-radius:10px;padding:20px; min-height:200px;}
		.mental-wrap .info03 li:before{width:50px;height:50px;}
		.mental-wrap .info03 li .txt .btxt{font-size:22px }
		.mental-wrap .info03 li .txt .stxt{margin-top:10px;font-size:15px ;}

	}
	@media only screen and (max-width:480px){
		.mental-wrap .info03 .tits h3{font-size:22px;margin-bottom:10px;}
		.mental-wrap .info03 .tits p{font-size:14px ;}
		
		/*.mental-wrap .info03 ul{ margin:0 -5px; margin-top:30px;}
		.mental-wrap .info03 li{width:calc(50% - 10px); margin:0 5px;}*/
		.mental-wrap .info03 li { min-height:180px;}
		.mental-wrap .info03 li .txt .btxt{font-size:20px }
		.mental-wrap .info03 li .txt .stxt{margin-top:10px;font-size:14px ;}

	}














































































































/* ======================================================
   .sbanner
=========================================================*/
.sbanner{margin-top:150px;}
.sbanner .cont{}
.sbanner .ov:after{display:block; content:"";clear:both;}
.sbanner .ov .fl{float:left; width:49%;  position:relative;}
.sbanner .ov .fr{float:right; width:49%;position:relative;}
.sbanner .ov h4{font-size:24px; font-weight:700; line-height:1.2em; color:#000; margin-bottom:20px;}
.sbanner .ov .banner-slide{overflow:hidden;border-radius:6px;}
.sbanner .ov  .slick-dots{position:absolute; left:0; width:100%; text-align:center; height:10px; bottom:25px; z-index:55;}
.sbanner .ov  .slick-dots ul{height:auto;text-align:center; font-size:0; width:100%; height:10px;}
.sbanner .ov  .slick-dots li{display:inline-block;vertical-align:top; margin:0 2px; padding:0; width:auto; height:3px;}
.sbanner .ov  .slick-dots li button{ background:rgba(0,0,0,0.3); width:10px;height:10px; padding:0; position:relative; border-radius:10px}
.sbanner .ov  .slick-dots li.slick-active button{background:#ed4259; width:30px;}

.sbanner .item a{display:block;}
.sbanner .item a img{width:100%;}
.sbanner .vbanner{margin-top:2%;}
.sbanner .vbanner .slick-prev{z-index:99;width:28px; opacity:0.6;height:52px; position:absolute; left:0; top:50%; margin-top:-26px; background:url(../_Img/Main/vbanner-next.png) no-repeat left center;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}
.sbanner .vbanner .slick-next{z-index:99;width:28px; opacity:0.6;height:52px; position:absolute; right:0; top:50%; margin-top:-26px;background:url(../_Img/Main/vbanner-prev.png) no-repeat right center;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}

.sbanner .vbanner .slick-prev:hover{opacity:1}
.sbanner .vbanner .slick-next:hover{opacity:1}

.sbanner{}
.sbanner .desktop{}
.sbanner .mobile{display:none;}
	@media only screen and (max-width:1200px){
		.sbanner{margin-top:120px;}
		.sbanner .ov h4{font-size:21px;}

		.sbanner .desktop{display:none;}
		.sbanner .mobile{display:block;}
	}
	@media only screen and (max-width:999px){
		.sbanner{margin-top:90px;}
		.sbanner .ov h4{font-size:18px; margin-bottom:15px;}

		.sbanner .ov  .slick-dots{bottom:15px; height:8px;}
		.sbanner .ov  .slick-dots ul{ height:8px;}
		.sbanner .ov  .slick-dots li{ height:8px;}
		.sbanner .ov  .slick-dots li button{width:8px;height:8px;}
		.sbanner .ov  .slick-dots li.slick-active button{width:20px;}
	}
	@media only screen and (max-width:680px){
		.sbanner{margin-top:60px;}
		.sbanner .ov h4{font-size:16px;margin-bottom:10px;}
		.sbanner .ov .fl{float:none; width:auto; }
		.sbanner .ov .fr{float:none; width:auto;margin-top:20px;}
		.sbanner .vbanner{margin-top:20px;}

		.sbanner .vbanner .slick-prev{background-size:20px auto;}
		.sbanner .vbanner .slick-next{background-size:20px auto;}
	
		.sbanner .ov  .slick-dots{bottom:10px; height:6px;}
		.sbanner .ov  .slick-dots ul{ height:6px;}
		.sbanner .ov  .slick-dots li{ height:6px;}
		.sbanner .ov  .slick-dots li button{width:6px;height:6px;}
		.sbanner .ov  .slick-dots li.slick-active button{width:15px;}
	}
	@media only screen and (max-width:480px){
		.sbanner{margin-top:40px;}
	}



/*=======================================================
  .slink
=========================================================*/
.slink{margin-top:120px;}
.slink:after{display:block; content:"";clear:both;}
.slink .fl{width:49%; border:1px solid #e0e0e0; box-sizing:border-box; position:relative; padding:57px 47px; height:460px;}
.slink .fr{width:49%; border:1px solid #e0e0e0;box-sizing:border-box; position:relative;padding:57px 47px; height:460px;}
.slink .more{width:40px;height:40px; position:absolute; right:45px; top:58px; background:url(../img/sub/slink-more.jpg) no-repeat center center; border-radius:100%;-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out;}
.slink .fl:hover .more{right:35px;}
.slink .fr:hover .more{right:35px;}

.slink h3{font-family: 'Jost'; font-size:14px; font-weight:700; color:#fff; display:inline-block;text-align:center;vertical-align:top; color:#fff; text-transform:uppercase; line-height:42px; padding-bottom:4px;}
.slink h4{font-size:48px; color:#000; font-weight:300; letter-spacing:-0.03em; line-height:1.2em; margin-top:20px;}
.slink .stit{font-size:20px; color:#000; font-weight:300; letter-spacing:-0.03em; line-height:1.35em; margin-top:20px;word-break: keep-all;}

.slink .fl h3{background:url(../img/sub/slink-tit01.jpg) no-repeat; width:179px;}
.slink .fr h3{background:url(../img/sub/slink-tit02.jpg) no-repeat; width:231px;}

.slink ul{width:calc(100% + 60px);margin-left:-30px;margin-top:40px;}
.slink ul:after{display:block; content:"";clear:both}
.slink ul li{float:left;width:25%; position:relative; min-height:105px;text-align:center;box-sizing:border-box; padding-top:5px;}
.slink ul li:nth-child(n+2):before{width:1px;height:100%; position:absolute; left:-1px; top:0; display:block; content:"";background:#e0e0e0}
.slink ul li a{display:block;}
.slink ul li .ico{position:relative;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.slink ul li .txt{font-size:17px; font-weight:300; color:#000; line-height:1.2em; letter-spacing:-0.03em;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.slink ul li a:hover .ico{-webkit-transform: translateY(-10%); -moz-transform: translateY(-10%);-ms-transform: translateY(-10%); -o-transform:  translateY(-10%);transform: translateY(-10%);}

.slink .fl ul li a:hover .txt{color:#06cc80}
.slink .fr ul li a:hover .txt{color:#069acc}
	@media only screen and (max-width:1200px){
		.slink{margin-top:100px;}
		.slink .fl{padding:45px 35px; height:400px;}
		.slink .fr{padding:45px 35px; height:400px;}
		
		.slink h3{font-size:13px; line-height:38px;}
		.slink h4{font-size:42px;}
		.slink .fl h3{ width:150px; background-size:100% auto;}
		.slink .fr h3{ width:210px; background-size:100% auto;}
		.slink .stit{font-size:18px;}
		
		.slink ul{width:calc(100% + 50px);margin-left:-25px;margin-top:30px;}
		.slink ul li{min-height:95px;}
		.slink ul li .ico img{width:58px;}
		.slink ul li .txt{font-size:15px;}

		.slink .more{right:30px; top:45px;}
		.slink .fl:hover .more{right:25px;}
		.slink .fr:hover .more{right:25px;}
	}
	@media only screen and (max-width:999px){
		.slink{margin-top:80px;}
		.slink h4{font-size:37px;}
		.slink .fl{float:none;padding:40px 35px; height:auto; width:auto;}
		.slink .fr{float:none;margin-top:25px;padding:45px 35px; height:auto;width:auto;}
		.slink .stit{font-size:16px; margin-top:15px;}
		.slink .stit br{display:none;}

		.slink .more{right:30px; top:40px;}
	}
	@media only screen and (max-width:680px){
		.slink{margin-top:60px;}
		.slink h3{font-size:12px; line-height:32px;}
		.slink h4{font-size:31px; margin-top:10px;}
		.slink .fl h3{ width:130px; background-size:100% auto;}
		.slink .fr h3{ width:172px; background-size:100% auto;}
		.slink .stit{font-size:15px;margin-top:10px;}

		.slink .fl{padding:30px 25px;width:auto;height:auto;}
		.slink .fr{padding:30px 25px;width:auto;height:auto;}
		
		.slink .more{right:20px !important; top:30px; background-size:30px auto; width:30px;height:30px;}
		.slink ul li .txt{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.slink{margin-top:40px;}
		.slink .fl{padding:30px 20px}
		.slink .fr{padding:30px 20px}

		.slink h3{font-size:11px; line-height:28px;}
		.slink h4{font-size:27px;}
		.slink .stit{font-size:14px;}
		.slink .fl h3{ width:114px; background-size:100% auto;}
		.slink .fr h3{ width:152px; background-size:100% auto;}

		.slink ul{margin:20px 0 0 0; width:auto;}
		.slink ul li{width:50%;}
		.slink ul li:nth-child(n+3){border-top:1px solid #e8e8e8; padding-top:10px; padding-bottom:5px;}
		.slink ul li:nth-child(3):before{display:none;}
	}



/*=======================================================
  .moms-wrap.main
=========================================================*/
.moms-wrap.main{position:relative; z-index:5}
.moms-wrap.main .gap60{height:60px;}
.moms-wrap.main .gap130{height:130px;}
.moms-wrap.main .cont{position:relative;padding:75px 0;}
.moms-wrap.main .cont:after{width:20000px;height:100%; left:50%;margin-left:-10000px; top:0; background:#f7f7f9; display:block; content:""; position:Absolute; z-index:-1;}

.moms-wrap.main .filter{position:relative; font-size:0; padding-left:150px;}
.moms-wrap.main .filter h4{line-height:55px; font-size:21px;font-weight:300; color:#111; letter-spacing:-0.04em; position:absolute; left:0; top:0; padding-left:30px; background:url(../_Img/Sub/ico-location.png) no-repeat left center;}
.moms-wrap.main .filter .chk-select{width:222px;}
.moms-wrap.main .filter .chk-select:nth-child(n+2){margin-left:7px;}

.moms-wrap.main h3{font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em; margin-bottom:25px;}
	@media only screen and (max-width:1200px){
		.moms-wrap.main h3{font-size:41px; }
		.moms-wrap.main .cont{padding:60px 0;}
		.moms-wrap.main .gap130{height:100px;}

		.moms-wrap.main .filter{padding-left:120px}
		.moms-wrap.main .filter h4{font-size:18px;padding-left:25px; background-size:14px auto;}
	}
	@media only screen and (max-width:999px){
		.msec-03{padding:80px 0 80px 0;}
		.moms-wrap.main h3{font-size:34px;}
		.moms-wrap.main .gap60{height:40px;}
		.moms-wrap.main .gap130{height:70px;}

		.moms-wrap.main .cont{padding:45px 0;}

		.moms-wrap.main .filter{padding-left:95px}
		.moms-wrap.main .filter h4{font-size:16px;padding-left:20px; font-weight:400;background-size:10px auto; line-height:50px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.main:before{width:2000px; left:50%;margin-left:-1000px; top:-400px; height:400px; background:#f7f7f9; display:block; content:""; z-index:-1; position:absolute;}

		.moms-wrap.main h3{font-size:29px; margin-bottom:15px;}
		.moms-wrap.main .gap60{height:20px;}
		.moms-wrap.main .gap130{height:40px;}
		.moms-wrap.main .cont{padding:0 0 30px 0;}
		
		.moms-wrap.main .filter{padding-left:80px}
		.moms-wrap.main .filter h4{font-size:15px; line-height:40px; padding-left:15px;}
		.moms-wrap.main .filter .chk-select{width:49%;}
		.moms-wrap.main .filter .chk-select:nth-child(n+2){margin-left:1%;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.main h3{font-size:24px;}

		.moms-wrap.main .filter h4{}
	}	

.moms-wrap.main .list{position:relative;}
.moms-wrap.main .list .more{position:absolute;right:0; top:20px; line-height:32px; padding-right:35px; color:#777;letter-spacing:-0.03em; }
.moms-wrap.main .list .more:after{width:20px;height:20px;position:absolute; right:0; top:50%;margin-top:-10px; background:url(../_Img/Main/tv-more.png) no-repeat right center;display:block; content:"";-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out;}
.moms-wrap.main .list .more:hover{color:#111}
.moms-wrap.main .list .more:hover:after{right:-10px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (min-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.moms-wrap.main .list .more{padding-right:25px; height:30px; font-size:13px; line-height:30px; top:2px;}
		.moms-wrap.main .list .more:after{background-size:14px auto;}
		.moms-wrap.main .list .more:hover:after{right:-5px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.main .list{}
		.moms-wrap.main .list .more{}
		.moms-wrap.main .list .more:hover:after{right:0;}
	}
	@media only screen and (max-width:480px){
	
	}

.moms-wrap.main .mom-slide{overflow:visible !important;}
.moms-wrap.main .mom-slide ul{overflow:visible !important;}
.moms-wrap.main .mom-slide ul:after{display:block; content:"";clear:both;}
.moms-wrap.main .mom-slide li{float:left;margin-left:20px;position:relative;}
.moms-wrap.main .mom-slide li:first-child{margin-left:0;}
.moms-wrap.main .mom-slide li a{display:block; border-radius:10px;overflow:hidden;-webkit-transition: box-shadow 0.3s ease-out;-moz-transition: box-shadow 0.3s ease-out;-o-transition: box-shadow 0.3s ease-out;transition: box-shadow 0.3s ease-out;}
.moms-wrap.main .mom-slide li a:hover{box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15)}

.moms-wrap.main .mom-slide li a:after{width:40px;height:40px; z-index:912;position:absolute; right:15px; bottom:15px; background:url(../_Img/Main/mother-more.png) no-repeat center center; background-size:100% auto; display:block; content:""; opacity:0;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}
.moms-wrap.main .mom-slide li a:hover:after{opacity:1}
.moms-wrap.main .mom-slide li .img{position:relative;overflow:hidden;}
.moms-wrap.main .mom-slide li .img img{width:100%;height:260px;object-fit:cover;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}

.moms-wrap.main .mom-slide li .txt{background:#fff; min-height:150px; padding:15px 25px;box-sizing:border-box;}
.moms-wrap.main .mom-slide li .txt .cate{display:inline-block;vertical-align:top; line-height:18px; height:20px; box-sizing:border-box; padding:0 10px; border:1px solid #ddd; color:#ddd; font-size:12px; font-weight:300; letter-spacing:-0.03em; border-radius:20px;}
.moms-wrap.main .mom-slide li .txt .cate.bg01{color:#599800; border-color:#599800;}
.moms-wrap.main .mom-slide li .txt .cate.bg02{color:#f33f72; border-color:#f33f72;}
.moms-wrap.main .mom-slide li .txt .btxt{margin-top:10px;font-size:18px; font-weight:300; color:#333; line-height:1.3em; letter-spacing:-0.04em;word-break: keep-all; min-height:48px; max-height:48px; overflow:hidden;}
.moms-wrap.main .mom-slide li .txt .stxt{margin-top:12px;font-size:14px; font-weight:400; color:#aaa; line-height:18px; padding-left:22px; background:url(../_Img/Main/mother-clock.png) no-repeat left center;}

.moms-wrap.main .mom-slide li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	
.moms-wrap.main .list .scrollbar{}
.moms-wrap.main .list .scrollbar {position:relative; background:#fff;width:100%;height:2px;line-height:0; overflow:hidden; }
.moms-wrap.main .list .scrollbar .handle {width: 100px;height: 100%;background:#7b7b7b;cursor: pointer; }
.moms-wrap.main .list .scrollbar .handle .mousearea {position: absolute;top: 0;left: 0;width: 100%;height:2px;}
.moms-wrap.main .list .scrollbar .handle .mousearea:after{width:2000px; right:0; top:0; background:#7b7b7b; display:block; content:"";position:absolute;height:2px;}
	
.moms-wrap.main .list .mom-ctrl{ box-sizing:border-box;}
.moms-wrap.main .list .mom-ctrl .prev{display:block !important;width:48px;height:48px; z-index:9999; position:absolute; cursor:pointer; text-indent:-9999em; right:58px; top:0;background:url(../_Img/Main/mother-prev.png) no-repeat left center;-webkit-transition: padding 0.3s ease-out, margin 0.3s ease-out;-moz-transition: padding 0.3s ease-out, margin 0.3s ease-out;-o-transition: padding 0.3s ease-out, margin 0.3s ease-out;transition: padding 0.3s ease-out, margin 0.3s ease-out;}
.moms-wrap.main .list .mom-ctrl .next{display:block !important;width:48px;height:48px; z-index:9999;position:absolute;  cursor:pointer;text-indent:-9999em;right:0; top:0;background:url(../_Img/Main/mother-next.png) no-repeat right center;-webkit-transition: padding 0.3s ease-out, margin 0.3s ease-out;-moz-transition: padding 0.3s ease-out, margin 0.3s ease-out;-o-transition: padding 0.3s ease-out, margin 0.3s ease-out;transition: padding 0.3s ease-out, margin 0.3s ease-out;}
.moms-wrap.main .list .mom-ctrl .prev:hover{background-image:url(../_Img/Main/mother-prevo.png)}
.moms-wrap.main .list .mom-ctrl .next:hover{background-image:url(../_Img/Main/mother-nexto.png)}
	@media only screen and (max-width:1500px){
		
	}
	@media only screen and (max-width:1200px){
		.moms-wrap.main .list .mom-ctrl{margin-top:35px;height:40px; padding-top:18px; padding-right:100px;}
		.moms-wrap.main .list .mom-ctrl .prev{width:40px;height:40px; background-size:100% auto; right:46px;}
		.moms-wrap.main .list .mom-ctrl .next{width:40px;height:40px; background-size:100% auto;}
		
		.moms-wrap.main .mom-slide li a:after{width:35px;height:35px; background-size:100% auto;}
	}
	@media only screen and (min-width:1000px){
		.moms-wrap.main .mom-slide li{width:300px !important;}
		.moms-wrap.main .list .mom-ctrl{position:relative;padding-top:22px; margin-top:55px;padding-right:150px;height:48px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.main .list .more{padding-right:25px; font-size:13px; line-height:30px; bottom:-2px;}
		.moms-wrap.main .list .more:after{background-size:14px auto;}
		.moms-wrap.main .list .more:hover:after{right:-5px;}

		.moms-wrap.main .mom-slide li{ width:270px;}
		.moms-wrap.main .mom-slide li .txt{padding:15px 20px;min-height:130px;}
		.moms-wrap.main .mom-slide li .txt .cate{ line-height:15px; height:18px;padding:0 7px; font-size:11px;}
		.moms-wrap.main .mom-slide li .txt .btxt{margin-top:7px;font-size:17px; max-height:44px; min-height:44px;}
		.moms-wrap.main .mom-slide li .txt .stxt{font-size:14px;}
		.moms-wrap.main .mom-slide li .img img{height:auto;object-fit:fill;}
		.moms-wrap.main .mom-slide li a:after{width:30px;height:30px;}

		.moms-wrap.main .list .mom-ctrl{margin-top:25px;height:30px; padding-top:14px; padding-right:85px;}
		.moms-wrap.main .list .mom-ctrl .prev{width:32px;height:32px; background-size:100% auto; right:40px;}
		.moms-wrap.main .list .mom-ctrl .next{width:32px;height:32px; background-size:100% auto;}
	}
	@media only screen and (min-width:481px){
		.moms-wrap.main .list .mom-ctrl{position:relative;}
	}
	@media only screen and (min-width:681px){
		.moms-wrap.main .mom-slide li{width:280px !important;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.main .mom-slide li .txt .btxt{margin-top:5px;font-size:16px; max-height:40px; min-height:40px;}
		.moms-wrap.main .mom-slide li .txt .stxt{font-size:12px;}

		.moms-wrap.main .mom-slide li .img img{height:240px;object-fit:cover;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.main .list .scrollbar{display:none;}
		.moms-wrap.main .list .mom-ctrl{margin:0; height:auto; padding:0;}
		.moms-wrap.main .list .mom-ctrl .prev{left:-14px ;top:160px;margin-top:0;}
		.moms-wrap.main .list .mom-ctrl .next{right:-14px ;top:160px;margin-top:0;}
	}	


.moms-wrap.main .review{ position:relative; padding-bottom:40px;}
.moms-wrap.main .review h3{margin-bottom:45px;}
.moms-wrap.main .review .more{position:absolute;right:0; top:10px; line-height:32px; padding-right:35px; color:#777;letter-spacing:-0.03em; }
.moms-wrap.main .review .more:after{width:20px;height:20px;position:absolute; right:0; top:50%;margin-top:-10px; background:url(../_Img/Main/tv-more.png) no-repeat right center;display:block; content:"";-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out;}
.moms-wrap.main .review .more:hover{color:#111}
.moms-wrap.main .review .more:hover:after{right:-10px;}

.moms-wrap.main .review .item{}
.moms-wrap.main .review .item a{display:block;}
.moms-wrap.main .review .item a .btxt{font-size:24px;color:#111; font-weight:400; line-height:1.3em;letter-spacing:-0.03em;word-break: keep-all;}
.moms-wrap.main .review .item a .stxt{margin-top:20px;font-size:17px;color:#111; font-weight:300; padding-right:20px;line-height:1.35em;word-break: keep-all;letter-spacing:-0.03em; max-height:48px; overflow:hidden; min-height:48px;}
.moms-wrap.main .review .item a .ctxt{margin-top:30px;font-size:16px;color:#666; letter-spacing:-0.02em;}
.moms-wrap.main .review .item a .ctxt span{display:inline-block;vertical-align:top; position:relative; margin-left:20px;}
.moms-wrap.main .review .item a .ctxt span:before{width:1px;height:12px; position:absolute; left:-11px ;top:50%;margin-top:-5px; background:#aaa; display:block; content:""}
	
.moms-wrap.main .review .owl-dots{position:relative;left:auto; width:auto; text-align:center; height:10px;margin-top:40px; z-index:55;}
.moms-wrap.main .review .owl-dots .owl-dot{display:inline-block;vertical-align:top;cursor:pointer; margin:0 3px; padding:0; width:auto; background:rgba(0,0,0,0.3); width:10px;height:10px; padding:0; position:relative; border-radius:10px}
.moms-wrap.main .review .owl-dots .owl-dot.active{background:#e84b8f; width:25px; }
	@media only screen and (max-width:1200px){
		.moms-wrap.main .review .item a .btxt{font-size:21px;}
	}
	@media only screen and (min-width:1200px){
		/* .moms-wrap.main .review .sreview-slide{margin:0 -1%}
		.moms-wrap.main .review .sreview-slide:after{display:block; content:"";clear:both;}
		.moms-wrap.main .review .item{float:left; width:31.333333%; margin:0 1%} */
	}
	@media only screen and (max-width:999px){
		.moms-wrap.main .review h3{margin-bottom:30px;}
		.moms-wrap.main .review .more{padding-right:25px; height:30px; font-size:13px; line-height:30px; top:2px;}
		.moms-wrap.main .review .more:after{background-size:14px auto;}
		.moms-wrap.main .review .more:hover:after{right:-5px;}

		.moms-wrap.main .review .item a .btxt{font-size:19px;}
		.moms-wrap.main .review .item a .stxt{margin-top:15px; font-size:16px; max-height:44px; min-height:44px;}
		.moms-wrap.main .review .item a .ctxt{margin-top:20px;font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.main .review{padding-bottom:20px;}
		.moms-wrap.main .review .more{}
		.moms-wrap.main .review .more:hover:after{right:0;}

		.moms-wrap.main .review .item a .btxt{font-size:17px;}
		.moms-wrap.main .review .item a .stxt{margin-top:10px; font-size:15px; max-height:40px; min-height:40px;}
		.moms-wrap.main .review .item a .ctxt{margin-top:15px;font-size:14px;}

		.moms-wrap.main .review .owl-dots{height:8px; margin-top:30px;}
		.moms-wrap.main .review .owl-dots .owl-dot{width:8px;height:8px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.main .review h3{margin-bottom:20px;}
		.moms-wrap.main .review .item a .btxt{font-size:16px;}
		.moms-wrap.main .review .item a .stxt{font-size:14px;}
		.moms-wrap.main .review .item a .ctxt{font-size:13px;}
	}



/*=======================================================
  .cmmt-wrap.main
=========================================================*/
.cmmt-wrap.main{position:relative;}
.cmmt-wrap.main .community{padding:80px 0; position:relative;}
.cmmt-wrap.main .community:after{background:#e2fdfe; position:absolute; left:50%;margin-left:-10000px; width:20000px; height:100%; top:0; display:block; content:""; z-index:-1}
.cmmt-wrap.main .gallery{padding:80px 0; position:relative;}
.cmmt-wrap.main .give{padding:80px 0 0 0; position:relative;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .community{padding:65px 0;}
		.cmmt-wrap.main .gallery{padding:65px 0;}
		.cmmt-wrap.main .give{padding:65px 0;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .community{padding:40px 0;}
		.cmmt-wrap.main .gallery{padding:40px 0;}
		.cmmt-wrap.main .give{padding:40px 0;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .give{padding:20px 0;}
	}

.cmmt-wrap.main .community .tits{text-align:center;font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em; margin-bottom:50px;}
.cmmt-wrap.main .community .tits h3{font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em;}
.cmmt-wrap.main .community .cont{ position:relative;}

.cmmt-wrap.main .community .list ul{}
.cmmt-wrap.main .community .list ul:after{display:block; content:"";clear:both}
.cmmt-wrap.main .community .list li{float:left; width:25%; padding:0 1%;position:relative; box-sizing:border-box;}
.cmmt-wrap.main .community .list li:nth-child(n+2):before{width:1px;height:160px; background:#e0e0e0; top:50%;margin-top:-80px; left:-1px;display:block; content:""; position:absolute;}
.cmmt-wrap.main .community .list li a{display:block; }
.cmmt-wrap.main .community .list li .ico{text-align:center; position:relative;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.cmmt-wrap.main .community .list li .txt{text-align:center; padding:15px 0; box-sizing:border-box; height:120px;}
.cmmt-wrap.main .community .list li .txt .btxt{font-weight:500; color:#000; line-height:1.3em; letter-spacing:-0.03em;font-size:30px ;word-break: keep-all;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .community .list li .txt .stxt{margin-top:10px;font-weight:400; color:#555; line-height:1.5em; letter-spacing:-0.04em;font-size:16px ;word-break: keep-all;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .community .list li a:hover .ico{-webkit-transform: translateY(-5%); -moz-transform: translateY(-5%);-ms-transform: translateY(-5%); -o-transform:  translateY(-5%);transform: translateY(-5%);}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .community .tits h3{font-size:41px;}
		.cmmt-wrap.main .community .list li .ico img{width:210px;}
		.cmmt-wrap.main .community .list li .txt .btxt{font-size:27px}
		.cmmt-wrap.main .community .list li .txt .stxt{font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .community .tits{margin-bottom:20px;}
		.cmmt-wrap.main .community .tits h3{font-size:34px;}
		.cmmt-wrap.main .community .list li{width:50%; padding:0 2%;}
		.cmmt-wrap.main .community .list li:nth-child(n+3){margin-top:10px;}
		.cmmt-wrap.main .community .list li:nth-child(3):before{display:none;}
		.cmmt-wrap.main .community .list li .ico img{width:180px;}
		.cmmt-wrap.main .community .list li .txt .btxt{font-size:24px}
		.cmmt-wrap.main .community .list li .txt .stxt{font-size:14px;}
		.cmmt-wrap.main .community .list li .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .community .tits h3{font-size:29px;}
		.cmmt-wrap.main .community .list li .ico img{width:150px;}
		.cmmt-wrap.main .community .list li .txt{padding:10px 0}
		.cmmt-wrap.main .community .list li .txt .btxt{font-size:21px}
		.cmmt-wrap.main .community .list li .txt .stxt{margin-top:5px;font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .community .tits h3{font-size:24px;}
		.cmmt-wrap.main .community .list li .ico img{width:120px;}
		.cmmt-wrap.main .community .list li .txt .btxt{font-size:18px}
	}

.cmmt-wrap.main .community .about{margin-top:70px;border-top:1px dashed #c0cfd6; padding-top:30px;margin-top:30px;}
.cmmt-wrap.main .community .about ul{position:relative;}
.cmmt-wrap.main .community .about ul:before{width:1px;height:68px; background:#e0e0e0; top:50%;margin-top:-34px; left:50%;top:50%;display:block; content:""; position:absolute;}
.cmmt-wrap.main .community .about ul:after{display:block;content:"";clear:both}
.cmmt-wrap.main .community .about li{float:left; width:48.5%;}
.cmmt-wrap.main .community .about li:nth-child(2){float:right;}
.cmmt-wrap.main .community .about li a{display:block; position:relative;padding:10px 45px;}
.cmmt-wrap.main .community .about li a:after{width:90px;height:80px; position:absolute; right:35px; top:50%;margin-top:-40px; display:block; content:"";-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out;}
.cmmt-wrap.main .community .about li .btxt{font-size:24px; color:#000; letter-spacing:-0.03em; font-weight:500; line-height:1.3em;word-break: keep-all;}
.cmmt-wrap.main .community .about li .stxt{margin-top:7px; font-size:16px; color:#444; letter-spacing:-0.03em; font-weight:300; line-height:1.45em;word-break: keep-all;}

.cmmt-wrap.main .community .about li:nth-child(1) a:after{background:url(../_Img/Content/cmt-sico05.jpg) no-repeat center center ;}
.cmmt-wrap.main .community .about li:nth-child(2) a:after{background:url(../_Img/Content/cmt-sico06.jpg) no-repeat center center ;}
.cmmt-wrap.main .community .about li a:hover:after{right:25px}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .community .about{margin-top:50px;}
		.cmmt-wrap.main .community .about li a{padding:30px 120px 30px 20px}
		.cmmt-wrap.main .community .about li a:after{ background-size:80px auto !important; right:25px;}
		.cmmt-wrap.main .community .about li a:hover:after{right:25px}

		.cmmt-wrap.main .community .about li .btxt{font-size:22px;} 
		.cmmt-wrap.main .community .about li .stxt{margin-top:5px; font-size:15px;}
		.cmmt-wrap.main .community .about li .stxt br{display:none;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .community .about{margin-top:20px;padding-top:0; }
		.cmmt-wrap.main .community .about ul:before{display:none;}

		.cmmt-wrap.main .community .about li{float:none; width:auto}
		.cmmt-wrap.main .community .about li:nth-child(2){float:none;  border-top:1px dashed #c0cfd6}
		.cmmt-wrap.main .community .about li .btxt{font-size:20px;} 
		.cmmt-wrap.main .community .about li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .community .about{}
		.cmmt-wrap.main .community .about li a{padding:25px 100px 25px 20px}
		.cmmt-wrap.main .community .about li a:after{ background-size:65px auto !important; right:15px;}
		.cmmt-wrap.main .community .about li a:hover:after{right:15px}

		.cmmt-wrap.main .community .about li .btxt{font-size:18px;} 
		.cmmt-wrap.main .community .about li .stxt{font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .community .about li a{padding:25px 90px 25px 15px}
		.cmmt-wrap.main .community .about li a:after{right:5px;background-size:60px auto !important;}
		.cmmt-wrap.main .community .about li a:hover:after{right:5px}

	}


.cmmt-wrap.main .gallery .tits{text-align:center;font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em; margin-bottom:50px;}
.cmmt-wrap.main .gallery .tits h3{font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em;}
.cmmt-wrap.main .gallery .cont{ position:relative;}
.cmmt-wrap.main .gallery .list{}
.cmmt-wrap.main .gallery .list ul{margin:0 -1%}
.cmmt-wrap.main .gallery .list ul:after{display:block; content:"";clear:both}
.cmmt-wrap.main .gallery .list li{float:left; width:23%; margin:0 1%}
.cmmt-wrap.main .gallery .list li a{display:block; border-radius:10px; background:#f7f7f7;-webkit-transition: box-shadow 0.3s ease-out, background 0.3s ease-out;-moz-transition: box-shadow 0.3s ease-out, background 0.3s ease-out;-o-transition: box-shadow 0.3s ease-out, background 0.3s ease-out;transition: box-shadow 0.3s ease-out, background 0.3s ease-out;}
.cmmt-wrap.main .gallery .list li .img{overflow:hidden; border-radius:10px;}
.cmmt-wrap.main .gallery .list li .img img{width:100%;height:315px;object-fit:cover;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.cmmt-wrap.main .gallery .list li .txt{text-align:center; margin:30px 0 0 0; box-sizing:border-box;}
.cmmt-wrap.main .gallery .list li .txt .vc{padding-bottom:35px; }
.cmmt-wrap.main .gallery .list li .txt .btxt{font-weight:400; color:#000; line-height:1.3em; letter-spacing:-0.045em;font-size:30px ;word-break: keep-all;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .gallery .list li .txt .stxt{margin-top:15px;font-weight:300; color:#555; line-height:1.4em; letter-spacing:-0.04em;font-size:16px ;word-break: keep-all;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .gallery .list li a:hover{ background:#ff88a4;}
.cmmt-wrap.main .gallery .list li a:hover .txt .btxt {color:#fff}
.cmmt-wrap.main .gallery .list li a:hover .txt .stxt {color:#fff}

.cmmt-wrap.main .gallery .list li a:hover{box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15)}
.cmmt-wrap.main .gallery .list li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .gallery .tits h3{font-size:41px;}
		.cmmt-wrap.main .gallery .list li a{}
		.cmmt-wrap.main .gallery .list li .img img{height:280px;}
		.cmmt-wrap.main .gallery .list li .txt{ margin-top:25px;}
		.cmmt-wrap.main .gallery .list li .txt .vc{padding:0 5px;padding-bottom:25px;  }
		.cmmt-wrap.main .gallery .list li .txt .btxt{font-size:27px;}
		.cmmt-wrap.main .gallery .list li .txt .stxt{margin-top:10px; font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .gallery .tits{margin-bottom:30px;}
		.cmmt-wrap.main .gallery .tits h3{font-size:34px;}

		.cmmt-wrap.main .gallery .list li{width:48%;}
		.cmmt-wrap.main .gallery .list li:nth-child(n+3){margin-top:2%;}
		.cmmt-wrap.main .gallery .list li a{}
		.cmmt-wrap.main .gallery .list li .img img{height:auto;object-fit:fill;}
		.cmmt-wrap.main .gallery .list li .txt{ margin-top:20px;}
		.cmmt-wrap.main .gallery .list li .txt .vc{padding-bottom:20px; }
		.cmmt-wrap.main .gallery .list li .txt .btxt{font-size:25px;}
		.cmmt-wrap.main .gallery .list li .txt .stxt{ font-size:14px;}
		.cmmt-wrap.main .gallery .list li .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .gallery .tits h3{font-size:29px;}

		.cmmt-wrap.main .gallery .list li .txt{ margin-top:15px; }
		.cmmt-wrap.main .gallery .list li .txt .vc{padding-bottom:15px;}
		.cmmt-wrap.main .gallery .list li .txt .btxt{font-size:21px;}
		.cmmt-wrap.main .gallery .list li .txt .stxt{margin-top:5px;font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .gallery .tits h3{font-size:24px;}
		.cmmt-wrap.main .gallery .list li .txt .btxt{font-size:17px;}
	}

.cmmt-wrap.main .gallery .about{margin-top:70px;}
.cmmt-wrap.main .gallery .about ul{}
.cmmt-wrap.main .gallery .about ul:after{display:block;content:"";clear:both}
.cmmt-wrap.main .gallery .about li{float:left; width:49%;background:#f8f8f8; }
.cmmt-wrap.main .gallery .about li:nth-child(2){float:right;}
.cmmt-wrap.main .gallery .about li a{display:block; position:relative;padding:35px 125px 35px 45px;}
.cmmt-wrap.main .gallery .about li a:after{width:90px;height:80px; position:absolute; right:35px; top:50%;margin-top:-40px; display:block; content:"";-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out;}
.cmmt-wrap.main .gallery .about li .btxt{font-size:24px; color:#000; letter-spacing:-0.03em; font-weight:400; line-height:1.3em;word-break: keep-all;}
.cmmt-wrap.main .gallery .about li .stxt{margin-top:7px; font-size:16px; color:#444; letter-spacing:-0.03em; font-weight:300; line-height:1.3em;word-break: keep-all;}

.cmmt-wrap.main .gallery .about li:nth-child(1) a:after{background:url(../_Img/Content/cmt-gico01.jpg) no-repeat center center ;}
.cmmt-wrap.main .gallery .about li:nth-child(2) a:after{background:url(../_Img/Content/cmt-gico02.jpg) no-repeat center center ;}
.cmmt-wrap.main .gallery .about li a:hover:after{right:25px}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .gallery .about{margin-top:60px;}
		.cmmt-wrap.main .gallery .about li a{padding:30px 120px 30px 30px}
		.cmmt-wrap.main .gallery .about li a:after{ background-size:80px auto !important; right:25px;}
		.cmmt-wrap.main .gallery .about li a:hover:after{right:25px}

		.cmmt-wrap.main .gallery .about li .btxt{font-size:22px;} 
		.cmmt-wrap.main .gallery .about li .stxt{margin-top:5px; font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .gallery .about{margin-top:50px;}
		.cmmt-wrap.main .gallery .about li{float:none; width:auto}
		.cmmt-wrap.main .gallery .about li:nth-child(2){float:none; margin-top:15px;}
		.cmmt-wrap.main .gallery .about li .btxt{font-size:20px;} 
		.cmmt-wrap.main .gallery .about li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .gallery .about{margin-top:40px;}
		.cmmt-wrap.main .gallery .about li a{padding:25px 100px 25px 25px}
		.cmmt-wrap.main .gallery .about li a:after{ background-size:65px auto !important; right:15px;}
		.cmmt-wrap.main .gallery .about li a:hover:after{right:15px}

		.cmmt-wrap.main .gallery .about li .btxt{font-size:18px;} 
		.cmmt-wrap.main .gallery .about li .stxt{font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .gallery .about li a{padding:25px 90px 25px 20px}
		.cmmt-wrap.main .gallery .about li a:after{right:5px;background-size:60px auto !important;}
		.cmmt-wrap.main .gallery .about li a:hover:after{right:5px}
		.cmmt-wrap.main .gallery .about{margin-top:30px;}
	}


.cmmt-wrap.main .give .tits{text-align:center;font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em; margin-bottom:50px;}
.cmmt-wrap.main .give .tits h3{font-size:48px;font-size:48px; font-weight:100; line-height:1.2em; color:#000; letter-spacing:-0.065em;}

.cmmt-wrap.main .give .cont{padding-top:30px; padding-right:33.39%; border-top:1px solid #e8e8e8; position:relative;min-height:450px;}
.cmmt-wrap.main .give .cont:before{width:1px;height:450px; position:absolute; right:30.5%;margin-left:-1px;top:30px; background:#e8e8e8; display:block; content:"";}
.cmmt-wrap.main .give .cont:after{display:block; content:"";clear:both;}
.cmmt-wrap.main .give .fl{ float:none;}
.cmmt-wrap.main .give .fr{width:28%; float:none; position:absolute;right:0; top:30px;}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .give .tits h3{font-size:41px;}
		.cmmt-wrap.main .give .cont{height:435px;}
		.cmmt-wrap.main .give .cont:before{height:435px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .give .tits{margin-bottom:30px;}
		.cmmt-wrap.main .give .tits h3{font-size:34px;}
		.cmmt-wrap.main .give .cont{padding:0; border:none; height:auto;}
		.cmmt-wrap.main .give .cont:before{display:none;}
		.cmmt-wrap.main .give .fl{}
		.cmmt-wrap.main .give .fr{position:relative ; width:auto; right:auto; top:auto; margin-top:40px; padding-top:20px; border-top:1px solid #e8e8e8}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .give .tits h3{font-size:29px;}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .give .tits h3{font-size:24px;}
	}

.cmmt-wrap.main .give .fl ul{}
.cmmt-wrap.main .give .fl ul:after{display:block;content:"";clear:both;}
.cmmt-wrap.main .give .fl li{float:left; width:48%;}
.cmmt-wrap.main .give .fl li:nth-child(2){float:right;}
.cmmt-wrap.main .give .fl li a{display:block;}
.cmmt-wrap.main .give .fl li .img{overflow:hidden;}
.cmmt-wrap.main .give .fl li .img img{width:100%;height:210px;object-fit:cover;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}

.cmmt-wrap.main .give .fl li .txt{margin-top:25px;}
.cmmt-wrap.main .give .fl li .btxt{font-size:24px;color:#111; font-weight:400; line-height:1.3em;margin-bottom:19px; padding-bottom:19px; border-bottom:1px solid #e8e8e8;letter-spacing:-0.03em;word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .give .fl li .stxt{font-size:17px;color:#111; font-weight:300; line-height:1.4em;word-break: keep-all;letter-spacing:-0.03em; max-height:70px; overflow:hidden; min-height:70px;}
.cmmt-wrap.main .give .fl li .ctxt{margin-top:30px;font-size:16px;color:#777; letter-spacing:-0.02em; font-weight:600;}
.cmmt-wrap.main .give .fl li .ctxt span{display:inline-block;vertical-align:top; position:relative; margin-left:20px; font-weight:400;}
.cmmt-wrap.main .give .fl li .ctxt span:before{width:1px;height:12px; position:absolute; left:-11px ;top:50%;margin-top:-5px; background:#aaa; display:block; content:""}

.cmmt-wrap.main .give .fl li a:hover .btxt{color:#57b7dd;}
.cmmt-wrap.main .give .fl li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .give .fl li .btxt{font-size:21px;}
		.cmmt-wrap.main .give .fl li .stxt{font-size:16px;max-height:67px; min-height:67px; }
		.cmmt-wrap.main .give .fl li .ctxt{margin-top:25px;font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .give .fl li .img img{height:190px;}
		.cmmt-wrap.main .give .fl li .txt{margin-top:20px;}
		.cmmt-wrap.main .give .fl li .btxt{font-size:18px;margin-bottom:13px; padding-bottom:13px;}
		.cmmt-wrap.main .give .fl li .stxt{font-size:15px;min-height:62px;max-height:62px;}
		.cmmt-wrap.main .give .fl li .ctxt{margin-top:20px;font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .give .fl li .img img{height:170px;}
		.cmmt-wrap.main .give .fl li .txt{margin-top:15px;}
		.cmmt-wrap.main .give .fl li .btxt{font-size:16px;margin-bottom:8px; padding-bottom:8px;}
		.cmmt-wrap.main .give .fl li .stxt{font-size:14px;min-height:57px;max-height:57px;}
		.cmmt-wrap.main .give .fl li .ctxt{margin-top:15px;font-size:13px;}
		.cmmt-wrap.main .give .fl li .ctxt span{margin-left:14px;}
		.cmmt-wrap.main .give .fl li .ctxt span:before{left:-8px}
	}
	@media only screen and (max-width:480px){
		.cmmt-wrap.main .give .fl li .img img{height:140px;}
	}

.cmmt-wrap.main .give .fr ul{}
.cmmt-wrap.main .give .fr ul:after{display:block;content:"";clear:both;}
.cmmt-wrap.main .give .fr li{}
.cmmt-wrap.main .give .fr li:nth-child(n+2){padding-top:22px; border-top:1px solid #e8e8e8; margin-top:22px;}
.cmmt-wrap.main .give .fr li a{display:block; position:relative; padding-left:132px;}
.cmmt-wrap.main .give .fr li .img{ overflow:hidden;position:absolute; left:0; top:0; width:110px;height:110px;}
.cmmt-wrap.main .give .fr li .img img{width:100%;height:110px;object-fit:cover;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.cmmt-wrap.main .give .fr li .txt{ height:110px;display:flex;align-items: center; justify-content: left; text-align:left;}
.cmmt-wrap.main .give .fr li .btxt{font-size:18px;color:#111; font-weight:400; line-height:1.25em;letter-spacing:-0.03em;word-break: keep-all;  max-height:45px; -webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.cmmt-wrap.main .give .fr li .stxt{margin-top:7px;font-size:17px;color:#111; font-weight:300; line-height:1.35em;word-break: keep-all;letter-spacing:-0.03em;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cmmt-wrap.main .give .fr li .ctxt{margin-top:10px;font-size:14px;color:#777; letter-spacing:-0.02em; font-weight:600;}
.cmmt-wrap.main .give .fr li .ctxt span{display:inline-block;vertical-align:top; position:relative; margin-left:20px; font-weight:400;}
.cmmt-wrap.main .give .fr li .ctxt span:before{width:1px;height:12px; position:absolute; left:-11px ;top:50%;margin-top:-5px; background:#aaa; display:block; content:""}

.cmmt-wrap.main .give .fr li a:hover .btxt{color:#57b7dd;}
.cmmt-wrap.main .give .fr li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	@media only screen and (max-width:1200px){
		.cmmt-wrap.main .give .fr li .img {height:105px}
		.cmmt-wrap.main .give .fr li .img img{height:105px}
		.cmmt-wrap.main .give .fr li .txt{ height:105px;}
		.cmmt-wrap.main .give .fr li .btxt{font-size:17px;max-height:42px;}
		.cmmt-wrap.main .give .fr li .stxt{margin-top:7px;font-size:16px;}
		.cmmt-wrap.main .give .fr li .ctxt{margin-top:10px;font-size:13px;}
	}
	@media only screen and (max-width:999px){
		.cmmt-wrap.main .give .fr li a{padding-left:125px}
		.cmmt-wrap.main .give .fr li .img {height:95px}
		.cmmt-wrap.main .give .fr li .img img{height:95px}
		.cmmt-wrap.main .give .fr li .txt{ height:95px;}
		.cmmt-wrap.main .give .fr li .btxt{font-size:16px;max-height:40px;}
		.cmmt-wrap.main .give .fr li .stxt{margin-top:5px;font-size:15px;}
		.cmmt-wrap.main .give .fr li .ctxt{margin-top:7px;font-size:12px;}
	}
	@media only screen and (max-width:680px){
		.cmmt-wrap.main .give .fr li .btxt{font-size:15px;}
		.cmmt-wrap.main .give .fr li .stxt{font-size:14px;}
		.cmmt-wrap.main .give .fr li .ctxt span{margin-left:14px;}
		.cmmt-wrap.main .give .fr li .ctxt span:before{left:-8px}
	}
	@media only screen and (max-width:480px){
		
	}


/*=======================================================
  .infant-wrap.main
=========================================================*/
.infant-wrap.main{padding:15px 0 0 0;}
.infant-wrap.main h4{font-size:18px; color:#666; letter-spacing:-0.03em; font-weight:300; line-height:1.5em;word-break: keep-all;}
.infant-wrap.main .list{margin:0 -1.5%; margin-top:55px;}
.infant-wrap.main .list:after{display:block;content:"";clear:both}
.infant-wrap.main .list .item{width:30.333333%;margin:0 1.5%; float:left; position:relative;}
.infant-wrap.main .list .item:hover .ico{-webkit-transform: translateY(-7%); -moz-transform: translateY(-7%);-ms-transform: translateY(-7%); -o-transform:  translateY(-7%);transform: translateY(-7%);}
.infant-wrap.main .list .item .ico{ height:124px;-webkit-transition: transform 0.3s ease-out;-moz-transition: transform 0.3s ease-out;-o-transition: transform 0.3s ease-out;transition: transform 0.3s ease-out;}
.infant-wrap.main .list .item dl{}
.infant-wrap.main .list .item dl dt{margin-bottom:25px;}
.infant-wrap.main .list .item dl dt a{display:block; font-size:36px; font-weight:300; color:#000; letter-spacing:-0.05em; line-height:1.1em;word-break: keep-all;}
.infant-wrap.main .list .item dl dd{}
.infant-wrap.main .list .item dl dd:nth-child(n+3){margin-top:7px;}
.infant-wrap.main .list .item dl dd a{display:block; position:relative;word-break: keep-all; padding-left:12px; font-size:18px; color:#111; font-weight:300; letter-spacing:-0.03em; line-height:1.3em;}
.infant-wrap.main .list .item dl dd a:before{width:3px;height:3px; position:absolute; left:2px; top:10px; background:#333; display:block; content:"";-webkit-transition: background 0.3s ease-out;-moz-transition: background 0.3s ease-out;-o-transition: background 0.3s ease-out;transition: background 0.3s ease-out;}
.infant-wrap.main .list .item dl dd a:hover{color:#57b7dd;}
.infant-wrap.main .list .item dl dd a:hover:before{background:#57b7dd;}
.infant-wrap.main .list .item:nth-child(n+4){margin-top:50px; padding-top:50px; border-top:1px solid #e8e8e8}
	@media only screen and (max-width:1200px){
		.infant-wrap.main h4{font-size:17px;}
		.infant-wrap.main .list .item .ico{height:110px;}
		.infant-wrap.main .list .item .ico img{width:75px;}
		.infant-wrap.main .list .item dl dt{margin-bottom:20px;}
		.infant-wrap.main .list .item dl dt a{font-size:31px;}
		.infant-wrap.main .list .item dl dd a{font-size:17px;}
		.infant-wrap.main .list .item dl dd a:before{top:9px;}
	}
	@media only screen and (max-width:999px){
		.infant-wrap.main{padding:0;}
		.infant-wrap.main h4{font-size:16px;}
		.infant-wrap.main .list .item .ico{height:90px;}
		.infant-wrap.main .list .item .ico img{width:65px;}
		.infant-wrap.main .list .item dl dt{margin-bottom:15px;}
		.infant-wrap.main .list .item dl dt a{font-size:26px; font-weight:400;}
		.infant-wrap.main .list .item dl dd a{font-size:15px; padding-left:10px;}
		.infant-wrap.main .list .item dl dd a:before{top:8px; width:2px;height:2px;}

		.infant-wrap.main .list .item:nth-child(n+4){margin-top:30px; padding-top:30px;}
	}
	@media only screen and (max-width:780px){
		.infant-wrap.main .list .item{width:47%}
		.infant-wrap.main .list .item:nth-child(n+3){margin-top:25px; padding-top:25px; border-top:1px solid #e8e8e8}
	}
	@media only screen and (max-width:680px){
		.infant-wrap.main h4{font-size:15px;}
		
		.infant-wrap.main .list .item .ico{height:65px;}
		.infant-wrap.main .list .item .ico img{width:50px;}
		.infant-wrap.main .list .item dl dt{margin-bottom:10px;}
		.infant-wrap.main .list .item dl dt a{font-size:22px;}
		.infant-wrap.main .list .item dl dd a{font-size:14px; padding-left:8px;}
		.infant-wrap.main .list .item dl dd a:before{top:8px; width:2px;height:2px;}
		.infant-wrap.main .list .item dl dd:nth-child(n+3){margin-top:5px;}
	}
	@media only screen and (max-width:480px){
		.infant-wrap.main h4{font-size:14px;}
		.infant-wrap.main .list{margin:0; margin-top:25px;}
		.infant-wrap.main .list .item{float:none;width:auto; margin:0; height:auto !important; padding:0 10px;}
		.infant-wrap.main .list .item .ico{height:auto ; position:Absolute;top:-5px;right:10px; }
		.infant-wrap.main .list .item .ico img{width:50px;}
		.infant-wrap.main .list .item dl dt a{font-size:19px;}
		.infant-wrap.main .list .item dl dd a{font-size:13px;} 
		.infant-wrap.main .list .item:nth-child(n+2){margin-top:20px; padding-top:20px; border-top:1px solid #e8e8e8}
		.infant-wrap.main .list .item:nth-child(n+2) .ico{top:15px; }
	}
	


/*=======================================================
  .content
=========================================================*/
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		
	}



/* ======================================================
   .moms-wrap
=========================================================*/
.moms-wrap.calendar{position:relative;}
.moms-wrap.calendar .gap60{height:60px;}
.moms-wrap.calendar .gap100{height:100px;}
.moms-wrap.calendar h2{font-size:60px; text-align:center;letter-spacing:-0.04em; line-height:1.1em; color:#000; font-weight:100;}

.moms-wrap.calendar .vis{height:284px; position:relative;}
.moms-wrap.calendar .vis:after{position:absolute; left:50%;margin-left:-10000px; width:20000px; top:0; height:100%; display:block; content:""; z-index:-1;background:#7f9de3;}
.moms-wrap.calendar .vis .img{position:absolute;right:-40px; bottom:0; width:520px}
.moms-wrap.calendar .vis .img img{width:100%}
.moms-wrap.calendar .vis .txt{position:absolute; left:0; top:50%; width:100%; box-sizing:border-box; padding:0 0 0 150px; z-index:91;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.moms-wrap.calendar .vis .btxt{color:#fff; font-size:19px; font-weight:300; letter-spacing:-0.03em; line-height:1.2em;}
.moms-wrap.calendar .vis .btxt span{display:block; font-weight:700; font-size:31px; margin-top:10px;word-break: keep-all;}
.moms-wrap.calendar .vis .btxt span i{font-size:21px;}
.moms-wrap.calendar .vis .stxt{ font-size:15px; color:#fff; letter-spacing:-0.03em; line-height:1.4em; margin-top:35px; position:relative;word-break: keep-all;}
.moms-wrap.calendar .vis .stxt:before{width:50px; top:-17px; opacity:0.6; height:1px; background:#fff; position:absolute; left:0; display:block;content:""}
	@media only screen and (max-width:1200px){
		.moms-wrap.calendar h2{font-size:54px;}
		.moms-wrap.calendar .gap100{height:90px;}
		
		.moms-wrap.calendar .vis{height:260px;}
		.moms-wrap.calendar .vis .txt{padding-left:60px;}
		.moms-wrap.calendar .vis .img {width:460px; right:-20px}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.calendar h2{font-size:46px;}
		.moms-wrap.calendar .gap60{height:40px;}
		.moms-wrap.calendar .gap100{height:60px;}
		
		.moms-wrap.calendar .vis .txt{padding-left:30px; margin-top:-25px; }
		.moms-wrap.calendar .vis .btxt{font-size:17px;}
		.moms-wrap.calendar .vis .btxt span{font-size:27px;}
		.moms-wrap.calendar .vis .stxt{ font-size:15px;font-size:14px; margin-top:25px;padding-right:240px}
		.moms-wrap.calendar .vis .stxt:before{width:40px; top:-13px; }
		
		.moms-wrap.calendar .vis .img {width:360px; right:-40px}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.calendar h2{font-size:35px;}
		.moms-wrap.calendar .gap60{height:20px;}
		.moms-wrap.calendar .gap100{height:30px;}
		
		.moms-wrap.calendar .vis .txt{padding-left:10px;}
		.moms-wrap.calendar .vis .btxt{font-size:15px;}
		.moms-wrap.calendar .vis .btxt span{font-size:24px;}
		.moms-wrap.calendar .vis .img {width:310px; right:-40px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.calendar h2{font-size:29px;}
		.moms-wrap.calendar .vis .txt{padding-left:0; margin-top:-30px}
		.moms-wrap.calendar .vis .btxt{font-size:14px;}
		.moms-wrap.calendar .vis .btxt span{font-size:21px;}
		.moms-wrap.calendar .vis .stxt{padding-right:100px; font-size:13px;}
		.moms-wrap.calendar .vis .stxt:before{width:20px;}
		.moms-wrap.calendar .vis .img {width:270px; right:-80px;}
	}


.moms-wrap.calendar .filter{position:relative;text-align:center;}
.moms-wrap.calendar .filter .month{ font-size:0;padding:12px 0}
.moms-wrap.calendar .filter .month p{font-weight:400;display:inline-block;vertical-align:top; font-size:29px; letter-spacing:-0.02em; color:#111; margin:0 25px; height:30px;line-height:26px;}
.moms-wrap.calendar .filter .prev{width:24px;height:30px; display:inline-block;vertical-align:top; background:url(../_Img/Content/calendar-prev.jpg) no-repeat center center;}
.moms-wrap.calendar .filter .next{width:24px;height:30px; display:inline-block;vertical-align:top; background:url(../_Img/Content/calendar-next.jpg) no-repeat center center;}
.moms-wrap.calendar .filter .abr{position:absolute;right:0; top:0; font-size:0;}
.moms-wrap.calendar .filter .abr:after{position:absolute; left:0; top:0; width:100%;height:100%; z-index:-1; display:block; content:"";box-sizing:border-box;border:1px solid #cad2d8;}
/* .moms-wrap.calendar .filter .abr:after{width:1px;height:100%;background:#cad2d8; position:absolute; left:50%; top:0; display:block; content:""; z-index:-1;} */
.moms-wrap.calendar .filter .abr a{display:inline-block;vertical-align:top; line-height:54px; font-size:15px; color:#343d45; width:175px;}
.moms-wrap.calendar .filter .abr a:nth-child(1){}
.moms-wrap.calendar .filter .abr a:nth-child(n+2){margin-left:-1px;}
.moms-wrap.calendar .filter .abr a span{display:inline-block;vertical-align:top; padding-left:31px;}
.moms-wrap.calendar .filter .abr a:nth-child(1) span{background:url(../_Img/Content/calendar-type01.png) no-repeat left center;}
.moms-wrap.calendar .filter .abr a:nth-child(2) span{background:url(../_Img/Content/calendar-type02.png) no-repeat left center;}

.moms-wrap.calendar .filter .abr a.active:nth-child(1){background:#003058; border-color:#003058; color:#fff;}
.moms-wrap.calendar .filter .abr a.active:nth-child(2){background:#ff359b; border-color:#ff359b; color:#fff;}
.moms-wrap.calendar .filter .abr a.active:nth-child(1) span{background-image:url(../_Img/Content/calendar-type01o.png)}
.moms-wrap.calendar .filter .abr a.active:nth-child(2) span{background-image:url(../_Img/Content/calendar-type02o.png)}
	@media only screen and (max-width:1200px){
		.moms-wrap.calendar .filter .abr a{ width:54px;}
		.moms-wrap.calendar .filter .abr a span{padding:0; width:54px;height:54px;text-indent:-9999em; background-position:center center !important}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.calendar .filter .month{padding:7px 0}
		.moms-wrap.calendar .filter .month p{font-size:25px;}
		.moms-wrap.calendar .filter .abr a{ width:44px; height:44px;}
		.moms-wrap.calendar .filter .abr a span{width:44px;height:44px}

		.moms-wrap.calendar .filter .abr{display:none;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.calendar .filter .month{padding:5px 0}
		.moms-wrap.calendar .filter .month p{font-size:21px; margin:0 15px; }
		.moms-wrap.calendar .filter .prev{background-size:8px auto}
		.moms-wrap.calendar .filter .next{background-size:8px auto}
		
		.moms-wrap.calendar .filter .abr a{ width:40px; height:40px;}
		.moms-wrap.calendar .filter .abr a span{width:40px;height:40px}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.calendar .filter .month{padding:3px 0}
		.moms-wrap.calendar .filter .abr a{ width:34px; height:34px;}
		.moms-wrap.calendar .filter .month p{font-size:19px; margin:0 10px; }
		.moms-wrap.calendar .filter .abr a span{width:34px;height:34px; background-size:14px auto !important;}
	}

.moms-wrap.calendar .calendar{margin-top:25px;}
.moms-wrap.calendar .calendar.type01 table{}
.moms-wrap.calendar .calendar.type01 table thead th{font-family: 'Jost';background:#f7f7f7; border-left:1px solid #e8e8e8;border-top:1px solid #000;border-bottom:1px solid #e8e8e8;text-transform:uppercase; font-size:16px; font-weight:500; color:#333; line-height:1.2em; text-align:center; padding:19px 0;}
.moms-wrap.calendar .calendar.type01 table thead th:nth-child(1){color:#da272e;border-left:none;}
.moms-wrap.calendar .calendar.type01 table thead th:nth-child(7){color:#1d3a99;}

.moms-wrap.calendar .calendar.type01 table tbody td{border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;}
.moms-wrap.calendar .calendar.type01 table tbody td:nth-child(1){border-left:none}
.moms-wrap.calendar .calendar.type01 table tbody td.before  .con, .moms-wrap.calendar .calendar table tbody td.after .con{opacity:0.2}
.moms-wrap.calendar .calendar.type01 table tbody td .con{padding:15px 10px; min-height:130px;text-align:left;box-sizing:border-box;}
.moms-wrap.calendar .calendar.type01 table tbody td .txt{ font-size:15px; letter-spacing:-0.03em; line-height:1.4em; color:#333; word-break: keep-all; margin-bottom:10px;}
.moms-wrap.calendar .calendar.type01 table tbody td .day{font-family: 'Jost';font-weight:700; color:#000; line-height:1.2em; margin-bottom:10px; font-size:14px;}
.moms-wrap.calendar .calendar.type01 table tbody td a{width:62px;height:28px; text-align:center; line-height:28px; font-size:14px; color:#fff; font-weight:400 ;border-radius:28px; display:inline-block;vertical-align:top;}
.moms-wrap.calendar .calendar.type01 table tbody td a.enter-btn{background:#ff349c}
.moms-wrap.calendar .calendar.type01 table tbody td a.end-btn{background:#b6b6b6;}
.moms-wrap.calendar .calendar.type01 table tbody td:nth-child(1) .day{color:#da272e;}
.moms-wrap.calendar .calendar.type01 table tbody td:nth-child(7) .day{color:#1d3a99;}

.moms-wrap.calendar .calendar.type02{display:none;}
.moms-wrap.calendar .calendar.type02 table{ border-top:1px solid #000;}
.moms-wrap.calendar .calendar.type02 table colgroup{display:none;}
.moms-wrap.calendar .calendar.type02 table thead {display:none;}
.moms-wrap.calendar .calendar.type02 table thead th{font-family: 'Jost';background:#f7f7f7; border-left:1px solid #e8e8e8;border-top:1px solid #000;border-bottom:1px solid #e8e8e8;text-transform:uppercase; font-size:16px; font-weight:500; color:#333; line-height:1.2em; text-align:center; padding:19px 0;}
.moms-wrap.calendar .calendar.type02 table thead th:nth-child(1){color:#da272e;border-left:none;}
.moms-wrap.calendar .calendar.type02 table thead th:nth-child(7){color:#1d3a99;}

.moms-wrap.calendar .calendar.type02 table tbody tr{}
.moms-wrap.calendar .calendar.type02 table tbody tr:after{display:block;content:"";clear:both;}
.moms-wrap.calendar .calendar.type02 table tbody td.before, .moms-wrap.calendar .calendar.type02 table tbody td.after{display:none;}
.moms-wrap.calendar .calendar.type02 table tbody td{display:block;border-bottom:1px solid #e8e8e8;position:relative;padding-left:110px;}
.moms-wrap.calendar .calendar.type02 table tbody td:after{width:110px;height:100%; background:#f4f4f4; position:absolute; left:0; top:0; display:block; content:"";z-index:-1;}
.moms-wrap.calendar .calendar.type02 table tbody td:before{position:absolute; left:50px ;top:20px;font-family: 'Jost';text-transform:uppercase; font-size:14px; font-weight:500; color:#333; line-height:1.2em; text-align:center;}
.moms-wrap.calendar .calendar.type02 table tbody td .con.before, .moms-wrap.calendar .calendar table tbody td .con.after{opacity:0.2}
.moms-wrap.calendar .calendar.type02 table tbody td .con{padding:20px 90px 20px 20px; min-height:50px;text-align:left;box-sizing:border-box;}
.moms-wrap.calendar .calendar.type02 table tbody td .txt{ font-size:15px; letter-spacing:-0.03em; line-height:1.4em; color:#333; word-break: keep-all;}
.moms-wrap.calendar .calendar.type02 table tbody td .day{ position:absolute; left:20px;  width:20px; text-align:center;top:20px;font-family: 'Jost';font-weight:700; color:#000; line-height:1.2em;  font-size:14px;}
.moms-wrap.calendar .calendar.type02 table tbody td a{position:absolute; right:15px; top:15px;width:62px;height:28px; text-align:center; line-height:28px; font-size:14px; color:#fff; font-weight:400 ;border-radius:28px; display:inline-block;vertical-align:top;}
.moms-wrap.calendar .calendar.type02 table tbody td a.enter-btn{background:#ff349c}
.moms-wrap.calendar .calendar.type02 table tbody td a.end-btn{background:#b6b6b6;}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(1) .day{color:#da272e;}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(7) .day{color:#1d3a99;}

.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(1):before{ content:"SUN";color:#da272e;}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(2):before{ content:"MON"}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(3):before{ content:"TUE"}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(4):before{ content:"WED"}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(5):before{ content:"THU"}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(6):before{ content:"FRI"}
.moms-wrap.calendar .calendar.type02 table tbody td:nth-child(7):before{ content:"SAT";color:#1d3a99;}
	@media only screen and (max-width:1200px){
		.moms-wrap.calendar .calendar.type01 table tbody td .txt{ font-size:14px;}
		.moms-wrap.calendar .calendar.type01 table tbody td a{width:58px}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.calendar .calendar{margin-top:10px;}
		.moms-wrap.calendar .calendar.type01{display:none !important;}
		.moms-wrap.calendar .calendar.type02{display:block !important;}

		.moms-wrap.calendar .calendar.type02 table{ border-top:1px solid #000;}
		
		.moms-wrap.calendar .calendar.type02 table tbody td{padding-left:85px;}
		.moms-wrap.calendar .calendar.type02 table tbody td:after{width:85px;}
		.moms-wrap.calendar .calendar.type02 table tbody td:before{left:37px ;top:15px;font-size:13px;}
		.moms-wrap.calendar .calendar.type02 table tbody td .con.before, .moms-wrap.calendar .calendar table tbody td .con.after{opacity:0.2}
		.moms-wrap.calendar .calendar.type02 table tbody td .con{padding:13px 80px 13px 15px; min-height:47px;text-align:left;box-sizing:border-box;}
		.moms-wrap.calendar .calendar.type02 table tbody td .txt{ font-size:14px;}
		.moms-wrap.calendar .calendar.type02 table tbody td .day{left:13px; top:15px; font-size:13px; width:16px; text-align:center;}
		.moms-wrap.calendar .calendar.type02 table tbody td a{right:15px; top:11px;width:58px;height:24px; line-height:24px; font-size:12px; }
	}
	@media only screen and (max-width:680px){
		
	
	}
	@media only screen and (max-width:480px){
		
	}


/*=======================================================
  .moms-wrap.request
=========================================================*/
.moms-wrap.request{}
.moms-wrap.request .gap110{height:110px;}
.moms-wrap.request .gap65{height:65px;}
.moms-wrap.request .gap50{height:50px;}

.moms-wrap.request h2{font-size:60px; text-align:center;letter-spacing:-0.04em; line-height:1.1em; color:#000; font-weight:100;}
	@media only screen and (max-width:1200px){
		.moms-wrap.request .gap110{height:90px;}
		.moms-wrap.request .gap65{height:50px;}
		.moms-wrap.request .gap50{height:40px;}

		.moms-wrap.request h2{font-size:54px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .gap110{height:60px;}
		.moms-wrap.request .gap65{height:30px;}
		.moms-wrap.request .gap50{height:20px;}

		.moms-wrap.request h2{font-size:46px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.request h2{font-size:35px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request h2{font-size:29px;}
	}



.moms-wrap.request .info{position:relative;}
.moms-wrap.request .info:after{display:block; content:"";clear:both}
.moms-wrap.request .info .fl{min-height:850px; width:50%;box-sizing:border-box; padding:65px 75px; }
.moms-wrap.request .info .fl:after{width:2000px; right:50%; top:0;height:100%; position:absolute; display:block; content:"";background:#4b47a9;z-index:-1;}
.moms-wrap.request .info .fr{min-height:850px; width:50%;box-sizing:border-box; padding:65px 75px;}
.moms-wrap.request .info .fr:after{width:2000px; left:50%; top:0;height:100%; position:absolute; display:block; content:"";background:#f8f8f8;z-index:-1;}
	@media only screen and (max-width:1240px){
		.moms-wrap.request .info .fl{min-height:760px;padding:60px 60px}
		.moms-wrap.request .info .fr{min-height:760px;padding:60px 60px}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .info .fl{float:none; width:auto;min-height:auto;padding:50px 45px; position:relative;}
		.moms-wrap.request .info .fl:after{right:0;margin-right:0; width:100%;}
		.moms-wrap.request .info .fr{float:none; width:auto;min-height:auto;padding:50px 45px;position:relative;}
		.moms-wrap.request .info .fr:after{left:0;margin-left:0; width:100%;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.request .info .fl{min-height:auto;padding:40px 45px}
		.moms-wrap.request .info .fr{min-height:auto;padding:40px 45px}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .info .fl{padding:30px 25px}
		.moms-wrap.request .info .fr{padding:30px 25px}
	}
	
.moms-wrap.request .info .fl h3{font-size:30px; font-weight:300; color:#fff; letter-spacing:-0.04em; line-height:1.3em;word-break: keep-all;}
.moms-wrap.request .info .fl ul{margin-top:30px;}
.moms-wrap.request .info .fl li{position:relative;padding:14px 14px 14px 150px;color:#fff;border-bottom:1px solid rgba(255,255,255,0.3);}
.moms-wrap.request .info .fl li:nth-child(n+2){}
.moms-wrap.request .info .fl li .btxt{font-size:16px; font-weight:500; letter-spacing:-0.03em; line-height:1.2em; position:absolute; left:5px; top:14px;}
.moms-wrap.request .info .fl li .stxt{word-break: keep-all; font-size:16px; font-weight:300; letter-spacing:-0.01em; line-height:1.2em;}
.moms-wrap.request .info .fl .agrees{margin-top:35px;}
.moms-wrap.request .info .fl .agrees .ex{font-size:14px; font-weight:300; color:#fff;letter-spacing:-0.03em; line-height:1.45em;word-break: keep-all;}
.moms-wrap.request .info .fl .agrees .field{margin-top:20px;}
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"] + label{ padding-left:30px; font-size:15px; color:#fff; line-height:18px; height:20px; }
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"] + label:before { width:20px; height:20px; background:#7875bf; border:none;  }
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"] + label:after {}
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"]:checked + label{color:#fff;}
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"]:checked + label:before{background:#fff;}
.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"]:checked + label:after { top:5px; left:5px; width:10px; height:10px; background:#474852; }
	
.moms-wrap.request .info .fl .btns{margin-top:40px;}
.moms-wrap.request .info .fl .btns a{display:block; background:#0c0d27; border-radius:4px; line-height:65px; color:#fff; font-size:21px; letter-spacing:-0.04em; text-align:center;}
	@media only screen and (max-width:1240px){
		.moms-wrap.request .info .fl h3{font-size:28px;}
		
		.moms-wrap.request .info .fl ul{margin-top:20px;}
		.moms-wrap.request .info .fl li{padding:13px 13px 13px 120px}
		.moms-wrap.request .info .fl li .btxt{font-size:15px; top:13px;}
		.moms-wrap.request .info .fl li .stxt{font-size:15px;}
		.moms-wrap.request .info .fl .agrees{margin-top:25px;}
		.moms-wrap.request .info .fl .agrees br{display:none;}

		.moms-wrap.request .info .fl .btns{margin-top:30px;}
		.moms-wrap.request .info .fl .btns a{line-height:60px; font-size:19px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .info .fl h3{font-size:26px;}
		.moms-wrap.request .info .fl .btns a{line-height:55px; font-size:17px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.request .info .fl h3{font-size:23px;}
		.moms-wrap.request .info .fl li{padding:10px 10px 10px 110px}
		.moms-wrap.request .info .fl li .btxt{font-size:14px;top:10px;}
		.moms-wrap.request .info .fl li .stxt{font-size:14px;}

		.moms-wrap.request .info .fl .agrees{margin-top:20px;}

		.moms-wrap.request .info .fl .btns{margin-top:20px;}
		.moms-wrap.request .info .fl .btns a{line-height:50px; font-size:15px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .info .fl h3{font-size:20px;}
		.moms-wrap.request .info .fl ul{margin-top:15px;}
		.moms-wrap.request .info .fl .agrees .ex{font-size:13px;}
		.moms-wrap.request .info .fl .agrees .chk-radio input[type="radio"] + label{font-size:14px;}
	}
.moms-wrap.request .info .fr h3{font-size:30px; font-weight:300; color:#434343; letter-spacing:-0.04em; line-height:1.3em;word-break: keep-all;}
.moms-wrap.request .info .fr h3 span{font-weight:500; color:#000;}
.moms-wrap.request .info .fr .vcon{background:#fff; margin-top:55px; min-height:460px;;padding:35px 60px; border-radius:15px; position:relative;}
.moms-wrap.request .info .fr .vcon:after{width:166px;height:262px; background:url(../img/content/story-person.png) no-repeat center center; right:10px; top:-147px; display:block; content:"";position:absolute;}

.moms-wrap.request .info .fr .vcon .vtem:nth-child(n+2){margin-top:55px; padding-top:55px; border-top:1px solid #e8e8e8}
.moms-wrap.request .info .fr .vcon .vtem .cate{display:inline-block;vertical-align:top; width:75px; line-height:30px; text-align:center;border-radius:5px; font-size:13px; font-weight:400; letter-spacing:-0.03em; text-align:center;background:#434343; color:#fff;}
.moms-wrap.request .info .fr .vcon .vtem .txt{margin-top:20px;font-size:24px;font-weight:300; color:#434343;letter-spacing:-0.03em; line-height:1.4em;}
.moms-wrap.request .info .fr .vcon .vtem dl{}
.moms-wrap.request .info .fr .vcon .vtem dt{font-size:18px;font-weight:500; color:#434343;letter-spacing:-0.03em; line-height:1.4em;}
.moms-wrap.request .info .fr .vcon .vtem dd{font-size:18px;font-weight:100; color:#434343;letter-spacing:-0.03em; line-height:1.4em;word-break: keep-all;}
.moms-wrap.request .info .fr .vcon .vtem dd:nth-child(n+2){margin-top:4px;}
	@media only screen and (max-width:1240px){
		.moms-wrap.request .info .fr h3{font-size:28px;}
		.moms-wrap.request .info .fr .vcon{margin-top:40px; padding:25px 40px; min-height:420px;}
		.moms-wrap.request .info .fr .vcon:after{width:140px; height:240px; background-size:100%; right:5px; top:-150px;}
		.moms-wrap.request .info .fr .vcon .vtem:nth-child(n+2){margin-top:35px; padding-top:35px;}
		.moms-wrap.request .info .fr .vcon .vtem .txt{margin-top:15px;font-size:21px;}

		.moms-wrap.request .info .fr .vcon .vtem dt{font-size:17px;}
		.moms-wrap.request .info .fr .vcon .vtem dd{font-size:16px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .info .fr h3{font-size:26px;}
		.moms-wrap.request .info .fr .vcon{margin-top:30px;min-height:auto; padding:20px 30px 40px 30px;}
		.moms-wrap.request .info .fr .vcon:after{right:20px;}
		
		.moms-wrap.request .info .fr .vcon .vtem .cate{ width:65px; line-height:25px; font-size:12px;}
		.moms-wrap.request .info .fr .vcon .vtem .txt{font-size:18px;}
		.moms-wrap.request .info .fr .vcon .vtem dt{font-size:16px;}
		.moms-wrap.request .info .fr .vcon .vtem dd{font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.moms-wrap.request .info .fr h3{font-size:23px;}
		.moms-wrap.request .info .fr .vcon{padding:20px 20px 40px 20px}
		.moms-wrap.request .info .fr .vcon:after{width:120px; height:220px; background-size:100%; right:10px; top:-120px;}
		
		.moms-wrap.request .info .fr .vcon .vtem:nth-child(n+2){margin-top:20px; padding-top:20px;}
		.moms-wrap.request .info .fr .vcon .vtem .txt{font-size:16px; margin-top:10px;}
		.moms-wrap.request .info .fr .vcon .vtem dt{font-size:15px;}
		.moms-wrap.request .info .fr .vcon .vtem dd{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .info .fr h3{font-size:20px;}
		.moms-wrap.request .info .fr .vcon{}
		.moms-wrap.request .info .fr .vcon:after{width:80px; height:180px; background-size:100%; right:10px; top:-100px;}
		.moms-wrap.request .info .fr .vcon .vtem .txt{margin-top:5px;}
		.moms-wrap.request .info .fr .vcon .vtem dd{font-size:13px;}
	}
	

.moms-wrap.request .live{padding:125px 0; border-bottom:1px solid #111;}
.moms-wrap.request .live h3{font-size:30px ;color:#000; font-weight:400; letter-spacing:-0.04em; line-height:1.3em; text-align:center;word-break: keep-all;}
.moms-wrap.request .live .img{text-align:center; margin-top:50px;}
.moms-wrap.request .live .img img{width:100%; max-width:938px;}
	@media only screen and (max-width:1200px){
		.moms-wrap.request .live{padding:100px 0;}
		.moms-wrap.request .live h3{font-size:28px; margin-bottom:20px;}
		.moms-wrap.request .live .img{margin-top:40px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .live{padding:75px 0;}
		.moms-wrap.request .live h3{font-size:26px; margin-bottom:15px;}
	}
	@media only screen and (max-width:880px){
		.moms-wrap.request .live{padding:50px 0;}
		.moms-wrap.request .live h3{font-size:24px; }
		.moms-wrap.request .live .img{margin-top:20px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .live{padding:35px 0;}
		.moms-wrap.request .live h3{font-size:22px; }
	}

.moms-wrap.request .partner{margin-top:120px;text-align:center;}
.moms-wrap.request .partner h3{font-weight:400;color:#000; line-height:1.2em; letter-spacing:-0.04em; font-size:30px ;margin-bottom:25px;}
.moms-wrap.request .partner .stit{font-weight:300;color:#000; line-height:1.4em; letter-spacing:-0.04em; font-size:16px;word-break: keep-all;}
.moms-wrap.request .partner ul{margin:0 -0.5%;margin-top:35px;display:inline-block;vertical-align:top}
.moms-wrap.request .partner ul:after{display:block; content:"";clear:both}
.moms-wrap.request .partner li{float:left; width:24%; margin:0 0.5%}
.moms-wrap.request .partner li a{display:block; border:1px solid #e8e8e8;-webkit-transition: box-shadow 0.3s ease-out;-moz-transition: box-shadow 0.3s ease-out;-o-transition: box-shadow 0.3s ease-out;transition: box-shadow 0.3s ease-out;}
.moms-wrap.request .partner li:nth-child(n+5){margin-top:1%;}
.moms-wrap.request .partner li a:hover{box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)}
.moms-wrap.request .partner li a img{height:82px;}	
	@media only screen and (max-width:1200px){
		.moms-wrap.request .partner{margin-top:90px;}
		.moms-wrap.request .partner h3{font-size:28px; margin-bottom:20px;}
		.moms-wrap.request .partner li a img{height:72px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .partner{margin-top:60px;}
		.moms-wrap.request .partner h3{font-size:26px; margin-bottom:15px;}
		.moms-wrap.request .partner .stit{font-size:15px; padding:0 15px;}
		
		.moms-wrap.request .partner li a img{height:60px;}
	}
	@media only screen and (max-width:880px){
		.moms-wrap.request .partner{margin-top:30px;}
		.moms-wrap.request .partner h3{font-size:23px; }
		.moms-wrap.request .partner .stit br{display:none;}
		.moms-wrap.request .partner ul{margin:0 -1%; margin-top:20px;}
		.moms-wrap.request .partner li{width:48% ;margin:0 1%}
		.moms-wrap.request .partner li:nth-child(n+3){margin-top:2%}
		.moms-wrap.request .partner li a img{height:50px;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .partner h3{font-size:20px; }
		.moms-wrap.request .partner .stit{font-size:14px;}
	}

.moms-wrap.request .alrim{margin-top:70px;text-align:center;}
.moms-wrap.request .alrim h3{font-weight:400;color:#000; line-height:1.2em; letter-spacing:-0.04em; font-size:30px ;margin-bottom:25px;}
.moms-wrap.request .alrim ul{margin:0 -0.5%;margin-top:35px;}
.moms-wrap.request .alrim ul:after{display:block; content:"";clear:both}
.moms-wrap.request .alrim li{float:left; width:24%; margin:0 0.5%}
.moms-wrap.request .alrim li a{display:block; border:1px solid #e8e8e8;position:relative; line-height:80px; font-size:18px; color:#111; text-align:center; font-weight:400;-webkit-transition: box-shadow 0.3s ease-out;-moz-transition: box-shadow 0.3s ease-out;-o-transition: box-shadow 0.3s ease-out;transition: box-shadow 0.3s ease-out;}

.moms-wrap.request .alrim li a span{ display:block; padding:0 40px 0 90px;}
.moms-wrap.request .alrim li a:before{width:40px;height:40px; position:Absolute ;left:20px; top:50%;margin-top:-20px; display:block; content:""}
.moms-wrap.request .alrim li:nth-child(n+5){margin-top:1%;}
.moms-wrap.request .alrim li:nth-child(1) a:before{background:url(../_Img/Content/stroy-alrim01.jpg) no-repeat center center;}
.moms-wrap.request .alrim li:nth-child(2) a:before{background:url(../_Img/Content/stroy-alrim02.jpg) no-repeat center center;}
.moms-wrap.request .alrim li:nth-child(3) a:before{background:url(../_Img/Content/stroy-alrim03.jpg) no-repeat center center;}
.moms-wrap.request .alrim li:nth-child(4) a:before{background:url(../_Img/Content/stroy-alrim04.jpg) no-repeat center center;}

.moms-wrap.request .alrim li a:hover{box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)}
	@media only screen and (max-width:1200px){
		.moms-wrap.request .alrim{margin-top:50px;}
		.moms-wrap.request .alrim h3{font-size:28px; margin-bottom:20px;}
		.moms-wrap.request .alrim li a{line-height:65px; font-size:17px;}
		.moms-wrap.request .alrim li a span{ padding:0 30px 0 70px;}
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .alrim h3{font-size:26px; margin-bottom:15px;}
		.moms-wrap.request .alrim li a{line-height:60px; font-size:16px;}
		.moms-wrap.request .alrim li a span{ padding:0 20px 0 40px;}
	}
	@media only screen and (max-width:880px){
		.moms-wrap.request .alrim{margin-top:30px;}
		.moms-wrap.request .alrim h3{font-size:23px; }
		.moms-wrap.request .alrim ul{margin:0 -1%;}
		.moms-wrap.request .alrim li{width:48% ;margin:0 1%}
		.moms-wrap.request .alrim li:nth-child(n+3){margin-top:2%}
		.moms-wrap.request .alrim li a{line-height:55px; font-size:15px;}
		.moms-wrap.request .alrim li a span{  padding:0 10px 0 40px;}
		.moms-wrap.request .alrim li a:before{left:10px;background-size:25px auto !important;}
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .alrim h3{font-size:20px; }
		.moms-wrap.request .alrim li a:before{left:7px;}
	}

.moms-wrap.request .lower{margin-top:50px;text-align:center;}
.moms-wrap.request .lower .list-btn{width:192px; display:inline-block;vertical-align:top; height:58px;box-sizing:border-box;line-height:55px;border:1px solid #000; font-size:17px; letter-spacing:-0.03em; color:#000; font-weight:400;}
.moms-wrap.request .lower .list-btn:hover{border-color:#333; background:#000;color:#fff;}
	@media only screen and (max-width:1200px){
		.moms-wrap.request .lower .list-btn{width:180px; height:55px; line-height:53px; }
	}
	@media only screen and (max-width:999px){
		.moms-wrap.request .lower{margin-top:30px;}
		.moms-wrap.request .lower .list-btn{width:150px; height:50px; line-height:48px; }
	}
	@media only screen and (max-width:680px){
		.moms-wrap.request .lower .list-btn{width:120px; height:45px; line-height:43px; font-size:16px; }
	}
	@media only screen and (max-width:480px){
		.moms-wrap.request .lower .list-btn{width:100px;height:40px; line-height:38px; font-size:15px;}
	}




/*=======================================================
  .layer-wrap.momRequest
=========================================================*/
.layer-wrap.momRequest{position:fixed;min-width:360px;width:96%; max-width:1120px; box-sizing:border-box; padding-left:268px; margin-left:1100px; left:50% !important;margin-left:100%; background:#fff;border-radius:15px;left:50%; top:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);-webkit-transition: margin-left 1s ease-out;-moz-transition: margin-left 1s ease-out;-o-transition: margin-left 1s ease-out;transition: margin-left 1s ease-out;}
.layer-wrap.momRequest.active{left:50% !important; margin-left:0;}
.layer-wrap.momRequest .close{width:32px;height:32px; position:absolute; right:-55px; top:10px; background:url(../img/sub/layer-close.png) no-repeat center center;}

.layer-wrap.momRequest .is-top{background:#04b9c2; position:absolute; left:0; top:0; width:268px;height:100%;border-top-left-radius:15px;border-bottom-left-radius:15px; display:flex;align-items: center; justify-content: center;}
.layer-wrap.momRequest .is-top .vc{width:100%; text-align:center;}
.layer-wrap.momRequest .is-top h3{font-size:42px; color:#fff; font-weight:100; letter-spacing:-0.04em; line-height:1.15em; padding-top:140px; background:url(../img/sub/layer-logo.png) no-repeat center top}
.layer-wrap.momRequest .is-top p{margin-top:60px; color:#fff;font-size:16px; font-weight:400; letter-spacing:-0.03em; line-height:1.4em;word-break: keep-all;}
.layer-wrap.momRequest .is-top p span{color:#ffea00;display:block; margin-top:15px;}

.layer-wrap.momRequest .is-con{padding:5px 5px;}
.layer-wrap.momRequest .is-con .yscrolls{}
.layer-wrap.momRequest .is-con .yscrolls .ov{padding:40px 90px;}
.layer-wrap.momRequest .is-con .entry {border-bottom:1px solid #e8e8e8; padding-bottom:20px;}
.layer-wrap.momRequest .is-con .entry ul li{position:relative;padding-left:135px;  min-height:35px;}
.layer-wrap.momRequest .is-con .entry ul li:nth-child(n+2){margin-top:9px;}
.layer-wrap.momRequest .is-con .entry ul li .btxt{line-height:35px; font-size:16px; font-weight:400; color:#535353; letter-spacing:-0.03em; position:absolute; left:5px; top:0; padding-left:0;}
.layer-wrap.momRequest .is-con .entry ul li .stxt.b{font-size:18px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.35em;word-break: keep-all;}
.layer-wrap.momRequest .is-con .entry ul li .stxt{font-size:16px; font-weight:400; color:#535353; letter-spacing:-0.03em; line-height:1.35em;word-break: keep-all; padding:7px 0;word-break: keep-all;}
.layer-wrap.momRequest .is-con .entry ul li .stxt .ex{font-size:13px;color:#ff5b0b; margin-left:40px; display:inline-block;vertical-align:top; box-sizing:border-box; line-height:1.2em; padding-top:4px;}
.layer-wrap.momRequest .is-con .entry ul li .stxt.ex{font-size:14px;color:#ff5b0b;margin-top:10px;display:inline-block;vertical-align:top; box-sizing:border-box; line-height:1.2em;}

.layer-wrap.momRequest .is-con .entry .chk-input input{height:35px; padding:0 10px; font-size:15px;}
.layer-wrap.momRequest .is-con .entry .chk-select select{height:35px;padding:0 10px; font-size:15px;}
.layer-wrap.momRequest .is-con .entry .chk-input textarea{height:80px; padding:10px; font-size:15px; line-height:1.5em; resize:none;}

.layer-wrap.momRequest .is-con .entry .post-btn{margin-left:10px;display:inline-block; line-height:35px; box-sizing:border-box; background:#5a5a5a;vertical-align:top; width:100px;color:#fff;font-size:15px; letter-spacing:-0.03em; text-align:center;}
.layer-wrap.momRequest .is-con .entry .post-btn:hover{background:#000;}
.layer-wrap.momRequest .is-con .entry .w80{width:80px;}

.layer-wrap.momRequest .is-con .entry .field.choice{padding:5px 0 4px 0}
.layer-wrap.momRequest .is-con .entry .field.phone{}
.layer-wrap.momRequest .is-con .entry .field.phone .ctxt{display:inline-block;vertical-align:top;line-height:35px; font-size:15px; color:#111; padding:0 5px;}

.layer-wrap.momRequest .is-con .other{margin-top:20px;border-bottom:1px solid #e8e8e8;}
.layer-wrap.momRequest .is-con .other ul{}
.layer-wrap.momRequest .is-con .other li{padding:20px 5px; position:relative;}
.layer-wrap.momRequest .is-con .other li:nth-child(n+2){border-top:1px solid #e8e8e8}
.layer-wrap.momRequest .is-con .other li .btxt{line-height:35px; font-size:16px; font-weight:400; color:#535353; letter-spacing:-0.03em; line-height:1.2em;}
.layer-wrap.momRequest .is-con .other li .arrow{width:28px;height:28px; position:absolute;right:15px; top:18px; display:block; content:""; background:url(../img/Member/agree-arrow01.jpg) no-repeat center center}
.layer-wrap.momRequest .is-con .other li.active .arrow, .layer-wrap.momRequest .is-con .other li.show .arrow{ background-image:url(../img/Member/agree-arrow02.jpg)}
.layer-wrap.momRequest .is-con .other li.active .vc{display:block; height:auto;}
.layer-wrap.momRequest .is-con .other li .vc{overflow:hidden;height:0;}
.layer-wrap.momRequest .is-con .other li .vc .img{margin-top:20px;}
.layer-wrap.momRequest .is-con .other li .vc .img img{width:100%;}
.layer-wrap.momRequest .is-con .other li .vscrolls-box{background:#f9f9f9; margin-top:20px;}
.layer-wrap.momRequest .is-con .other li .vscrolls .txt{ padding:20px; }
.layer-wrap.momRequest .is-con .other li .vscrolls p{font-size:14px; font-weight:300; letter-spacing:-0.03em; line-height:1.8em;color:#777;word-break: keep-all;}
.layer-wrap.momRequest .is-con .other li .slimScrollBar{border-top:5px solid #f9f9f9;border-bottom:5px solid #f9f9f9;}
.layer-wrap.momRequest .is-con .other .chk-check input[type="checkbox"] + label:before{background-image:url(../img/content/layer-agree.jpg); border-radius:0;}
.layer-wrap.momRequest .is-con .other .chk-check input[type="checkbox"]:checked + label:before{background-image:url(../img/content/layer-agreeo.jpg) }

.layer-wrap.momRequest .is-con .btns{margin-top:20px}
.layer-wrap.momRequest .is-con .btns a{display:block; line-height:55px; font-size:21px; color:#fff; letter-spacing:-0.04em; background:#04b9c2;border-radius:5px; text-align:center;}
	@media only screen and (max-width:1280px){
		.layer-wrap.momRequest{max-width:980px; padding-left:230px; margin-top:10px;}
		.layer-wrap.momRequest .close{right:0; top:-45px;background-size:28px auto;}
		.layer-wrap.momRequest .is-top{width:230px;}
		.layer-wrap.momRequest .is-top h3{font-size:37px; padding-top:120px; background-size:95px auto;}
		.layer-wrap.momRequest .is-top p{margin-top:40px; font-size:15px;}
		.layer-wrap.momRequest .is-con .yscrolls .ov{padding:30px 40px;}

		.layer-wrap.momRequest .is-con .btns a{font-size:19px; line-height:50px;}
	}
	@media only screen and (max-width:999px){
		.layer-wrap.momRequest{position:absolute !important; top:0 !important; margin-top:60px;padding-left:0;-webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  -o-transform: translate(-50%, 0);  transform: translate(-50%, 0);}
		.layer-wrap.momRequest .close{right:25px; top:25px; z-index:123; background-size:24px auto;}
		.layer-wrap.momRequest .is-top{width:auto; position:relative; left:auto; top:auto; padding:25px 25px 25px 120px;display:block; min-height:80px;border-bottom-left-radius:0;border-top-right-radius:15px;}
		.layer-wrap.momRequest .is-top:before{width:80px;height:80px; position:absolute; left:25px; top:25px;background:url(../img/sub/layer-logo.png) no-repeat left center; background-size:100% auto; display:block;content:"" ;}
		.layer-wrap.momRequest .is-top h3{ text-align:left;font-size:31px; background:none; padding-top:8px;}
		.layer-wrap.momRequest .is-top h3 br{display:none;}
		.layer-wrap.momRequest .is-top p{ text-align:left; margin-top:7px;}
		.layer-wrap.momRequest .is-top p br{display:none}
		.layer-wrap.momRequest .is-top p span{display:inline; margin-left:20px;}

		.layer-wrap.momRequest .is-con .entry ul li .stxt.ex br{display:none;}
		
		.layer-wrap.momRequest .is-con .yscrolls{height:auto !important}
		.layer-wrap.momRequest .is-con .yscrolls .ov{padding:20px 25px;}
		.layer-wrap.momRequest .is-con .entry .post-btn{width:80px; font-size:14px;}
	
		.layer-wrap.momRequest .is-con .btns a{font-size:17px;}
	}
	@media only screen and (max-width:680px){
		.layer-wrap.momRequest .close{background-size:20px auto; right:20px; top:20px;}
		.layer-wrap.momRequest .is-top{ padding:20px 20px 20px 100px;min-height:70px;}
		.layer-wrap.momRequest .is-top:before{width:60px;height:60px; left:20px; top:20px;}
		.layer-wrap.momRequest .is-top h3{padding-top:0; font-size:27px}
		.layer-wrap.momRequest .is-top p{margin-top:5px; font-size:14px;}
		.layer-wrap.momRequest .is-top p span{display:block; margin-top:0 ;margin-left:0;}
		
		.layer-wrap.momRequest .is-con .entry ul li{padding:0; min-height:auto;}
		.layer-wrap.momRequest .is-con .entry ul li.ab{position:relative; padding-left:70px;}
		.layer-wrap.momRequest .is-con .entry ul li.ab .btxt{left:0; top:0; position:absolute;margin-bottom:0;}
		.layer-wrap.momRequest .is-con .entry ul li:nth-child(n+2){margin-top:15px;}
		.layer-wrap.momRequest .is-con .entry ul li .btxt{position:relative; font-size:15px;line-height:1.2em; margin-bottom:5px;left:auto; top:auto; color:#000; font-weight:400;}
		.layer-wrap.momRequest .is-con .entry ul li .stxt.b{font-size:16px;}
		.layer-wrap.momRequest .is-con .entry ul li .stxt{font-size:15px; padding:0; line-height:1.2em;}
		.layer-wrap.momRequest .is-con .entry ul li .stxt .ex{margin-left:0; margin-top:3px; display:block;padding-top:1px;}
		.layer-wrap.momRequest .is-con .entry ul li .stxt.ex{margin-top:5px;}

		.layer-wrap.momRequest .is-con .entry .chk-input input{font-size:14px;}
		.layer-wrap.momRequest .is-con .entry .chk-select select{font-size:14px;}
		.layer-wrap.momRequest .is-con .entry .chk-input textarea{font-size:14px;}
		
		.layer-wrap.momRequest .is-con .other li{padding:15px 0;}
		.layer-wrap.momRequest .is-con .other li .btxt{font-size:15px;}
		.layer-wrap.momRequest .is-con .other li .arrow{background-size:10px auto; right:0px; top:12px;}
		.layer-wrap.momRequest .is-con .other li .vc .img{margin-top:15px;}
		.layer-wrap.momRequest .is-con .other li .vscrolls-box{margin-top:15px;}
		.layer-wrap.momRequest .is-con .yscrolls .ov{padding:20px 15px;}
		.layer-wrap.momRequest .is-con .other li .vscrolls .txt{ padding:15px; }
	}
	@media only screen and (max-width:480px){
		.layer-wrap.momRequest .close{right:15px; top:15px;}
		.layer-wrap.momRequest .is-top{padding-left:85px;}
		.layer-wrap.momRequest .is-top:before{width:50px;height:50px; left:20px; top:20px;}
		.layer-wrap.momRequest .is-top h3{font-size:24px}
		.layer-wrap.momRequest .is-con .yscrolls .ov{padding:20px 10px;}
	}



/*=======================================================
  .quiz-wrap.main
=========================================================*/
.quiz-wrap.main{padding:25px 0 40px 0}
.quiz-wrap.main .tits{text-align:center;}
.quiz-wrap.main .tits h3{font-size:48px; color:#555; letter-spacing:-0.03em; line-height:1.2em; font-family: 'HakgyoansimDunggeunmisoTTF-B';;}
.quiz-wrap.main .tits p{font-size:24px; font-weight:400; color:#000; letter-spacing:-0.05em; line-height:1.2em; margin-top:10px;}
.quiz-wrap.main .cont{margin-top:60px;}
.quiz-wrap.main .cont ul{margin:0 -10px;}
.quiz-wrap.main .cont ul:after{display:block; content:"";clear:both}
.quiz-wrap.main .cont li{float:left; width:calc(33.33333% - 30px); margin:0 10px;}
.quiz-wrap.main .cont li a{display:block; position:Relative; border-radius: 60px;}
.quiz-wrap.main .cont li .img{}
.quiz-wrap.main .cont li .img img{width:100%}
.quiz-wrap.main .cont li a:after{width:240px; height:74px; position:Absolute;left:50%; bottom:-31px;background:url(../img/content/quiz-mstart.png) no-repeat center center; background-size:100% auto; display:block; content:"";-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.main .cont li a:hover:after{background-image:url(../img/content/quiz-mstarto.png)}

.quiz-wrap.main .cont li .img.desktop{display:block}
.quiz-wrap.main .cont li .img.mobile{display:none;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.main .tits h3{font-size:64px;}
		.quiz-wrap.main .tits p{font-size:22px;}

		.quiz-wrap.main .cont{margin-top:50px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.main .tits h3{font-size:56px;}
		.quiz-wrap.main .tits p{font-size:20px;}
		
		.quiz-wrap.main .cont{margin-top:40px;}
		.quiz-wrap.main .cont ul{margin:0 }
		.quiz-wrap.main .cont li{float:none; width:auto; margin:0;}
		.quiz-wrap.main .cont li:nth-child(n+2){margin-top:20px;}
		.quiz-wrap.main .cont li .img.desktop{display:none}
		.quiz-wrap.main .cont li .img.mobile{display:block;}

		.quiz-wrap.main .cont li a:after{left:7%; width:30%; bottom:7%;height:8vw; min-height:40px;-webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.main .tits h3{font-size:44px;}
		.quiz-wrap.main .tits p{font-size:18px;}

		.quiz-wrap.main .cont{margin-top:30px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.main .tits h3{font-size:36px;}
		.quiz-wrap.main .tits p{font-size:16px;}

	}

/* ======================================================
   .quiz-button
=========================================================*/
.button-con {display: flex; justify-content: space-between; position: absolute; top:85%; left: 50%;  transform: translate(-50%, -50%); width: 60%;}
.quiz-button { padding: 20px 30px; font-size: 30px; background-color: rgba(0, 0, 0, 1);  color:#fff; border: none; border-radius: 10px; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; width:31%;}
.quiz-button a{ color:#fff; font-family: 'TTLaundryGothicB';}
.quiz-button:hover { background-color: rgba(0, 0, 0, 0.9);  transform: scale(1.1); }


	@media only screen and (max-width:480px) {
		.button-con {display: flex; justify-content: space-between;  position: absolute;  top:85%;  left: 50%;  transform: translate(-50%, -50%);width:90%;}
		.quiz-button {padding: 10px 5px; font-size: 17px; border-radius: 5px; width:32%;}
	}

/*=======================================================
  .quiz-wrap.sec
=========================================================*/
.quiz-wrap.sec{padding:0px 0 40px 0;position:Relative;}
.quiz-wrap.sec .sec{position:relative; border-radius:100px; overflow:hidden; min-height:700px; box-sizing:border-box;}
.quiz-wrap.sec .sec.hide{display:none;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec{min-height:auto; overflow:visible}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec{border-radius:50px}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec{border-radius:30px;}
		.quiz-wrap.sec .sec:nth-child(n+2){margin-top:20px}
		.quiz-wrap.sec .sec.hide{display:none;}
	}
	@media only screen and (max-width:480px){
		

	}

.quiz-wrap.sec .sec01 .img{}
.quiz-wrap.sec .sec01 .img img{width:100%;}
.quiz-wrap.sec .sec01 .img .desktop{display:block}
.quiz-wrap.sec .sec01 .img .mobile{display:none;}
.quiz-wrap.sec .sec01 .start-btn{position:absolute; left:50%; bottom:10%; width:25%; height:99px; text-align:Center;background:url(../img/content/quiz-start.png) no-repeat center center;background-size:100% auto;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec01 .start-btn:hover{background-image:url(../img/content/quiz-starto.png) ;}

.quiz-wrap.sec .sec01.quiz .start-btn{background:url(../img/content/quiz-start01.png) no-repeat center center;background-size:100% auto;}
.quiz-wrap.sec .sec01.quiz .start-btn:hover{background-image:url(../img/content/quiz-start01o.png) ;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec01 .start-btn{}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec01 .img .desktop{display:none}
		.quiz-wrap.sec .sec01 .img .mobile{display:block;}

		.quiz-wrap.sec .sec01 .start-btn{left:7%; width:30%; bottom:7%;height:8vw; min-height:40px;-webkit-transform: translateX(0); -moz-transform: translateX(0);-ms-transform: translateX(0); -o-transform:  translateX(0);transform: translateX(0);}
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		

	}

.quiz-wrap.sec .sec02{padding:50px 50px 50px 50px; background:#ffecb1; border:0px solid #111; } 
.quiz-wrap.sec .sec02 .cont{position:relative;background:#fff;text-align:Center; border-radius:70px; box-sizing:border-box; min-height:570px; padding-top:90px; border:5px solid #111;}
.quiz-wrap.sec .sec02 h3{position:absolute ;left:50%; padding:0;min-width:200px; line-height:77px;text-align:center; box-sizing:Border-box; font-weight:300; font-size:40px; color:#fff; letter-spacing:-0.03em; font-family:'SDSamliphopangche_Outline'; top:-38px; padding:0 30px; background:#111; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec02.quiz h3{background:#000; }
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec02{padding:70px 40px 40px 40px;}
		.quiz-wrap.sec .sec02 .cont{padding:40px 40px 40px 40px; min-height:auto; padding-top:70px;}
		.quiz-wrap.sec .sec02  h3{font-size:25px; line-height:65px; min-width:160px; top:-33px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec02{padding:50px 30px 30px 30px;}
		.quiz-wrap.sec .sec02 .cont{padding:30px 30px 40px 30px; padding-top:70px; border-radius:50px;}
		.quiz-wrap.sec .sec02  h3{font-size:21px; line-height:56px; min-width:140px; top:-28px;padding:0 20px; }
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec02{padding:20px 10px 10px 10px;}
		.quiz-wrap.sec .sec02 .cont{padding:20px 20px 20px 20px; padding-top:50px; border-radius:30px;}
		.quiz-wrap.sec .sec02  h3{font-size:18px; line-height:45px; min-width:110px; top:-20px; padding:0 10px; }
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec02 .cont{padding-top:40px}
		.quiz-wrap.sec .sec02  h3{font-size:24px; line-height:40px; min-width:140px;}

	}

/* »óÅÂ¹Ù */
.state{margin-top:0px; margin-bottom:60px; height:5px; position:Relative; background:#fff; border-radius:5px;}
.state .bar{background:#898d90; border-radius:10px; position:Absolute; left:0; top:50%;margin-top:-5px; height:10px; transition:all 0.3s ease-out;}
.state .rtxt{font-size:15px; position:Absolute;right:0; bottom:-25px; line-height:15px; font-size:15px; color:#555;text-align:right;}


	@media only screen and (max-width:999px){
		.sec02 .state .rtxt{font-size:13px;  bottom:-22px;}
		
	}
	@media only screen and (max-width:680px){
		.state{height:3px; margin-bottom:40px;}
		.state .bar{height:8px; margin-top:-4px;}
		.state .rtxt{font-size:11px;  bottom:-20px;}

	}
	@media only screen and (max-width:480px){
		.state .rtxt{font-size:9px; }
	}



.quiz-wrap.sec .sec02 .vtit{font-size:36px ;color:#1a1b5e; letter-spacing:-0.03em; line-height:1.2em; font-family: 'TTLaundryGothicB';}
.quiz-wrap.sec .sec02 .txt{margin-top:30px;text-align:center; }
.quiz-wrap.sec .sec02 .txt ul{}
.quiz-wrap.sec .sec02 .txt li{display:inline-block;vertical-align:top; margin:0 40px;}
.quiz-wrap.sec .sec02 .txt li a{display:block; width:250px; height:250px; padding-top:55px; line-height:1.3em; font-weight:800; box-sizing:border-box; font-family:'SDSamliphopangche_Outline';  font-size:120px; color:#fff;border-radius:50px; position:Relative;}
/*.quiz-wrap.sec .sec02 .txt li a:after{width:32px;height:18px; position:absolute ;left:50%;margin-left:-16px; bottom:30px; background:url(../img/content/quiz-arrow.png) no-repeat center center; display:block ;content:""}*/

.quiz-wrap.sec .sec02 .txt li:nth-child(1) a{background:#6d8765;}
.quiz-wrap.sec .sec02 .txt li:nth-child(2) a{background:#ea9c55;}

.quiz-wrap.sec .sec02.quiz .txt li:nth-child(1) a{background:#44a7a8;}
.quiz-wrap.sec .sec02.quiz .txt li:nth-child(2) a{background:#7867db;}
.quiz-wrap.sec .sec02.quiz .txt li a{font-size:120px; padding-top:50px;}
.quiz-wrap.sec .sec02.quiz .txt li a:after{display:none;}

.quiz-wrap.sec .sec02 .txt li:nth-child(1) a:hover{background:#ddd; color:#000;}
.quiz-wrap.sec .sec02 .txt li:nth-child(2) a:hover{background:#ddd; color:#000;}

/*.quiz-wrap.sec .sec02 .txt li a:hover{background:#ddd !important; color:#000;}*/
.quiz-wrap.sec .sec02 .txt li a:hover:after{background-image:url(../img/content/quiz-arrowo.png)}

.quiz-wrap.sec .sec02 .lower{margin-top:50px;text-align:center;}
.quiz-wrap.sec .sec02 .lower .next-btn{display:inline-block;vertical-align:top; width:160px;height:50px; text-align:left; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec02 .lower .next-btn:after{width:50px;height:50px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/content/next-arrow.jpg) no-repeat center center}

.quiz-wrap.sec .sec02 .lower .prev-btn{display:inline-block;vertical-align:top; width:160px;height:50px; text-align:right; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec02 .lower .prev-btn:after{width:50px;height:50px; position:absolute;left:5px; top:0;display:Block; content:"";background:url(../img/content/prev-arrow.jpg) no-repeat center center}


	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec02 .vtit{font-size:29px ;}
		
		.quiz-wrap.sec .sec02 .txt{margin-top:75px;}
		.quiz-wrap.sec .sec02 .txt li{margin:0 30px;}
		.quiz-wrap.sec .sec02 .txt li a{width:160px; height:160px; padding-top:50px; font-size:64px}
		.quiz-wrap.sec .sec02 .txt li a:after{background-size:24px auto; bottom:20px;}

		.quiz-wrap.sec .sec02.quiz .txt li a{font-size:85px; padding-top:45px;}

		.quiz-wrap.sec .sec02 .lower .next-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec02 .lower .next-btn:after{width:45px;height:45px; }

		.quiz-wrap.sec .sec02 .lower .prev-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec02 .lower .prev-btn:after{width:45px;height:45px; }
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec02 .vtit{font-size:25px ;}
		
		.quiz-wrap.sec .sec02 .txt{margin-top:50px;}
		.quiz-wrap.sec .sec02 .txt li{margin:0 20px;}
		.quiz-wrap.sec .sec02 .txt li a{width:140px; height:140px; padding-top:40px; font-size:52px}
		.quiz-wrap.sec .sec02 .txt li a:after{background-size:18px auto; bottom:15px;}

		.quiz-wrap.sec .sec02.quiz .txt li a{font-size:70px; padding-top:40px;}

		.quiz-wrap.sec .sec02 .lower .next-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec02 .lower .next-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec02 .lower .prev-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec02 .lower .prev-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec02 .vtit{font-size:21px ;}
		
		.quiz-wrap.sec .sec02 .txt{margin-top:20px;}
		.quiz-wrap.sec .sec02 .txt li{margin:0 10px;}
		.quiz-wrap.sec .sec02 .txt li a{width:120px; height:120px; padding-top:35px; font-size:44px}
		.quiz-wrap.sec .sec02 .txt li a:after{background-size:14px auto; bottom:10px;}

		.quiz-wrap.sec .sec02.quiz .txt li a{font-size:60px;padding-top:35px;}

		.quiz-wrap.sec .sec02 .lower .next-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec02 .lower .next-btn:after{width:35px;height:35px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec02 .lower .prev-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec02 .lower .prev-btn:after{width:35px;height:35px;  background-size:10px auto; left:0;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec02 .vtit{font-size:18px ;}
		.quiz-wrap.sec .sec02 .txt li{margin:0 5px;}
		.quiz-wrap.sec .sec02 .txt li a{width:100px; height:100px; padding-top:30px; font-size:36px}
		.quiz-wrap.sec .sec02 .txt li a:after{background-size:14px auto; bottom:10px;}

		.quiz-wrap.sec .sec02.quiz .txt li a{font-size:50px; padding-top:20px}

	}
	@media only screen and (max-width:400px){
		.quiz-wrap.sec .sec02 .txt li a{width:80px; height:80px; padding-top:20px; font-size:32px}
		.quiz-wrap.sec .sec02.quiz .txt li a{font-size:45px; padding-top:22px}
		.quiz-wrap.sec .sec02 .txt li a:after{background-size:10px auto; bottom:5px;}

		.quiz-wrap.sec .sec02 .lower .next-btn{font-size:15px;}
		.quiz-wrap.sec .sec02 .lower .next-btn:after{ background-size:8px auto}

		.quiz-wrap.sec .sec02 .lower .prev-btn{font-size:15px;}
		.quiz-wrap.sec .sec02 .lower .prev-btn:after{ background-size:8px auto}
	}


.quiz-wrap.sec .sec03{padding:80px 50px 50px 50px;background:#ffecb1;} 
.quiz-wrap.sec .sec03 .cont{position:relative;background:#fff;text-align:left; border-radius:70px; box-sizing:border-box; min-height:570px; padding:40px 50px 40px 50px;padding-top:80px;  border:5px solid #111;}
.quiz-wrap.sec .sec03 h3{position:absolute ;left:50%; padding:0; min-width:200px;line-height:77px;  box-sizing:border-box; text-align:center;font-weight:300; font-size:40px; color:#fff; letter-spacing:-0.03em; font-family: 'SDSamliphopangche_Outline'; top:-38px; padding:0 30px; background:#111; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec03.quiz h3{background:#111; }
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec03{padding:40px 40px 40px 40px;}
		.quiz-wrap.sec .sec03 .cont{padding:40px 40px 40px 40px; padding-top:70px}
		.quiz-wrap.sec .sec03  h3{font-size:25px; line-height:65px; min-width:160px; top:-33px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec03{padding:40px 30px 30px 30px;}
		.quiz-wrap.sec .sec03 .cont{padding:30px 30px 40px 30px; padding-top:70px; border-radius:15px;}
		.quiz-wrap.sec .sec03  h3{font-size:21px; line-height:56px; min-width:140px; top:-28px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec03{padding:40px 10px 20px 10px;}
		.quiz-wrap.sec .sec03 .cont{padding:20px 10px 20px 10px; padding-top:50px; border-radius:30px;}
		.quiz-wrap.sec .sec03  h3{font-size:18px; line-height:45px; min-width:110px; top:-20px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec03 .cont{padding-top:40px}
		.quiz-wrap.sec .sec03  h3{font-size:24px; line-height:40px; min-width:140px;}

	}

.quiz-wrap.sec .sec03 h4{font-size:20px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; margin-bottom:15px; padding-left:10px; }

.quiz-wrap.sec .sec03 .entry{}
.quiz-wrap.sec .sec03 .entry ul{}
.quiz-wrap.sec .sec03 .entry ul:after{display:block; content:"";clear:both}
.quiz-wrap.sec .sec03 .entry li{float:left; position:Relative; width:33.33333%; box-sizing:border-box; padding-left:95px;}

/*ÀÌº¥Æ®ÇÒ°æ¿ì ÁÖ¼® »èÁ¦*/
.quiz-wrap.sec .sec03 .entry li:nth-child(2){width:66.66666%;}
.quiz-wrap.sec .sec03 .entry li:nth-child(n+3){margin-top:10px;}
/*ÀÌº¥Æ®ÇÒ°æ¿ì ÁÖ¼® »èÁ¦*/

.quiz-wrap.sec .sec03 .entry li .btxt{line-height:45px; position:Absolute ;left:25px; top:0; color:#333; font-weight:400; font-size:15px;letter-spacing:-0.03em; }
.quiz-wrap.sec .sec03 .entry li .ctxt{display:inline-block;vertical-align:top;line-height:45px;color:#333; font-weight:400; letter-spacing:-0.03em; margin-left:15px; font-size:15px;}
.quiz-wrap.sec .sec03 .entry li .chk-input{}
.quiz-wrap.sec .sec03 .entry li .chk-input input{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}

.quiz-wrap.sec .sec03 .entry li .chk-select select{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}
.quiz-wrap.sec .sec03 .entry li .field.choice{padding-top:12px;}

.quiz-wrap.sec .sec03 .entry .w90p{width:90%}
.quiz-wrap.sec .sec03 .entry .w210{width:210px}
.quiz-wrap.sec .sec03 .entry .w150{width:150px}
.quiz-wrap.sec .sec03 .entry .w95{width:95px}


	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec03 h4{font-size:19px; padding-left:5px;}
		.quiz-wrap.sec .sec03 .entry li{width:50%}
		.quiz-wrap.sec .sec03 .entry li:nth-child(2){width:50%;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec03 h4{font-size:18px;margin-bottom:10px;}
		.quiz-wrap.sec .sec03 .entry li .btxt{line-height:40px; left:15px;}
		.quiz-wrap.sec .sec03 .entry li .ctxt{line-height:40px; font-size:14px; margin-left:10px;}
		.quiz-wrap.sec .sec03 .entry li .chk-input input{height:40px; }

		.quiz-wrap.sec .sec03 .entry .w210{width:180px}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec03 h4{font-size:17px;}
		
		.quiz-wrap.sec .sec03 .entry li{width:100%; padding-left:75px;}
		.quiz-wrap.sec .sec03 .entry li:nth-child(2){width:100%;}
		.quiz-wrap.sec .sec03 .entry li:nth-child(n+2){margin-top:10px;}
		.quiz-wrap.sec .sec03 .entry .w90p{width:100%}
		.quiz-wrap.sec .sec03 .entry .w210{width:100%}
		.quiz-wrap.sec .sec03 .entry .w150{width:100%}
		.quiz-wrap.sec .sec03 .entry .w95{width:80px}

		.quiz-wrap.sec .sec03 .entry li .btxt{line-height:40px; left:5px; font-size:15px; }
		.quiz-wrap.sec .sec03 .entry li .chk-input input{height:40px; font-size:5px;}
		.quiz-wrap.sec .sec03 .entry li .chk-select select{font-size:15px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec03 h4{font-size:16px;}
		.quiz-wrap.sec .sec03 .entry .w95{width:60px}

	}

/* 2024 Ãß°¡ ¼öÁ¤ entry02 */

.quiz-wrap.sec .sec03 .entry02{}
.quiz-wrap.sec .sec03 .entry02 ul{}
.quiz-wrap.sec .sec03 .entry02 ul:after{display:block; content:"";clear:both}
.quiz-wrap.sec .sec03 .entry02 li{float:left; position:Relative; width:100%; box-sizing:border-box; padding-left:95px;}
/*.quiz-wrap.sec .sec03 .entry02 li:nth-child(2){width:66.66666%;}
.quiz-wrap.sec .sec03 .entry02 li:nth-child(n+3){margin-top:10px;}ÀÌº¥Æ®ÇÒ°æ¿ì ÁÖ¼® »èÁ¦*/


.quiz-wrap.sec .sec03 .entry02 li .btxt{line-height:45px; position:Absolute ;left:25px; top:0; color:#333; font-weight:400; font-size:15px;letter-spacing:-0.03em; }
.quiz-wrap.sec .sec03 .entry02 li .ctxt{display:inline-block;vertical-align:top;line-height:45px;color:#333; font-weight:400; letter-spacing:-0.03em; margin-left:15px; font-size:15px;}
.quiz-wrap.sec .sec03 .entry02 li .chk-input{}
.quiz-wrap.sec .sec03 .entry02 li .chk-input input{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}

.quiz-wrap.sec .sec03 .entry02 li .chk-select select{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}
.quiz-wrap.sec .sec03 .entry02 li .field.choice{padding-top:12px;}

.quiz-wrap.sec .sec03 .entry02 .w90p{width:90%}
.quiz-wrap.sec .sec03 .entry02 .w210{width:210px}
.quiz-wrap.sec .sec03 .entry02 .w150{width:150px}
.quiz-wrap.sec .sec03 .entry02 .w95{width:95px}


	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec03 h4{font-size:19px; padding-left:5px;}
		.quiz-wrap.sec .sec03 .entry02 li{width:50%}
		.quiz-wrap.sec .sec03 .entry02 li:nth-child(2){width:50%;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec03 h4{font-size:18px;margin-bottom:10px;}
		.quiz-wrap.sec .sec03 .entry02 li .btxt{line-height:40px; left:15px;}
		.quiz-wrap.sec .sec03 .entry02 li .ctxt{line-height:40px; font-size:14px; margin-left:10px;}
		.quiz-wrap.sec .sec03 .entry02 li .chk-input input{height:40px; }

		.quiz-wrap.sec .sec03 .entry02 .w210{width:180px}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec03 h4{font-size:17px;}
		
		.quiz-wrap.sec .sec03 .entry02 li{width:100%; padding-left:75px;}
		.quiz-wrap.sec .sec03 .entry02 li:nth-child(2){width:100%;}
		.quiz-wrap.sec .sec03 .entry02 li:nth-child(n+2){margin-top:10px;}
		.quiz-wrap.sec .sec03 .entry02 .w90p{width:100%}
		.quiz-wrap.sec .sec03 .entry02 .w210{width:100%}
		.quiz-wrap.sec .sec03 .entry02 .w150{width:100%}
		.quiz-wrap.sec .sec03 .entry02 .w95{width:80px}

		.quiz-wrap.sec .sec03 .entry02 li .btxt{line-height:40px; left:5px; font-size:14px; }
		.quiz-wrap.sec .sec03 .entry02 li .chk-input input{height:40px; font-size:14px;}
		.quiz-wrap.sec .sec03 .entry02 li .chk-select select{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec03 h4{font-size:16px;}
		.quiz-wrap.sec .sec03 .entry02 .w95{width:60px}

	}




.quiz-wrap.sec .sec03 .provision{padding-top:23px; margin-top:23px; border-top:1px solid #e0e0e0}

.quiz-wrap.sec .sec03 .vscrolls{height:150px; border:1px solid #ddd; background:#f6f7f9; border-radius:10px; padding:20px;box-sizing:Border-box; padding:20px;}
.quiz-wrap.sec .sec03 .vscrolls p{font-size:16px; font-weight:400 ;color:#000 ;letter-spacing:-0.03em; line-height:1.4em;}
.quiz-wrap.sec .sec03 .vscrolls p.b{font-weight:700; margin-bottom:15px;}

.quiz-wrap.sec .sec03 .agrees{margin-top:15px;}

.quiz-wrap.sec .sec03 .lower{margin-top:20px;text-align:center;}
.quiz-wrap.sec .sec03 .lower .next-btn{display:inline-block;vertical-align:top; width:160px;height:50px; text-align:left; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec03 .lower .next-btn:after{width:50px;height:50px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/content/next-arrow.jpg) no-repeat center center}

.quiz-wrap.sec .sec03 .lower .prev-btn{display:inline-block;vertical-align:top; width:160px;height:50px; text-align:right; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec03 .lower .prev-btn:after{width:50px;height:50px; position:absolute;left:5px; top:0;display:Block; content:"";background:url(../img/content/prev-arrow.jpg) no-repeat center center}

	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec03 .provision{padding-top:20px; margin-top:20px;}
		.quiz-wrap.sec .sec03 .vscrolls p{font-size:16px; }

		.quiz-wrap.sec .sec03 .lower .next-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec03 .lower .next-btn:after{width:45px;height:45px; }

		.quiz-wrap.sec .sec03 .lower .prev-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec03 .lower .prev-btn:after{width:45px;height:45px; }
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec03 .vscrolls{height:120px;}
		.quiz-wrap.sec .sec03 .provision{padding-top:15px; margin-top:15px;}
		.quiz-wrap.sec .sec03 .vscrolls p{font-size:15px; }

		.quiz-wrap.sec .sec03 .lower .next-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec03 .lower .next-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec03 .lower .prev-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec03 .lower .prev-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec03 .vscrolls{padding:15px;}
		.quiz-wrap.sec .sec03 .vscrolls p{font-size:14px; }

		.quiz-wrap.sec .sec03 .lower .next-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec03 .lower .next-btn:after{width:35px;height:35px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec03 .lower .prev-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec03 .lower .prev-btn:after{width:35px;height:35px;  background-size:10px auto; left:0;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec03 .vscrolls p{font-size:13px; }
		
		.quiz-wrap.sec .sec03 .lower .next-btn{font-size:15px;}
		.quiz-wrap.sec .sec03 .lower .next-btn:after{ background-size:8px auto}

		.quiz-wrap.sec .sec03 .lower .prev-btn{font-size:15px;}
		.quiz-wrap.sec .sec03 .lower .prev-btn:after{ background-size:8px auto}
	}

	
.quiz-wrap.sec .sec04{padding:80px 50px 50px 50px;background:#ffecb1;} 
.quiz-wrap.sec .sec04 .cont{position:relative;background:#fff;text-align:left; border-radius:70px; box-sizing:border-box; min-height:570px; padding:50px 50px 50px 50px;padding-top:90px; border:5px solid #111;}
.quiz-wrap.sec .sec04 h3{position:absolute ;left:50%; padding:0; min-width:200px; line-height:77px;text-align:center; box-sizing:border-box; font-weight:300; font-size:40px; color:#fff; letter-spacing:-0.03em; font-family:'SDSamliphopangche_Outline'; top:-38px; padding:0 30px; background:#111; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec04.quiz h3{background:#111;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec04{padding:70px 40px 40px 40px;}
		.quiz-wrap.sec .sec04 .cont{padding:40px 40px 40px 40px; padding-top:70px; min-height:auto;}
		.quiz-wrap.sec .sec04  h3{font-size:25px; line-height:65px; min-width:160px; top:-33px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec04{padding:50px 30px 30px 30px;}
		.quiz-wrap.sec .sec04 .cont{padding:30px 30px 40px 30px; padding-top:70px; border-radius:50px;}
		.quiz-wrap.sec .sec04  h3{font-size:21px; line-height:56px; min-width:140px; top:-28px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec04{padding:40px 10px 20px 10px;}
		.quiz-wrap.sec .sec04 .cont{padding:20px 20px 20px 20px; padding-top:50px; border-radius:30px;}
		.quiz-wrap.sec .sec04  h3{font-size:18px; line-height:45px; min-width:110px; top:-20px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec04 .cont{padding-top:40px}
		.quiz-wrap.sec .sec04  h3{font-size:24px; line-height:40px; min-width:120px;}

	}


.quiz-wrap.sec .sec04 .point{position:relative;text-align:center; padding:0px 0 20px 0; z-index:2;}
.quiz-wrap.sec .sec04 .point:after{width:120px;height:120px ;z-index:-1;position:absolute;right:70px; bottom:0; background:url(../img/content/quiz-person.png) no-repeat center bottom; display:block; content:""}
.quiz-wrap.sec .sec04 .point p{ font-family: 'TTLaundryGothicB'; font-size:33px; color:#000; letter-spacing:-0.03em; line-height:70px; display:inline-block;vertical-align:top; position:relative;padding-left:60px;}
.quiz-wrap.sec .sec04 .point p span{font-size:70px; font-family: 'TTLaundryGothicB'; font-weight:800; color:#fc6e48; letter-spacing:-0.03em;line-height:0.7em;position:absolute; left:0; top:0px;}

.quiz-wrap.sec .sec04 .point .btxt{ font-size:44px; color:#000; letter-spacing:-0.03em; line-height:50px; display:inline-block;vertical-align:top; position:relative; font-weight:600; padding-left:0px;}
.quiz-wrap.sec .sec04 .point .btxt02{ font-size:36px; color:#000; letter-spacing:-0.03em; line-height:50px; display:inline-block;vertical-align:top; position:relative; font-weight:600; padding-left:0px;}
.quiz-wrap.sec .sec04 .point .stxt{ font-size:22px; padding-left:0px; line-height: 32px;    display:block;}

.quiz-wrap.sec .sec04 .effort{position:relative;text-align:center; padding:20px 0 70px 0; z-index:2;}
.quiz-wrap.sec .sec04 .effort:after{width:160px;height:160px ;z-index:-1;position:absolute;right:110px; bottom:0; background:url(../img/content/quiz-person.png) no-repeat center bottom; display:block; content:""}
.quiz-wrap.sec .sec04 .effort p{ font-family: 'TTLaundryGothicB'; font-size:33px; color:#1a1b5e; letter-spacing:-0.03em; line-height:1.3em; display:inline-block;vertical-align:top; position:relative;}

.quiz-wrap.sec .sec04 .txt{background:#f1f1f1; text-align:center; padding:35px 35px; border-radius: 30px;}
.quiz-wrap.sec .sec04 .txt .btxt{font-size:30px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.3em;}
.quiz-wrap.sec .sec04 .txt .stxt{font-size:20px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:1.3em; margin-top:10px;}

.quiz-wrap.sec .sec04 .result{background:#fafafa; text-align:center; padding:65px 35px;position:Relative;}
.quiz-wrap.sec .sec04 .result h4{width:128px;height:44px; top:-22px; left:50%;position:absolute; background:#5b5b5b; line-height:44px; border-radius:44px; text-align:center; font-family: 'HakgyoansimDunggeunmisoTTF-B'; font-size:24px; color:#fff; letter-spacing:-0.04em;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec04 .result .btxt{font-size:36px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.3em;}
.quiz-wrap.sec .sec04 .result .btxt span{color:#ff7200;}
.quiz-wrap.sec .sec04 .result .stxt{font-size:20px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:1.4em; margin-top:10px;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec04 .point:after{width:110px;height:160px ; background-size:100% auto; right:90px;}
		
		.quiz-wrap.sec .sec04 .point p{font-size:29px ; padding-left:90px}
		.quiz-wrap.sec .sec04 .point p span{font-size:100px; top:-27px} 
		.quiz-wrap.sec .sec04 .point .btxt{ font-size:29px;}
		.quiz-wrap.sec .sec04 .point .btxt02{ font-size:24px;}
		.quiz-wrap.sec .sec04 .point .stxt{ font-size:18px;}

		.quiz-wrap.sec .sec04 .effort{padding:40px 0 60px 0}
		.quiz-wrap.sec .sec04 .effort:after{width:110px;height:160px ; background-size:100% auto; right:90px;}
		.quiz-wrap.sec .sec04 .effort p{font-size:29px;}
		
		.quiz-wrap.sec .sec04 .txt{padding:60px 30px}
		.quiz-wrap.sec .sec04 .txt .btxt{font-size:22px;}
		.quiz-wrap.sec .sec04 .txt .stxt{font-size:22px;}

		.quiz-wrap.sec .sec04 .result{padding:50px 25px;}
		.quiz-wrap.sec .sec04 .result h4{width:110px;height:38px; top:-18px;line-height:38px; font-size:21px;}
		.quiz-wrap.sec .sec04 .result .btxt{font-size:31px;}
		.quiz-wrap.sec .sec04 .result .stxt{font-size:20px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec04 .point{padding:20px 0}
		.quiz-wrap.sec .sec04 .point:after{width:110px;height:160px; right:70px;}
		.quiz-wrap.sec .sec04 .point p{font-size:25px ; padding-left:80px}
		.quiz-wrap.sec .sec04 .point p span{font-size:90px; top:-20px}
		.quiz-wrap.sec .sec04 .point .btxt{ font-size:25px;}
		.quiz-wrap.sec .sec04 .point .btxt02{ font-size:22px;}

		.quiz-wrap.sec .sec04 .effort{padding:30px 0 50px 0}
		.quiz-wrap.sec .sec04 .effort:after{width:110px;height:160px; right:70px;}
		.quiz-wrap.sec .sec04 .effort p{font-size:25px;}

		.quiz-wrap.sec .sec04 .txt{padding:50px 20px}
		.quiz-wrap.sec .sec04 .txt .btxt{font-size:20px;}
		.quiz-wrap.sec .sec04 .txt .stxt{font-size:20px;}

		.quiz-wrap.sec .sec04 .result{padding:40px 20px;}
		.quiz-wrap.sec .sec04 .result h4{width:110px;height:34px; top:-17px;line-height:34px; font-size:18px;}
		.quiz-wrap.sec .sec04 .result .btxt{font-size:27px;}
		.quiz-wrap.sec .sec04 .result .stxt{font-size:18px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec04 .point:after{width:80px;height:120px; right:30px;}
		.quiz-wrap.sec .sec04 .point p{font-size:21px ; padding-left:70px}
		.quiz-wrap.sec .sec04 .point p span{font-size:80px; top:-15px} 
		.quiz-wrap.sec .sec04 .point .btxt{ font-size:21px;}
		.quiz-wrap.sec .sec04 .point .btxt02{ font-size:18px; line-height:24px;}
		.quiz-wrap.sec .sec04 .point .stxt{ font-size:16px;}

		.quiz-wrap.sec .sec04 .effort{padding:20px 0 40px 0}
		.quiz-wrap.sec .sec04 .effort:after{width:80px;height:120px; right:30px;}
		.quiz-wrap.sec .sec04 .effort p{font-size:22px;}

		.quiz-wrap.sec .sec04 .txt{padding:40px 20px}
		.quiz-wrap.sec .sec04 .txt .btxt{font-size:18px;}
		.quiz-wrap.sec .sec04 .txt .stxt{font-size:18px;}

		.quiz-wrap.sec .sec04 .result{padding:40px 10px;}
		.quiz-wrap.sec .sec04 .result h4{width:100px;height:30px; top:-15px;line-height:30px; font-size:16px;}
		.quiz-wrap.sec .sec04 .result .btxt{font-size:24px;}
		.quiz-wrap.sec .sec04 .result .stxt{font-size:16px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec04 .point{padding:10px 0}
		.quiz-wrap.sec .sec04 .point:after{width:60px;height:60px; right:10px;}
		.quiz-wrap.sec .sec04 .point p{font-size:24px ; padding-left:50px;  line-height:60px;}
		.quiz-wrap.sec .sec04 .point p span{font-size:60px; top:0; } 
		.quiz-wrap.sec .sec04 .point .btxt{ font-size:17px;}
		.quiz-wrap.sec .sec04 .point .btxt02{ font-size:17px;}
		.quiz-wrap.sec .sec04 .point .stxt{ font-size:15px;}

		.quiz-wrap.sec .sec04 .effort:after{width:60px;height:100px; right:10px;}
		.quiz-wrap.sec .sec04 .effort p{font-size:20px;}

		.quiz-wrap.sec .sec04 .txt{padding:30px 20px}
		.quiz-wrap.sec .sec04 .txt .btxt{font-size:20px;}
		.quiz-wrap.sec .sec04 .txt .stxt{font-size:15px;}

		.quiz-wrap.sec .sec04 .result h4{width:80px;height:26px; top:-13px;line-height:26px; font-size:14px;}
		.quiz-wrap.sec .sec04 .result .btxt{font-size:21px;}
		.quiz-wrap.sec .sec04 .result .stxt{font-size:14px;}
	}
	@media only screen and (max-width:400px){
		.quiz-wrap.sec .sec04 .point:after{width:50px;height:100px; right:0;}
		.quiz-wrap.sec .sec04 .effort:after{width:50px;height:100px; right:0;}
	}

.quiz-wrap.sec .sec04 .lower{margin-top:25px;text-align:center;}
.quiz-wrap.sec .sec04 .lower .restart-btn{display:inline-block;vertical-align:top; width:280px;height:50px; text-align:left; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec04 .lower .restart-btn:after{width:50px;height:50px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/content/next-arrow.jpg) no-repeat center center}

.quiz-wrap.sec .sec04 .lower .test-btn{display:inline-block;vertical-align:top; width:280px;height:50px; text-align:left; border-radius:50px; padding:0 25px; position:Relative; background:#6e93ee; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec04 .lower .test-btn:after{width:50px;height:50px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/content/next-arrow.jpg) no-repeat center center}

	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec04 .lower .restart-btn{width:260px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec04 .lower .restart-btn:after{width:45px;height:45px; }
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec04 .lower .restart-btn{width:240px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec04 .lower .restart-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec04 .lower{margin-top:20px;}
		.quiz-wrap.sec .sec04 .lower .restart-btn{width:220px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec04 .lower .restart-btn:after{width:35px;height:35px;  background-size:10px auto; right:0;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec04 .lower .restart-btn{width:200px;font-size:15px; margin-top:5px;}
		.quiz-wrap.sec .sec04 .lower .restart-btn:after{ background-size:8px auto}
	}



.quiz-wrap.sec .sec05{padding:50px 50px 50px 50px; background:#ffecb1; border:0px solid #111;} 
.quiz-wrap.sec .sec05 .cont{position:relative;background:#fff;text-align:left; border-radius:70px; box-sizing:border-box; min-height:570px; padding:50px 50px 0 50px;padding-top:90px; border:5px solid #111;}
.quiz-wrap.sec .sec05 h3{position:absolute ;left:50%; padding:0; min-width:200px; line-height:77px;text-align:center; box-sizing:border-box; font-weight:300; font-size:40px; color:#fff; letter-spacing:-0.03em;  font-family: 'SDSamliphopangche_Outline'; top:-38px; padding:0 30px; background:#18c1bc; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec05.quiz h3{background:#111;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec05{padding:70px 40px 40px 40px;}
		.quiz-wrap.sec .sec05 .cont{padding:40px 40px 40px 40px; min-height:auto; padding-top:70px}
		.quiz-wrap.sec .sec05  h3{font-size:25px; line-height:65px; min-width:160px; top:-33px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec05{padding:50px 30px 30px 30px;}
		.quiz-wrap.sec .sec05 .cont{padding:30px 30px 40px 30px; padding-top:70px; border-radius:50px;}
		.quiz-wrap.sec .sec05  h3{font-size:21px; line-height:56px; min-width:140px; top:-28px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec05{padding:20px 10px 10px 10px;}
		.quiz-wrap.sec .sec05 .cont{padding:20px 20px 20px 20px; padding-top:50px; border-radius:30px;}
		.quiz-wrap.sec .sec05  h3{font-size:18px; line-height:45px; min-width:110px; top:-20px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec05 .cont{padding-top:30px}
		.quiz-wrap.sec .sec05  h3{font-size:24px; line-height:40px; min-width:120px;}

	}

.quiz-wrap.sec .sec05 .vtit{position:relative;text-align:center; padding:0px 0 40px 0}
.quiz-wrap.sec .sec05 .vtit p{ font-family: 'TTLaundryGothicB';font-size:33px; color:#1a1b5e; letter-spacing:-0.03em; line-height:1.3em; display:inline-block;vertical-align:top; position:relative;}
.quiz-wrap.sec .sec05 .vtit .stxt{ font-size:24px; color:#00ae44; letter-spacing:-0.03em; line-height:1.6em; display:block;vertical-align:bottom; position:relative; font-weight:500; padding-top:10px;}
.quiz-wrap.sec .sec05 .vtit .stxt span{ font-size:36px; font-weight:500;vertical-align:bottom;}

.quiz-wrap.sec .sec05 .result{background:#f1f1f1; text-align:center; padding:40px 35px;position:Relative; border-radius: 20px;}
.quiz-wrap.sec .sec05 .result h4{width:128px;height:44px; top:-22px; left:50%;position:absolute; background:#5b5b5b; line-height:44px; border-radius:44px; text-align:center;font-family: 'TTLaundryGothicB'; font-size:24px; color:#fff; letter-spacing:-0.04em;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sec .sec05 .result ul{}
.quiz-wrap.sec .sec05 .result li{position:relative; padding-left:110px;text-align:left; min-height:42px;}
.quiz-wrap.sec .sec05 .result li:nth-child(n+2){margin-top:10px;}
.quiz-wrap.sec .sec05 .result .btxt{position:absolute; left:0; top:0; width:78px; height:42px; border-radius:42px; line-height:44px;text-align:center; background:#ffe400; color:#000; font-size:20px;font-family: 'TTLaundryGothicB';}
.quiz-wrap.sec .sec05 .result .stxt{padding-top:5px;font-size:18px; color:#111; font-weight:600; letter-spacing:-0.05em; line-height:1.65em; }
.quiz-wrap.sec .sec05 .result .stxt.answer{padding:0;font-size:36px; line-height:42px; color:#7867db;font-family: 'TTLaundryGothicB';font-weight:800;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec05 .vtit{padding:20px 0 70px 0}
		.quiz-wrap.sec .sec05 .vtit p{font-size:30px;}

		.quiz-wrap.sec .sec05 .result{padding:40px 30px;}
		.quiz-wrap.sec .sec05 .result h4{width:110px;height:38px; top:-18px;line-height:38px; font-size:21px;}

		.quiz-wrap.sec .sec05 .result li{padding-left:90px; min-height:36px;}
		.quiz-wrap.sec .sec05 .result .btxt{width:70px; font-size:18px; height:36px;line-height:38px; border-radius:36px;}
		.quiz-wrap.sec .sec05 .result .stxt{font-size:15px}
		.quiz-wrap.sec .sec05 .result .stxt.answer{line-height:36px; font-size:31px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec05 .vtit{padding:20px 0 70px 0}
		.quiz-wrap.sec .sec05 .vtit p{font-size:27px;}

		.quiz-wrap.sec .sec05 .result{padding:35px 25px;}
		.quiz-wrap.sec .sec05 .result h4{width:110px;height:34px; top:-17px;line-height:34px; font-size:18px;}

		.quiz-wrap.sec .sec05 .result li{padding-left:80px; min-height:30px;}
		.quiz-wrap.sec .sec05 .result .btxt{width:64px; font-size:16px; height:30px;line-height:32px; border-radius:30px;}
		.quiz-wrap.sec .sec05 .result .stxt{font-size:14px}
		.quiz-wrap.sec .sec05 .result .stxt.answer{line-height:30px; font-size:26px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec05 .vtit{padding:20px 0 50px 0}
		.quiz-wrap.sec .sec05 .vtit p{font-size:23px;}
		.quiz-wrap.sec .sec05 .vtit .stxt{ font-size:18px;}

		.quiz-wrap.sec .sec05 .result{padding:20px 20px;}
		.quiz-wrap.sec .sec05 .result h4{width:100px;height:30px; top:-15px;line-height:30px; font-size:16px;}

		.quiz-wrap.sec .sec05 .result li{padding-left:70px; min-height:30px;}
		.quiz-wrap.sec .sec05 .result .btxt{width:58px; font-size:16px; line-height:30px; border-radius:30px;}
		.quiz-wrap.sec .sec05 .result .stxt{font-size:15px; padding-top:2px}
		.quiz-wrap.sec .sec05 .result .stxt.answer{line-height:30px; font-size:22px;}

	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec05 .vtit{padding:10px 0 20px 0}
		.quiz-wrap.sec .sec05 .vtit p{font-size:19px;}

		.quiz-wrap.sec .sec05 .result h4{width:80px;height:26px; top:-13px;line-height:26px; font-size:14px;}
	}




.quiz-wrap.sec .sec05 .lower{margin-top:25px;text-align:center;}
.quiz-wrap.sec .sec05 .lower .next-btn{display:inline-block;vertical-align:top; width:200px;height:70px; text-align:left; border-radius:70px; padding:0 25px; position:Relative; background:#01aad3; line-height:64px; box-sizing:Border-box; font-size:24px;color:#fff;font-family: 'TTLaundryGothicB'; letter-spacing:-0.03em; border:3px solid #111;}
.quiz-wrap.sec .sec05 .lower .next-btn:after{width:50px;height:64px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/content/next-arrow.jpg) no-repeat center center}

.quiz-wrap.sec .sec05 .lower .prev-btn{display:inline-block;vertical-align:top; width:160px;height:50px; text-align:right; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec05 .lower .prev-btn:after{width:50px;height:50px; position:absolute;left:5px; top:0;display:Block; content:"";background:url(../img/content/prev-arrow.jpg) no-repeat center center}

	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec05 .lower .next-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec05 .lower .next-btn:after{width:45px;height:45px; }

		.quiz-wrap.sec .sec05 .lower .prev-btn{width:140px; line-height:45px; height:45px; font-size:18px;}
		.quiz-wrap.sec .sec05 .lower .prev-btn:after{width:45px;height:45px; }
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec05 .lower .next-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec05 .lower .next-btn:after{width:40px;height:40px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec05 .lower .prev-btn{width:140px; line-height:40px; height:40px; font-size:17px;}
		.quiz-wrap.sec .sec05 .lower .prev-btn:after{width:40px;height:40px;  background-size:10px auto; left:0;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec05 .lower .next-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec05 .lower .next-btn:after{width:35px;height:35px;  background-size:10px auto; right:0;}

		.quiz-wrap.sec .sec05 .lower .prev-btn{width:120px; line-height:35px; height:35px; font-size:16px;}
		.quiz-wrap.sec .sec05 .lower .prev-btn:after{width:35px;height:35px;  background-size:10px auto; left:0;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec05 .lower .next-btn{font-size:15px;}
		.quiz-wrap.sec .sec05 .lower .next-btn:after{ background-size:8px auto}

		.quiz-wrap.sec .sec05 .lower .prev-btn{font-size:15px;}
		.quiz-wrap.sec .sec05 .lower .prev-btn:after{ background-size:8px auto}
	}




/*=======================================================
  .quiz-wrap.sense
=========================================================*/
.quiz-wrap.sense {word-break: keep-all;}
.quiz-wrap.sense .sec{position:relative; border-radius:10px; overflow:hidden; box-sizing:border-box; }
.quiz-wrap.sense .sec:nth-child(n+2){margin-top:60px}
.quiz-wrap.sense .sec.hide{display:none;}
.quiz-wrap.sense .result_box{display:none;}


.quiz-wrap.sense .sec01{padding-bottom:75px;position:Relative;overflow:visible}
.quiz-wrap.sense .sec01 .img{width:500px; position:Absolute;right:-100px; bottom:0;  z-index:-1;}
.quiz-wrap.sense .sec01 .img img{width:100%;}
.quiz-wrap.sense .sec01 .tits{text-align:center;}
.quiz-wrap.sense .sec01 .tits .btxt{font-size:0;}
.quiz-wrap.sense .sec01 .tits .btxt span{margin:0 1px;font-size:36px; color:#2ba68f; font-weight:500; font-family: 'TTLaundryGothicB'; width:50px;height:50px; line-height:52px; border:1px solid #2ba68f;display:inline-block;vertical-align:top;}
.quiz-wrap.sense .sec01 .tits .stxt{margin-top:30px;font-size:80px; color:#000; font-weight:700; letter-spacing:0.03em; line-height:1.1em;font-family: 'SDSamliphopangche_Outline';}
.quiz-wrap.sense .sec01 .tits .ctxt{margin-top:30px;font-size:20px; color:#142642; font-weight:400; letter-spacing:0.03em; line-height:1.4em;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec01{padding-bottom:60px;}
		.quiz-wrap.sense .sec01 .img{width:470px; right:-200px;}

		.quiz-wrap.sense .sec01 .tits .btxt span{font-size:31px; width:46px;height:46px; line-height:48px; }
		.quiz-wrap.sense .sec01 .tits .stxt{margin-top:25px;font-size:70px;}
		.quiz-wrap.sense .sec01 .tits .ctxt{margin-top:25px;font-size:18px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec{border-radius:50px;}
		.quiz-wrap.sense .sec01{padding-bottom:40px;}
		.quiz-wrap.sense .sec01 .img{width:400px; display:none;}

		.quiz-wrap.sense .sec01 .tits .btxt span{font-size:26px; width:42px;height:42px; line-height:44px; }
		.quiz-wrap.sense .sec01 .tits .stxt{margin-top:20px;font-size:60px;}
		.quiz-wrap.sense .sec01 .tits .ctxt{margin-top:20px;font-size:16px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec{border-radius:30px;}
        .quiz-wrap.sense .sec.hide{display:none;}

		.quiz-wrap.sense .sec01{padding-bottom:20px;}

		.quiz-wrap.sense .sec01 .tits .btxt span{font-size:21px;width:38px;height:38px; line-height:40px; }
		.quiz-wrap.sense .sec01 .tits .stxt{margin-top:15px;font-size:50px;}
		.quiz-wrap.sense .sec01 .tits .ctxt{margin-top:15px;font-size:14px;}
		
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec01 .tits .btxt span{font-size:15px;width:30px;height:30px; line-height:32px; }
		.quiz-wrap.sense .sec01 .tits .stxt{font-size:40px;}
		.quiz-wrap.sense .sec01 .tits .ctxt{font-size:13px;padding:0 15px; }
		.quiz-wrap.sense .sec01 .tits .ctxt br{display:none;}

	}

.quiz-wrap.sense .sec02{margin-top:0 !important;}
.quiz-wrap.sense .sec02 .img{border-radius:20px;padding:50px 50px 50px 50px;background:#fff;} 
.quiz-wrap.sense .sec02 .img img{width:100%;}
.quiz-wrap.sense .sec02 .cont{margin-top:50px}
.quiz-wrap.sense .sec02 .cont ul{}
.quiz-wrap.sense .sec02 .cont li{position:Relative;padding:40px; padding-left:140px; border-bottom:1px solid #a8a8a8;}
.quiz-wrap.sense .sec02 .cont li:nth-child(n+2){}
.quiz-wrap.sense .sec02 .cont .num{width:50px;height:50px; border-radius:20px; text-align:center; line-height:52px; position:Absolute; left:50px; top:40px; background:#000; font-family: 'TTLaundryGothicB'; font-size:30px; font-weight:300; color:#fff;}
.quiz-wrap.sense .sec02 .cont .btxt{font-size:28px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.4em;margin-bottom:5px;font-family: 'TTLaundryGothicB'; }
.quiz-wrap.sense .sec02 .cont .stxt{font-size:21px; font-weight:400; color:#000; letter-spacing:-0.03em; line-height:1.5em;}
.quiz-wrap.sense .sec02 .cont .stxt span{background-color:#ffecb1; width:40px; height:40px; display: inline-block; border-radius: 10px;  vertical-align:bottom; border: 2px solid #111;}
.quiz-wrap.sense .sec02 .cont .rtxt{position:absolute;right:0; bottom:5px; line-height:1em; font-size:30px;letter-spacing:-0.03em; font-weight:700; color:#000;font-family: 'TTLaundryGothicB'; }
.quiz-wrap.sense .sec02 .cont .rtxt span{ color:#ff0000;}

.quiz-wrap.sense .sec02 .cont .hint{ position:absolute; right:0px; bottom:40px; }
.quiz-wrap.sense .sec02 .cont .hint p{font-size:0;}
.quiz-wrap.sense .sec02 .cont .hint span{display:block;vertical-align:top; border:1px solid #aaa; font-size:20px; line-height:40px; color:#111; border-radius:5px; padding:0 14px; font-weight:600; background:rgba(255,255,255,1)}

.quiz-wrap.sense .sec02 .cont .field{display:block; position:relative; margin-top:25px;}
.quiz-wrap.sense .sec02 .cont .field .chk-input{width:410px;}
.quiz-wrap.sense .sec02 .cont .field .chk-input input{height:60px; border:none; border-radius:5px; padding:0 20px ;font-size:18px;}

.quiz-wrap.sense .sec02 .cont .help{width:97px;height:48px; display:inline-block;vertical-align:top;background:url(../img/sub/ico-hint.png) no-repeat center 54%; margin-left:10px;  margin-top:-10px; }

.layer-help{border:2px solid #111; display:none; padding:10px 10px; position:Absolute; left:0; margin-left:100px; margin-top:0px; top:0; width:180px; box-sizing:border-box; background:#fff; z-index:912; border-radius:10px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1)  ; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1)  ; -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1) ; }
.layer-help p{font-size:22px; font-weight:600; color:#111; line-height:1.5em;font-family: 'TTLaundryGothicB';}
	
	
	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec02 .img{border-radius:20px;padding:40px}
		
		.quiz-wrap.sense .sec02 .cont{margin-top:40px}
		.quiz-wrap.sense .sec02 .cont li{padding:30px; padding-left:120px;}
		.quiz-wrap.sense .sec02 .cont .num{width:46px;height:46px;  line-height:48px; left:40px; top:30px; font-size:30px;}
		.quiz-wrap.sense .sec02 .cont .btxt{font-size:22px;}
		.quiz-wrap.sense .sec02 .cont .stxt{font-size:19px;}
		.quiz-wrap.sense .sec02 .cont .stxt span{ width:30px; height:30px;}
		.quiz-wrap.sense .sec02 .cont .rtxt{font-size:20px}
		.quiz-wrap.sense .sec02 .cont .field{margin-top:20px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input{width:360px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input input{height:55px;font-size:17px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec02 .img{border-radius:15px;padding:30px}

		.quiz-wrap.sense .sec02 .cont{margin-top:30px}
		.quiz-wrap.sense .sec02 .cont li{padding:20px; padding-left:100px;}
		.quiz-wrap.sense .sec02 .cont .num{width:40px;height:40px;  line-height:42px; left:30px; top:20px; font-size:26px;}
		.quiz-wrap.sense .sec02 .cont .btxt{font-size:20px;}
		.quiz-wrap.sense .sec02 .cont .stxt{font-size:17px;}
		.quiz-wrap.sense .sec02 .cont .rtxt{font-size:18px}
		.quiz-wrap.sense .sec02 .cont .field{margin-top:20px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input{width:310px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input input{height:50px;font-size:15px; padding:0 15px;}

		.quiz-wrap.sense .sec02 .cont .hint{ position:absolute; right:0px; bottom:33px;}
		.quiz-wrap.sense .sec02 .cont .hint p{font-size:0;}
		.quiz-wrap.sense .sec02 .cont .hint span{ font-size:16px; line-height:20px; padding:3px 10px;}

		.layer-help{left:0 !important; margin-left:0; top:20px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec02 .img{border-radius:10px;padding:20px}

		.quiz-wrap.sense .sec02 .cont{margin-top:20px}

		.quiz-wrap.sense .sec02 .cont li{padding:20px; padding-left:80px;}
		.quiz-wrap.sense .sec02 .cont .num{width:36px;height:36px;  line-height:38px; left:20px; top:20px; font-size:22px;}
		.quiz-wrap.sense .sec02 .cont .btxt{font-size:18px;}
		.quiz-wrap.sense .sec02 .cont .stxt{font-size:15px;}
		.quiz-wrap.sense .sec02 .cont .stxt span{ width:20px; height:20px;}
		.quiz-wrap.sense .sec02 .cont .rtxt{font-size:16px; position:Relative; right:auto; bottom:auto; margin-top:10px;}
		.quiz-wrap.sense .sec02 .cont .field{margin-top:15px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input{width:100%;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input input{height:45px;font-size:14px; padding:0 10px;}

		.quiz-wrap.sense .sec02 .cont .hint{ position:absolute; right:0px; bottom:0px;}
		.quiz-wrap.sense .sec02 .cont .hint p{font-size:0;}
		.quiz-wrap.sense .sec02 .cont .hint span{ font-size:16px; line-height:20px; padding:3px 10px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec02 .cont{margin-top:10px}

		.quiz-wrap.sense .sec02 .cont li{padding:20px; padding-left:60px;}
		.quiz-wrap.sense .sec02 .cont .num{width:30px;height:30px;  line-height:32px; left:10px; top:20px; font-size:17px;}
		.quiz-wrap.sense .sec02 .cont .btxt{font-size:16px;}
		.quiz-wrap.sense .sec02 .cont .stxt{font-size:14px;}
		.quiz-wrap.sense .sec02 .cont .rtxt{font-size:16px; position:Relative; right:auto; bottom:auto; margin-top:25px;}
		.quiz-wrap.sense .sec02 .cont .field{margin-top:15px;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input{width:100%;}
		.quiz-wrap.sense .sec02 .cont .field .chk-input input{height:40px;font-size:13px; padding:0 10px;}

		.quiz-wrap.sense .sec02 .cont .hint{ position:absolute; right:0px; bottom:0px;}
		.quiz-wrap.sense .sec02 .cont .hint p{font-size:0;}
		.quiz-wrap.sense .sec02 .cont .hint span{ font-size:14px; line-height:20px; padding:3px 10px;}

		.quiz-wrap.sense .sec02 .cont .help{margin-left:0px;  margin-top:10px; }
		.layer-help{ margin-left:70px; margin-top:33px;  width:160px; }
		.layer-help p{font-size:15px; font-weight:500; color:#111; line-height:1.5em;}
	}
	@media only screen and (max-width:400px){
		.quiz-wrap.sense .sec02 .cont li{padding-left:50px;}
		.quiz-wrap.sense .sec02 .cont .num{width:26px;height:26px;  line-height:28px;font-size:15px; top:18px}
		
	}

.quiz-wrap.sense .sec03{} 
.quiz-wrap.sense .sec03 .cont{position:relative;padding:50px 50px 50px 50px;background:#fff; text-align:left; border-radius:70px; box-sizing:border-box; border: 5px solid #111;}
.quiz-wrap.sense .sec03 h3{position:absolute ;left:50%; padding:0; min-width:200px;line-height:77px;  box-sizing:border-box; text-align:center;font-weight:300; font-size:30px; color:#fff; letter-spacing:-0.03em; font-family: 'GongGothicLight'; top:-38px; padding:0 30px; background:#6c92ef; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sense .sec03 h4{font-size:20px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; margin-bottom:15px; padding-left:10px;}

.quiz-wrap.sense .sec03 .entry{max-width:960px;}
.quiz-wrap.sense .sec03 .entry ul{}
.quiz-wrap.sense .sec03 .entry ul:after{display:block; content:"";clear:both}
.quiz-wrap.sense .sec03 .entry li{float:left; position:Relative; width:33.33333%; box-sizing:border-box; padding-left:95px;}
/*.quiz-wrap.sense .sec03 .entry li:nth-child(2){width:66.66666%;}
.quiz-wrap.sense .sec03 .entry li:nth-child(n+3){margin-top:10px;} ÀÌº¥Æ®ÇÒ°æ¿ì ÁÖ¼® »èÁ¦*/


.quiz-wrap.sense .sec03 .entry li .btxt{line-height:45px; position:Absolute ;left:25px; top:0; color:#333; font-weight:400; font-size:15px;letter-spacing:-0.03em; }
.quiz-wrap.sense .sec03 .entry li .ctxt{display:inline-block;vertical-align:top;line-height:45px;color:#333; font-weight:400; letter-spacing:-0.03em; margin-left:15px; font-size:15px;}
.quiz-wrap.sense .sec03 .entry li .chk-input{}
.quiz-wrap.sense .sec03 .entry li .chk-input input{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}

.quiz-wrap.sense .sec03 .entry li .chk-select select{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}
.quiz-wrap.sense .sec03 .entry li .field.choice{padding-top:12px;}

.quiz-wrap.sense .sec03 .entry .w90p{width:90%}
.quiz-wrap.sense .sec03 .entry .w210{width:200px}
.quiz-wrap.sense .sec03 .entry .w95{width:95px}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec03 .cont{padding:40px}

		.quiz-wrap.sense .sec03 h4{font-size:19px; padding-left:5px;}

		.quiz-wrap.sense .sec03 .entry li{width:50%}
		.quiz-wrap.sense .sec03 .entry li:nth-child(2){width:50%;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec03 .cont{padding:30px; border-radius:15px;}
		.quiz-wrap.sense .sec03 h4{font-size:18px;margin-bottom:10px;}

		
		.quiz-wrap.sense .sec03 .entry li .btxt{line-height:40px; left:15px;}
		.quiz-wrap.sense .sec03 .entry li .ctxt{line-height:40px; font-size:14px; margin-left:10px;}
		.quiz-wrap.sense .sec03 .entry li .chk-input input{height:40px; }

		.quiz-wrap.sense .sec03 .entry .w210{width:180px}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec03 .cont{padding:20px;border-radius:30px;}
		.quiz-wrap.sense .sec03 h4{font-size:17px;}
		
		.quiz-wrap.sense .sec03 .entry li{width:100%; padding-left:75px;}
		.quiz-wrap.sense .sec03 .entry li:nth-child(2){width:100%;}
		.quiz-wrap.sense .sec03 .entry li:nth-child(n+2){margin-top:10px;}
		.quiz-wrap.sense .sec03 .entry .w90p{width:100%}
		.quiz-wrap.sense .sec03 .entry .w210{width:100%}
		.quiz-wrap.sense .sec03 .entry .w95{width:80px}

		.quiz-wrap.sense .sec03 .entry li .btxt{line-height:40px; left:5px; font-size:14px; }
		.quiz-wrap.sense .sec03 .entry li .chk-input input{height:40px; font-size:14px;}
		.quiz-wrap.sense .sec03 .entry li .chk-select select{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec03 h4{font-size:16px;}
		.quiz-wrap.sense .sec03 .entry .w95{width:60px}

	}


/* 2024 Ãß°¡ ¼öÁ¤ ºóÄ­¸ÂÃß±â entry02 */
.quiz-wrap.sense .sec03 .entry02{max-width:1100px;}
.quiz-wrap.sense .sec03 .entry02 ul{}
.quiz-wrap.sense .sec03 .entry02 ul:after{display:block; content:"";clear:both}
.quiz-wrap.sense .sec03 .entry02 li{float:left; position:Relative; width:100%; box-sizing:border-box; padding-left:95px;}
/*.quiz-wrap.sense .sec03 .entry02 li:nth-child(2){width:66.66666%;}
.quiz-wrap.sense .sec03 .entry02 li:nth-child(n+3){margin-top:10px;} ÀÌº¥Æ®ÇÒ°æ¿ì ÁÖ¼® »èÁ¦*/


.quiz-wrap.sense .sec03 .entry02 li .btxt{line-height:45px; position:Absolute ;left:25px; top:0; color:#333; font-weight:400; font-size:15px;letter-spacing:-0.03em; }
.quiz-wrap.sense .sec03 .entry02 li .ctxt{display:inline-block;vertical-align:top;line-height:45px;color:#333; font-weight:400; letter-spacing:-0.03em; margin-left:15px; font-size:15px;}
.quiz-wrap.sense .sec03 .entry02 li .chk-input{}
.quiz-wrap.sense .sec03 .entry02 li .chk-input input{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}

.quiz-wrap.sense .sec03 .entry02 li .chk-select select{height:45px; border-radius:5px; padding:0 10px ;font-size:15px; border-color:#dedede;}
.quiz-wrap.sense .sec03 .entry02 li .field.choice{padding-top:12px;}

.quiz-wrap.sense .sec03 .entry02 .w90p{width:90%}
.quiz-wrap.sense .sec03 .entry02 .w210{width:200px}
.quiz-wrap.sense .sec03 .entry02 .w95{width:95px}
	@media only screen and (max-width:1240px){
		
		.quiz-wrap.sense .sec03 h4{font-size:19px; padding-left:5px;}
		.quiz-wrap.sense .sec03 .entry02 li{width:50%}
		.quiz-wrap.sense .sec03 .entry02 li:nth-child(2){width:50%;}
	}
	@media only screen and (max-width:999px){

		.quiz-wrap.sense .sec03 .entry02 li .btxt{line-height:40px; left:15px;}
		.quiz-wrap.sense .sec03 .entry02 li .ctxt{line-height:40px; font-size:14px; margin-left:10px;}
		.quiz-wrap.sense .sec03 .entry02 li .chk-input input{height:40px; }
		.quiz-wrap.sense .sec03 .entry02 .w210{width:180px}
	}
	@media only screen and (max-width:680px){
		
		.quiz-wrap.sense .sec03 .entry02 li{width:100%; padding-left:75px;}
		.quiz-wrap.sense .sec03 .entry02 li:nth-child(2){width:100%;}
		.quiz-wrap.sense .sec03 .entry02 li:nth-child(n+2){margin-top:10px;}
		.quiz-wrap.sense .sec03 .entry02 .w90p{width:100%}
		.quiz-wrap.sense .sec03 .entry02 .w210{width:100%}
		.quiz-wrap.sense .sec03 .entry02 .w95{width:80px}

		.quiz-wrap.sense .sec03 .entry02 li .btxt{line-height:40px; left:5px; font-size:14px; }
		.quiz-wrap.sense .sec03 .entry02 li .chk-input input{height:40px; font-size:14px;}
		.quiz-wrap.sense .sec03 .entry02 li .chk-select select{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec03 .entry02 .w95{width:60px}

	}




.quiz-wrap.sense .sec03 .provision{padding-top:25px; margin-top:25px; border-top:1px solid #e0e0e0}

.quiz-wrap.sense .sec03 .vscrolls{height:150px; border:1px solid #ddd; background:#f6f7f9; border-radius:10px; padding:20px;box-sizing:Border-box; padding:20px;}
.quiz-wrap.sense .sec03 .vscrolls p{font-size:17px; font-weight:400 ;color:#000 ;letter-spacing:-0.03em; line-height:1.4em;}
.quiz-wrap.sense .sec03 .vscrolls p.b{font-weight:700; margin-bottom:15px;}

.quiz-wrap.sense .sec03 .agrees{margin-top:15px;}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec03 .provision{padding-top:20px; margin-top:20px;}
		.quiz-wrap.sense .sec03 .vscrolls p{font-size:16px; }
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec03 .vscrolls{height:120px;}
		.quiz-wrap.sense .sec03 .provision{padding-top:15px; margin-top:15px;}
		.quiz-wrap.sense .sec03 .vscrolls p{font-size:15px; }
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec03 .vscrolls{padding:15px;}
		.quiz-wrap.sense .sec03 .vscrolls p{font-size:14px; }
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec03 .vscrolls p{font-size:13px; }
	}


.quiz-wrap.sense .sec03 .lower{margin-top:35px;text-align:center;}
.quiz-wrap.sense .sec03 .lower .enter-btn{display:inline-block;vertical-align:top; width:340px;height:100px; text-align:left; border-radius:50px; padding:0 20px; position:Relative; background:#ee8c5a; line-height:100px; box-sizing:Border-box; font-size:30px ;font-weight:700; text-align:center;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sense .sec03 .lower .enter-btn:after{width:70px;height:100px; position:absolute;right:0; top:0;display:Block; content:"";background:url(../img/Content/next-arrow.jpg) no-repeat center center}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec03 .lower .enter-btn{width:300px; line-height:85px; height:85px; font-size:31px;}
		.quiz-wrap.sense .sec03 .lower .enter-btn:after{width:70px;height:85px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec03 .lower .enter-btn{width:260px; line-height:70px; height:70px; font-size:26px;}
		.quiz-wrap.sense .sec03 .lower .enter-btn:after{width:60px;height:70px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec03 .lower{margin-top:20px;}
		.quiz-wrap.sense .sec03 .lower .enter-btn{width:220px; line-height:60px; height:60px; font-size:21px;}
		.quiz-wrap.sense .sec03 .lower .enter-btn:after{width:40px;height:60px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec03 .lower .enter-btn{width:180px; line-height:50px; height:50px; font-size:17px;}
		.quiz-wrap.sense .sec03 .lower .enter-btn:after{width:40px;height:50px; background-size:10px auto;}
	}

.quiz-wrap.sense .sec04{padding:90px 50px 50px 50px;background:#fff; border-radius:70px;border: 5px solid #111;} 
.quiz-wrap.sense .sec04 .cont{position:relative;text-align:left;box-sizing:border-box;padding-top:50px;}
.quiz-wrap.sense .sec04  h3{position:absolute ;left:50%; padding:0; min-width:200px; line-height:77px;text-align:center; box-sizing:border-box; font-weight:300; font-size:30px; color:#fff; letter-spacing:-0.03em; font-family: 'SDSamliphopangche_Outline'; top:-38px; padding:0 30px; background:#111; border-radius:77px;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}

.quiz-wrap.sense .sec04 .effort{position:relative;text-align:center; padding:50px 0 70px 0}
.quiz-wrap.sense .sec04 .effort:after{width:137px;height:160px ;position:absolute;right:110px; bottom:0; background:url(../img/Content/quiz-person.jpg) no-repeat center bottom; display:block; content:""}
.quiz-wrap.sense .sec04 .effort p{ font-family: 'TTLaundryGothicB'; font-size:33px; color:#1a1b5e; letter-spacing:-0.03em; line-height:1.3em; display:inline-block;vertical-align:top; position:relative;}

.quiz-wrap.sense .sec04 .result{background:#fafafa; text-align:center; padding:65px 35px;position:Relative;}
.quiz-wrap.sense .sec04 .result h4{width:128px;height:44px; top:-22px; left:50%;position:absolute; background:#5b5b5b; line-height:44px; border-radius:44px; text-align:center;font-family: 'HakgyoansimDunggeunmisoTTF-B'; font-size:24px; color:#fff; letter-spacing:-0.04em;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.quiz-wrap.sense .sec04 .result .btxt{font-size:36px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.3em;}
.quiz-wrap.sense .sec04 .result .btxt span{color:#ff7200;}
.quiz-wrap.sense .sec04 .result .stxt{font-size:24px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:1.3em; margin-top:10px;}

.quiz-wrap.sense .sec04 .lower{margin-top:25px;text-align:center;}
.quiz-wrap.sense .sec04 .lower .restart-btn{display:inline-block;vertical-align:top; width:280px;height:50px; text-align:left; border-radius:50px; padding:0 25px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:20px ;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sense .sec04 .lower .restart-btn:after{width:50px;height:50px; position:absolute;right:5px; top:0;display:Block; content:"";background:url(../img/Content/next-arrow.jpg) no-repeat center center}



	@media only screen and (max-width:1240px){
		.quiz-wrap.sense .sec04{padding:70px 40px 40px 40px;}
		.quiz-wrap.sense .sec04 .cont{padding-top:40px;}
		.quiz-wrap.sense .sec04  h3{font-size:25px; line-height:65px; min-width:160px;}

		.quiz-wrap.sense .sec04 .effort{padding:40px 0 60px 0}
		.quiz-wrap.sense .sec04 .effort:after{width:110px;height:160px ; background-size:100% auto; right:90px;}
		.quiz-wrap.sense .sec04 .effort p{font-size:29px;}

		.quiz-wrap.sense .sec04 .result{padding:50px 25px;}
		.quiz-wrap.sense .sec04 .result h4{width:110px;height:38px; top:-18px;line-height:38px; font-size:21px;}
		.quiz-wrap.sense .sec04 .result .btxt{font-size:31px;}
		.quiz-wrap.sense .sec04 .result .stxt{font-size:20px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sense .sec04{padding:70px 30px 30px 30px; border-radius:50px;}
		.quiz-wrap.sense .sec04 .cont{padding-top:30px;}
		.quiz-wrap.sense .sec04  h3{font-size:21px; line-height:56px; min-width:140px;}

		.quiz-wrap.sense .sec04 .effort{padding:30px 0 50px 0}
		.quiz-wrap.sense .sec04 .effort:after{width:110px;height:160px; right:70px;}
		.quiz-wrap.sense .sec04 .effort p{font-size:25px;}

		.quiz-wrap.sense .sec04 .result{padding:40px 20px;}
		.quiz-wrap.sense .sec04 .result h4{width:110px;height:34px; top:-17px;line-height:34px; font-size:18px;}
		.quiz-wrap.sense .sec04 .result .btxt{font-size:27px;}
		.quiz-wrap.sense .sec04 .result .stxt{font-size:18px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sense .sec04{padding:70px 20px 20px 20px; border-radius:30px;}
		.quiz-wrap.sense .sec04 .cont{padding-top:20px;}
		.quiz-wrap.sense .sec04  h3{font-size:18px; line-height:45px; min-width:110px;}

		.quiz-wrap.sense .sec04 .effort{padding:20px 0 40px 0}
		.quiz-wrap.sense .sec04 .effort:after{width:80px;height:120px; right:30px;}
		.quiz-wrap.sense .sec04 .effort p{font-size:22px;}

		.quiz-wrap.sense .sec04 .result{padding:40px 20px;}
		.quiz-wrap.sense .sec04 .result h4{width:100px;height:30px; top:-15px;line-height:30px; font-size:16px;}
		.quiz-wrap.sense .sec04 .result .btxt{font-size:24px;}
		.quiz-wrap.sense .sec04 .result .stxt{font-size:16px;}


		.quiz-wrap.sense .sec04 .lower{margin-top:25px;text-align:center;}
		.quiz-wrap.sense .sec04 .lower .restart-btn{display:inline-block;vertical-align:top; width:47%;height:50px; text-align:left; border-radius:50px; padding:0 10px; position:Relative; background:#ee8c5a; line-height:50px; box-sizing:Border-box; font-size:12px ;color:#fff; letter-spacing:-0.05em;}
		.quiz-wrap.sense .sec04 .lower .restart-btn:after{width:50px;height:50px; position:absolute;right:0px; top:0;display:Block; content:"";background:url(../img/Content/next-arrow.jpg) no-repeat center center}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sense .sec04  h3{font-size:16px; line-height:38px; min-width:90px;}

		.quiz-wrap.sense .sec04 .cont{padding-top:10px;}
		.quiz-wrap.sense .sec04 .effort:after{width:60px;height:100px; right:10px;}
		.quiz-wrap.sense .sec04 .effort p{font-size:20px;}

		.quiz-wrap.sense .sec04 .result h4{width:80px;height:26px; top:-13px;line-height:26px; font-size:14px;}
		.quiz-wrap.sense .sec04 .result .btxt{font-size:21px;}
		.quiz-wrap.sense .sec04 .result .stxt{font-size:14px;}
	}



.quiz-wrap.sec .sec06 .cont, .quiz-wrap.sense .sec06 .cont{position:relative;padding:50px 50px 50px 50px;background:#fff; text-align:left; border-radius:70px; box-sizing:border-box; border: 5px solid #111;}

.quiz-wrap.sec .sec06 h4, .quiz-wrap.sense .sec06 h4{font-size:40px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.2em; margin-bottom:15px; padding-left:10px;font-family: 'SDSamliphopangche_Outline';}


	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec06 .cont, .quiz-wrap.sense .sec06 .cont{padding:40px}

		.quiz-wrap.sec .sec06 h4, .quiz-wrap.sense .sec06 h4{font-size:19px; padding-left:5px;}

	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec06 .cont, .quiz-wrap.sense .sec06 .cont{padding:30px; border-radius:15px;}
		.quiz-wrap.sec .sec06 h4, .quiz-wrap.sense .sec06 h4{font-size:18px;margin-bottom:10px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec06 .cont, .quiz-wrap.sense .sec06 .cont{padding:20px;border-radius:30px;}
		.quiz-wrap.sec .sec06 h4, .quiz-wrap.sense .sec06 h4{font-size:17px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec06 h4, .quiz-wrap.sense .sec06 h4{font-size:16px;}

	}



.quiz-wrap.sec .sec06 .lower, .quiz-wrap.sense .sec06 .lower{margin-top:35px;text-align:center;}
.quiz-wrap.sec .sec06 .lower .enter-btn, .quiz-wrap.sense .sec06 .lower .enter-btn{display:inline-block;vertical-align:top; width:340px;height:100px; text-align:left; border-radius:50px; padding:0 20px; position:Relative; background:#ee8c5a; line-height:100px; box-sizing:Border-box; font-size:30px ;font-weight:700; text-align:center;color:#fff; letter-spacing:-0.03em;}
.quiz-wrap.sec .sec06 .lower .enter-btn:after, .quiz-wrap.sense .sec06 .lower .enter-btn:after{width:70px;height:100px; position:absolute;right:0; top:0;display:Block; content:"";background:url(../img/Content/next-arrow.jpg) no-repeat center center}
	@media only screen and (max-width:1240px){
		.quiz-wrap.sec .sec06 .lower .enter-btn, .quiz-wrap.sense .sec06 .lower .enter-btn{width:300px; line-height:85px; height:85px; font-size:31px;}
		.quiz-wrap.sec .sec06 .lower .enter-btn:after, .quiz-wrap.sense .sec06 .lower .enter-btn:after{width:70px;height:85px;}
	}
	@media only screen and (max-width:999px){
		.quiz-wrap.sec .sec06 .lower .enter-btn, .quiz-wrap.sense .sec06 .lower .enter-btn{width:260px; line-height:70px; height:70px; font-size:26px;}
		.quiz-wrap.sec .sec06 .lower .enter-btn:after, .quiz-wrap.sense .sec06 .lower .enter-btn:after{width:60px;height:70px;}
	}
	@media only screen and (max-width:680px){
		.quiz-wrap.sec .sec06 .lower, .quiz-wrap.sense .sec06 .lower{margin-top:20px;}
		.quiz-wrap.sec .sec06 .lower .enter-btn, .quiz-wrap.sense .sec06 .lower .enter-btn{width:220px; line-height:60px; height:60px; font-size:21px;}
		.quiz-wrap.sec .sec06 .lower .enter-btn:after, .quiz-wrap.sense .sec06 .lower .enter-btn:after{width:40px;height:60px;}
	}
	@media only screen and (max-width:480px){
		.quiz-wrap.sec .sec06 .lower .enter-btn, .quiz-wrap.sense .sec06 .lower .enter-btn{width:180px; line-height:50px; height:50px; font-size:17px;}
		.quiz-wrap.sec .sec06 .lower .enter-btn:after, .quiz-wrap.sense .sec06 .lower .enter-btn:after{width:40px;height:50px; background-size:10px auto;}
	}







.btn-lg {display: inline-flex;align-items: center;justify-content: center;width: 100%;padding: 0 8px;border: none;line-height: 1.4;text-align: center;text-decoration: none; vertical-align: middle; -webkit-appearance: none;outline: none; transition: all .2s linear; cursor: pointer}
.btn-lg {width: 250px; height: 60px; font-size: 20px; font-weight: 700; margin-top:20px; margin-bottom:20px;}
.btn-press {position: relative;padding: 0 24px; font-weight: 700;font-size: 18px;color: #222;background: #fff;text-align: center;transform: translate(0px, 0px);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press::before {content: '';position: absolute;width: 100%;height: 100%;background: #fff;top: 0;left: 0;z-index: -1;border: 2px solid #222;box-sizing: border-box;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press:after {content: '';position: absolute;width: 100%;height: 100%;background: #222;z-index: -2;top: 0;left: 0;box-sizing: border-box;transform: translate(10px, 10px);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press:hover {transform: translate(10px, 10px);color: #222;outline: 0}
.btn-press:hover:before {transform: translate(0px, 0px)}
.btn-press:hover:after {transform: translate(0px, 0px)}
.btn-press .btn-icon {display: flex;align-items: center}
.btn-press .btn-icon.arrow::after {content: '';display: block;width: 16px;height: 12px;margin-left: 10px;background: url(../img/sub/btn-arrow.png) no-repeat center/16px 12px}


.btn-press-prev {position: relative;padding: 0 24px;font-weight: 700;font-size: 18px;color: #222;background: #fff; text-align: right; transform: translate(0px, 0px);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press-prev::before {content: '';position: absolute;width: 100%;height: 100%;background: #fff;top: 0;left: 0;z-index: -1;border: 2px solid #222;box-sizing: border-box;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press-prev:after {content: '';position: absolute;width: 100%;height: 100%;background: #222;z-index: -2;top: 0;left: 0;box-sizing: border-box;transform: translate(10px, 10px);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}
.btn-press-prev:hover {transform: translate(10px, 10px);color: #222;outline: 0}
.btn-press-prev:hover:before {transform: translate(0px, 0px)}
.btn-press-prev:hover:after {transform: translate(0px, 0px)}
.btn-press-prev .btn-icon {display: flex;align-items: center}
.btn-press-prev .btn-icon.arrow-prev::after {content: '';display: block;width: 16px;height: 12px; position: absolute; left: 50px;  background: url(../img/sub/btn-arrow-prev.png) no-repeat center/16px 12px}




	@media only screen and (max-width:480px){
		.btn-press {padding: 0 5px; font-size: 14px; font-weight: 500;}
		.btn-lg {width: 143px; height: 40px; font-size: 14px; line-height:1.3em; letter-spacing:-0.05em;  }
		.btn-press-prev .btn-icon.arrow-prev::after {content: '';display: block;width: 12px;height: 9px; position: absolute; left: 30px;  background: url(../img/sub/btn-arrow-prev.png) no-repeat center/12px 9px}
		.btn-press .btn-icon.arrow::after {content: '';display: block;width: 12px;height: 9px;margin-left: 7px;background: url(../img/sub/btn-arrow.png) no-repeat center/12px 9px}
	}


	/*=======================================================
  .test-wrap 
=========================================================*/
.test-wrap{padding:60px 0 0 0}
.test-wrap .tits{text-align:center; margin-bottom:50px;}
.test-wrap .tits h3{font-weight:300; font-size:31px; letter-spacing:-0.03em ; line-height:1.3em; color:#555;}
.test-wrap .tits p{margin-top:5px;font-weight:300; font-size:15px; letter-spacing:-0.03em; line-height:1.3em; color:#2f6ba9}
	@media only screen and (max-width:1240px){
		.test-wrap{padding:0 0 0 0}
	}
	@media only screen and (max-width:999px){
		.test-wrap{padding:0 0 0 0}
		.test-wrap .tits{margin-bottom:30px;}
		.test-wrap .tits h3{font-size:27px;}
		.test-wrap .tits p{font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.test-wrap{padding:0 0 0 0}
		.test-wrap .tits h3{font-size:24px;}
		.test-wrap .tits p{font-size:13px;margin-top:0;}
	}
	@media only screen and (max-width:480px){
		
	}

.test-wrap .info{}
.test-wrap .info table{border-top:2px solid #333;table-layout:fixed;}
.test-wrap .info table tbody th{background:#f4f4f4; border-bottom:1px solid #ddd; color:#111;font-size:15px; padding:12px 10px ;text-align:center;}
.test-wrap .info table tbody td{border-bottom:1px solid #ddd; padding:12px 15px ; color:#555;font-size:15px;text-align:left;}

.test-wrap .info .ex{margin-top:15px;font-size:15px; color:#111; letter-spacing:-0.03em; padding-left:32px; padding-top:2px; line-height:1.3em; background:url(../img/Sub/redchk.gif) no-repeat left 1px;}
.test-wrap .info .ex span{font-weight:700;}
	@media only screen and (max-width:1240px){
		.test-wrap .info .ex{font-size:14px;}
	}
	@media only screen and (max-width:999px){
		.test-wrap .info table {border:none;}
		.test-wrap .info table colgroup{display:none;}
		.test-wrap .info table tbody tr{display:block;}
		.test-wrap .info table tbody tr:nth-child(n+2){margin-top:15px;}
		.test-wrap .info table tbody tr th:nth-child(3), .test-wrap .info table tbody tr th:nth-child(5){margin-top:15px;}
		.test-wrap .info table tbody tr:after{display:block; content:"";clear:both}
		.test-wrap .info table tbody th{display:block;text-align:left; font-weight:500; font-size:17px; color:#111; border-bottom:1px dashed #dedede; background:none; padding-left:10px; position:relative; padding:0 0 10px 10px;}
		.test-wrap .info table tbody th:before{display:block; content:"*"; position:absolute; left:0; top:4px; color:#ed6551;}
		.test-wrap .info table tbody td{display:block; border-bottom:none; padding:10px}
	}
	@media only screen and (max-width:680px){
		.test-wrap .info table tbody th{font-size:16px;}
		.test-wrap .info table tbody td{font-size:14px;}
		.test-wrap .info .ex{margin-top:10px; font-size:13px;}
	}
	@media only screen and (max-width:480px){
		
	}


.test-wrap .field.choice{}
.test-wrap .field.choice:after{display:block; content:"";clear:both;}
.test-wrap .field.choice .chk-radio label{font-size:14px;}
.test-wrap .field.choice .chk-check label{font-size:14px;}

.test-wrap .field.choice .chk-radio:nth-child(n+2){margin-left:15px;}
.test-wrap .field.choice .chk-check:nth-child(n+2){margin-left:15px;}

.test-wrap .field.year .chk-input{width:90px;}
.test-wrap .field.year .ctxt{line-height:35px; display:inline-block;vertical-align:top ;margin-left:10px;}

.test-wrap .chk-input{}
.test-wrap .chk-input input{height:35px; border:1px solid #ddd; padding:0 10px;}
	@media only screen and (max-width:1240px){
		
	}
	@media only screen and (max-width:999px){
		.test-wrap .field.choice .chk-radio{float:left; width:16.666666%;}
		.test-wrap .field.choice .chk-check{float:left; width:16.666666%;}
		.test-wrap .field.choice .chk-radio:nth-child(n+2){margin-left:0;}
		.test-wrap .field.choice .chk-check:nth-child(n+2){margin-left:0;}
		
		.test-wrap .field.choice .chk-radio:nth-child(n+7){margin-top:10px;}
		.test-wrap .field.choice .chk-check:nth-child(n+7){margin-top:10px;}
		
		.test-wrap .list .chk-radio input[type="radio"] + label:before{background:url(../img/sub/mark.png) no-repeat center center #eee; background-size:60% auto; border:none;}
		.test-wrap .list .chk-radio input[type="radio"]:checked + label:before{background-color:#355691; background-size:60% auto; border:none;}
		.test-wrap .list .chk-radio input[type="radio"]:checked + label:after{display:none;}
	}
	@media only screen and (max-width:680px){
		.test-wrap .field.choice .chk-radio{width:20%;}
		.test-wrap .field.choice .chk-check{width:20%;}
		.test-wrap .field.choice .chk-radio:nth-child(n+6){margin-top:10px;}
		.test-wrap .field.choice .chk-check:nth-child(n+6){margin-top:10px;}

		
	}
	@media only screen and (max-width:480px){
		.test-wrap .field.choice .chk-radio{width:25%;}
		.test-wrap .field.choice .chk-check{width:25%;}
		.test-wrap .field.choice .chk-radio:nth-child(n+5){margin-top:10px;}
		.test-wrap .field.choice .chk-check:nth-child(n+5){margin-top:10px;}
	}

.test-wrap .list{margin-top:30px;}
.test-wrap .list table{border-top:2px solid #333;table-layout:fixed;}
.test-wrap .list table thead th{border-left:1px solid #ddd;font-size:15px;  color:#111;font-weight:500; border-bottom:1px solid #ddd; padding:17px 10px ;text-align:center;}
.test-wrap .list table thead tr th:first-child{border-left:none;}
.test-wrap .list table tbody th{ border-left:1px solid #ddd; font-weight:600;  color:#111; font-size:17px; line-height:1.3em; border-bottom:1px solid #ddd; padding:10px 10px ;text-align:center;}
.test-wrap .list table tbody td{border-left:1px solid #ddd; border-bottom:1px solid #ddd; font-size:17px; line-height:1.5em; word-break: keep-all;letter-spacing:-0.02em; color:#000;text-align:center;}
.test-wrap .list table tbody td.l{padding:0 20px;}
.test-wrap .list table tbody tr td:first-child, .test-wrap .list table tbody tr th:first-child{border-left:none;}

.test-wrap .list .chk-radio{padding-bottom:10px;width:20px;height:20px;}
.test-wrap .list .chk-radio label{padding:0;width:20px;height:20px;}
.test-wrap .list .no-vtxt .chk-radio{padding:15px 0; position:relative; left:auto; top:auto;}
	@media only screen and (max-width:999px){
		.test-wrap .list{margin-top:30px;}
		.test-wrap .list table{border:1px solid #ddd;}
		.test-wrap .list table colgroup{display:none}
		.test-wrap .list table thead {display:none}
		.test-wrap .list table tbody tr{display:block; padding:0; position:relative; content:"";clear:both}
		.test-wrap .list table tbody td{display:block;padding:0; border:none; position:relative;}
		.test-wrap .list table tbody td:nth-child(1){position:absolute; z-index:123;left:10px; top:13px;background:#44a8a8; border-radius:100%; width:24px;height:24px; line-height:24px; text-align:center; color:#fff; font-size:13px; font-weight:700;}
		.test-wrap .list table tbody td:nth-child(2){padding:10px 10px 10px 45px; border-bottom:1px dashed #ddd; background:#f2f5f8; color:#111; font-size:14px;min-height:24px;}
		.test-wrap .list table tbody td:nth-child(2) p{padding:3px 0 3px 0}
		.test-wrap .list table tbody tr:last-child ul{border-bottom:none !important}

		.test-wrap .list .no-vtxt .chk-radio{padding:5px 0; height:auto; margin-left:0; width:auto;}
		.test-wrap .list .no-vtxt .chk-radio label{padding-left:0; height:auto; width:auto; display:block;}
		.test-wrap .list .no-vtxt .chk-radio label:before{left:50%;margin-left:-10px;}
		.test-wrap .list .no-vtxt .chk-radio label .blind{position:relative;left: auto; top:auto; overflow:visible; text-indent:0; width:auto; font-size:12px; color:#666; padding:0 3px; padding-top:27px;  height:auto ; line-height:1.2em;;display:block;}
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		.test-wrap .list table tbody td:nth-child(2){font-size:15px;}
	}


.test-wrap .list ul{font-size:0}
.test-wrap .list ul:after{display:block; content:"";clear:both;}
.test-wrap .list ul li{float:left;box-sizing:border-box;position:relative;}
.test-wrap .list ul li:nth-child(n+2):before{width:1px;height:100%; background:#ddd; position:absolute; left:-1px; top:0; display:block; content:""}
.test-wrap .list ul li .vtxt{background:#f4f4f4; border-bottom:1px solid #ddd; padding:10px 5px; font-size:12px; word-break: keep-all;letter-spacing:-0.03em; color:#111; text-align:center; margin-bottom:10px}

.test-wrap .list ul li.w20p{width:20%}
.test-wrap .list ul li.w25p{width:25%}
.test-wrap .list ul li.w33p{width:33.333333333%}
.test-wrap .list ul li.w40p{width:40%}
.test-wrap .list ul li.w50p{width:50%}
	@media only screen and (min-width:1000px){
		.test-wrap .list ul li{height:auto !important}
	}
	@media only screen and (max-width:999px){
		.test-wrap .list ul{border-bottom:1px dashed #ddd;width:100%;box-sizing:border-box;}
		.test-wrap .list ul li div:first-child{position:relative;padding:37px 0 10px 0;}
		.test-wrap .list ul li div.no-vtxt:first-child{position:relative;padding:10px 0 10px 0 !important;}
		.test-wrap .list ul li:nth-child(n+2):before{left:0; border-left:1px dashed #ddd; background:none;}
		.test-wrap .list ul li .chk-radio{position:absolute; left:50%;margin-left:-10px; top:13px;}
		.test-wrap .list ul li .vtxt{background:none;border:none; padding:0; line-height:1.2em; padding-bottom:0; margin-bottom:0;}
	}


.test-wrap .lower{margin-top:40px;font-size:0;text-align:center;}
.test-wrap .lower a{display:inline-block;vertical-align:top; font-size:16px; font-weight:500;letter-spacing:-0.035em; line-height:50px; padding:0 25px; min-width:120px;-webkit-transition: all 0s ease-out;-moz-transition: all 0s ease-out;-o-transition: all 0s ease-out;transition: all 0s ease-out;}
.test-wrap .lower .enter{border:2px solid #111; color:#111; }
.test-wrap .lower .enter:hover{border-color:#ff6801; color:#ff6801;}
.test-wrap .lower .enter span{display:inline-block;vertical-align:top; padding-right:35px; background:url(../img/Content/test-enter.jpg) no-repeat right center;}
.test-wrap .lower .enter:hover span{background-image:url(../img/Content/test-entero.jpg)}
.test-wrap .lower .counsel{background:#ff6801; color:#fff;}
	@media only screen and (max-width:999px){
		.test-wrap .lower{margin-top:25px;}
		.test-wrap .lower a{font-size:15px;min-width:100px; line-height:45px;}
	}
	@media only screen and (max-width:680px){
		.test-wrap .lower a{line-height:40px;}
	}

.test-wrap .result{background:#f4f4f4; padding:30px; margin-top:70px;}
.test-wrap .result h3{font-size:21px; color:#000; font-weight:400; line-height:1.2em; margin-bottom:15px; letter-spacing:-0.03em;}
.test-wrap .result .ov{position:relative; padding-left:250px; background:#fff;border-top:2px solid #333; border-bottom:1px solid #dedede;}
.test-wrap .result .ov h4{position:absolute; left:0; top:0; font-size:19px; color:#111; font-weight:400; width:250px; letter-spacing:-0.03em; height:100%;display:flex;align-items: center; justify-content: center; border-right:1px solid #dedede;}

.test-wrap .result .btxt{color:#ed6551; font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; border-bottom:1px solid #dedede; padding:20px;word-break: keep-all;}
.test-wrap .result .stxt{color:#666; font-size:15px; font-weight:400; line-height:1.5em;letter-spacing:-0.03em; padding:20px;word-break: keep-all;}
	@media only screen and (max-width:1240px){
		
	}
	@media only screen and (max-width:999px){
		.test-wrap .result{padding:20px; margin-top:40px;}
		.test-wrap .result h3{font-size:19px;}

		.test-wrap .result .ov{padding-left:200px;}
		.test-wrap .result .ov h4{font-size:17px; width:200px;}
		.test-wrap .result .btxt{font-size:15px;}
		.test-wrap .result .stxt{font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.test-wrap .result h3{font-size:17px;}
		.test-wrap .result .ov{padding-left:0;}
		.test-wrap .result .ov h4{position:relative; font-size:15px; left:auto; top:auto; width:auto;display:block; text-align:center; padding:15px 0; border-bottom:1px solid #dedede;}

		.test-wrap .result .btxt{font-size:14px; border-bottom:none; padding:15px 15px 0 15px}
		.test-wrap .result .stxt{font-size:14px; padding:15px }
	}
	@media only screen and (max-width:480px){
		.test-wrap .result{padding:20px 15px;}
		.test-wrap .result .stxt{font-size:13px;}
	}


/* =====================================
   pdf-wrap
===================================== */

.pdf-wrap{position:relative; padding-top:0px; border-top:0px solid #111}

.pdf-wrap .info:after{display:block; content:"";clear:both;}
.pdf-wrap .list{listoat:left; width:100%; position:relative;}
.pdf-wrap .list .owl-stage-outer{border:1px solid #ddd}
.pdf-wrap .list .item img{width:100%;}
.pdf-wrap .list .owl-prev{cursor:pointer;width:42px;height:58px; position:absolute; left:0; top:50%;margin-top:-45px;text-indent:-9999em; background:url(../06_sub/img/view-prev.jpg) no-repeat left center;}
.pdf-wrap .list .owl-next{cursor:pointer;width:42px;height:58px; position:absolute; right:0; top:50%;margin-top:-45px;text-indent:-9999em; background:url(../06_sub/img/view-next.jpg) no-repeat right center;}
.pdf-wrap .list .owl-dots{margin-top:32px; font-size:0;text-align:center;}
.pdf-wrap .list .owl-dots .owl-dot{cursor:pointer;border-radius:100%; width:10px;height:10px; display:inline-block;vertical-align:top;background:#e4e4e4; margin:0 5px;}
.pdf-wrap .list .owl-dots .owl-dot.active{background:#111;}
.pdf-wrap .lower{margin-top:50px; text-align:center;}
	@media only screen and (max-width:1200px){
		.pdf-wrap .list .owl-dots{margin-top:24px}


	}
	@media only screen and (max-width:999px){
		.pdf-wrap .list .owl-prev{background-size:32px auto;}
		.pdf-wrap .list .owl-next{background-size:32px auto;}
		
		.pdf-wrap .lower{margin-top:30px;}
	}
	@media only screen and (max-width:840px){
		.pdf-wrap .list{listoat:none; width:auto}
		.pdf-wrap .list .owl-dots{margin-top:17px}

		
	}
	@media only screen and (max-width:680px){
		.pdf-wrap{padding-top:10px}
		.pdf-wrap .list .owl-prev{background-size:25px auto; margin-top:-25px;}
		.pdf-wrap .list .owl-next{background-size:25px auto; margin-top:-25px;}
		
		
		
	}
	@media only screen and (max-width:480px){
			
	}