
/*다운버튼*/

.btn_down {
    width: 30%;
    border: 1px;
    padding: 20px;
    margin: 30px auto;
	text-align:center;
  border-color:#333029;
  border-radius:100px;
 box-shadow: 0px 1px 0px 0px #1c1b18;
  text-shadow: 0px 1px 0px #ffffff;
  background:linear-gradient(#eae0c2, #ccc2a6);
}
.btn_down a {
	font-size: 18px;
    color:#505739;
  font-weight:bold;
}
.btn_down:hover {
	background: linear-gradient(#ccc2a6, #eae0c2);
}

.btn_link {
    border: 1px;
    padding: 8px 15px;
	margin:5px 0;
	text-align:center;
	 color:#fff;
  border-color:#1f2f47;
  border-radius:100px;
   box-shadow:inset 0px 0px 15px 3px #23395e;
  text-shadow:inset 0px 1px 0px #263666;
  background:linear-gradient(#2e466e, #415989);
	font-size: 14px;
}
.btn_link:hover {
	background: linear-gradient(#415989, #2e466e);
}


@media (max-width: 640px){

	.btn_down {
	  width: 90%;
	  border-radius:10px;
	}
	.btn_link {
	 border-radius:10px;
	}
}


/* 탭 전체 스타일 */
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/* 탭 스타일 */
.tab_item {
  width: calc(100%/13);
  height: 50px;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {
  display: none;
}

/* 탭 컨텐츠 스타일 */
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content,
#tab12:checked ~ #tab12_content{
  display: block;
}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item {
  background-color: #333333;
  color: #fff;
}


@media (max-width: 420px){

	.tab_content {
  display: none;
  padding: 40px 10px 0;
  clear: both;
  overflow: hidden;
	}
	.tab_item {
  height: 120px;
	}

}



/*서브메뉴*/

ul.s_nav {width:100%;text-align:center;}
ul.s_nav li {width:15%;display:inline-block;padding:20px;margin:0.2%;border:1px solid #dcdcdc;
box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
  background:linear-gradient(#ffffff, #f6f6f6);}
ul.s_nav li h2 {color:#000;font-weight:bold;font-family: 'SANGJUHaerye';font-size:16px;line-height:20px;}
ul.s_nav li:hover {background: linear-gradient(#f6f6f6, #ffffff);}
ul.s_nav li.mm_on {background:linear-gradient(#efefef, #ffffff);}


@media (max-width: 980px){
	ul.s_nav li {width:33%;display:inline-block;padding:20px;margin:0.2%;border:1px solid #dcdcdc;
box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
  background:linear-gradient(#ffffff, #f6f6f6);}
ul.s_nav li h2 {color:#000;font-weight:bold;font-family: 'SANGJUHaerye';font-size:16px;line-height:20px;}
ul.s_nav li:hover {background: linear-gradient(#f6f6f6, #ffffff);}
ul.s_nav li.mm_on {background:linear-gradient(#efefef, #ffffff);}
}


@media only screen and (min-width: 300px) and (max-width: 650px){
	ul.s_nav li {width:100%;margin:0.8%;}
}







/*이미지 효과*/

.effect {
    position: relative;
  border-top-left-radius:40px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:40px;
	display: inline-block;
}


.effect_left {
     float:left;
	display: block;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.effect_left_text {
	width:85%;
	margin-left:15%;
	display: block;
}

.effect_right {
     float:right;
    border-radius: 20px;
	display: block;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.effect_right_text {
	width:75%;
	margin-right:25%;
	display: block;
}

@media (max-width: 640px){
	
.effect_left {
     float:center;
	display: block;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	margin:10px;
}
.effect_left_text {
	width:100%;
	display: block;
	margin-left:0;
}


.effect_right {
     float:center;
	display: block;
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);	
	margin:10px;
}

.effect_right_text {
	width:100%;
	display: block;
	margin-right:0;
}


}

/*이미지 효과*/


/*인사말*/
.greeting{position:relative; max-width:1400px}
.greeting .img{position:relative; height:550px;  background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .tit{position:absolute; top:30px; right:100px; width:514px; padding:80px; background:#282e0f}
.greeting .tit:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:80px; margin:0; background:#fff;}

.greeting .tit h2{margin-bottom:10px; color:#fff; font-size:36px; line-height:1.6; text-align:left; letter-spacing:3px}
.greeting .tit h5{position:relative; margin:0; color:#fff; font-size:18px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}

.greeting .tit h5 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; }
.greeting .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;}
.greeting .sign .name { font-size:24px}

@media (max-width: 980px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:50px; top:0; right:0;}
	.greeting .tit h2{font-size:32px;}
	.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 { height:550px; margin: 0 30px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-size: cover; background-repeat:no-repeat;} 
.company_info .txt_page {display: flex; flex-flow: wrap; max-width:1400px; margin:0px auto; margin-top: -50px; background-color: #fff; padding:100px}
.company_info .txt_page h2 {width: 30%; vertical-align:top;  font-size: 35px; letter-spacing: 3px; line-height: 1; font-weight: 600; margin-bottom: 44px;  }
.company_info .txt_page p { width: 70%;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}
	.company_info .img_page  { background-size:cover; height:300px;margin: 0 20px;  }
	.company_info .txt_page {padding:20px}
	.company_info .txt_page h2 {width: 100%; font-size: 32px;  }
	.company_info .txt_page p { width: 100%;}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px;margin: 0 20px;  }
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
	.company_info .txt_page {padding:20px}
	.company_info .txt_page h2 {width: 100%; font-size: 32px;  }
	.company_info .txt_page p { width: 100%;}
}
/*그룹소개*/




/*s1_1_1*/

.sub1_bannerwrap{position: relative;}
.sub1_bannerwrap>.bnr_img{width: 100%; height: 900px; position: relative;}
.sub1_bannerwrap>.bnr_img>img{height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.sub1_bannerwrap .imgtextwrap{position: absolute; top: 20%; left: 0; right: 0; margin: auto;}
.sub1_bannerwrap .bnr_text{text-align: center; color: #fff;}
.sub1_bannerwrap h2{font-size: 64px; font-weight: 700; line-height: 80px; color: #fff;}
.sub1_bannerwrap h3{font-size: 42px; line-height: 80px; color: #fff;}
.sub1_bannerwrap p{font-size: 16px; line-height: 25px; font-weight: 100; padding: 15px 0;}
.sub1_bannerwrap .bnr_hexagon{padding-top: 65px; overflow: hidden; margin: 0 auto; width: 795px;}
.sub1_bannerwrap .bnr_hexagon>div{width: 233px;height: 269px;margin: 0 2%; float: left;}
.sub1_bannerwrap .bnr_hexagon img{width: 100%;margin: 0 auto;}
.sub_intro .section .title_wrap{text-align: center; padding: 30px 0 30px 0;}
.sub_intro .section .title_wrap span {display:block;}
.sub_intro .section .title_wrap > h4{font-family: 'SANGJUHaerye';font-weight:300;font-size: 3em; line-height: 80px; color: #264b8c;}
.sub_intro .section .title_wrap > h2 {font-family: 'SANGJUHaerye';font-size: 24px; font-weight: 500; line-height: 40px; color: #000;text-align:left;margin-bottom:10px;}
.sub_intro .section .title_wrap > p{text-align:left;font-size: 18px; line-height: 30px; font-weight:300;}
.sub_intro .section .title_wrap>p strong {color:#b2550f;}

.sub_intro .section .title_wrap2 {padding: 0 0 80px 0;}
.sub_intro .section .title_wrap2 ul {width: 100%;margin:30px 0;display:inline-block;}
.sub_intro .section .title_wrap2  li{padding:20px;width: 25%;float: left;border:1px solid #eee;}
.sub_intro .section .title_wrap2 li h4 {font-size: 22px; color:#004cd8;}
.sub_intro .section .title_wrap2 li p {font-size: 22px; font-weight: 300; line-height: 35px;}
.sub_intro .section .title_wrap2>h1 {font-size: 30px; font-weight: 300; line-height: 50px; color:#0053c3;}
.sub_intro .section .title_wrap2>h2 {font-family: 'SANGJUHaerye';font-size: 22px; font-weight: 300; line-height: 50px; }
.sub_intro .section .title_wrap2>h4 {font-family: 'SANGJUHaerye';font-size: 30px; font-weight: 300; line-height: 80px; color: #11a4f8;}
.sub_intro .section .title_wrap2>p{font-size: 19px; line-height: 35px; color: #666;}
.sub_intro .section .title_wrap3 {padding: 80px 0 50px 0;}
.sub_intro .section .title_wrap3 span {display:block;}
.sub1-1 .con1wrap .title_wrap3 h3 {text-align:center;font-family: 'SANGJUHaerye';font-size: 30px; font-weight: 300;line-height: 50px; color: #a44d00;}
.sub_intro .section .title_wrap3 h4{text-align: center; font-family: 'SANGJUHaerye';font-size: 42px; font-weight: 300; line-height: 80px; color: #11a4f8;}
.sub_intro .section .title_wrap3 h5{font-size: 18px; font-weight: 500; line-height: 32px; color: #002096;}
.sub_intro .section .title_wrap3 h6{font-size: 16px; font-weight: 500; line-height: 30px; color: #000;}
.sub_intro .section .title_wrap3 .s1_1_3 {width:100%;padding:20px;background-color:#f7f7f7;border:1px solid #ddd;}
.sub_intro .section .title_wrap3 p {font-size: 20px; font-weight: 300; line-height: 35px;}

.sub1-1{padding-bottom: 100px; width: 100%; background-size: 100% auto; }
.sub1-1 .art_wrap1{width: 100%;overflow: hidden;}
.sub1-1 .art_wrap1 h4 {text-align:center;font-family: 'SANGJUHaerye';font-size: 30px; font-weight: 300;line-height: 80px; color: #11a4f8;}
.sub1-1 .art_wrap1 p {font-size: 22px; font-weight: 300; line-height: 30px;}
.sub1-1 .art_wrap1 span {display:block;}
.sub1-1 .left_area {width: 50%;float: left;}
.sub1-1 .right_area {width: 50%;float: right;}

.sub1-1 .art_wrap2{width: 100%;background:linear-gradient(90deg, #fff,#E3F2FD,#fff);display:inline-block;padding:30px;margin-bottom:50px;}
.sub1-1 .art_wrap2 h4 {text-align:center;font-family: 'SANGJUHaerye';font-size: 26px; font-weight: 300;line-height: 35px; color: #4f4f4f;}
.sub1-1 .bottom_area ul{width: 100%;margin:30px 0;display:inline-block;}
.sub1-1 .bottom_area li{width: 25%;float: left;border:1px solid #eee;}
.sub1-1 .bottom_area li h5 {color:#e86b3a;}
.sub1-1 .bottom_area li h4 {font-size: 22px; color:#e86b3a;}
.sub1-1 .bottom_area li h2 {font-size: 22px; font-weight: 300; line-height: 35px;}
.sub1-1 .bottom_area li p {text-align:center;font-size: 22px; font-weight: 300; line-height: 35px;}
.sub1-1 .bottom_area p {text-align:center;font-size: 24px; font-weight: 300; line-height: 35px;color: #666;}
.sub1-1 .bottom_area h6 {text-align:center;font-size: 20px; font-weight: 300; line-height: 35px;color:#000;}
.sub1-1 li{ padding: 30px 0;overflow: hidden;}
.sub1-1 li>div>img{width: 100%;}
.sub1-1 .con1_img{margin-left:50px;font-size:18px;float: left; width: 100px; height: 100px;border-radius:100px;background-color:#96856e;padding:40px 0 0 0;color:#fff;}
.sub1-1 .con1_tbox{padding-left: 20px; float: left;}
.sub1-1 .con1_tbox>h5{font-size: 24px; color: #1659a3; line-height: 25px;margin-bottom:20px;}
.sub1-1 .con1_tbox>p{font-size: 20px; color: #555; line-height: 25px;}
.sub1-1 .con2_tbox{width:100%;text-align:center;}
.sub1-1 .con1wrap .img_left {width:40%;float:left;margin-right:30px;margin-bottom:60px;}
.sub1-1 .con1wrap .img_left img {width:100%;}
.sub1-1 .con1wrap .s1_1_3 {width:100%;padding:20px;background-color:#f7f7f7;border:1px solid #ddd;}
.sub1-1 .con1wrap p {text-align:left;font-size: 18px; font-weight: 600; line-height: 35px;}
.sub1-1 .con1wrap span {text-align:center;font-size: 16px; font-weight: 600; line-height: 35px;color: #a44d00;}

.sub1-1 .con1wrap h1 {text-align:left;font-size: 24px; font-weight: 600;line-height: 36px; color: #a44d00;}
.sub1-1 .con1wrap h3 {text-align:center;font-family: 'SunBatang-Light';font-size: 26px; font-weight: 300;line-height: 50px; color: #000;}
.sub1-1 .con1wrap h5{text-align:center;font-size: 18px; font-weight: 500; line-height: 32px; color: #96856e;}
.sub1-1 .con1wrap h6 {font-size: 18px; font-weight: 600;line-height: 36px; color: #000;}
.sub1-1 .con1wrap dd {font-size: 24px; font-weight: 600;line-height: 36px; color: #a44d00;}




.sub1-2{padding-bottom: 100px;}
.sub1-2 h2 {font-size: 26px; font-weight: 500; line-height: 50px; color: #005196;text-align:left;}
.sub1-2 p {text-align:left;font-size: 20px; line-height: 35px; }
.sub1-2 ul {width:100%;}
.sub1-2 ul li {
	font-size:18px;width:19%;margin:0.5%;padding:10px 20px;float:left;text-align:center;
  color:#666666;
  border:1px solid #ddd;
  font-weight:bold;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
  background:linear-gradient(#f9f9f9, #e9e9e9);
}
.sub1-2 ul li:hover {font-size:18px;width:19%;margin:0.5%;padding:10px 20px;
  color:#fff;
  border:1px solid #314179;
  box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  background:linear-gradient(#637aad, #5972a7);}
.sub1-2 ul li.this {font-size:18px;width:19%;margin:0.5%;padding:10px 20px;
  color:#fff;
  border:1px solid #314179;
  box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  background:linear-gradient(#637aad, #5972a7);}
.sub1-2 .art_wrap2{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;}
.sub1-2 .article{margin: 0 30px; float: left;}
.sub1-2 .article>div>img{margin: 0 auto;}
.sub1-2 .blueline{width: 100%; padding: 40px 0;}
.sub1-2 .blueline>div{width: 2px; height: 70px; background: #1659a3; margin: 0 auto;}
.sub1-2 .tbox>h5{font-size: 24px; color: #1659a3; font-weight: 700; line-height: 40px; text-align: center;}
.sub1-2 .tbox>p{font-size: 18px; color: #666; line-height: 30px; text-align: center;}
.sub1-3{padding-bottom: 150px; width: 100%; background-size: 100% auto; background-image: url('../img/sub1_con3img.jpg');}
.sub1-3 .swiper-container.sub_intro{display: none;}
.sub1-3 .btnWrap{display: none;}
.sub1-3 .con3_sect1{overflow: hidden; }
.sub1-3 article{float: left; position: relative; width: 33.33%; height: 220px;}
.sub1-3 .con3_sect1 img{width: 100%;}
.sub1-3 .con3_sect1 .line{position: absolute; width: 2px; height: 100%; background: #ddd; left: 14px; top: 8px;}
.sub1-3 .con3_sect1 .year{float: left; margin-bottom: 20px; font-size: 36px; font-weight: 700; line-height: 40px; color: #1659a3;}
.sub1-3 .con3_sect1 .year::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content:""; width: 30px; height: 40px; background: url(../img/history_icon1.png) 100% center no-repeat; background-position: center;}
.sub1-3 .con3_sect1 .desc{float: left; margin-bottom: 10px; width: 100%;}
.sub1-3 .con3_sect1 .desc::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content: ""; width: 30px; height: 30px; background: url(../img/history_icon2.png) 100% center no-repeat; background-position: center;}
.sub1-3 .con3_sect1 .desc .date{display: block; float: left; margin-right: 10px; line-height: 30px; color: #999; font-size: 17px;}
.sub1-3 .con3_sect1 .desc p{float: left; width: 60%; line-height: 30px; color: #999; font-size: 17px;}
.sub1-4 .con4wrap {width:100%;margin-bottom:80px;display:inline-block;}

.sub1-4 .con4wrap h3 {text-align: center;
    font-family: 'SANGJUHaerye';
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
}
.sub1-4 .con4wrap .tit1 {text-align:left;font-family: 'SANGJUHaerye';font-size: 28px; font-weight: 300;line-height: 30px;}
.sub1-4 .con4wrap span {text-align:left;font-size: 20px; font-weight: 300;line-height: 35px;}
.sub1-4 .con4wrap h5 {text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #656565;}
.sub1-4 .con4wrap h6 {text-align: center;font-family: 'SANGJUHaerye';color:#96856e;font-size: 24px; font-weight: 300;line-height: 40px;}
.sub1-4 .con4wrap .movie{width:100%;	height:calc(34vw - 1px);background:#eee;margin-bottom:50px;}
.sub1-4 .con4wrap .movie iframe{width:100%;height:calc(34vw - 1px);}


.sub1-4 .con4wrap .title_wrap2 ul.map {
	width:100%;
}
.sub1-4 .con4wrap .title_wrap2 ul.map li {
	width:48%;
	margin:1%;
	height:380px;
	float:left;
}





.sub1-1 .box_area {width:80%;display:inline-block;margin:0 auto;}
.sub1-1 .box_left_area {width: 46%;float: left;margin:2%}
.sub1-1 .box_left_area img {width:100%}
.sub1-1 .box_right_area {width: 46%;float: left;margin:2%}


@media screen and (max-width:450px){
	.sub1-1 .box_area {width:100%;display:inline-block;}
.sub1-1 .box_left_area {width: 100%;float: left;margin:2%}
.sub1-1 .box_left_area img {width:100%}
.sub1-1 .box_right_area {width: 100%;float: left;margin:2%}

}



/*테이블*/

.s1_3_1_table{width:100%;}
.s1_3_1_table table{width:100%;margin:24px 0;}
.s1_3_1_table th{border:1px solid #e2e2e2;background:#f5f5f5;text-align:Center;padding:15px;color:#666;font-size:20px;line-height:40px;}
.s1_3_1_table td.this {font-weight:bold;color:#6a3106;}
.s1_3_1_table td.left {text-align:left;padding:20px;}
.s1_3_1_table td.right {width:50%;text-align:right;border-left-color:#fff;padding-right:20px;}
.s1_3_1_table td{border:1px solid #e2e2e2;text-align:Center;padding:15px;color:#666;font-size:18px;line-height:30px;}
.s1_3_1_table td p {color:#6a3106;font-weight:bold;}


.s1_3_2_table{width:100%;}
.s1_3_2_table table{width:100%;margin:24px 0;}
.s1_3_2_table th{border:1px solid #b1923d;background:#b1923d;text-align:Center;padding:15px 20px;color:#fff;font-size:20px;line-height:40px;}
.s1_3_2_table th.this {background:#f5f5f5;padding:15px 0;color:#666;font-size:20px;line-height:30px;}
.s1_3_2_table td.this {border:1px solid #e1dbd3;padding:15px 20px;color:#000;font-size:18px;line-height:30px;}
.s1_3_2_table td{padding:15px 20px;color:#666;font-size:18px;line-height:35px;}
.s1_3_2_table td p {color:#3652ff;}
.s1_3_2_table td.color {font-family: 'SANGJUHaerye';border:1px solid #e2e2e2;background-color:#fefdec;color:#000;font-size:20px;text-align:center;}
.s1_3_2_table td.color2 {border:1px solid #e2e2e2;color:#000;font-size:18px;;text-align:left;}
.s1_3_2_table td img {float:left;margin:20px;border-radius:10px;border:5px solid #fff;}



.s2_2_table{width:100%;}
.s2_2_table table{width:100%;margin:24px 0;}
.s2_2_table th{border:1px solid #e2e2e2;background:#f5f5f5;text-align:Center;padding:15px;color:#666;font-size:20px;line-height:40px;}
.s2_2_table td{text-align:left;border:1px solid #e2e2e2;padding:15px;color:#666;font-size:18px;line-height:30px;}
.s2_2_table td.color2 {font-family: 'SANGJUHaerye';color:#6a3106;font-size:20px;text-align:center;}
.s2_2_table td.center {padding:30px 0;text-align:center;}




.s2_5_table{width:100%;margin:1% 0;}
.s2_5_table table{width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;}
.s2_5_table th{
	 color:#fff;
  background:#1b1e24;
  border-bottom: 1px solid #cccccc;
  font-size:18px;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}
.s2_5_table tr{border-bottom: 1px solid #cccccc;}
.s2_5_table td {
  font-size:18px;
  padding:20px;
  border-right: 1px solid #cccccc;
  padding: 10px;
  transition: all 0.2s;
}
.s2_5_table td:last-child {
  border-right: 1px solid #cccccc;
}


.s2_6_table{width:100%;}
.s2_6_table table{margin-bottom:24px;width:100%;}
.s2_6_table th{color:#fff;background:#745a47;border-bottom: 1px solid #cccccc;font-size:16px;padding:15px 30px;text-align:center;
}
.s2_6_table td{border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-left:5px solid #6a3106;text-align:left;padding:15px 30px;color:#666;font-size:16px;}
.s2_6_table td.center {padding:0 50px;text-align:center;border:0px solid #e2e2e2;}
.s2_6_table td.grey {border:0;text-align:left;padding:15px 30px;color:#666;font-size:16px;background-color:#f7f7f7;line-height:25px;}



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

.s1_3_1_table table {width:100%;}
.s1_3_1_table col {width:100%;}
.s1_3_1_table tr {
    display:block;
	width:100%;
    border-top:none;
	border-bottom:2px solid #000;
  }
.s1_3_1_table th, .s1_3_1_table td {
    display:block;
	width:100%;
    position:relative;
    padding:10px 20px ;
    border-width:0 0 1px 0;
  }
  .s1_3_1_table td.left {font-size:14px;text-align:left;}



.s1_3_2_table col {width:100%;}
.s1_3_2_table tr {
    display:block;
	width:100%;
    border-top:none;
  }
.s1_3_2_table th, .s1_3_2_table td {
    display:block;
	width:100%;
    position:relative;
    padding:10px 20px ;
    border-width:0 0 1px 0;
  }


.s2_2_table col {width:100%;}
.s2_2_table tr {
    display:block;
	width:100%;
    border-top:none;
	border-bottom:2px solid #000;
  }
.s2_2_table th, .s2_2_table td {
    display:block;
	width:100%;
    position:relative;
    padding:10px 20px ;
    border-width:1px;
  }
  .s2_2_table td p {text-align:center !important;font-size:18px !important;}


.s2_5_table col {width:100%;}
.s2_5_table tr {
    display:block;
	width:100%;
    border-width:0;
  }
.s2_5_table th, .s2_5_table td {
    display:block;
	width:100%;
	text-align:center;
    position:relative;
    padding:10px 20px ;
    border:0;
  }
.s2_5_table td {background-color:#f6f6f6;}
.s2_5_table td:last-child {
  border-right: 0 solid #cccccc;
}



.s2_6_table col {width:100%;}
.s2_6_table tr {
    display:block;
	width:100%;
    border-width:0;
  }
.s2_6_table th, .s2_6_table td {
    display:block;
	width:100%;
	text-align:center;
    position:relative;
    padding:10px 20px ;
    border:0;
  }
.s2_6_table td {background-color:#f6f6f6;}
.s2_6_table td:last-child {
  border-right: 0 solid #cccccc;
}



}
/*테이블*/





.sub4-4 .con4wrap .title_wrap ul {width:100%;display:inline-block;}
.sub4-4 .con4wrap .title_wrap ul li {width:48%;float:left;padding:30px;margin:1%;}
.sub4-4 .con4wrap .title_wrap ul li h2 {text-align:center;font-family: 'SANGJUHaerye';font-size: 30px; font-weight: 300;line-height: 50px;}




.sub1-1 .con1wrap .s4_4_1 ul {display:inline-block;margin:1% 0;width:100%;}
.sub1-1 .con1wrap .s4_4_1 ul li {width:19%;float:left;text-align:center;margin:0.5%;background-color:#f7f7f7;font-size:17px;line-height:25px;border-radius: 50%;}

.sub1-1 .con1wrap .s7_1 ul {width:100%;text-align:center;}
.sub1-1 .con1wrap .s7_1 ul li {width:18%;display:inline-block;padding:20px;margin:0.5%;border:1px solid #dcdcdc;font-size:19px;line-height:30px;
box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
  background:linear-gradient(#ffffff, #f6f6f6);}
.sub1-1 .con1wrap .s7_1 ul li a {color:#000;}
.sub1-1 .con1wrap .s7_1 ul li:hover {background: linear-gradient(#f6f6f6, #ffffff);}



/* Shutter Out Vertical */

/*
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border:1px solid #ddd;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#000;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius:100px;
  background: #b2550f ;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #fff;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

 */



/* 테두리 */
.sub1-4 .con4wrap .title_wrap ul li figcaption:after{
  content: ''; /* 비워둠 */
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto; /* 기준에서 정가운데 오도록 처리 */
}

.sub1-3 .ie9{display: none;}
@media screen and (max-width:1199px){
    .inner{width: 100%;}
    .sub1-1{padding-bottom: 80px;}
    .sub1_bannerwrap p>br{display: block;}
    .sub1-1 .con1_tbox>p>br{display: block;}
    .sub1-1 .left_area>div{margin: 0 auto;}
    .sub1-1 .left_area img{width: 100%;}
    .sub1-1 .left_area{width: 100%;margin-bottom:0;}
    .sub1-1 .right_area{width: 100%;margin-bottom:0;text-align:left;}
	.sub1-1 .con1_img {background-color:#96856e; margin-bottom:20px;text-align:center;}	
	.sub1-1 .right_area ul {width: 100%;}	
	.sub1-1 .con1_tbox {}	
	.sub1-1 .con1_tbox>p{text-align:center;}

    .sub1-2 .tbox>p>br{display: none;}
    .sub1-1 .con1_tbox>h5{text-align: left;}
    .sub1-1 .con1_tbox>p{text-align: left;}
    .sub1-2 .article{width: 31.33%; margin: 0 1%;}
    .sub1-2 .tbox>h5{word-break: keep-all;}
	.sub_intro .section .title_wrap2 ul {width: 100%;margin:30px 0;display:inline-block;}
	.sub_intro .section .title_wrap2  li{padding:20px;width: 100%;border:1px solid #eee;}
	.sub_intro .section .title_wrap2 span {display:block;}
	.sub1-1 .con1wrap h3 span {display:block;}
	
}
@media screen and (max-width:1024px){
    .sub1-3 article{width: 50%; margin-bottom: 20px; padding-left: 30px;}
    .sub1-3 article:nth-child(2n){float: right;}
    .sub1-3 article:nth-child(2n-1){float: left;}
    .sub1-3 article:nth-child(4), .sub1-3 article:nth-child(5), .sub1-3 article:nth-child(6){margin: 0 0 20px;}
    .sub1-3 .con3_sect1 .line{left: 44px;}
    .sub1-3 .con3_sect1 .year{margin-bottom: 20px; font-size: 30px; line-height: 40px;}
    .sub1-3 .con3_sect1 .desc .date{margin-right: 10px; line-height: 30px; font-size: 15px;}
    .sub1-3 .con3_sect1 .desc p{width: 60%; line-height: 30px; font-size: 15px;}	
}

@media screen and (max-width:980px){
    .section .title_wrap{padding: 80px 0;}
    .sub1-2 .blueline{display: none;}
    .sub_intro .tbox{position: relative;}
    .tbox:before{position: absolute;content: ''; width: 70px; height: 2px; background: #1659a3; top: 20px; left: 40px;}
    .sub1-2 .article{width: 700px; margin: 0 auto;overflow: hidden; padding: 40px 0px;}
    .sub1-2 .article>div{float: left;}
    .sub1-2 .tbox{float: left; padding: 40px 40px;}
    .sub1-2 .tbox>h5{text-align: left;}
    .sub1-2 .tbox>p{text-align: left;}
    .sub1-2 .tbox>p>br{display: block;}
	.sub1-2 ul li {
	font-size:18px;width:30%;margin:0.5%;padding:10px 20px;float:left;text-align:center;
  color:#666666;
  border:1px solid #ddd;
  font-weight:bold;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  text-shadow:inset 0px 1px 0px #ffffff;
  background:linear-gradient(#f9f9f9, #e9e9e9);}

.sub1-2 ul li:hover {font-size:18px;width:30%;margin:0.5%;padding:10px 20px;
  color:#fff;
  border:1px solid #314179;
  box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  background:linear-gradient(#637aad, #5972a7);}
.sub1-2 ul li.this {font-size:18px;width:30%;margin:0.5%;padding:10px 20px;
  color:#fff;
  border:1px solid #314179;
  box-shadow:inset 0px 1px 0px 0px #7a8eb9;
  background:linear-gradient(#637aad, #5972a7);}
}

.s4_1 ul {width: 100%;margin:30px 0;text-align:center;}
.s4_1 ul li{padding:40px 150px;border-radius:200px;text-align:center;margin:20px;
  text-shadow: 0px 1px 0px #fff;
  background-image: linear-gradient(to right, #9dddf7 0%, #fff 51%, #9dddf7 100%);display:inline-block;}
.s4_1 ul li .tit {font-size: 30px; color:#000;font-weight: 500; }
.s4_1 ul li .tit2 {font-size: 22px; font-weight: 300; line-height: 35px;}


.s5_1 ul {
	width:100%;
}
.s5_1 ul li {
	float:left;
	background-color:#eef9e8;
	font-size:25px;
	line-height:30px;
	color:#277500;
}




.sub_intro .section .title_wrap2 .s5_6 ul {
	width:100%;
}
.sub_intro .section .title_wrap2 .s5_6 ul li {
	float:left;
	width:48%;
	margin:1%;
	border-radius:20px;
	background-color:#f2eed7;
	border:1px solid #cfc690;
	font-size:18px;
	line-height:30px;
}

.sub_intro .section .title_wrap2 .s5_6 ul li p {
	font-size:22px;
	line-height:50px;
	font-family: 'SANGJUHaerye';
}

.sub_intro .section .title_wrap2 .s5_6_1 ul {
	width:100%;
}
.sub_intro .section .title_wrap2 .s5_6_1 ul li {
	float:left;
	width:18%;
	margin:1%;
	border-radius:20px;
	background-color:#f5f5f5;
	font-size:16px;
	line-height:30px;
}

.sub_intro .section .title_wrap2 .s5_6_1 ul li p {
	font-size:20px;
	line-height:50px;
	font-family: 'SANGJUHaerye';}

}

@media screen and (max-width:800px){
    .sub1_bannerwrap .bnr_hexagon{width: 100%; padding-top: 0;}
    .sub1_bannerwrap .bnr_hexagon>div{width: 31.33%; height: auto; margin: 0 1%;}	
	.sub1-1 .bottom_area li{width: 100%;border:1px solid #eee;}
	
.s4_1 ul {width: 100%;margin:30px 0;display:inline-block;}
.s4_1 ul li{width: 100%;border-radius:50px;text-align:center;margin:1%;}
.s4_1 ul li .tit {font-size: 35px; color:#000;font-weight: 500; }
.s4_1 ul li .tit2 {font-size: 30px; font-weight: 300; line-height: 35px;}
.sub1-4 .con4wrap .title_wrap ul {width:100%;text-align:center;}
.sub1-4 .con4wrap .title_wrap ul li {width:98%;display:inline-block;padding:30px;margin:1%;}
.sub1-4 .con4wrap .title_wrap ul li h2 {text-align:center;font-family: 'SANGJUHaerye';font-size: 30px; font-weight: 300;line-height: 50px;}


}
@media screen and (max-width:768px){
    .section .title_wrap{padding: 70px 0;}
    .section .title_wrap>h4{font-size: 40px;}
    .section .title_wrap>p{font-size: 28px;}
    .sub1_bannerwrap>.bnr_img{height: 800px;}
    .sub1_bannerwrap h2{font-size: 48px;}
    .sub1_bannerwrap h3{font-size: 36px;}
    .sub1-1 .left_area{width: 100%;}
    .sub1-2 .article{width: 100%;}
    .sub1-2 .article>div{float: none;}
    .sub1-2 .blueline{display: block;}
    .sub1-2 .tbox{float: none;}
    .sub1-2 .tbox::before{display: none;}
    .sub1-2 .tbox>h5{text-align: center;}
    .sub1-2 .tbox>p{text-align: center;}
    .sub1-2 .tbox{padding: 0;}
    .sub1-3 .con3_sect1 .desc{margin-bottom: 10px;}
    .sub1-3 .con3_sect1 .desc p{width: 58%;}
    .sub1-3 .con3_sect1 .year::before{margin-right: 10px; background-size: 24px auto;}
    .sub1-3 .con3_sect1 .desc::before{margin-right: 10px; background-size: 14px auto;
}

	
.sub1-1 .con1wrap .s7_1 ul {width:100%;display:inline-block;}
.sub1-1 .con1wrap .s7_1 ul li {width:48%;float:left;text-align:center;padding:20px;margin:1%;border-radius:5px;border:1px solid #3b6e22;font-size:22px;line-height:30px;
 box-shadow:inset 0px 1px 0px 0px #9acc85;
  background:linear-gradient(#74ad5a, #68a54b);}
.sub1-1 .con1wrap .s7_1 ul li a {color:#fff;}
.sub1-1 .con1wrap .s7_1 ul li:hover {
  background: linear-gradient(#68a54b, #74ad5a);}
.sub4-4 .con4wrap .title_wrap ul {width:100%;display:inline-block;}
.sub4-4 .con4wrap .title_wrap ul li {width:98%;float:left;padding:30px;margin:1%;}

}
@media screen and (max-width:600px){
    .sub1-3 .con3_sect1{display: none;}
    .sub1-3 .swiper-container.sub_intro{display: block;}
    .sub1-3 .btnWrap{display: block;}
    .swiper-slide>img{margin: 0 auto;}
    .sub_intro .btnWrap{z-index: 999;}
    .sub_intro .section .title_wrap{padding: 70px 0;}
    .sub_intro .section .title_wrap>h4{font-size: 30px; line-height: 30px;}
    .sub_intro .section .title_wrap>p{font-size: 18px; line-height: 30px;}
    .sub1_bannerwrap>.bnr_img{height: 600px;}
    .sub1_bannerwrap h2{font-size: 36px; line-height: 45px;}
    .sub1_bannerwrap h3{font-size: 26px; line-height: 45px;}
    .sub1_bannerwrap p{font-size: 14px;}
    .sub1_bannerwrap .bnr_hexagon{margin-top: 45px;}
	
	.sub1-1 .con1wrap h5 {}
    .sub1-1 .con1_tbox{width: 100%; padding-left: 0;}
    .sub1-1 .con1_tbox>h5{font-size: 22px;}
    .sub1-1 .con1_tbox>p{font-size: 16px;}
    .sub1-1 li:nth-child(2){padding: 40px 0;}
	.sub1-1 .art_wrap2 {padding: 30px 50px;}
    .sub1-2 .article{width: 100%;}
    .sub1-2 .tbox>h5{font-size: 17px;}
    .sub1-2 .tbox>p{font-size: 13px;}
    .sub1-2 .blueline>div{height: 40px;}
    .sub1-2 .blueline{padding: 20px 0;}
    .sub1-3{width: 100%; height: 500px;position: relative;}
    .swiper-container.sub_intro{display: block;width: 80%; margin: 0 15%; position: relative;}
    .swiper-container.sub_intro .swiper-slide{width: 100%; height: 260px;}
    .sub_intro .btnWrap{display: block;width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; bottom: 230px;  overflow: hidden;}
    .sub_intro .swiper-button-next1{float: left; outline: 0;}
    .sub_intro .swiper-button-prev1{float: right; outline: 0;}
    .swiper-container.sub_intro .line{position: absolute; width: 2px; height: 100%; background: #ddd; left: 14px; top: 6px;}
    .swiper-container.sub_intro .year{float: left; margin-bottom: 20px; font-size: 25px; font-weight: 700; line-height: 40px; color: #1659a3;}
    .swiper-container.sub_intro .year::before{display: block; float: left; margin-right: 10px; position: relative; z-index: 1; content:""; width: 30px; height: 40px; background: url(../img/history_icon1.png) 100% center no-repeat; background-position: center; background-size: 24px auto;}
    .swiper-container.sub_intro .desc{float: left; margin-bottom: 10px; width: 100%;}
    .swiper-container.sub_intro .desc::before{display: block; float: left; margin-right: 10px; position: relative; z-index: 1; content: ""; width: 30px; height: 30px; background: url(../img/history_icon2.png) 100% center no-repeat; background-position: center; background-size: 14px auto;}
    .swiper-container.sub_intro .desc .date{display: block; float: left; margin-right: 10px; line-height: 30px; color: #999; font-size: 13px;}
    .swiper-container.sub_intro .desc p{float: left; width: 60%; line-height: 30px; color: #999; font-size: 13px;}	
	 .sub1-1 .con1wrap .img_left {width:100%;float:left;margin-right:0;margin-bottom:30px;}
	 
	.s1_3_1_table th{padding:20px;}
	.s1_3_1_table td{padding:20px;}
	

}
@media screen and (max-width:480px){
    .sub_intro .section .title_wrap{padding: 30px 0;}
    .sub_intro .section .title_wrap>h4{font-size: 22px; font-weight: 700; line-height: 40px; color: #333;}
    .sub_intro .section .title_wrap>p{font-size: 18px; line-height: 35px; color: #666;}
    .sub1_bannerwrap>.bnr_img{height: 500px;}
    .sub1_bannerwrap h2{font-size: 28px; line-height: 40px;}
    .sub1_bannerwrap h3{font-size: 18px; line-height: 30px;}
    .sub1_bannerwrap p{font-size: 12px; line-height: 20px; padding: 5px 0;}
    .sub1-1 .con1_tbox>h5{font-size: 18px;}
    .sub1-1 .con1_tbox>p{font-size: 14px;}
	
    .sub1-3{width: 100%; height: auto; padding-bottom: 0;}
    .btnWrap{width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; bottom: 40%;  overflow: hidden; }
    .sub_intro .swiper-button-next1{float: left;}
    .sub_intro .swiper-button-prev1{float: right;}
    .sub1-3{padding-bottom: 80px;}
    .swiper-container.sub_intro .year{font-size: 20px;}
}

@media screen and (max-width:400px){
    .swiper-container.sub_intro .swiper-slide{height: 300px;}
    .sub_intro .swiper-container.sub_intro.sub_intro{margin: 0 auto;}
    .swiper-container.sub_intro .desc p{width: 50%;}
	.sub_intro .section .title_wrap img {width:100%;}
}
@media screen and (max-width:360px){
    .sub1_bannerwrap .imgtextwrap{top: 22%;}
    .btnWrap{width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; overflow: hidden;}	
}
@media screen and (max-width:320px){
   .sub1-3{width: 100%;}
}
/*s1_1_1*/




/*연혁*/
.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;}
.right {text-align: right;}
.left {text-align: left;}
.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;}	
}
/*연혁*/


/*조직도*/


.system2 { position:relative; margin:0 auto;width: 1200px; background: url("../img/sub/s5_1_1.png") no-repeat center;display: table;}

.system2 .sys_tit1{ width:35%;margin: 0 auto 20px; 
font-size: 22px;display: block;vertical-align: middle;text-align: center;padding: 20px;color: #fff;line-height: 30px;border-radius: 10px;background-color: #b2550f}
.system2 .sys_tit2{ width:20%;margin: 0 auto 20px; 
font-size: 20px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #6a3106;line-height: 30px;border-radius: 10px;border: 1px solid #ebd3c1;background: #f5f0eb;}

.system2 ul.sys_side {width:25%;position:absolute;top:100px;right:0; }
.system2 ul.sys_side li {font-size: 16px;border: 3px solid #b2550f;padding:10px 0;margin:5px 0;border-radius: 10px;}

.system2 .bottom {width:100%;position:relative; margin-top:250px;display: inline-block;}
.system2 .bottom .sys_half {width:50%;float:left;}
.system2 .bottom .sys_half .sys_tit3 { width:40%;margin: 0 auto 20px; 
font-size: 20px;display: block;vertical-align: middle;text-align: center;padding: 15px;color: #fff;line-height: 30px;border-radius: 10px;background-color: #8d5022}
.system2 .bottom .sys_half .sys_tit4 { width:30%;margin: 0 auto 20px; 
font-size: 18px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #000;line-height: 30px;border-radius: 10px;border: 1px solid #ebd3c1;background: #f5f0eb;}
.system2 .bottom .sys_half .sys_tit5 { width:50%;margin: 0 auto 20px; 
font-size: 16px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #000;line-height: 30px;border-radius: 10px;background: #f5dede;}
.system2 ul.sys_side2 {width:100%;text-align:center; }
.system2 ul.sys_side2 li {background-color:#fff;width:23%;display:inline-block;font-size: 14px;border: 1px solid #b2550f;padding:10px 0;margin:0.5%;border-radius: 10px;}
.system2 ul.sys_side3 {width:100%;text-align:center; }
.system2 ul.sys_side3 li {width:18%;display:inline-block;font-size: 14px;background-color:#fff;border: 1px solid #b2550f;padding:10px 0;margin:0.5%;border-radius: 10px;}




.sub1-1 .con1wrap ul.system { position:relative; width: 100%; height: 500px; background: url("../img/sub/s1_1_1.png") no-repeat center; color:#000;}
.sub1-1 .con1wrap ul.system p { display:table; width: 318px; margin: 0 auto 20px; margin-top:30px;background: #fff;}
.sub1-1 .con1wrap ul.system b {font-size:24px; display: table-cell; vertical-align: middle; text-align: center; padding:20px;color:#fff;line-height:30px;border-radius:30px;background-color:#b2550f;}
.sub1-1 .con1wrap ul.system span {width:50%;float:left;font-size:20px;text-align: center; line-height:50px;font-weight:500;}
.sub1-1 .con1wrap ul.system em { display:block; font-weight: normal;}

.sub1-1 .con1wrap ul.system ul {width:100%;}
.sub1-1 .con1wrap ul.system ul li {width:100%;margin:auto 0;padding:10px 0;}
.sub1-1 .con1wrap ul.system ul li.this {width:100%;margin:auto 0;padding:10px 0;margin-top:-60px;}
.sub1-1 .con1wrap ul.system .depth2 div { margin:5px 0; padding: 10px 0 ; width: 100%; border: 1px solid #ccd9e3; background: #fff; line-height: 26px; text-align: center;font-size:16px;
  border-radius:28px;}
.sub1-1 .con1wrap ul.system ul.depth2 {position:absolute;left:175px;top:130px;}
.sub1-1 .con1wrap ul.system ul.depth2 li {width:24%;}

.sub1-1 .con1wrap ul.system .depth3 strong { display: block; width: 100%; height: 55px; line-height: 55px; border: 1px solid #ebd3c1; background: #f5f0eb; text-align: center;font-size:20px;
  border-top-left-radius:28px;
  border-top-right-radius:28px;}
.sub1-1 .con1wrap ul.system .depth3 div { padding: 18px 0; width: 100%; display:inline-block;border: 1px solid #ebd3c1; border-top: none; background: #fff;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;}
.sub1-1 .con1wrap ul.system .depth3 div i {font-weight:bold;color:#1468a4;}
.sub1-1 .con1wrap ul.system ul.depth3 {width:100%;}
.sub1-1 .con1wrap ul.system ul.depth3 li {width:48%;margin:1%;float:left;padding:10px 0;}



.sub1-1 .con1wrap ul.system .depth4 strong { display: block; width: 100%; height: 55px; line-height: 55px; border: 1px solid #ebd3c1; background: #f5f0eb; text-align: center;font-size:20px;
  border-top-left-radius:28px;
  border-top-right-radius:28px;}
.sub1-1 .con1wrap ul.system .depth4 div { padding: 18px 0; width: 100%; display:inline-block;border: 1px solid #ebd3c1; border-top: none; background: #fff;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;}
.sub1-1 .con1wrap ul.system .depth4 div i {font-weight:bold;color:#1468a4;}
.sub1-1 .con1wrap ul.system ul.depth4 {width:100%;}
.sub1-1 .con1wrap ul.system ul.depth4 li {width:48%;margin:1%;float:left;padding:10px 0;}



@media screen and (max-width: 1040px) {
	.sub1-1 .con1wrap ul.system { background-size: 50% auto;background: url(../img/sub/s1_1_4.jpg) no-repeat center 20px; color:#000;}

.system2 { position:relative; margin:0 auto;width: 100%; background: url("") no-repeat center;display: table;}

.system2 .sys_tit1{ width:100%;margin: 0 auto 20px; 
font-size: 22px;display: block;vertical-align: middle;text-align: center;padding: 20px;color: #fff;line-height: 30px;border-radius: 10px;background-color: #b2550f}
.system2 .sys_tit2{ width:100%;margin: 0 auto 20px; 
font-size: 20px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #6a3106;line-height: 30px;border-radius: 10px;border: 1px solid #ebd3c1;background: #f5f0eb;}

.system2 ul.sys_side {width:100%;position:relative; }
.system2 ul.sys_side li {font-size: 16px;border: 3px solid #b2550f;padding:10px 0;margin:5px 0;border-radius: 10px;}

.system2 .bottom {width:100%;position:relative; margin-top:150px;display: block;}
.system2 .bottom .sys_half {width:100%;float:center;}
.system2 .bottom .sys_half .sys_tit3 { width:100%;margin: 0 auto 20px; 
font-size: 20px;display: block;vertical-align: middle;text-align: center;padding: 15px;color: #fff;line-height: 30px;border-radius: 10px;background-color: #8d5022}
.system2 .bottom .sys_half .sys_tit4 { width:100%;margin: 0 auto 20px; 
font-size: 18px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #000;line-height: 30px;border-radius: 10px;border: 1px solid #ebd3c1;background: #f5f0eb;}
.system2 .bottom .sys_half .sys_tit5 { width:100%;margin: 0 auto 20px; 
font-size: 16px;display: block;vertical-align: middle;text-align: center;padding: 10px;color: #000;line-height: 30px;border-radius: 10px;background: #f5dede;}
.system2 ul.sys_side2 {width:100%;text-align:center; }
.system2 ul.sys_side2 li {background-color:#fff;width:100%;display:inline-block;font-size: 14px;border: 1px solid #b2550f;padding:10px 0;margin:0.5% 0;border-radius: 10px;}
.system2 ul.sys_side3 {width:100%;text-align:center; }
.system2 ul.sys_side3 li {width:100%;display:inline-block;font-size: 14px;background-color:#fff;border: 1px solid #b2550f;padding:10px 0;margin:0.5% 0;border-radius: 10px;}

}

@media screen and (max-width: 640px) {
.sub1-1 .con1wrap ul.system span {width: 100%;}
}



/*조직도*/




/*오시는 길*/
.sub1-5 .contact_area { display: flex; flex-flow: wrap;}
.sub1-5 .map_area{position:relative;}
.sub1-5 .sub1-5 .map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1400px;z-index:100;}
.sub1-5 .sub1-5 .map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.sub1-5 .sub1-5 .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;}
.sub1-5 .sub1-5 .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;}
.sub1-5 .sub1-5 .map_area .txt .tx .tel{font-weight:300;}
.sub1-5 .sub1-5 .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;}

.sub1-5 .contact_address {width:40%;height:auto; line-height:1.7;}
.sub1-5 .contact_address ul {clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.sub1-5 .contact_address ul li {text-align:left;color: #555;margin-top: 5px;margin-bottom: 5px; font-size:18px}
.sub1-5 .contact_address { max-width:1240px; clear:both;}
.sub1-5 .contact_address:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.sub1-5 .contact_address ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.sub1-5 .contact_address .bus {width:100%; padding:50px 0;}
.sub1-5 .contact_address .subway {width:100%; padding:50px 0}
.sub1-5 .contact_address h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; text-align:left}

.sub1-5 .contact_map {width:60%;height:auto; line-height:1.7; padding-right: 30px;}

@media (max-width: 1400px){
	.sub1-5 .map_area .txt {margin-top: -30px;width: 1024px;}
	.sub1-5 .map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.sub1-5 .map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.sub1-5 .map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.sub1-5 .map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.sub1-5 .map_area .txt .contact .tel{font-weight:300;}
	.sub1-5 .map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
	.sub1-5 .contact_address {width:100%;}
	.sub1-5 .contact_map {width:100%; height:auto; padding: 30px 0px;}
}

@media screen and (max-width: 640px) {
	.sub1-5 .map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.sub1-5 .map_area .txt .logo img { height:20px}
	.sub1-5 .map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.sub1-5 .map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.sub1-5 .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;}
	.sub1-5 .map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
	.sub1-5 .contact_address {width:100%;}	
	.sub1-5 .contact_map {width:100%; height:auto; padding: 30px 0px;}
}
/*오시는 길*/






/* content01 */
.content01 .box { width:100%;display:block;}
.content01 .box .img_left { width:50%;float:left;text-align:center;margin:10px 0;}
.content01 .box .img_right {width:50%; float:left;text-align:center;margin:10px 0;}
.content01 .box span { display: inline-block; font-size:16px;line-height:50px;}

.content01 ul.s2_3_cir {width:100%;}
.content01 ul.s2_3_cir li {width:23%;float:left;margin:1%;text-align:center;}
.content01 ul.s2_3_cir li img {border-radius:50px;}
.content01 ul.s2_3_cir li p {font-size:30px;color:#823700;line-height:50px;}
.content01 ul.s2_3_cir li span {font-size:18px;color:#333;line-height:25px;}



.content01 .s2_3_1 {width:48%;margin:1%;float:left;}
.content01 .s2_3_1 .year{float: left; margin-bottom: 20px; font-size: 36px; font-weight: 700; line-height: 40px; color: #1659a3;}
.content01 .s2_3_1 .year::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content:""; width: 30px; height: 40px; background: url(../img/history_icon1.png) 100% center no-repeat; background-position: center;}
.content01 .s2_3_1 .desc{float: left; margin-bottom: 10px; width: 100%;}
.content01 .s2_3_1 .desc::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content: ""; width: 30px; height: 30px; background: url(../img/history_icon2.png) 100% center no-repeat; background-position: center;}
.content01 .s2_3_1 .desc .date{display: block; float: left; margin-right: 10px; line-height: 30px; color: #999; font-size: 17px;}
.content01 .s2_3_1 .desc p{float: left; width: 60%; line-height: 30px; color: #999; font-size: 17px;}


@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 .img_left { width:100%;float:left;text-align:center;margin:10px 0;}
	.content01 .box .img_left img  { width:100%}
.content01 .box .img_right {width:100%; float:left;text-align:center;margin:10px 0;}
.content01 .box .img_right img  { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}
	.content01 .s2_3_1 {width:98%;margin:1%;}
	.content01 ul.s2_3_cir {width:100%;}
.content01 ul.s2_3_cir li {width:48%;float:left;margin:1%;text-align:center;}


}
/* content01 */







/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; 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:100px; 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 {width:100%;}
.Instructions_area .colum { border-bottom:1px solid #ddd; padding-top:30px; padding-bottom:30px;}
.Instructions_area .colum .left { font-size:22px; font-weight:600; text-align:left;float:left;}
.Instructions_area .colum .right {float:left;}
@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}
}











@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}*/
	
} 



/*재생버튼*/	

	.play {
    padding: 10px 20px;
    background: #2e6db2;
    border: 1px solid #1c4092;
    text-align: Center;
    color: #fff;
    font-size: 18px;




