/*
	.Final Editor : EURA
	.Description : eura_pp SCSS
	.Last Edit : 2020-03-15
*/
@import url(fonts.css);
@import url(reset.css);
@import url(button.css);
@import url(input.css);
@import url(common.css);
@import url(keyframes.css);
.icon {
  display: inline-block;
  vertical-align: inherit;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.icon.googleplay {
  width: 16px;
  height: 17.5px;
  background-image: url("../img/googleplay.png");
}
.icon.applestore {
  width: 15px;
  height: 18.5px;
  background-image: url("../img/applestore.png");
}
.icon.homego_arrow {
  width: 19px;
  height: 11px;
  background-image: url("../img/homego_arrow.png");
}
.icon.clip {
  width: 14px;
  height: 14px;
  background-image: url("../img/clip.png");
}

.web_wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
}

.header_wrap {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  z-index: 3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_wrap .head_inner {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  font-size: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_wrap .head_inner:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .header_wrap.type_1 {
    position: absolute;
    border-bottom: 0;
  }
  .header_wrap.type_1 .head_inner {
    height: 80px;
  }
  .header_wrap.type_1 .head_inner .h_logo .logo .logo_txt {
    color: #fff;
  }
  .header_wrap.type_1 .head_inner .h_menu .menu li a {
    color: #fff;
  }
  .header_wrap.type_1 .head_inner .h_menu .menu li a .animate_line {
    background-color: #4a4a4a;
  }
  .header_wrap.type_1 .head_inner .h_menu .menu li a.active {
    color: #c1ffde;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap.type_1 {
    background-color: transparent;
    border-bottom: 0;
  }
  .header_wrap.type_1 .head_inner .h_logo .logo .logo_txt {
    color: #fff;
  }
  .header_wrap.type_1 .head_inner .h_menu .hamburger_menu span {
    background-color: #fff;
  }
  .header_wrap.type_1 .head_inner .h_menu .hamburger_menu span:before, .header_wrap.type_1 .head_inner .h_menu .hamburger_menu span:after {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header_wrap.type_2 {
    position: fixed;
    border-bottom: 0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .header_wrap.type_2 .head_inner .h_logo {
    top: 23px;
  }
  .header_wrap.type_2 .head_inner .h_logo .logo .logo_txt {
    color: #000;
  }
  .header_wrap.type_2 .head_inner .h_menu .menu {
    top: 28px;
  }
  .header_wrap.type_2 .head_inner .h_menu .menu li a {
    color: #000;
  }
  .header_wrap.type_2 .head_inner .h_menu .menu li a .animate_line {
    background-color: #c1ffde;
  }
  .header_wrap.type_2 .head_inner .h_menu .menu li a.active {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap.type_2 {
    background-color: #fff;
    border-bottom: 0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  .header_wrap.type_2 .head_inner .h_logo .logo .logo_txt {
    color: #000;
  }
  .header_wrap.type_2 .head_inner .h_menu .hamburger_menu span {
    background-color: #000;
  }
  .header_wrap.type_2 .head_inner .h_menu .hamburger_menu span:before, .header_wrap.type_2 .head_inner .h_menu .hamburger_menu span:after {
    background-color: #000;
  }
}

.h_logo {
  position: absolute;
  left: 24px;
  top: 34px;
}
.h_logo .logo {
  min-width: 310px;
}
.h_logo .logo .logo_txt {
  font-size: 23px;
  letter-spacing: -1.2px;
  color: #000;
}
.h_logo .logo .logo_txt .eura {
  font-weight: 700;
}
.h_logo .logo .logo_txt .ver {
  padding-left: 8px;
  letter-spacing: 0;
  font-size: 14px;
  opacity: .4;
}

.h_menu > .menu {
  position: absolute;
  right: 24px;
  top: 39px;
  text-align: center;
}
.h_menu > .menu li {
  display: inline-block;
  padding: 0 16px;
}
.h_menu > .menu li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #000;
}
.h_menu > .menu li a span {
  position: relative;
  z-index: 2;
}
.h_menu > .menu li a > .animate_line {
  position: absolute;
  left: 0;
  top: 13px;
  width: 0;
  height: 10px;
  background-color: #c1ffde;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.h_menu > .menu li a.active .animate_line, .h_menu > .menu li a:hover .animate_line {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .h_menu > .menu li a.active .animate_line, .h_menu > .menu li a:hover .animate_line {
    width: 0;
  }
}
.h_menu > .menu li a.active {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .h_menu > .menu li a.active .animate_line {
    left: 50%;
    top: 17px;
    width: 200px;
    height: 3px;
    margin-left: -100px;
  }
}
.h_menu .hamburger_menu {
  display: none;
}

.content_wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.content_wrap .main_content_view,
.content_wrap .sub_content_view {
  position: relative;
  min-height: 750px;
  margin: 0 auto;
}
.content_wrap .main_content_view {
  width: 1200px;
  padding: 16px;
}

.title {
  display: inline-block;
  text-align: left;
}
.title.all .tit_txt {
  width: 111px;
}
@media screen and (max-width: 768px) {
  .title.all .tit_txt {
    width: 86px;
  }
}
.title.wm .tit_txt {
  width: 157px;
}
@media screen and (max-width: 768px) {
  .title.wm .tit_txt {
    width: 121px;
  }
}
.title.app .tit_txt {
  width: 194px;
}
@media screen and (max-width: 768px) {
  .title.app .tit_txt {
    width: 150px;
  }
}
.title.gp .tit_txt {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .title.gp .tit_txt {
    width: 102px;
  }
}
.title.custom_margin1 {
  margin: 32px 12px 0;
}
.title .tit_inner .tit_txt {
  position: relative;
  z-index: 2;
}
.title .tit_inner .tit_txt > .t_txt {
  position: absolute;
  left: 0;
  top: 40px;
  font-weight: 400;
  font-size: 23px;
  color: #000;
  z-index: 4;
}
.title .tit_inner .tit_txt > .t_line {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #c1ffde;
  z-index: 3;
}
.title .tit_inner .tit_bg {
  font-size: 50px;
  font-weight: 200;
  color: #eaeaea;
  z-index: 1;
  cursor: default;
}

.c_grid .c_gird_inner {
  padding: 24px 0;
  font-size: 0;
}
.c_grid .c_gird_inner .grid_box {
  display: inline-block;
  width: 365px;
  height: 365px;
  margin: 12px;
  overflow: hidden;
  background-color: #eaeaea;
}
.c_grid .c_gird_inner .grid_box.grid_size_1 {
  width: 365px;
}
.c_grid .c_gird_inner .grid_box.grid_size_2 {
  width: 754px;
}
.c_grid .c_gird_inner .grid_box.grid_size_3 {
  width: 1143px;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 140px 24px 24px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_date {
  font-size: 14px;
  color: #e0e0e0;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_tit {
  line-height: 1.4;
  margin-top: 8px;
  font-size: 20px;
  color: #82ffbc;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_type {
  width: 100%;
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: #000;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link i {
  width: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.design {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyZmZhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYzlmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #82ffaf), color-stop(100%, #82c9ff));
  background-image: -moz-linear-gradient(left, #82ffaf, #82c9ff);
  background-image: -webkit-linear-gradient(left, #82ffaf, #82c9ff);
  background-image: linear-gradient(to right, #82ffaf, #82c9ff);
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.design:hover i {
  margin-left: 8px;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.single_launch, .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.launch {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2NTY1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ODEyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f65650), color-stop(100%, #f48120));
  background-image: -moz-linear-gradient(left, #f65650, #f48120);
  background-image: -webkit-linear-gradient(left, #f65650, #f48120);
  background-image: linear-gradient(to right, #f65650, #f48120);
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.single_launch:hover i, .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.launch:hover i {
  margin-right: 4px;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link:hover {
  padding: 6px 22px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link:hover i {
  width: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .or {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #fff;
}
.c_grid .c_gird_inner .grid_box .grid_box_inner:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.c_grid .c_gird_inner .grid_box .grid_box_inner:hover .animate_con {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* SUB PAGES */
.pj_contents {
  position: relative;
  width: 100%;
  background-color: #4a4a4a;
  overflow: hidden;
}
.pj_contents .pj_con_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pj_contents .pj_con_inner:after {
  content: '';
  display: block;
  clear: both;
}
.pj_contents .pj_con_inner .pj_con_left {
  float: left;
  width: 340px;
  padding: 0 24px;
}
.pj_contents .pj_con_inner .pj_con_left .pj_tit {
  font-size: 23px;
  color: #82ffbc;
}
.pj_contents .pj_con_inner .pj_con_left .pj_tit .pj_name {
  display: block;
}
.pj_contents .pj_con_inner .pj_con_right {
  float: left;
  width: 860px;
}
.pj_contents .pj_con_inner .pj_con_right .pj_con span {
  display: block;
  font-size: 14px;
  font-weight: 200;
  color: #c5c5c5;
}
.pj_contents .pj_con_inner .pj_con_right .pj_con_data {
  padding-top: 24px;
}
.pj_contents .pj_con_inner .pj_con_right .pj_con_data li {
  padding: 4px 0;
  font-size: 12px;
  color: #fff;
}
.pj_contents .pj_con_inner .pj_con_right .pj_con_data li a {
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pj_contents .pj_con_inner .pj_con_right .pj_con_data li a:hover {
  text-decoration: underline;
  color: #c1ffde;
}
.pj_contents .pj_con_bg_txt1 {
  position: absolute;
  left: 0;
  bottom: -31px;
  font-size: 80px;
  font-weight: 200;
  z-index: 1;
  cursor: default;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.05);
}

.top_btn,
.back_btn {
  position: fixed;
  bottom: -100px;
  right: 32px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 510;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.top_btn > .top_img,
.top_btn > .back_img,
.back_btn > .top_img,
.back_btn > .back_img {
  width: 25px;
  height: 25px;
  margin: 13px auto;
}

.top_btn.type_1 {
  background-color: #000;
  color: #82ffbc;
}
.top_btn.type_1 > .top_img {
  background: url("../img/icon_top_m.png") no-repeat;
}
.top_btn.type_1.active {
  right: 32px;
  bottom: 32px;
}
.top_btn.type_1.active:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.top_btn.type_2 {
  background-color: #000;
  color: #82ffbc;
}
.top_btn.type_2 > .top_img {
  background: url("../img/icon_top_m.png") no-repeat;
}
.top_btn.type_2.active {
  right: 32px;
  bottom: 32px;
}
.top_btn.type_2.active:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.back_btn.type_1 {
  background-color: #000;
  color: #82ffbc;
}
.back_btn.type_1 > .back_img {
  background: url("../img/icon_back_m.png") no-repeat;
}
.back_btn.type_1.active {
  right: 100px;
  bottom: 32px;
}
.back_btn.type_1.active:hover {
  right: 105px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.goto_link {
  opacity: 0;
  position: fixed;
  bottom: 92px;
  right: 32px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 510;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  background-color: #c1ffde;
  color: #000;
}
.goto_link > .top_txt {
  line-height: 1.3;
  margin: 16px 0 18px;
}
.goto_link > .top_txt i {
  font-size: 20px;
}
.goto_link > .top_txt span {
  display: none;
  font-size: 14px;
  font-weight: 700;
}
.goto_link:hover {
  width: 150px;
  background-color: #8d9090;
  color: #fff;
}
.goto_link:hover > .top_txt i {
  margin-right: 8px;
  font-size: 14px;
}
.goto_link:hover > .top_txt span {
  display: inline-block;
  font-weight: 400;
}
.goto_link.active {
  opacity: 1;
  animation-name: animate_position_b;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-direction: alternate;
}
.goto_link.active:hover {
  animation: none;
}

.footer {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #eaeaea;
  font-size: 13px;
  z-index: 2;
  color: #8d9090;
}
.footer .footer_inner {
  padding-top: 16px;
  letter-spacing: 0;
}
.footer .footer_inner span {
  text-decoration: underline;
  font-weight: 700;
  color: #000;
}

.horizon_list {
  overflow: hidden;
}
.horizon_list li {
  display: inline-block;
  padding: 8px;
}

.table .col_4 {
  width: 33.33333%;
}
.table .col_6 {
  width: 50%;
}
.table table caption {
  display: none;
}
.table table thead tr th {
  padding: 8px;
  font-size: 0.9em;
  font-weight: 400;
  background-color: gray;
  color: white;
}
.table table tbody tr th, .table table tbody tr td {
  padding: 12px;
  font-size: 0.9em;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
}
.table table tbody tr th a, .table table tbody tr td a {
  font-size: 0.9em;
  text-decoration: underline;
  color: #000;
}
.table table tbody tr:hover th, .table table tbody tr:hover td {
  background-color: #f4f4f4;
}
.table.link_table {
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.table.link_table table thead tr th {
  border-right: 1px solid #676767;
}
.table.link_table table thead tr th:last-of-type {
  border-right: 0;
}
.table.link_table table tbody tr th, .table.link_table table tbody tr td {
  border-right: 1px solid #e6e6e6;
}
.table.link_table table tbody tr th:last-of-type, .table.link_table table tbody tr td:last-of-type {
  border-right: 0;
}

/*********************************************************/
@media screen and (max-width: 768px) {
  .respons_none {
    display: none !important;
  }

  .m_br {
    display: block;
  }

  .m_none {
    display: none !important;
  }

  .web_wrap {
    min-width: 100%;
  }

  .header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 900;
  }
  .header_wrap .head_inner {
    position: static;
    width: 100%;
    height: 70px;
  }

  .h_logo {
    top: 20px;
  }
  .h_logo .logo .logo_txt {
    font-size: 20px;
  }

  .h_menu {
    z-index: 999;
  }
  .h_menu.hamburger_menu_active .hamburger_menu {
    top: 24px;
    padding: 12px;
    z-index: 5;
  }
  .h_menu.hamburger_menu_active .hamburger_menu span {
    top: 10px;
    background-color: transparent !important;
    animation: m_menu_bounce 0.3s ease 1;
  }
  .h_menu.hamburger_menu_active .hamburger_menu span::before {
    top: 0;
    transition-delay: 0s, 0.3s;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #000 !important;
  }
  .h_menu.hamburger_menu_active .hamburger_menu span::after {
    bottom: 0;
    transition-delay: 0s, 0.3s;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #000 !important;
  }
  .h_menu.hamburger_menu_active > .menu {
    top: 50%;
    margin-top: -127.5px;
    position: fixed;
    height: 255px;
  }
  .h_menu.hamburger_menu_active .hamburger_menu_bg {
    height: 100%;
  }
  .h_menu > .menu {
    position: absolute;
    left: 0;
    top: -400px;
    width: 100%;
    height: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 4;
  }
  .h_menu > .menu li {
    display: block;
    padding: 24px;
  }
  .h_menu > .menu li a {
    font-size: 25px;
  }
  .h_menu > .menu li a .animate_line {
    background-color: #fff;
  }
  .h_menu .hamburger_menu {
    display: block;
    position: absolute;
    right: 24px;
    top: 26px;
    width: 30px;
    height: 18px;
    padding: 8px;
  }
  .h_menu .hamburger_menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .h_menu .hamburger_menu span::before, .h_menu .hamburger_menu span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .h_menu .hamburger_menu span::before {
    top: -8px;
    transition-property: top, transform;
  }
  .h_menu .hamburger_menu span::after {
    bottom: -8px;
    transition-property: bottom, transform;
  }
  .h_menu .hamburger_menu_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(193, 255, 222, 0.9);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
  }

  .content_wrap .main_content_view {
    width: 100%;
    min-height: 650px;
    padding: 90px 24px 16px 24px;
  }

  .title.custom_margin1 {
    margin: 8px 0 0;
  }
  .title .tit_inner .tit_txt > .t_txt {
    top: 20px;
    font-size: 18px;
  }
  .title .tit_inner .tit_txt > .t_line {
    top: 36px;
  }
  .title .tit_inner .tit_txt > .t_line.line_size1 {
    width: 85px;
  }
  .title .tit_inner .tit_bg {
    font-size: 26px;
  }

  .c_grid .c_gird_inner .grid_box.grid_size_1, .c_grid .c_gird_inner .grid_box.grid_size_2, .c_grid .c_gird_inner .grid_box.grid_size_3 {
    height: 50%;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_1 a, .c_grid .c_gird_inner .grid_box.grid_size_2 a, .c_grid .c_gird_inner .grid_box.grid_size_3 a {
    margin: 2px 4px;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_1 {
    width: 50%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_1 img {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_1.m_layout_exception {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_2 {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_2 img {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_3 {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box.grid_size_3 img {
    width: 100%;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con {
    padding: 50px 0;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_date,
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .or {
    display: none;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_tit {
    margin-top: 12px;
    padding: 0 8px;
    font-size: 14px;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_type {
    padding: 0 8px;
    font-size: 12px;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    text-indent: -999px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-image: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link.launch {
    display: none;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link:hover {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner > .animate_con .pj_link:hover i {
    display: none;
  }
  .c_grid .c_gird_inner .grid_box .grid_box_inner:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  /* SUB PAGES */
  .pj_contents .pj_con_inner {
    width: 100%;
    padding: 32px 0 24px;
  }
  .pj_contents .pj_con_inner .pj_con_left {
    width: 100%;
  }
  .pj_contents .pj_con_inner .pj_con_left .pj_tit {
    font-size: 16px;
  }
  .pj_contents .pj_con_inner .pj_con_left .pj_tit .pj_name {
    display: inline-block;
  }
  .pj_contents .pj_con_inner .pj_con_right {
    width: 100%;
  }
  .pj_contents .pj_con_inner .pj_con_right .pj_con {
    padding: 16px 24px;
  }
  .pj_contents .pj_con_inner .pj_con_right .pj_con span {
    font-size: 12px;
  }
  .pj_contents .pj_con_inner .pj_con_right .pj_con_data {
    padding: 16px 24px;
  }
  .pj_contents .pj_con_inner .pj_con_right .pj_con_data li {
    font-size: 11px;
  }
  .pj_contents .pj_con_inner .pj_con_right .pj_con_data li a {
    font-size: 11px;
  }
  .pj_contents .pj_con_bg_txt1 {
    bottom: -21px;
    font-size: 55px;
  }

  .top_btn.type_1 {
    opacity: .9;
    left: 50%;
    width: 50%;
  }
  .top_btn.type_1.active {
    bottom: 0;
  }
  .top_btn.type_2 {
    opacity: .9;
    right: 24px;
  }
  .top_btn.type_2.active {
    bottom: 24px;
  }

  .back_btn.type_1 {
    opacity: .9;
    left: 0;
    width: 50%;
  }
  .back_btn.type_1.active {
    bottom: 0;
  }

  .goto_link {
    right: -34px;
    bottom: -34px;
    width: 50px;
    height: 50px;
  }
  .goto_link.active {
    opacity: 1;
    right: 16px;
    bottom: 66px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .goto_link:hover {
    bottom: 70px;
    width: 50px;
    background-color: #c1ffde;
    color: #000;
  }
  .goto_link:hover > .top_txt i {
    margin-right: 0;
    font-size: 20px;
  }
  .goto_link:hover > .top_txt span {
    display: none;
  }

  .footer {
    height: 101px;
  }
}
/************************ Custom ************************/
.web_wrap .content_wrap .portfolio_visual {
  height: 120vh;
  z-index: 2;
  background-size: auto 1400px;
  background-position-y: 0;
  background-position-x: 50%;
  /* //mouse scroll animation */
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .portfolio_visual {
    height: 105vh;
    background-size: cover;
    background-position: top center !important;
  }
}
.web_wrap .content_wrap .portfolio_visual h1 {
  padding-top: 40vh;
  text-align: center;
  font-family: "NanumSquareB", sans-serif;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .portfolio_visual h1 {
    padding-top: 40vh;
    font-size: 30px;
    letter-spacing: -2.5px;
  }
}
.web_wrap .content_wrap .portfolio_visual h3 {
  padding-top: 12px;
  text-align: center;
  font-size: 23px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .portfolio_visual h3 {
    font-size: 18px;
  }
}
.web_wrap .content_wrap .portfolio_visual .mouse_scroll {
  position: relative;
  top: 32vh;
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 15px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .portfolio_visual .mouse_scroll {
    top: 18vh;
  }
}
.web_wrap .content_wrap .portfolio_visual .mouse_scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px auto 0 -4px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: rev-ani-mouse 2s linear infinite;
  -moz-animation: rev-ani-mouse 2s linear infinite;
  animation: rev-ani-mouse 2s linear infinite;
}
.web_wrap .content_wrap .portfolio_visual .mouse_scroll .help_txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -46px;
  width: 200px;
  margin-left: -100px;
  padding: 4px;
  font-size: 13px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.web_wrap .content_wrap .portfolio_visual .mouse_scroll .help_txt:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent;
  top: 27px;
  left: 90px;
}
.web_wrap .content_wrap .portfolio_visual .mouse_scroll:hover .help_txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: -43px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .portfolio_visual .mouse_scroll:hover .help_txt {
    display: none;
  }
}
.web_wrap .content_wrap .sec_1 {
  position: relative;
  z-index: 2;
}
.web_wrap .content_wrap .sec_1 .sec_inner {
  position: relative;
  top: -80px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_inner {
    top: 0;
    width: 100%;
  }
}
.web_wrap .content_wrap .sec_1 .pj_date {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  height: 58px;
  padding-top: 17px;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/comm_date_img.png");
  color: #fff;
}
.web_wrap .content_wrap .sec_1 .sec_content {
  padding: 100px 80px 80px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content {
    padding: 70px 32px 32px;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content .sec_title {
  font-size: 2em;
  font-weight: 700;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content .sec_title {
    font-size: 1.3em;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content p {
    padding: 4px 0;
    line-height: 1.5;
    font-size: 0.9em;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content p .first_big {
  font-size: 1.5em;
}
.web_wrap .content_wrap .sec_1 .sec_content hr {
  width: 30px;
  margin: 70px auto;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content hr {
    width: 100%;
    margin: 40px auto;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group {
  display: table;
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group {
    width: 100%;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group.mt24 {
    margin-top: 12px;
  }
}
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group li {
  display: table-cell;
  width: 8.33333%;
  padding: 0 4px;
}
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group li a,
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group li button {
  width: 100%;
}
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group li .btnGooglePlay .googleplay,
.web_wrap .content_wrap .sec_1 .sec_content .responsive_btn_group li .btnGooglePlay .applestore {
  margin-right: 8px;
}
.web_wrap .content_wrap .sec_2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background-position: center top;
  background-repeat-y: no-repeat;
  background-color: #fff;
}
.web_wrap .content_wrap .sec_2 .sec_inner {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 .sec_inner {
    padding: 70px 0 50px;
  }
}
.web_wrap .content_wrap .sec_2 h1 {
  position: absolute;
  left: 0;
  top: 20vh;
  width: 100%;
  font-family: "NanumSquareB", sans-serif;
  letter-spacing: 15px;
  font-size: 100px;
  text-align: center;
  opacity: 0.1;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 h1 {
    top: 90px;
    padding-left: 10px;
    font-size: 60px;
  }
}
.web_wrap .content_wrap .sec_2 h3 {
  position: absolute;
  left: 0;
  width: 100%;
  letter-spacing: 2px;
  font-family: "NanumSquareB", sans-serif;
  font-size: 30px;
  text-align: center;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.web_wrap .content_wrap .sec_2 .img_wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 140px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 .img_wrap {
    width: 75%;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.web_wrap .content_wrap .sec_2 .img_wrap li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 .img_wrap .web_img {
    width: 100%;
  }
}
.web_wrap .content_wrap .sec_2 .img_wrap .mobile_img {
  position: absolute;
  right: 32px;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 .img_wrap .mobile_img {
    width: 25%;
    right: -24px;
    bottom: -24px;
  }
}
.web_wrap .content_wrap .sec_2 .inner_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2 .inner_bg {
    height: 300px;
  }
}
.web_wrap .content_wrap .sec_2.one_web h1 {
  top: 130px;
  font-size: 150px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_web h1 {
    top: 90px;
    letter-spacing: 7px;
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_web .img_wrap {
    padding-top: 79px;
  }
}
.web_wrap .content_wrap .sec_2.one_web .img_wrap.video_wrap {
  width: 900px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_web .img_wrap.video_wrap {
    width: 75%;
  }
}
.web_wrap .content_wrap .sec_2.one_web .img_wrap.video_wrap .video_inner {
  position: absolute;
  top: 177px;
  left: 37px;
  width: 826px;
  height: 440px;
  overflow: hidden;
}
.web_wrap .content_wrap .sec_2.one_web .img_wrap.video_wrap .video_inner video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_web .img_wrap.video_wrap .video_inner {
    display: none;
  }
}
.web_wrap .content_wrap .sec_2.one_web .inner_bg {
  height: 775px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_web .inner_bg {
    height: 301px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.one_web .inner_bg {
    height: 279px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_mobile h1 {
    padding-left: 0;
    letter-spacing: 0;
    font-size: 54px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.one_mobile h1 {
    top: 15vh;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_mobile h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_mobile .img_wrap {
    display: table;
    width: 91.66667%;
    padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_mobile .img_wrap li {
    display: table-cell;
    width: 8.33333%;
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.one_mobile .img_wrap li img {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.one_mobile .inner_bg {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.three_mobile h1 {
    padding-left: 0;
    letter-spacing: 0;
    font-size: 54px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.three_mobile h1 {
    top: 15vh;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.three_mobile h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.three_mobile .img_wrap {
    display: table;
    width: 91.66667%;
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.three_mobile .img_wrap li {
    display: table-cell;
    width: 8.33333%;
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.three_mobile .img_wrap li img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.three_mobile .inner_bg {
    height: 250px;
  }
}
.web_wrap .content_wrap .sec_2.web_and_mobile h1 {
  top: 130px;
  font-size: 150px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.web_and_mobile h1 {
    top: 90px;
    letter-spacing: 7px;
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.web_and_mobile .img_wrap {
    padding-top: 79px;
  }
}
.web_wrap .content_wrap .sec_2.web_and_mobile .inner_bg {
  height: 775px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_2.web_and_mobile .inner_bg {
    height: 301px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_2.web_and_mobile .inner_bg {
    height: 279px;
  }
}
.web_wrap .content_wrap .sec_3 {
  position: relative;
  width: 100%;
  padding: 50px 0 100px 0;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 {
    padding: 30px 0;
  }
}
.web_wrap .content_wrap .sec_3 .sec_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .sec_inner {
    width: 100%;
  }
}
.web_wrap .content_wrap .sec_3 .color_list {
  display: table;
  margin: 0 auto;
}
.web_wrap .content_wrap .sec_3 .color_list.cl_col_3 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_3 {
    width: 60%;
  }
}
.web_wrap .content_wrap .sec_3 .color_list.cl_col_4 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 {
    width: 83.33333%;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 .color {
    width: 74px;
    height: 74px;
    padding-top: 30px;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 .color.two_line {
    padding-top: 22px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 {
    width: 83.33333%;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 .color {
    width: 64px;
    height: 64px;
    padding-top: 24px;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_4 .color.two_line {
    padding-top: 16px;
  }
}
.web_wrap .content_wrap .sec_3 .color_list.cl_col_5 {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 {
    width: 83.33333%;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 .color {
    width: 64px;
    height: 64px;
    padding-top: 26px;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 .color.two_line {
    padding-top: 16px;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 {
    width: 83.33333%;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 .color {
    width: 54px;
    height: 54px;
    padding-top: 19px;
    font-size: 11px;
  }
  .web_wrap .content_wrap .sec_3 .color_list.cl_col_5 .color.two_line {
    padding-top: 13px;
  }
}
.web_wrap .content_wrap .sec_3 .color_list li {
  display: table-cell;
  width: 8.33333%;
  padding: 4px;
}
.web_wrap .content_wrap .sec_3 .color {
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 1.5;
  padding: 50px 0;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .color {
    width: 80px;
    height: 80px;
    line-height: 1.3;
    padding: 35px 0;
    font-size: 12px;
  }
}
.web_wrap .content_wrap .sec_3 .color.two_line {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3 .color.two_line {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide {
    padding-top: 0;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .sec_inner {
  height: 850px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .sec_inner {
    height: 460px;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .img_guide01,
.web_wrap .content_wrap .sec_3.app_guide .img_guide02,
.web_wrap .content_wrap .sec_3.app_guide .img_guide03 {
  position: absolute;
  width: 800px;
  height: 430px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .img_guide01,
  .web_wrap .content_wrap .sec_3.app_guide .img_guide02,
  .web_wrap .content_wrap .sec_3.app_guide .img_guide03 {
    background-size: contain;
    width: 400px;
    height: 250px;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .img_guide01 {
  top: 0;
  right: 70px;
  width: 450px;
  height: 250px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .img_guide01 {
    right: 24px;
    width: 250px;
    height: 150px;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .img_guide02 {
  top: 80px;
  left: 200px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .img_guide02 {
    top: 70px;
    left: -24px;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .img_guide03 {
  top: 210px;
  left: 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .img_guide03 {
    top: 150px;
    left: -50px;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .color_list {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_3 {
  margin-left: -200px;
}
.web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_4 {
  margin-left: -300px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_4 {
    width: 330px;
    margin-left: -165px !important;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_4 {
    width: 280px;
    margin-left: -145px !important;
  }
}
.web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_5 {
  margin-left: -400px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_5 {
    width: 350px;
    margin-left: -180px !important;
  }
}
@media screen and (max-width: 320px) {
  .web_wrap .content_wrap .sec_3.app_guide .color_list.cl_col_5 {
    width: 300px;
    margin-left: -155px !important;
  }
}
.web_wrap .content_wrap .sec_4 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background-color: #f4f4f4;
}
.web_wrap .content_wrap .sec_4 .sec_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_4 .sec_inner {
    width: 100%;
    padding: 50px 0;
  }
}
.web_wrap .content_wrap .sec_4 h1 {
  font-family: "NanumSquareB", sans-serif;
  letter-spacing: 15px;
  font-size: 80px;
  color: #e7e7e7;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_4 h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.web_wrap .content_wrap .sec_4 .icon_img {
  width: 800px;
  height: 187px;
  margin: 80px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_4 .icon_img {
    width: 91.66667%;
    height: 100px;
    margin: 0 auto;
    background-size: contain;
  }
}
.web_wrap .content_wrap .sec_5 {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: center top;
  background-repeat-y: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_5 {
    height: 230px;
    background-attachment: inherit;
    background-size: 170%;
    background-repeat: repeat;
    background-position: left -200px bottom -131px;
  }
}
.web_wrap .content_wrap .sec_6 {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: center top;
  background-repeat-y: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_6 {
    height: 230px;
    background-attachment: inherit;
    background-size: 170%;
    background-repeat: repeat;
    background-position: left -60px top -55px;
  }
}
.web_wrap .content_wrap .sec_7 {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-position: center top;
  background-repeat-y: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_7 {
    height: 230px;
    background-attachment: inherit;
    background-size: 170%;
    background-repeat: repeat;
    background-position: left -100px top -32px;
  }
}
.web_wrap .content_wrap .sec_8 {
  position: relative;
  width: 100%;
  padding: 150px 0 100px;
  z-index: 1;
  overflow: hidden;
  background-image: url("../img/pattern_1.png");
  background-color: #8d9090;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_8 {
    padding: 50px 0 20px;
  }
}
.web_wrap .content_wrap .sec_8 img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_8 img {
    margin-bottom: 32px;
  }
}
.web_wrap .content_wrap .sec_link_table {
  position: relative;
  width: 100%;
  padding: 50px 0 100px 0;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_link_table {
    padding: 30px 0;
  }
}
.web_wrap .content_wrap .sec_link_table .sec_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_link_table .sec_inner {
    width: 100%;
    padding: 50px 0;
  }
}
.web_wrap .content_wrap .sec_link_table h1 {
  font-family: "NanumSquareB", sans-serif;
  letter-spacing: 15px;
  font-size: 80px;
  color: #e7e7e7;
}
@media screen and (max-width: 768px) {
  .web_wrap .content_wrap .sec_link_table h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.web_wrap .content_wrap .sec_link_table table {
  width: 100%;
}
.web_wrap .badge_area {
  line-height: 2.6 !important;
  margin-top: 40px;
}
.web_wrap .badge_area .badge {
  margin: 4px;
  padding: 4px 16px;
  font-size: 16px;
  cursor: default;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ff3e02;
  color: #ff3e02;
}
.web_wrap .badge_area .badge.bg_c1 {
  background-color: #ef5c2f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .web_wrap .badge_area .badge {
    padding: 4px 12px;
    font-size: 0.89em;
  }
}
.web_wrap .notice_block {
  position: relative;
  line-height: 1.8;
  padding: 50px 24px 24px;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
  overflow: inherit !important;
  background-color: #c1ffde !important;
  border: 10px solid #000;
  color: #000;
  cursor: default;
}
.web_wrap .notice_block .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  line-height: 1;
  border-top: 80px solid black;
  border-right: 80px solid transparent;
}
.web_wrap .notice_block .title span {
  position: absolute;
  left: 6px;
  top: -72px;
  width: 50px;
  font-size: 27px;
  text-align: left;
  color: #c1ffde;
}
.web_wrap .notice_block hr {
  width: 20px;
  margin: 25px 0 25px auto;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
