/* Basic Set-up */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunSm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunKm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Pretendard-Regular';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #4d4d4d;
}

a {
  text-decoration: none;
  color: #ffffff;
}

img {
  width: 35%;
  display: block;
}
.marterial-icons {
  font-size: 10px;
}
.inner { 
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 1;
  height: 80px;
  margin-bottom: 200px;
}
header >.inner {
  height: 95px;

}

header .logo {
  height: 55px;
  position: absolute;
  top: 0px;
  bottom: 25px;
  left: 0;
  margin: auto;
}
header .logo img {
  width: 150px;
}

header .main-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  list-style: none;
  display: flex;
}

header .main-menu > li {
  padding-bottom: 5%;
  justify-content: center;
}

header .main-menu li:nth-child(1) {
  padding-right: 100px;
}
header .main-menu li:nth-child(2) {
  padding-right: 100px;
}
header .main-menu li:nth-child(3) {
  padding-right: 100px;
}
header .main-menu li:nth-child(4) {
  padding-right: 100px;
}
header .main-menu li:nth-child(5) {
  padding-right: 100px;
}
header .main-menu li:nth-child(6) {
  padding: 0;
}


/* 제품소개 */
header .main-menu .item .item_name,
header .main-menu .item .item_name > a {
  font-family: 'Pretendard-Regular';
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

header .main-menu .item:hover .item_name {
  color: #2f55be;
  cursor: pointer;
  list-style: none;
  transition: 1s;
}

header .main-menu .item .item_contents1 {
  position: absolute;
  margin-top: 26px;
  left: 28%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents1 {
  display: block;
}

header .main-menu .item .item_contents1 .contents_menu {
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents1 .contents_menu > ul {
  display: flex;
}

header .main-menu .item .item_contents1 .contents_menu > ul > li {
  text-align: center;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li {
  cursor: pointer;
  height: 40px;
  width: 195px;
  vertical-align: middle;
  border-top: 1px solid #9b9a9a;
  padding: 0;
  padding-top: 5px;
  padding-left: 5px;
}

header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

#ind_sub_1 {
  display: none;
}
#ind_sub_1 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_1 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_2 {
  display: none;
}
#ind_sub_2 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_2 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_3 {
  display: none;
}
#ind_sub_3 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_3 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_4 {
  display: none;
}
#ind_sub_4 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_4 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_5 {
  display: none;
}
#ind_sub_5 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_5 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_6 {
  display: none;
}
#ind_sub_6 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_6 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
#ind_sub_7 {
  display: none;
}
#ind_sub_7 > li {
  background-color: rgba(0, 21, 39, 0.4);
  border: none;
  border-top: 1px solid #9b9a9a;
}
#ind_sub_7 > li:hover {
  background-color: rgba(0, 21, 39, 0.88);
  transition: .2s;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(1) > a span{
  font-size: 27px;
  color: #ffffff;
  float: right;
  padding: 0;
  
}
header .main-menu .item .item_contents1 .contents_menu > ul > li > ul > li:nth-child(1) {
  position: relative;
}

header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(1):hover #ind_sub_1{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}

header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(2) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(2) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(2):hover #ind_sub_2{
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(3) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(3) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(3):hover #ind_sub_3{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(4) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(4) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(4):hover #ind_sub_4{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}

header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(5) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(5) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(5):hover #ind_sub_5{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(6) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(6) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(6):hover #ind_sub_6{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(7) > a span{
  vertical-align: -25%;
  display: inline-flex;
  font-size: 27px;
  color: #ffffff;
  float: right;

}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(7) {
  position: relative;
}
header .main-menu .item .item_contents1 .contents_menu > ul > li ul li:nth-child(7):hover #ind_sub_7{
  display: block;
  position: absolute;
  left: 100%;
  top: -2%;
}




/* 솔루션 */

header .main-menu .item .item_contents2 {
  position: absolute;
  margin-top: 26px;
  left: 46%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents2 {
  display: block;
}

header .main-menu .item .item_contents2 .contents_menu{
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents2 .contents_menu > ul {
  padding: 0 0 10px 0;
  display: flex;
}
header .main-menu .item .item_contents2 .contents_menu > ul:last-child {
  padding-bottom: 0%;
}
header .main-menu .item .item_contents2 .contents_menu > ul > li {
  text-align: center;
  width: 200px;
}
header .main-menu .item .item_contents2 .contents_menu > ul > li ul li {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #9b9a9a; 
}

header .main-menu .item .item_contents2 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents2 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: #ffffff;
}

/* 기술 */
header .main-menu .item .item_contents3 {
  position: absolute;
  margin-top: 26px;
  left: 10%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents3 {
  display: block;
}

header .main-menu .item .item_contents3 .contents_menu{
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents3 .contents_menu > ul {
  padding: 0 0 10px 0;
  display: flex;
}
header .main-menu .item .item_contents3 .contents_menu > ul:last-child {
  padding-bottom: 0%;
}
header .main-menu .item .item_contents3 .contents_menu > ul > li {
  text-align: center;
  width: 200px; 
}
header .main-menu .item .item_contents3 .contents_menu > ul > li ul li {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #9b9a9a; 
}

header .main-menu .item .item_contents3 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents3 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: #ffffff;
}


/* 회사소개 */
header .main-menu .item .item_contents4 {
  position: absolute;
  margin-top: 26px;
  left: -8%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents4 {
  display: block;
}

header .main-menu .item .item_contents4 .contents_menu{
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents4 .contents_menu > ul {
  padding: 0 0 10px 0;
  display: flex;
}
header .main-menu .item .item_contents4 .contents_menu > ul:last-child {
  padding-bottom: 0%;
}
header .main-menu .item .item_contents4 .contents_menu > ul > li {
  text-align: center;
  width: 200px; 
}
header .main-menu .item .item_contents4 .contents_menu > ul > li ul li {
  padding: 10px 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-top: 1px solid #9b9a9a; 
}

header .main-menu .item .item_contents4 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents4 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: #ffffff;
}


/* 미디어센터 */
header .main-menu .item .item_contents5 {
  position: absolute;
  margin-top: 26px;
  left: 65.5%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents5 {
  display: block;
}

header .main-menu .item .item_contents5 .contents_menu{
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents5 .contents_menu > ul {
  padding: 0 0 10px 0;
  display: flex;
}
header .main-menu .item .item_contents5 .contents_menu > ul:last-child {
  padding-bottom: 0%;
}

header .main-menu .item .item_contents5 .contents_menu > ul > li {
  text-align: center;
  width: 200px; 
}
header .main-menu .item .item_contents5 .contents_menu > ul > li ul li {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #9b9a9a; 
}

header .main-menu .item .item_contents5 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents5 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: #ffffff;
}

/* 미디어센터 */
header .main-menu .item .item_contents6 {
  position: absolute;
  margin-top: 21px;
  left: 86%;
  width: 200px;
  display: none;
}

header .main-menu .item:hover .item_contents6 {
  display: block;
}

header .main-menu .item .item_contents6 .contents_menu{
  background-color: rgba(0, 21, 39, 0.4);
}

header .main-menu .item .item_contents6 .contents_menu > ul {
  padding: 0 0 10px 0;
  display: flex;
}
header .main-menu .item .item_contents6 .contents_menu > ul:last-child {
  padding-bottom: 0%;
}

header .main-menu .item .item_contents6 .contents_menu > ul > li {
  text-align: center;
  width: 200px; 
}
header .main-menu .item .item_contents6 .contents_menu > ul > li ul li {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #9b9a9a; 
}

header .main-menu .item .item_contents6 .contents_menu > ul > li ul li:hover {
  background-color: rgba(0, 21, 39, 0.8);
  transition: .2s;
}
header .main-menu .item .item_contents6 .contents_menu > ul > li ul li > a {
  font-size: 16px;
  color: #ffffff;
}





/* BODY */
body {
  overflow-x: hidden;
}
.oxy-gen {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.oxy-gen .bgimg {
  background: url(/images/forsrest-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-position: bottom;
  height: 100vh;
  background-size: cover;
  transform: scale(1.2);
}
.oxy-gen .bgimg .text_box {
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
  width: 100%;
  height: 40%;
}
.oxy-gen .bgimg .text_box .text_1 {
  opacity: 0;
  
  font-size: 4vh;
  font-weight: 700;
  color: #ffffff;
}
.oxy-gen .bgimg .text_box .text_2 {
  opacity: 0;
  font-size: 6vh;
  font-weight: 700;
  color: #ffffff;
}
.oxy-gen .bgimg .text_box .text_3 {
  opacity: 0;
  margin-top: 40px;
  font-size: 2vh;
  color: #ffffff;
}
.oxy-gen .bgimg .text_box .text_3 span {
  opacity: 0;
  color: #4b9fff;
}
.oxy-gen .bgimg .text_box .text_4{
  opacity: 0;
  margin-top: 20px;
  font-size: 1.5vh;
  color: #ffffff;
}

.oxy-gen .bgimg .text_box .material-icons {
  font-size: 3vh;
  opacity: 0;
  color: #ffffff;
}

.oxy-gen .body_one p {
  opacity: 0;
}





.application {
  width: 100%;
  height: 1000px;
  background-image: url("/images/hospital-slide-background-1.png");
  background-size: cover;
  background-position: bottom;
  background-clip: border-box; 
}

.product_hash{
  font-family: 'ChosunKm';
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
}
.product_hash_1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

.out_container {
  width: 1200px;
  height: 400px;
  margin: 0 auto 300px;
}
.out_container .flex_box {
  width: 1100px;
  height: 400px;
  margin: 0 auto;
  display: flex;
}
.out_container .flex_box > a .pro_1 {
  width: 250px;
  height: 400px;
  border: 1px solid rgb(226, 226, 226);
  position: relative;
  color: #000000;
}
.out_container .flex_box > a .pro_1 .img {
  background-image: url(/images/PT/SPO/spo.png);
  width: 150px;
  height: 210px;
  margin: 30px auto;
  background-size: 105%;
  background-repeat: no-repeat;
}
.out_container .flex_box > a .pro_1 .text_tb {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.out_container .flex_box > a .pro_1 .title {
  font-weight: 700;
  font-size: 24px;
}
.out_container .flex_box > a .pro_1 .text_tb .desc {
  margin-top: 20px;
  font-size: 16px;
}
.out_container .flex_box > a .pro_1:hover {
  transform: scale(1.1); 
  transition: .1s;
  background-color: rgba(88, 168, 189, 0.822);
  transition: .1s;
  color: white;
}
.out_container .flex_box .pro_2 {
  width: 250px;
  height: 400px;
  margin-left: 35px;
  border: 1px solid rgb(226, 226, 226);
  position: relative;
  color: #000000;
}
.out_container .flex_box .pro_2 .img {
  background-image: url(/images/PT/HOME/PBE9008C.png);
  width: 150px;
  height: 200px;
  margin: 65px auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.out_container .flex_box .pro_2 .text_tb {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.out_container .flex_box .pro_2 .title {
  font-weight: 700;
  font-size: 24px;
}
.out_container .flex_box .pro_2 .text_tb .desc {
  margin-top: 20px;
  font-size: 16px;
}
.out_container .flex_box .pro_2:hover {
  transform: scale(1.1); 
  transition: .1s;
  background-color: rgba(88, 168, 189, 0.822);
  transition: .1s;
  color: white;
}
.out_container .flex_box .pro_3 {
  width: 250px;
  height: 400px;
  margin-left: 35px;
  border: 1px solid rgb(226, 226, 226);
  position: relative;
  color: #000000;
}
.out_container .flex_box .pro_3 .img {
  background-image: url(/images/PT/SEA/prme.png);
  width: 120px;
  height: 230px;
  margin: 20px auto;
  background-size: 95%;
  background-repeat: no-repeat;
}
.out_container .flex_box .pro_3 .text_tb {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.out_container .flex_box .pro_3 .title {
  font-weight: 700;
  font-size: 24px;
}
.out_container .flex_box .pro_3 .text_tb .desc {
  margin-top: 20px;
  font-size: 16px;
}
.out_container .flex_box .pro_3:hover {
  transform: scale(1.1); 
  transition: .1s;
  background-color: rgba(88, 168, 189, 0.822);
  transition: .1s;
  color: white;
}

.out_container .flex_box .pro_4 {
  width: 250px;
  height: 400px;
  margin-left: 35px;
  border: 1px solid rgb(226, 226, 226);
  position: relative;
  color: #000000;
}
.out_container .flex_box .pro_4 .img {
  background-image: url(/images/PT/WT/aqf200.png);
  width: 130px;
  height: 220px;
  margin: 15px auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.out_container .flex_box .pro_4 .text_tb {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
.out_container .flex_box .pro_4 .title {
  font-weight: 700;
  font-size: 24px;
}
.out_container .flex_box .pro_4 .text_tb .desc {
  margin-top: 20px;
  font-size: 16px;
}
.out_container .flex_box .pro_4:hover {
  transform: scale(1.1); 
  transition: .1s;
  background-color: rgba(88, 168, 189, 0.822);
  transition: .1s;
  color: white;
}

.pj_box {
  width: 1100px;
  height: 100px;
  margin: 0 auto;
}
.pj_box .projects_title {
  font-family: "ChosunKm";
  font-size: 34px;
  color: #000000;
  text-align: left;
  padding-bottom: 10px;
}
.pj_box .projects_desc{
  font-size: 14px;
  text-align: left;
  margin-bottom: 50px;
}

.projects_container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background-color: #c3e6ff;
  background-image: url(/images/PRO/car.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.projects_container::before {
  content: "";
  background-color: #000000;
  position: absolute;
  background-position: center;
  opacity: .5;
  width: 100%;
  height: 600px;
}
.projects_container .content_box {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.projects_container .content_box .con_1{
  width: 500px;
  height: 300px;
  margin-top: 25px;
}
.projects_container .content_box .con_1 .text_box {
  margin-top: 100px;
  width: 500px;
  height: 300px;
}
.projects_container .content_box .con_1 .text_box .title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 60px;
  font-family: 'S-CoreDream-6Bold';
  color: #ffffff;
}
.projects_container .content_box .con_1 .text_box .desc {
  font-size: 16px;
  color: #ffffff;
}
.projects_container .content_box .con_2{
  margin-top: 100px;
  width: 550px;
  height: 450px;
  background-image: url(/images/proj_HD.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.projects_container .content_box .con_1 .text_box .btn_box {
  width: 330px;
  height: 35px;
  display: flex;
  margin-top: 20px;
}
.projects_container .content_box .con_1 .text_box .btn_box .button_more {
  width: 150px;
  height: 35px;
  background-color: rgb(0, 0, 0);
}
.projects_container .content_box .con_1 .text_box .btn_box .button_more:hover {
  background-color: #4b9fff;
  transition: .2s;
}
.projects_container .content_box .con_1 .text_box .btn_box .button_more .texttext {
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
.projects_container .content_box .con_1 .text_box .btn_box .button_news {
  margin-left: 30px;
  width: 150px;
  height: 35px;
  background-color: rgb(0, 0, 0);
}
.projects_container .content_box .con_1 .text_box .btn_box .button_news:hover {
  background-color: #4b9fff;
  transition: .2s;
}
.projects_container .content_box .con_1 .text_box .btn_box .button_news .texttext {
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}
/* .projects_container .con_3{
  width: 180px;
  height: 250px;
  background-color: beige;
  margin-left: 30px;
}
.projects_container .con_3:hover {
  background-color: cadetblue;
  transition: 1s;
}
.projects_container .con_4{
  width: 180px;
  height: 250px;
  background-color: beige;
  margin-left: 30px;
}
.projects_container .con_4:hover {
  background-color: cadetblue;
  transition: 1s;
} */

.bg_box {
  width: 100%;
  height: 1200px;
  position: relative;
  background-image: url(/images/bgpt-3.jpg);
}
.bg_box::before {
  content: "";
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75)
}
.bg_box .news_title {
  padding-top: 300px;
  font-family: "ChosunKm";
  font-size: 34px;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.bg_box .news_desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.bg_box .mySwiper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
.bg_box .mySwiper .swiper-button-next {
  color: rgb(255, 255, 255);
}
.bg_box .mySwiper .swiper-button-prev {
  color: rgb(255, 255, 255);
}

.bg_box .mySwiper .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 400px;
}
.bg_box .mySwiper .swiper-wrapper .slide_1 > a > img{
  width: 800px;
  height: 400px;
}
.bg_box .mySwiper .swiper-wrapper .slide_2 > a > img {
  width: 800px;
  height: 400px;
}
.bg_box .mySwiper .swiper-wrapper .slide_3 > a > img{
  width: 800px;
  height: 400px;
}
.bg_box .mySwiper .swiper-wrapper .slide_4 > a > img{
  width: 800px;
  height: 400px;
}


footer {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-color: rgb(17, 7, 0);
  font-family: 'Pretendard-Regular';
  font-size: 14px;
}
footer .footer-logo {
  padding-top: 1.5%;
  margin-left: 15%;
  width: 800px;
}
footer .footer-intro {
  margin-top: 1%;
  margin-left: 15%;
  size: 10px;
  color: #757575;
}

footer .sns-icons {
  justify-content: center;
  display: flex;
}
footer .sns-icons li a {
  width: 100px;
  height: 100px;
}
footer .sns-icons li:nth-child(1) a {
  background-image: url("/images/yt_logo.png");
  background-repeat: no-repeat;
}
footer .sns-icons li:nth-child(2) a {
  background-image: url("/images/fb_logo.png");
  background-repeat: no-repeat;
}
footer .sns-icons li:last-child a {
  background-image: url("/images/insta_logo.png");
  background-repeat: no-repeat;
}
  


footer > hr {
  margin-top: 2.5%;
  margin-bottom: 1%;
}

footer .description {
  margin-top: 1%;
  margin-left: 15%;
  margin-bottom: 2%;
  color: #757575;
}