@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body {
  background-color: #f4f4f4;
  font-family: "Open Sans", "Noto Sans KR" ,"Avenir", "Apple Gothic", Helvetica, Arial, sans-serif;
}

.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

* {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  border: none;

}
*:focus {
  /* outline: none; */
}

::-moz-selection{
  background: #e91e2f;
  color: #ffffff;
}
::selection{
  background: #e91e2f;
  color: #ffffff;
}

a, button{
  cursor: pointer;
  text-decoration: none;
  outline: none;
  select-dummy: expression(this.hideFocus=true);
}

.wrap {
  width: 100%;
  height: 100vh;
}

#header {

}

.header_wrap {
  width: 100%;
  min-width: 1200px;
  line-height: 60px;
  position: fixed;
  z-index: 9999;
  /* background-color: rgba(255, 255, 255, 0.3); */
  background-color: rgba(0, 0, 0, 0.2);
}
.header_wrap .logo_img {
  display: inline;
  width: 70px;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 20px;
}
.width120p {
  width: 120px !important;
}
.header_wrap ul {
  display: inline-block;

}
.header_wrap li {
  display: inline;
  vertical-align: middle;
  padding: 0 12px;
}
.header_wrap li a {
  /* color: rgba(0,0,0, 0.7); */
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 7px;
}
.header_wrap li a:hover {
  /* color: rgba(0,0,0, 1); */
  color: rgba(255, 255, 255, 1);
  /* border-bottom: 1px solid #000; */
  border-bottom: 1px solid #fff;
}

.content_wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  /* height: 100%; */
  height: 100vh;
}

.backgroundTransition {
  background-image: url('../images/main1-1.jpg');
}
.backgroundTransition2 {
  background-image: url('../images/ai1-1.jpg');
}
/* body, html {
  margin: 0;
} */
/*
  The following css is merely to style the white container in the middle of the page.
*/
/* .content {
    margin-top: 50px;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: rgba(0,0,0,.3);
    color:#fff;
} */
.content_top1:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 2;
  opacity: 0.3;
}
.content_top1 {
  position: relative;
  display: flex;
  flex-direction: column;

  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/ai1-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content_top1 .middle_cont {
  width: 1200px;
  display: block;
  margin: auto;
  flex-direction: column;
  z-index: 3;

}
.content_top1 .info {
  width: 1200px;
  display: block;
  margin: auto;
  text-align: center;
  z-index: 3;
}
.content_top1 .info p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 43px;
  margin-bottom: 20px;
  line-height: 113%;
  font-weight: 100;
  text-shadow: 2px 9px 12px rgba(0,0,0,0.9);  
}
.content_top1 .info a {
  text-shadow: 2px 9px 12px rgba(0,0,0,0.9);  
}

.content_top1 .info a span {
  font-size: 20px;
}

.content_top1 .info span {
  display: inline-block;
  text-align: center;
  color: #e81b36;
  font-size: 13px;
  background-color: #fff;
  padding: 8px 25px;
  margin-top: 10px;
}
.content_top1 .middle_cont img {
  /* display: block;
  width: 1160px;
  height: 620px; */
  width: 80%;
  margin-bottom: 20px;
}
.content_top {
  position: relative;
  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  /* background-image: url('../images/main1-1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; */
  display: flex;
}

.content_top .info {
  text-align: center;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* width: 50%; */
  /* margin: -7% 0 0 -25%; */
  /* align-items: center; */
  width: 500px;
  margin: auto;

}
.content_top p {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-shadow: 0 0 1px #FFf, 0 0 26px #000;
}
.content_top2 {
  position: relative;
  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  /* background-image: url('../images/main1-1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; */
  display: flex;
}

.content_top2 .info {
  text-align: center;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* width: 50%; */
  /* margin: -7% 0 0 -25%; */
  /* align-items: center; */
  width: 500px;
  margin: auto;

}
.content_top2 p {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-shadow: 0 0 1px #FFf, 0 0 26px #000;
}
.content_middle {
  position: relative;
  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background: #b61c0e;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.content_middle .middle_cont {
  width: 1200px;
  display: block;
  margin: auto;
  flex-direction: column;
}
.content_middle .info {
  width: 1200px;
  display: block;
  margin: auto;
}
.content_middle .info p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 43px;
  margin-bottom: 20px;
  line-height: 113%;
    font-weight: 100;
}

.content_middle .info a span {
  font-size: 20px;
}

.content_middle .info span {
  display: inline-block;
  text-align: center;
  color: #e81b36;
  font-size: 13px;
  background-color: #fff;
  padding: 8px 25px;
  margin-top: 10px;
}
.content_middle .middle_cont img {
  /* display: block;
  width: 1160px;
  height: 620px; */
  width: 80%;
  margin-bottom: 20px;
}
/* .content_middle .btn {
  display: block;
  width: 1160px;
  height: 620px;
  background-image: url('../images/main2-vz.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */

.content_bottom {
  position: relative;
  display: flex;
  flex-direction: column;

  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/main3-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content_bottom .middle_wrap {
  text-align: right;
  width: 620px;
  margin: auto auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;

}
.content_bottom .middle_wrap img {
  display: inline-block;
  text-align: right;
  width: 160px;
}
.content_bottom .middle_wrap .info {
  text-align: right;
  color: #d87755;
  font-size: 17px;
}
.content_bottom .middle_wrap .btn {
  display: inline-block;
  text-align: right;
  margin-top: 25px;
  padding: 8px 25px;
  background-color: #e81b36;
  font-size: 13px;
  color: #fff;
}

/* about us */
.about_top {
  position: relative;
  /* height: 100%; */
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/aboutus1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.about_top .info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: -7% 0 0 -25%;
}
.about_top p {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  text-shadow: 0 0 1px #FFf, 0 0 26px #000;
}
/* .about_middle {
  position: relative;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/aboutus2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  text-align: center;
}

.about_middle .info {
  width: 100%;
  display: block;
  text-align: center;
}
.about_middle .info p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-top: 150px;
}
.about_middle .info span {
  display: inline-block;
  text-align: center;
  color: #e81b36;
  font-size: 13px;
  background-color: #fff;
  padding: 8px 25px;
  margin-top: 10px;
}
.about_bottom {
  position: relative;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/aboutus3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about_bottom .middle_wrap {
  text-align: right;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 50%;
  margin: -15% 0 0 -25%;
}
.about_bottom .middle_wrap img {
  display: inline-block;
  text-align: right;
  width: 160px;
}
.about_bottom .middle_wrap .info {
  text-align: right;
  color: #d87755;
  font-size: 13px;
}
.about_bottom .middle_wrap .btn {
  display: inline-block;
  text-align: right;
  margin-top: 25px;
  padding: 8px 25px;
  background-color: #e81b36;
  font-size: 13px;
  color: #fff;
} */

.about_middle2 {
  position: relative;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/aboutus2-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;

}
.about_middle2 .sub_content {
  display: block;
  margin: auto;
  width: 1200px;
  flex-direction: column;
}

.about_middle2 .sub_content .cont1 {
  display: block;
  width: 100%;
}
.about_middle2 .sub_content .cont1 p {
  text-align: center;
  font-family: 'Apple Gothic', 'Noto Sans KR', 'Arial' !important;
  font-size: 70px;
  color: #000;
  line-height: 108%;
}
.about_middle2 .sub_content .cont2 {
  width: 1200px;
  text-align: center;
  margin-top: 50px;
}
.about_middle2 .sub_content .cont2 ul {
  padding: 0;
  width: 100%;
  /* margin-left: 15px; */
  margin-top: 0;
}
.about_middle2 .sub_content .cont2 li {
  display: inline-block;
  width: calc(100% / 4 - 5px);
  color: #000;
  margin-top: 0;
  font-family: 'Open Sans', 'Apple Gothic', 'Noto Sans KR', 'Arial';
}
.about_middle2 .sub_content .cont2 div {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}
.about_middle2 .sub_content .cont3 {
  width: 1045px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px
}
.about_middle2 .sub_content div {
  width: 48%;
  font-size: 24px;
  font-weight: 100;
  color: #000;
}

.about_middle2 .sub_content .info1 {
  float: left;
}
.about_middle2 .sub_content .info2 {
  float: right;
}

.about_bottom2 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/aboutus3-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about_bottom2 .sub_content {
  display: block;
  margin: auto;
  width: 1200px;
  flex-direction: column;
}

.about_bottom2 .sub_content .cont1 {
  display: block;
  width: 100%;
}
.about_bottom2 .sub_content .cont1 p {
  text-align: center;
  font-family: 'Open Sans', 'Apple Gothic', 'Noto Sans KR', 'Arial';
  font-size: 70px;
  color: #fff;
}
.red_txt {
  font-weight: 800;
  color: #d72037;
}
.about_bottom2 .sub_content .cont2 {
  width: 1200px;
  text-align: center;
  margin-top: 50px;
}
.about_bottom2 .sub_content .cont2 ul {
  padding: 0;
  width: 100%;
  /* margin-left: 15px; */
  margin-top: 0;
}
.about_bottom2 .sub_content .cont2 li {
  display: inline-block;
  width: 190px;
  color: #fff;
  margin-top: 0;
}
.about_bottom2 .sub_content .cont2 .line_wrap {
  width: 100px;
  padding: 4px 9px;
}

.about_bottom2 .sub_content .cont2 li .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 190px;
  height: 190px;
  font-family: 'Open Sans', 'Apple Gothic', 'Noto Sans KR';
  font-size: 24px;
  font-weight: 600;
  border: 5px solid #d72037;
  border-radius: 50%;
  box-sizing: border-box;
}

.about_bottom2 .sub_content .cont2 li .circle div {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 164px;
  height: 164px;
  background: #d72037;
  box-sizing: border-box;
  border-radius: 50%;
}

.about_bottom2 .sub_content .cont2 li .line {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 100px;
  height: 3px;
  background: #fff;
  box-sizing: border-box;
}

.about_bottom2 .sub_content .cont3 {
  width: 1140px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px
}
.about_bottom2 .sub_content div {
  width: 48%;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
}

.about_bottom2 .sub_content .info1 {
  float: left;
}
.about_bottom2 .sub_content .info2 {
  float: right;
}

/* contact us */
.contact_top {
  position: relative;
  /* height: 100%; */
  display: flex;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  background-image: url('../images/main3-1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  flex-direction: column;
}
.contact_top .middle_wrap {
  text-align: right;
  width: 800px;
  margin: auto auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}
.contact_top .middle_wrap img {
  display: inline-block;
  text-align: right;
  width: 160px;
}
.contact_top .middle_wrap .info {
  text-align: right;
  color: #d87755;
  font-size: 15px;
}
.contact_top .middle_wrap .btn {
  display: inline-block;
  text-align: right;
  margin-top: 25px;
  padding: 8px 25px;
  background-color: #e81b36;
  font-size: 16px;
  color: #fff;
}
.contact_bottom {
  position: relative;
  /* height: 100%; */
  /* height: 100vh; */
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}


/* Footer */

.footer_wrap {
  position: relative;
  /* height: 100%; */
  height: 60px;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.copy_wrap {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_wrap img {
  width: 70px;
  float: left;
}
.footer_wrap .copy{
  margin-left: 15px;
}
.footer_wrap .info {
  font-size: 12px;
  margin-left: 85px;
  padding-top: 4px;
}


.font_noto {font-family: 'Noto Sans KR' !important;}
.font_wt900 {font-weight: 900 !important;}
