@charset "utf-8";
@import url("base.css");
@import url("layout.css");


/* soo 2023 */
#intro_wrap{width:100%; height:100vh;overflow:hidden;position:relative;min-width:1400px;}
#intro_wrap .go_patient {width:50%;height:100vh; float:left; background: #a5acb9 url("../images/mbr/intro_bg1.jpg") no-repeat center/cover;position:relative;}
#intro_wrap .go_hospital {width:50%;height:100vh; float:right; background: url("../images/mbr/intro_bg2.jpg") no-repeat center/cover;position:relative;}
#intro_wrap .cnt_inbox {width:80%; height:360px; position:absolute; left:10%; top:50%; margin-top:-180px; text-align:center; color:#fff;}
#intro_wrap .cnt_inbox .go_stit {font-family: 'S-CoreDream-3Light'; font-weight: normal;font-style: normal; font-size:40px;margin-bottom:30px;text-align:center;line-height:1.6;}
#intro_wrap .cnt_inbox .go_htit {font-family: 'S-CoreDream-5Medium';font-weight: normal;font-style: normal; font-size:65px;margin-bottom:40px;text-align:center; text-shadow:2px 5px 10px rgba(21,21,23,.3);}
#intro_wrap .cnt_inbox .btn_go_homepg {width:288px; height:68px; border:1px solid #fff; margin: 0 auto; display:inline-block; background: url("../images/mbr/ic_go_arrow.png") no-repeat 65px 65%; transition: all 0.5s;font-size:17px;color:#fff;
line-height: 50px; font-weight: 300;}
#intro_wrap .cnt_inbox .btn_go_homepg:hover {background: url("../images/mbr/ic_go_arrow.png") no-repeat 80px 65%;transition: all 0.5s;}

.intro_ci {width:140px; height:43px;position:absolute;left:50px; top:40px;z-index:10;}


