@charset "utf-8";
@import url("../css/common.css");
@import url("../css/main.css");

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {box-sizing: border-box;}
eju_bg
body {overflow-x: hidden; background-color: #f3f2f2; font-family: 'GmarketSansMedium';}
* {margin:0; padding:0;}
* {box-sizing: border-box;} 
a {text-decoration: none; color: #333;}
li {list-style: none;}
.bb {color: #333 !important;}
.do {font-family: 'LeferiPoint-WhiteObliqueA';}
.jay {font-family: 'SpoqaHanSansNeo-Regular';}


/* jeju_bg */
/* jeju_bg */
/* jeju_bg */

.jeju_bg {width: 100%;height: 500px;background: #333;background-size: cover;position: relative;  color:#fff;}
.jeju_bg::before {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, .14);
}
.jeju_cont {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.jeju_cont > .jeju2021 {
  display: inline-block;
  margin-top: 140px;
  margin-bottom: 50px;
  font-size: 50px;
  position: relative;
  font-weight: 900;
}
/* .jeju_cont > .jeju2021::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  top: 13px;
  left: 300px;
  background-color: #333;
} */
.jeju_cont h2 {
  font-size: 45px;
  line-height: 2.2em;
  z-index: 88;
  position: relative;  
}
.jeju_cont h5 {
  font-size: 30px;
  z-index: 88;
  position: relative;  
  font-weight: 400;
}
.jeju_cont h6 {
  margin: 0;
  font-size: 18px;
  margin-top: 5px;
  position: relative;  
  font-weight: 400;
}

.deco { width: 30%; position: absolute; top: 350px; left: 50%; margin-left: 30px;  animation: ani-loop5 3.5s ease infinite;}

/* page_page */
/* page_page */
/* page_page */

.page_page {
  width: 100%;
  height: 900px;
}
.page_wrap {
  max-width: 1680px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 110px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.mok {
  width: 100%;
  text-align: center;
}
.mok img {
  width: 58%;
  margin-bottom: 40px;
  margin-right: 75px;
}
.button { 
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
}
.main_page, .sub_page, .original {
  float: left;
  margin-top: 20px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  margin-right: 15px;
  transition: all .5s;
}
.original {
  margin-right: 0;
  background-color: #eee;
}
.original {
  color: #fff;
  opacity: .8;
}
.main_page {background-color: #253D85;}
.main_page:hover, .sub_page:hover, .original:hover {
  background-color: #253D85;
}
.main_page:hover a, .sub_page:hover a, .original:hover a {
  color: #fff;
}
.main_page a, .sub_page a, .original a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  cursor: pointer;
}
.main_page a {color: #fff;}
.under_text {
  position: absolute;
  bottom: 108px;
  right: 591px;
  font-weight: 300;
}
.under_text h6 {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-family: 'GmarketSansMedium';   font-weight: 300;

}

/* bg_wrap */
/* bg_wrap */
/* bg_wrap */

.bg_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.bgbg {
  width: 100%;
  max-width: 1200px;
  margin: 90px auto;
  overflow: hidden;
  height: 600px;
  font-family: 'GmarketSansMedium'; }
.bgleft {
  float: left;
  width: 15%;
}
.bgleft h5 {
  font-family: 'GmarketSansMedium';   font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.bgright {
  float: right;
  width: 85%;
  font-weight: 400;
}
.bgright ul li:first-of-type {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px; 
}
.bg_wrap ul {
  /* line-height: 2.6em; */
  font-size: 15px;
}
.bgright ul li {
  margin-bottom: 29px;
}
.bg_wrap .en, .bg_wrap .ab  {
  font-family: 'GmarketSansMedium';   font-weight: 400;
  font-size: 22px;
}
.bg_wrap p {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}
.bg_wrap ul li {font-weight: 600;}
.bg_wrap ul li span {
  position: relative;
  z-index: 999;
  font-size: 18px;
}
.bg_wrap li .en:last-of-type {
  font-size: 18px;
}
.bg_wrap li .ab:last-of-type {
  font-size: 18px;
}
.bgright .bb {
  font-weight: 700;}

.bg_wrap ul li span::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 3px;
  background-color: rgba(153, 205, 50, 0.274);
  top: 13px;
  left: 0;
  opacity: 0;
}
.jjimg {
  float: left;
  width: 50%;
}
.jjimg img {
  width: 100%;
  padding-left: 85px;
}
.jjfix_text {
  float: right;
  width: 50%;
}
.jjfix_text img {
  width: 100%;
}

/* jeju_info */
/* jeju_info */
/* jeju_info */

.jeju_info {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
  overflow: hidden;
  font-family: 'GmarketSansMedium';   word-break: keep-all;
}
.info_wrap  {
  /* font: 400 1.2em/200% 'Noto Sans KR'; */
  float: right;
  width: 85%;
  margin-bottom: 80px;
}
.info_wrap > p {
  font-family: 'GmarketSansMedium';   font-weight: 400;
  line-height: 2.5em;
  font-size: 17px;
}
.info_left {
  float: left;
  width: 15%;
}
.info_left > p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.info_wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* color, font */
/* color, font */
/* color, font */

.color_wrap {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  margin-top: 100px;
  font-family: 'GmarketSansMedium';   font-weight: 400;
  /* line-height: 2.5em; */
  font-size: 17px;
  overflow: hidden;
}
.color_left {
  float: left;
  width: 15%;
}
.color_wrap .color, .color_wrap .c_font {
  width: 85%;
  float: right;
  font-size: 25px;
  font-weight: 600;
}
.color_left > p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.color_wrap > h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* main_img */
/* main_img */
/* main_img */

.main_img {
  width: 100%;
  margin-bottom: 150px;
}
.main01 {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: 'GmarketSansMedium'; }
.main_l {
  float: left;
  width: 15%;
}
.main_l h5 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.main_r {
  float: right;
  width: 85%;
}
.main_r h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}
.frame {
  width: 100%;
  text-align: center;
  padding-left: 180px;
}
.frame img {
  width: 100%;
  height: 60%;
}
.frame .frame01 {
  width: 28.59%;
  margin-right: 10px;
}


.up {
  width: 100%;
  position: relative;
}
.up_wrap {
  border-radius: 50%;
  width: 55px;
  position: absolute;
  bottom: 92px;
  right: 100px;
}
.up a {
  display: block;
  width: 100%;
  height: 100%;
}
.up img {
  width: 100%;
  border-radius: 50%;
}