@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#363636;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border: 0;
}
img {
    margin: 0px; padding: 0px;
}


/* Custom CSS
 * --------------------------------------- */


/* 공통 */
body{
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
	color: #333;
}

.title_explanation {
    font-size: 1.3em;
}
.title_explanation span {
    color: #0066ae;
}
h1 {
	font-size: 3em;
    margin-bottom: 1%;
    ;line-height: 1.25em;
}
h2 {
    font-size: 2.25em;
    margin-bottom: 1%;
}
p {
	font-size: 1em;
}
.attention {
    font-size: 0.8em;
    margin-top: 1%;
    color: #636363;
}
li {
    word-break:break-all;
}


/* 개별 */
#section0 .main_title {
    width: 1000px;
    height: 300px;
    background-color: rgba( 255, 255, 255, 0.5 );
    margin: 0 auto;
}
#section0 .main_title .title_subcopy {
    font-size: 1.5em;
    padding-top: 5%;
}
#section0 .main_title .title_subcopy span {
    font-weight: 700;
}
#section0 .main_title h1 {
    font-size: 4em;
    font-weight: 500;
    padding-top: 1.5%;
    display:inline-block;
    border-bottom: 2px solid #363636;
    padding-bottom: 15px;
}
#section0 .main_title .title_explanation {
    font-size: 1.6em;
    font-weight: 500;
}
#section0 .main_title img {
    padding: 5% 0% 5% 0%;
}




#section1 img {
    width: 40%;
    margin: 2.5% 0 0 0%;
}


#section2 {
    height: auto;
}
section2 h1 {
    position: absolute;
    top: 1%;
}
#section2 #doctors_wrapper {
    position: absolute;
    bottom: 0px;
}
#section2 #doctors_wrapper .doctors {
    float: left;
    width: 50%;
    height: auto;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: justify;
}
#section2 #doctors_wrapper .doctors img {
    float: left;
    width: 57%;
    height: auto;
}
#section2 #doctors_wrapper .doctors .career {
    float: right;
    width: 43%;
}
#section2 #doctors_wrapper .doctors .career .doctors_position {
    font-size: 0.85em;
    margin: 7.5% 7.5% 0.5% 7.5%;
}
#section2 #doctors_wrapper .doctors .career .doctors_name {
    margin: 0 0 3% 7.5%;
    font-size: 1.25em;
}
#section2 #doctors_wrapper .doctors .career .doctors_history {
    margin: 0 7.5% 5% 7.5%;
    font-size: 0.85em;
}
#section2 #doctors_wrapper .doctors .career .doctors_history li {
    margin-bottom: 2%;
    font-size: 0.9em;
}



#section3 h4 {
    width: 1200px;
    text-align: justify;
    margin: 3% auto;
    margin-bottom: 1%;
    font-size: 1.25em;
}
#section3 article {
    width: 1200px;
    text-align: justify;
    margin: 0 auto;
}
#section3 .classroom_wrapper {
    width: 1200px;
    margin: 1% auto;
}
#section3 .classroom_wrapper .classroom {
    float: left;
    width: 297px;
    height: auto;
    margin: 2px;
}
#section3 .classroom_wrapper .cr_first {
    margin: 2px 2px 2px 0px;
}
#section3 .classroom_wrapper .classroom:last-child {
    margin: 2px 0px 2px 2px;
}
#section3 .classroom_wrapper .classroom img {
    float: left;
    width: 100%;
    height: auto;
    top: 0px;
    position: static;
    margin: 0px 0 4px 0px;
}
#section3 .classroom_wrapper .classroom .classroom_explanation {
    float: left;
    width: 100%;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.75);
}
#section3 .classroom_wrapper .classroom .classroom_explanation .classroom_title {
    font-weight: 500;
    margin-top: 3%;
}
#section3 .classroom_wrapper .classroom .classroom_explanation .classroom_cure {
    font-size: 0.9em;
}



#section4 .people_img_wrapper {
    width: 1200px;
    margin: 3% auto;
}
#section4 .people_img_wrapper img {
    float: left;
}
#section4 .people_img_wrapper img:nth-child(1) {
    margin: 0px 0px 25px 0px;
}
#section4 .people_img_wrapper img:nth-child(2) {
    margin: 0px 25px 0px 0px;
}
#section4 .people_img_wrapper img:nth-child(3) {
    margin: 0px 25px 0px 0px;
}
#section4 .people_img_wrapper img:nth-child(4) {
    margin: 0px;
}



#section5 .recommend {
    width: 820px;
    height: 460px;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 3% auto;
    margin-bottom: 0px;
}
#section5 h1 {
    color: white;
    margin-top: 1%;
}
#section5 .attention {
    color: white;
}
#section5 .recommend .recommend_list {
    float: left;
    width: 70%;
    margin: 12% 0 0 15%;
}
#section5 .recommend .recommend_list li {
    text-align: left;
    margin: 0 0 1.5% 0px;
}



#section6 .s6_title {
    height: 28%;
}
#section6 .s6_title h1 {
    padding-top: 5%;
}
#section6 .s6_title h2 {
    font-size: 1.5em;
}
#section6 .cure_process {
    float: left;
    width: 100%;
    height: 24%;
    background-color: #94c4db;
}
#section6 .cure_process .cure_sequence_01 {
    float: left;
    width: 20%;
    height: 100%;
    margin-left: 20%;
}
#section6 .cure_process .cure_sequence_01 .sequence_number {
    width: 100%;
    height: auto;
    color: #009cce;
    margin-top: 18%;
}
#section6 .cure_process .cure_sequence_01 .sequence_title {
    color: #2f486a;
    font-size: 1.25em;
    margin-top: 22%;
}
#section6 .cp_first {
    background-color: #f8f8f8;
}
#section6 .cp_second {
    background-color: #fdfcf0;
}

#section6 .cure_process .cure_sequence_02, #section6 .cure_process .cure_sequence_03{
    float: left;
    width: 20%;
    height: 100%;
}
#section6 .cure_process .cure_sequence_02 .sequence_cure {
    margin-top: 18%;
    font-weight: 500;
    font-size: 1.25em;
}
#section6 .cure_process .cure_sequence_02 .sequence_cure span {
    font-size: 0.75em;
    font-weight: normal;
}
#section6 .cure_process .cure_sequence_03 .program {
    font-size: 1.25em;
    font-weight: 500;
    margin: 7.5% 0 0 25%;
    text-align: justify;
}
#section6 .cure_process .cure_sequence_03 .program_list {
    margin: 3% 0 0 25%;
}
#section6 .cure_process .cure_sequence_03 .program_list li {
    font-size: 0.9em;
    margin: 3% 0 0 0%;
    text-align: justify;
}


#section15 h1 {
    line-height: 1.25em;
}
#section15 .symptom_wrapper {
    width: 1000px;
    height: 480px;
    margin: 1.5% auto;
}
#section15 .symptom_wrapper .symptom {
    float: left;
    width: 490px;
    height: 230px;
}
#section15 .symptom_wrapper .symptom:nth-child(1),
#section15 .symptom_wrapper .symptom:nth-child(3) {
    margin-right: 20px;
}
#section15 .symptom_wrapper .symptom:nth-child(1),
#section15 .symptom_wrapper .symptom:nth-child(2) {
    margin-bottom: 20px;
}
#section15 .symptom_wrapper .symptom h4 {
    width: 90%;
    color: white;
    margin: 16% 0 0 5%;
    font-size: 1.25em;
}
#section15 .symptom_wrapper .symptom p {
    width: 90%;
    font-weight: 300;
    color: white;
    margin: 2.5% 0 0 5%;
}
#section15 .symptom_point {
    width: 1200px;
    height: auto;
    font-size: 1.5em;
    border: 2px solid #009cce;
    margin: 1.5% auto;
    padding: 1%;
    border-radius: 50px;
}
#section15 .symptom_point span {
    color: #009cce;
}




#section7 img {
    width:35%; 
    margin-top:3%;
}

#section8 {
    background-color: #f4f2ea;
}
#section8 #relax_cure_wrapper {
    width: 1200px;
    margin: 1.5% auto;
}
#section8 #relax_cure_wrapper .relax_cure {
    float: left;
    width: 380px;
    height: 340px;
    background-color: white;
}
#section8 #relax_cure_wrapper .relax_cure:nth-child(1),
#section8 #relax_cure_wrapper .relax_cure:nth-child(2) {
    margin: 0 30px 30px 0px;
}
#section8 #relax_cure_wrapper .relax_cure:nth-child(4),
#section8 #relax_cure_wrapper .relax_cure:nth-child(5){
    margin: 0 30px 10px 0px;
}
#section8 #relax_cure_wrapper .relax_cure h5 {
    font-weight: 500;
    color: #2f486a;
    text-align: justify;
    margin: 5% 5% 3% 5%;
}
#section8 #relax_cure_wrapper .relax_cure article {
    font-size: 0.8em;
    text-align: justify;
    margin: 0 5% 5% 5%;
}
#section8 .dangerous {
    float: left;
    width: 100%;
    color: #999;
}



#section10 .index_wrapper{
    width: 1200px;
    margin: 3% auto;
}
#section10 .index_wrapper .index {
    width: 585px;
    height: 570px;
    float: left;
}
#section10 .index_wrapper .index:first-child {
    margin-right: 30px;
}
#section10 .index_wrapper .index img {
    border: 1px solid #d7d7d7;
}
#section10 .index_wrapper .index h4 {
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 1.5em;
    text-align: justify;
    margin-top: 5%;
}
#section10 .index_wrapper .index article {
    width: 100%;
    height: auto;
    font-size: 1.15em;
    text-align: left;
    margin-top: 3%;
    line-height: 1.75em;
}
#section10 .index_wrapper .index span {
    line-height: 3%;
    color: #f26c4f;
}


#section11 .ba_wrapper {
    width: 1167px;
    height: auto;
    margin: 1.5% auto;
}
#section11 .ba_wrapper .beforeafter {
    float: left;
    width: 576px;
    margin-bottom: 15px;
}
#section11 .ba_wrapper .beforeafter:nth-child(1),
#section11 .ba_wrapper .beforeafter:nth-child(3),
#section11 .ba_wrapper .beforeafter:nth-child(5){
    margin-right: 15px;
}
#section11 .ba_wrapper .beforeafter .example {
    float: left;
}
#section11 .ba_wrapper .beforeafter .example img {
    width: 288px;
    height: auto;
}
#section11 .ba_wrapper .beforeafter .example .cure_branch {
    position: absolute;
    width: 90px;
    height: 35px;
    color: white;
    line-height: 35px;
    background: rgba(0,0,0, 0.75);
}

#section11 .more {
    float: left;
    width: 250px;
    line-height: 55px;
    margin: 1% 0 0 466px;
}
#section11 .more a {
    float: left;
    width: 250px;
    text-align: center;
    color: white;
    background-color: #4896c4;
    border-radius: 50px;
}


#section12 .slide .thesis_title {
    font-family: 'kopubbatang', serif;
    font-size: 3em;
}
#section12 .slide .thesis_article {
    font-size: 1.25em;
    margin-top: 1%;
}
#section12 .slide .thesis_highlight {
    font-size: 1.5em;
    font-weight:600;
}


#section13 .way_wrapper {
    width: 1200px;
    margin: 1.5% auto;
}
#section13 .way_wrapper .img_01, .img_02 {
    float: left;
    margin-bottom: 10px;
}
#section13 .img_01:nth-child(1),
#section13 .img_01:nth-child(2),
#section13 .img_01:nth-child(3),
#section13 .img_01:nth-child(7),
#section13 .img_01:nth-child(8),
#section13 .img_01:nth-child(9),
#section13 .img_02:nth-child(5) {
    margin-right: 24px;
}
#section13 .way_wrapper .attention {
    margin: 10px;
}



#section14 .call_advice {
    width: 250px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 12.5%;
}
#section14 .call_advice p {
    width: 100%;
    font-size: 1.5em;
    color: white;
    padding: 15px;
    background: #009cce;
    margin: 25px auto;
    border-radius: 10px;
}
#section14 .call_advice a {
    text-decoration: none;
}
#section14 .row {
    width: 100%;
    height: 200px;
    bottom: 0px;
    position: absolute;
    background-color: #333;
    margin: 0 auto;
}
#section14 .row #footer_logo {
    text-align: right;
    width: 35%;
    padding: 25px;
}
#section14 .row #footer_medicaldata {
    text-align: left;
    width: 65%;
    padding: 25px;
}


#section16 .contents_w{overflow:hidden;width:1200px;margin:0 auto;}
#section16 .sub_contents_w{overflow:hidden; width:1200px;margin:0 auto;}


/* 전화상담 */
.call_counsel_area{max-width: 1200px; padding:30px 50px 30px 40px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;background:#f8f8f8; margin: 0 auto; text-align: left; margin-bottom: 180px;}
.call_counsel_area .call_txt{padding-bottom:20px;}
.call_counsel_area .call_txt span{display:block;line-height:26px;}
.call_counsel_area .call_form_area{} 
.call_counsel_area .call_form_area:after{clear:both;display:block;content:'';}
.call_counsel_area .call_form01{float:left;width:535px;}
.call_counsel_area .call_form02{float:right;width:535px;}
.call_counsel_area .call_form02 textarea{width:100%;height:125px;border:1px solid #d7d7d7;background:#fff;}
.call_counsel_area h4{padding-bottom:15px;font-size:20px;line-height:1em;color:#4f4f4f;}
.call_counsel_area .call_form01 h4{border-bottom:1px solid #d7d7d7;margin-bottom:20px;}
.call_counsel_area .call_btn_area{margin-top:10px; text-align: center;}
.call_counsel_area table {width:100%;}
.call_counsel_area table tbody th{width:108px;vertical-align:top;text-align:left;line-height:25px;text-indent:10px;font-weight:bold;}
.call_counsel_area table tbody td{padding:0 0 10px; }
.call_counsel_area .type th{line-height:1.2em;}
.call_counsel_area .type td label{padding-right:25px;}
.call_counsel_area .agreement{margin-top:10px;padding-left:10px;font-weight:bold;}
.call_counsel_area .inp{width:200px;height:40px;line-height:40px;}
.call_counsel_area .inp_w300{width:300px;}
.call_counsel_area .SlectBox{width:300px;}
.call_counsel_area .SlectBox{line-height:42px;}
.call_counsel_area .disease_chose{overflow-y:scroll;height:125px;margin-bottom:35px;padding:18px 15px 18px 34px;border:1px solid #d7d7d7;background:#fff;}
.call_counsel_area .disease_chose ul{overflow:hidden;width:100%;}
.call_counsel_area .disease_chose ul li{float:left;width:33.3%;padding:6px 0;font-size:14px;}
.btn_call{width:250px;  line-height:43px;color:#fff;background:url('/images/boad/btn_r_sky250.png') no-repeat;font-size:18px;font-weight:bold;}
@media all and (max-width: 1199px)  { 
.call_counsel_area .call_form01{width:48%;}
.call_counsel_area .call_form02{width:48%;}
.call_counsel_area table tbody th{text-indent:0;}
.call_counsel_area .agreement{padding-left:0;}
.call_counsel_area .disease_chose ul li{width:50%;}
}
@media all and (max-width: 950px)  { 
.call_counsel_area{padding:30px 30px 50px 30px; font-size: 0.75em;}
.call_counsel_area .call_form01{ width:55%;}
.call_counsel_area .call_form02{ width:40%;}
.call_counsel_area .inp{width:100%;}
.call_counsel_area .inp_w300{width:100%;} 
.call_counsel_area .SlectBox{width:100%;} 
.call_counsel_area .call_btn_area{margin-top:50px;}
.call_counsel_area .disease_chose ul li{width:100%;}
}
@media all and (max-width: 650px)  {  
.call_counsel_area .call_txt{padding-bottom:30px;font-size:1em;}
.call_counsel_area .call_form01{ width:100%;}
.call_counsel_area .call_form02{ width:100%;margin-top:40px;}  
.call_counsel_area .call_btn_area .btn_r01{width:40%;}
.call_counsel_area .disease_chose ul li{width:33.3%;}
}
@media all and (max-width: 500px)  { 
.call_counsel_area .disease_chose{padding: 10px;}
.call_counsel_area .disease_chose ul li{width:50%;font-size:1em;}
}
@media all and (max-width: 450px)  {
.call_counsel_area{padding:20px;}
.call_counsel_area .call_txt span{display:inline;}
.call_counsel_area h4{padding-bottom:10px; font-size:1.2em;}
.call_counsel_area .call_form01 h4{margin-bottom:10px;}
.call_counsel_area table tbody th{width:80px;}
.call_counsel_area table tbody td{padding-bottom:10px;}
.call_counsel_area .agreement{margin-top:10px;}
.call_counsel_area .call_form02 textarea{height:150px;}
.call_counsel_area .call_btn_area{margin-top:20px;}
}


/* info */
.map_tab_area {position: relative; margin-bottom: 10%; }
.map_tab_area p {position: absolute;top: 26px;left: 0;width: 200px;color: #fff;font-size: 16px;font-weight: bold;background: url(/imgs/icn_map_tit.png) no-repeat 45px 50%;}
.map_tab_area p span {display: block;padding-left: 80px;}
.map_tab {overflow: hidden;width: 100%;background: url(/imgs/main_tab.gif);}
.map_tab li {float: left;width: 239px;margin: 0 0 1px 1px;text-align: center;line-height: 75px;font-size: 14px;background: #f4f4f4;}
.map_tab li a {display: block;color: #4f4f4f;text-decoration:none;}
.map_tab li.on {}
.map_tab li.on a {color: #fff;background: #1dabda;}
.main06 .tab03_con {overflow: hidden;margin-bottom: }
.contents_w {overflow: hidden;width: 1200px;margin: 0 auto;}
.use_info {position: relative;overflow: hidden;width: 100%;padding: 40px 0;}
.use_info .use_reservation {float: left;width: 550px;font-size: 16px;font-weight: bold;text-align: right;margin-top: 2%;}
.use_info .use_reservation .key {padding-top: 0;font-size: 24px;}
.use_info .use_reservation p {padding-top: 10px;}
.f_bd {font-weight: bold !important;}
.f_org {color: #f26c4f !important;}
.use_info .use_time {float: right;width: 545px;line-height: 26px;color: #4f4f4f;margin-top: 0.4%;text-align: left;}
.icn_night {width: 72px;line-height: 20px;color: #f26c4f;font-size: 14px;}
.map_bx {position: relative;width: 1200px;height: 350px;margin: 0 auto;}
.map_bx iframe {width: 100%;height: 350px;}
.use_info:after {position: absolute;left: 600px;width: 1px;height: 140px;content: '';display: inline-block;background: #ccc;}
/* 1199px 이하일 때 */
@media (max-width: 1199px){
    .map_tab li {width: 12.5%;margin: 0;}
    .contents_w {width: 100%;}
    .use_info .use_reservation {float: none;width: 100%;margin: 0;text-align: center;}
    .use_info .use_time {float: none;width: 100%;text-align: center;margin-top: 20px;}
}
@media (max-width: 500px){
    .map_tab li {width: 20%;margin: 0;}
}




/* 800px 이하일 때 */
@media (max-width: 800px) {
    
    body {
        width: 100%;
    }
    
    h1 {
        width: 95%;
        margin: auto;
	    font-size: 1.5em;
    }
    h2 {
        width: 95%;
        height: auto;
        margin: 0 auto;
        font-size: 1.25em;
        margin-bottom: 1%;
    }
    p {
        width: 95%;
        height: auto;
        margin: 0 0 0 2.5%;
        font-size: 0.75em;
    }
    .title_explanation {
        font-size: 0.75em;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-top: 5%;
    }
    .icon_title {
        padding-top: 10%;
    }
    .icon_title img {
        width: 15%;
        height: auto;
    }
    
    
    
    
    #section0 .main_title {
        width: 90%;
        height: 145px;
        background-color: rgba( 255, 255, 255, 0.5 );
        margin: 25% auto;
    }
    #section0 .main_title .title_subcopy {
        font-size: 0.75em;
        padding-top: 5%;
        margin: 0 auto;
    }
    #section0 .main_title h1 {
        font-size: 1.5em;
        padding-top: 3%;
        padding-bottom: 7px;
    }
    #section0 .main_title p {
        width: 90%;
    }
    #section0 .main_title .title_explanation {
        font-size: 0.8em;
        font-weight: 500;
    }
    #section0 .main_title img {
        padding: 10% 0% 5% 0%;
        width: 80%;
        margin: 0 auto;
    }

    
    
    
    #section1 {
        float: left;
        width: 95%;
        height: auto;
        margin: 0 0 0 2.5%;
    }
    #section1 img {
        width: 90%;
    }
    
    #section2 {
        float: left;
        width: 100%;
        height: auto;
    }
    #section2 #doctors_wrapper {
        width: 100%;
        height: auto;
        position: static;
        bottom: 0px;
    }
    #section2 #doctors_wrapper .doctors {
        float: left;
        width: 50%;
        height: 550px;
        bottom: 0px;
        margin-bottom: 0px;
    }
    #section2 #doctors_wrapper .bottom {
        height: 365px;
    }
    #section2 #doctors_wrapper .doctors img {
        float: left;
        width: 100%;
        height: auto;
    }
    #section2 #doctors_wrapper .doctors .career {
        float: left;
        width: 100%;
    }
    #section2 #doctors_wrapper .doctors .career .doctors_position {
        font-size: 0.75em;
        margin: 7.5% 0% 0.5% 2.5%;
    }
    #section2 #doctors_wrapper .doctors .career .doctors_name {
        margin: 0% 0% 3% 2.5%;
        font-size: 1em;
    }
    #section2 #doctors_wrapper .doctors .career .doctors_history {
        margin: 0 7.5% 5% 7.5%;
        font-size: 0.85em;
    }
    #section2 #doctors_wrapper .doctors .career .doctors_history li {
        font-size: 0.85em;
        margin-bottom: 2%;
    }


    #section3 h1 {
        padding-top: 10%;
    }
    #section3 h4 {
        width: 95%;
        text-align: justify;
        margin: 10% auto;
        margin-bottom: 1%;
        font-size: 1em;
    }
    #section3 article {
        width: 95%;
        text-align: justify;
        margin: 0 auto;
        font-size: 0.75em;
    }
    #section3 .classroom_wrapper {
        width: 95%;
        margin: 5% auto;
        padding-bottom: 10%;
    }
    #section3 .classroom_wrapper .classroom {
        float: left;
        width: 49%;
        height: auto;
        margin: 0.5%;
    }
    #section3 .classroom_wrapper .cr_first {
        margin: 0.5%;
    }
    #section3 .classroom_wrapper .classroom:last-child {
        margin: 0.5%;
        padding-bottom: 15%;
    }
    #section3 .classroom_wrapper .classroom img {
        float: left;
        width: 100%;
        height: auto;
        top: 0px;
        position: static;
        margin: 0px 0 4px 0px;
    }
    #section3 .classroom_wrapper .classroom .classroom_explanation {
        float: left;
        width: 100%;
        height: 65px;
        background-color: rgba(255, 255, 255, 0.75);
    }
    #section3 .classroom_wrapper .classroom .classroom_explanation .classroom_title {
        font-weight: 500;
        margin-top: 3%;
        font-size: 0.75em;
    }
    #section3 .classroom_wrapper .classroom .classroom_explanation .classroom_cure {
        font-size: 0.75em;
    }


    #section4 {
        margin-top: 20%;
        padding-bottom: 15%;
    }
    #section4 .people_img_wrapper {
        width: 95%;
        margin: 3% auto;
    }
    #section4 .people_img_wrapper img {
        float: left;
    }
    #section4 .people_img_wrapper img:nth-child(1) {
        width: 100%;
        margin: 0 0 2% 0%;
    }
    #section4 .people_img_wrapper img:nth-child(2) {
        width: 100%;
        margin: 0 0 2% 0%;
    }
    #section4 .people_img_wrapper img:nth-child(3) {
        width: 49%;
        margin: 0 2% 0 0%;
    }
    #section4 .people_img_wrapper img:nth-child(4) {
        width: 49%;
        margin: 0px;
    }






    #section5 h1 {
        color: white;
        margin-top: 1%;
    }
    #section5 .attention {
        color: white;
    }
    #section5 .recommend {
        width: 90%;
        height: 460px;
        background-color: rgba(255, 255, 255, 0.75);
        margin: 10% auto;
        margin-bottom: 15%;
    }
    #section5 .recommend .recommend_list {
        float: left;
        width: 80%;
        margin: 10% 0 0 10%;
    }
    #section5 .recommend .recommend_list li {
        text-align: left;
        margin: 0 0 3% 0px;
        font-size: 0.85em;
    }



    #section6 .s6_title {
        height: auto;
        padding-top: 30%;
    }
    #section6 .s6_title h1 {
        padding-top: 5%;
    }
    #section6 .s6_title h2 {
        font-size: 1.5em;
    }
    #section6 .cure_process {
        float: left;
        width: 100%;
        height: 27%;
        background-color: #94c4db;
    }
    #section6 .cure_process .cure_sequence_01 {
        float: left;
        width: 25%;
        height: 100%;
        margin-left: 3%;
        background-image:none;
    }
    #section6 .cure_process .cure_sequence_01 .sequence_number {
        text-align: left;
        width: 100%;
        height: auto;
        color: #009cce;
        margin-top: 18%;
    }
    #section6 .cure_process .cure_sequence_01 .sequence_title {
        text-align: left;
        color: #2f486a;
        font-size: 0.85em;
    }
    #section6 .cp_first {
        background-color: #f8f8f8;
        margin-top: 20%;
    }
    #section6 .cp_second {
        background-color: #fdfcf0;
    }
    
    
    
    
    #section6 .cure_process .cure_sequence_02 {
        float: left;
        width: 25%;
        height: 100%;
    }
    #section6 .cure_process .cure_sequence_03 {
        width: 45%;
    }
    #section6 .cure_process .cure_sequence_02 .sequence_cure {
        text-align: left;
        margin-top: 18%;
        font-weight: 500;
        font-size: 0.85em;
    }
    #section6 .cure_process .cure_sequence_02 .sequence_cure span {
        font-size: 0.75em;
        font-weight: normal;
    }
    #section6 .cure_process .cure_sequence_03 .program {
        font-size: 0.85em;
        font-weight: 500;
        margin: 7.5% 0 0 7.5%;
        text-align: justify;
    }
    #section6 .cure_process .cure_sequence_03 .program_list {
        font-size: 0.75em;
        margin: 3% 0 0 7.5%;
    }
    #section6 .cure_process .cure_sequence_03 .program_list li {
        font-size: 0.9em;
        margin: 3% 0 0 0%;
        text-align: justify;
    }
    
    
    
    #section15 h1 {
        padding-top: 50%;
    }
    #section15 .symptom_wrapper {
        width: 100%;
        margin: 1.5% auto;
    }
    #section15 .symptom_wrapper .symptom {
        float: left;
        width: 100%;
        height: auto;
    }
    #section15 .symptom_wrapper .symptom:nth-child(1),
    #section15 .symptom_wrapper .symptom:nth-child(3) {
        margin-right: 0px;
    }
    #section15 .symptom_wrapper .symptom:nth-child(1),
    #section15 .symptom_wrapper .symptom:nth-child(2),
    #section15 .symptom_wrapper .symptom:nth-child(3),
    #section15 .symptom_wrapper .symptom:nth-child(4) {
        margin-bottom: 0px;
    }
    #section15 .symptom_wrapper .symptom h4 {
        width: 90%;
        color: white;
        margin: 7.5% 0 0 5%;
        font-size: 1.25em;
    }
    #section15 .symptom_wrapper .symptom p {
        width: 90%;
        font-weight: 400;
        color: white;
        margin: 2.5% 0 7.5% 5%;
    }
    #section15 .symptom_point {
        width: 90%;
        height: auto;
        font-size: 1em;
        border: 2px solid #009cce;
        margin: 1.5% 0 0 5%;
        padding: 5%;
        border-radius: 50px;
    }
    #section15 .symptom_point span {
        color: #009cce;
    }
    
    
    
    #section7 {
        float: left;
        height: auto;
    }
    #section7 h1 {
        margin-top: 50%;
    }
    #section7 img {
        width: 85%;
        margin: 10% 0 20% 0%;
    }
    
    
    
    #section8 {
        background-color: #f4f2ea;
        width: 100%;
        height: auto;
    }
    #section8 h1 {
        margin-top: 10%;
    }
    #section8 #relax_cure_wrapper {
        width: 95%;
        margin: 3% auto;
        margin-bottom: 15%;
    }
    #section8 #relax_cure_wrapper .relax_cure {
        float: left;
        width: 49%;
        height: 300px;
        background-color: white;
    }
    #section8 #relax_cure_wrapper .relax_cure img {
        width: 100%;
    }
    #section8 #relax_cure_wrapper .relax_cure:nth-child(1),
    #section8 #relax_cure_wrapper .relax_cure:nth-child(2),
    #section8 #relax_cure_wrapper .relax_cure:nth-child(3),
    #section8 #relax_cure_wrapper .relax_cure:nth-child(4),
    #section8 #relax_cure_wrapper .relax_cure:nth-child(5),
    #section8 #relax_cure_wrapper .relax_cure:nth-child(6){
        margin: 0.5%;
    }
    #section8 #relax_cure_wrapper .relax_cure h5 {
        font-size: 0.75em;
        font-weight: 500;
        color: #2f486a;
        text-align: justify;
        margin: 5% 5% 3% 5%;
    }
    #section8 #relax_cure_wrapper .relax_cure article {
        font-size: 0.75em;
        text-align: justify;
        margin: 0 5% 5% 5%;
    }
    #section8 .dangerous {
        width: 95%;
        margin-top: 2.5%;
        margin-bottom: 10%;
    }



    #section10 .index_wrapper{
        width: 95%;
        margin: 3% auto;
    }
    #section10 .index_wrapper .index {
        width: 49%;
        height: auto;
        float: left;
    }
    #section10 .index_wrapper .index:first-child {
        margin-right: 2%;
    }
    #section10 .index_wrapper .index img {
        width: 100%;
        height: auto;
        border: 1px solid #d7d7d7;
    }
    #section10 .index_wrapper .index h4 {
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 1em;
        text-align: justify;
        margin-top: 5%;
    }
    #section10 .index_wrapper .index article {
        width: 100%;
        height: auto;
        font-size: 0.75em;
        text-align: left;
        margin-top: 3%;
        line-height: 1.5em;
    }
    #section10 .index_wrapper .index span {
        line-height: 3%;
        color: #f26c4f;
    }


    #section11 .ba_wrapper {
        width: 95%;
        height: auto;
        margin: 3% auto;
    }
    #section11 .ba_wrapper .beforeafter {
        float: left;
        width: 100%;
        margin-bottom: 5%;
    }
    #section11 .ba_wrapper .beforeafter:nth-child(1),
    #section11 .ba_wrapper .beforeafter:nth-child(3),
    #section11 .ba_wrapper .beforeafter:nth-child(5){
        margin-right: 0px;
    }
    #section11 .ba_wrapper .beforeafter .example {
        width: 50%;
        height: auto;
        float: left;
    }
    #section11 .ba_wrapper .beforeafter .example img {
        width: 100%;
        height: auto;
    }
    #section11 .ba_wrapper .beforeafter .example .cure_branch {
        font-size: 0.75em;
        position: absolute;
        width: 60px;
        height: 25px;
        color: white;
        line-height: 25px;
        background: rgba(0,0,0, 0.75);
        margin: 0px;
    }

    #section11 .more {
        float: left;
        width: 50%;
        line-height: 55px;
        margin: 10% 0 30% 23%;
    }
    #section11 .more a {
        float: left;
        width: 200px;
        text-align: center;
        color: white;
        background-color: #4896c4;
        border-radius: 50px;
    }


    #section12 .slide img {
        width: 80%;
    }
    #section12 .slide .thesis_title {
        font-size: 1.25em;
    }
    #section12 .slide .thesis_article {
        font-size: 1em;
        margin-top: 1%;
    }
    #section12 .slide .thesis_highlight {
        font-size: 1em;
        font-weight:600;
    }


    #section13 h1 {
        margin-top: 10%;
    }
    #section13 .way_wrapper {
        width: 95%;
    }
    #section13 .way_wrapper img {
        width: 100%;
        height: auto;
    }
    #section13 .way_wrapper .img_01 {
        width: 48%;
        float: left;
        margin: 0%;
    }
    #section13 .way_wrapper .img_02 {
        width: 100%;
        float: left;
        margin: 0%;
    }
    #section13 .way_wrapper .attention {
        width: auto;
        margin: 2% 2% 5% 2%;
    }
    #section13 .way_wrapper .img_01:nth-child(1),
    #section13 .way_wrapper .img_01:nth-child(3),
    #section13 .way_wrapper .img_01:nth-child(7),
    #section13 .way_wrapper .img_01:nth-child(9) {
        margin-right: 4%;
    }



    #section14 .call_advice {
        width: 250px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 25%;
    }
    #section14 .call_advice p {
        width: 100%;
        font-size: 1.5em;
        color: white;
        padding: 15px;
        background: #009cce;
        margin: 25px auto;
        border-radius: 10px;
    }
    #section14 .call_advice a {
        text-decoration: none;
    }
    #section14 .row {
        width: 100%;
        height: auto;
        bottom: 0px;
        position: absolute;
        background-color: #333;
        margin: 0 auto;
    }
    #section14 .row #footer_logo {
        display: none;
        text-align: center;
        width: 10%;
        height: auto;
        padding: 25px;
    }
    #section14 .row #footer_medicaldata {
        text-align: left;
        width: 100%;
        padding: 5%;
    }
    #menu{
        display: none;
    }
}








.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
    float: left;
	display:inline-block;
	margin: 5px;
	color: #000;
	background:#fff;
	background: rgba(0,0,0, 0.25);
	-webkit-border-radius: 50px;
            border-radius: 50px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 5px 5px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	right: 25px;
    top: 35%;
    height: auto;
	z-index: 70;
	width: 25px;
    height: 320px;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

