@charset "utf-8";

/* mVisual */
#mVisual{width: 100%; height: 105vh;}
#mVisual > div{height: 100%;}
#mVisual > div > div{height: 100%;}
#mVisual .mv{width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat;}
#mVisual .mv.mv1{background-image: url(/images/main/mv1_250311.png);  background-position: 55% center;}
#mVisual .mv.mv2{background-image: url(/images/main/mv2_250311.png);  background-position: 55% center;}
#mVisual .mv.mv3{background-image: url(/images/main/mv3_250311.png);  background-position: 55% center;}
#mVisual .mv .txt{height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 110px; }
#mVisual .mv .txt h3{font-size: 3.6rem; font-weight: 700; margin-bottom: 30px; word-break: keep-all;color: #1d0000; line-height: 4.8rem;}
#mVisual .mv .txt h3 span{font-weight: 500;}
#mVisual .mv .txt p{font-size: 1.9rem; word-break: keep-all; white-space: nowrap; color: #fff; line-height: 3rem;}
/* #mVisual .mv .txt p{font-size: 1.9rem; word-break: keep-all; white-space: nowrap; color: #5c5959; line-height: 3rem;} */
#mVisual .slide_info{padding-top: 70px; display: flex; align-items: center; justify-content: start; gap: 20px;}
#mVisual .slide_info > span{font-size: 15px; font-weight: 500; color: #1d0000;}
#mVisual .slide_info > span.page_total{opacity: 0.5;}
#mVisual .slide_info .slide_progress {height: 2px; width: 120px; display: inline-block; background-color: #bbbbbb;}
#mVisual .slide_info .slide_progress .progress{width: 0; height: 100%; background-color: #1d0000; }


@media all and (max-width:1280px){
    #mVisual{height: 85vh; min-height: 560px; padding-top: 80px;}
    #mVisual .mv{position: relative;}
    #mVisual .mv::after{content: ''; width: 100%; height: 100%; background: #00000040; position: absolute; top: 0; left: 0; z-index: 10;}
	#mVisual .mv .txt{width: 94%; margin-left: auto; margin-right: auto; padding-bottom: 100px;z-index: 20;}
	#mVisual .mv .txt h3{font-size: 3rem; margin-bottom: 25px; line-height: 4rem; color: #fff;}
	#mVisual .mv .txt p{font-size: 1.6rem;line-height: 2.5rem; color: #fff; opacity: 0.7;}
    #mVisual .slide_info{padding-top: 50px; gap: 10px;}
    #mVisual .slide_info > span{font-size: 1.3rem; color: #fff;}
    #mVisual .slide_info .slide_progress {width: 100px;}
    #mVisual .slide_info .slide_progress .progress{background-color: #fff; }
}
@media all and (max-width:976px){
    #mVisual{padding-top: 70px;}
}
@media all and (max-width:767px){
    #mVisual{padding-top: 60px;}
}
@media all and (max-width:640px){
    #mVisual .mv .txt{justify-content: center; text-align: center;}
    #mVisual .slide_info{justify-content: center; padding-top: 30px;}
}
@media all and (max-width:500px){
	#mVisual .mv .txt{padding-bottom: 80px;}
}


.t-txt{text-align: center;}
.t-txt p.eng{color: #2c0d04; opacity: 0.5; font-size: 1.5rem; font-weight: 800;margin-bottom: 20px;}
.t-txt h3{color: #2c0d04; font-size: 4rem; font-weight: 500;}
.t-txt h3 span{font-weight: 700;}
.t-txt p.t1{font-weight: 500; margin-top: 30px; font-size: 1.8rem; color: #666; line-height: 2.8rem;}
br.mo{display: none;}


@media all and (max-width:1280px){
    .t-txt p.eng{font-size: 1.4rem;margin-bottom: 15px;}
    .t-txt h3{font-size: 3.5rem;}
    .t-txt p.t1{font-size: 1.6rem; margin-top: 20px; line-height: 2.6rem;}
}
@media all and (max-width:680px){
    .t-txt p.eng{font-size: 1.3rem;margin-bottom: 10px;}
    .t-txt h3{font-size: 3rem;}
    .t-txt p.t1{font-size: 1.5rem; padding: 0 20px;line-height: 2.5rem;}
}
@media all and (max-width:480px){
    br.mo{display: block !important;}
}


#m_medi ul{width: 100%; margin-top: 60px; display: flex; gap: 20px; justify-content: space-between; flex-wrap: wrap;}
#m_medi ul li{width: calc(100%/4 - 15px); overflow: hidden; position: relative; transition: 0.3s;}
#m_medi ul li img{width: 100%;transition: 0.3s;}
#m_medi ul li:hover img{transition: 0.3s; transform: scale(1.1);}
#m_medi ul li .txt{position: absolute;top: 0;left: 0; width: 100%; height: 100%; text-align: center; padding: 50px 20px 30px; display: flex; flex-wrap: wrap; align-content: space-between; justify-content: center;}
#m_medi ul li .txt h3{font-size: 3.2rem; color: #000; margin-bottom: 20px;}
#m_medi ul li .txt p{font-size: 1.6rem; color: #666; line-height: 2.6rem;}
#m_medi ul li .txt .up{width: 100%;}
#m_medi ul li .txt a{background: #fff; text-align: center; font-weight: 600; padding: 15px 50px; transition: 0.3s;}
#m_medi ul li .txt a:hover{background: #b18d5d; transition: 0.3s;}
#m_medi ul li .txt a p{color: #000;}
#m_medi ul li .txt a:hover p{color: #fff;}
#m_medi ul li .txt a span{font-family: 'suit'; margin-left: 30px;}

@media all and (max-width:1480px){
    #m_medi ul li .txt p{font-size: 1.5rem; line-height: 2.3rem;}
}
@media all and (max-width:1280px){
    #m_medi ul{margin-top: 50px;}
    #m_medi ul li .txt h3{font-size: 2.8rem; margin-bottom: 15px;}
    #m_medi ul li .txt p{font-size: 1.4rem; line-height: 2rem;}
    #m_medi ul li .txt p br{display: none;}
    #m_medi ul li .txt a{padding: 10px 30px;}
    #m_medi ul li .txt a p{font-size: 1.4rem;}
}
@media all and (max-width:1080px){
    #m_medi ul{margin-top: 40px;}
    #m_medi ul li{width: calc(100%/2 - 10px); height: 300px;}
    #m_medi ul li img{transform: translatey(-20%);}
    #m_medi ul li:hover img{transform: translatey(-20%) scale(1.1);}
    #m_medi ul li .txt p br{display: block;}
}
@media all and (max-width:680px){
    #m_medi ul{margin-top: 30px;}
    #m_medi ul{gap: 10px;}
    #m_medi ul li{width: calc(100%/2 - 5px); height: 100%;}
    #m_medi ul li img{transform: translatey(0%);}
    #m_medi ul li:hover img{transform: translatey(0%) scale(1.1);}
    #m_medi ul li .txt{padding: 30px 20px; display: flex; }
}
@media all and (max-width:540px){
    #m_medi ul li{width:100%; height: 250px;}
    #m_medi ul li img{transform: translatey(-25%);}
    #m_medi ul li:hover img{transform: translatey(25%) scale(1.1);}
}


#m_doctor{background: url('/images/main/doctor_bg.png') no-repeat center center; background-size: cover;}
#m_doctor .dt_wrap{margin-top: 110px; position: relative;}
#m_doctor .dt_wrap .img{width: 100%; text-align: center; margin-left: -50px;}
#m_doctor .dt_wrap .img > img{max-width: 1182px;}
#m_doctor .dt_wrap ul{width: 100%; display: flex; height: 100%;}
#m_doctor .dt_wrap ul li{position: absolute;}
#m_doctor .dt_wrap ul li:nth-child(1){top: 45%; left: 16%;}
#m_doctor .dt_wrap ul li:nth-child(2){top: 44%; left: 40%;}
#m_doctor .dt_wrap ul li:nth-child(3){top: 43%; right: 18%;}
#m_doctor .dt_wrap ul li a:hover img { animation: rotate360 0.7s ease-in-out;}
#m_doctor ul.mo{display: none;}

@keyframes rotate360 {
    from {    transform: rotate(0deg);  }
    to {    transform: rotate(360deg);  }
}

@media all and (max-width:1400px){
    #m_doctor .dt_wrap{margin-top: 90px;}
    #m_doctor .dt_wrap .img{margin: 0 auto; text-align: center;}
    #m_doctor .dt_wrap .img > img{width: 90%;}
    #m_doctor .dt_wrap ul li:nth-child(1){left: 10%;}
    #m_doctor .dt_wrap ul li:nth-child(2){left: 40%;}
    #m_doctor .dt_wrap ul li:nth-child(3){right: 10%;}
}
@media all and (max-width:1280px){
    #m_doctor .dt_wrap .img{ margin-left: -30px;}
    #m_doctor .dt_wrap .img > img{width: 95%;}
    #m_doctor .dt_wrap a img {width: 45px;}
}
@media all and (max-width:980px){
    #m_doctor .dt_wrap{margin-top: 60px;}
}
@media all and (max-width:767px){
    #m_doctor .dt_wrap{display: none;}
    #m_doctor ul.mo{display: flex; flex-wrap: wrap; margin-top: 50px;justify-content: center;gap: 50px;}
    #m_doctor ul.mo li{position: relative; display: flex; width: 100%; justify-content: center;}
    #m_doctor ul.mo li > img{-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1),rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; max-width: 497px;}
    #m_doctor ul.mo li a{position: absolute;}
    #m_doctor ul.mo li:nth-child(1) > img{width: 100%;}
    #m_doctor ul.mo li:nth-child(1) a{top: 45%; left: 28%;}
    #m_doctor ul.mo li:nth-child(2) > img{ width: 100%;}
    #m_doctor ul.mo li:nth-child(2) a{top: 44%; left: 26%;}
    #m_doctor ul.mo li:nth-child(3) > img{ width: 100%;}
    #m_doctor ul.mo li:nth-child(3) a{top: 42%; right: 20%;}
}
@media all and (max-width:580px){
    #m_doctor ul.mo li{width: 80%;}
    #m_doctor ul.mo li:nth-child(1) a{top: 45%; left: 24%;}
    #m_doctor ul.mo li:nth-child(2) a{top: 44%; left: 28%;}
    #m_doctor ul.mo li:nth-child(3) a{top: 44%; right: 18%;}
    #m_doctor ul.mo li a img{width: 40px;}
}


#m_slider{background: url('/images/main/slider_bg.png') no-repeat top center;}
#m_slider .top{ display: flex; justify-content: center; margin-bottom: 100px;}
#m_slider .top h3{width: 50%; text-align: right; padding-right: 40px; color: #fff; font-size: 4rem; font-weight: 500; line-height: 5.4rem;}
#m_slider .top h3 span{font-weight: bold;}
#m_slider .top .r_txt{width: 50%;padding-left: 40px;}
#m_slider .top .r_txt p{font-size: 1.8rem; font-weight: 500; line-height: 2.8rem; color: #ffffff; opacity: 0.8;margin-top: 5px;}
#m_slider .top .r_txt p + p {margin-top: 30px;}
#m_slider .slider_wrap{position: relative;}
#m_slider .slider_wrap ul{width: 100%;}
#m_slider .slider_wrap ul li{width: 960px; margin: 0 80px;}
#m_slider .slider_wrap ul li .img{position: relative;}
#m_slider .slider_wrap ul li .img img{width: 100%; filter: grayscale(1);}
#m_slider .slider_wrap ul li .img h3{display: none;}
#m_slider .slider_wrap ul li .txt{margin-top: 20px;}
#m_slider .slider_wrap ul li .txt h4{font-weight: 500; color: #000; font-size: 1.8rem; margin-bottom: 20px; opacity: 0.5;}
#m_slider .slider_wrap ul li .txt p{display: none; transition: 0.3s;}
#m_slider .slider_wrap ul li.slick-active .img img{filter: grayscale(0);}
#m_slider .slider_wrap ul li.slick-active .img h3{position: absolute; left: 0;bottom: 0; background: #fff; color: #af905a; font-family: 'Marcellus'; font-size: 3.6rem; padding: 50px 140px 0 30px; font-weight: 400; display: block;}
#m_slider .slider_wrap ul li.slick-active .txt{padding: 0 30px;}
#m_slider .slider_wrap ul li.slick-active .txt h4{color: #af905a; opacity: 1;}
#m_slider .slider_wrap ul li.slick-active .txt p{font-weight: 500; color: #666; font-size: 1.6rem; line-height: 2.8rem; display: block; transition: 0.3s;}
#m_slider .slider_wrap .indicator{top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; color: #fff; font-family: 'suit'; font-size: 3.2rem; width: 1440px; display: flex; justify-content: space-between;}
#m_slider .slider_wrap .indicator span{ cursor: pointer;}


@media all and (max-width:1480px){
    #m_slider .slider_wrap ul li{width: 800px; margin: 0 60px;}
    #m_slider .slider_wrap .indicator{width: 95%;}
}
@media all and (max-width:1280px){
    #m_slider{background-position: center -50%;}
    #m_slider .top{margin-bottom: 60px;}
    #m_slider .top h3{padding-right: 30px; font-size: 3.5rem; line-height: 4.5rem;}
    #m_slider .top .r_txt p{font-size: 1.6rem; line-height: 2.6rem;}
    #m_slider .top .r_txt p + p {margin-top: 20px;}
    #m_slider .slider_wrap ul li{width: 800px; margin: 0 40px;}
}
@media all and (max-width:1080px){
    #m_slider{background-position: center -80%;}
    #m_slider .slider_wrap ul li{width: 70vw; margin: 0 20px;}
    #m_slider .slider_wrap ul li .txt h4{font-size: 1.6rem;}
    #m_slider .slider_wrap ul li.slick-active .img h3{font-size: 3rem; padding: 30px 100px 0 20px;}
    #m_slider .slider_wrap ul li.slick-active .txt{padding: 0 20px;}
    #m_slider .slider_wrap ul li.slick-active .txt p{font-size: 1.5rem; line-height: 2.6rem;}
}
@media all and (max-width:980px){
    #m_slider{background-position: center -200px;}
    #m_slider .top{flex-wrap: wrap;}
    #m_slider .top h3{width: 100%; text-align:center; padding-right: 0px;}
    #m_slider .top h3 br{display: none;}
    #m_slider .top .r_txt{width: 100%;padding-left: 0px; text-align: center; margin-top: 30px;}
    #m_slider .top .r_txt p + p {margin-top: 0px;}
}
@media all and (max-width:680px){
    #m_slider .top h3{font-size: 3rem; line-height: 4rem;}
    #m_slider .slider_wrap ul li{width: 80vw; margin: 0 10px;}
    #m_slider .slider_wrap ul li.slick-active .img h3{font-size: 2.5rem; padding: 20px 50px 0 20px;}
    #m_slider .slider_wrap ul li.slick-active .txt{padding: 0 20px;}
    #m_slider .slider_wrap ul li.slick-active .txt p{font-size: 1.5rem; line-height: 2.6rem;}
    #m_slider .slider_wrap ul li.slick-active .txt p br{display: none;}
    #m_slider .slider_wrap .indicator{font-size: 2.5rem;}
}
@media all and (max-width:480px){
    #m_slider{background-position: center -280px;}
    #m_slider .top{margin-bottom: 40px;}
    #m_slider .top .r_txt{margin-top: 10px;}
    #m_slider .slider_wrap ul li.slick-active .img h3{font-size: 2.2rem; padding: 10px 30px 0 10px;}
    #m_slider .slider_wrap ul li.slick-active .txt{padding: 0 10px;}
    #m_slider .slider_wrap ul li.slick-active .txt h4{margin-bottom: 10px;}
}



#m_notice  {position:relative;overflow: hidden;}
#m_notice .inner { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 120px;}

#m_notice .l_box {width:430px; margin-top: 60px;}
#m_notice .l_box .t-txt {text-align: left;}
#m_notice .l_box a {margin-top: 70px; font-size: 1.6rem; padding: 15px 40px; display: inline-block; border: 1px solid #2c0d04; transition: 0.3s;}
#m_notice .l_box a:hover {background: #2c0d04; transition: 0.3s;}
#m_notice .l_box a p{color: #2c0d04; font-weight: bold;}
#m_notice .l_box a:hover p{color: #fff;}
#m_notice .l_box a p span{font-family: 'suit'; margin-left: 40px;}

#m_notice .r_box {width:calc(100% - 550px)}
#m_notice .r_box ul {width:1280px; }
#m_notice .r_box ul li {margin-right:60px; width: 380px;  border: 1px solid #ddd; transition: 0.3s;}
#m_notice .r_box ul li:hover {border: 1px solid #2c0d04; transition: 0.3s;}
#m_notice .r_box ul li a{width: 100%; height: 100%; padding: 50px 40px; display: inline-block;}
#m_notice .r_box ul li span{opacity: 0.5; color: #000; font-weight: bold; display: inline-block; font-size: 1.6rem;}
#m_notice .r_box ul li h3{color: #000; font-weight: 600; font-size: 2.2rem; line-height: 3rem; margin: 20px 0 30px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 60px; transition: 0.3s;}
#m_notice .r_box ul li:hover h3{color: #2c0d04; transition: 0.3s;}
#m_notice .r_box ul li p{color: #666666; font-size: 1.6rem; line-height: 2.8rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; height: 140px;}
#m_notice .r_box ul li span.date{margin-top: 30px; padding-top: 30px; border-top: 1px solid #e5e5e5; width: 100%; font-weight: normal;}

@media all and (max-width:1599px) {
    #m_notice .inner {gap: 90px;}
}
@media all and (max-width:1399px) {
    #m_notice .inner {gap: 70px;}
	#m_notice .r_box ul li {  margin-right:20px}
}
@media all and (max-width:1280px) {
    #m_notice .inner {gap: 0px;}
    #m_notice .r_box ul li h3{font-size: 2rem; line-height: 2.8rem;height: 55px; margin: 15px 0 20px;}
    #m_notice .r_box ul li p{font-size: 1.5rem; line-height: 2.5rem;height: 125px;}
}
@media all and (max-width:1024px) {	
    #m_notice .l_box {width:100%; margin-bottom: 50px;}
    #m_notice .l_box a {margin-top: 40px; font-size: 1.4rem; padding: 10px 30px;}
	#m_notice .r_box {width:100%}
	#m_notice .r_box ul {width:1450px}
}
@media all and (max-width:976px) {	
    #m_notice .r_box ul {width:120%}
	#m_notice .r_box ul li dd  br {display:none}
}
@media all and (max-width:680px) {	
    #m_notice .l_box .t-txt p{padding: 0;}
	#m_notice .r_box ul {width:calc(100% + 20px)}
    #m_notice .l_box a {margin-top: 20px;}
    #m_notice .r_box ul li {width: 70vw;}
    #m_notice .r_box ul li a{padding: 40px 30px;}
    #m_notice .r_box ul li h3{height: 50px;}
    #m_notice .r_box ul li p{-webkit-line-clamp: 3; height: 70px;}
    #m_notice .r_box ul li span.date{margin-top: 20px; padding-top: 20px; font-size: 1.4rem;}
}
@media all and (max-width:480px) {	
    #m_notice .l_box {margin-bottom: 30px;}
    #m_notice .r_box ul li {width:80vw;}
}


.wrap_controllers{display: none;}
#m_loca{position: relative; height: 780px; margin-bottom: 120px;}
#m_loca .map{width: 1280px; height: 780px;}
#m_loca .info{position: absolute; top: 50%; z-index: 30; right: 160px; transform: translatey(-50%); background: #fff;box-shadow: 1px 1px 20px 5px #00000010; width: 560px; padding: 60px;}
#m_loca .info div + div{border-top: 1px solid #e5e5e5; margin-top: 30px; padding-top: 30px;}
#m_loca .info h3{font-size: 3rem; font-weight: 600; color: #2c0d04; margin-bottom: 30px;}
#m_loca .info h4{font-size: 2rem; font-weight: 500; color: #2c0d04;}
#m_loca .info span{font-size: 1.6rem; color: #666666; display: inline-block; margin-top: 15px;}
#m_loca .info p{font-size: 2.4rem; color: #000; margin-top: 20px; font-weight: bold;}
#m_loca .info .time{margin-top: 20px;}
#m_loca .info .time dl{display: flex;flex-wrap: wrap; justify-content: space-between;}
#m_loca .info .time dl + dl{margin-top: 10px;}
#m_loca .info .time dt{font-size: 1.6rem; color: #000; width: 60px;}
#m_loca .info .time dd{font-size: 1.6rem; color: #666; width: calc(100% - 100px);}
#m_loca .info .cs{margin-top: 10px;}
#m_loca .info .cs a{font-size: 1.6rem; font-weight: 500; display:inline-flex; gap: 5px; align-items: center;}
#m_loca .info .cs a + a{margin-left: 1em;}
#m_loca .info .cs a img{width: 40px;}

@media all and (max-width:1600px){
    #m_loca .info{right: 80px;}
}
@media all and (max-width:1400px){
    #m_loca .map{width: 1080px;}
    #m_loca .info{right: 60px;}
}
@media all and (max-width:1280px){
    #m_loca .map{width: 70vw;}
    #m_loca .info{right: 40px;}
    #m_loca .info h3{font-size: 2.5rem;margin-bottom: 20px;}
    #m_loca .info h4{font-size: 1.8rem;}
    #m_loca .info span{font-size: 1.5rem;}
    #m_loca .info p{font-size: 2.2rem;}
}
@media all and (max-width:1080px){
    #m_loca{height: 100%;margin-bottom: 80px;}
    #m_loca .map{width: 100%; height: 400px;}
    #m_loca .info{position: relative; top: 0;right: 0; transform: translateY(0); width: 100%; padding: 40px; box-shadow: none;}
    #m_loca .info h3{font-size: 2.5rem;margin-bottom: 20px;}
    #m_loca .info h4{font-size: 1.8rem;}
    #m_loca .info span{font-size: 1.5rem;}
    #m_loca .info p{font-size: 2.2rem;}
}
@media all and (max-width:480px){
    #m_loca{margin-bottom: 30px;}
    #m_loca .info{padding: 30px;}
}