.main_color{
	color:#d89fa0;
}
.mgb20{
	margin-bottom:20px;
}
.pdb20{
	padding-bottom:20px;
}
/*-------------------------animation-----------------------*/
.text_ani{
	animation: textfadeup 1s;
}
.text_ani2{
	animation: textfadeup 2s;
}
.text_ani3{
	animation: textfadeup 4s;
}

.text_ani_01{
	animation: textfadeup 1s;
}
.text_ani_02{
	animation: textfadeup 2s;
}
.text_ani_03{
	animation: textfadeup 3s;
}
.text_ani_04{
	animation: textfadeup 4s;
}
.text_ani_05{
	animation: textfadeup 5s;
}
@keyframes textfadeup {
     0% {
            opacity: 0;
            transform: translate3d(0, 50%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
}
@-moz-keyframes textfadeup { /* Firefox */
    0% {
            opacity: 0;
            transform: translate3d(0, 50%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
}
@-webkit-keyframes textfadeup { /* Safari and Chrome */
    0% {
            opacity: 0;
            transform: translate3d(0, 50%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
}
@-o-keyframes textfadeup { /* Opera */
     0% {
            opacity: 0;
            transform: translate3d(0, 50%, 0);
        }
        to {
            opacity: 1;
            transform: translateZ(0);
        }
}
/*----------------------한의원소개----------------------------*/
.wrap{
	background:url("/html/assets/img/sub/about_bg.svg") no-repeat 110% 85%;
	background-size: 700px;
}
.about_sec_bictitle{
	font-size:28px;
	font-weight:700;
	line-height:1.4;
	color:#343434;
	letter-spacing:-2px;	
}
.about_sec_title{
	font-size:22px;
	font-weight:700;
	line-height:1.4;
	color:#343434;
	margin-bottom:15px;
}
.about_sec_article{
	font-size:18px;
	font-weight:400;
	line-height:1.4;
	color:#343434;	
}
.sec_01_btm{
	width:100%;
	height:400px;
	position:relative;
}
.sec_01_btm_img{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.sec_01_btm_bg{
	width:100%;
	height:100%;
	background:url("/html/assets/img/sub/about_sec_01_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.bg {
  position: absolute;
  top: 0px;
  left: 0px;
}
@-webkit-keyframes zoom-b {
  0% {
  	-ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2) translateZ(1px);    
  }
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@-moz-keyframes zoom-b {
  0% {
  	-ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2) translateZ(1px);    
  }
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@-o-keyframes zoom-b {
  0% {
  	-ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2) translateZ(1px);    
  }
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
@keyframes zoom-b {
   0% {
  	-ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2) translateZ(1px);    
  }
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
}
.type-b {
  -webkit-animation:zoom-b 10s linear /*infinite*/   alternate; /* Safari 4+ */
  -moz-animation:zoom-b 10s linear  /*infinite*/  alternate; /* Fx 5+ */
  -o-animation: zoom-b 10s linear  /*infinite*/  alternate; /* Opera 12+ */
  animation: zoom-b 10s linear  /*infinite*/  alternate; /* IE 10+, Fx 29+ */
}
.radius1_out{
	position:absolute;
	left:-100px;
	bottom:-100px;
	width: 230px;
    height: 230px;
    background: #fff;   
    border-radius: 100%;
}
.radius1_out .radius1{
	position:absolute;
	left:25px;
	bottom:22px;
	display: block;
	width: 80%;
    height: 80%;
    background: #d89fa0;   
    border-radius: 100%;
	opacity: 0.2;
}
.radius1_out .radius2{
	position:absolute;
	left:49px;
	bottom:46px;
	display: block;
	width: 60%;
    height: 60%;
    background: #d89fa0;   
    border-radius: 100%;
	opacity: 0.2;
}
.radius1_out .radius3{
	position: absolute;
    left: 72px;
    bottom: 69px;
	display: block;
	width: 40%;
    height: 40%;
    background: #d89fa0;   
    border-radius: 100%;
	opacity: 0.2;
}
.radius1_out .radius4{
	position: absolute;
    left: 50px;
    top: -10px;
    display: block;
    width: 11%;
    height: 11%;
    background: #d89fa0;
    border-radius: 100%;
    opacity: 0.2;
}
.radius_k{
	font-size:80px;
}
.radius_t{
	font-size:18px;
	position: absolute;
    right: -130px;
    bottom: 10px;
	color:#343434;
}
.sec_01_btm2{
	width:100%;
	box-sizing:border-box;
	padding-top:100px;	
	display: flex;
    justify-content: flex-end;
}
.sec_01_btm2_text{
	width:600px;	
	max-width:100%;
	padding:30px 70px;
	box-sizing:border-box;
}
.sec_01eng{
	font-weight:700;
	position:relative;
	display: inline-block;
	font-size:18px;
	letter-spacing:.5px;	
}
.sec_01eng:after{
	position:absolute;
	bottom:4px;
	right:-10px;
	content:" ";
	width:5px;
	height:5px;
	background:#d89fa0;
}

.about_sec_02{
	width:100%;	
    align-items: center;
	overflow:hidden;
}
.about_sec_02_left{
	width: calc(50% - 30px);
	position:relative;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	margin-top: 150px;
	margin-left:30px;
}
.about_sec_02_left:before{
	position:absolute;
	top:6px;
	left:0;
	content:" ";
	width:0;
	height:88%;
	border-right:3px solid #d89fa0;
}
.about_sec_02_right{
	float:right;
	width:50%;
	height:400px;
	background:url("/html/assets/img/sub/about_sec_02_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.about_sec_03{
	width:100%;
	height:450px;
	background:url("/html/assets/img/sub/about_sec_03_bg.jpg") no-repeat 50% 100%;
	background-size: cover;
}
.about_sec_03_text{
	width:100%;
	margin-top:-150px;
	padding:0 0 0 60px;
	box-sizing:border-box;
}

.about_sec_04{
	display:flex;
	padding-left:60px;
	box-sizing:border-box;
	align-items: center;	
}
.about_sec_04_img{
	width:500px;
	height:320px;
	background:url("/html/assets/img/sub/about_sec_04_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.about_sec_04_text{
	width:calc(100% - 500px);
	padding-left:60px;
	box-sizing:border-box;
}
.about_sec_04_text span{
	display:block;
	width:25px;
	height:3px;
	background:#d89fa0;
	margin-bottom:10px;
}

.about_sec_05{
	display:flex;
	padding-left:60px;
	box-sizing:border-box;
	align-items: center;	
}
.about_sec_05_img{
	width:500px;
	height:520px;
	background:url("/html/assets/img/sub/about_sec_05_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.about_sec_05_text{
	width:calc(100% - 500px);
	padding-left:60px;
	box-sizing:border-box;
}
.about_sec_05_text span{
	display:block;
	width:25px;
	height:3px;
	background:#d89fa0;
	margin-bottom:10px;
}
/*한의원소개 끝*/


/*------------------------의료진 소개 --------------------------*/
.doctor_sec_01{
	width:100%;
	display:flex;
	justify-content: flex-end;
	position:relative;
}
.doctor_sec_01_text{
	width:1400px;
	max-width:95%;
	height:auto;	
	position:absolute;
	top:160px;
	left:50%;
	transform: translateX(-50%);
}
.doctor_sec_01_text_in{
	width:500px;
	max-width:100%;
	height:100%;	
	position:relative;
}
.doctor_sec_01_text_in:after{
	content:"";
	widtH:300px;
	height:356px;
	background:url("/html/assets/img/sub/doc_sec01_dot_02.png") no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	top: -140px;
    left: -115px;
	z-index:-1;
	animation: textfadeup 10s;
}
.doctor_sec_01_img{
	width:55%;
	height:400px;	
	border-radius:500px 0 0 500px;
	background:url("/html/assets/img/sub/doc_sec01_bg.png") no-repeat 100% 50%;
	background-size:cover;
	margin-top:30px;
	position:relative;
}
.doctor_sec_01_img:before{
	content:"";
	widtH:100px;
	height:100px;
	background:url("/html/assets/img/sub/doc_sec01_dot_01.png") no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	top:-70px;
	left:-25px;
	animation: textfadeup 7s;
}
.doctor_sec_01_img:after{
	content:"";
	width:340px;
	height:430px;
	background:url("/html/assets/img/sub/doc_sec01_doctor.png") no-repeat 50% 50%;
	background-size:contain;
	position:absolute;
	bottom:0px;
	left:30%;
}
.doctor_sec_bictitle{
	font-size:30px;
	font-weight:700;
	line-height:1.4;
	color:#343434;
	letter-spacing:-1px;	
}
.doctor_sec_title{
	font-size:22px;
	font-weight:400;
	line-height:1.4;
	color:#343434;
	letter-spacing:-1px;	
}
.doctor_sec_02_title{
	font-size:22px;
	font-weight:700;
	line-height:1.4;
	color:#343434;
	padding-bottom:15px;
	margin-bottom:35px;
	border-bottom:3px solid #d89fa0;
}
.doctor_sec_02_in{
	display: flex;
    justify-content: space-between;
}
.doctor_sec_02_in ul{
	width:48%;
	box-sizing:border-box;
}
.doctor_sec_02_in ul li{
	line-height:1.4;
	font-size:18px;
	font-weight:400;
	color:#343434;
	padding-left:15px;
	padding-bottom:15px;
	border-left:1px solid #eee;
	position:relative;
}
.doctor_sec_02_in ul li:before{
	position:absolute;
	top: 8px;
    left: -6px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #d89fa0;
}
.doctor_sec_02_in ul li:last-child{
	padding-bottom:0px;
}
/*의료진소개 끝*/

/*---------------진료시간 안내------------------*/
.t_center{
	text-align:center;
}
.text_r{
	color:#ad0f0f;
	font-weight: 500 !important;
}
.announcement_wrap table {
    position: relative;
    width: 100%;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
}
.announcement_wrap table thead tr {
    border-top: 3px solid #d89fa0;
    background-color: #f9f9f9;
}
.announcement_wrap table th:first-child {
    border-left: 1px solid #d4d4d4;
}
.announcement_wrap table thead tr th {
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    vertical-align: middle;
}
.announcement_wrap table th:first-child {
    border-left: 1px solid #d4d4d4;
}
.announcement_wrap table tbody tr th {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
	line-height:1.4;
}
.announcement_wrap table tbody tr td {
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
	line-height:1.4;
}

.an_title_dec{
	position:relative;
}
.an_title_dec:after{
	content:"";
	width:35px;
	height:0;
	border-bottom:3px solid #d89fa0;
	position:absolute;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.sec_02_customer ul{
	display:flex;
}
.sec_02_customer ul li{
	width:25%;
	height:auto;
	padding:25px;
	box-sizing:border-box;	
	text-align: center;
	display: flex;
    flex-direction: column;
	align-items:center;
}
.sec_02_customer_icon{
	width:155px;
	height:155px;
	display: flex;
    justify-content: center;
	background:#fff;
	box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);
	border-radius:100%;
	margin:0 auto;
}
.sec_02_customer_icon img{
	width:40%;
}
.sec_02_customer_t{
	font-size: 22px;
    margin: 20px 0;   
	font-weight:500;
	letter-spacing: -1.5px;
}
.customer_button{
	display: block;
    width: 185px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    border-radius: 10px;
    font-size: 14px;
	font-weight:500;
	letter-spacing:-.5px;
    margin: 0 auto;
    -webkit-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}

.announcement_sec_03_in{
	width:100%;
	background:#f8f8f8;
	position:relative;	
	overflow:hidden;
}
.announcement_sec_03_in:before{
	content:"";
	width:550px;
	height:550px;
	background:url("/html/assets/img/sub/medicine_system_sec02_bg.svg") no-repeat 0% 0%;
	position:absolute;
	top:-35%;
	left:-100px;
	z-index:0;
}
.announcement_sec_03_in:after{
	content:"";
	width:550px;
	height:550px;
	background:url("/html/assets/img/sub/medicine_system_sec02_bg.svg") no-repeat 0% 0%;
	position:absolute;
	bottom:-35%;
	right:-50px;
	z-index:0;
}
.announcement_sec_03_in ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_03_in_left .title_icon{
	display:block;
    width:100px;
    height:100px;
    background:url("/html/assets/img/sub/map_icon.svg") no-repeat center #fff;
    background-size:55%;
    border-radius:15px;
	box-shadow: 1px 1px 13px rgb(0 0 0 / 5%);
}
.sec_03_in_left_title{	
	padding:20px 0;
}
.sec_03_in_left_adress{
	font-size:16px;
	font-weight:100;
	line-height:1.5;
}

.sec_03_in_right{
	width:calc(100% - 450px);
	height:370px ;
	border-radius:8px;
	overflow:hidden;
}
#daumRoughmapContainer1642990414367{
	width:100%	!important;
	height:370px !important;
}
.map{
	height:370px !important;
}
.hide{
	display:none;
}
/*slider-box*/
.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box {
  margin: 0 18px;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .imgbox {
  border-radius: 20px;
  height: 270px;
  overflow: hidden;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox {
  position: relative;
  margin-top: -50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  padding-bottom: 13px;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner .slider-tit,
.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner .slider-desc {
  word-break: break-all;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner .slider-tit + .slider-desc {
  margin-top: 20px;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
  color: #d89fa0;
  font-size: 25px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-prev {
  left: -70px;
}

.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-next {
  right: -70px;
}
.announcement_sec_04_t{
	font-size:22px;
	font-weight:700;
	width:100%;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	line-height:1.4;
}
.announcement_sec_04_a{
	font-size:18px;
	font-weight:100;
	line-height:1.4;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: box; 
	margin-top:1px; 
	max-height:80px; 
	overflow:hidden; 
	vertical-align:top; 
	ext-overflow: ellipsis; 
	word-break:break-all; 
	-webkit-box-orient:vertical; -webkit-line-clamp:3
}
.slick-slide{
	padding: 0 0 5px 0;
    box-sizing: border-box;
}


/*----------공간소개-------------------*/
.space_se01 .title_box{
    display:flex;
    align-items: flex-start;
	justify-content: space-between;
}
.space_se01 .title_box .title{
    display:flex;
    align-items: center;    
}
.space_se01 .title_box .title .title_icon{
    display:block;
    width:90px;
    height:90px;
    background:url("/html/assets/img/sub/space_sec01_icon.svg") no-repeat center #f8f8f8;
    background-size:55%;
    border-radius:15px;
}
.space_se01 .title_box .title p{   
    padding-left:15px;
    font-size:30px;
    font-weight:700;
	line-height:1.5;
}
.space_se01 .title_box .subtitle{
    width:calc(100% - 400px);
    padding-top:35px;
}
.space_se01 .title_box .subtitle p{
    font-size:22px;
    font-weight:700;
    padding-bottom:25px;
	line-height:1.5;
}
.space_se01 .list_box{
	display: flex;
    justify-content: flex-end;
	margin-top:100px;
}
.space_se01 .list_box .right{
	width: calc(100% - 400px);
}
.space_se01 .list_box .right .right_top {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom:50px;
}
.space_se01 .list_box .right .right_top li{
	width:31%;
	text-align:center;	
	border:1px solid #dddddd;
	padding:50px 5px 25px 5px;
	box-sizing:border-box;
	border-radius:10px;
	position:relative;
}
.no_main1{
	width:60px;
	height:60px;
	line-height:60px;
	background:#d89fa0;
	position:absolute;
	top:-30px;
	left:50%;
	border-radius:100%;
	transform: translateX(-50%);
	font-size:20px;
	font-weight:500;
	color:#fff;
	letter-spacing:-.5px;
}
.no_main2{
	width:60px;
	height:60px;
	line-height:60px;
	background:#e6bbb1;
	position:absolute;
	top:-30px;
	left:50%;
	border-radius:100%;
	transform: translateX(-50%);
	font-size:20px;
	font-weight:500;
	color:#fff;
	letter-spacing:-.5px;
}
.right_top_t{
	font-size:22px;
	font-weight:700;
	line-height:1.4;
	margin-bottom:8px;
}
.right_top_a{
	font-size:18px;
	font-weight:100;
	line-height:1.4;
}

.space_se01 .list_box .right .right_btn {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
.space_se01 .list_box .right .right_btn li{
	width:48%;
	text-align:center;
	border:1px solid #dddddd;
	padding:50px 5px 25px 5px;
	box-sizing:border-box;
	border-radius:10px;
	position:relative;
}

.space_sec03 .title_box{
    display:flex;
    align-items: flex-start;
	justify-content: space-between;
}
.space_sec03 .title_box .title{
    display:flex;
    align-items: center;    
}
.space_sec03 .title_box .title .title_icon{
    display:block;
    width:90px;
    height:90px;
    background:url("/html/assets/img/sub/title_icon_01.svg") no-repeat center #f8f8f8;
    background-size:55%;
    border-radius:15px;
}
.space_sec03 .title_box .title p{
    padding-left:15px;
    font-size:30px;
    font-weight:700;
	line-height:1.5;
}
.space_sec03 .title_box .subtitle{
    width:calc(100% - 400px);
    padding-top:35px;
}
.space_sec03 .title_box .subtitle p{
    font-size:22px;
    font-weight:700;
    padding-bottom:15px;
	line-height:1.5;
}

.space_sec2 {
	position:relative;
	overflow:hidden;
}
.space_sec2:before{
	content:"";
	width:550px;
	height:550px;
	background:url("/html/assets/img/sub/medicine_system_sec02_bg.svg") no-repeat 0% 0%;
	position:absolute;
	top:-17%;
	left:-100px;	
}
.space_sec2:after{
	content:"";
	width:550px;
	height:550px;
	background:url("/html/assets/img/sub/medicine_system_sec02_bg.svg") no-repeat 0% 0%;
	position:absolute;
	bottom:-15%;
	right:-50px;	
}

/*slider-box*/
.space-wrap{
	width:100%;
	background:#f8f8f8;
}
.se-wrap{
	position:relative;
}
.space-wrap .se-wrap .titbox{
   	padding:30px;
	background:#d89fa0;
	display: inline-block;
	position:absolute;
	top: 0;
    left: 0;
    z-index: 22;
}
.space-wrap .se-wrap .titbox h3{
    font-size: 25px;
    letter-spacing: -0.05em;
}
.space-wrap .se-wrap .titbox h3.eng{
    font-size: 35px;
}
.space-wrap .se-wrap .titbox p{
    font-size: 18px;
    letter-spacing: .5px;   
    line-height: 1.4;
	color:#fff;
	font-weight:300;
}
.space-wrap .se-wrap .titbox p span{
	font-size: 24px;
	font-weight:500;
}
.space-wrap .se-wrap .contbox{
    width: 90%;
    margin:0 auto;
}

.space-wrap .se01 .contbox .slide{
    position: relative;
    height: 320px;
}

.space-wrap .se01 .contbox .slide .cv-text{
    position: absolute;
    bottom: 30px;left: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.space-wrap .se01 .contbox .slide ul{
    position: relative;
    height: 100%;
}
.space-wrap .se01 .contbox .slide li{
    display: none;
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
}
.space-wrap .se01 .contbox .slide li:first-of-type{
    display: block;
}
.space-wrap .se01 .contbox .slide li .frame{
    width: 100%;
    height: 100%;
}
.space-wrap .se01 .contbox .textbox{
    display: flex;
    margin-top: 30px;
}
.space-wrap .se01 .contbox .textbox .lft{
    font-size: 25px;
    margin-right: 110px;
    letter-spacing: -0.025em;
}
.space-wrap .se01 .contbox .textbox .rgt-01,
.space-wrap .se01 .contbox .textbox .rgt-02{
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
.space-wrap .se01 .contbox .textbox .rgt-02{
    margin-top: 20px;
}

.space-wrap .se-wrap .slide02{
    position: relative;
}
.space-wrap .se-wrap .slide02 .swiper-container{
    width: 100%;
}
.space-wrap .se-wrap .slide02 li{
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}
}
.space-wrap .se-wrap .slide02 li .frame{
    width: 100%;
    height: 100%;
}
.space-wrap .se-wrap .swiper-button-prev:after,
.space-wrap .se-wrap .swiper-button-next:after{
    color: #000;
    font-weight: 300;
    font-size: 36px;
    font-family: "Font Awesome 5 Pro";	
}
.space-wrap .se-wrap .swiper-button-prev:after{
    content: '\f060';
	color: #d89fa0;
	font-size:25px;
	transition: all 0.5s ease;
}
.space-wrap .se-wrap .swiper-button-next:after{
    content: '\f061';
	color: #d89fa0;
	font-size:25px;
	transition: all 0.5s ease;
}
.space-wrap .se-wrap .navigation .swiper-button-prev{
    left:-70px;
	width: 55px;
    height: 55px;
    background-color: #FFF;
    border-radius: 100%;
	box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);
	transition: all 0.5s ease;
}
.space-wrap .se-wrap .navigation .swiper-button-next{
    right:-70px;
	width: 55px;
    height: 55px;
    background-color: #FFF;
    border-radius: 100%;
	box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);
	transition: all 0.5s ease;
}

.space-wrap .se-wrap .act{
    position: absolute;
    top: -35px;
    right: 2px;
}
.space-wrap .se-wrap .act p{
    display: flex;
    align-items: center;
}
.space-wrap .se-wrap .act p span{
	font-size:18px;
	font-weight:700;
}
.space-wrap .se-wrap .act p .middlebar{
    display: block;
    width: 70px;
    height: 2px;
    background-color: #343434;
    margin: 0 12px;
}
.space-wrap .se-wrap .nametag{
    position: absolute;
    left: 195px;
    top: -45px; 
}
.space-wrap .se-wrap .nametag p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #d89fa0;
    font-size: 20px;
	font-weight:700;
    line-height: 1.4;
    text-align: right;
}
.space-wrap .linklist{
    width: 40%;
}
.space-wrap .linklist li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.space-wrap .linklist li .linka{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #4a4a4a;
    font-size: 20px;
}
.space-wrap .linklist li .linka .ico{
    color: #000;
    font-size: 13px;
    margin-left: 7px;
}
.space-wrap .se-wrap .slide02 li img{
	width:100%;
}
.frame01{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_01.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame02{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_02.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame03{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_03.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame04{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_04.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame05{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_05.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame06{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_06.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame07{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_07.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame08{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_08.jpg')no-repeat 50% 50%;
	background-size:cover;
}
.frame09{
	width:100%;
	height:100%;
	background:url('/html/assets/img/sub/space_bg_09.jpg')no-repeat 50% 50%;
	background-size:cover;
}
/*and*/

.space_sec03 .list_box{
	display: flex;
    justify-content: flex-end;
}
.space_sec03 .list_box .right {
    width: calc(100% - 400px);
}
.space_sec03 .list_box .right .right_top{
	display:flex;
	flex-wrap: wrap;
}
.space_sec03 .list_box .right .right_top li{
	width:50%; 
	display:flex;
	align-items: center;
	padding-right:10px;
	padding-bottom:40px;
	box-sizing:border-box;
}
.space_sec03 .list_box .right .right_top li:last-child{
	padding-bottom:0;
	width:100%;
}
.space_sec03 .list_box .right .right_top li span{
	width:120px;
	height:120px;
	border-radius:100%;
	background:#f8f8f8;
	margin-right:35px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.space_sec03 .list_box .right .right_top li span img{
	width:40%;
}














/* ---------------medicine_system 청정 한약 시스템--------------- */
/*medicine_system 청정 한약 시스템 section01*/
.medicine_system_se01{
    overflow:hidden;
}
.medicine_system_se01 .title_box{
    display:flex;
    align-items: flex-start;
}
.medicine_system_se01 .title_box .title{
    display:flex;
    align-items: center;
    width:400px;
}
.medicine_system_se01 .title_box .title .title_icon{
    display:block;
    width:90px;
    height:90px;
    background:url("/html/assets/img/sub/medicine_system_sec01_icon.png") no-repeat center #f8f8f8;
    background-size:40%;
    border-radius:15px;
}
.medicine_system_se01 .title_box .title p{
    width:calc(100% - 90px);
    padding-left:15px;
    font-size:30px;
    font-weight:700;
}
.medicine_system_se01 .title_box .subtitle{
    width:calc(100% - 400px);
    padding-top:35px;
}
.medicine_system_se01 .title_box .subtitle p{
    font-size:22px;
    font-weight:700;
    padding-bottom:25px;
}
.medicine_system_se01 .title_box .subtitle p span{
    color:#d89fa0;
    position:relative;
}
.medicine_system_se01 .title_box .subtitle p span::before , .medicine_system_se01 .title_box .subtitle p span::after{
    content:'';
    display:block;
    position:absolute;
    top:-3px;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#d89fa0;
}
.medicine_system_se01 .title_box .subtitle p span::before{
    left:7px;
}
.medicine_system_se01 .title_box .subtitle p span::after{
    right:7px;
}
.medicine_system_se01 .title_box .subtitle div{
    font-size:18px;
    font-weight:100;
    line-height:1.5;
}
.medicine_system_se01 .img_box{
    display: flex;
    justify-content: flex-end;
}
.medicine_system_se01 .img_box .right{   
    width:calc(100% - 400px);
    height:400px;
    margin-top:50px;	
}

.img_box_right_in{
	width:calc(100vw - (((100vw - 1400px) / 2) + 400px));
    height:100%;
    background:url("/html/assets/img/sub/medicine_system_sec01_bg.jpg")no-repeat 50% 50%;
    background-size:cover;
}

/*medicine_system 청정 한약 시스템 section03*/
.medicine_system_se02{
    background-color:#f8f8f8;
}
.medicine_system_se02 .list_wrap > div:not(:last-child){
    padding-bottom:70px;
}
.medicine_system_se02 .list_wrap .list h2{
    display:flex;
    align-items: center;
    padding-bottom:20px;
}
.medicine_system_se02 .list_wrap .list h2 span{
    display:block;
    width:30px;
    height:30px;
    background:url("/html/assets/img/sub/medicine_system_sec02_check_icon.svg")center no-repeat;
    background-size:cover;
}
.medicine_system_se02 .list_wrap .list h2 p{
    font-size:30px;
    font-weight:700;
    padding-left:10px;
}
.medicine_system_se02 .list_wrap .list ul{
    display:flex;
    align-items: center;
    width:100%;
	border-top:3px solid #d89fa0;
}
.medicine_system_se02 .list_wrap .list ul li{
    display:flex;
    align-items: center;
    justify-content: center;
    width:20%;
    height:150px;
    font-weight:700;
    line-height:1.3;
    box-sizing: border-box;
    text-align:center;
    background-color:#fff;
    border-right:1px solid #e7e7e7;
}
.bo_none{
	border-top:none !important; 
}
.bo_block{
	border-top:3px solid #d89fa0;
}
.medicine_system_se02 .list_wrap .list ul li:last-child{
    border-right:0;
}
/*medicine_system 청정 한약 시스템 section03*/
.medicine_system_se03 .list_wrap .title{
    font-size:30px;
    font-weight:700;
    line-height:1.3;
    padding-bottom:35px;
}
.mc_line{
	width: 100%;
	border-top: 3px solid #d89fa0;    
	margin-bottom:40px;
	box-sizing:border-box;
}
/*
.mc_line{
	height: 0px;
    width: 100%;
    border-top: 3px solid #d89fa0;    
    position: relative;
    -webkit-animation: increase 5s;
    -moz-animation: increase 5s;
    -o-animation: increase 5s;
    animation: increase 5s;
    animation-fill-mode: forwards;
	margin-bottom:40px;
}
.mc_line:after{
	content: '';
    display: block;
    height: 0px;    
    -webkit-animation: increase2 5s;
    -moz-animation: increase2 5s;
    -o-animation: increase2 5s;
    animation: increase2 5s;
    animation-fill-mode: forwards;
    position: absolute;
    left: 100%;
    bottom: 0;
}
@keyframes increase {
    0% {
        width: 0%;  
    }   
    100% {    
        width: 100%;
    }
}
*/


.medicine_system_se03 .list_wrap .title span{
    color:#d89fa0;
}
.medicine_system_se03 .list_wrap ul{
    display: flex;
    padding-bottom:70px;
}
.medicine_system_se03 .list_wrap ul:last-child{
    padding-bottom:0px;

}
.medicine_system_se03 .list_wrap .left{
    margin-right:40px;
}
.medicine_system_se03 .list_wrap .sys_list_01 .left{
    width:calc(65% - 35px);
}
.medicine_system_se03 .list_wrap .sys_list_01 .right{
    width:35%
}
.medicine_system_se03 .list_wrap .sys_list_02 .left{
    width:48%;
}
.medicine_system_se03 .list_wrap .sys_list_02 .right{
    width:52%;
}
.medicine_system_se03 .list_wrap .sys_list_03 .left{
    width:35%;
    display:flex;
    align-items: center;
}
.medicine_system_se03 .list_wrap .sys_list_03 .right{
    width:65%;
}
.medicine_system_se03 .list_wrap ul li .img_wrap{
    position:relative;
    height:400px;
}
.medicine_system_se03 .list_wrap .sys_list_01 .left .img_wrap{
    background:url("/html/assets/img/sub/medicine_system_sec03_img01.jpg")center no-repeat;
    background-size: cover;
}
.medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap{
    background:url("/html/assets/img/sub/medicine_system_sec03_img02.jpg")center no-repeat;
    background-size: cover;
}
.medicine_system_se03 .list_wrap .sys_list_02 .left .img_wrap{
    background:url("/html/assets/img/sub/medicine_system_sec03_img03.jpg")center no-repeat;
    background-size: cover;
}
.medicine_system_se03 .list_wrap .sys_list_02 .right .img_wrap{
    background:url("/html/assets/img/sub/medicine_system_sec03_img04.jpg")center no-repeat;
    background-size: cover;
}
.medicine_system_se03 .list_wrap .sys_list_03 .right .img_wrap{
    background:url("/html/assets/img/sub/medicine_system_sec03_img05.jpg")center no-repeat;
    background-size: cover;
}
.medicine_system_se03 .list_wrap ul li .img_wrap::after{
    content:'';
    display:block;
    clear:both;
}
.medicine_system_se03 .list_wrap .sys_list_01 .left .img_wrap img{
    width:150px;
    height:auto;
    position:absolute;
    left:30px;
    top:30px; 
}
.medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon{
    position:absolute;
    left:30px;
    top:30px;  
}
.medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon li{
    display:block;
    width:80px !important;
    margin-right:10px;
}
.medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon li img{
    width:100%;
}
.medicine_system_se03 .list_wrap .sys_list_02 .left .img_wrap img{
    position:absolute;
    width:auto;
    height:90%;
    left:30px;
    top:5%;
}
.medicine_system_se03 .list_wrap ul li h3{
    font-size:22px;
    font-weight:700;
    padding-top:20px;
    padding-bottom:10px;
}
.medicine_system_se03 .list_wrap ul.sys_list_03 li .text_wrap{
    padding-left:20px;
    border-left:3px solid #d89fa0;
}
.medicine_system_se03 .list_wrap ul.sys_list_03 li h3{
    padding-top:0px;
}
.medicine_system_se03 .list_wrap ul li p{
    font-size:18px;
    font-weight:100;
    line-height:1.3;
}










/*----------------------반응형 시작------------------------*/
/*-------------------hover-----------------*/
@media screen and (min-width:800.1px){
	.customer_button:hover{
		background:#d89fa0;
		border:1px solid #d89fa0;
		color:#fff;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider:hover{
		background:#e6bbb1;
		box-shadow:none;
		color:#fff;
	}
	.space-wrap .se-wrap .navigation .swiper-button-prev:hover,
	.space-wrap .se-wrap .navigation .swiper-button-next:hover{
		background:#d89fa0;
		box-shadow:none;
		color:#fff;
	}
	.space-wrap .se-wrap .swiper-button-prev:hover:after,
	.space-wrap .se-wrap .swiper-button-next:hover:after{
		color:#fff;
	} 
	.slider-box a:hover .textbox .text-inner h3{
		transition: all 0.5s ease;
		color:#d89fa0;
	}
	.slider-box a img{
		transition: all 1s ease-in-out;
	}
	.slider-box a:hover img{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
}


/*----------------------------한의원 소개-----------------------------*/
@media screen and (max-width:1400px){
	.wrap{
		background-size:550px;
	}
	.about_sec_bictitle{
		font-size:26px;
	}
	.about_sec_title {
		font-size:21px;
	}
	.about_sec_article{
		font-size:17px;
	}
	.sec_01_btm{
		width:95%;
		height:360px;
		margin-left:5%;
	}
	.left1400{
		margin-left:5%;
	}
	.about_sec_02_right{
		height:360px;
	}
	.about_sec_02_left{
		margin-top: 135px;
	}
	.about_sec_03{
		height:420px;
	}
	.about_sec_04_img{
		height:310px;
	}
	.about_sec_05_img{
		height:510px;
	}
}/*1400*/

@media screen and (max-width:1200px){
	.wrap{
		background-size:400px;
	}
	.about_sec_04_img{
		widtH:430px;
	}
	.about_sec_04_text{
		width:calc(100% - 430px);
		padding-left: 50px;
	}
	.about_sec_bictitle{
		font-size:24px;
	}
	.about_sec_title {
		font-size:20px;
	}
	.about_sec_article{
		font-size:16px;
	}
	.radius_t{
		font-size:17px;
	}
	.sec_01_btm{
		height:350px;
	}
	.radius1_out{
		width:200px;
		height:200px;
	}
	.radius1_out .radius2{
		left: 47px;
		bottom: 40px;
	}
	.radius1_out .radius3{
		left: 67px;
		bottom: 58px;
	}
	.radius_k{
		font-size:72px;
	}
	.radius1_out .radius4{
		left: 65px;
		top: -13px;
	}
	.sec_01_btm2_text{
		padding: 20px 115px;
	}
	.about_sec_02_right {
		height: 350px;
	}
	.about_sec_02_left {
		margin-top: 130px;
		padding-left:25px;
		margin-left: 25px;
	}
	.about_sec_03_text{
		padding:0 0 0 50px;
	}
	.about_sec_03 {
		height: 400px;
	}
	.about_sec_04{
		padding-left: 50px;
	}
	.about_sec_05{
		padding-left: 50px;
	}
	.about_sec_05_img{
		width: 430px;		
	}
	.about_sec_05_text{
		width:calc(100% - 430px);
		padding-left: 50px;
	}
}/*1200*/

@media screen and (max-width:1024px){
	.left1400{
		margin-left:0;
	}
	.sec_01_btm{
		width:100%;
		margin-left:0;
	}
	.radius1_out .radius4 {
		left: 192px;
		top: 115px;
	}
	.radius1_out .radius3 {
		left: 68px;
		bottom: 59px;
	}
	.sec_01_btm {
		height: 315px;
	}
	.mgb20 {
		margin-bottom: 15px;
	}
	.sec_01_btm2_text{
		width:100%;
		padding: 20px 40px;
	}
	.about_sec_02_right{
		height:315px;
	}
	.about_sec_02_left {
		margin-top: 115px;
		margin-left: 5px;
	}
	.about_sec_bictitle {
		font-size: 22px;
	}
	.about_sec_title {
		font-size:20px;
	}
	.about_sec_article{
		font-size:16px;
	}	
	.about_sec_03_text {
		padding: 0 30px;
	}
	.about_sec_05_text,
	.about_sec_04_text{
		widtH:calc(100% - 380px);
	}
	.about_sec_04_img{
		width:390px;
		height:290px;
	}
	.about_sec_05_img{
		width:390px;
		height:490px;
	}
	.about_sec_05,
	.about_sec_04 {
		padding-left: 30px;
	}	
	.about_sec_04_text,
	.about_sec_05_text{
		padding-left: 25px;
		padding-right:20px;
	}
	.long_article br{
		display:none;
	}
	.wrap {
		background-size: 365px;
	}
}/*1024*/

@media screen and (max-width:800px){
	.about_sec_article  br{
		display:none;
	}
	.radius_k {
		font-size: 65px;
	}
	.radius_t {
		font-size: 16px;
		right: -125px;
		bottom: 15px;
	}
	.radius1_out {
		width: 185px;
		height: 185px;
	}
	.radius1_out .radius3 {
		left: 66px;
		bottom: 57px;
	}
	.radius1_out .radius4 {
		left: 180px;
		top: 101px;
	}
	.about_sec_title {
		font-size: 19px;
	}
	.about_sec_article {
		font-size: 15px;
	}
	.about_sec_03 {
		height: 300px;
	}
	.about_sec_03_text{
		margin-top:-55px;
	}
	.about_sec_04 {
		display:block;
		padding-left: 30px;
		padding-right: 30px;
	}	
	.about_sec_04_img{
		width:100%;
		margin-bottom:20px;
	}
	.about_sec_04_text {
		padding-left: 0px;
		padding-right: 0px;
		widtH:100%;
	}
	.about_sec_05_text{
		width:calc(100% - 255px);
	}
	.about_sec_05_img{
		width: 255px;
		height:380px;
	}
	.about_sec_05{
		padding-right: 0px;
		align-items: flex-start;
	}
	.wrap {
		background: url(/html/assets/img/sub/about_bg.svg) no-repeat -40% 93%;
		background-size: 365px;
	}
	.about_sec_02_right {
		height: 270px;
	}
	.about_sec_02_left {
		margin-top: 95px;		
	}
}/*800*/

@media screen and (max-width:600px){
	.sec_01_btm {
		height: 250px;
	}
	.mgb20 {
		margin-bottom: 10px;
	}
	.about_sec_02_right {
		height: 200px;
	}
	.about_sec_title {
		font-size: 18px;
	}
	.about_sec_02_left {
		margin-top: 50px;
	}
	.about_sec_02_left{
		width:calc(50% - 20px);
	}
	.radius_t{
		right:-117px;
		bottom:20px;
	}
	.sec_01_btm2_text {
		padding: 20px 30px;
	}
	.radius1_out .radius4 {
		left: 176px;
		top: 101px;
	}
	.about_sec_03 {
		height: 210px;
	}
	.about_sec_03_text {
		margin-top: -30px;	
	}
	.about_sec_05 {
		display:block;
		padding-left: 30px;
		padding-right: 30px;
	}	
	.about_sec_05_img{
		width:100%;
		margin-bottom:20px;
	}
	.about_sec_05_text {
		padding-left: 0px;
		padding-right: 0px;
		widtH:100%;
	}
	.radius_k {
		font-size: 60px;
	}
}/*600*/

@media screen and (max-width:480px){
	.about_sec_bictitle {
		font-size: 20px;
		letter-spacing:-1px;
	}
	.about_sec_article {
		font-size: 14px;
	}
	.sec_01_btm {
		height: 205px;
	}
	.radius1_out {
		width: 155px;
		height: 155px;
		left: -75px;
		bottom: -80px;
	}
	.radius1_out .radius1{
		left:18px;
		bottom:18px;
	}
	.radius1_out .radius2 {
		left: 33px;
		bottom: 33px;
	}
	.radius1_out .radius3 {
		left: 49px;
		bottom: 47px;
	}
	.radius1_out .radius4 {
		left: 157px;
		top: 85px;
	}
	.radius_t {
		right: -130px;
		bottom: 15px;
	}
	.about_sec_02_right{
		float:none;
		width:100%;
		height: 255px;
	}
	.about_sec_02_left{
		float:none;
		widtH:100%;
		margin-top: 20px;
		margin-left: 0px;
		padding-left:20px;
		padding-right: 20px;
	}
	.about_sec_02_left .about_sec_article br{
		display:block;
	}
	.sec_01_btm2_text {
		padding: 0px 46px;
	}
	.about_sec_title{
		margin-bottom:10px;
	}
	.about_sec_03_text {
		padding: 0 20px;
	}
	.about_sec_04,
	.about_sec_05{
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.btn_sec li{
		width:45%;
	}
	.about_sec_04_img{
		height:245px;
	}
	.about_sec_03 {
		height: 175px;
	}
	.sec_01eng {
		font-size:16px;
	}
	.radius_k {
		font-size: 55px;
	}
}/*480*/
/*한의원소개 끝*/


/*----------------의료진 소개----------------- */
@media screen and (max-width:1400px){
	.doctor_sec_bictitle{
		font-size:28px;
	}
	.doctor_sec_title{
		font-size:21px;
	}
	.doctor_sec_01_img{
		height:365px;
	}
	.doctor_sec_01_text{
		top:125px;
	}
	.doctor_sec_01_img:before{
		width:90px;
		height:90px;
	}
	.doctor_sec_01_img:after{
		width:310px;
		height:400px;
	}
}

@media screen and (max-width:1200px){
	.doctor_sec_bictitle{
		font-size:26px;
	}
	.doctor_sec_title{
		font-size:20px;
	}
	.doctor_sec_01_img{
		height:335px;
	}
	.doctor_sec_01_text{
		top:115px;
	}
	.doctor_sec_01_img:before{
		width:80px;
		height:80px;
	}
	.doctor_sec_01_img:after{
		width:290px;
		height:370px;
	}
	.doctor_sec_02_title{
		font-size:21px;
		padding-bottom:14px;
		margin-bottom: 30px;
	}
	.doctor_sec_02_in ul li{
		font-size:17px;
	}
}

@media screen and (max-width:1024px){
	.doctor_sec_bictitle{
		font-size:24px;
	}
	.doctor_sec_title{
		font-size:19px;
	}
	.doctor_sec_01_img{
		height:305px;
		width:50%;
	}	
	.doctor_sec_01_img:before{
		width:70px;
		height:70px;
	}
	.doctor_sec_01_img:after{
		width: 255px;
		height: 325px;
	}
	.doctor_sec_02_title{
		font-size:20px;
		padding-bottom:13px;
		margin-bottom: 25px;
	}
	.doctor_sec_02_in ul li{
		font-size:16px;
	}
	.doctor_sec_02_in ul li:before {
		top: 8px;
		left: -5px;
		width: 8px;
		height: 8px;	
	}
}
@media screen and (max-width:850px){
	.doctor_sec_bictitle{
		font-size:22px;
	}
	.community_banner_wrap {
		z-index:1;
	}
}
@media screen and (max-width:800px){
	.doctor_sec_01_text {
		top: -10px;
	}
	.doctor_sec_01_img {
		height: 270px;
		width: 55%;
		margin-top: 65px;
	}
	.doctor_sec_01_img:before {
		width: 45px;
		height: 45px;
		top: -70px;
		left: 53px;
		z-index:-2;
	}
	.doctor_sec_01_img:after {
		width: 220px;
		height: 295px;
	}
	.doctor_sec_01_text_in:after{
		top:-95px;
	}
	.doctor_sec_02_title{
		font-size:19px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.doctor_sec_02_in ul li{
		font-size:15px;
	}
	.doctor_sec_02_in ul li:before {
		top: 7px;
		left: -4px;
		width: 7px;
		height: 7px;	
	}
	.doctor_sec_02_in ul li br{
		display:none;
	}
}

@media screen and (max-width:600px){
	.doctor_sec_bictitle {
		font-size: 21px;
	}
	.doctor_sec_01_img {	
		width: 65%;
		margin-top: 110px;
	}
	.doctor_sec_02_title{
		font-size:18px;
		padding-bottom: 8px;
		margin-bottom: 15px;
	}
	.doctor_sec_02_in ul li{
		font-size:14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.doctor_sec_02_in ul li:before {
		top: 6px;
	}	
	.doctor_sec_01_img{
		height:250px;
	}
	.doctor_sec_01_img:after {	
		height: 270px;
	}
}
@media screen and (max-width:450px){
	.doctor_sec_bictitle {
		font-size: 20px;
	}
	.doctor_sec_title {
		font-size: 18px;
	}
	.doctor_sec_01_img {
		width: 90%;
		margin-top: 150px;
		z-index:-3;
	}
	.doctor_sec_01_img:before{
		top: -175px;
		left: 160px;
	}
	.doctor_sec_01_img:after {
		width: 195px;
		height: 265px;
	}
	.doctor_sec_01_text_in:after {
		top: -135px;
		left: -140px;
	}
	.doctor_sec_02_in{
		display:block;
	}
	.doctor_sec_02_in ul{
		width:100%;
	}
	.pdt10{
		padding-top:10px;
	}
}
@media screen and (max-width:331px){
	.doctor_sec_01_img {
		width: 90%;
		margin-top: 170px;
		z-index: -3;
	}
	.doctor_sec_01_img:before {
		top: -195px;	
	}
}
/*----------------------------의료지 소개 끝-----------------------------*/


/*----------------진료 안내----------------- */
@media screen and (max-width:1400px){
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider{
		top:31%;
		background:#d89fa0;
		width:50px;
		height:50px;
		box-shadow:none;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider i{
		color:#fff;
		font-size:20px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-prev{
		left:-20px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-next{
		right:-20px;
	}
	.announcement_sec_04_t{
		font-size:20px;
	}
	.announcement_sec_04_a{
		font-size:16px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner .slider-tit + .slider-desc{
		margin-top:15px;
	}
}

@media screen and (max-width:1200px){
	.announcement_wrap table thead tr th,
	.announcement_wrap table tbody tr td{
		font-size:17px;
	}
	.sec_02_customer_icon{
		width: 125px;
		height: 125px;
	}
	.sec_02_customer_t{
		font-size:20px;
	}
	.sec_02_customer ul li{
		padding:20px;
	}
	.customer_button{
		width:175px;
		height:40px;
		line-height:39px;
		font-size:13px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-prev{
		left:-10px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-next{
		right:-10px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .imgbox{
		height:235px;
	}
}


@media screen and (max-width:1024px){
	.sec_02_customer_icon{
		width: 110px;
		height: 110px;
	}
	.sec_02_customer_t{
		font-size:19px;
	}
	.sec_02_customer ul li{
		padding:15px;
	}
	.customer_button{
		width:150px;
		height:40px;
		line-height:39px;
		font-size:12px;
	}
	.announcement_sec_03_in:before,
	.announcement_sec_03_in:after{
		width:450px;
		height:480px;
	}
	.sec_03_in_left .title_icon{
		width:85px;
		height:85px;
	}
	.sec_03_in_left_title {
		padding: 15px 0;
	}
	.sec_03_in_right{
		width: calc(100% - 340px);
		height: 320px;
	}
	#daumRoughmapContainer1642990414367 {
		height: 320px !important;
	}
	.map{
		height:320px !important;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider{	
		top: 35%;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner{
		padding:20px;
	}
	.announcement_sec_04_t{
		font-size:18px;
	}
	.announcement_sec_04_a{
		font-size:15px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner .slider-tit + .slider-desc{
		margin-top:10px;
	}
}

@media screen and (max-width:800px){
	.announcement_wrap table thead tr th,
	.announcement_wrap table tbody tr td{
		font-size:16px;
	}
	.an_title_dec:after{
		width:30px;
	}
	.sec_02_customer_icon{
		width: 90px;
		height: 90px;
	}
	.sec_02_customer_t{
		font-size:17px;
		margin: 15px 0;
	}
	.customer_button{
		width:140px;
		font-size:11px;
	}
	.sec_02_customer ul li {
		padding: 20px 0;
	}
	.customer_button{
		width:150px;
		height:40px;
		line-height:39px;
		font-size:12px;
	}
	.announcement_sec_03_in:before,
	.announcement_sec_03_in:after{
		width:380px;
		height:400px;
	}
	.sec_03_in_left .title_icon{
		width:70px;
		height:70px;
	}	
	.sec_03_in_left_adress {
		font-size:15px;
	}
	.sec_03_in_right{
		width: calc(100% - 270px);
		height:290px;
	}
	#daumRoughmapContainer1642990414367 {
		height: 290px !important;
	}
	.map{
		height:290px !important;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .imgbox{
		height:205px;
	}
}

@media screen and (max-width:640px){
	.sec_02_customer ul{
		flex-wrap: wrap;
	}
	.sec_02_customer ul li{
		width:50%;
	}
	.customer_button{
		width:150px;
	}
}

@media screen and (max-width:600px){
	.announcement_wrap table thead tr th,
	.announcement_wrap table tbody tr td{
		font-size:15px;
	}
	.an_title_dec:after{
		width:25px;
	}
	.sec_02_customer_icon{
		width: 80px;
		height: 80px;
	}
	.sec_02_customer_t{
		font-size:15px;
	}
	.announcement_sec_03_in ul{
		flex-direction: column;
	}
	.sec_03_in_left{
		width:100%;
		margin-bottom:25px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sec_03_in_right{
		width: 100%;
		height:250px;
	}
	#daumRoughmapContainer1642990414367 {
		height: 250px !important;
	}
	.map{
		height:250px !important;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider{		
		width:40px;
		height:40px;	
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider i{
		color:#fff;
		font-size:16px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-prev {
		left: 0;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .btn-slider.btn-slider-next{
		right:0;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox .text-inner{
		padding:15px;
	}
	.announcement_sec_04_t{
		font-size:16px;
	}
	.announcement_sec_04_a{
		font-size:14px;
	}
}
@media screen and (max-width:480px){
	.announcement_wrap table thead tr th,
	.announcement_wrap table tbody tr td{
		font-size:14px;
	}
	colgroup col:nth-child(1) {
		width:22% !important;	
	}
	colgroup col:nth-child(2) {
		width:48% !important;
	}
	.announcement_wrap table thead tr th,
	.announcement_wrap table tbody tr td{
		padding: 5px;
		box-sizing: border-box;
	}
	.sec_02_customer_icon{
		width: 70px;
		height: 70px;
	}
	.sec_02_customer_t{
		font-size:14px;
	}
	.customer_button{
		width:130px;
		font-size:10px;
		height: 35px;
		line-height: 33px;
	}
	.announcement_sec_03_in:after{
		right:-130px;
	}
	.announcement_sec_04 .content-box25 .imgtext-slider-inner .imgtext-slider2 .slider-box .inner .textbox{
		padding: 0 20px;
	}
}

@media screen and (max-width:300px){
	.customer_button{	
		width: 125px;
	}
}


/*----------------진료 안내 끝----------------- */

/*----------------공간 소개----------------- */
@media screen and (max-width:1400px){
	.right_top_a{
		font-size:17px;
	}
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:21px;
	}
	.space_sec03 .list_box .right,
	.space_sec03 .title_box .subtitle,
	.space_se01 .list_box .right,
	.space_se01 .title_box .subtitle{
		width:calc(100% - 370px);	
	}
	.space_sec03 .title_box .subtitle,
	.space_se01 .title_box .subtitle{
		padding-top: 25px;
	}
	.space_sec03 .title_box .title .title_icon,
	.space_se01 .title_box .title .title_icon{
		width:80px;
		height:80px;
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:28px;
	}
	.space_sec03 .list_box .right .right_top li span{
		width:100px;
		height:100px;
		margin-right: 20px;
	}
	
}

@media screen and (max-width:1200px){
	.right_top_a{
		font-size:16px;
	}
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:20px;
	}
	.space_sec03 .list_box .right,
	.space_sec03 .title_box .subtitle,
	.space_se01 .list_box .right,
	.space_se01 .title_box .subtitle{
		width:calc(100% - 320px);	
	}
	.space_sec03 .title_box .subtitle,
	.space_se01 .title_box .subtitle{
		padding-top: 20px;
	}
	.space_sec03 .title_box .title .title_icon,
	.space_se01 .title_box .title .title_icon{
		width:70px;
		height:70px;
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:26px;
	}
	.space_sec03 .list_box .right .right_top li span{
		width:90px;
		height:90px;
		margin-right: 15px;
	}	
	.no_main2,
	.no_main1 {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: -26px;	
		font-size: 17px;	
	}
	.space_se01  .right_top_a br{
		display:none;
	}
	.space-wrap .se-wrap .titbox p span{
		font-size:22px;
	}
	.space-wrap .se-wrap .titbox p{
		font-size:17px;
	}
	.space-wrap .se-wrap .titbox{
		padding:25px;
	}
	.space-wrap .se-wrap .act p span{
		font-size:17px;
	}
	.space-wrap .se-wrap .slide02 li{
		height:450px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-next{
		width: 50px;
		height: 50px;
		right: -65px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-prev{
		width: 50px;
		height: 50px;
		left: -65px;
	}
	.space-wrap .se-wrap .swiper-button-next:after,
	.space-wrap .se-wrap .swiper-button-prev:after{
		font-size:22px;
	}
}

@media screen and (max-width:1024px){
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:19px;
	}
	.space_sec03 .list_box .right .right_top li{
		padding-bottom:30px;
	}
	.space_sec03 .title_box .subtitle p{
		padding-bottom:10px;
	}
	.space_sec03 .title_box .subtitle,
	.space_se01 .list_box .right,
	.space_sec03 .list_box .right{
		width:100%;
	}	
	.space_se01 .title_box .subtitle{
		width:calc(100% - 270px);	
	}
	.space_sec03 .title_box .subtitle,
	.space_se01 .title_box .subtitle{
		padding-top: 15px;
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:25px;
	}
	.space_sec03 .list_box .right .right_top li span{
		width:70px;
		height:70px;
		margin-right: 10px;
	}	
	.no_main2,
	.no_main1 {
		width: 45px;
		height: 45px;
		line-height:45px;
		top: -23px;	
		font-size: 16px;	
	}
	.space_sec03 .title_box{
		flex-direction: column;
	}
	.space-wrap .se-wrap .slide02 li{
		height:400px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-next{
		width: 40px;
		height: 40px;
		right: -50px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-prev{
		width: 40px;
		height: 40px;
		left: -50px;
	}
	.space-wrap .se-wrap .swiper-button-next:after,
	.space-wrap .se-wrap .swiper-button-prev:after{
		font-size:18px;
	}
	.space_sec2:before,
	.space_sec2:after{
		width:440px;
		height:440px;
	}
}

@media screen and (max-width:800px){
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:18px;
	}
	.space_sec03 .title_box .subtitle, .space_se01 .title_box .subtitle {
		padding-top: 20px;
	}
	.space_sec03 .list_box .right .right_top li{
		padding-bottom:20px;
	}
	.space_sec03 .title_box .subtitle p{
		padding-bottom:8px;
	}	
	.space_se01 .title_box .subtitle{
		width:calc(100% - 230px);	
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:24px;
	}
	.no_main2,
	.no_main1 {	
		font-size: 15px;
	}
	.right_top_a {
		font-size: 15px;
	}
	.space-wrap .se-wrap .titbox{
		padding:20px;
	}
	.space-wrap .se-wrap .slide02 li{
		height:350px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-next{	
		right: -20px;
	}
	.space-wrap .se-wrap .navigation .swiper-button-prev{		
		left: -20px;
	}	
	.space-wrap .se-wrap .titbox p{
		font-size:16px;
	}
	.space-wrap .se-wrap .titbox p span{
		font-size:20px;
	}
	.space-wrap .se-wrap .nametag{
		left:190px;
	}
	.space-wrap .se-wrap .nametag p{
		font-size:18px;
	}
	.space-wrap .se-wrap .act p span {
		font-size: 16px;
	}
	.space_sec2:before,
	.space_sec2:after{
		width:340px;
		height:340px;
	}
}

@media screen and (max-width:600px){
	.space_se01 .title_box{
		flex-direction: column;
	}
	.space_se01 .title_box .subtitle p{
		padding-bottom:10px;
	}
	.space_se01 .list_box{
		margin-top:70px;
	}
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:17px;
	}
	.space_sec03 .title_box .subtitle p{
		padding-bottom:5px;
	}	
	.space_se01 .title_box .subtitle{
		width:100%;	
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:23px;
	}
	.no_main2,
	.no_main1 {	
		width:40px;
		height:40px;
		line-height:40px;
		font-size: 14px;
	}
	.space_se01 .list_box .right .right_top li{
		width: 32%;		
		padding: 35px 5px 25px 5px;
	}
	.space_se01 .list_box .right .right_btn li{
		width:49%;
		padding: 35px 5px 25px 5px;
	}
	.right_top_a {
		font-size: 14px;
	}
	.space_sec03 .list_box .right .right_top{
		flex-direction: column;
	}
	.space_sec03 .list_box .right .right_top li{
		width:100%;
	}
	.space_sec03 .list_box .right .right_top li span {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
	.space-wrap .se-wrap .slide02 li{
		height:300px;
	}
	.space-wrap .se-wrap .titbox p{
		font-size:14px;
	}
	.space-wrap .se-wrap .titbox p span{
		font-size:18px;
	}
	.space-wrap .se-wrap .nametag{
		top:-38px;
		left:170px;
	}
	.space-wrap .se-wrap .nametag p{
		font-size:17px;
	}
	.space-wrap .se-wrap .act{
		top:-30px;
	}
	.space-wrap .se-wrap .act p span{
		font-size:14px;
	}
	.space-wrap .se-wrap .act p .middlebar{
		width:55px;
	}
	.space_sec2:before,
	.space_sec2:after{
		width:300px;
		height:300px;
	}
}

@media screen and (max-width:480px){
	.space_se01 .list_box .right .right_top,
	.space_se01 .list_box .right .right_btn{	
		flex-direction: column;
		margin-bottom: 0px;
	}

	.space_se01 .list_box .right .right_top li,
	.space_se01 .list_box .right .right_btn li{
		width:100%;
		padding: 30px 5px 25px 5px;
		margin-bottom:30px;
	}
	.last{
		margin-bottom:0px !important;
	}
	.space_se01 .list_box{
		margin-top:50px;
	}
	.space_sec03 .title_box .subtitle p,
	.space_se01 .title_box .subtitle p,
	.right_top_t{
		font-size:16px;
	}
	.space_sec03 .title_box .title p,
	.space_se01 .title_box .title p{
		font-size:22px;
	}
	.no_main2,
	.no_main1 {	
		width:35px;
		height:35px;
		line-height:35px;
		font-size: 13px;
		top:-20px;
	}	
	.right_top_a {
		font-size: 14px;
	}
	.space-wrap .se-wrap .slide02 li{
		height:250px;
	}
	.space-wrap .se-wrap .act p span{
		font-size:12px;
	}
	.space-wrap .se-wrap .act {
		top: -27px;
	}
	.space-wrap .se-wrap .act p .middlebar{
		width:35px;
	}
	.space-wrap .se-wrap .titbox {
		padding: 15px;
	}
	.space-wrap .se-wrap .titbox p span {
		font-size: 16px;
	}
	.space-wrap .se-wrap .titbox p {
		font-size: 12px;
	}
	.space-wrap .se-wrap .nametag {
		top: 210px;
		left: 20px;
		z-index: 67;
	}
	.space-wrap .se-wrap .nametag p {
		font-size: 16px;
		color:#fff;
		text-shadow: 0 0 5px #6e6e6e;
		font-weight: 500;
	}
	.space-wrap .se-wrap .navigation .swiper-button-next,
	.space-wrap .se-wrap .navigation .swiper-button-prev {
		width: 35px;
		height: 35px;
	}
	.space-wrap .se-wrap .swiper-button-next:after, 
	.space-wrap .se-wrap .swiper-button-prev:after {
		font-size: 14px;
	}
	.space_sec2:before,
	.space_sec2:after{
		width:250px;
		height:250px;
	}
}

@media screen and (max-width:400px){
	.space-wrap .se-wrap .slide02 li{
		height:220px;
	}
	.space-wrap .se-wrap .nametag{
		top:180px;
	}
	.space-wrap .se-wrap .titbox p {
		font-size: 10px;
	}
	.space-wrap .se-wrap .titbox p span {
		font-size: 14px;
	}

}

@media screen and (max-width:300px){
	.space_se01 .title_box .subtitle p br{
		display:none;
	}
}








/*----------------------------청정한약시스템-----------------------------*/
@media screen and (min-width:1100px){
    .medicine_system_se02 .list_wrap .list ul li br{
        display:none;
    }
}
@media screen and (max-width:1200px){
	.medicine_system_se01 .title_box .title p{
		font-size:28px
	}
}
@media screen and (max-width:1000px){
	.img_box_right_in{
		width:100%;
	}
    .medicine_system_se02 .list_wrap .list ul li br{
        display:none;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .left .img_wrap img{
        width: 120px;
        left:20px;
        top:20px;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon{
        left:20px;
        top:20px;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon li{
        width: 70px !important;
        margin-right: 7px;
    }
    .medicine_system_se03 .list_wrap .sys_list_02 .left .img_wrap img{
        height: 90%;
        left:5%;
    }
	.medicine_system_se03 .list_wrap ul li .img_wrap{
		height:380px;
	}
	.medicine_system_se02 .list_wrap .list h2 p{
        font-size:28px;
    }
}
@media screen and (max-width:991px){
    .medicine_system_se01 .title_box {
        justify-content: space-between;
    }
    .medicine_system_se01 .title_box .title{
        width: 100%;
    }
    .medicine_system_se01 .title_box .subtitle{
        width: calc(100% - 290px);
		margin-bottom: 25px;
    }
    .medicine_system_se01 .title_box .subtitle div br{
        display:none;
    }
    .medicine_system_se01 .img_box{
        flex-direction: column;
    }
    .medicine_system_se01 .img_box .right{
        width:100%;
        margin-top:25px;
        height:300px;
    }
    .medicine_system_se01 .img_box .right::after{
        width:100%;
        background-position:center;
    }
    .medicine_system_se02 .list_wrap > div:not(:last-child){
        padding-bottom:55px;
    }
    .medicine_system_se03 .list_wrap ul.sys_list_01 li.left , .medicine_system_se03 .list_wrap ul.sys_list_01 li.right{
        width:calc(100% - 35px / 2);
    }
	.medicine_system_se03 .list_wrap ul li .img_wrap {
		height: 365px;
	}
}
@media screen and (max-width:800px){
	.medicine_system_se01 .title_box{
		flex-direction: column;
	}
	.medicine_system_se01 .title_box .subtitle{
		width:100%;
		margin-bottom: 10px;
	}
    .medicine_system_se01 .title_box .title p{
        font-size:26px;
    }
    .medicine_system_se01 .title_box .title .title_icon{
        width: 80px;
        height: 80px;
    }
    .medicine_system_se01 .title_box .subtitle p{
        font-size:20px;
		padding-bottom: 15px;
    }
    .medicine_system_se01 .title_box .subtitle div{
        font-size:17px;
    }
    .medicine_system_se02 .list_wrap .list h2 span{
        width:25px;
        height:25px;
    }
    .medicine_system_se02 .list_wrap .list h2 p{
        font-size:24px;
    }
    .medicine_system_se02 .list_wrap .list ul li{
        font-size:17px;
    }
    .medicine_system_se03 .list_wrap .title{
        font-size:28px;
    }
    .medicine_system_se03 .list_wrap ul li h3{
        font-size:20px;
    }
    .medicine_system_se03 .list_wrap ul li p{
        font-size:17px;
    }
    .medicine_system_se03 .list_wrap ul{
        flex-wrap: wrap;
        padding-bottom:0;
    }
    .medicine_system_se03 .list_wrap > ul:last-child{
        flex-direction:column-reverse;
    }
    .medicine_system_se03 .list_wrap ul li{
        width:100% !important;
        padding-bottom:35px;
    }
    .medicine_system_se03 .list_wrap ul:last-child li:first-child{
        padding-bottom:0px;
    }
    .medicine_system_se03 .list_wrap .left{
        margin-right:0;
    }
    .medicine_system_se03 .list_wrap ul li .img_wrap{
        height:300px;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .left .img_wrap img{
        width: 100px;
        left:10px;
        top:10px;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon{
        left:10px;
        top:10px;
    }
    .medicine_system_se03 .list_wrap .sys_list_01 .right .img_wrap .icon li{
        width: 50px !important;
        margin-right: 5px;
    }
    .medicine_system_se03 .list_wrap .sys_list_02 .left .img_wrap img{
		left:10px;
    }
    .medicine_system_se03 .list_wrap ul.sys_list_03 li .text_wrap{
        padding-left:0;
        border-left:0;
    }
    .medicine_system_se03 .list_wrap ul li p br{
        display:none;
    }
	.pd800{
		padding-bottom:20px !important;
	}
}

@media screen and (max-width:600px){
    .medicine_system_se01 .img_box .right{
        height:250px;
    }
    .medicine_system_se02 .list_wrap > div:not(:last-child){
        padding-bottom:40px;
    }
    .medicine_system_se02 .list_wrap .list ul{
        flex-wrap: wrap;
    }
    .medicine_system_se02 .list_wrap .list ul li{
        width:50%;
        height:100px;
        border-bottom:1px solid #e7e7e7;
    }
    .medicine_system_se02 .list_wrap .list ul li:nth-child(4) , .medicine_system_se02 .list_wrap .list ul li:last-child{
        border-right:none;
        border-bottom:none;
    }
    .medicine_system_se02 .list_wrap .list ul li:nth-child(even){
        border-right:none;
    }
    .medicine_system_se02 .list_wrap .list ul li:nth-child(odd){
        border-right:1px solid #e7e7e7;
    }
	.medicine_system_se03 .list_wrap ul li h3{
		padding-bottom:8px;
	}
    .medicine_system_se03 .list_wrap ul li{
        padding-bottom:35px;
    }
    .medicine_system_se03 .list_wrap ul li .img_wrap{
        height:250px;
    }
}

@media screen and (max-width:480px){
	.medicine_system_se01 .title_box .subtitle{
		padding-top:30px;
	}
    .medicine_system_se01 .title_box .title p{
        font-size:24px;
    }
    .medicine_system_se01 .title_box .title .title_icon{
        width: 70px;
        height: 70px;
    }
    .medicine_system_se01 .title_box .subtitle p{
        font-size:18px;
        padding-bottom:15px;
    }
    .medicine_system_se01 .title_box .subtitle p span::before , .medicine_system_se01 .title_box .subtitle p span::after{
        width:4px;
        height:4px;
    }
    .medicine_system_se01 .title_box .subtitle p span::before{
        left:5px;
    }
    .medicine_system_se01 .title_box .subtitle p span::after{
        right:5px;
    }
    .medicine_system_se01 .title_box .subtitle div{
        font-size:16px;
    }
    .medicine_system_se02 .list_wrap .list h2 span{
        width:22px;
        height:22px;
    }
    .medicine_system_se02 .list_wrap .list h2 p{
        font-size:22px;
    }
    .medicine_system_se02 .list_wrap .list ul li{
        font-size:16px;
    }
    .medicine_system_se03 .list_wrap .title{
        font-size:26px;
        padding-bottom: 30px;        
    }
    .medicine_system_se03 .list_wrap ul li h3{
        font-size:18px;
    }
    .medicine_system_se03 .list_wrap ul li p{
        font-size:16px;
    }
}

@media screen and (max-width:400px){
    .medicine_system_se01 .title_box .title .title_icon{
        width: 60px;
        height: 60px;
    }
    .medicine_system_se02 .list_wrap .list ul li{
        width:100%;
        height:50px;
    }
    .medicine_system_se02 .list_wrap .list ul li:not(:last-child){
        border-bottom:1px solid #e7e7e7;
    }
    .medicine_system_se02 .list_wrap .list ul li:nth-child(even){
        border-right:none;
    }
    .medicine_system_se02 .list_wrap .list ul li:nth-child(odd){
        border-right:none;
    }
    .medicine_system_se03 .list_wrap ul li .img_wrap{
        height:200px;
    }
}

@media screen and (max-width:375px){
    .medicine_system_se01 .title_box .title p{
        font-size:24px;
    }
    .medicine_system_se01 .title_box .subtitle p{
        font-size:16px;
    }
    .medicine_system_se01 .title_box .subtitle div{
        font-size:14px;
    }
    .medicine_system_se02 .list_wrap .list h2 span{
        width:20px;
        height:20px;
    }
    .medicine_system_se02 .list_wrap .list h2 p{
        font-size:20px;
    }
    .medicine_system_se02 .list_wrap .list ul li{
        font-size:16px;
    }
    .medicine_system_se03 .list_wrap .title{
        font-size:20px;
        padding-bottom: 20px;       
    }
	.mc_line{
		margin-bottom:25px;
	}
    .medicine_system_se03 .list_wrap ul li h3{
        font-size:18px;
    }
    .medicine_system_se03 .list_wrap ul li p{
        font-size:14px;
    }
}