@font-face {
  font-family: "Hansen Grotesque";
  src: url("1e8f3e91ec75b968da52ba69cc3be114.eot"); /* IE9*/
  src: url("1e8f3e91ec75b968da52ba69cc3be114.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("1e8f3e91ec75b968da52ba69cc3be114.woff2") format("woff2"),
    /* chrome、firefox */ url("1e8f3e91ec75b968da52ba69cc3be114.woff")
      format("woff"),
    /* chrome、firefox */ url("1e8f3e91ec75b968da52ba69cc3be114.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("1e8f3e91ec75b968da52ba69cc3be114.svg#Hansen Grotesque") format("svg"); /* iOS 4.1- */
}

/*Declaration of Variables*/
:root {
  /* Color */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-gray: #f7f7f7;
  --color-medium-gray: #f3f3f7;

  --Thin-100: 100;
  --Extra-light-200: 200;
  --Light-300: 300;
  --Regular-400: 400;
  --Medium-500: 500;
  --Semi-bold-600: 600;
  --Bold-700: 700;
  --Extra-bold-800: 800;
  --Black-900: 900;
}

/*Universial Code*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

#wrap_center {
  position: relative;
  max-width: 1600px; /* responsible important figure !!!!!!!!!!!!!!!!!!!!!!*/
  /* background-color: aquamarine; */
  margin: 0 auto;
}

/*Header*/

header {
  width: 100%;
  height: 135px;
  /* background-color: cornflowerblue; */
  border-bottom: #f7f7f7 solid 1px;
}

#logo_wrap {
  width: 100%;
  margin: 0 auto;
  /* background-color: yellow; */
  height: 60px;
}

#logo {
  width: 258px;
  margin: 0 auto;
  /* background-color: antiquewhite; */
  position: relative;
  top: 31px;
}

#menu_wrap {
  width: 100%;
}
#menu {
  width: 720px; /*important figure!!!!!!!!!!!!!!!!!!!!!!!!*/
  /* background-color: red; */
  margin: 0 auto;
}

.menu_item {
  cursor: pointer;
  float: left;
  /* background-color: blue; */
  margin-top: 34px;
  margin-left: 40px;
}

.menu_item:nth-child(1) {
  margin-left: 0;
}

.search_icon {
  width: 11px;
  height: 13px;
  /* background-color: hotpink; */
  /* float: right; */
}

.menu_item span {
  font-family: "Hansen Grotesque";
  font-size: 12px;
  /* line-height: 72px; */
  /* text-align: center; */
  letter-spacing: 0.01;
  color: #000000;
  width: 100%;
  /* background-color: aquamarine; */
  padding-bottom: 22px; /*important figure !!!!!!!!!!!!!!!!!!!!!!*/
}

/* .menu_item span:hover {
  border-bottom: #000000 solid 3px;
  transition: 0.3s;
} */

.menu_item span.on {
  border-bottom: #000000 solid 3px;
  transition: 0.3s;
}

.menu_item span:hover {
  color: #000000;
  opacity: 0.5;
}

.menu_item span:focus {
  color: #000000;
  opacity: 0.5;
}

/*nav*/

nav {
  position: absolute;
  top: -500px;
  /* top: 135px; */
  z-index: 110;
  background-color: #ffffff;
  opacity: 90%;
  width: 100%;
  height: 240px;
  border-bottom: #f7f7f7 solid 1px;
  /* border-top: #f7f7f7 solid 1px; */
  /* transition: 0.1s linear; */
}

/* #sub_menu_wrap {
  width: 100%;
  margin: 0 auto;
} */

#sub_menu {
  width: 720px;
  margin: 0 auto;
  /* background-color: red; */
}

.sub_menu_item {
  font-family: "Hansen Grotesque";
  font-size: 12px;
  float: left;
  text-align: center;
  /* display: none; */
  /* background-color: red; */
}

#sub_menu li {
  width: 100%;
  /* background-color: aqua; */
}
#sub_menu li:nth-child(1) {
  display: none;
  width: 67.97px;
  text-align: left;
  padding: 60px 0; /*vertically alinged*/
  /* background-color: coral; */
}

#sub_menu li:nth-child(2) {
  display: none;
  width: 90.46px;
  margin-left: 107.97px;
  text-align: left;
  padding: 68px 0; /*vertically alinged*/

  /* background-color: coral; */
}

.sub_menu_item div:hover {
  color: #000000;
  opacity: 0.5;
}

.sub_menu_item:nth-child(1) {
  margin-left: 0;
  /* display: block; */
}

.sub_menu_item div:nth-child(2) {
  margin-top: 30px;
}
.sub_menu_item div:nth-child(3),
.sub_menu_item div:nth-child(4) {
  margin-top: 30px;
}

/*----------------------news letter-----------------------------------------*/

#sub_menu li:nth-child(3) {
  margin: 0 auto;
  display: none;
  width: 720px;
  height: 30px;
  border-bottom: #000000 solid 1px;
  margin-top: 125px;
  /* background-color: aqua; */
  /* display: block; */
}
#sub_menu li:nth-child(3) input {
  width: 680px;
  /* background-color: aqua; */
  border: none;
  font-family: "Hansen Grotesque";
  font-size: 12px;
  float: left;
  text-align: left;
  color: #000000;
  opacity: 0.2;
}

#sub_menu li:nth-child(3) button {
  font-family: "Hansen Grotesque";
  font-size: 12px;
  text-align: center;
  color: #000000;
  position: absolute;
  /* right: 0; */
  float: right;
  /* width: 100%; */
  /* background-color: red; */
}

/* input, .newletter_button{
  float: left;
} */

/*-----------------------------search bar--------------------------------------*/

#sub_menu li:nth-child(4) {
  margin: 0 auto;
  height: 30px;
  margin: 0 auto;
  margin-top: 125px;
  width: 720px;
  border-bottom: #000000 solid 1px;
  /* background-color: aqua; */
  display: none;
}

#sub_menu li:nth-child(4) input {
  width: 600px;
  /* background-color: aqua; */
  border: none;
  float: left;
}

#sub_menu li:nth-child(4) button {
  font-family: "Hansen Grotesque";
  font-size: 12px;
  text-align: center;
  color: #000000;
  position: absolute;
  /* right: 0; */
  float: right;
}
/*nav*/

/*fixed header*/
/*-------------------------------------------------------------------*/

header.fix_box {
  transition: 0.3s;
  z-index: 99999;
  position: fixed;
  max-width: 1600px; /* responsible important figure !!!!!!!!!!!!!!!!!!!!!!*/
  height: 100px;
  background-color: #ffffff;
  margin: 0 auto;
  border-bottom: #f7f7f7 solid 1px;
  /* background-color: lavender; */
}

.fix_box #header_wrap {
  /* background-color: palevioletred; */
  width: 1330px;
  height: 100px;
  margin: 0 auto;
}

.fix_box #logo_wrap {
  width: 258px;
  height: 100px;
  /* background-color: darkgreen; */
}
.fix_box #logo_wrap img {
  line-height: 100px;
  /* background-color: darkgreen; */
}

.fix_box#menu_wrap {
  height: 100px;
  width: 720px;
  margin-top: 9px;
  /* background-color: darkgreen; */
}

.fix_box#menu {
  height: 100px;
}

.fix_box#logo_wrap,
.fix_box#menu_wrap {
  float: left;
}

.fix_box#menu_wrap {
  float: right;
}

.menu_item span.fix_box {
  width: 100%;
  padding-bottom: 40px;
  /* background-color: red; */
}

/*-------------------------------------------------------------------*/

/*nav*/

/*Section #con_1*/

#con_1 {
  /* display: none; */
  /* height: 735px; */
  width: 100%;
}

.con_video_wrap {
  width: 100%;
}

/*Section #con_2*/

#con_2 {
  padding-top: 200px;
  width: 100%;
  background-color: #f7f7f7;
}

#con_2_wrap {
  width: 1160px;
  margin: 0 auto;
}

#con_2 h2 {
  font-family: "Hansen Grotesque";
  font-size: 44.5px;
  /* letter-spacing: -0.02rem; */
  color: #000000;
  line-height: 57px;
  text-align: left;
  /* background-color: blue; */
}

#con_2 p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 13px;
  line-height: 23px;
  text-align: justify;
  width: 420px;
  margin-top: 20px;
}

/*Section #con_3*/

#con_3 {
  width: 100%;
  background-color: #f7f7f7;
}

#con_3_wrap {
  width: 1160px;
  height: 1850px;
  margin: 0 auto;
  /* background-color: yellow; */
}
#con_3 li {
  float: left;
  margin-top: 100px;
}

#con_3 li:nth-child(1) {
  width: 380px;
  height: 710px;
  background-image: url("../img/con_2_1.png");
}

#con_3 li:nth-child(2) {
  width: 710px;
  height: 710px;
  background-color: aliceblue;
  margin-left: 70px;
  background-image: url("../img/con_2_2.jpg");
}

#con_3 li:nth-child(3) {
  margin-top: 160px;
  float: right;
  background-color: #000000;
}

#con_3 li:nth-child(3) {
  width: 995px;
  height: 630px;
  background-color: aliceblue;
  background-image: url("../img/con_2_3.jpg");
}

#con_3_info {
  display: block;
  margin-top: 26px;
  float: right;
}
#con_3_info_arrow,
#con_3_info_text {
  float: left;
}

#con_3_info_arrow {
  width: 20px;
  height: 16px;
  /* background-color: antiquewhite; */
  background-image: url("../img/arrow_black.svg");
  background-repeat: no-repeat;
}
#con_3_info_text {
  margin-left: 9px;
  font-family: "Hansen Grotesque";
  font-size: 13px;
  letter-spacing: -0.01rem;
}

#con_3_info:hover {
  transform: translate(20px);
  transition: 0.8s linear;
}

/*Section #con_4*/

#con_4 {
  width: 100%;
  /* height: 740px; */
  /* background-color: lavender; */
}

#con_4_text_box {
  padding: 200px 0;
}
/* background-color: darkslateblue; */

#con_4_text_box h3 {
  font-family: "Hansen Grotesque";
  font-size: 44px;
  /* letter-spacing: -0.03rem; */
  color: #000000;
  line-height: 90px;
  text-align: center;
  /* background-color: blue; */
}

#con_4_text_box h3::after {
  display: block;
  content: "";
  width: 410px;
  height: 0.1px;
  background-color: #000000;
  margin: 0 auto;
}

#con_4_text_box h4 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
  /* background-color: blue; */
}

#con_4_text_box p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  margin-top: 65px;
}
/*Section #con_5*/

#con_5 {
  width: 100%;
  /* height: 960px; */
  background-color: #f7f7f7;
}

#con_5_wrap {
  padding: 200px 0;
  width: 965px;
  margin: 0 auto;
  /* background-color: red; */
}

#con_5 h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: left;
}

#con_5 img {
  margin-top: 40px;
}

/*slide*/

#con_6 {
  width: 100%;
  padding: 200px 0;
  /* height: 880px; */
  background-color: #f7f7f7;
}

#con_6_title {
  margin: 0 auto;
  width: 965px;
  height: 70px;
  background-color: #f7f7f7;
}

#con_6_title h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: left;
}

#con_6_slide_wrap {
  width: 965px;
  margin: 0 auto;
}

.slide {
  width: 965px;
  height: 604px;
}

.slide div {
  width: 320px;
  position: absolute;
  top: 172px;
  left: 550px;
  /* background-color: hotpink; */
}

.slide div h4 {
  font-family: "Hansen Grotesque";
  font-size: 20.5px;
  letter-spacing: -0.02rem;
  color: #000000;
  text-align: left;
  line-height: 50px;
  /* background-color: blue; */
  border-bottom: #000000 solid 0.5px;
}

.slide div h5 {
  margin-top: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 10.5px;
  text-align: left;
}

.slide div p {
  margin-top: 43px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 13px;
  text-align: justify;
}

/*footer*/

footer {
  width: 100%;
  height: 577px;
  background-color: #f3f3f7;
}

#footer_wrap {
  width: 1160px;
  margin: 0 auto;
}

#footer_upper {
  width: 100%;
  height: 366px;
  /* background-color: rebeccapurple; */
}
#footer_text {
  margin-top: 172px;
  width: 250px;
  height: 150px;
  /* background-color: antiquewhite; */
  float: left;
}

#footer_text span {
  font-family: "Hansen Grotesque";
  font-size: 15.5px;
  letter-spacing: 0.05rem;
  margin-top: 29px;
  display: block;
  width: 300px;
  /* background-color: yellow; */
}

#footer_text span:nth-child(1) {
  margin-top: 0;
}

#footer_icons {
  margin-top: 308px;
  width: 84px;
  height: 20px;
  /* background-color: yellowgreen; */
  float: right;
}

#footer_icons div {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 11px;
  /* background-color: white; */
}

#footer_icons div:nth-child(1) {
  margin-left: 0;
  background-image: url("../img/search_black.svg");
  background-position: center;
  background-size: 100%;
}

#footer_icons div:nth-child(2) {
  background-image: url("../img/email_black.svg");
  background-position: center;
  background-size: 100%;
}

#footer_icons div:nth-child(3) {
  background-image: url("../img/location_on_black.svg");
  background-position: center;
  background-size: 100%;
}

#footer_line {
  /* margin-top: 366px; */
  width: 1160px;
  height: 0.4px;
  background-color: #bababd;
}
#footer_info {
  width: 100%;
  height: 173.6px;
  /* background-color: salmon; */
  margin-top: 27px;
}

#footer_info span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 12px;
  /* margin-top: 27px; */
  display: block;
}

#footer_info_left {
  /* width: 50%; */
  /* background-color: aqua; */
  float: left;
}

#footer_info_right {
  /* width: 50%; */
  /* background-color: aqua; */
  float: right;
}

/* .test {
  font-size: 100px;
  color: red;
} */
