@charset "utf-8";

.f15 { font-size:15px !important; }
.f18 { font-size:18px !important; }
.f20 { font-size:20px !important; }
.f25 { font-size:25px !important; }
.f30 { font-size:30px !important; }
.f35 { font-size:35px !important; }
.f40 { font-size:40px !important; }
.f45 { font-size:45px !important; }
.f50 { font-size:50px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb150 { margin-bottom: 150px !important; }
.mb170 { margin-bottom: 170px !important; }
.mb180 { margin-bottom: 180px !important; }
.mb270 { margin-bottom: 270px !important; }
body { overflow-x:hidden;}/**************************************************************************************************************************************************************************************
Common
**************************************************************************************************************************************************************************************/
.h2-main {position: absolute;left: 0; top:0; display: flex; font-weight: 400; }
.h2-main strong { font-size:40px; color: #333; line-height: 1.2; font-weight: 400; text-align: center; position: relative; top: -4px;}
.h2-main strong span + span { margin-top:20px; }
.h2-main span { display: block;  text-align: center; }
.h2-main div { font-size:17px; line-height: 1.2; color: #cdbfb3; transform: translateY(6px); margin-left: 11px;}
.h2-main div span + span { margin-top:8px; }


.normal { font-weight: 400}
.tit-head { padding-bottom: 30px; border-bottom: 1px solid #333; margin-bottom: 65px; }
.tit-head > small { display: block; margin-bottom: 18px;font-weight: 600; font-size:15px; color:#1c5c6b; }
.h3 {font-size:35px; line-height: 1.3; color: #333; margin-bottom: 26px; font-weight: 500;}
.h3.type2 { padding-bottom:  75px; margin-bottom: 80px; position: relative; }
.h3.type2:before { content: ''; position: absolute;left: 0; bottom:0; width:50px; height: 1px; background: #333;  }
.chef1 .h3.type2{font-weight: 500; font-size: 30px; color: #333; font-weight: 700;}
.h3-head { position: relative; }
.h3-head .right { position: absolute; right:0; top:0; display: flex; align-items: center; }
.h3-head .right span { font-size:16px; font-weight: 300; color: #7b7b7b; }
.h3-head .right a { display: inline-block; vertical-align: middle; width:105px; height: 35px; line-height: 33px; border: 1px solid #c2c2c2; border-radius:33px; font-size:15px; text-align: center; font-weight: 300; margin-left: 10px;   transition: all 0.5s ease;}
.h3-head .right a:hover { background: #333; color: #fff; border-color:#333; }
.h4 {  font-size:30px; line-height: 1.3; color: #333; margin-bottom: 8px; font-weight: 600;}
.h4 > span { font-weight:300; }
.txt1 { margin-bottom: 50px; }
.txt1 p { display: inline-block; font-size:23px; color: #333; padding:7px 13px; background: #f0e9e3;}
.txt2 { font-size:17px; line-height: 1.8; color: #7b7b7b; margin-bottom: 13px; }
.main11 .txt2 span {font-weight: 500;color: #333;}
.txt3 { font-size:17px; line-height: 1.6; color: #333; margin-bottom: 20px; word-break: keep-all;}
.btn-common-view { display: inline-block; vertical-align: middle;  height: 59px; line-height: 57px; text-align: center; border: 1px solid #333; font-size:17px; color: #333; padding:0 19px 0 23px; transition: all 0.3s ease;}
.btn-common-view:after { content: '\f178';font: var(--fa-font-solid); display: inline-block; vertical-align: middle; margin:-3px 0 0 55px; }
.btn-common-view:hover { background: #333; color: #fff; }
.btn-type1 { display: inline-block;padding:0 40px; height: 57px; line-height: 55px; border: 1px solid #333; font-size:17px; color: #333; transition: all 0.3s ease; }
.btn-type1:hover { background: #333; color: #fff;  }
.btn-type1.more { width:240px; }



/* #header { position:relative; height:100px; position: fixed;left: 0; right:0; top:0; background: #fff; z-index:1000; padding:0 100px; display: flex; justify-content: center; align-items: center; }
#header::after {
content:'';
position:absolute;
left:0;
bottom:0;
background:#fff;
height:1px;
width:100%;
}

#header h1 { position:absolute; left:100px; top:50%; transform:translate(0, -50%); }
#header h1 a { display: block; background: url(../img/common/logo.svg) no-repeat 0 50%; width: 237px; text-indent: -9999px; background-size: contain; height: 55px; }
#header nav { height: 100%; display: flex; justify-content: center; position:relative; }
#header nav > ul { display:flex; align-items: center; overflow:hidden; }
#header nav > ul > li { height: 100%; position:relative; }
#header nav > ul > li > a {display: flex; height: 100%; align-items: center; padding:0 50px; justify-content:center; position: relative; }
#header nav > ul > li > a > span { line-height: 1.2; font-size:19px; }

#header nav > ul > li:hover > a > span { color:#1c5c6b; } 
#header nav > ul > li > a.active > span { color:#1c5c6b; }

#header nav > ul > li:hover > a::before { width:100%; }
#header nav > ul > li > a.active::before { width:100%; }

#header nav > ul > li > a::before { content: ''; position: absolute; left: 50%; bottom:0px; z-index: 1; width:0; height: 2px; background:#1c5c6b; transition: all 0.5s ease; transform: translateX(-50%); }



.sub-menu { 
position: absolute;
z-index: 1;
transition:opacity .5s .1s;
padding-top: 20px;
opacity: 0;
bottom: 0;
transform: translate(-50%, 100%);
left: 50%;
}
.sub-menu > li { 
text-align: center;
margin-bottom: 9px;
}
.sub-menu > li:last-of-type { 
margin-bottom: 0;
}
.sub-menu > li > a { 
font-size: 16px;
padding: 3px;
display: inline-block;
transition:.4s;
white-space: nowrap;
}
.sub-menu > li > a:hover { 
color:#1c5c6b;
}
.gnb-bg {
background: #fff;
height: 0;
transform: translate(-50%, 100%);
bottom: 1px;
position: absolute;
left: 50%;
transition:.4s;
}

//header 마우스오버 후//
#header.enter::after {
background:#dfdfdf;
}

#header.enter .gnb-bg {
height: 250px;
}
#header.enter .sub-menu {
opacity:1;
}
#header.enter nav > ul {
overflow:visible;
}

#header .etc { display: flex; align-items: center;  position:absolute; right:100px; top:50%; transform:translate(0, -50%);     z-index: 1; }
#header .etc-btn i { font-size:25px; color: #333333; position: relative; z-index: 1; position: relative; left: -1px; transition:.2s; }
#header .etc-btn img {width: 26px;}
#header .etc > * { margin-left: 50px; }
#header .etc > *:first-child { margin-left: 0; }

.btn-hbg { z-index: 3; }

.share-box { position:relative; }

.share-li { display:none; position: absolute; top: -20px; padding: 61px 12px 27px; background: #1c5c6b; left: 50%; transform: translate(-50%, 0); border-radius: 35px; }
.share-li li { margin-bottom: 19px; }
.share-li li:last-of-type { margin-bottom: 0; }
.share-li li a { display:block; background-position: center top; background-repeat: no-repeat; background-size: contain;width: 42px; height: 21px; opacity: .7; transition:.4s; }
.share-li li a:hover { opacity:1; }
.share-li li a.btn-kakao { background-image: url(../img/common/kakao-wh.svg); }
.share-li li a.btn-blog { background-image: url(../img/common/blog-wh.svg); }
.share-li li a.btn-youtube { background-image: url(../img/common/youtube-wh.svg); height: 17px; }
.share-li li a.btn-facebook { background-image: url(../img/common/facebook-brands-wh.svg); }
.share-li li a.btn-twitter { background-image: url(../img/common/twitter-brands-wh.svg); }
.share-li li a.btn-cripboard { background-image: url(../img/common/external-link-regular-wh.svg); }
#header .share-box.on .etc-btn i { color:#fff; }

.btn-top { position: absolute; right:-50px; top:-38px; height: 75px; border-radius:50px; width:50px; background: #fff; 
box-shadow:0 0 40px rgba(0,0,0,0.1); font-size:20px; color: #333;transition: all .3s}
.btn-top:hover {background-color:#1c5c6b; color: #fff;}
.btn-top i {transition: .3s;}
.btn-top:hover i {transform: translateY(-10px);}
#footer1 .inner,
#footer2 .inner { max-width:1800px; }
#footer2 .logos .logo {width:237px; opacity: 0.2;}
#footer1 { background: #eeeeee;  border-bottom: 1px solid #d4d4d4;  margin-top:150px;  }
#footer1 .inner { position: relative; padding-top:45px; padding-bottom:32px;}
#footer1 .nav a{ display: inline-block; font-size:17px; color: #777777; margin-right:36px; }
#footer1 .nav a:nth-child(2){font-weight: 500;}
#footer1 .nav a:last-of-type{ margin-right:0; }
#footer1 .nav a:hover{ font-weight: 600; color: #333333; }
#footer2 { background: #eeeeee; padding:30px 0 100px;}
#footer2 .logos { display: flex; justify-content: space-between; margin-bottom: 30px;  }
#footer2 .logos .logo {padding-top:28px; }
#footer2 .logos .sns-fixed { position: static; width:auto; background: none; display: block; }
#footer2 .logos .sns-fixed a { display: inline-block; }
#footer2 .logos .sns-fixed a.btn-kakao { background-image: url(../img/common/kakao-grey.svg);}
#footer2 .logos .sns-fixed a.btn-blog { background-image: url(../img/common/blog-grey.svg);}
#footer2 .logos .sns-fixed a.btn-youtube { background-image: url(../img/common/youtube-grey.svg);}
#footer2 .logos .sns-fixed a + a { margin: 0 0 0 34px; }
#footer2 .addr { font-size:15px; line-height: 2; color: #777777; }
#footer2 .addr p { display:inline-block; }
#footer2 .addr strong { font-weight: 600; }
#footer2 .addr p { margin-right:10px; } */

/**************************************************************************************************************************************************************************************
	Main
**************************************************************************************************************************************************************************************/
.main-wrap { overflow:hidden;}
.main-visual { height: calc(100vh - 80px);padding-top:80px; position: relative; }
.main-visual .swiper-container { height: 100%; }
.main-visual .swiper-slide { height: 100%; }
.main-visual .swiper-slide .visual-bg { height:100%; background-position:center top; background-repeat:no-repeat; background-size:cover; }
.main-visual .swiper-slide .txt-box { z-index:2; position:relative; height: 100%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; padding: 0 84px;}
.main-visual .swiper-slide .txt-box .ic img { width:92px; margin-bottom: 20px; }
.main-visual .swiper-slide .txt-box .txt { word-break: keep-all; font-size:60px; color: #fff; font-weight: 300;}

.main-visual .controls { position: absolute;right: 0; bottom:0; width:830px; height: 110px; background: #fff; padding:0 70px 0 100px;  z-index:100; display: flex; align-items: center; justify-content: space-between; }
.main-visual .controls .bar-box { position: relative; flex: 1; display: flex; align-items: center; }
.main-visual .controls .bar-box .current { font-size:16px; color: #333; font-weight: 600;}
.main-visual .controls .bar-box .total {font-size:16px; color: rgba(51,51,51,0.5); font-weight: 600;}
.main-visual .controls .bar-box .swiper-pagination { position:relative; height: 2px; background: #c1c1c1; width:100%;  margin:0 20px; }
.main-visual .controls .bar-box .swiper-pagination-progressbar-fill { background: #333; }
.main-visual .controls .swiping { flex: 0 0 195px; display: flex; align-items: center; justify-content: flex-end; position: relative;}
.main-visual .controls .swiping .swiper-button-box {padding-right: 50px; display: flex}
.main-visual .controls .swiping .swiper-button-prev,
.main-visual .controls .swiping .swiper-button-next {width: 20px;}
.main-visual .controls .swiping .swiper-button-prev:after,
.main-visual .controls .swiping .swiper-button-next:after{display: none;}

.main-visual .controls .swiping .swiper-button-prev .prev,
.main-visual .controls .swiping .swiper-button-next .next{position: relative; width:4px; height:20px; display:inline-block; opacity:.4; transition:.2s; }
.main-visual .controls .swiping .swiper-button-prev:hover .prev,
.main-visual .controls .swiping .swiper-button-next:hover .next{ opacity:1; }


.main-visual .controls .swiping .swiper-button-prev .prev::before {content: '';position: absolute;top: 0;left: 0;height: 50%;width: 50%;background: #333;transform: skew(36deg, 0deg);}
.main-visual .controls .swiping .swiper-button-prev .prev::after {content: '';position: absolute;top: 50%;left: 0;height: 50%;width: 50%;background: #333;transform: skew(-36deg, 0deg);}
.main-visual .controls .swiping .swiper-button-next .next::before {content: '';position: absolute;top: 0;left: 0;height: 50%;width: 50%;background: #333;transform: skew(36deg, 0deg);}
.main-visual .controls .swiping .swiper-button-next .next::after {content: '';position: absolute;top: 50%;left: 0;height: 50%;width: 50%;background: #333;transform: skew(-36deg, 0deg);}

.main-visual .controls .swiping .swiper-button-prev .prev { transform: scaleX(-1) translateX(0px) ; }
.main-visual .controls .swiping .swiper-button-disabled { opacity:0.4; }

.main-visual .controls .swiping .btn-play { display: block;width: 15px;height: 100%;position: absolute;right: 0;  }
.main-visual .controls .swiping .btn-play::before {display: block;content: "";position: absolute;top: 0;left: 0;width: 3px;background: #333;height: 100%;border: none;}
.main-visual .controls .swiping .btn-play::after {display: block;content: "";position: absolute;top: 0;right: 0;width: 3px;background: #333;height: 100%;}

.main-visual .controls .swiping .btn-play.active { position: absolute;top: 0;right: 0;width: 15px;height: 100%;overflow: hidden; display: block; }
.main-visual .controls .swiping .btn-play.active::before {display: block;content: "";position: absolute;top: 2px;left: 0;width: 0;height: 0;border-top: 8px solid transparent;border-left: 15px solid #000;border-bottom: 8px solid transparent;border-right: 15px solid transparent; background: none;}
.main-visual .controls .swiping .btn-play.active::after {display: none;}



.main-visual .swiper-slide.swiper-slide-active .txt-box .ic { opacity:0; animation:textOn 1s cubic-bezier(.5, 0, .5, 1) both; }
.main-visual .swiper-slide.swiper-slide-active .txt-box .txt { opacity:0; animation:textOn 1s cubic-bezier(.5, 0, .5, 1) both; animation-delay: 0.4s;  }
.main-visual .visual-inner {max-width: 1200px; margin: 0 auto; padding: 0 20px;}

.main-visual .banner-txt {z-index: 3; position: absolute;font-size: 55px;color: #fff;top:50%; transform: translateY(-50%);}

.typing {
    display: inline-block;
    border-right: 1px solid #fff;
}
.typing-active {
    animation-name: cursor;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}
@keyframes cursor {
    0% {
        border-right: 2px solid transparent;
    }
    50% {
        border-right: 2px solid #fff;
    }
    100% {
        border-right: 2px solid transparent;
    }
}

.txt-box > p {
    color: #fff;
    font-size: 23px;
    position: relative;
    top: 0px;
    opacity: 0;
    margin-bottom: 5px;
}

.swiper-slide-active .txt-box > p {
    animation: fadeUp 0.8s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    background-size: 100% 92%;
    top: 0px;
    opacity: 1;
    transition: background-size 1.7s 1.5s, top 1.4s 0s, opacity 1.9s 0s;
}

.txt-box > strong {
    color: #fff;
    font-size: 90px;
    display: block;
    font-family: "Binggrae-Bold";
    margin-top: 20px;
    line-height: 1.4;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1.5s 0.5s;
}

.swiper-slide-active .txt-box > strong {
    top: 0;
    opacity: 1;
}

.txt-box > a {
    margin-top: 70px;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1.5s 4.2s;
    color: #fff;
}

.swiper-slide-active .txt-box > a {
    top: 0;
    opacity: 1;
}

.txt-box .line {
    display: inline;
    padding: 6px 12px 4px;
    background-repeat: no-repeat;
    background-size: 0% 92%;
    transition: background-size 1.9s 0s;
    background-position: left bottom;
    background-image: linear-gradient(to right, #2a6a97, #2a6a97);
}

@keyframes textOn {
    from {
        transform: translateY(20px);
    }
    to {
        opacity:1.0; transform: translateY(0px);
    }
}



.main-inner { max-width:1600px; margin: 0 auto; padding-left: 200px; position: relative; }

.main11.type2 .main-inner {padding-left: 0;}
.main11 .img-btn {display:none}

.main1 { margin-top:240px; padding-bottom: 250px; padding-right: 20px;  padding-left:20px; }
.main1 .humans { display: flex; justify-content: space-between; padding-top:60px; }
.main1 .humans .photo { width:38.5%; }
.main1 .humans .info { width:56.25%; }
.main1 .humans .info .h3 { font-size:55px; margin-bottom: 45px; padding-top:0px; margin-top: -12px;}
.main1 .humans .info .txt1 { margin-bottom: 65px; }
.main1 .humans .info .txt1 p { font-size:23px;  }
.main1 .humans .info .txt2 { margin-bottom: 45px; }
.main1 .humans .info .sign { font-size:20px; color: #333; font-family: 'Noto Sans KR'; margin-bottom: 70px; }

.main2 { padding:107px 20px;background: url('../img/sample2.jpg') no-repeat 50% 50%; background-size:cover;  }
.main2 .partners { padding-top:60px; }
.main2 .h3 { margin-bottom: 20px; }
.main2 .txt2 { margin-bottom: 60px; }
.main2 ul { display: flex; flex-wrap: wrap; margin:0 -13px; width: 1000px; }
.main2 ul li { width:33.33%; padding:0 13px 26px; }
.main2 ul li div { position: relative; padding-top: 36%; width: 100%; background: #fff; display: flex;justify-content: center; align-items: center; }
.main2 ul li div img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);    height: 38%; }

.main3 { padding: 270px 20px 220px; }
.main3 .protocol { padding-top:60px; display: flex; justify-content: space-between; }
.main3 .protocol .item { width:46.875%; position: relative; }
.main3 .protocol .item .info { padding-bottom: 85px; }
.main3 .protocol .item .photo {overflow: hidden; margin-bottom: 70px;position: relative;width:550px; max-width: 100%; }
.main3 .protocol .item .photo img { vertical-align: top; }
.main3 .protocol .item .txt1 { margin-bottom: 25px; }
.main3 .protocol .item .h3  {font-size:40px; margin-bottom: 65px; }
.main3 .protocol .item .txt2 { font-size:17px;  }
.main3 .protocol .item .btn-common-view {}
.main3 .protocol .item .btn-common-view:after { margin-left: 35px;}

.main3 .protocol .item .info > p { position: absolute; left: 0; bottom: 0; transition-delay: 0.3s; width: 100%; }

.main3 .protocol .swiper-pagination { position: absolute;left: 0; right:0; bottom:23px; text-align: center; z-index:100; }
.main3 .protocol .swiper-pagination .swiper-pagination-bullet { width:12px; height: 12px; border-radius:12px;  opacity:0.5; background: #000; margin:0 4px; transition: all 0.5s ease; }
.main3 .protocol .swiper-pagination .swiper-pagination-bullet-active { width:25px; opacity:1; }
.main4 { padding: 0 20px; }
.main4 .h2-main { top:100px; }
.main4 .history {}
.main4 .history .title-his { padding:190px 0 75px; text-align: center; margin-bottom: 50px; position:relative; }
.main4 .history .title-his::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: url('../img/sample2.jpg') no-repeat center center/contain;
	z-index:-1;
}

.main4 .history .title-his .h3  {font-size:55px; margin-bottom: 25px; }
.main4 .history .title-his .txt1 { margin-bottom: 0; font-size:25px; }
.main4 .history .his ol{ position: relative; }
.main4 .history .his ol{ display: flex;justify-content: space-between; flex-wrap: wrap;}
.main4 .history .his ol:after { display: block; content: ''; clear: both; }
.main4 .history .his ol:before { content: ''; position: absolute;left: 50%; top:0; bottom:0; width:1px; background: #e3e2e1; }
.main4 .history .his .left {  width:calc(50% - 26px); }
.main4 .history .his .right {  width:calc(50% - 26px); }
.main4 .history .his ol li { margin-bottom: 80px; }
.main4 .history .his ol li:nth-child(2n) { position: relative; top:100px}
.main4 .history .his .num { font-size:16px; font-weight: 700; color: #b5a597; margin-bottom: 25px; text-align: right; }
.main4 .history .his .box {display: flex; justify-content: space-between; align-items: flex-start; }
.main4 .history .his .box .img {width:222px; margin-right:25px; }
.main4 .history .his .box dl { flex: 1; text-align: right; }
.main4 .history .his .box dl dt { font-size:25px; font-family:'Noto Sans KR'; color: #333333; margin-bottom: 15px; word-break: keep-all; }
.main4 .history .his .box dl dd { font-size:17px; color: #7b7b7b; line-height: 1.6; word-break: keep-all; }
.main4 .history .his .right .num { text-align: left; }
.main4 .history .his .right .box { flex-direction: row-reverse; }
.main4 .history .his .right .box .img { margin: 0 0 0 42px;}
.main4 .history .his .right dl { text-align: left; width:100%; }
.main4 .history .his .left .item.type2 .box .img{background-color: #efecea; padding: 20px; }

.main5 { padding: 150px 20px 150px; background: url('../img/sample.jpg') no-repeat 50% 50%; background-size:cover; }
.main5 .h2-main strong { color: #fff; }
.main5 .h2-main div { color: #cdbfb3; }
.main5 .phil { padding-top:60px; }
.main5 .phil {    text-shadow: 2px 4px 2px rgb(0 0 0 / 50%);}
.main5 .phil .h3 { color: #fff; font-size:55px; color: #fff; margin-bottom: 55px; }
.main5 .phil .t1 { font-size:25px; color: #d4c4b9; font-family: 'Noto Sans KR'; margin-bottom: 45px; }
.main5 .phil .txt-box { max-width:650px; margin-bottom: 110px;  }
.main5 .phil .txt2 { font-size:17px; color: #f0e9e3; margin-bottom: 18px; }
.main5 .phil .btn-common-view { border-color:#ffffff; color: #fff; /*padding:0 90px 0 25px;*/ transition: all 0.3s ease; }
.main5 .phil .btn-common-view:hover { background: #fff; color: #333; }
/*.main5 .phil .btn-common-view:after { display: none; }*/

.main6 { padding: 190px 0 190px 20px; overflow: hidden; }
.main6 .build { padding-top:60px; }
.main6 .build .slider { margin-bottom: 75px;  width:calc(100% + 600px);  }
.main6 .build .slider .swiper-slide { width:750px; }
.main6 .build-txt-box { padding-right:20px; }
.main6 .build .txt1 { margin-bottom: 60px;   }
.main6 .build .txt-box { margin-bottom: 80px; }
.main6 .build .btn-box { text-align: center; }

.main6.type2 {padding:0 0 70px 0 }

.main7 { background: #f7f5ef; padding: 0 20px 160px; }
.main7 .main-inner { padding-left: 416px; }
.main7 .h2-main { top:165px; }
.main7 .food {  }
.main7 .food .photo { margin-bottom: 65px; width: 870px; max-width:100%; }
.main7 .food .photo img { width:100%;  }
.main7 .food .h3 { font-size:40px; }
.main7 .food .txt1 { margin-bottom: 50px; }
.main7 .food .txt2  { font-size:17px; margin-bottom: 20px; }
.main7 .food .txt-box { margin-bottom: 75px; }
.main7 .food .btn-common-view { margin-bottom: 130px; }
.main7 .food .slider { position: relative;}
.main7 .food .slider .swiper-button-prev,
.main7 .food .slider .swiper-button-next { position: absolute; top:50%; margin:-20px 0 0 0; transform:translateY(-30%)}
.main7 .food .slider .swiper-button-prev{ width:40px; height: 40px; border-radius:100%; background: #fff; box-shadow: 0 0 13px rgba(74,74,74,0.25); font-size:18px; color: #333; left: -20px;  }
.main7 .food .slider .swiper-button-next{ width:40px; height: 40px; border-radius:100%; background: #fff; box-shadow: 0 0 13px rgba(74,74,74,0.25); font-size:18px; color: #333; right:-20px; }
.main7 .food .slider .swiper-button-next:after,
.main7 .food .slider .swiper-button-prev:after{content:'';}
.main7 .food .slider .swiper-button-next i,
.main7 .food .slider .swiper-button-prev i { transition: all 0.5s ease;}
.main7 .food .slider .swiper-button-disabled i { opacity:0.4; }

.main8 { padding:160px 20px; }
.main8 .main-inner { padding-left: 370px; }
.main8 .patient { padding-top:60px; }
.main8 .patient .tit-box { transform: translateX(-80px); margin-bottom: 80px; }
.main8 .patient .tit-box .tit { margin-bottom: 15px; font-family: 'Noto Sans KR'; }
.main8 .patient .tit-box .tit p { font-size:55px; font-weight: 600;}
.main8 .patient .tit-box .tit small { font-size:40px; font-weight: 300; display: block; }
.main8 .patient .tit-box .txt2 { font-size:16px; }
.main8 .patient .col-box > div { display: flex; justify-content: space-between; margin-bottom: 85px;  }
.main8 .patient .col-box > div .info { padding:40px 30px 40px 60px; }
.main8 .patient .col-box > div .photo{width: 50%;}
.main8 .patient .col-box .col2 { flex-direction: row-reverse; }
.main8 .patient .col-box .col2 .info { padding:40px 20px 0 115px;  }
.main8 .patient .col-box .num { font-size:15px; margin-bottom: 25px; color: #333; font-weight: 600; }
.main8 .patient .col-box .h3 { margin-bottom: 15px; }
.main8 .patient .col-box .txt2 { font-size:17px; margin-bottom: 35px; }
.main8 .patient .col-box a{ font-size:16px; color: #333; display: inline-block; }
.main8 .patient .col-box a i { margin-left: 10px; font-size:15px; }
.main8 .patient .col-box a .fa-solid { display: none; }
.main8 .patient .col-box a:hover .fa-light{ display: none; }
.main8 .patient .col-box a:hover .fa-solid { display:inline; }

.main9 { padding:200px 20px;}
.main9 .program { padding-top:60px; }
.main9 .program ol { display: flex; justify-content: space-between; }
.main9 .program ol li { width:calc(33.33333% - 28px); }
.main9 .program ol li a { padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;height: 586px; background: #f0e9e3; text-align: center; position: relative; transition: all 0.5s ease; }
.main9 .program ol li a .head { transition: all 0.5s ease;}
.main9 .program ol li a .step { display: inline-block; width:99px; height: 34px; line-height: 33px; text-align: center; background: #78624a; border-radius:34px; font-size:15px; font-weight: 600; color: #fff;transition: all 0.5s ease; }
.main9 .program ol li a h3 { font-size:38px; color: #333; font-weight: 500; margin:40px 0 35px; font-family: 'Noto Sans KR';transition: all 0.5s ease; }
.main9 .program ol li a .t1 { word-break: keep-all; font-size:18px; line-height: 1.5; color: #333;transition: all 0.5s ease; }
.main9 .program ol li a .t2 { position: absolute;left: 0; right:0; bottom:30px; opacity:0; transition: all 0.5s ease; }
.main9 .program ol li a .t2 div { display: inline-block; font-size:20px; font-weight: 300; color: #fff; line-height: 2; padding-top:33px;  text-align: left;  }
.main9 .program ol li a .t2 p:before { content: '·'; display: inline; margin-right:7px;  }
.main9 .program ol li a:hover { background: #2a6a97; transform: translateY(-25px); box-shadow: 10px 10px 35px rgba(74,74,74,0.54);  }
.main9 .program ol li a:hover .t2 { opacity:1; bottom:60px;  }
.main9 .program ol li a:hover .head { transform: translateY(-110px); }
.main9 .program ol li a:hover .step { background: #fff; color: #78624a; }
.main9 .program ol li a:hover  h3 { color: #fff; }
.main9 .program ol li a:hover .t1 { color: #fff; }

.main10 { margin-bottom: 105px; padding:0 20px; }
.main10 .cs { display: flex; justify-content: space-between; padding-top:60px; }
.main10 .cs .tel  { width:56.625%; padding: 70px 30px 145px 70px; background: url('../img/electronics-6801339_1920.jpg') no-repeat 50% 50%; background-size:cover; color: #fff; } 
.main10 .cs .tel .t1 { font-size:20px; font-weight: 600; }
.main10 .cs .tel .t2 { font-size:60px; font-weight: 700; margin:10px 0 40px; line-height: 1;  }
.main10 .cs .tel .t3 { font-size:18px; line-height: 32px; }
.main10 .cs .btns { display: flex; justify-content: space-between; flex-direction: column;  flex: 1; margin-left: 75px; }
.main10 .cs .btns a { flex: 1;  display: flex; justify-content: space-between; padding:0 45px 0 40px; align-items: center; }
.main10 .cs .btns a + a { border-top:1px solid #d8d8d8; }
.main10 .cs .btns a strong { width:58%;  font-size:30px; color: #333; display: flex; align-items: center; font-family: 'Noto Sans KR'; font-weight: 300; }
.main10 .cs .btns a strong i  {font-size:30px; color: #000; opacity:0.3;  vertical-align: middle; margin-right:25px; transform: translateY(2px); transition: all 0.5s ease;}
.main10 .cs .btns a strong i.xi-kakaotalk {font-size:40px; margin-left: -6px;}
.main10 .cs .btns a strong i img { vertical-align: middle;margin-top:-2px;  }
.main10 .cs .btns a p { flex: 1;  font-size:15px; color: #333; }
.main10 .cs .btns a p span { margin-left: 5px; }
.main10 .cs .btns a p span .fa-solid { display: none; }
.main10 .cs .btns a:hover strong i { opacity:1; }
.main10 .cs .btns a:hover p span .fa-solid { display: inline; }
.main10 .cs .btns a:hover p span .fa-light { display:none; }

.main10 .tit-box .tit { margin-bottom: 15px; font-family: 'Noto Sans KR'; }
.main10 .tit-box .tit p { font-size:55px; font-weight: 600;}
.main10 .tit-box .tit small { font-size:40px; font-weight: 300; display: block; }

.main11 { padding:107px 20px;background:#f9f8f4;}
.main11 .partners.type4 {padding-top: 60px;}
.main11 .partners.type4 .txt2 {margin-bottom: 50px;}
.main11 .img-box img{
    image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: crisp-edges
}




@media(max-width:2000px){

	.main-visual .controls {
		width: 722px;
		height: 88px;
		padding: 0 51px 0 51px;
	}
	.main-visual .swiper-slide .txt-box .txt {
		font-size: 47px;
	}

	.main-inner {
		max-width: 1200px;padding-left: 160px;
	}

	.main4 .history .his .box dl dd {
		font-size: 16px;
	}
	.main4 .history .his .box dl dt {
		font-size: 23px;
		margin-bottom: 9px;
	}
	.main4 .history .his .box .img {
	}
	.main8 .main-inner {
		padding-left: 160px;
	}
	.main8 .patient .tit-box {
		transform: translateX(0);
		margin-bottom: 80px;
	}
	.protocol-study2 {
		margin: 0 -17px 200px;
	}
	.main1 .humans .info .h3 {
		font-size: 45px;
		margin-bottom: 36px;
		padding-top: 10px;
	}
	.main1 .humans .info .txt1 p {
		font-size: 21px;
	}
	.main1 .humans .info .txt2 {
		margin-bottom: 32px;
	}
	.main1 .humans .info .txt1 {
		margin-bottom: 44px;
	}
	.main1 .humans .info .sign {
		margin-bottom: 50px;
	}
	.main3 .protocol .item .h3 {
		font-size: 35px;
		margin-bottom: 31px;
	}
	.txt1 p {
		font-size: 21px;
	}
	.main3 .protocol .item .txt1 {
		margin-bottom: 16px;
	}
	.main4 .history .title-his .h3 {
		font-size: 45px;
		margin-bottom: 21px;
	}
	.main5 .phil .h3 {
		font-size: 45px;
	    margin-bottom: 26px;
	}
	.main5 .phil .t1 {
		font-size: 23px;
		margin-bottom: 22px;
	}
	.main5 .phil .txt-box {
		margin-bottom: 75px;
	}
	.main6 .build .slider .swiper-slide {
		width: 400px;
	}
	.h3.f40 {
		font-size: 35px !important;
	}
	.main7 .food .h3 {
		font-size: 35px;
	}
	.main8 .patient .tit-box .tit small {
		font-size: 35px;
		font-weight: 300;
	}
	.main8 .patient .tit-box .tit p {
		font-size: 45px;
	}

	.main10 .tit-box .tit small {
		font-size: 35px;
		font-weight: 300;
	}
	.main10 .tit-box .tit p {
		font-size: 45px;
	}

	.main9 .program ol li a h3 {
		font-size: 35px;
		margin: 25px 0 17px;
	}
	.main9 .program ol li {
		width: calc(33.33333% - 20px);
	}
	.main9 .program ol li a .t2 div {
		font-size: 18px;
	}
	.main9 .program ol li a {
		height: 550px;
	}
	.main10 .cs .btns {
		margin-left: 25px;
	}
	.main10 .cs .btns a {
		padding: 0 21px;
	}
	.main10 .cs .btns a strong {		
		font-size: 25px;
	}
	.main10 .cs .btns a strong i {
		font-size: 26px;
		margin-right: 17px;
	}
	.main10 .cs .btns a strong i.xi-kakaotalk {
		font-size: 32px;
		margin-left: -3px;
	}
	.main10 .cs .tel .t2 {
		font-size: 50px;
		margin: 7px 0 34px;
	}
	.main8 .patient .col-box .col2 .info {
		padding: 16px 14px 0 55px;

	}
	.main8 .patient .col-box > div .info {
		padding: 16px 15px 15px 40px ;
		width: 51%;
		flex-shrink: 0;
	}
	.h2-main strong {
		font-size: 30px;
	}
	.h2-main div {
		font-size: 15px;
	}

}/*2000px*/

@media(max-width:1600px){
	.main-visual .swiper-slide .txt-box .ic img {
		width: 76px;
	}
	.main-visual .swiper-slide .txt-box .txt {
		font-size: 50px;
	}
	.main-visual .controls {
		width: 748px;
		height: 98px;
	}
	.main4 .history .his .box {
		flex-direction: column;
	}
	.main4 .history .his .box {
		align-items: flex-end;
	}
	.main4 .history .his .box .img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.main4 .history .his .box dl dd {
		font-size: 16px;
	}
	.main4 .history .his .box dl dt {
		font-size: 21px;
		margin-bottom: 8px;
	}
	.main4 .history .his .right .box {
		flex-direction: column;
	    align-items: flex-start;
	}
	.main4 .history .his .right .box .img {
		margin: 0 0 10px 0;
	}
	.main6 .build .slider .swiper-slide {
		width: 30vw;
	}
	.main7 .main-inner {
		padding-left: 350px;
	}
	.main8 .main-inner {
		padding-left: 280px;
	}
	.main8 .patient .tit-box {
		transform: translate(0, -16px);
	}
	.main8 .patient .col-box .col2 .info {
		padding: 5px 5px 0 28px;
	}
	.main8 .patient .col-box > div .photo {
		width:50%;
	}
	.main8 .patient .col-box > div .info {
		padding: 0 20px 20px 34px;
	}
	.main8 .patient .col-box .num {
		margin-bottom: 18px;
	}
	.main8 .patient .col-box .txt2 {
		margin-bottom: 35px;
		font-size: 17px;
	}
	.main8 .patient .col-box > div .info {
		padding: 5px 15px 15px 20px;
	}
	.main9 .program ol li {
		width: calc(33.33333% - 15px);
	}
	.main9 .program ol li a h3 {
		font-size: 31px;
		margin: 27px 0 17px;
	}
	.main9 .program ol li a .t1 {
		font-size: 15px;
	}
	.main9 .program ol li a .t2 div {
		font-size: 15px;
	}
	.main10 .cs .btns a {
		padding:0;
	}
	.main10 .cs .btns {
		margin-left: 49px;
	}
	.main10 .cs .tel {
		padding: 57px 20px 85px 45px;
	}
	.main10 .cs .btns a strong {
		font-size: 24px;
	}
	.main10 .cs .btns a strong i {
		margin-right: 11px;
	}
}/*1600px*/

@media(max-width:1400px){

}

@media(max-width:1200px){
	.main-visual .swiper-slide .txt-box .txt {
		font-size: 38px;
	}
	.main-visual .swiper-slide .txt-box .ic img {
		width: 65px;
	}
	.main-visual .controls {
		width: 520px;
		height: 65px;
	}
	.main-visual .controls {
		padding: 0 30px;
	}
	.main-visual .controls .swiping {
		flex: 0 0 165px;
	}
	/*
	.h2-main {
		position: static;
		display: block;
		padding-left:0;
	    margin-bottom: 30px;
	}

	.main-inner {
		padding-left:0;
	}
	
	.h2-main span {
		display: inline;
	}
	*/
	.h2-main br {
		display:block !important;
	}
	.main-inner {
		padding-left:140px;
	}


	.h2-main div {
		font-size: 15px;
		margin-left: 9px;
	}
	.main1 .humans {
		flex-direction: column;
		padding-top: 40px;
	}
	.main1 .humans .info {
		width: 100%;
	}
	.txt2 {
		font-size: 15px;
		margin-bottom: 13px;
		line-height: 1.6;
	}
	.txt2.f18 {
		font-size: 15px !important;
	}
	.main1 .humans .info .txt2 {
		margin-bottom: 24px;
		word-break: break-all;
	}
	.main1 .humans .info .txt1 {
		margin-bottom: 19px;
	}
	.main1 .humans .info .txt1 p {
		font-size: 16px;
		padding: 4px 8px;	
	}
	.main1 .humans .info .h3 {
		font-size: 29px;
		margin-bottom: 13px;
		margin-top: 15px;
        padding-top: 0;
	}
	.btn-common-view {
		height: 56px;
		line-height: 54px;
		font-size: 15px;
		padding: 0 16px 0 18px;
	}
	.main1 {
		margin-top: 180px;
		padding-bottom: 130px;
	}
	.main2 {
		padding: 130px 20px;
	}
	.main2 .h3 {
		padding-top: 0;
		font-size:29px !important;
	}
	.main2 .txt2 {
		margin-bottom: 30px;
		font-size:15px !important;
	}
	.main2 ul li {
		width: 33.33%;
	}
	.main3 {
		padding: 130px 20px;
	}
	.main3 .protocol .item .txt2 {
		font-size: 15px;
	}
	.txt1 p {
		font-size: 16px;
		padding: 4px 8px;
	}

	.main3 .protocol .item {
		width: calc(50% - 12px);
	}
	.main3 .protocol .item .photo {
		margin-bottom: 35px;
	}
	.main3 .protocol .item .h3 {
		font-size: 29px;
		margin-bottom: 25px;
	}
	.main3 .protocol .item .txt1 {
		margin-bottom: 12px;
	}

	.main4 {
		padding: 60px 20px 130px;
	}
	.main4 .history .title-his {
		padding:87px 0 47px;
		margin-bottom: 30px;
	}
	.main4 .history .title-his .h3 {
		font-size: 29px;
		margin-bottom: 0px;
	}
	.main4 .history .his .box dl dd {
		font-size: 14px;
	}
	.main4 .history .his .box dl dt {
		font-size: 19px;
		margin-bottom: 6px;
	}

	.main5 {
		padding: 130px 20px;
	}
	.main5 .phil .h3 {
		font-size: 29px;
		margin-bottom: 27px;
	}
	.main5 .phil .t1 {
		font-size: 17px;
		margin-bottom: 24px;
	}
	.main5 .phil .txt-box {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.main5 .phil .txt2 {
		font-size: 15px;
		margin-bottom: 9px;
	}

	.main6 {
		padding: 130px 0 130px 20px;
	}
	.main6 .build {
		padding-top: 40px;
	}
	.main6 .build-txt-box h3 {
		font-size: 29px !important;
	}
	.main6 .build .txt1 {
		margin-bottom: 24px;
	}
	.main6 .build .txt-box {
		margin-bottom: 67px;
	}
	.main6.type2 {
	    padding:0 0 10px 0
    }

	.main7 .main-inner {
		padding-left: 140px;
	}
	.main7 {
		padding:0px 20px 130px;
	}
	.main7 .food .h3 {
		font-size: 29px;
	}
	.main7 .food .txt2 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.main7 .food .txt1 {
		margin-bottom: 24px;
	}
	.main7 .food .txt-box {
		margin-bottom: 52px;
	}
	.main7 .food .btn-common-view {
		margin-bottom: 88px;
	}
	.food .swiper-container {
		width: calc(100% - 15px);
	}
	.main7 .food .slider .swiper-button-next {
		right: -8px;
	}
	.main7 .food .slider .swiper-button-prev {
		left:-8px;
	}
	.main8 {
		padding: 130px 20px;
	}
	.main8 .main-inner {
		padding-left: 140px;
	}
	.main8 .patient .tit-box .tit p {
		font-size: 32px;
	}
	.main8 .patient .tit-box .tit small {
		font-size: 24px;
	}
	.main8 .patient .tit-box .txt2 {
		font-size: 15px;
	}
	.main8 .patient .col-box > div .info {
		padding: 0 15px 0 0;
		width:100%;
	}
	.main8 .patient .col-box .txt2 {
		font-size: 15px;
		margin-bottom: 22px;
	}
	.main8 .patient .col-box .num {
		margin-bottom: 11px;		
	    font-size: 13px;
	}	
	.main8 .patient .col-box .h3 {
		margin-bottom: 10px;
		font-size: 29px;
	}
	.main8 .patient .col-box .col2 .info {
		padding: 0 0px 0 15px;
	}
	.main9 {
		padding:130px 20px;
	}
	.main9 .program ol li a {
		padding: 15px;
		height: 420px;
	}
	.main9 .program ol li a .step {
		width: 91px;
		height: 29px;
		line-height: 29px;
		font-size: 13px;
	}
	.main9 .program ol li a h3 {
		font-size: 23px;
		margin: 9px 0 13px;
	}
	.main9 .program ol li a .t1 {
		font-size: 14px;
	}
	.main9 .program ol li a .head {
		transform: translateY(-88px);
	}
	.main9 .program ol li a:hover .head {
		transform: translateY(-88px);
	}
	.main9 .program ol li a .t2 {
		opacity: 1;
		bottom: 37px;
	}
	.main9 .program ol li a:hover .t2 {
		bottom: 37px;
	}
	.main9 .program ol li a:hover {
		background: #f0e9e3;
		transform: translateY(0);
		box-shadow:none;
	}
	.main9 .program ol li a:hover h3 {
		color: #333;
	}
	.main9 .program ol li a:hover .t1 {
		color: #333;
	}
	.main9 .program ol li a:hover .step {
		background: #78624a;
		color:#fff;
	}
	.main9 .program ol li a .t2 div {
		font-size: 14px;
		color: #333;
	}
	.main9 .program {
		padding-top: 40px;
	}
    .main10 .tit-box .tit p {
		font-size: 32px;
	}
	.main10 .tit-box .tit small {
		font-size: 24px;
	}
	.main10 .cs {
		padding-top: 40px;
	    flex-direction: column;
	}	
	.main10 .cs .tel {
		width:100%;
	}
	.main10 .cs .btns {
		margin-left: 0;
	}
	.main10 .cs .btns a {
		padding: 20px 0;
	}
	.main10 .cs .btns a strong {
		font-size: 19px;
		width:220px;
	}
	.main10 .cs .btns a strong i {
		font-size: 25px;
		margin-right: 25px;
	}
	.main10 .cs .btns a strong i.xi-kakaotalk {
		font-size: 33px;
		margin-left: -4px;
	}
	.main10 .cs .tel .t3 {
		font-size: 15px;
		line-height: 25px;
	}
	.main10 .cs .tel .t2 {
		font-size: 45px;
		margin: 6px 0 30px;
	}
	.main10 .cs .tel .t1 {
		font-size: 16px;
	}
	.main10 .cs .tel {
		padding: 46px 15px 73px 38px;
	}
	.main1 .humans .photo {
		width: 60%;
	}
	.h3 {
		font-size: 29px;
		margin-bottom: 19px;
	}
	.h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.main8 .patient {
		padding-top: 40px;
	}
	.main5 .phil {
		padding-top: 40px;
	}
	.main2 .partners {
		padding-top: 40px;
	}
	.main3 .protocol {
		padding-top: 40px;
	}
	.txt2.mb40 {
		margin-bottom: 26px !important;
	}
	.main-visual .controls .swiping .swiper-button-prev .prev, .main-visual .controls .swiping .swiper-button-next .next {
		opacity: 1;
	}
	.btn-common-view:hover {
		background: transparent;
		color: #333;
	}
	.main5 .phil .btn-common-view:hover {
		background: transparent;
		color:#fff;
	}
	.main8 .patient .col-box a:hover .fa-solid {
		display: none;
	}
	.main8 .patient .col-box a:hover .fa-light {
		display: inline;
	}
	.main10 .cs .btns a:hover strong i {
		opacity: 0.3;
	}
	.main10 .cs .btns a:hover p span .fa-solid {
		display: none;
	}
	.main10 .cs .btns a:hover p span .fa-light {
		display: inline;
	}
	.main2 ul {
		width: auto;
	}
    .main8 .patient .col-box > div {
        display: block;
    }
    .main8 .patient .col-box > div:last-child {
        margin-bottom: 0;
    }

    .main11.type2 .partners h3 {
        font-size: 27px !important;
    }

    .main8 .patient .col-box .col1,
    .main8 .patient .col-box .col2 {
        display: flex;
    }

    .main8 .patient .col-box .col1 img,
    .main8 .patient .col-box .col2 img{
        width: 90%;
    }

    .main8 .patient .col-box > div .info {
        width: 50%;
    }

    .main8 .patient .col-box .col2 .info {
        padding:  0 0 0 20px;
    }

    .main8 .patient .col-box .photo {
        flex-shrink: 0;
    }

    .txt-box > p {
        font-size: 19px
    }

    .main-visual .swiper-slide .txt-box {
        padding: 0 20px;
    }

    .main11.type2 .img-box img{
        max-width: 100%;
    }

}/*1200px*/

@media(max-width:768px){
    * {
        word-break: keep-all;
    }

    .h2-main {position:static; font-family: 'Noto Serif KR'; font-weight: 400; display: block; margin-top: 80px;}

    .h2-main {
        margin-top: 0;
    }
    .h2-main div {
        margin-left: 0;
    }

	.main-visual .swiper-slide .txt-box .ic img {
		width: 55px;
		margin-bottom: 13px;
	}

    .h2-main span {
        display: inline;
    }

    .h2-main br {
        display: none !important;
    }
	.main-visual .swiper-slide .txt-box .txt {
		font-size: 21px;
        word-break: keep-all;
	}
	.main-visual .controls {
		width: 100%;
		height: 50px;
		padding: 0px 15px;
		bottom:-50px
	}
	.main-visual .controls .swiping .swiper-button-prev, .main-visual .controls .swiping .swiper-button-next {
			
	}
	.main-visual .controls .swiping {
		flex: 0 0 0;
	}
	.main-visual .controls .swiping .btn-play {
		width: 16px;
		height: 16px;
	}
	.main-visual .controls .bar-box {
		margin-right: 20px;
	}
	.main-visual .controls .bar-box .swiper-pagination {
		margin: 0 10px;
	}
	.main-visual .controls .bar-box .total {
		font-size: 14px;
	}
	.main-visual .controls .bar-box .current {
		font-size: 14px;
	}
	.txt2 {
		font-size: 14px;
		margin-bottom: 9px;
        text-align: justify;
        word-break: normal;
	}
	.main1 .humans .info .sign {
		font-size: 15px;
		margin-bottom: 33px;
	}
	.main1 .humans .info .txt2 {
		margin-bottom: 12px;
        text-align: justify;
        word-break: normal;
	}
	.main1 {
		margin-top: 100px;
		padding-bottom: 80px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.main1 .humans .photo {
		width: 100%;
	}
	.main1 .humans .info .txt1 p {
		font-size: 15px;
		padding: 3px 6px;
	}
	.main1 .humans .info .h3 {
		font-size: 20px;
	}
	.h2-main strong {
		font-size: 25px;
		top: 0px;
	}
	.btn-common-view {
		height: 45px;
		line-height: 44px;
		font-size: 14px;
		padding: 0 11px 0 13px;
	}

    
    .main11 .h3 {
		font-size: 20px !important;
        word-break: keep-all;
	}

	.main2 {
		padding: 80px 15px;
	}
	.main2 .h3 {
		font-size: 20px !important;
        word-break: keep-all;
	}

	.h2-main div {
		font-size: 14px;
		margin-top: 4px;
        word-break: keep-all;
	}
	.main2 .txt2 {
		margin-bottom: 20px;
		font-size: 14px !important;
        text-align: justify;       
        word-break: normal;
	}
	.main2 ul {
		margin: 0 -7px;
	}
	.main2 ul li {
	    padding: 0 4px 8px;
	}
	.main2 ul li div {
		padding-top: 47%;
	}
	.main2 ul li div img {
	}
	.main3 {
		padding:80px 15px 120px;
	}
	.main3 .protocol {
		flex-direction: column;
		padding-top:25px;
	}
	.main3 .protocol .item {
		width: 100%;
		margin-bottom: 60px;
	}
	.main3 .protocol .item:last-of-type {
		margin-bottom: 0;
	}
	.main3 .protocol .item .txt2 {
		font-size: 14px;
        text-align: justify;       
        word-break: normal;
	}
	.txt1 p {
		font-size: 15px;
		padding: 3px 6px;
	}

	.main3 .protocol .item .h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.main3 .protocol .item .info {
		padding-bottom: 0;
	}
	.main3 .protocol .item .info > p {
		position: static;
		margin-top:12px;
	}
	.main3 .protocol .item .btn-common-view {
	
	}
	.main4 {
		padding: 0px 15px 80px;
	}
	.main4 .history .title-his .h3 {
		font-size: 20px;
	    margin-bottom: 10px;
	}



	/*
	.main4 .history .his ol:before {
		display:none;
	}
	.main4 .history .his .left {
		width: 80%;
	    float: none;
	}
	.main4 .history .his .right {
		width: 80%;
	    float: none;
	    margin-left: auto;
	}
	.main4 .history .his .right .box dl {
		text-align: right;
	}
	.main4 .history .his .right .box {
		align-items: flex-end;

	}
	.main4 .history .his .box {
		align-items: flex-start;
	}
	.main4 .history .his .box dl {
		flex: 1;
		text-align: left;
	}
	.main4 .history .his .num {
		text-align: left;
	}
	.main4 .history .his .right .num {
		text-align: right;
	}
	.main4 .history .his ol li:nth-child(2) {
		padding-top: 0;
	}
	.main4 .history .his ol li:last-of-type {
		margin-bottom:0;
	}
	.main4 .history .his .box dl dd {
		font-size: 13px;
	}
	.main4 .history .his .num {
		font-size: 14px;
		margin-bottom: 17px;
	}

	.main4 .history .his ol li {
		margin-bottom: 45px;
	}*/

	.main4 .history .his .box dl dd {
		font-size: 14px;
        text-align: justify;
        word-break: normal;
	}
	.main4 .history .his .box dl dt {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.main4 .history .his .left {
		width: calc(50% - 6px);
	}



	.main5 {
		padding: 80px 15px;
	}
	.main5 .phil .h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.main5 .phil .txt2 {
		font-size: 14px;
		margin-bottom: 8px;
        text-align: justify;       
        word-break: normal;
	}
	.main5 .phil {
		padding-top: 50px;
	}
	.main6 {
		padding: 80px 0 80px 15px;
	}
	.main6 .build {
		padding-top: 12px;
	}
	.main6 .build .slider {
		margin-bottom: 40px;
		width: 100%;
	}
	.main6 .build-txt-box h3 {
		font-size: 20px !important;
	}
	.main6 .build .txt-box {
		margin-bottom: 37px;
	}

	.main6.type2 {
	padding:0 0 20px 0}
	.main7 {
		padding: 80px 15px;
	}
	.main7 .food .photo {
		margin-bottom: 26px;
	}
	.main7 .food .h3 {
		font-size: 20px;
	}
	.main7 .food .txt2 {
		font-size: 14px;
		margin-bottom: 7px;
        text-align: justify;       
        word-break: normal;
	}
	.main7 .food .txt-box {
		margin-bottom: 20px;
	}
	.main7 .food .btn-common-view {
		margin-bottom: 58px;
	}
	.main7 .food .slider .swiper-button-next {
		width: 30px;
		height: 30px;
		font-size: 16px;
		right: -7px;
	}
	.main7 .food .slider .swiper-button-prev {
		width: 30px;
		height: 30px;
		font-size: 16px;
		left: -7px;
	}
	.main7 .food .slider .swiper-button-prev, .main7 .food .slider .swiper-button-next {
		margin: -15px 0 0 0;
	}
	.main8 {
		padding: 80px 15px;
	}
	.main8 .patient {
		padding-left: 0;
		padding-top:25px;
	}
	.main8 .patient .tit-box .txt2 {
		font-size: 13px;
	}
	.main8 .patient .tit-box .tit small {
		font-size: 13px;
	}
	.main8 .patient .tit-box .tit p {
		font-size: 20px;
	}
	.main8 .patient .tit-box {
		margin-bottom: 30px;
	}
	.main8 .patient .col-box > div {
		margin-bottom: 55px;
		flex-direction: column-reverse;
	}
	.main8 .patient .col-box .col2 {
		flex-direction: column-reverse;
	}
	.main8 .patient .col-box > div .photo {
		width: 100%;
	}
	.main8 .patient .col-box .txt2 {
		font-size: 14px;
		margin-bottom: 12px;
        text-align: justify;       
        word-break: normal;
	}
	.main8 .patient .col-box .num {
		margin-bottom: 6px;
		font-size: 11px;
	}
	.main8 .patient .col-box .h3 {
		margin-bottom: 7px;
		font-size: 20px;
	}
	.main8 .patient .col-box a {
		font-size: 13px;
	}
	.main8 .patient .col-box a i {
		font-size: 13px;
	    margin-left: 5px;
	}

	.main8 .patient .col-box .col2 .info {
		padding: 0;
	}
	.main8 .patient .col-box > div .info {
		margin-top: 10px;
	}
	.main9 .program ol li {
		width: 100%;
	    margin-bottom: 0;
        margin-bottom: 20px;
	}
    .main9 .program ol li:last-child {
        margin-bottom: 0;
    }
	.main9 .program ol {
		padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
	}
	.main9 .program ol li a .t2 {
		position: static;
	}

	.main9 .program ol li a .head {
		transform: translateY(0);

	}
	.main9 .program ol li a {
		height:100%;
	    padding: 37px 15px;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
	}
	.main9 .program ol li a .t2 div {
		font-size: 14px;
	    padding-top: 15px;
	}
	.main9 .program ol li a .step {
		width: 63px;
		height: 21px;
		line-height: 21px;
		font-size: 9px;
        margin-right: 15px;
	}
	.main9 .program ol li a h3 {
		font-size: 20px;
		margin: 7px 0 9px;
	}
	.main9 {
		padding: 80px 15px;
	}

	.main10 .tit-box{margin-top:25px;}
    .main10 .tit-box .tit small {
		font-size: 13px;
	}
	.main10 .tit-box .tit p {
		font-size: 20px;
	}

	.main10 .cs .tel .t3 {
		font-size: 14px;
		line-height: 22px;
	}
	.main10 .cs .tel .t1 {
		font-size: 14px;
	}
	.main10 .cs .tel .t2 {
		font-size: 25px;
		margin: 4px 0 23px;
	}
	.main10 .cs .btns a p {
		font-size: 14px;
	    margin-top: 9px;
	}
	.main10 .cs .btns a strong {
		font-size: 16px;
		width: 220px;
	}
	.main10 .cs .btns a strong {
		font-size: 18px;
		width: auto;
	}
	.main10 .cs .btns a strong i {
		font-size: 25px;
		margin-right: 9px;
	}
	.main10 {
		margin-bottom: 35px;
		padding: 50px 15px 0;
	}
	.main10 .cs .btns a {
		flex-direction: column;
		align-items: flex-start;
	}
	.main3 .protocol .swiper-pagination {
		bottom: 12px;
	}
	.main3 .protocol .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.main3 .protocol .swiper-pagination .swiper-pagination-bullet-active {
		width: 20px;
	}
	.main6 .build .slider .swiper-slide {
		width: calc(100vw - 150px);
	}
	.main-visual {
		height:calc(100vw - 70px);
        padding-top:70px;
	}
	.main-inner {
		padding-left: 0px;
	}
	.h2-main {
		top: 0px;
	}
	
	.main4 .h2-main {
		margin-top: 80px;
        text-align: center;
	}
	.main4 .history {
		padding-top: 36px;
	}
	.main4 .history .his .num {
		font-size:14px;
		margin-bottom: 15px;
	}
	.main4 .history .his .right {
		width: calc(50% - 8px);
	}
	.main4 .history .his {
		margin-left:0px;
	}
	.main4 .history .his .box .img {
		width:100%;

	}

    .main4 .history .his .left .box .img {
        display: flex;
        justify-content: flex-end;
    }

	.main7 .food {
		padding-left: 0;
		padding-top: 25px;
	}
	.main7 .h2-main {
		top: -6px;
	}
	.main5 .phil .t1 {
		font-size:15px;
	}
	.main6 .build .btn-box {
		text-align:left; 
	}
	.main6 .build {
		padding-top: 25px;
	}
	.main1 .humans {	
		padding-top: 25px;
	}
    .main1 .humans .photo img {
        width: 100%;
    }
    .main11 .partners,
	.main2 .partners {	
		padding-top: 50px !important
	}
	.main9 .program ol li a:hover .head {
		transform: translateY(0px);
	}
	.main10 .cs .tel {
		padding: 31px 15px 34px 38px;
	}
	.main3 .protocol .item .btn-common-view:after {
		margin-left: 15px;
	}
	.main9 .program {
		margin-right: 0px;
		padding-top:25px;
	}

	.main9 .program::-webkit-scrollbar {
		height: 7px;
	}
	.main9 .program::-webkit-scrollbar-button {
		display: none;
	}
	.main9 .program::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color:#78624a;
	}
	.main9 .program::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.main9 .program::-webkit-scrollbar-track-piece {
		background-color: transparent;
	}
	.txt1 {
		margin-bottom: 21px;
	}
	.main8 .patient .tit-box {
		transform: translate(0, -10px);
	}
	.main-visual .controls .swiping .swiper-button-box {
		padding-right: 26px;
	}
	.main-visual .controls .swiping .swiper-button-prev .prev, .main-visual .controls .swiping .swiper-button-next .next {
		height: 14px;
	}
	.main-visual .controls .swiping .swiper-button-box .swiper-button-next {
		margin-left: 3px;
	}
	.main-visual .controls .swiping .btn-play {
		width: 13px;
		height: 14px;
	}
	.txt3 {
		font-size: 14px;
        text-align: justify;       
        word-break: normal;
	}
    .txt3 p{
        text-align: justify;       
        word-break: normal;
	}
	.main4 .history .title-his::after {
		height: calc(100% + 34px);
		width: calc(100% + 31px);
	}
	.main7 .main-inner {
		padding-left: 0px;
	}
	.main8 .main-inner {
		padding-left: 0px;
	}
    .main11.type2 {
        padding: 26px 15px 50px;
    }
	
	.main11.type2 .img-btn {
		
	}
    .main11.type2 .partners h3 {
        font-size: 20px !important;
    }

    .main11.type2 .partners .txt2 {
        margin-bottom: 20px;
    }

    .main11.type2 .partners{
        padding-top: 0 !important
    }
    .main8 .patient .col-box > div .photo {
        margin-top: 14px;
    }

    .main8 .patient .col-box .col1 img, .main8 .patient .col-box .col2 img {
        width: 100%;
    }

    .main8 .patient .col-box > div .info {
        width: 100%;
        padding: 0;
    }

    .main11 {
        padding: 80px 15px;
		position:relative;
    }
	.main11 .img-btn {
		content:"";
		background:red;
		position:absolute;
		right:0;
		bottom:0;
		cursor:pointer;
		padding:7px;
		background: rgba(0,0,0,.7);
		display:block
	}

	.main11 .img-btn i {
		font-size:20px;
		color:#fff
	}

	.main11.type2 .img-box {
		position: relative;
	}

    .main2 .h3 {
        margin-top: 0px;
    }
    .main4 .history .title-his {
        padding: 30px 0 47px;
    }

    .mobile-none {
        display: none;
    }

    .main4 .history .his .left .item.type2 .box .img {max-width:222px;}

    .txt-box > p {
        font-size: 16px
    }

    .main-visual .swiper-slide .txt-box {
        padding: 0 10px;
    }

    
    .txt-box > p {
        font-size: 15px
    }

	.main-visual .swiper-slide .txt-box {
		align-items: center;
		text-align: center;
	}

    .main9 .program ol li a .t1 {
        text-align: justify;
        word-break: normal;
    }

    .main6.type2 .build-txt-box {
        padding-right: 0;
    }

} /*768px*/
@media(max-width:600px){
	.main-visual {
		height:calc(100vw - 60px);
        padding-top:60px;
	}
    .main1 .humans .photo{max-height:400px;overflow: hidden;}
    .main1 .humans .photo img{width: 100%;object-fit: cover;}
}

@media(max-width:540px){


}

@media(max-width:400px){
    .phone-only02 {
        display: block;
    }
}

@media(max-width:320px){
	.btn-common-view:after {
		margin: -3px 0 0 26px;
	}
	.main3 .protocol .item .btn-common-view:after {
		margin-left: 5px;
	}
	.btn-common-view {
		padding: 0 5px;
	}

}

@media(max-width:300px){
	.main-inner {
		padding-left: 0px;
	}

}


