@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_wrap {
  width: 100%;
}

.con_video_wrap {
  width: 100%;
}

video {
  width: 100%;
}
/*Section #con_2*/

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

#con_2_wrap {
  padding-top: 200px;
  padding-bottom: 100px;
  width: 1160px;
  /* background-color: #f7f7f7; */
  margin: 0 auto;
}

#con_2 h2 {
  font-family: "Hansen Grotesque";
  font-size: 44px;
  /* 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;
  margin-top: 20px;
  padding-bottom: 100px;
}

#con_2_contents li img {
  width: 100%;
}

#con_2_contents li:nth-child(1),
#con_2_contents li:nth-child(2) {
  float: left;
}

#con_2_contents li:nth-child(2) {
  width: 360px;
  float: right;
  margin-top: 160px;
}

#con_2_contents h3 {
  margin-top: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 23px;
  /* margin-top: 27px; */
  color: #000000;
}

.en {
  font-family: "Hansen Grotesque";
  font-size: 23px;
}
#con_2_contents p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 13px;
  line-height: 23px;
  text-align: justify;
  margin-top: 20px;
  padding-bottom: 100px;
}

/*section_3*/
#con_3 {
  width: 100%;
}

#con_3_text_box {
  width: 1160px;
  /* background-color: lavender; */
  margin: 0 auto;
  padding: 200px 0;
}

#con_3_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_3_text_box h3::after {
  display: block;
  content: "";
  width: 360px;
  height: 0.1px;
  background-color: #000000;
  margin: 0 auto;
}

#con_3_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_3_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_title*/

#con_5 {
  width: 100%;
  background-color: #f7f7f7;
  height: 2250px;
}

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

#con_5_title {
  width: 100%;
  height: 250px;
}

#con_5_title_left {
  float: left;
}

#con_5_title_left h4 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 20px;

  margin-top: 160px;
}
#con_5_title_right {
  width: 83px;
  float: right;

  margin-top: 160px;
  /* background-color: aqua; */
  /* margin-top: 156px; */
  cursor: pointer;
}

#con_5_title_right span {
  display: block;
  font-family: "Hansen Grotesque";
  font-size: 13px;
  letter-spacing: 0.01rem;
  line-height: 16px;
  text-align: right;
  margin-right: 3px;
}

#con_5_title_right_arrow {
  width: 19px;
  height: 15px;
  /* background-color: blue; */
  margin-top: 10px;
  margin-left: 64px;
}

#con_5_title_right_arrow:hover {
  margin-left: 73px;
  transition: 0.5s;
}

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

/*Section #con_5_contents*/

#con_5_contents li {
  position: relative;
}

.con_5_contents_text {
  position: absolute;
  top: 0;
}

#con_5_contents li {
  overflow: hidden;
  width: 540px;
  height: 540px;
  /* background-color: chocolate; */
  margin-top: 80px;
  margin-left: 80px;
  float: left;
}

#con_5_contents li:nth-child(2n + 1) {
  margin-left: 0;
}

#con_5_contents li:nth-child(1),
#con_5_contents li:nth-child(2) {
  margin-top: 0;
}

#con_5_contents li img:hover {
  transform: scale(1.02);
  transition: 0.8s linear;
}

/* #con_5_contents li img {
  display: none;
} */

/* #con_5_contents li {
  background-color: #000000;
  position: relative;
  z-index: 10;
} */

.con_5_contents_text {
  width: 540px;
  height: 540px;
  background-color: #000000;
  opacity: 0;
}

.con_5_contents_text:hover {
  opacity: 0.5;
}

.con_5_contents_text span {
  width: 540px;
  display: block;
  font-family: "Hansen Grotesque";
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 540px;
}

#con_5_contents ul {
  position: absolute;
  top: 0;
}

#con_5_contents {
  position: relative;
}

#con_5_contents ul:nth-child(2) {
  display: none;
}

/*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;
} */
