/*인사말*/
.greeting{position:relative;}
.greeting .img{position:relative; height:324px; margin-top:110px; background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .img:before{content:''; display:block; position:absolute; bottom:0; left:135px; width:400px; height:400px; background:url(../img/bg_chairman.png) no-repeat;}
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; height:314px; background:#4168ad}
.greeting .tit h3{position:relative; margin:0; padding:140px 20px 0 50px; color:#fff; font-size:22px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}
.greeting .tit h3:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:144px; margin:0; background:#fff;}
.greeting .tit h3 span{display:block; font-weight:600;}
.greeting .colum { padding:50px 20px 70px 20px;  max-width:1100px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; text-align:justify; }
.greeting .colum .right{float:right; width:48%; text-align:justify; }
 .sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
 .sign .name { font-size:24px}

@media (max-width: 980px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

}
/*인사말*/




/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:16px; word-break:keep-all; line-height:1.8; color:#555; padding-bottom:15px}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:16px; color:#555; padding-top:50px; word-break:keep-all; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}

@media (max-width: 960px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.colum{padding: 0px 90px 60px 90px; background: #fafbfc; text-align: center; margin-top: 60px;}
.colum h2{
	margin: 30px 0 80px 0; 
}
.colum h2 img{width: 21%;}

@media(max-width:1000px){
	.colum h2{margin:20px 0 60px 0; padding-top: 60px;}
	.colum h2 img{width: 45%;}
}

@media(max-width:660px){
	.colum h2 img{width:60%;}
	.colum{padding: 0 20px 60px 20px;}
}

@media(max-width:500px){
	.colum h2{margin:20px 0 40px 0; padding-top: 40px;}
	.colum h2 img{width:80%;}
}

.colum:after{
	content: '';
	display: block;
	clear: both;
}
.right {text-align: right; padding-top: 50px; width:75%; margin:0 auto;}
.right2 {text-align: left; float: left; width:50%; position:relative;}

.right:after{content: ''; clear: both; display: block;}
.right div:nth-child(1){width:47%; float: left; text-align: center;}
.right div:nth-child(2){width:47%; float: right; text-align: center;}
.right div img{width: 90%;}




.middle2{width: 20%; float: left;}



.left {text-align: justify; width:75%; margin:0 auto;}
.left2 {text-align: right; float: left; width:30%; color: #eb0082; font-size: 18px; font-weight: 600;}
.left p{margin-bottom: 30px; -ms-word-break: keep-all;
word-break: keep-all; font-size: 20px;}

@media(max-width:650px){
	.left2{ width: 20%;}
	.middle2{ width: 15%;}
	.right2{ width: 65%; }
	.left{text-align: center;}
}


@media(max-width:400px){
	.left2{ width: 15%;}
	.middle2{ width: 15%;}
	.right2{ width: 70%; padding-right: 15px;}
}


.fr {float: right;}
.img_box img { max-width: 100%}
@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}
	.img_box { text-align: center; }
	.img_box img { max-width: 90%;	}
}

@media(max-width:1060px){
	.left{float: none; width: 100%;}
	.right{float: none; width:100%; position: relative;}
	.right div:nth-child(1){position:relative; top:0; left:0; float:left; width:50%;}
	.right div:nth-child(2){position:relative; top:0; left:0; float:left; width:50%;}
}

@media(max-width:690px){
	.right div:nth-child(1){position:relative; top:0; left:0; float:none; width:100%; margin:0 auto;}
	.right div:nth-child(2){position:relative; top:0; left:0; float:none; width:100%; margin: 20px auto;}
}
/*연혁*/





/*오시는 길*/
.map_area{position:relative;}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:315px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 405px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}

.contact_address {width:100%;height:auto; line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #555;margin-top: 5px;margin-bottom: 5px; font-size:16px}
.contact_traffic { max-width:1240px; margin:100px auto; padding:20px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_traffic .bus {width:100%;}
.contact_traffic .subway {width:100%}
.contact_traffic ul li {color: #555; line-height:33px; font-size:16px}
.contact_traffic h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; margin-top:25px; text-align:left}
@media (max-width: 1400px){
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}

@media screen and (max-width: 640px) {
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}
/*오시는 길*/








/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block;}
.content01 .box .img_right { float:right}
.content01 .box .txt_wrap { position: absolute; right: 0; top:45px; background: #fff; padding:50px;  width: 60%;}
.content01 .box .txt_wrap .half-round-tit { display:inline-block;margin-bottom:20px}
.content01 .box .txt_wrap .half-round-tit strong {color:#1a1a1a;  font-size:22px; font-weight:500;  vertical-align: middle;  line-height:1.6; letter-spacing:0;}
.content01 .box .txt_wrap .half-round-tit span { display: inline-block; width:35px; height:35px; line-height:35px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #fff; font-size:16px}
.content01 .box .txt_wrap .half-round-tit span {background:#8abd00; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:45px; background: #fff; width: 60%;}

@media screen and (max-width: 960px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */







/* content02 */
.content02 ul li { width:100%;}
.content02 ul li .profile { float:left; padding-bottom:20px; width: 100%; text-align: center;}
.content02 ul li .profile img { width:100%; padding: 20px 0; text-align: center;}
.content02 ul li dl { float:left; padding:0 40px; width:100% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:10px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:0.02em; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}
/* content02 */





/* content03 */
.content03 li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:400px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 li p { text-align:center; word-break:keep-all}
.content03 li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}
/* content03 */




/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { width:100%}
.content04 .content_sub_title { margin:0 auto; padding:30px 0 0}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

@media screen and (max-width: 640px) {

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */












/*의료진 소개*/
.btn-adm{position:absolute;top:5px;right:5px;width:30px;height:30px;color:tomato;line-height:28px;font-size:16px;display:inline-block;text-align:center;border:1px solid #ddd;box-sizing:border-box;border-radius:2px;background-color:#fff}
.doctor_area { width: 100%;position: relative;}
.doctor_area .doctor_profile{width:100%;border-bottom:1px solid #ddd;padding:80px 0}
.doctor_area .doctor-list .thumb{float:left;width:320px;height:410px;padding:0 20px;border:1px solid #d2d2d2;background-size:cover;background-position:center}
.doctor_area .info{width:65%;padding:20px 0;float:right}
.doctor_area .info .name{display:block;margin-bottom:15px;font-size:23px;color:#222;font-weight:500}
.doctor_area .info span{font-size:14px;color:#555;font-weight:300}
.doctor_area .info .postion { color: #2352ab; font-weight: 500}
.doctor_area .info dl dt{display:inline;font-size:16px;font-weight:500;line-height:28px;color:#333}
.doctor_area .info dl dt:after{content:':';display:inline-block;padding:0 4px}
.doctor_area .info dl dd { display: inline; font-size: 16px; color: #666}
.doctor_area .info dl dd:after{content:'';display:block}
.doctor_area .schedule { margin: 34px -1px 0;}
.doctor_area .schedule .surgery { color: #F00; font-size: 16px}
.doctor_area .btn-group {margin-top: 20px;}
.doctor_area .btn-group .btn-rt {float: right}
.doctor_area .btn-group .btn-doctor{display:inline-block;margin:0 5px;padding:7px;width:120px;height:40px;font-size:14px;font-weight:300;line-height:24px;letter-spacing:-.5px;text-align:center;border:1px solid transparent}
.doctor_area .btn-group .btn-Introduction{color:#333;border-color:#ddd;background-color:#f8f8f8}
.doctor_area .btn-group .btn-reservation{color:#fff;border-color:#384451;background-color:#384451}
.doctor_area .btn-group .btn-reservation span { color: #fff }
.doctor_area .sub_navi{width:100%;margin:20px auto;border-bottom:1px solid #ddd;clear:both}
.doctor_area .sub_navi ul { padding-top: 50px}
.doctor_area .sub_navi li{display:inline-block;margin-left:-3px;width:19%}
.doctor_area .sub_navi li a{display:block;box-sizing:border-box;color:#555;text-align:center;font-size:17px;position:relative;height:55px;line-height:55px}
.doctor_area .sub_navi li a.on {color: #0ba2b3; border-bottom: 1px solid #0ba2b3}
.tab_content ul li{display:block;line-height:2.4;font-weight:300;font-size:16px;color:#555}
.tab_content p { line-height:2.1; color:#555; font-size:16px; background-image:url(../img/icon_dot.gif); background-repeat:no-repeat; background-position:center left; padding-left:10px}
@media screen and (max-width: 960px) {
	.doctor_area .doctor-list {float: none }
	.doctor_area .doctor-list .thumb { float: none; clear: both; display: block; margin: 0 auto}
	.doctor_area .info {width: 100%;}
}
/*의료진 소개*/






/*외래진료*/
.process_area .ing_area h2 { font-size:24px; color:#333; text-align:left; font-weight:bold; margin-bottom:30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; padding-left:30px}
.process_area .ing_area ul { max-width:1000px; padding-bottom:80px; margin:0 auto}
.process_area .ing_area li { float:left; width:25%; text-align:center}
.process_area .ing_area .circle { border-radius: 50%;width: 200px; height: 200px; display:table; margin:0 auto; }
.process_area .ing_area li:first-child { margin-left:0;}
.process_area .ing_area li span { display: block; color: #fff; font-size: 16px; padding-top: 5px;}
.process_area .ing_area li p { font-size:13px; color:#f5f5f5;  font-weight:500; display:table-cell; vertical-align:middle}
.process_area .ing_area02 ul { max-width:1200px; padding-bottom:80px}
.process_area .ing_area02 li { float:left; width:14.2857142857%; text-align:center}
.process_area .ing_area02 .circle02 { border-radius: 50%;width: 145px; height: 145px; display:table; margin:0 auto; }
.process_area .ing_area .step01 { background-color:#5a93d9}
.process_area .ing_area .step02 { background-color:#099}
.process_area .ing_area .step03 { background-color:#5a93d9}
.process_area .ing_area .step04 { background-color:#099}
.process_area .ing_area .step05 { background-color:#5a93d9}
.process_area .ing_area .step06 { background-color:#099}
.process_area .ing_area .step07 { background-color:#5a93d9}
.process_area .ing_area .list_tit h3 { font-size:20px; padding-top:20px; font-weight:bold;}
.process_area .ing_area .list_tit p { display:block;  padding-left:10px; background-image:url(../img/icon_dot.gif); background-repeat:no-repeat; background-position: left 12px;}
@media screen and (max-width: 960px) {
	.process_area .ing_area ul { max-width:500px; margin:0 auto}
	.process_area .ing_area li { width:50%; margin-bottom:7%}
	.process_area .ing_area li:nth-child(2n+1) { margin-left:0}
}
@media screen and (max-width: 640px) {
    .process_area .ing_area .circle { width:180px; height:180px}
}
/*외래진료*/



/*비급여안내*/
.non-payment_area .notice { text-align:center; margin-bottom:50px}
.non-payment_area ul {  padding-bottom:30px; margin:0 auto; }
.non-payment_area ul:after { content: " ";visibility: hidden;display: block;height: 0;clear: both; }
.non-payment_area .ts2 ul li { width:50%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts3 ul li { width:33.3333%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts4 ul li { width:25%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts5 ul li { width:20%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts6 ul li { width:16.66666666666667%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts7 ul li { width:14.28571428571429%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts8 ul li { width:12.57%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts ul li a {display:block; font-size:15px; color:#222; height:55px; line-height:55px; padding:0}
.non-payment_area .ts ul li a.on { background-color:#3181cb; color:#fff; box-shadow: 0 15px 15px rgba(65,71,143,0.2);}


@media screen and (max-width: 640px) {
    .non-payment_area .ts ul li { width:50%; margin-top:-1px}	
}
/*비급여안내*/




/*입퇴원*/
.Instructions_area .colum { border-bottom:1px solid #ddd; padding-top:30px; padding-bottom:30px;}
.Instructions_area .colum .left { width:33%; font-size:22px; font-weight:600; text-align:left;  float:left;}
.Instructions_area .colum .right {width: 67%; float: right; }
.Instructions_area .colum .right ul li { text-align:left; background-repeat: no-repeat; padding-left:15px; background-image: url(../img/icon_dot.gif); background-position: left 12px; box-sizing:border-box;}
@media screen and (max-width: 960px) {
	.Instructions_area .colum .left { width:100%; float:none; clear:both}
	.Instructions_area .colum .right { width:100%; float:none; clear:both}
	.Instructions_area .colum .right ul li { padding-left:13px}
}
/*입퇴원*/











@media screen and (max-width: 960px) {
		
/*	.content_area .photo_box .img { max-width:100%; text-align:center; display:block; float:none; clear:both}
	.content_area .photo_box .img img { width:100%}
	.content_area .photo_box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.content_area .photo_box .txt {max-width: 100%; float:none}*/
	
} 


.wrap_btn {width:500px; margin:0 auto; padding:20px; margin-bottom:50px; margin-top:100px; background:#2b4671;}
.wrap_btn a {text-align:center; display:block; font-size:25px; font-weight:bold; color:#fff;}
.dtc_wrap {width:100%; margin:0 auto;}
.dtc_images {width:1200px; margin:0 auto;}
.dtc_images img {width:100%;}

@media screen and (max-width: 969px) {
	.dtc_images{width:100%;}
	.wrap_btn {width:80%;}
	.wrap_btn a {font-size:18px;}
}

.in01_wrap {width:100%; margin:0 auto;   background-size: contain; padding: 50px 80px;}


@media(max-width:566px){
	.in01_wrap{padding: 50px 30px;}
}
@media(max-width:430px){
	.in01_wrap{padding: 50px 10px;}
}

@media(max-width:415px){
	.in01_wrap{padding: 50px 10px;}
}


.in01_wrap p{	margin-bottom: 40px; font-size: 18px; line-height: 36px; -ms-word-break: keep-all;
word-break: keep-all;}
.in01_wrap p span{font-weight: 600; font-size: 19px;}
.in01_images {width:1200px; margin:0 auto;}
.in01_images img {width:100%;}
.text_in01 {word-break:keep-all; width:1200px; margin:0 auto; text-align:Center; font-size:28px; font-weight:200; margin-top:50px; margin-bottom:50px;}
.text_in01 span {color:#1f51a2; font-weight:400;}
.tit_in01 {word-break:keep-all; width:1200px; margin:0 auto; text-align:center; font-size:18px; margin-bottom:50px;}
.in01_vedio {width:1200px; margin:0 auto;} 

@media screen and (max-width: 969px) {
	.in01_images{width:100%;}
	.text_in01 {width:100%; font-size:22px;}
	.tit_in01 {width:100%; font-size:15px;}
	.in01_vedio {width:100%;}
}

@media screen and (max-width: 690px) {
	.in01_wrap p{font-size: 15px; line-height: 29px;}
	.in01_wrap i{font-size: 17px;}
	.in01_wrap p span{font-weight: 600; font-size: 17px;}
}

.in02_wrap {width:80%; margin:0 auto;}
.in02_images {width:75%; margin:0 auto; text-align: left;	}
.in02_images img {width:100%;}
.in02_images p{
	margin-bottom: 30px; 
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.in02_images .brdn{
	display: none;
}

.in02_images p span{
	font-size: 27px	;
	font-weight: 600;
	display: block;
}

@media(max-width:690px){
	.in02_images p{font-size: 15px; line-height: 29px;}
	.in02_images {width:100%; margin:0 auto; text-align: center;	}
}
.in02_product{
	width:100%;
	margin-top: 80px;
}

@media(max-width:690px){
	.in02_product{padding-bottom:50px;}
}
.in02_product ul{
	width:83%;
	margin:0 auto;
}

@media(max-width:969px){
	.in02_product ul{
		width: 100%;
	}
}

.in02_product ul:after{
	content: '';
	display: block;
	clear: both;
}

.in02_product ul li{
	float: left;
	width: 50%;
	margin-bottom: 70px;
}

.in02_product ul li img{
	width:80%;
}

@media(max-width:706px){
	.in02_product ul li{float: none; width:80%; margin: 30px auto;}
	.in02_product ul li:nth-child(1){margin-bottom: 60px;}
}


.in02_product ul li .pro_enname{margin-top: 20px; font-size:18px; -ms-word-break: keep-all; word-break: keep-all;}
.in02_product ul li .pro_koname{margin-top: 5px;  font-size:16px; margin-bottom:30px;}
.in02_product ul li .pro_btn{border: 1px solid #999; padding: 12px 30px; margin-top: 10px;}

@media(max-width:690px){
	.in02_product ul li .pro_enname{font-size: 17px;}
	.in02_product ul li .pro_koname{font-size: 16px;}
	.in02_product ul li{float: none; width:100%;}
}

.in02_btn {width:500px; margin:0 auto; padding:20px; margin-bottom:50px; margin-top:100px; background:#fe412d;}
.in02_btn a {text-align:center; display:block; font-size:25px; font-weight:bold; color:#fff;}

@media screen and (max-width: 969px) {
	.in02_btn {width:80%;}
	.in02_btn a {font-size:18px;}
}

.dtc_wrap {width:88%; margin:0 auto; background: #fafbfc;}
.dtc_wrap:after {content: ''; display: block; clear: both;}
.dtc_images3{width:65%; margin: 0 auto;}
.dtc_images {width:70%; float:right; padding:50px 80px 0 0;}
.dtc_images2{width:70%; float:right; padding:50px 80px 0 0 ;}	
.dtc_images2 .moc2{display: none;}	
.dtc_txt {width:30%; float:left; padding:170px 50px 0 100px; font-size: 18px; text-align: left;}
.dtc_txt2 {width:30%; float:left; padding:110px 50px 0 100px; font-size: 18px; text-align: left;}
.dtc_txt h3{font-size: 27px; margin-bottom: 20px; color: #e4007f;}
.dtc_txt p{line-height: 30px; margin-bottom: 5px; word-break: keep-all;}
.dtc_txt a{color: #474748;  word-break:keep-all; float: left; display: block;  text-align: center;}
.dtc_txt a:nth-child(1){float: left; width:47%;}
.dtc_txt a:nth-child(2){padding-top: 2px; width:3%; text-align: center; margin:0 auto;}
.dtc_txt a:nth-child(3){float: right; width:47%;}
.dtc_txt a img{width:90%; margin: 0 auto;}

.dtc_txt2 h3{font-size: 27px; margin-bottom: 20px; color: #e4007f;}
.dtc_txt2 p{line-height: 30px; margin-bottom: 0px; word-break: keep-all;}
.dtc_txt2 a{color: #474748; border-radius: 30px; word-break:keep-all; float: left; display: block; text-align: center;}
.dtc_txt2 a:nth-child(1){float: left; width:47%;}
.dtc_txt2 a:nth-child(2){padding-top: 2px; width:3%; text-align: center; margin:0 auto;}
.dtc_txt2 a:nth-child(3){float: right; width:47%;}
.dtc_txt2 a img{width:90%; margin:0 auto;}


.app_btn{padding:15px; border: 1px solid #a2a3a9; border-radius:30px;width: 65%; margin: 30px 20px; text-align: center; margin-left: 0;} 
.app_btn:after{content: ''; clear: both; display: block;}

.page_btn{padding:15px 15px 30px 15px; border: 1px solid #a2a3a9; border-radius:30px;width: 65% !important; text-align: center; margin-left: 0;}
.page_btn a{word-break: keep-all; text-align: center; width: 100% !important;}


@media(max-width:1848px){
	.dtc_txt a{display: block; width: 51%;}
	.dtc_txt2 a{display: block; width: 51%;}
}


@media(max-width:1822px){
	.dtc_txt a{display: block; width: 52%;}
	.dtc_txt2 a{display: block; width: 52%;}
}

@media(max-width:1797px){
	.dtc_txt a{display: block; width: 53%;}
	.dtc_txt2 a{display: block; width: 53%;}
}

@media(max-width:1773px){
	.dtc_txt a{display: block; width: 54%;}
	.dtc_txt2 a{display: block; width: 54%;}
}
@media(max-width:1749px){
	.dtc_txt a{display: block; width: 55%;}
	.dtc_txt2 a{display: block; width: 55%;}
}

@media(max-width:1727px){
	.dtc_txt a{display: block; width: 56%;}
	.dtc_txt2 a{display: block; width: 56%;}
	.dtc_txt2 {padding:160px 0px 0 110px;}
}

@media(max-width:1706px){
	.dtc_txt a{display: block; width: 57%;}
	.dtc_txt2 a{display: block; width: 57%;}
}

@media(max-width:1685px){
	.dtc_txt a{display: block; width: 58%;}
	.dtc_txt2 a{display: block; width: 58%;}
}



@media(max-width:1660px){
	.dtc_txt{float: none; width: 60%; margin:20px auto; text-align: center; padding:0;	}
	.dtc_txt2{float: none; width: 60%; margin:20px auto; text-align: center; padding:0;	}
	.dtc_txt2{float: none; width: 60%; margin:20px auto; text-align: center;}
	.dtc_images{float: none; margin:0 auto; width: 80%; padding: 0;}
	.dtc_images2{float: none; margin:0 auto; padding:0; width: 80%;}
	.dtc_wrap{width: 100%;}
	.app_btn{ margin: 30px auto; width:35%}
	.dtc_txt a:nth-child(2){padding-top: 4px;}
	.dtc_txt2 a:nth-child(2){padding-top: 4px;}
}

@media(max-width:1200px){
	.app_btn{ margin: 30px auto; width:45%}
	.dtc_txt a:nth-child(2){padding-top: 4px;}
	.dtc_txt2 a:nth-child(2){padding-top: 4px;}
}

@media(max-width:690px){
	.app_btn{ margin: 30px auto; width:55%;}
	.dtc_images3{width: 95%;}
}

@media(max-width:500px){
	.app_btn{ margin: 30px auto; width:55%; padding:10px;}
}

@media(max-width:450px){
	.dtc_txt a:nth-child(2){padding-top: 2px;}
	.dtc_txt2 a:nth-child(2){padding-top: 2px;}
}







.dtc_images ul{
	 /* background: #eeeded; */
	 padding: 20px;
	 border-radius: 30px;
}
.dtc_images2 ul{
	 background: #eeeded;
	 padding: 20px;
	 border-radius: 30px;
}


.dtc_images2 ul:after{
	content: '';
	display: block;
	clear: both;
}

.dtc_images2 ul li:after{
	content: '';
	display: block;
	clear: both;
}

.dtc_images2 ul li{
	width: 33.333%;
	float: left;
}

.dtc_images2 ul li img{
	
    width: 80%;
    margin-left: 30px;
}

.dtc_images2 ul li .moc img{
	width:100%;
	padding: 40px 0 0 80px;
	display: inline;
}
.dtc_images2 ul li .moc2 img{
	width: 60%;
	    margin-left: -20px;
}

	.dtc_images2 ul li .moc-sub2{
		display: block;
		width: 56%;
		float: right;
		font-size: 18px;
		text-align: left;
		padding-top:170px;
		line-height: 25px;
		padding-right: 90px;
		-ms-word-break: keep-all;
		word-break: keep-all;
	}

.dtc_images2 ul li .moc-sub2:nth-child(3){padding-top: 10px;}
.dtc_images2 ul li .moc-sub2:nth-child(4){padding-top: 10px;}
.dtc_images2 ul li .moc-sub2:nth-child(5){padding-top: 10px;}
.dtc_images2 ul li .moc-sub2:nth-child(6){padding-top: 10px;}
.dtc_images2 ul li .moc-sub2:nth-child(7){padding-top: 10px;}
.dtc_images2 ul li .moc-sub2:nth-child(8){padding-top: 10px;}

.dtc_images2 ul li .moc-sub3{
	display: none;
	width: 54%;
	float: right;
	font-size: 18px;
    text-align: left;
    padding-top: 220px;
	line-height: 26px;
}

.txtCon3{
	display: none;
}

@media(max-width:1727px){
	.dtc_images2 ul li .moc-sub2{padding-top: 50px;}
}

@media(max-width:1500px){
	.dtc_images2 ul li .moc-sub2{padding-top: 190px;}
}

@media(max-width:1350px){
	.dtc_images2 ul li .moc-sub2{padding-top: 140px;}
}

@media(max-width:1300px){
	.dtc_images2 ul li .moc-sub2{padding-top: 90px;}
}



@media(max-width:1120px){
	.dtc_images2 ul li .moc-sub2{padding-top: 50px;}
}




@media(max-width:1000px){
	.txtCon3{
	display: block;
	}

	.txtCon2{
		display: none;
	}
	

}



@media(max-width:900px){
	.dtc_images2 ul li .moc-sub2{padding-top: 120px; font-size: 16px;}

}

@media(max-width:800px){
	.dtc_images2 .moc2{display: block;}	
	.dtc_images2 .moc{display: none !important;}	
	.dtc_images2 ul li .moc-sub2{float: none; text-align: center; width: 100%; padding-top: 0; word-break:keep-all; display: none;}
	.dtc_images2 ul li .moc-sub3{float: none; text-align: center; width: 100%; padding-top: 0; word-break:keep-all;	display: block;	}
	.dtc_images2 ul li{width:90%; margin:0 auto;}
	.dtc_txt{float: none; width: 90%; margin:20px auto; text-align: center;}
	.dtc_txt2{float: none; width: 90%; margin:20px auto; text-align: center;}

}


.dtc_images p{
	margin-bottom: 30px; 
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 30px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

.dtc_images3 p{
	margin-bottom: 30px; 
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	-ms-word-break: keep-all;
	word-break: keep-all;
	text-align: justify;
}

.dtc_images3 p span{font-weight: 600; font-size: 27px; display: block;}

@media(max-width:690px){
	.dtc_images p{font-size: 15px; line-height: 29px; padding: 0 20px;}
	.dtc_images3 p span{font-weight: 600; font-size: 20px;}
	.dtc_images3 p{text-align: center; font-size: 15px; line-height: 29px;}
	.dtc_images{padding:0; padding-bottom: 50px;}
	.in02_images p span{font-weight: 600; font-size: 20px;}
}
.dtc_images ul:after{
	content: '';
	display: block;
	clear: both;
}

.dtc_images ul li{float: left; width: 25%;}

.dtc_images ul li .moc-tit{
	 width: 45%;
    margin: 0 auto;
    text-align: center;
    background: #e7c5ca;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.dtc_images ul li .moc-sub{
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
    margin-left: 50px;
}

.dtc_images ul li .moc-sub2{font-size: 16px;}

@media(max-width:490px){
	.dtc_images ul li .moc-sub2{font-size: 14px;}
		.dtc_images2 ul li .moc-sub3{font-size: 14px;}
		.dtc_images ul li .moc-sub{font-size: 14px;}
}


@media(max-width:1354px){
	.dtc_images ul li .moc-sub{width:100%;}
}

@media(max-width:1200px){
	/* .dtc_images ul li .moc-sub{width:75%; margin-left: 67px;} */
	/* .dtc_images ul li{float: left; width: 50%; margin-top: 50px;} */
}

@media(max-width:1100px){
	.dtc_images ul li .moc-tit{width:53%;}
	.dtc_images ul li .moc-sub{   margin-left: 20px;}
}

@media(max-width:820px){
	/* .dtc_images ul li .moc-sub{width:80%; margin-left: 75px;} */
	.dtc_images ul li{float: none; width: 80%; margin: 50px auto; }
	.dtc_images ul li .moc-sub{text-align: center; margin-left: 0;}
}

@media(max-width:600px){
	/* .dtc_images ul li .moc-sub{width:80%; margin-left: 55px;} */
}

@media(max-width:480px){
	/* .dtc_images ul li .moc-sub{width:80%; margin-left: 40px;} */
	.dtc_images ul li .moc-tit{width:60%;}
}


@media(max-width:400px){
	/* .dtc_images ul li .moc-sub{width:90%; margin-left: 23px;} */
	.dtc_images ul li .moc-tit{width:65%;}
}



.dtc_images ul li:nth-child(2) .moc-tit{

}
.dtc_images img {width:75%; margin-left: 30px;}
.pro01_mining{
	width:100%;
	margin-top: 80px;
}

.pro01_mining ul{width: 63%; margin: 0 auto;}
.pro01_mining ul:after{
	content: '';
	display: block;
	clear: both;
}

.pro01_mining ul li{float: left; width:50%;}

@media(max-width:1000px){
	.dtc_images img {width:75%; margin-left: -20px;}
}

@media(max-width:706px){
	.pro01_mining ul li{float: none; width:80%; margin: 0px auto;}
	.in02_product ul li:nth-child(1){margin-bottom: 60px;}
}



.pro01_mining ul li img{width:90%;}

.content_area{ text-align: center; padding: 50px 0 50px 0 ; margin-top: 30px; background-size: 90%; background-color:#fafbfc;}

@media(max-width:650px){
	.content_area h2{font-size: 20px !important;}
}
@media(max-width:450px){
	.content_area h2{font-size: 18px !important;}
}


.s2014{
	margin-bottom: 154px !important;
}


.middle2{margin-top: 4px;}
.line1{width:2px; height: 97px; background: #eb0082; margin:0 auto;}
.line1-3{width:2px; height: 93px; background: #eb0082; margin:0 auto;}
.line1-1{width:2px; height: 93px; background: #eb0082; margin:0 auto;}
.line2{width:2px; height: 205px; background: #eb0082; margin:0 auto;}
.line3{width:2px; height: 168px; background: #eb0082; margin:0 auto;}
.line4{width:2px; height: 319px; background: #eb0082; margin:0 auto;}
.line5{width:2px; height: 655px; background: #eb0082; margin:0 auto;}
.line6{width:2px; height: 319px; background: #eb0082; margin:0 auto;}
.circle{width: 20px; height:20px; border-radius:50%; background: #eb0082; margin:0 auto;	}


.s2014{margin-bottom:187px !important;}

@media(max-width:1590px){
	.line5{height: 695px;}
	.s2021{margin-bottom: 685px !important;}
}

@media(max-width:1257px){
	.line2{height: 242px;}
	.s2014{margin-bottom: 225px !important;}
}

@media(max-width:1200px){
	.line5{height: 728px;}
	.s2021{margin-bottom: 715px !important;}
}

@media(max-width:1104px){
	.line6{height: 380px;}
}

@media(max-width:1064px){
	.line4{height: 355px;}
	.s2020{margin-bottom: 340px !important;}
}

@media(max-width:1026px){
	.line5{height: 766px;}
	.s2021{margin-bottom: 747px !important;}
}


 @media(max-width:953px){
	.s2019{margin-bottom: 77px !important;}
	.s2021{margin-bottom: 786px !important;}
	.line1-3{height:93px;}
	.line5{height:804px;}
}

 @media(max-width:950px){
	.s2021{margin-bottom: 816px !important;}
	.line5{height:837px;}
}

 @media(max-width:942px){
	.s2020{margin-bottom: 371px !important;}
	.line4{height:390px;}
}

 @media(max-width:918px){
	.s2014{margin-bottom: 260px !important;}
	.line2{height:278px;}
}

 @media(max-width:883px){
	.s2019{margin-bottom: 113px !important;}
	.line1-3{height:128px;}
}

/* @media(max-width:813px){
	.s2015{margin-bottom: 116px !important;}
	.line1-1{height:131px;}
} */

@media(max-width:773px){
	.s2015{margin-bottom: 113px !important;}
	.line1-1{height:131px;}
}

@media(max-width:769px){
	.s2014{margin-bottom: 295px !important;}
	.s2021{margin-bottom: 826px !important;}
	.line2{height:313px;}
}

@media(max-width:740px){
	.s2021{margin-bottom: 861px !important;}
	.line5{height:874px;}
	.line6{height:460px;}
}

@media(max-width:716px){
	.s2020{margin-bottom: 411px !important;}
	.line4{height:427px;}
}

@media(max-width:708px){
	.s2021{margin-bottom: 894px !important;}
	.line5{height:912px;}
}

@media(max-width:690px){
	.s2013{margin-bottom: 70px !important;}
	.s2014{margin-bottom: 226px !important;}
	.s2015{margin-bottom: 68px !important;}
	.s2019{margin-bottom: 100px !important;}
	.s2020{margin-bottom: 329px !important;}
	.s2021{margin-bottom: 707px !important;}
	.line1{height:80px;}
	.line1-1{height:77px;}
	.line1-3{height:108px;}
	.line2{height:236px;}
	.line4{height:339px;}
	.line5{height:716px;}
	.line6{height:367px;}
}

@media(max-width:670px){
	.s2015{margin-bottom: 97px !important;}
	.line1-1{height:106px;}
}

@media(max-width:667px){
	.s2014{margin-bottom: 256px !important;}
	.line2{height:266px;}
}
 @media(max-width:650px){
	.s2014{margin-bottom: 197px !important;}
	.s2015{margin-bottom: 69px !important;}
	.s2019{margin-bottom: 70px !important;}
	.s2020{margin-bottom: 326px !important;}
	.line1-1{height:78px;}
	.line1-3{height:80px;}
	.line2{height:206px;}
	.line4{height:335px;}
}

@media(max-width:646px){
	.s2019{margin-bottom: 100px !important;}
	.line1-3{height:110px;}
}

@media(max-width:623px){
	.s2014{margin-bottom: 227px !important;}
	.line2{height:236px;}
}

/* @media(max-width:590px){
	.s2014{margin-bottom: 256px !important;}
	.s2015{margin-bottom: 99px !important;}
	.line1-1{height:108px;}
	.line2{height:265px;}
} */

@media(max-width:566px){
	.s2014{margin-bottom: 197px !important;}
	.s2019{margin-bottom: 70px !important;}
	.s2020{margin-bottom: 299px !important;}
	.line1-3{height:80px;}
	.line2{height:206px;}
	.line4{height:305px;}
}

@media(max-width:561px){
	.s2020{margin-bottom: 327px !important;}
	.line4{height:335px;}
}

@media(max-width:546px){
	.s2019{margin-bottom: 100px !important;}
	.line1-3{height:109px;}
}

@media(max-width:523px){
	.s2014{margin-bottom: 227px !important;}
	.line2{height:235px;}
}

/* @media(max-width:493px){
	.s2015{margin-bottom: 99px !important;}
	.line1-1{height:107px;}
}
 */

@media(max-width:490px){
	.s2014{margin-bottom: 226px !important;}
	.line2{height:234px;}
}

@media(max-width:453px){
	.s2015{margin-bottom: 98px !important;}
	.line1-1{height:108px;}
}

@media(max-width:450px){
	.s2014{margin-bottom: 256px !important;}
	.line2{height:264px;}
}

@media(max-width:430px){
	.s2014{margin-bottom: 226px !important;}
	.s2015{margin-bottom: 71px !important;}
	.line2{height:234px;}
	.line1-1{height:79px;}
}

@media(max-width:413px){
	.s2020{margin-bottom: 325px !important;}
	.s2015{margin-bottom: 100px !important;}
	.line4{height:335px;}
	.line1-1{height:109px;}
}

@media(max-width:410px){
	.s2014{margin-bottom: 256px !important;}
	.line2{height:264px;}
}

@media(max-width:386px){
	.s2021{margin-bottom: 737px !important;}
	.line5{height:746px;}
}

/* @media(max-width:381px){
	.s2014{margin-bottom: 284px !important;}
	.line2{height:293px;}
} */

@media(max-width:372px){
	.s2020{margin-bottom: 352px !important;}
	.line4{height:362px;}
}

@media(max-width:368px){
	.s2021{margin-bottom: 767px !important;}
	.line5{height:777px;}
}

@media(max-width:349px){
	.s2020{margin-bottom: 381px !important;}
	.line4{height:392px;}
}

@media(max-width:346px){
	.s2021{margin-bottom: 797px !important;}
	.line5{height:805px;}
}

@media(max-width:341px){
	.s2014{margin-bottom: 286px !important;}
	.line2{height:294px;}
}

@media(max-width:334px){
	.s2013{margin-bottom: 100px !important;}

	.line1{height:110px;}
}

@media(max-width:302px){
	.s2020{margin-bottom: 411px !important;}
	.line4{height:420px;}
	.line6{height:427px;}
}

@media(max-width:297px){
	.s2021{margin-bottom: 826px !important;}
	.line5{height:835px;}
}

@media(max-width:287px){
	.s2021{margin-bottom: 856px !important;}
	.line5{height:865px;}
	
}





@media(max-width:690px){
	.content_area{padding: 30px 0 30px 0;}
	.pro01_mining ul li{width:100%;}
	.pro01_mining{padding-bottom: 50px;}
}

/* @media(max-width: 450px){
	.line2{height: 90px;}
} */

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.content_area h2{font-size: 18px; font-weight: 400; margin-bottom: 5px; 	padding: 0 30px; -ms-word-break: keep-all;
word-break: keep-all; font-family: 'Pretendard-Regular';}

@media(max-width:690px){
	.content_area h2:nth-child(4){margin-bottom:  60px; font-size: 15px !important;}
	.content_area h2{font-size: 15px !important;}
}
.com_text {
	width:1200px;
	margin:0 auto;
	text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 40px;
	margin-top:50px;
	margin-bottom:50px;

}
.com_text span {
	color:#1d50a2;
}
.com_about {
	width:1200px;
	margin:0 auto;
	margin-bottom:50px;
	overflow:hidden;
}
.con_box {
	float: left;
    width: 348px;
    height: 470px;
    text-align: center;
    border: solid 1px #dddddd;
    margin-right: 75px;
    padding-top: 60px;
}
.con_box:hover {
	border:1px solid #2f5596;
}
.con_box:nth-child(3) {
	margin-right:0px;
}
.box_text span{
	font-size: 30px;
    color: #2f5596;
    line-height: 45px;
	font-weight:bold;
}
.box_text {
	font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 40px;
}
.box_tit {
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

@media screen and (max-width: 969px) {
	.dtc_images{width:90%;}
	.dtc_images2{width:90%;}
	.com_about {width:100%;}
	.com_text {width:100%; padding:0 20px; font-size:18px;}
	.con_box {width:100%; margin-right:0px; float:none; margin-bottom:20px;}

}


.main_map{width: 100%; position:relative; margin: 80px auto; margin-top:170px;}

.map_wrap{width: 100%; background: url(../img/main_bak.png) no-repeat center center; background-size:contain;}

.map_wrap ul:after{
	content: '';
	display: block;
	clear: both;
}

.map_wrap ul{
	position: relative;
	padding: 50px;
	height: 800px;
}

.map_wrap ul li{
	float: left;
}


.map_wrap ul li:nth-child(1){
	width: 6%;
	position:absolute;
	top: 65%;
	left:28%;
}
.map_wrap ul li:nth-child(2){
	width: 8%;
	position:absolute;
	top: 28%;
	left: 34%;
}
.map_wrap ul li:nth-child(3){
	width: 12%;
	position: absolute;
	top:42%;
	left:45%;
}
.map_wrap ul li:nth-child(4){
	width: 6%;
	position: absolute;
	top:63%;
	right:32%;
}
.map_wrap ul li:nth-child(5){
	width: 8%;
	position: absolute;
	top:28%;
	right:27%;
}

.map_wrap ul li:nth-child(1) img{width:100%;}
.map_wrap ul li:nth-child(2) img{width:100%;}
.map_wrap ul li:nth-child(3) img{width:100%;}
.map_wrap ul li:nth-child(4) img{width:100%;}
.map_wrap ul li:nth-child(5) img{width:100%;}

@media(max-width:1440px){
	.map_wrap ul li:nth-child(1){
	width: 8%;
	position:absolute;
	top: 64%;
	left:23%;
}

.map_wrap ul li:nth-child(2){
	width: 10%;
	position:absolute;
	top: 28%;
	left: 29%;
}

.map_wrap ul li:nth-child(3){
	width: 14%;
	position: absolute;
	top:41%;
	left:44%;
}

.map_wrap ul li:nth-child(4){
	width: 8%;
	position: absolute;
	top:61%;
	right:29%;
}

.map_wrap ul li:nth-child(5){
	width: 10%;
	position: absolute;
	top:28%;
	right:24%;
}
}

@media(max-width:1200px){
	.map_wrap ul{height: 650px;}
}


@media(max-width:1000px){
	.map_wrap ul li:nth-child(1){
	width: 10%;
	position:absolute;
	top: 62%;
	left:19%;
}

.map_wrap ul li:nth-child(2){
	width: 12%;
	position:absolute;
	top: 27%;
	left: 25%;
}

.map_wrap ul li:nth-child(3){
	width: 17%;
	position: absolute;
	top:40%;
	left:42%;
}

.map_wrap ul li:nth-child(4){
	width: 10%;
	position: absolute;
	top:61%;
	right:24%;
}

.map_wrap ul li:nth-child(5){
	width: 12%;
	position: absolute;
	top:27%;
	right:20%;
}
}

@media(max-width:800px){
	.map_wrap ul{height: 450px;}
}




@media(max-width:700px){
	.map_wrap ul li:nth-child(1){
	width: 12%;
	position:absolute;
	top: 61%;
	left:18%;
}

.map_wrap ul li:nth-child(2){
	width: 14%;
	position:absolute;
	top: 27%;
	left: 24%;
}

.map_wrap ul li:nth-child(3){
	width: 19%;
	position: absolute;
	top:41%;
	left:41%;
}

.map_wrap ul li:nth-child(4){
	width: 12%;
	position: absolute;
	top:61%;
	right:22%;
}

.map_wrap ul li:nth-child(5){
	width: 14%;
	position: absolute;
	top:26%;
	right:17%;
}
}


@media(max-width:600px){
	.map_wrap ul{height: 350px;}
	
.main_map{width: 100%; position:relative; margin: 0px auto; margin-top:120px; margin-bottom: -30px;}
}



@media(max-width:500px){
	.map_wrap ul li:nth-child(1){
	width: 14%;
	position:absolute;
	top: 61%;
	left:15%;
}

.map_wrap ul li:nth-child(2){
	width: 16%;
	position:absolute;
	top: 27%;
	left: 21%;
}

.map_wrap ul li:nth-child(3){
	width: 21%;
	position: absolute;
	top:41%;
	left:39%;
}

.map_wrap ul li:nth-child(4){
	width: 14%;
	position: absolute;
	top:61%;
	right:23%;
}

.map_wrap ul li:nth-child(5){
	width: 16%;
	position: absolute;
	top:26%;
	right:19%;
}
}

@media(max-width:400px){
	.map_wrap ul{height: 280px;}
	
.main_map{width: 100%; position:relative; margin: 0px auto; margin-top:120px; margin-bottom: -30px;}
}


@media(max-width:350px){
	.map_wrap ul{height: 250px;}
	
.main_map{width: 100%; position:relative; margin: 0px auto; margin-top:100px; margin-bottom: -50px;}
}

.btn_area { text-align:center; position: absolute; top:50%; width:20%;}
.btn_area button { display:block; width:100px;font-size:16px; color:#fff; font-weight:bold; border-radius:0; text-align: center;}
.btn_area button img{display: inline;}
.btn_area button:nth-child(1){float: left;}
.btn_area button:nth-child(2){float: right;}

.btn_area button.slick-arrow{background: none !important;}

.slick-dots{display: none !important;}


.molbtn{
	margin-top: 80px;
}

.molbtn a{
	font-size: 16px;
	padding: 10px 30px;
	border: 1px solid #444;
	display: inline-block;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

@media(max-width:690px){
	.molbtn{
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 0 10px;
	}
	
	.molbtn a{
		font-size: 14px;
	}

}

.ironcross{
	width:65%;
	margin: 0 auto;
}


.iron1:after{
	content: '';
	display: block;
	clear: both;	
}

.iron1 .iron_bg1{
	width: 50%;
	float: left;
	background: url("/theme/sample15/img/iron1.jpg") no-repeat;
	background-size: cover;
	height: 450px;
}

.iron1 .iron_txt1{
	width: 50%;
	float: left;
	height: 450px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 16px;
}

.iron1 .iron_txt1 img{
	margin-bottom: 30px;
}

.iron1 .iron_txt1 p{
	margin-bottom: 30px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}


.iron2:after{
	content: '';
	display: block;
	clear: both;	
}

.iron2 .iron_bg2{
	width: 50%;
	float: left;
	background: url("/theme/sample15/img/iron2.jpg") no-repeat;
	background-size: cover;
	height: 450px;
}

.iron2 .iron_txt2{
	width: 50%;
	float: left;
	height: 450px;
	text-align: left;
	padding-left: 20px;
	padding-top: 60px;
	font-size: 16px;
}

.iron2 .iron_txt2 img{
	margin-bottom: 30px;
}

.iron2 .iron_txt2 p{
	margin-bottom: 30px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}

.iron3:after{
	content: '';
	display: block;
	clear: both;	
}

.iron3 .iron_bg3{
	width: 50%;
	float: left;
	background: url("/theme/sample15/img/iron3.jpg") no-repeat;
	background-size: cover;
	height: 450px;
}

.iron3 .iron_txt3{
	width: 50%;
	float: left;
	height: 450px;
	text-align: left;
	padding-left: 20px;
	padding-top: 85px;
	font-size: 16px;
}

.iron3 .iron_txt3 img{
	margin-bottom: 30px;
	max-width: 50%;
}

.iron3 .iron_txt3 p{
	margin-bottom: 30px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}


@media(max-width:1200px){
	.iron1 .iron_txt1{
		height: 400px;
	}

	.iron1 .iron_txt1 p br{
		display: none;
	}

	.iron1 .iron_txt1 img{
		height: 100px;
	}

	.iron1 .iron_bg1{
		height: 400px;
	}

	.iron2 .iron_txt2{
		height: 400px;
	}
	.iron2 .iron_txt2 p br{
		display: none;
	}
	
	.iron2 .iron_txt2 img{
		height: 100px;
	}

	.iron2 .iron_bg2{
		height: 400px;
	}

	.iron3 .iron_txt3{
		height: 400px;
	}
	.iron3 .iron_txt3 p br{
		display: none;
	}

	.iron3 .iron_txt3 img{
		height: 100px;
	}

	.iron3 .iron_bg3{
		height: 400px;
	}
}



@media(max-width:969px){
	.iron1 .iron_txt1{
		height: 350px;
		font-size: 15px;
	}

	.iron1 .iron_txt1 p br{
		display: none;
	}

	.iron1 .iron_txt1 img{
		height: 100px;
		margin-bottom: 15px;
	}

	.iron1 .iron_bg1{
		height: 350px;
	}

	.iron2 .iron_txt2{
		height: 350px;
		font-size: 15px;
	}
	.iron2 .iron_txt2 p br{
		display: none;
	}
	
	.iron2 .iron_txt2 img{
		height: 100px;
		margin-bottom: 15px;
	}

	.iron2 .iron_bg2{
		height: 350px;
	}

	.iron3 .iron_txt3{
		height: 350px;
		font-size: 15px;
	}
	.iron3 .iron_txt3 p br{
		display: none;
	}

	.iron3 .iron_txt3 img{
		height: 100px;
		margin-bottom: 15px;
	}

	.iron3 .iron_bg3{
		height: 350px;
	}

	.ironcross{
		width:80%;
		margin: 0 auto;
	}

}


@media(max-width:720px){
	.iron1 .iron_txt1{
		width: 100%;
		float: none;
		margin:0 auto;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 50px;
		height: auto;
		padding: 10px;
		margin-top: 50px;
	}

	.iron1 .iron_txt1 p br{
		display: none;
	}

	.iron1 .iron_txt1 img{
		height: 100px;
		margin-bottom: 30px;
	}

	.iron1 .iron_bg1{
		width: 100%;
		float: none;
		margin:0 auto;
	}

	.iron2 .iron_txt2{
		width: 100%;
		float: none;
		margin:0 auto;
		font-size: 18px;
		line-height: 30px;
		height: auto;
		padding: 10px;
	}
	.iron2 .iron_txt2 p br{
		display: none;
	}
	
	.iron2 .iron_txt2 img{
		height: 100px;
		margin-bottom: 30px;
	}

	.iron2 .iron_bg2{
		width: 100%;
		float: none;
		margin:0 auto;
		margin-bottom: 50px;
	}

	.iron3 .iron_txt3{
		width: 100%;
		float: none;
		margin:0 auto;
		font-size: 18px;
		line-height: 30px;
		height: auto;
		padding: 10px;
	}
	.iron3 .iron_txt3 p br{
		display: none;
	}

	.iron3 .iron_txt3 img{
		height: 100px;
		margin-bottom: 30px;
	}

	.iron3 .iron_bg3{
		width: 100%;
		float: none;
		margin:0 auto;
		margin-bottom: 50px;
	}

	.ironcross{
		width:90%;
		margin: 0 auto;
	}

}


@media(max-width:500px){
	.iron1 .iron_bg1{
		height: 300px;
	}

	.iron2 .iron_bg2{
		height: 300px;
	}

	.iron3 .iron_bg3{
		height: 300px;
	}
}