@charset "utf-8";

/* common */
html,
body {
  width: 100%;
  min-width: 300px;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
body,
section {
  position: relative;
}
section > .inner {
  margin: 0 auto;
  display: flex;
  max-width: 1500px;
  box-sizing: border-box;
}
section .title_wrap {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}
section .title_wrap > h2 {
  color: #1c1c1c;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}
section .title_wrap > p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  color:#1c1c1c;
}
section .title_wrap > .more_btn {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #b5b5b5;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #b5b5b5;
}
section .inner .title_wrap{
    padding:0;
    margin-bottom:30px;
}
section .inner .title_wrap > .more_btn{
    right:0;
}

.img_wrap img {
  width: 100%;
  height: auto;
}
.list_scroll {
  overflow-y: scroll;
  margin-top: 2rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
  padding: 1.5rem 1.2rem 1.5rem 1.6rem;
  background: #fff;
}
.list_scroll::-webkit-scrollbar {
  width: 29px;
}
.list_scroll::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 20px;
  border: 12px solid #fff;
}
.list_scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.list_scroll li {
  padding: 1.5rem 0 1.3rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.list_scroll li:first-child {
  padding-top: 0;
}
.list_scroll li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list_scroll li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_scroll li a .content_left {
  width: 76%;
}
.list_scroll li a h3 {
  font-weight: 500;
}
.list_scroll li a p {
  letter-spacing: -0.15px;
}
.list_scroll li a .date {
  font-size: 0.9rem;
  color: #999;
}

/* fullpage */
.swiper-container-v {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-v > .swiper-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-container-v > .swiper-wrapper .swiper-slide.fullpage {
  width: 100%;
  height: 100vh;
}

/* swiper */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
}

/* aos */
.aos-item.aosDelay1 {
  transition-delay: 0.2s;
}
.aos-item.aosDelay2 {
  transition-delay: 0.4s;
}
.aos-item.aosDelay3 {
  transition-delay: 0.6s;
}
.aos-item.aosDelay4 {
  transition-delay: 0.8s;
}
.aos-item.aosDelay5 {
  transition-delay: 1s;
}
.aos-item.aosDelay6 {
  transition-delay: 1.2s;
}
.aos-item.aosDelay7 {
  transition-delay: 1.4s;
}

/* main_nav */
#main_nav {
  position: fixed;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
}
#main_nav li {
  line-height: 2.3;
}
#main_nav a {
  display: block;
  position: relative;
  padding-right: 30px;
}
#main_nav a:before,
#main_nav a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
}
#main_nav a:before {
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  transition: background-color 0.2s;
}
#main_nav a:after {
  width: 0;
  height: 0;
  border: 1px solid #fff;
  transition-property: width, height, border-color;
  transition-duration: 0.2s, 0.2s, 0.2s;
}
#main_nav a.on:after {
  width: 1.1rem;
  height: 1.1rem;
}
#main_nav a.next:before {
  background: #7f7f7f;
}
#main_nav a.next.on:before {
  background: #3889ff;
}
#main_nav a.next:after {
  border: 1px solid #3889ff;
}

/* #main_visual - sect1 */
#main_visual {
    padding-top:0;
    padding-bottom:0;
    position: relative;
    color: #f4f4f4;
}
.sect1{
    min-height: 70px;
    background:url("../images/main_top_bg.jpg") center center no-repeat;background-size: cover;
}
.sect1 .swiper1{
    max-width: 1500px;
    margin:0 auto;
    position: relative;
    padding:0 15px;
    box-sizing: border-box;
}
.swiper1 .swiper-slide{
    background: none !important;
}
.swiper1 .swiper-slide h2 {
  opacity: 0;
  position: relative;
  margin-top:14px;
  bottom: -0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.swiper1 .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  bottom: 0;
  transition-duration: 1s;
  transition-property: opacity, bottom;
}
.swiper1 .swiper-slide p {
  opacity: 0;
  position: relative;
  bottom: -1rem;
  font-size: 0.9rem;
  line-height:1.2rem;
  margin-top: 2px;
}
.swiper1 .swiper-slide.swiper-slide-active p {
  opacity: 1;
  bottom: 0;
  transition-duration: 1s;
  transition-property: opacity, bottom;
  transition-delay: 0.2s;
}
.swiper1 .swiper1-pagination {
  display: block;
  width: 72px;
  position: absolute;
  left:auto;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.swiper1 .swiper1-pagination > span {
  font-size: 0.875rem;
}
.swiper1 .swiper1-pagination .swiper-pagination-current {
  float: left;
  margin-left: 12px;
  color:#fff;
  font-weight: 700;;
}
.swiper1 .swiper1-pagination .swiper-pagination-total {
  float: right;
  margin-right: 12px;
}
.swiper1 .swiper1-pagination .swiper-pagination-total::before{
    content:"/ ";
    float:left;
    display:block;
    margin-right:4px;
}
.swiper1 .swiper1-pagination .loading {
    display:none !important;
    position: relative;
    display: inline-block;
    width: 5rem;
    height: 2px;
    vertical-align: 6px;
    background: rgba(255, 255, 255, 0.2);
}
.swiper1 .swiper1-pagination .loading .bar {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
}
.swiper1 .swiper1-pagination .loading.full .bar {
  width: 100%;
  transition: width 5s linear;
}
.swiper1 .swiper1-arrow {
  width: 4px;
  height: 8px;
  background: url('../images/ico_arrow_prev_swiper1.png') no-repeat center
    center;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.swiper1 .swiper1-next-btn {
  right: 0;
  left: auto;
  background-image: url('../images/ico_arrow_next_swiper1.png');
}

#quick_menu {
  margin-top: 6rem;
  position: absolute;
  width: 70%;
  z-index: 100;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
#quick_menu ul {
  display: flex;
  justify-content: space-between;
}
#quick_menu li {
  width: 22%;
  height: 14rem;
}
#quick_menu li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  border-radius: 0.625rem 0.625rem 2.5rem 0.625rem;
  padding: 1.6rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: all 0.2s;
}
#quick_menu li a i {
  display: block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: all 0.2s;
}
#quick_menu li:nth-child(1) a i {
  background-image: url('../images/ico_main2.png');
}
#quick_menu li:nth-child(2) a i {
  background-image: url('../images/ico_main1.png');
}
#quick_menu li:nth-child(3) a i {
  background-image: url('../images/ico_main3.png');
}
#quick_menu li:nth-child(4) a i {
  background-image: url('../images/ico_main4.png');
}
#quick_menu li a:hover {
  background-color: #fff;
  color: #000;
}
#quick_menu li:nth-child(1) a:hover i {
  background-image: url('../images/ico_main2_on.png');
}
#quick_menu li:nth-child(2) a:hover i {
  background-image: url('../images/ico_main1_on.png');
}
#quick_menu li:nth-child(3) a:hover i {
  background-image: url('../images/ico_main3_on.png');
}
#quick_menu li:nth-child(4) a:hover i {
  background-image: url('../images/ico_main4_on.png');
}

#bg_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.scroll_down {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 1.8rem;
  height: 3rem;
}
.scroll_down .mouse {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 1rem;
  position: relative;
}
.scroll_down .wheel {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #f4f4f4;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  animation: scrollMouse 2s linear infinite;
}

@keyframes scrollMouse {
  0% {
    opacity: 1;
    top: 20%;
  }
  30% {
    opacity: 0.75;
    top: 40%;
  }
  70% {
    opacity: 0;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}

/* #corporation - sect2 */
#corporation {
    background: #eff4f8 url(../images/bg_main_sect4.png) no-repeat center center;
    background-size: cover;
}
#corporation .inner {
    margin-top:0;
    height: auto;
    justify-content: center;
    flex-direction: column;
}
#corporation .swiper_wrap {
  position: relative;
}
.swiper2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper2 .swiper-wrapper {
    padding-top:30px;
    width: 100%;
}
.swiper2 .swiper-slide {
  background: #f8f8f8;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 20px 20px 40px 20px;
  overflow: hidden;
  transform: none;
  box-shadow: none;
  transition: all 0.2s;
  box-sizing: border-box;
}
.swiper2 .swiper-slide:hover {
  background: #3889ff;
  transform: translateY(-0.5rem);
  box-shadow: 4px 2px 13px 2px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.swiper2 .swiper-slide .img_wrap {
    height:155px;
    background-color:#fff;
    overflow: hidden;
}
.swiper2 .swiper-slide .img_wrap img{
    width:240px;
    margin:-42px auto 0;
}

.swiper2 .swiper-slide .info_wrap {
  color: #333;
  box-sizing: border-box;
  padding: 1.2rem 2rem;
}
.swiper2 .swiper-slide .info_wrap h3 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.swiper2 .swiper-slide .info_wrap p {
  font-size: 0.9rem;
  height:42px;
  margin-bottom:2em;
  word-break: keep-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.swiper2 .swiper-slide .info_wrap .more_btn {
  width: 3.3rem;
  height: 0.7rem;
  background: url('../images/ico_arrow_more.png') no-repeat;
  background-size: contain;
}
.swiper2 .swiper-slide:hover .info_wrap {
  color: #fff;
}
.swiper2 .swiper-slide:hover .info_wrap .more_btn {
  background-image: url('../images/ico_arrow_more_hover.png');
}
.swiper2-button-next,
.swiper2-button-prev {
  top: 50%;
  /* transform: translateY(calc(-25% + 100px)); */
}
.swiper2-button-next,
.swiper2-container-rtl .swiper-button-prev {
  right: -30px;
}
.swiper2-button-prev,
.swiper2-container-rtl .swiper-button-next {
  left: -30px;
}
/* .swiper-button-prev.disabled,
.swiper-button-next.disabled {
  pointer-events: none;
  color: #bebebe;
} */

main > section {
    padding:50px 20px 60px;
}
main > section.topview{
    padding-top:40px;
}

/* #remedy */
#remedy > .inner {
    margin-top:30px;
    height: auto;
    flex-direction: row;
}
#remedy > .inner > .top_remedy {
  width: 60%;
  position: relative;
}
.swiper3 {
  overflow: hidden;
}
.swiper3 .swiper-slide ul{
  padding:0 1px;
}
.swiper3 .swiper-slide li {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  background-color: #fff;
  color: #151515;
  display: flex;
  box-sizing: border-box;
  padding: 1.1rem 1.5rem;
  margin-bottom: 0.9rem;
  position: relative;
  width: 100%;
  transition: background-color 0.2s;
}
.swiper3 .swiper-slide li:last-child {
  margin-bottom: 0;
}
.swiper3 .swiper-slide .name_wrap,
.swiper3 .swiper-slide .info_wrap {
  display: flex;
  align-items: center;
}
.swiper3 .swiper-slide dt {
  flex-shrink: 0;
}
.swiper3 .swiper-slide dt > span {
  display: inline-block;
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  border-radius: 0.75rem;
  padding: 0.2rem 0.5rem 0.2rem;
  font-size: 0.9rem;
  text-align: center;
  margin-right: 0.5rem;
  transition: background-color 0.2s;
  vertical-align: middle;
}
.swiper3 .swiper-slide .name_wrap {
  width: 50%;
}
.swiper3 .swiper-slide .info_wrap {
  width: 48%;
}
.swiper3 .swiper-slide .name_wrap .remedy_name,
.swiper3 .swiper-slide .name_wrap .corp_name {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  width: 50%;
}
.swiper3 .swiper-slide .name_wrap .remedy_name dd,
.swiper3 .swiper-slide .name_wrap .corp_name dd {
  font-weight: 700;
  font-size: 1rem;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.swiper3 .swiper-slide .info_wrap dd {
  word-break: keep-all;
  letter-spacing: -1px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  height: 2.9rem;
  color:#6b6b6b;
  font-size:0.96em;
}
.swiper3 .swiper-slide li:hover {
  background-color: #f4f4f4;
}
.swiper3 .swiper-slide li:hover dt > span {
  background: #fff;
}
.swiper3-button-next:after,
.swiper3-button-prev:after {
  font-size: 1.7rem;
}
.swiper3-button-next,
.swiper3-button-prev {
  top: 50%;
}
.swiper3-button-next,
.swiper3-container-rtl .swiper-button-prev {
  right: -6%;
}
.swiper3-button-prev,
.swiper3-container-rtl .swiper-button-next {
  left: -6%;
}
.swiper3-pagination {
  width: 100%;
  bottom: -2.5rem;
}
.swiper3-pagination .swiper-pagination-bullet {
  background: #5592ff;
  opacity: 0.3;
  border-radius: 0;
  width: 2.3rem;
  height: 0.3rem;
  margin: 0 0.6rem;
}
.swiper3-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#remedy > .inner > .digital_remedy {
  width: 36%;
  margin-left:auto;
  flex-direction: column;
  justify-content: center;
}
.digital_remedy {
  background-color:#f8f8f8;
  background-size: auto 100%;
  border-radius: 20px 20px 40px 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2rem;
}
.digital_remedy > .title_wrap{
    margin:0;
    padding:0;
}
.digital_remedy > .title_wrap h2 {
  line-height: 2.5rem;
}
.digital_remedy > .title_wrap h2 span {
  color: #5592ff;
}
.digital_remedy .disease_list {
  width: 100%;
  margin-top: 2.2rem;
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  max-width: 450px;
}
.digital_remedy .disease_list li {
  line-height: 2.4rem;
}
.digital_remedy .disease_list li a {
  display: block;
  padding: 0 2rem;
  height: 100%;
  border-radius: 1.5rem;
  border: 1px solid #ebebeb87;
  background-color: #5592ff;
  color:#fff;
  box-shadow:#3333335e 0 1px 2px;
}
.digital_remedy .disease_list li a:hover {
  background: #3889ff;
  border: 1px solid #3889ff;
  color: #fff;
}

/* #insight_news */
#insight_news {
    display: flex;
}
#insight_news > .inner {
    margin-top:0;
    width:100%;
}
#insight_news > .inner .insight {
    width: 48%;
    position: relative;
}
#insight_news > .inner .recent_news {
    width: 48%;
    margin-left:auto;
}
#insight_news .insight ul.insight-list{
    padding:15px;
    border:1px solid #e4e4e4;
    background-color: #f7f7f7;
    border-radius: 20px;
}
#insight_news .insight ul.insight-list:after{content:"";display:block;clear:both}
#insight_news .insight ul.insight-list li{
    display:none;
    float:left;
    width:50%;
    box-sizing: border-box;
}
#insight_news .insight ul.insight-list li:nth-child(-n+4){
    display:block;
}
#insight_news .insight ul.insight-list li:nth-child(-n+2){
    padding-bottom:15px;
}
#insight_news .insight ul.insight-list li:nth-child(n+3):nth-child(-n+4){
    padding-top:15px;
    border-top:1px solid #e4e4e4;
}
#insight_news .insight ul.insight-list li:nth-child(1),
#insight_news .insight ul.insight-list li:nth-child(3){
    padding-right: 15px;
    border-right:1px solid #e4e4e4;
}
#insight_news .insight ul.insight-list li:nth-child(2),
#insight_news .insight ul.insight-list li:nth-child(4){
    padding-left: 15px;
}
#insight_news .insight ul.insight-list li:nth-child(3){
    clear: both;
}
#insight_news .insight ul.insight-list li a{
    display:flex;
    padding:10px 0;
}
#insight_news .insight ul.insight-list li .img_wrap{
    width:15%;
    min-width: 85px;
    margin-right:10px;
}
#insight_news .insight ul.insight-list li .img_wrap img{
    width:100%;height:100%;
}
#insight_news .insight ul.insight-list li .txt_wrap{
    width: 80%;
}
#insight_news .insight ul.insight-list li .txt_wrap h3{
    height:62px;
    line-height:1.35em;
    color:#4295d6;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#insight_news .insight ul.insight-list li .txt_wrap h3:hover{
    color:#3889ff;
}
#insight_news .insight ul.insight-list li .txt_wrap p{
    display:block;
    margin:8px 0 5px;
    height:17px;
    font-size:0.85em;
    color:#1c1c1c;
    line-height:1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#insight_news .insight ul.insight-list li .txt_wrap .date{
    font-size:0.9em;
    color:#6b6b6b;
}

.news_list {
    margin-top:0;
    height: 325px;
    border: 1px solid #e4e4e4;
}
.news_list li{
    padding:1.2em 0;
}
.news_list li a h3{
    width:100%;
    white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
    font-weight: 700;
    color:#1c1c1c;
}
.news_list li a p{
    width:100%;
    font-size:0.95em;
    color:#6b6b6b;
}

/* #about_contact */
#notice_news{
    background-color: #f8f8f8;
}
.about_notice .corp_info_wrap {
    margin-bottom: 0;
}
#notice_news .notice{
    width:48%;
}
#notice_news .notice .notice_list li{
    display:none;
    border-bottom:1px solid #e9e9e9;
}
#notice_news .notice .notice_list li:nth-child(n):not(:nth-child(4n+4)){
    display:block;
}
#notice_news .notice .notice_list li a{
    display:flex;
    padding:20px 5px;
    align-items: center;
}
#notice_news .notice .notice_list li a p{
    width:100%;
    font-weight: 700;;
    color:#1c1c1c;
    white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
#notice_news .notice .notice_list li a:hover p{
    color:#3889ff;
}
#notice_news .notice .notice_list li .content_left{
    width:80%;
}
#notice_news .notice .notice_list li .content_right{
    margin-left:auto;
    color:#999;
    font-size:0.9rem;
}

#notice_news .contact_newsletter{
    margin-left:auto;
    background: none;
    width:48%;
    border-radius: 20px 20px 40px 20px;
    background-color: #5592ff;
}
#notice_news .contact_newsletter .title_wrap{
    margin:0 0 40px;
}
#notice_news .contact_newsletter .title_wrap *{
    color:#fff;
}
#notice_news .contact_newsletter .title_wrap p{
    margin-top:0;
}
#notice_news .contact_newsletter .newsletter .content_wrap{
    margin:0;
    padding:30px;
    border-radius:0;
    background: none;
    height: auto;
}
#notice_news .newsletter .content_wrap .subscription{
    display:block;
    position: relative;
    padding-right:135px;
}
#notice_news .newsletter .content_wrap .subscription #email{
    padding-bottom:0;
    margin-bottom: 10px;
    font-size:1.4rem;
    font-weight: 700;
    line-height: 50px;
}
#notice_news .newsletter .content_wrap .subscription button{
    display:block;
    position: absolute;
    bottom:0;
    right: 0;
    z-index: 2;
    width: 126px;
    height:126px;
    border-radius: 50%;
    background-color: #4475cc;
    text-decoration:none;
    font-size:1.2rem;
}
#notice_news .newsletter .content_wrap .subscription button > span{
    border:none;
    padding: 0;
}

.contact .content_wrap {
  margin-bottom: 0;
}
.newsletter .content_wrap {
  margin-bottom: 4.5rem;
}

#about_contact.main_about > div{
    width:100%;
}
#about_contact.main_about .contact{
    width:48%;
    margin-right: auto;
}
#about_contact.main_about .about_notice{
    width:48%;
    margin-left: auto;
}
#about_contact.main_about .inner .title_wrap{
    margin-bottom:20px;
}
#about_contact.main_about .title_wrap > p{
    margin-top: 0;
    font-size: 1rem;;
}
#about_contact.main_about .contact .content_wrap{
    margin-top:0;
}

#about_contact.main_about .about_notice{
    background: none;
}

/* mediaquery */
@media screen and (max-width: 1680px) {
    #corporation .inner{
        padding:0 20px;
    }

  .swiper1 .swiper-slide p {
  }
  .swiper3 .swiper-slide li {
    padding: 1.2rem 1.3rem;
  }
  .swiper3 .swiper-slide dt > span {
    font-size: 0.85rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name,
  .swiper3 .swiper-slide .name_wrap .corp_name {
    margin-right: 1rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 1.1rem;
  }
  .swiper3 .swiper-slide .info_wrap dd {
    font-size: 0.9rem;
  }
  .digital_remedy .disease_list li a {
    padding: 0 2rem;
  }

  .swiper4-button-next,
  .swiper4-button-prev {
    top: 57%;
  }
}

@media screen and (max-width: 1440px) {

  .swiper2 .swiper-slide .info_wrap h3 {
    font-size: 1.175rem;
  }

  .swiper3 .swiper-slide li {
    padding: 1rem 1.1rem;
  }
  .swiper3 .swiper-slide dt > span {
    font-size: 0.8rem;
    margin-right: 0.3rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name,
  .swiper3 .swiper-slide .name_wrap .corp_name {
    margin-right: 0.5rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 1rem;
  }
  .digital_remedy {
    padding: 2rem;
  }

  .swiper4 .swiper-slide .txt_wrap {
    padding: 1.4rem;
  }

  #quick_menu li {
    height: 12rem;
  }

  .contact .content_wrap {
    padding: 2.8rem 2.1rem;
  }
  .contact .content_wrap p {
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 1366px) {
  .swiper3 .swiper-slide li {
    padding: 0.4rem 0.9rem;
  }
  .digital_remedy {
    padding: 1.2rem 1.6rem;
  }
  section .inner .digital_remedy .title_wrap > h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  section .inner .digital_remedy .title_wrap > p {
    font-size: 0.95rem;
  }
  section .inner .title_wrap{
    margin-bottom:20px;
  }
  .digital_remedy .disease_list {
    margin-top: 1.2rem;
    gap: 0.8rem;
  }
  .digital_remedy .disease_list li {
    line-height: 2rem;
  }
  .digital_remedy .disease_list li a {
    padding: 0 1.4rem;
    font-size:0.9rem;
  }

  .newsletter .content_wrap {
    margin-top: 1.4rem;
    height: 12rem;
    padding: 2.2rem 2.7rem;
    margin-bottom: 2rem;
  }
  .contact .content_wrap {
    padding: 2.4rem 2.1rem;
  }
  .list_scroll {
    margin-top: 1.4rem;
  }
  .about_notice .notice_list {
    height: 12rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1280px) {

  .list_scroll li a h3 {
    font-size: 0.9rem;
  }
  .list_scroll li a p {
    font-size: 0.9rem;
  }
  .list_scroll li a .date {
    font-size: 0.8rem;
  }

  #main_nav {
    right: 2.6vw;
  }


  #quick_menu li {
    height: 10.5rem;
  }
  #quick_menu li a {
    padding: 1.3rem 1.6rem;
    font-size: 1.2rem;
  }
  #quick_menu li a i {
    width: 3rem;
    height: 3rem;
    bottom: 1.6rem;
    right: 1.6rem;
  }

  .swiper2 .swiper-slide .info_wrap {
    padding: 1rem 1.4rem;
  }
  .swiper2 .swiper-slide .info_wrap h3 {
    font-size: 1.05rem;
    letter-spacing: -0.15px;
  }
  .swiper2 .swiper-slide .info_wrap p {
    font-size: 0.8rem;
    margin-bottom: 1.3rem;
  }



  .swiper3 .swiper-slide li {
    padding: 0.4rem 0.8rem;
  }
  .swiper3 .swiper-slide dt > span {
    font-size: 0.75rem;
    margin-right: 0.3rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 0.85rem;
  }
  .swiper3 .swiper-slide .info_wrap dd {
    font-size: 0.9rem;
    line-height: 1.2rem;;
    height: 2.4rem;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -5%;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -5%;
  }
  .swiper3-button-next,
  .swiper3-button-prev {
    top: 50%;
  }
  #remedy > .inner > .top_remedy {
    width: 64%;
  }
  #remedy > .inner > .digital_remedy {
    width: 34%;
  }
  .digital_remedy {
    padding: 1.6rem 2rem;
  }
  section .inner .digital_remedy .title_wrap > h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  section .inner .digital_remedy .title_wrap > p {
    font-size: 0.9rem;
  }
  .digital_remedy .disease_list {
    margin-top: 1.2rem;
    gap: 0.6rem;
    max-width: 350px;
  }
  .digital_remedy .disease_list li {
    line-height: 1.8rem;
  }
  .digital_remedy .disease_list li a {
    font-size: 0.9rem;
    padding: 0 1.2rem;
  }

  .swiper4 .swiper-slide {
    height: 24rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
  }
  .swiper4 .swiper-slide .txt_wrap {
    letter-spacing: -1px;
    padding: 1.2rem;
  }
  .swiper4 .swiper-slide .txt_wrap h3 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }
  .swiper4 .swiper-slide .txt_wrap p {
    font-size: 0.8rem;
  }
  .swiper4 .swiper-slide .txt_wrap .date {
    font-size: 0.8rem;
  }
  .swiper4-button-next,
  .swiper4-button-prev {
    top: 59%;
  }
  .newsletter .content_wrap {
    padding: 2rem 1.8rem;
    height: 11rem;
    margin-bottom: 1.4rem;
  }
  .about_notice .notice_list {
    height: 11rem;
    margin-bottom: 1.4rem;
  }
  .contact .content_wrap {
    padding: 2.4rem 1.7rem;
  }

  #notice_news .newsletter .content_wrap .subscription button{
    width:100px;height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  section:not(:first-of-type) {
    padding: 2rem 15px;
    padding-top: calc(2rem + 90px);
  }

  .swiper-container-v > .swiper-wrapper {
    display: block;
  }
  .swiper-container-v > .swiper-wrapper .swiper-slide.fullpage:not(.sect1) {
    height: auto;
  }
  .swiper2 .swiper-slide .img_wrap img{
    width:160px;
    margin-top:0;
  }
  section:not(.sect1) {
    padding-top: 2rem;
  }
  .list_scroll {
    padding: 1.2rem 0.9rem 1.2rem 1.5rem;
  }
  .list_scroll li {
    padding: 1.3rem 0 1rem;
  }
  section .title_wrap > h2,
  section .inner .digital_remedy .title_wrap > h2{
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  section .title_wrap > .more_btn{
    bottom:5px;
  }

  #main_nav {
    display: none;
  }

  .swiper2 .swiper-slide .info_wrap h3 {
    font-size: 1.05rem;
    letter-spacing: -0.5px;
  }
  .swiper2 .swiper-slide .info_wrap .more_btn {
    width: 2.7rem;
    height: 0.5rem;
  }

  #remedy > .inner {
    display: block;
    margin-top:20px;
  }
  #remedy > .inner > .top_remedy,
  #remedy > .inner > .digital_remedy {
    width: 100%;
  }
  .swiper3 .swiper-slide li {
    padding: 0.6rem 1rem;
  }
  .swiper3 .swiper-slide dt > span {
    margin-right: 0.6rem;
    font-size: 0.85rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name,
  .swiper3 .swiper-slide .name_wrap .corp_name {
    margin-right: 1.5rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 1rem;
  }
  .swiper3 .swiper-slide .info_wrap dd {
    font-size: 0.9rem;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -4%;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -4%;
  }
  .swiper3-button-next,
  .swiper3-button-prev {
    top: 59%;
  }
  .swiper3-pagination {
    bottom: -2rem;
  }
  #remedy > .inner > .digital_remedy {
    margin-top: 2rem;
  }
  .digital_remedy {
  }
  section .inner .digital_remedy .title_wrap > p {
    font-size: 1rem;
  }
  .digital_remedy .disease_list {
    margin-top: 1.6rem;
    gap: 1rem;
    max-width: 100%;
  }
  .digital_remedy .disease_list li {
    line-height: 2.4rem;
  }
  .digital_remedy .disease_list li a {
    font-size: 0.9rem;
    padding: 0 1.4rem;
  }
  .digital_remedy .disease_list li a {
    padding: 0 2rem;
  }
  #insight_news .insight ul.insight-list li .txt_wrap{
    width:60%;
  }
  #insight_news .insight ul.insight-list li .txt_wrap h3{
    height:56px;
  }
  #insight_news .insight ul.insight-list li .txt_wrap p{
    height:12px;
  }
  #insight_news .insight ul.insight-list li .img_wrap{
    min-width: 70px;
  }
  .news_list{
    height: 298px;
  }
  .contact .content_wrap {
    padding: 2.6rem 1.7rem;
  }

  #about_contact.main_about > div{
    padding:0;
  }
  section.main_about .about_us .title_wrap > .more_btn{
    bottom:auto;
    top:5px
  }
}

@media screen and (max-width: 860px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }

  #quick_menu li {
    height: 9rem;
  }
  #quick_menu li a {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }
  #quick_menu li a i {
    width: 2rem;
    height: 2rem;
    bottom: 1.2rem;
    right: 1.2rem;
  }

  .swiper2 .swiper-slide .info_wrap {
    padding: 1.7rem 2rem;
  }
  .swiper2 .swiper-slide .info_wrap h3 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }
  .swiper2 .swiper-slide .info_wrap p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .swiper2 .swiper-slide .info_wrap .more_btn {
    width: 3.3rem;
    height: 0.7rem;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -5%;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -5%;
  }
  .swiper3-button-next,
  .swiper3-button-prev {
    top: 58%;
  }

  .swiper4 .swiper-slide {
    height: 23rem;
  }
  .swiper4 .swiper-slide .txt_wrap {
    padding: 0.6rem;
    padding-top: 1rem;
  }
  .swiper4-button-next,
  .swiper4-container-rtl .swiper-button-prev {
    right: -7%;
  }
  .swiper4-button-prev,
  .swiper4-container-rtl .swiper-button-next {
    left: -7%;
  }

  #insight_news .insight ul.insight-list li .img_wrap{
    min-width: 60px;
  }
}

@media screen and (max-width: 768px) {
    section > .inner,
    #about_contact.main_about > div{
        display:block;
    }
  section .inner .title_wrap > h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  section .inner .title_wrap > p {
    font-size: 1rem;
  }

  .sect1 .swiper1{
    padding-bottom:10px;
  }

  #quick_menu ul {
    flex-wrap: wrap;
  }
  #quick_menu li {
    width: 48%;
  }
  #quick_menu li:nth-child(3),
  #quick_menu li:nth-child(4) {
    margin-top: 1.2rem;
  }
  #quick_menu li a {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
  }
  #quick_menu li a i {
    width: 3rem;
    height: 3rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  .scroll_down {
    bottom: 4rem;
    width: 1.5rem;
    height: 2.6rem;
  }
  .scroll_down .wheel {
    width: 0.45rem;
    height: 0.45rem;
  }

  #corporation .swiper_wrap .inner {
    width: 92.5%;
    margin: 0;
    margin-left: auto;
  }
  #corporation .inner .title_wrap > .more_btn {
    display: none;
  }
  .swiper2 .swiper-slide .info_wrap {
    padding: 1.4rem 1.6rem;
  }
  .swiper2 .swiper-slide .info_wrap .more_btn {
    width: 3.3rem;
    height: 0.7rem;
  }
  .swiper3 .swiper-slide li {
    display: block;
  }
  .swiper3 .swiper-slide .name_wrap dt > span {
    padding: 0.1rem 0.88rem 0.2rem;
  }
  .swiper3 .swiper-slide li > .name_wrap,
  .swiper3 .swiper-slide li > .info_wrap,
  .swiper3 .swiper-slide li > .name_wrap .remedy_name,
  .swiper3 .swiper-slide li > .name_wrap .corp_name {
    width: 100%;
  }
  .swiper3 .swiper-slide .name_wrap {
    display: block;
  }
  .swiper3 .swiper-slide .name_wrap .corp_name,
  .swiper3 .swiper-slide .info_wrap {
    margin-top: 0.5rem;
  }
  .swiper3 .swiper-slide .name_wrap .corp_name {
    margin-right: 0;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 1rem;
  }
  .swiper3 .swiper-slide .info_wrap dd {
    height: auto;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -7.5%;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -7.5%;
  }
  .swiper3-button-next,
  .swiper3-button-prev {
    top: 56%;
  }
  .swiper3-pagination .swiper-pagination-bullet {
    width: 1.8rem;
    height: 0.25rem;
  }
  section .inner .digital_remedy .title_wrap > p {
    font-size: 1.1rem;
  }
  #insight_news > .inner {
    display: block;
  }
  #insight_news > .inner {
    width: 100%;
    margin: 0;
  }
  #insight_news > .inner .insight {
    width: 100%;
  }
  #insight_news .insight ul.insight-list li .img_wrap{
    min-width: 75px;
  }
  #insight_news .insight ul.insight-list li .txt_wrap{
    width: 60%;
  }
  #insight_news > .inner .recent_news {
    width: 100%;
    margin: 2rem auto 0;
  }
  .swiper4 {
    box-sizing: border-box;
    padding-right: 9%;
  }
  .swiper4 .swiper-slide {
    height: 27rem;
  }
  .swiper4 .swiper-slide .txt_wrap {
    padding: 1.4rem;
    padding-top: 1.6rem;
  }
  .swiper4 .swiper-slide .txt_wrap h3 {
    font-size: 1.3rem;
  }
  .swiper4 .swiper-slide .txt_wrap p {
    font-size: 1rem;
  }
  .swiper4 .swiper-slide .txt_wrap .date {
    font-size: 0.9rem;
  }
  .swiper4-button-next,
  .swiper4-container-rtl .swiper-button-prev {
    right: 1%;
  }

  #notice_news .notice,
  #notice_news .contact_newsletter{
    width:100%;
  }
  #notice_news .contact_newsletter{
    margin-top: 2rem;
  }
  section#notice_news .inner .title_wrap{
    margin-bottom:0;
  }

  #about_contact.main_about .contact,
  #about_contact.main_about .about_notice{
    width:100%;
  }
  #about_contact.main_about .about_notice{
    margin-top:2rem;
  }
}

@media screen and (max-width: 480px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.6rem;
  }
  .swiper1 .swiper-slide .inner {
    top: 20vh;
  }
  #quick_menu {
    margin-top: 7rem;
  }
  #quick_menu li {
    height: 7rem;
  }
  #quick_menu li a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  #quick_menu li a i {
    width: 2rem;
    height: 2rem;
    bottom: 1.2rem;
    right: 1.2rem;
  }

  section.digital .title_wrap > .more_btn{
    bottom:35px;
  }
  .swiper2 .swiper-slide .info_wrap h3 {
    font-size: 1.1rem;
  }
  .swiper2 .swiper-slide .info_wrap p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }
  .swiper2 .swiper-slide .info_wrap .more_btn {
    width: 2.8rem;
    height: 0.6rem;
  }
  .swiper3 .swiper-slide dt > span {
    margin-right: 0.3rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name {
    margin-right: 1rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 1.15rem;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -8%;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -8%;
  }
  .digital_remedy {
    padding: 2rem;
  }
  section .inner .digital_remedy .title_wrap > h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  section .inner .digital_remedy .title_wrap > p {
    font-size: 0.9rem;
  }
  .digital_remedy .disease_list {
    gap: 0.9rem;
  }
  .digital_remedy .disease_list li {
    line-height: 2.2rem;
  }
  .digital_remedy .disease_list li a {
    font-size: 0.875rem;
    padding: 0 1.4rem;
  }

  .swiper4 .swiper-slide {
    height: 23rem;
  }
  .swiper4 .swiper-slide .txt_wrap {
    padding: 0.8rem;
    padding-top: 1rem;
  }
  .swiper4 .swiper-slide .txt_wrap h3 {
    font-size: 1rem;
  }
  .swiper4 .swiper-slide .txt_wrap p {
    font-size: 0.9rem;
  }
  .swiper4 .swiper-slide .txt_wrap .date {
    font-size: 0.8rem;
  }

  #insight_news .insight ul.insight-list li .img_wrap{
    min-width: 60px;
  }
  #insight_news .insight ul.insight-list li .txt_wrap{
    width: 50%;
  }

  .newsletter .content_wrap {
    height: auto;
  }
  #notice_news .contact_newsletter .newsletter .content_wrap{
    padding:20px;
  }
  #notice_news .newsletter .content_wrap .subscription{
    padding-right: 0;
  }
  #notice_news .newsletter .content_wrap .subscription button{
    position: inherit;
    width:200px;height:50px;
    border-radius: 25px;
    margin:2rem auto 0;
    font-size: 1rem;
  }
  .newsletter .content_wrap .subscription label{
    font-size:0.9rem;
  }
}

@media screen and (max-width: 360px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.3rem;
  }

  .swiper3 .swiper-slide li {
    padding: 0.6rem;
  }
  .swiper3 .swiper-slide dt > span {
    font-size: 0.8rem;
  }
  .swiper3 .swiper-slide .name_wrap .remedy_name dd,
  .swiper3 .swiper-slide .name_wrap .corp_name dd {
    font-size: 0.9rem;
  }
  .swiper3 .swiper-slide .info_wrap dd {
    font-size: 0.85rem;
  }
  .swiper3-button-prev,
  .swiper3-container-rtl .swiper-button-next {
    left: -9%;
  }
  .swiper3-button-next,
  .swiper3-container-rtl .swiper-button-prev {
    right: -9%;
  }
  .digital_remedy {
    padding: 1.8rem;
  }
  section .inner .digital_remedy .title_wrap > h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  section .inner .title_wrap > p {
    font-size: 0.9rem;
  }
  .digital_remedy .disease_list {
    gap: 0.65rem;
    max-width: 230px;
  }
  .digital_remedy .disease_list li {
    line-height: 1.6rem;
  }
  .digital_remedy .disease_list li a {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}

/************** popup *************/
.popup-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
}
.popup {
  position: fixed;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.open {
  display: flex;
}

.popup-body {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.popup-body a {
  width: 100%;
  height: 100%;
}
.popup-body a img {
  width: 100%;
  height: auto;
}
.body-content {
  display: flex;
  transition: transform 0.4s ease-in-out;
  overflow: hidden;
}
.body-contentbox {
  max-width: 700px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.popup-body .pagination {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-weight: 700;
  color: #999;
  background: #e4e4e4;
  padding: 0.1rem 0.8rem 0.2rem;
  border-radius: 15px;
}
.popup-body .btns {
  width: 100%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.popup-body .btns .btn {
  position: absolute;
  padding: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
.popup-body .btns span {
  display: block;
  width: 1.3rem;
  height: 1.8rem;
}
.popup-body .btns .btn.disabled {
  opacity: 0.3;
}
.popup-body .btns .prev_btn {
  left: 0.3rem;
}
.popup-body .btns .prev_btn span {
  background: url('../images/ico_arrow_popup_prev.png') no-repeat center center;
  background-size: contain;
}
.popup-body .btns .next_btn {
  right: 0.3rem;
}
.popup-body .btns .next_btn span {
  background: url('../images/ico_arrow_popup_next.png') no-repeat center center;
  background-size: contain;
}
.popup-foot {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.pop-btn {
  display: block;
  color: #fff;
  font-size: 1.075rem;
  cursor: pointer;
}
.pop-btn.close {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .body-contentbox {
    max-width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .body-contentbox {
    max-width: 350px;
  }
}
@media screen and (max-width: 360px) {
  .body-contentbox {
    max-width: 290px;
  }

  section .inner .title_wrap > .more_btn {
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }
}
