a:link,
a:visited {
  color:inherit;
}
/* visual */

.visual {
  position: relative;
}

.visual .slogan {
  font-size: 3.5em;
  color: #fff;
  padding-top: 100px;
  text-align: center;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 800;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 1;
  letter-spacing: -0.02em;
  line-height: 1;
}

.visual .slogan .small {
  font-weight: 400;
  font-size: .45em;
  margin-top: 1.5em;
}

.visual .covid19Links {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.visual .covid19Links .container {
  padding: 20px 10px;
}

.visual .covid19Links::after {
  content: '';
  display: block;
  clear: both;
}

.visual .covid119Links ul {
  border-right: solid 1px #dcdcdc;
}

.visual .covid19Links li {
  float: left;
  background: #fff;
  width: 25%;
  border-left: solid 1px #dcdcdc;
  transition: all .5s ease .1s;
  position: relative;
  z-index: 1;
  text-align: center;
}

.visual .covid19Links li:hover,
.visual .covid19Links li:focus,
.visual .covid19Links li.active {
  background-image: url(../images/visual_menu_over.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position:50% 50%;
  color: #fff;
  transform: scale(1.1);
  border: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  z-index: 2;
}

.visual .covid19Links li:hover a,
.visual .covid19Links li:focus a,
.visual .covid19Links li.active a {
  color: #fff;
}
.visual .covid19Links li:first-child {
  border:none;
}
.visual .covid19Links li:last-child {
  background-color:rgba(34,124,206,.8);
  color:#fff;
}

.visual .covid19Links li a {
  display: block;
}

.visual .covid19Links li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.visual .covid19Links .swiper-button-prev,
.visual .covid19Links .swiper-button-next {
  display: none;
}


/* our works */

.sec_tit {
  font-size: 2.4em;
  font-weight: 800;
  font-family: 'NanumSquare', sans-serif;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
}

.ourWorksWrap {
  padding-top: 46px;
  padding-bottom: 46px;
  background:#fff url(../images/ourWorksBg.png) no-repeat 50% 0;
}
.ourWorksWrap::after{
  content: '';
  display: block;
  clear: both;
}
.ourWorks{
  width: 75%;
  float: left;
}

.ourWorks::after {
  content: '';
  display: block;
  clear: both;
}

.ourWorks .contWrap {
  display: block;
}

.ourWorks .tab {
  position: relative;
  height: 400px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  background:#227cce;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.ourWorks .tab>li {
  border: solid 1px #227cce;
  border-radius: 10px 0 0 10px;
  margin-top: -2px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  width: 100%;
}

.ourWorks .tab>li>a:hover,
.ourWorks .tab>li>a:focus,
.ourWorks .tab>li>a.active {
  background: #227cce;
  color: #fff;
}
.ourWorks .tab>li>a.active:focus,
.ourWorks .tab>li>a:focus{
  border:3px solid #000000;
}

.ourWorks a {
  color: inherit;
}

.ourWorks .tab>li>a {
  display: flex;
  align-items: center;
  height: 101px;
  justify-content: center;
  font-size: 18px;
  width: 15%;
  position:absolute;
  left:0;
  z-index: 1;
  border-bottom:solid 1px #227cce;
}
.ourWorks .tab li:nth-child(1)>a{
  top:0;
}
.ourWorks .tab li:nth-child(2)>a{
  top: 100px;
}
.ourWorks .tab li:nth-child(3)>a{
  top: 197px;
}
.ourWorks .tab li:nth-child(4)>a{
  top: 298px;
  border-bottom: none;
}


.ourWorks .tabCont {
  width: 85%;
  background: #227cce;
  border: solid 1px #227cce;
  margin-left: -1px;
  color: #fff;
  font-weight: 300;
  padding: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.ourWorks .list,
.ourWorks .links {
  float: left;
  padding: 20px;
  width: 50%;
  height: 350px;
}

.ourWorks .list {
  border-right: solid 1px rgba(255, 255, 255, .2);
}

.ourWorks .links {
  overflow-y: auto;
}

.ourWorks .txtBig {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.ourWorks .list li,
.ourWorks .links li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;

  width: 100%;
}

.ourWorks .links li a {
  display: block;
  padding: 5px 0 5px 10px;
}

.ourWorks .list li::before,
.ourWorks .links li::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 1em;
  width: 2px;
  height: 2px;
  background: #63a3dc;
}
.ourWorks .list li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ourWorks .links li::before {
  width: 4px;
  height: 4px;
  top: 1.1em;
}

.ourWorks .list li a:hover,
.ourWorks .list li a:focus {
  text-decoration: underline;
}

.ourWorks .links li:hover,
.ourWorks .links li:focus {
  background: #4e96d8;
  border-radius: 5px;
}

.ourWorksWrap .drugsLinks {
  float: right;
  width: 300px;
  height: 400px;
  margin-top: 83px;
  background: url(../images/drug_bg.png) no-repeat;
  background-size: cover;
  padding: 18px 35px 25px 35px;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

.ourWorksWrap .drugsLinks .txtBig {
  font-size: 22px;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1;
}

.ourWorksWrap .drugsLinks .txtBig .bold {
  font-weight: 800;
}

.ourWorksWrap .drugsLinks li a {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, .7);
  margin-bottom: 5px;
  font-weight: 200;
  border: solid 1px rgba(255, 255, 255, .5);
  position: relative;
}

/*.ourWorksWrap .drugsLinks .links_cos li a{background:rgba(255, 46, 46, .7);}*/

.ourWorksWrap .drugsLinks li a:hover,
.ourWorksWrap .drugsLinks li a:focus{
  border:solid 3px #fff;
}
.ourWorksWrap .drugsLinks i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

.ourWorksWrap .drugsLinks li a::after {
  content: '';
  display: block;
  width: 15px;
  height: 7px;
  background: url(../images/iconSet.png) no-repeat -45px -12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.filedown_group{background: rgba(0, 0, 0, .2);padding:5px;}
.filedown_group span{line-height: 1.4;font-size: 11px;}
.filedown_group a.bbs_icon_filedown{ margin-left:5px; margin-bottom: 3px; background: url(/images/board/icon_file_w.png) center no-repeat; background-size: 100%;}
.filedown_group a.bbs_icon_filedown:hover,
.filedown_group a.bbs_icon_filedown:focus {
	border: solid 2px brown; margin-left:5px; margin-bottom: 3px; background-size: 100%;
}
.filedown_group a.bbs_icon_preveiw{margin-left:5px; margin-bottom: 3px; background: url(/images/board/icon_priview_w.png) center no-repeat; background-size: 100%;}
.filedown_group a.bbs_icon_preveiw:hover,
.filedown_group a.bbs_icon_preveiw:focus {
	border: solid 2px brown; margin-left:5px; margin-bottom: 3px; background-size: 100%;
}
.links_cos{margin-top:5px;}
.ourWorksWrap .drugsLinks ul.links_cos li i{margin-right: 10px;}

.ourWorksWrap .drugsLinks .filedown_group ul.links_cos li i{margin-right: 6px;}

.icon {
  font-size: 130px;
  background: url(../images/iconSet.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}

.icon.drug_01 {
  width: 25px;
  height: 25px;
  background-position-x: -4px;
  background-position-y: -5px;
}

.icon.drug_02 {
  width: 15px;
  height: 28px;
  background-position-x: -4px;
  background-position-y: -39px;
}

.icon.drug_03 {
  width: 25px;
  height: 25px;
  background-position-x: -4px;
  background-position-y: -78px;
}

.icon.drug_04 {
  width: 25px;
  height: 25px;
  background-position-x: 0px;
  background-position-y: -106px;
}
.icon.drug_05 {
  width: 25px;
  height: 25px;
  background: url(../images/drug_05.png) center left no-repeat;
}

/* bbsWrap */

.bbsWrap {
  background: #e8eff5;
  padding-top: 85px;
  padding-bottom: 85px;
}

.bbsWrap .txtBig {
  font-size: 25px;
  margin-bottom: 20px;
}

.bbsWrap .notice {
  float: left;
  width: 100%; /*60% */
  position: relative;
}

.bbsWrap .notice li {
  position: relative;
}

.bbsWrap .notice li a:hover,
.bbsWrap .notice li a:focus {
  background: #f6f9fb;
}

.bbsWrap .notice li a {
  display: block;
  width: 100%;
  padding-right: 100px;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #babfc4;
}

.bbsWrap .notice li a::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #aeb3b8;
  position: absolute;
  top: 30px;
  left: 10px;
}

.bbsWrap .notice li:last-child a {
  border: none;
}

.bbsWrap .notice .date {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #878787;
}

.moreBtn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
}
.more_eng {
	display: inline-block;
	background: url(/images/english/inc/more_eng.png) right center no-repeat; width: 20px; height: 32px; text-indent: -9999px; box-sizing: border-box;
}
.bbsWrap .photo {
  float: right;
  width: 35%;
  position: relative;
}
.bbsWrap .photo .swiper-wrapper a{
  display:block;
  height: 100%;
}
.bbsWrap .photo a:focus{
  outline:solid 3px #f00;
}
.photo .photoNext:focus,
.photo .photoPrev:focus{
  outline:solid 3px  #f00;
}
.bbsWrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo .photoNext,
.photo .photoPrev{
  background:#fff url(../images/iconSet.png) no-repeat -80px 5px ;
  border:solid 1px #333;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.photo .photoNext{
  background:#fff url(../images/iconSet.png) no-repeat -105px 5px;
  right:10px;
}
.photo .photoPrev{
  left: 10px;
}
.photo .photoPrev.swiper-button-disabled,
.photo .photoNext.swiper-button-disabled{
  opacity: 0.5;
}
.swiper-button-prev.photoPrev.swiper-button-disabled, .swiper-button-next.photoNext.swiper-button-disabled{
  display:block !important;
}

.bbsWrap .photo .textBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}
.bbsWrap .photo .swiper-photo {
  height: 300px;
}
.bbsWrap .photo .photoWrap {
  box-shadow: 10px 10px 0 #d0d3d9;
  height: 300px;
}
.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-object-fit img{
  opacity: 0;
}
/* newsWrap */


.koreaNews {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}

.koreaNews .titleSection {
  border: solid 8px #227cce;
  width: 30%;
  padding: 70px 50px;
}

.koreaNews .comment {
  color: rgba(0, 0, 0, .5);
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 30px;
}

.koreaNews .youtubeBtn {
  margin-left: 20px;
}

.koreaNews .swiper-koreaNews {
  background: #fff;
  position: absolute;
  left: 250px;
  top: 120px;
  width: 80%;
  padding-bottom: 33px;
  padding-top: 10px;
}

.koreaNews .swiper-slide a {
  height: 250px;
  overflow: hidden;
  display: block;
  position: relative;
  transition: all .5s ease 0s;
  z-index: 0;
  position: relative;
  border: solid 1px #ccc;
}

.koreaNews .swiper-slide .ov {
  display: block;
  opacity: 0;
  transition: all .5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/koreaNews_overBg.png) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.koreaNews .swiper-slide .ov .group span {
  display: inline-block;
  border: solid 2px #fff;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}

.koreaNews .swiper-slide .ov .cont {
  padding: 0 20px;
  height: 3em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 40px;
}

.koreaNews .swiper-slide a:hover,
.koreaNews .swiper-slide a:focus {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.koreaNews .swiper-slide a:hover .ov,
.koreaNews .swiper-slide a:focus .ov {
  opacity: 1;
}

.koreaNews .swiper-slide img {
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.koreaNews .moreBtn{
  top: 80px;
}

/* banner */

.banner {
  background: #fafafa;
  padding: 30px 20px;
  border-top: solid 1px #efefef;
}

.banner .container {
  position: relative;
}

.banner a {
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  background: #fff;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  top: 25px;
}

.banner .swiper-button-next::after {
  background: url(../images/iconSet.png) no-repeat -105px 0;
  width: 25px;
  height: 25px;
}

.banner .swiper-button-prev::after {
  background: url(../images/iconSet.png) no-repeat -80px 0;
  width: 25px;
  height: 25px;
}
.opc{
  opacity:1 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}

.banner .swiper-button-prev {
  left: -45px;
}

.banner .swiper-button-next {
  right: -45px;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 24px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  display:none !important;
}
@media screen and (max-width: 1780px) {
  .visual .covid19Links {
    position: static;
    border-bottom: solid 1px #dcdcdc;
  }
  .visual .covid19Links li:hover,
  .visual .covid19Links li:focus {
    transform: scale(1);
  }
  .visual .covid19Links .container {
    padding: 0px;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
  }

}

@media screen and (max-width: 1280px) {
  .ourWorks{
    width: 100%;
    float: none;
  }
  .ourWorks .contWrap {
    display: block;
  }
  .ourWorks .tab,
  .ourWorks .tabCont {
    float: none;
    width: 100%;
    border-radius: 0;
  }
  .ourWorks .tab::after {
    content: '';
    display: block;
    clear: both;
  }
  .ourWorks .tab>li {
    /*float: left;*/
    /*width: 25%;*/
    border-radius: 0;
    padding-top: 85px;
  }
  .ourWorks .tab{
    height: 427px;
  }
  .ourWorks .tabCont{
    position: relative;
  }
  .ourWorks .tab>li>a{
    top:0 !important;
    border-bottom: none;
    border-right: solid 1px #136fc4;
    width: 25%;
  }
  .ourWorks .tab>li:nth-child(1)>a{
    left:0;
  }
  .ourWorks .tab>li:nth-child(2)>a{
    left:25%;
  }
  .ourWorks .tab>li:nth-child(3)>a{
   left:50%;
  }
  .ourWorks .tab>li:nth-child(4)>a{
   left:75%;
   border-right: none;
  }
  .bbsWrap .notice,
  .bbsWrap .photo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ourWorksWrap .drugsLinks {
    float: none;
    width: 100%;
    height: auto;
  }
  .ourWorksWrap .drugsLinks ul::after {
    content: '';
    display: block;
    clear: both;
  }
  .ourWorksWrap .drugsLinks li {
    float: left;
    width: calc(33% - 8px);
    margin: 0 .5%;
  }
  .ourWorksWrap .drugsLinks li a {
    padding: 20px;
  }

  .filedown_group span{padding-left:8px;}
  .filedown_group li.drug_02 a{padding: 18.5px 20px;}

  .koreaNews .titleSection {
      width: 40%;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    border: solid 1px #dcdcdc;
    display: flex;
    background: rgba(255, 255, 255, .5);
    width: 40px;
  }
  .banner .swiper-button-prev {
    left: -10px;
  }
  .banner .swiper-button-next {
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .visual .covid19Links .swiper-button-prev,
  .visual .covid19Links .swiper-button-next {
    top: 50px;
    width: 40px;
    border: solid 1px #dcdcdc;
    display: flex;
    background: rgba(255, 255, 255, .5)
  }
  .visual .covid19Links .swiper-button-next::after {
    background: url(../images/iconSet.png) no-repeat -105px 0;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .visual .covid19Links .swiper-button-prev::after {
    background: url(../images/iconSet.png) no-repeat -80px 0;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .visual .covid19Links .swiper-button-next::after,
  .visual .covid19Links .swiper-button-prev::after {
    content: '';
  }
}

@media screen and (max-width: 1790px) {
	.visual .slogan {
		padding-top: 4%;
}
@media screen and (max-width: 1490px) {
	.visual .slogan {
		padding-top: 3%;
}
@media screen and (max-width: 1280px) {
	.visual .slogan {
		font-size: 5vw;
		padding-top: 5%;
		top: 0;
  }
}

@media screen and (max-width: 768px) {
  .visual .covid19Links li{
    height: 80px;
  }
  .visual .covid19Links .swiper-button-prev, .visual .covid19Links .swiper-button-next{
    top: 20px;
  }
  .ourWorksWrap{
    padding-top: 35px;
    padding-bottom: 0;
  }
  .ourWorksWrap .drugsLinks{
    margin-top: 10px;
  }
  .ourWorksWrap .drugsLinks li{margin:0;}
  .ourWorks .tab{
    height: 740px;
  }
  .ourWorks .tab li a {
    font-size: 15px;
  }
  .ourWorks .list {
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, .4);
    height: 330px;
  }
  .ourWorks .list,
  .ourWorks .links {
    float: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .koreaNews {
    border: solid 8px #227cce;
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .koreaNews .swiper-koreaNews {
    top: 160px;
    left: 5%;
    width: 90%;
    padding: 0;
    position: static;
  }
  .koreaNews .titleSection {
    width: 100%;
    padding: 20px;
    height: 100%;
    position: relative;
    border: none;
  }
  .koreaNews .youtubeBtn {
    position: absolute;
    right: 20px;
    bottom: 50px;
  }
  .ourWorksWrap .drugsLinks li {
    float: none;
    width: 100%;
  }
  .bbsWrap{
    padding-bottom: 20px;
  }
  .bbsWrap .notice .date{
    display: none;
  }
  .bbsWrap .notice li a{
    padding-right: 20px;
  }
  .ourWorks .list, .ourWorks .links{
  height:auto;
  }
}