@charset "utf-8";

/* COMMON */
html,
body {
  min-width: 1024px;
}
#wrapper {
  min-width: 1024px;
  position: relative;
  width: 100%;
}
.cont_center {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.text_hidden {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

/* header */
#header {
  width: 100%;
  height: 90px;
  background: url(../images/header/bg_header.gif) repeat-x;
  z-index: 1000;
}
#header > .cont_center {
  position: relative;
  overflow: visible;
}
#header h1 {
  float: left;
  padding-top: 28px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#header h1.hd_logo a {
  float: left;
  width: 131px;
  height: 32px;
  background: url(../images/header/logo.png);
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
}
#header #nav {
  float: right;
  overflow: hidden;
}
#nav > li {
  float: left;
  padding: 0 30px;
}
#nav > li > a {
  overflow: hidden;
  display: block;
  height: 16px;
  padding: 35px 0;
  font-size: 16px;
  font-family: "NotoKr", "Nanum Barun Gothic", "Nanum Gothic Coding",
    "WebNanumGothic", "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic",
    Dotum, 돋움, Arial, Apple-Gothic, sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 16px;
  text-align: center;
  letter-spacing: -1px;
}
#nav .sub_menu {
  position: absolute;
  left: 50%;
  top: 90px;
  margin-left: -500px;
  width: 1000px;
  height: 0;
  overflow: hidden;
  z-index: 1000;
}
.sub_menu > li {
  float: left;
}
.sub_menu > li > a {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  font-weight: 600;
}
.sub_menu > li > a:hover {
  color: #109ced;
}

.sm01 li a,
.sm02 li a,
.sm04 li a {
  display: block;
  height: 66px;
  overflow: hidden;
}
.sm01 li a:hover img,
.sm02 li a:hover img,
.sm04 li a:hover img {
  margin-top: -66px;
}
.sm_quick,
.sm05 li a {
  height: 200px;
  overflow: hidden;
}
.sm_quick:hover img,
.sm05 li a:hover img {
  margin-top: -200px;
}
.sm2:last-child li {
  width: 250px;
}

.ch {
  overflow: hidden;
  background-color: #fff;
}
#header .ch > a {
  display: block;
  float: left;
  width: 415px;
  height: 200px;
}
#header .ch > a.on img {
  margin-top: -200px;
}
#header .ch:hover > a img {
  margin-top: -200px;
}
.ch > ul {
  float: left;
  width: 170px;
  border-left: 2px solid #07c3c4;
  box-sizing: border-box;
}
/*.ch>ul>li	{overflow:hidden; width: 85px;float: left}
.ch>ul>li a {display: block;width: 170px;}
.ch>ul>li:hover img {margin-left: -85px}*/

.ch > ul > li {
  overflow: hidden;
  width: 84px;
  height: 50px;
  line-height: 50px;
  float: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.ch > ul > li a {
  display: block;
  color: #111;
  font-size: 16px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  line-height: 50px;
}
.ch > ul > li:hover a {
  background-color: #07c3c4;
  color: #fff;
}
.ch > ul > li.mobileNew a {
  line-height: 1.3;
  font-size: 15px;
  padding-top: 5px;
}

.sm04 {
  width: 500px;
  overflow: hidden;
  float: left;
}
.sm04 li {
  float: left;
  border-bottom: 1px solid #eee;
}
.sm_quick {
  display: block;
  float: left;
  width: 250px;
  height: 200px;
  overflow: hidden;
}

/* footer */
#top {
  position: fixed;
  left: 50%;
  bottom: 100px;
  margin-left: 600px;
  width: 50px;
  height: 50px;
}
#top > a {
  display: block;
}
#top > a > img {
  width: 50px;
  height: 50px;
}

/*
#footer	{width:100%; height:78px; left:0; bottom:0; padding:40px 0; border-top:1px solid #ddd; background-color:#fbfbfb;}
#footer_logo	{float:left;}
#footer p	{float:right;}
*/

/* INTRO */
#intro_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#intro_left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background: url(../images/intro/bg1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.set_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main_text {
  margin-top: 25%;
  text-align: center;
  font-size: 2.308em;
  line-height: 1.3em;
}
#intro_left p {
  text-align: center;
}
#intro_left h1 {
  padding: 4%;
}
.wrap_btn {
  margin-top: 20px;
}

.wrap_notice {
  overflow: hidden;
  width: 520px;
  padding: 40px;
  margin: 50px auto 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.wrap_notice > .no_title {
  float: left;
  width: 187px;
}
.no_title > .btn_no {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
#intro_left .no_title > p {
  margin-top: 115px;
  text-align: left;
}
.wrap_notice > .latest_notice {
  float: left;
  width: 330px;
}

.footer.sub_text {
  position: absolute;
  bottom: 40px;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.footer.sub_text span {
  padding: 0 10px;
}
.footer2.sub_text {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.footer2.sub_text span {
  padding: 0 10px;
}
#intro_right {
  float: left;
  width: 50%;
  height: 100%;
}
#intro_right > div {
  overflow: hidden;
  width: 100%;
  height: 33.3%;
}
#intro_right p {
  text-align: center;
}
#intro_right .menu3 {
  height: 33.4%;
}

#intro_right .set_btn_menu {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
}
.btn_menu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn_menu > img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.menu1 .btn_menu > img {
  margin-left: -98px;
  margin-top: -32px;
}
.menu2 .btn_menu > img {
  margin-left: -85px;
  margin-top: -32px;
}
.menu3 .btn_menu > img {
  margin-left: -103px;
  margin-top: -44px;
}

#intro_right .img_menu {
  float: left;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#intro_right .menu1 .img_menu {
  background-image: url(../images/intro/bg2.jpg);
}
#intro_right .menu2 .img_menu {
  background-image: url(../images/intro/bg3.jpg);
}
#intro_right .menu3 .img_menu {
  background-image: url(../images/intro/bg4.jpg);
}
.img_menu p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 15px;
}

/* main */
#contents.main {
  padding: 100px 0 260px 0;
  background-color: #eee;
}
#contents > .cont_center > div {
  overflow: hidden;
}
.main .mc01 {
  margin-bottom: 20px;
}
#visual {
  position: relative;
  float: left;
  width: 658px;
  height: 364px;
  margin-right: 20px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-radius: 3px;
}
#visual > span {
  position: absolute;
  z-index: 300;
}
#visu_prev {
  left: 0;
  top: 50%;
  margin-top: -20px;
}
#visu_next {
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.set_title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.set_title h2 {
  float: left;
}
.set_title > a {
  float: right;
}
.latest {
  float: left;
  width: 320px;
  height: 364px;
}

.latest > ul > li {
  width: 288px;
  height: 50px;
  margin-bottom: 3px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 3px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.latest > ul > li > a {
  display: block;
  line-height: 50px;
}
.latest li .date {
  float: right;
}

.main .mc02 {
}
.mc02 .latest {
  margin-right: 20px;
}
.mc02 .btn_menu {
  float: left;
  display: block;
  width: 318px;
  height: 364px;
  margin-right: 20px;
  border-radius: 3px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.mc02 .btn_menu:last-child {
  margin-right: 0;
}

/* sub common */
.sp_text {
  float: left;
  width: 470px;
  padding: 120px 0;
}
.sp_text2 {
  float: left;
  width: 470px;
  padding: 0 0 50px;
}
.sp_img {
  float: left;
  width: 470px;
}
.mg_left {
  margin-right: 30px;
}
.mg_right {
  margin-left: 30px;
}
.set_left {
  float: left;
  width: 50%;
}
.set_right {
  float: left;
  width: 50%;
}

/* 인사말 */
.sub0101 .sp01 {
  background-color: #f8696a;
}
.sub0101 .sp02 {
  background-color: #f8696a;
}
.sub0101 .sp02 .sp_text {
  padding-top: 60px;
}
.sub0101 .sp03 {
  height: 460px;
  background-color: #fbf0d9;
}
.sub0101 .sp04 {
  background-color: #008d95;
}
.sub0101 .sp05 {
  background-color: #fbf0d9;
}
.sub0101 .sp05 > .cont_center {
  padding-top: 223px;
  background: url(../images/in/img0105.png) no-repeat center bottom;
}
.sub0101 .sp06 {
  padding-bottom: 160px;
  background: url(../images/common/bg1.jpg);
}

/* 기업경쟁력 */
.sub0102 .sp01 {
  background: url(../images/common/bg9.jpg);
}
.sub0102 .sp01 .sp_text {
  padding-bottom: 0;
}
.sub0102 .sp02 {
  background: url(../images/common/bg9.jpg);
}
.sub0102 .sp02 .sp_text {
  padding-top: 60px;
}
.sub0102 .sp03 {
  background: url(../images/common/bg3.gif);
}
.sub0102 .sp04 {
  background-color: #fe8591;
}
.sub0102 .sp05 {
  background: url(../images/common/bg1.jpg);
}

/* 조직도 */
.sub0103 .sp01 {
  background: url(../images/common/bg2.jpg);
}
.sub0103 .sp02 {
  background: url(../images/in/bg03.jpg);
}
.sub0103 .sp02 p {
  padding: 120px 0 280px 0;
  text-align: center;
}

/* 홈페이지 */
#side {
  position: fixed;
  left: 50%;
  top: 155px;
  margin-left: 550px;
  z-index: 991;
}
#side li {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
#side li > a {
  display: block;
}

#side .hp_snb li {
  height: auto;
}

.hp_visual {
  width: 100%;
  background: url(../images/hp/visual/bg.jpg) no-repeat center center;
  background-size: cover;
}
.hp_visual p {
  width: 500px;
  margin-left: 500px;
  margin-bottom: 18px;
  text-align: center;
}
.hp_visual .p02 {
  margin-top: 50px;
}
.hp_category .sp01 {
  background: url(../images/common/bg1.jpg);
}
.hp_category .sp01 .sp_text {
  padding: 0;
  background: url(../images/hp/text0101.png) no-repeat center;
  background-size: contain;
}
.hp_category .sp01 .sp_img {
  padding: 0;
  background: url(../images/hp/img0101.png) no-repeat center;
  background-size: contain;
}
.hp_category .sp02 {
  height: 240px;
  background-color: #eee;
}
.hp_category .sp02 img {
  display: block;
}
.hp_category .sp02 .category {
  position: relative;
  float: left;
}
.click_guide {
  position: absolute;
  z-index: 100;
  top: 45px;
  left: 50%;
  margin-left: -96px;
}
.category > ul {
  overflow: hidden;
}
.category > ul > li {
  float: left;
  overflow: hidden;
  width: 165px;
  height: 240px;
  border-right: 1px solid #eee;
}
.category > ul > li:last-child {
  border-right: 0;
}
.category > ul > li > a {
  position: relative;
}
.category > ul > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
}
.category > ul > li > a > img.over {
  opacity: 0;
}
.category > ul > li > a.on .over {
  opacity: 1;
}

.hp_list {
  padding: 70px 0 230px 0;
  background-color: #f9f9f9;
}
.hp_list li {
  float: left;
  width: 320px;
  height: 208px;
  margin-right: 17px;
  margin-bottom: 20px;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
}
.hp_list li:nth-child(3n) {
  margin-right: 0;
}

.hp_list li > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 316px;
  height: 166px;
  border: 2px solid #ddd;
  border-bottom: 0;
}
.hp_list li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 316px;
}
.hp_list li > a > img.over {
  top: 166px;
}
.hp_list p {
  width: 320px;
  height: 40px;
  background-color: #ddd;
}
.hp_list p > span {
  display: inline-block;
  width: 90px;
  margin-top: 11px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
}
.hp_list .pd_no {
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.hp_list .dw_app {
  display: inline-block;
  width: 110px;
  margin: 0 2px;
  padding: 2px 0;
  padding-left: 15px;
  text-align: center;
  background-image: url(../images/common/icon_dw.png);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  border-radius: 3px;
  font-weight: 600;
  color: #00a8a8;
}
.hp_list li:hover .dw_app {
  background-position: 8px -22px;
  color: #fff;
  background-color: #00a8a8;
}
.hp_list .pd_no.ready {
  border-right: 0;
  width: 229px;
}

.section {
  width: 940px;
  padding: 20px 30px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.section li {
  float: left;
  width: 300px;
  height: 199px;
  margin: 10px 17px 10px 0;
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
}
.section li > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 296px;
  height: 157px;
  border: 2px solid #ddd;
  border-bottom: 0;
}
.section li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 296px;
}

.section p {
  width: 300px;
  height: 40px;
  background-color: #ddd;
}
.section p > span {
  display: inline-block;
  width: 80px;
  margin-top: 11px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
}
.section .pd_no.ready {
  border-right: 0;
  width: 217px;
}

/*주문형 홈페이지*/
.sub0200 .sp01 {
  background: url(../images/common/bg16.gif);
}
.sub0200 .sp02 {
  background-color: #086cb2;
}
.sub0200 .sp03 {
  overflow: hidden;
}
.sub0200 .sp03 p {
  float: left;
  width: 50%;
}
.sub0200 .sp03 .box1 {
  text-align: right;
  background-color: #fbf8ee;
}
.sub0200 .sp03 .box2 {
  background-color: #f5f1e6;
}
.sub0200 .sp04 {
  background: url(../images/common/bg17.gif);
}

/* 서비스 특징 */
.sub0301 .sp01 {
  background: url(../images/common/bg2.jpg);
}
.sub0301 .sp01 .sp_text {
  padding-bottom: 0px;
}
.sub0301 .sp02 {
  height: 316px;
  background: url(../images/common/bg2.jpg);
}
.sub0301 .sp02 .sp_text {
  padding-top: 60px;
}
.sub0301 .sp03 {
  overflow: hidden;
  background: url(../images/common/bg3.gif);
}
.sub0301 .sp03 .sp_text {
  float: right;
}
.sub0301 .sp03 .sp_img {
  float: left;
}
.sub0301 .sp04 {
  background-color: #fd7400;
}
.sub0301 .sp05 {
  background-color: #fff6e3;
}
.sub0301 .sp06 {
  padding-bottom: 158px;
  background: url(../images/common/bg1.jpg);
}

/* 온라인마케팅 사이드 */
.pop_blog_event {
  position: fixed;
  left: 50%;
  top: 100px;
  margin-left: -425px;
  display: none;
  width: 747px;
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(51, 51, 51, 0.98);
  z-index: 999;
}
.pop_blog_event .btn_close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.pop_blog_event .title {
  margin-bottom: 30px;
}
.pop_blog_event .pop_cont {
  height: 600px;
  overflow-y: scroll;
}

#side .om_snb > li {
  height: 45px;
  margin: 0;
}

/* 블로그 마케팅 */
.sub0302 .sp01 {
  background: url(../images/common/bg4.jpg);
}
.sub0302 .sp02 {
  overflow: hidden;
  background: url(../images/common/bg3.gif);
  height: 574px;
}
.sub0302 .sp02 .sp_text {
  float: right;
}
.sub0302 .sp03 {
  position: relative;
  padding: 120px 0;
  background-color: #ffb71b;
}
.sub0302 .sp03 p {
  text-align: center;
  margin-bottom: 30px;
}
.result {
  overflow: hidden;
  padding-left: 20px;
}
.result > li {
  overflow: hidden;
  float: left;
  width: 127px;
  height: 126px;
  margin: 0 5px;
}
.result > li > a {
  position: relative;
  display: block;
  width: 127px;
  height: 126px;
}
.result > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
}
.result .over {
  opacity: 0;
}
.result_pop {
  position: absolute;
  left: 50%;
  top: 15px;
  background-color: rgba(51, 51, 51, 0.95);
  width: 530px;
  padding: 40px;
  margin-left: -305px;
  border-radius: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.result_pop .set_title {
  overflow: hidden;
  width: 530px;
}
.result_pop .set_title p {
  float: left;
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.result_pop .set_title a {
  float: right;
}

.sub0302 .sp04 {
  padding: 18px20px 0;
  background-color: #11d2de;
}
.sub0302 .sp04 .mg_right {
  margin-top: 120px;
}
.sub0302 .sp05 {
  background: url(../images/om/txt0206_bg.jpg);
}
.sub0302 .sp06 {
  background: url(../images/common/bg1.jpg);
}

/* 카페마케팅 */
.sub0303 .sp01 {
  width: 100%;
  height: 793px;
  background-color: #ed5d0f;
}
.sub0303 .sp01 .sp_text {
  float: right;
}
.sub0303 .sp02 {
  background: url(../images/common/bg3.gif);
}
.sub0303 .sp03 {
  background-color: #fda909;
}
.sub0303 .sp04 {
  padding: 18px20px 0;
  background-color: #11d2de;
}
.sub0303 .sp04 .mg_right {
  margin-top: 120px;
}

.sub0303 .sp05 {
  background: url(../images/common/bg3.gif);
}
.sub0303 .sp06 {
  background: url(../images/common/bg1.jpg);
}

/* 언론홍보 */
.sub0304 .sp01 {
  overflow: hidden;
  width: 100%;
  background: url(../images/common/bg1.jpg);
}
.sub0304 .sp01 .sp_text {
  float: right;
}
.sub0304 .sp01 .sp_img {
  margin-left: -100px;
}
.sub0304 .sp02 {
  background: url(../images/common/bg3.gif);
}
.sub0304 .sp02 .cont_center > img {
  display: block;
}
.sub0304 .sp03 {
  background-color: #fba12b;
}
.sub0304 .sp03 .sp_img {
  margin-left: -45px;
}
.sub0304 .sp04 {
  padding: 120px 0 280px 0;
  background-color: #148876;
}
.sub0304 .sp04 p {
  text-align: center;
  margin-bottom: 60px;
}

/* 키워드 광고 */
.sub0305 .sp01 {
  background: url(../images/common/bg5.jpg);
}
.sub0305 .sp02 {
  padding: 120px 0;
  background-color: #11d2de;
}
.sub0305 .sp02 p {
  float: left;
}
.sub0305 .sp02 .sp_img {
  float: right;
}
.sub0305 .sp03 {
  padding: 120px 0 280px 0;
}

/* 리뷰 악플관리 */
.sub0306 .sp01 {
  width: 100%;
  overflow: hidden;
  background-color: #49ceae;
}
.sub0306 .sp01 .sp_text {
  float: right;
  padding-bottom: 60px;
}
.sub0306 .sp01 .set_right img {
  margin-left: -130px;
}
.sub0306 .sp02 {
  background-color: #49ceae;
}
.sub0306 .sp02 img {
  display: block;
}
.sub0306 .sp02 .sp_text {
  padding-top: 60px;
}
.sub0306 .sp03 {
  background: url(../images/common/bg6.gif);
}
.sub0306 .sp04 {
  overflow: hidden;
}
.sub0306 .sp04 .set_left {
  background: url(../images/common/bg7.jpg);
}
.sub0306 .sp04 .set_left > p {
  float: right;
}
.sub0306 .sp04 .set_right {
  background: url(../images/common/bg8.jpg);
}
.sub0306 .sp04 .set_right > p {
  padding: 0 0 108px 0;
}
.sub0306 .sp05 {
  background-color: #fff6e3;
}

/* 마케팅 페이지 */
.sub0307 .sp_text,
.sub0307 .sp_text2,
.sub0307 .sp_img {
  width: 100%;
  padding: 0;
}
.sub0307 img {
  width: 100%;
}
.sub0307 .sp01 {
  background: url(../images/om/bg0307.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 200px;
}
.sub0307 .sp01 .cont_center {
  display: flex;
  align-items: center;
}
.sub0307 .sp01 .cont_center:last-child {
  padding: 50px 0 0px;
}
.sub0307 .sp02 {
  background: url(../images/om/bg0307_1.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  margin-top: -100px;
  padding-bottom: 100px;
}
.sub0307 .sp02 .sp_text {
  float: none;
}
.sub0307 .sp02 .sp_img {
  display: flex;
  float: none;
  justify-content: space-between;
}

.sub0307 .sp03 {
  background: url(../images/om/bg0307_2.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.sub0307 .sp03 .sp_text {
  float: none;
}
.sub0307 .sp03 .line {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 50px auto;
  display: block;
}
.sub0307 .sp04 {
  position: relative;
  background: url(../images/om/bg0307_3.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub0307 .sp04 .cont_center {
  /* height: calc(100vw / (2000 / 798)); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8% 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
/* 이미지 */
.sub0307 .sp04 .cd_text1 {
  margin: 5% 0;
}
.sub0307 .sp05 {
  background: url(../images/om/bg0307_5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px 0;
}

.sub0307 .sp06 {
  background: url(../images/om/bg0307_4.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.sub0307 .sp07 {
  background: url(../images/om/bg0307_6.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.sub0307 .sp07 .sp_text {
  margin: 100px 0;
}
.sub0307 .sp06 .sp_img,
.sub0307 .sp06 .sp_text {
  position: relative;
}
.sub0307 .sp06 .sp_img:not(:first-child) {
  margin-top: 50px;
}
.sub0307 .sp06 .card01,
.sub0307 .sp06 .card02 {
  /* background: url(../images/om/img0307_card01.png); */
  background-color: black;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  border-radius: 3%;
}
.sub0307 .sp06 .bubbles {
  display: grid;
  /* flex-wrap: wrap; */
  padding: 10%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
}
.sub0307 .sp06 .bubbles_slider {
  display: block;
  padding: 0;
}
.sub0307 .sp06 .bubbles .bubbles_slide {
  position: relative;
}
.sub0307 .sp06 .bubbles .swiper-slide {
  width: 100%;
}
.sub0307 .sp06 .bubbles .swiper-slide > div {
  display: flex;
  justify-content: space-between;
  padding: 10% 5%;
}
.sub0307 .sp06 .bubbles_slider img {
  width: 33%;
  object-fit: contain;
}

.sub0307 .sp06 .bubbles_slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.sub0307 .sp06 .bubbles_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1784ff !important;
}

.sub0307 .sp06 .card01 .text01,
.sub0307 .sp06 .card02 .text01 {
  padding: 50px 0 0 0;
}
.sub0307 .sp06 .card01 .text02,
.sub0307 .sp06 .card02 .text02 {
  padding: 5% 10%;
  display: flex;
}
.sub0307 .sp06 .card01 .text03,
.sub0307 .sp06 .card02 .text03 {
  margin: 10% 0 3%;
}

.sub0307 .sp06 .card01 .text02 .text02_slider,
.sub0307 .sp06 .card02 .text02 .text02_slider {
  display: flex;
  align-items: center;
  width: 70%;
}
.sub0307 .sp06 .card01 .text02 .text02_slider {
  background: url(../images/om/img0307_card01-bubble.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.sub0307 .sp06 .card02 .text02 .text02_slider {
  background: url(../images/om/img0307_card02-bubble.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.sub0307 .sp06 .card01 .text02 .text02_slider .swiper-container,
.sub0307 .sp06 .card02 .text02 .text02_slider .swiper-container {
  width: 100%;
}
.sub0307 .sp06 .card01 .text02 .text02_slider img,
.sub0307 .sp06 .card02 .text02 .text02_slider img {
  margin-bottom: 3%;
}

/* .sub0307 .sp06 .card02 .bubbles {
  display: grid;
  padding: 10%;
  grid-template-columns: 1fr 0.9fr 0.9fr;
  align-items: end;
  grid-gap: 5%;
} */
.sub0307 .sp06 .bubbles img:nth-child(odd) {
  animation: floatUp 2s ease-in-out infinite alternate;
}
.sub0307 .sp06 .bubbles img:nth-child(even) {
  animation: floatDown 2s ease-in-out infinite alternate;
}
@keyframes floatUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
@keyframes floatDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5%);
  }
}

.sub0307 .sp06 .card01 .text01 {
  position: relative;
}
.sub0307 .sp06 .card01 .text01 .effect {
  position: absolute;
}
.sub0307 .sp06 .card01 .text01 .effect1 {
  left: 24%;
  width: 3%;
  top: 18%;
  animation: blink 1s ease-in-out infinite alternate;
}
.sub0307 .sp06 .card01 .text01 .effect2 {
  left: 26%;
  width: 2%;
  top: 19%;
  animation: blink 1s ease-in-out 0.5s infinite alternate;
}
.sub0307 .sp06 .card01 .text01 .effect3 {
  left: 37%;
  width: 2%;
  top: 29%;
  animation: blink 0.5s ease-in-out infinite alternate;
}
.sub0307 .sp06 .card01 .text01 .effect4 {
  left: 35%;
  width: 3%;
  top: 34%;
  animation: blink 1s ease-in-out 1s infinite alternate;
}

@keyframes blink {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1300px) {
  .sub0307 .cont_center {
    width: 100%;
  }
  .sub0307 .sp04 .cont_center {
    padding: 8% 25px !important;
  }
}

@media screen and (max-width: 768px) {
  .sub0307 .sp06,
  .sub0307 .sp07 {
    padding: 30px 0;
  }
  .sub0307 .sp05 {
    padding: 0 0 30px 0;
  }
  .sub0307 .sp07 .sp_text {
    margin: 30px 0;
  }
  .sub0307 .sp06 .sp_img > a {
    display: block;
  }
  .sub0307 .sp06 .sp_img:not(:first-child) {
    margin-top: 20px;
  }
  .sub0307 .sp06 .card01 .text01,
  .sub0307 .sp06 .card02 .text01 {
    padding: 20px 0 0 0;
  }
  .sub0307 .sp01 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .sub0307 .sp02 {
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .sub0307 .sp02 .sp_img img {
    width: 50%;
  }
  .sub0307 .sp03 {
    padding: 50px 0;
  }
  .sub0307 .sp03 .line {
    margin: 20px auto;
  }
  .sub0307 .sp04 .cont_center {
    padding: 8% 25px !important;
  }
}

@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 768px) {
}
/* 오시는 길 */
.sub0501 {
  background-color: #bd8cbf;
}
.sub0501 .sp02 p {
  float: left;
}
.sub0501 .sp02 ul {
  float: right;
  margin-top: 55px;
}
.sub0501 .sp02 ul li {
  float: left;
  margin-left: 10px;
}
.sub0501 .sp04 {
  padding-bottom: 280px;
}
.sub0501 .sp03 .root_daum_roughmap {
  margin: 20px auto 30px;
}

/* 아웃소싱 */
.sub0601 .sp01 {
  width: 100%;
  height: 690px;
  background: url(../images/common/bg14.gif);
}
.sub0601 .sp01 .sp_text {
  float: right;
}
.sub0601 .sp02 {
  height: 558px;
  background: url(../images/common/bg3.gif);
}
.sub0601 .sp03 {
  height: 410px;
  background-color: #11d2de;
}
.sub0601 .sp04 {
  background-color: #04bfbf;
}
.sub0601 .sp04 .sp_text {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
.sub0601 .sp04 .sp_img {
  width: 100%;
  margin: 0;
  padding-bottom: 120px;
  text-align: center;
}
.sub0601 .sp05 {
  padding-bottom: 40px;
  background: url(../images/common/bg3.gif);
}
.sub0601 .sp06 {
  background: url(../images/common/bg1.jpg);
}

/* 대행업무 */
.sub0602 .sp01 {
  width: 100%;
  height: 598px;
  background: url(../images/common/bg15.gif);
}
.sub0602 .sp01 .sp_text {
  float: right;
}
.sub0602 .sp02 {
  background: url(../images/common/bg3.gif);
}
.sub0602 .sp03 {
  height: 435px;
  background-color: #ff7e00;
}
.sub0602 .sp04 {
  padding: 120px 0 280px 0;
  background-color: #ebebeb;
}
.sub0602 .sp04 p {
  text-align: center;
  margin-bottom: 60px;
}

/* 분석서비스 */
.sub0605 .sp01 {
  background-color: #ffd479;
}
.sub0605 .sp01 .sp_text {
  padding-bottom: 60px;
}
.sub0605 .sp02 {
  height: 207px;
  background-color: #ffd479;
}
.sub0605 .sp02 .sp_text {
  padding-top: 0;
}
.sub0605 .sp03 {
  height: 583px;
  background: url(../images/common/bg10.gif);
}
.sub0605 .sp04 {
  background-color: #04bfbf;
}
.sub0605 .sp04 .sp_text {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
.sub0605 .sp04 .sp_img {
  width: 100%;
  margin: 0;
  padding-bottom: 120px;
  text-align: center;
}
.sub0605 .sp05 {
  background-color: #ffdbcf;
}

/* 문서작성대행 */
.sub0606 .sp01 {
  background-color: #b3e273;
}
.sub0606 .sp01 .sp_text {
  padding-bottom: 60px;
}
.sub0606 .sp02 {
  background-color: #b3e273;
}
.sub0606 .sp02 .sp_text {
  padding-top: 0;
}
.sub0606 .sp03 {
  background: url(../images/common/bg11.gif);
}
.sub0606 .sp04 {
  overflow: hidden;
  background-color: #ff748b;
}
.sub0606 .sp04 .sp_text {
  float: right;
  padding-top: 90px;
}

/* 마케팅기획 및 관리 */
.sub0603 .sp01 {
  background-color: #49417a;
  height: 707px;
}
.sub0603 .sp01 img.light {
  padding-top: 89px;
}
.sub0603 .sp01 .sp_text {
  padding-bottom: 120px;
}
.sub0603 .sp02 {
  height: 626px;
  background: url(../images/common/bg10.gif);
  padding: 120px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub0603 .sp02 .sp_text {
  padding-top: 0;
}
.sub0603 .sp03 {
  height: 489px;
  background-color: #e2c001;
}
.sub0603 .sp03 img.mar {
  float: right;
}
.sub0603 .sp04 {
  background-color: #fff6e3;
  height: 840px;
}
.sub0603 .sp04 .sp_text {
  width: 100%;
  margin: 0;
  margin-top: -22px;
  text-align: center;
}
.sub0603 .sp04 .sp_img {
  width: 100%;
  margin: 0;
  margin-top: -80px;
  text-align: center;
}

/* 이미지메이킹 */
.sub0604 .sp01 {
  background-color: #2667b7;
  height: 627px;
}
.sub0604 .sp01 img.light {
  padding-top: 50px;
}
.sub0604 .sp01 .sp_text {
  padding-bottom: 120px;
}
.sub0604 .sp02 {
  height: 551px;
  background: url(../images/common/bg10.gif);
  padding: 120px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub0604 .sp02 img.mar {
  margin-top: -20px;
}
.sub0604 .sp02 .sp_text {
  padding-top: 0;
}
.sub0604 .sp03 {
  height: 487px;
  background-color: #e2c001;
}
.sub0604 .sp03 img.mar {
  float: right;
  margin-top: 34px;
}
.sub0604 .sp04 {
  background-color: #fff6e3;
  height: 673px;
}
.sub0604 .sp04 .sp_text {
  width: 100%;
  margin: 0;
  margin-bottom: 38px;
  margin-top: -38px;
  text-align: center;
}
.sub0604 .sp04 .sp_img {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: -107px;
}
.sub0604 .sp05 {
  background: url(../images/common/bg1.jpg);
  height: 574px;
}
.sub0604 .sp05 .sp_img {
  margin-top: 74px;
}

/* 서비스 신청 안내 및 절차 */
#notice {
  width: 984px;
  height: 549px;
}
#notice span {
  float: left;
  padding-left: 10px;
  color: #09c;
  line-height: 2;
  font-weight: bold;
  font-size: 1em;
}
#notice .move_A {
  float: left;
  cursor: pointer;
  position: relative;
  top: 300px;
  left: 80px;
  z-index: 1000;
}
#notice .move_B {
  float: left;
  cursor: pointer;
  position: relative;
  top: 300px;
  left: 840px;
  z-index: 1000;
}
#slider {
  overflow: hidden;
}
.container {
  position: relative;
}
.item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
}
.item img {
  float: left;
}

/*new_ hp*/
.hpn_nav ul {
}
.hpn_nav li {
  position: relative;
  float: left;
  width: 199.5px;
  height: 50px;
}
.hpn_nav a {
  display: block;
  font-family: "NotoKr", "Nanum Barun Gothic", "Nanum Gothic Coding",
    "WebNanumGothic", "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic",
    Dotum, 돋움, Arial, Apple-Gothic, sans-serif;
  font-size: 22px;
  letter-spacing: -2px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.hpn_nav li:nth-child(2),
.hpn_nav li:nth-child(3),
.hpn_nav li:nth-child(4),
.hpn_nav li:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.hpn_nav a.last {
}
.hpn_nav li.on a {
  background-color: #01a2da;
  color: #fff;
  font-size: 22px;
}
.li_arr {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -13px;
}
.hpn_nav li.on .li_arr {
  display: block;
}
.hpn_nav .nav1_h {
  width: 198px;
  height: 100px;
}
.hpn_nav a.nav1 {
  display: block;
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  background-color: #bedb39;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 0 37px;
  text-align: left;
  background: #bedb39 !important;
  color: #000 !important;
}
.hpn_nav a i {
  font-size: 16px;
  font-style: normal;
}

.hpn_nav li.mobileNew {
  background-color: #5e67dd;
  animation: color_ani2 1s 0.2s infinite forwards;
}
.hpn_nav li.mobileNew.on {
  animation: none;
  border: none;
}
.hpn_nav li.mobileNew a {
  color: #fff;
}

@keyframes color_ani2 {
  0%,
  100% {
    background-color: #ffb629;
  }
  50% {
    background-color: #5e67dd;
  }
}
@keyframes color_ani2 {
  0%,
  100% {
    background-color: #ffb629;
  }
  50% {
    background-color: #5e67dd;
  }
}

.hpn_visual {
  margin-top: -20px;
  padding-top: 100px;
  background: url(../images/hp_n/bg_visual.gif);
}
.hpn_visual .p01 {
  text-align: center;
}
.wrap_mv {
  position: relative;
  margin-top: 90px;
}
.wrap_mv > video {
  position: absolute;
  left: 25px;
  top: 54px;
}
.mv_pop {
  position: absolute;
  left: 315px;
  top: -65px;
  z-index: 500;
}

.hpn_slider {
  position: relative;
}
.hpn_slider span {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
#hpn_slider_pvev {
  left: 0;
}
#hpn_slider_next {
  right: 0;
}

.hpn_merit {
  padding: 100px 0;
  background-color: #555;
}
#hpn_title {
  border-bottom: 1px solid #08b0eb;
}
#hpn_title .cont_center {
  position: relative;
}

/*추가*/
.homep_intro {
  height: /*218px*/ 150px;
}
.homep_intro h2 {
  opacity: 0;
  float: left;
  font-size: 57px;
  color: #08b0eb;
  padding: /*98px*/ 25px 0 0;
  line-height: 55px;
  font-weight: 300;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 293px;
  animation: anim1 0.3s 0s 1 ease forwards;
}
.homep_intro h2 span {
  display: block;
  font-size: 39px;
}
.homep_intro .infomation {
  overflow: hidden;
  float: left;
  padding: /*110px*/ 30px 0 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.homep_intro .infomation h3 {
  background: #08b0eb;
  color: #fff;
  width: 141px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  animation: anim3 0.2s 0.3s 1 ease forwards;
}
.homep_intro .infomation ul {
  padding: 5px 0 0;
}
.homep_intro .infomation ul li {
  opacity: 0;
  color: #08b0eb;
  font-weight: 700;
  padding: 3px 0 0 17px;
  font-size: 13px;
}
.homep_intro .infomation ul li:nth-child(1) {
  animation: anim1 0.3s 0.5s 1 ease forwards;
}
.homep_intro .infomation ul li:nth-child(2) {
  animation: anim1 0.3s 0.7s 1 ease forwards;
}
.homep_intro .infomation ul li:nth-child(3) {
  animation: anim1 0.3s 0.9s 1 ease forwards;
}
.homep_intro .infomation ul li div {
  position: relative;
  display: inline-block;
  width: 70px;
}
.homep_intro .infomation ul li div:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 9px;
  right: 4px;
  background: #08b0eb;
}
.homep_intro .infomation ul li i {
  position: relative;
  background: #fff;
  font-style: normal;
  display: inline-block;
  padding: 0 4px 0 0;
  font-weight: 700;
  z-index: 10;
}
.homep_intro .infomation ul li span {
}
.homep_intro .line {
  float: left;
  width: 1px;
  height: 0;
  background: #08b0eb;
  animation: anim2 1.2s 0s 1 ease forwards;
}

@keyframes anim1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes anim2 {
  100% {
    height: 100%;
  }
}
@keyframes anim3 {
  100% {
    transform: translateX(0px);
  }
}
@keyframes anim4 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim5 {
  100% {
    transform: scaleX(1);
  }
}
/*추가*/

.wrap_hpn_list {
  width: 1090px;
  position: relative;
  left: 50%;
  margin-top: 40px;
  margin-left: -590px;
}
.wrap_hpn_list:after {
  content: "";
  display: block;
  clear: both;
}
.wrap_hpn_list .year {
  float: left;
  width: 100px;
}
.hpn_list {
  width: 980px;
  float: right;
}
.hpn_list > li {
  float: left;
  position: relative;
  width: 470px;
  height: 320px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.hpn_list > li:nth-child(2n) {
  margin-right: 0;
}
.hpn_list > li > p {
  width: 440px;
  background-color: #555;
}
/*.pd_num	{padding:0 23px; border-right:1px solid #fff; color:#fff; line-height:30px;}*/
.pd_num {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.pd_ready {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.app_down {
  padding-left: 50px;
  color: #fff;
  line-height: 30px;
}
.pc {
  overflow: hidden;
  position: relative;
  display: block;
  width: 440px;
  height: 270px;
}
.pc .more_p {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.phone {
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 231px;
  z-index: 2;
}
.phone .more_m {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
/*faq*/
.hpn_faq {
  padding-top: 80px;
  background: url(../images/hp_n/bg_faq.gif);
}
.faq_txt {
  float: left;
  width: 415px;
  margin-top: 50px;
  margin-right: 134px;
}
.faq_txt ul {
  overflow: hidden;
  margin-top: 40px;
}
.faq_txt ul > li {
  float: left;
  margin-right: 10px;
}

.bx-has-controls-auto {
  overflow: hidden;
  position: absolute;
  right: 60px;
  bottom: 13px;
}
.bx-has-controls-auto .bx-controls-auto-item {
  float: left;
  margin-left: 2px;
}

.faq_slider {
  position: relative;
  float: left;
  width: 411px;
  height: 247px;
  padding: 167px 0 55px 40px;
  background: url(../images/hp_n/bg_talk.png) no-repeat;
}
#faq_pager {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -88px;
}
#faq_pager > li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 1px;
}
#faq_pager > li > a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
#faq_pager > li > a.active {
  background-color: #ffec42;
}

/*best,new 아이콘 위치*/
.hpn_list .new_icon {
  position: absolute;
  left: -15px;
  top: -15px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/common/new_ico.png);
  z-index: 10;
}
.hpn_list .best_icon {
  position: absolute;
  left: -15px;
  top: -15px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/common/best_ico.png);
  z-index: 10;
}

/*faq*/

/*mobile*/
#phone_sample {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}
#phone_sample .cont_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -340px;
  margin-left: -500px;
}
#phone_sample p {
  float: left;
  margin-right: 30px;
}
.mobile_view {
  position: relative;
  float: left;
}
#mobile_cont {
  position: absolute;
  left: 21px;
  top: 100px;
}
.mobile_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin-left: 17px;
}

/* 홈페이지 서비스 안내 160628 */
.event_info {
  background-color: #000;
  margin-top: 0 !important;
}
.m01 {
  background: url(../images/hp_n/intro/bg_m01.jpg) no-repeat center;
}
.m02 {
  background: url(../images/hp_n/intro/bg_m02.jpg) no-repeat center;
}
.m03 {
  background: url(../images/hp_n/intro/bg_m03.jpg) no-repeat center;
}
.m04 {
  background: url(../images/hp_n/intro/bg_m04.jpg) no-repeat center;
}
.sp_slider {
  overflow: visible;
  position: relative;
  padding: 40px 0;
}
.sp_slider > span {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  z-index: 500;
}
#sp_prev {
  margin-left: -540px;
}
#sp_next {
  margin-left: 516px;
}

/* 홈페이지 160725 */
.hpn_nav {
  position: relative; /*background:url(../images/hp_n/bg_hpn_nav.png)repeat-x;*/
  border-bottom: 1px solid #ddd;
  background: #fff;
  height: 100px;
  z-index: 500;
}
.hpn_s_title {
  background-color: #08b0eb;
}
.hpn_s_title ul {
  padding: 10px 0;
  font-family: "NotoKr", "Nanum Barun Gothic", "Nanum Gothic Coding",
    "WebNanumGothic", "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic",
    Dotum, 돋움, Arial, Apple-Gothic, sans-serif;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
}
.hpn_s_title ul li {
  font-size: 14px;
}
.hpn_s_title span {
  font-weight: 500;
}

#hpn_title .homep_intro .mobileTop {
  float: right;
  width: 705px;
  position: relative;
}
#hpn_title .homep_intro .mobileTop img:nth-child(1) {
  opacity: 0;
  animation: anim1 0.5s 0.5s 1 ease forwards;
  padding: 18px 0 0 80px;
}
#hpn_title .homep_intro .mobileTop img:nth-child(2) {
  opacity: 0;
  animation: anim1 0.5s 0.8s 1 ease forwards;
  padding: 10px 0 0 96px;
}

@keyframes anim1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.set_btn_app {
  position: absolute;
  right: 0;
  bottom:/*20px*/ 30px;
  z-index: 500;
}
.set_btn_app li {
  margin-top: 5px;
  opacity: 0;
}
.set_btn_app li:nth-child(1) {
  animation: anim1 0.3s 0s 1 ease forwards;
}
.set_btn_app li:nth-child(2) {
  animation: anim1 0.3s 0.2s 1 ease forwards;
}
.txt_btn {
  position: absolute;
  right: 200px;
  bottom: 10px;
}
#h_help {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px;
}

.mhd_tell {
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #062c60;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 44px;
}
.mhd_tell a {
  color: #fff;
  display: block;
  line-height: 44px;
  font-weight: 500;
}
.mhd_tell a img {
  margin-right: 6px;
}

.set_btn_app .evt {
  background: url(../images/hp_n/hp_evt.png) no-repeat;
  width: 81px;
  height: 67px;
  position: absolute;
  left: -90px;
  top: -30px;
  opacity: 0;
  animation: anim4 0.3s 0.5s 1 ease forwards;
}
.set_btn_app .evt.on {
  background-position: 0 -67px;
}

.plan {
  position: relative;
  overflow: hidden;
}
.plan .rain_bdr {
  background: linear-gradient(
    to right,
    #e87614,
    #eff314,
    #ec10d1,
    #16f525,
    #e87614,
    #eff314
  );
  background-size: 600%;
  width: 100%;
  display: block;
  height: 280px;
  position: absolute;
  animation: gr_bg 3s 0s linear infinite;
}
.plan.element-item > a {
  width: 264px;
  height: 270px;
  left: 5px;
  top: 5px;
  border-radius: 13px;
}
.element-item .jumun {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(45deg, #e45de0, #108cd4);
  font-size: 12px;
  color: #fff;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 5px;
}
.element-item .gusung {
  position: absolute;
  top: 33px;
  right: 10px;
  background: linear-gradient(45deg, #e02559, #b610d4);
  font-size: 12px;
  color: #fff;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 5px;
}

@keyframes gr_bg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

/*모바일완성형페이지 20201230*/
#hpn_title.mobileNew {
  border-bottom: 1px solid #5e67dd;
}
#hpn_title.mobileNew .homep_intro {
  height: 210px;
}
#hpn_title.mobileNew .homep_intro h2 {
  color: #5e67dd;
  padding-top: 70px;
}
#hpn_title.mobileNew .homep_intro .line {
  background: #5e67dd;
}
.hpn_s_title.mobileNew {
  background-color: #5e67dd;
  height: auto;
}
.hpn_list.mobileNew > li {
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 50px;
}
.hpn_list.mobileNew > li:nth-child(3n) {
  margin-right: 0;
}
.hpn_list.mobileNew > li .mobileMore {
  display: none;
  position: absolute;
  left: 16px;
  top: 48px;
}
.hpn_list.mobileNew > li:hover .mobileMore {
  display: block;
}
.hpn_list.mobileNew > li > a {
  cursor: pointer;
}
.hpn_list.mobileNew > li .mobileBtn {
  display: none;
  width: 94%;
  margin: 10px 0 0;
}
.hpn_list.mobileNew > li .mobileBtn a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #5e67dd;
  background-color: #fff;
  border: 1px solid #5e67dd;
  transition: 0.3s;
}
.hpn_list.mobileNew > li .mobileBtn a:hover {
  background-color: #5e67dd;
  color: #fff;
}

.mSampleOpen {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}
.mSampleOpen .cont_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mSampleOpen p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mSampleOpen .mobile_view {
  position: relative;
  float: right;
  margin: 25px 50px 0 0;
}
.mSampleOpen #mobile_cont {
  position: absolute;
  left: 37px;
  top: 75px;
}
.mSampleOpen .mobile_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin-left: 17px;
}

@media screen and (max-width: 1050px) {
  .hpn_list.mobileNew > li .mobileBtn {
    display: block;
  }
  .hpn_list.mobileNew > li .mobileMore,
  .hpn_list.mobileNew > li:hover .mobileMore {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hpn_list.mobileNew > li {
    width: 48%;
    margin: 0 1% 50px;
  }
  .hpn_list.mobileNew > li:nth-child(3n) {
    margin: 0 1% 50px;
  }
}
@media screen and (max-width: 480px) {
  .hpn_list.mobileNew > li {
    width: 48%;
    margin: 0 0.5% 35px;
    max-width: 90%;
  }
  .hpn_list.mobileNew > li:nth-child(3n) {
    margin: 0 0.5% 35px;
  }
  .hpn_list.mobileNew > li:nth-child(2n-1) {
    margin-right: 3%;
  }
  .hpn_list.mobileNew > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1050px) {
  .pc_none {
    display: none;
  }
  .m_none {
    display: block;
  }
  .hpn_nav2 {
    display: none;
  }
  .hpn_s_title {
    height: 80px;
    overflow: hidden;
    transform: scaleX(0);
    transform-origin: left;
    animation: anim5 0.3s 0s 1 ease forwards;
  }
  .hpn_s_title ul li {
    opacity: 0;
  }
  .hpn_s_title ul li:nth-child(1) {
    animation: anim1 0.4s 0.4s 1 ease forwards;
  }
  .hpn_s_title ul li:nth-child(2) {
    animation: anim1 0.4s 0.6s 1 ease forwards;
  }
  .hpn_s_title ul li:nth-child(3) {
    animation: anim1 0.4s 0.8s 1 ease forwards;
  }
  .hpn_s_title ul li:nth-child(4) {
    animation: anim1 0.4s 1s 1 ease forwards;
  }
  .hpn_list > li.gif_ > .pc > img:nth-child(2) {
    margin: 0 auto;
    position: absolute;
    left: -50px;
  }
  .hpn_list > li > .pc > img:nth-child(1) {
    position: relative;
  }
  .hpn_list > li > .pc > img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
  }
  .hpn_list > li {
    opacity: 0;
    animation: anim1 0.5s 1.3s 1 ease forwards;
  }
  .hpn_list > li:nth-child(1) {
    animation: anim1 0.5s 0.7s 1 ease forwards;
  }
  .hpn_list > li:nth-child(2) {
    animation: anim1 0.5s 0.9s 1 ease forwards;
  }
  .hpn_list > li:nth-child(3) {
    animation: anim1 0.5s 1.1s 1 ease forwards;
  }
  .hpn_list > li:nth-child(4) {
    animation: anim1 0.5s 1.3s 1 ease forwards;
  }
  .hpn_list > li:nth-child(5) {
    animation: anim1 0.5s 1.5s 1 ease forwards;
  }
  .hpn_list > li:nth-child(6) {
    animation: anim1 0.5s 1.7s 1 ease forwards;
  }
  .hpn_list .best_icon,
  .hpn_list .new_icon {
    opacity: 0;
    animation: anim4 0.3s 1.1s 1 ease forwards;
  }
}
@media screen and (max-width: 1050px) {
  .sp_text {
    width: 50%;
    margin: 0;
    padding: 60px 0;
  }
  .mg_right {
    margin: 0;
  }
  .sp_img {
    width: 50%;
  }
  .sp_img > img,
  .sp_text > img {
    max-width: 100%;
  }
  .mg_left {
    margin: 0;
  }
  #contents .cont_center {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  /* .cont_center2 {padding: 0 25px;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;} */

  .sub0101 .sp03 {
    height: auto;
  }
  .sub0101 .sp05 > .cont_center {
    padding-top: 14% !important;
    background: url(../images/in/img0105.png) no-repeat right -70px;
  }
  .sub0101 .sp06 {
    padding-bottom: 0;
  }
  .sub0102 .pl_cus1 {
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub0102 .ty_cus3 {
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub0103 .sp02 p {
    padding: 40px 0;
  }
  .sub0103 .sp02 .cont_center {
    width: auto;
    padding: 0 !important;
  }
  .sub0103 .sp02 .cont_center img {
    max-width: 100%;
  }
  .sub0501 .sp03 #map {
    width: 100% !important;
  }
  .sub0501 .sp04 {
    padding-bottom: 30px;
  }
  .sub0501 .sp04 img {
    max-width: 100%;
  }
  .sub0301 .sp02 {
    height: auto;
  }
  .sub0301 .sp03 {
    padding: 0 20px;
  }
  .sub0301 .sp03 .sp_text {
    width: auto;
  }
  .sub0301 .sp03 .sp_img {
    width: auto;
  }
  .sub0301 .sp05 .cont_center {
    width: auto;
  }
  .sub0301 .sp05 .cont_center .sp_text {
    width: auto;
  }
  .sub0301 .sp06 {
    padding-bottom: 0;
  }
  .sub0302 .sp02 {
    height: auto;
    padding: 0 20px;
  }
  .sub0302 .sp02 .sp_text {
    width: auto;
  }
  .sub0302 .sp02 .sp_img {
    width: auto;
    padding-top: 21%;
  }
  .sub0302 .sp03 .result {
    width: 560px;
    font-size: 0;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .sub0302 .sp03 .result li {
    margin: 5px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .sub0302 .sp05 .sp_text {
    width: 100%;
  }
  .sub0303 .sp01 {
    height: auto;
    width: auto;
    padding: 0 20px;
  }
  .sub0303 .sp01:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub0303 .sp01 .sp_text {
    width: auto;
  }
  .sub0303 .sp01 .sp_img {
    width: auto;
  }
  .sub0303 .sp05 .sp_text {
    width: 100%;
  }
  .sub0304 .sp01 .sp_text {
    width: 100%;
  }
  .sub0304 .sp01 .sp_img {
    width: 100%;
  }
  .sub0304 .sp01 {
    padding: 0 25px;
    width: auto;
  }
  .sub0304 .sp01 .sp_img {
    margin-left: 0;
  }
  .sub0304 .sp02 .sp_text img {
    margin-left: 7%;
  }
  .sub0304 .sp02 .rp_img {
    max-width: 100%;
    height: auto;
  }
  .sub0304 .sp03 .sp_img {
    margin-left: 0;
  }
  .sub0304 .sp04 {
    padding: 60px 0;
  }
  .sub0304 .sp04 .cont_center {
    width: auto;
  }
  .sub0304 .sp04 .cont_center img {
    max-width: 100%;
    height: auto;
  }
  .sub0305 .sp03 {
    padding: 60px 0;
  }
  .sub0305 .sp03 img {
    max-width: 100%;
    height: auto;
  }
  .sub0306 .sp01 {
    padding: 0 25px;
    width: auto;
  }
  .sub0306 .sp01 .sp_text {
    width: 100%;
  }
  .sub0306 .sp01 .set_right img {
    max-width: 100%;
    margin-left: 0;
  }
  .sub0306 .sp02 .cus_mr1 {
    max-width: 90%;
  }
  .sub0306 .sp03 .sp_text img {
    max-width: 95%;
  }
  .sub0306 .sp04 .sp_text {
    width: auto;
    padding: 50px 25px;
  }
  .sub0306 .sp04 .set_left > p {
    float: none;
  }
  .sub0306 .sp04 .set_right {
    width: 100%;
    text-align: center;
  }
  .sub0306 .sp04 .set_left {
    width: 100%;
    text-align: center;
  }
  .sub0306 .sp04 .set_right > p {
    padding: 0 0 60px;
    float: none;
  }
  .sub0306 .sp05 .sp_text > img {
    max-width: 95%;
  }
  .hpn_nav {
    /* display: none; */
  }
  .event_info img {
    width: 100%;
    height: auto;
  }
  .m01 img {
    max-width: 100%;
    height: auto;
  }
  .m01 {
    background-size: cover;
  }
  .sub0200 .sp02 p {
    width: auto;
    padding: 0 !important;
  }
  .sub0200 .sp02 p img {
    max-width: 100%;
    height: auto;
  }
  .sub0200 .sp03 img {
    max-width: 100%;
    height: auto;
  }
  .sub0200 .sp04 .cont_center {
    width: auto;
  }
  .sub0200 .sp04 img {
    max-width: 100%;
    height: auto;
  }
  .sub0601 .sp01 {
    width: auto;
    padding: 0 25px;
    height: auto;
  }
  .sub0601 .sp01:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub0601 .sp01 .sp_text {
    width: auto;
  }
  .sub0601 .sp01 .sp_img {
    width: auto;
  }
  .sub0601 .sp02 {
    height: auto;
  }
  .sub0601 .sp03 {
    height: auto;
  }
  .sub0601 .sp05 .sp_text {
    width: 100%;
    height: auto;
  }
  .sub0602 .sp01 {
    height: auto;
    padding: 0 25px;
  }
  .sub0602 .sp01:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub0602 .sp01 .sp_text {
    width: auto;
    padding: 50px 0 0;
  }
  .sub0602 .sp01 .sp_img {
    width: auto;
  }
  .sub0602 .sp03 {
    height: auto;
  }
  .sub0602 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0602 .sp04 p img {
    max-width: 80% !important;
  }
  .sub0602 .sp04 .cont_center img {
    max-width: 100%;
    height: auto;
  }
  .sub0602 .sp04 {
    padding: 50px 0;
  }
  .sub0604 .sp01 {
    height: auto;
  }
  .sub0604 .sp02 {
    height: auto;
    padding: 50px 0;
  }
  .sub0604 .sp02:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub0604 .sp03 {
    height: auto;
  }
  .sub0604 .sp03:after {
    content: "";
    display: block;
    clear: both;
  }
  .sub0604 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0604 .sp03 .sp_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .sub0604 .sp04 {
    height: auto;
  }
  .sub0604 .sp04 .sp_text {
    margin-top: 0;
  }
  .sub0604 .sp04 .sp_img {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .sub0604 .sp05 {
    height: auto;
  }
  .sub0604 .sp05 .sp_img {
    margin-top: 14px;
  }
  .sub0603 .sp01 {
    height: auto;
  }
  .sub0603 .sp02 {
    height: auto;
    padding: 50px 0;
  }
  .sub0603 .sp03 {
    height: auto;
    overflow: hidden;
  }
  .sub0603 .sp03 .sp_text {
    padding: 5% 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub0603 .sp04 {
    height: auto;
    padding-bottom: 40px;
  }
  .sub0603 .sp04 .sp_text {
    margin-top: 0;
  }
  .sub0603 .sp04 .sp_img {
    margin-top: 0;
  }
  .sub0605 .sp02 {
    height: auto;
  }
  .sub0605 .sp03 {
    height: auto;
  }
  .sub0605 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0606 .sp04 {
    padding: 0 25px;
  }
  .sub0605 .sp04 .sp_img {
    padding-bottom: 50px;
  }
  .sub0606 .sp04 .sp_text {
    width: auto;
    margin-right: 30px;
    padding-top: 9%;
  }
  .sub0606 .sp04 .sp_img {
    width: auto;
  }
  .m01 {
    background: url(../images/hp_n/intro/bg_m01.jpg) no-repeat center;
  }
  .pc_none {
    display: block;
  }
  .m_none {
    display: none !important;
  }
  .m02 {
    background: #fbf4e2;
    text-align: center;
    padding: 40px 0;
  }
  .m02 map {
    display: none;
  }
  .m02 .ct {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .m01 {
    background: #08b1ec;
    padding: 25px;
    padding-bottom: 0;
    text-align: center;
  }
  .m01 .cont_center {
    padding: 0 !important;
  }
  .m01 .cont_center .pc_none {
    display: inline;
  }
  .m03 {
    background: #fff;
    padding: 25px 0;
  }
  .m03 .ct {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .m04 {
    background: #08b1ec;
    padding: 25px 0 0;
  }
  .m04 .ct {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .hp_m_sl img {
    max-width: 100%;
    height: auto;
  }
  .hpn_merit {
    padding: 0px 0;
  }
  .hpn_merit img {
    max-width: 100%;
    height: auto;
  }
  #hpn_title .homep_intro {
    display: none;
  }
  #hpn_title .set_btn_app {
    display: block;
  }
  .hpn_s_title {
    word-break: keep-all;
    padding: 15px 0;
    margin: 0 0 40px;
  }
  .hpn_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
  }
  .hpn_list > li {
    max-width: 100%;
    height: auto;
  }
  .wrap_hpn_list {
    width: auto;
    position: static;
    margin-left: 0;
    margin-top: 0;
  }
  .hpn_list {
    width: 100%;
    float: none;
  }
  .hpn_list > li {
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
  }
  .hpn_list > li:nth-child(2n) {
    margin-right: 0;
  }
  .hpn_list > li img {
    width: 100%;
    height: auto;
  }
  .hpn_list > li > .pc > img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .pc {
    width: auto;
    height: auto;
  }
  .hpn_list > li > p {
    width: auto;
  }
  .hpn_list .phone {
    display: none;
  }
  #phone_sample {
    display: none !important;
  }
  #phone_sample + div {
    display: none;
  }
  .wrap_hpn_list .year {
    display: none;
  }
  .hpn_nav2 {
    position: relative;
    border-top: 1px solid #08b0eb;
    letter-spacing: -1.2px;
    padding: 20px;
    background: url(../images/hp_n/hp_t_bg1.jpg) no-repeat center;
    background-size: cover;
  }
  .hpn_nav2 > h2 {
    color: #08b1ec;
    font-size: 30px;
    line-height: normal;
  }
  .hpn_nav2 > p {
    color: #08b1ec;
    font-size: 15px;
    margin-bottom: 6px;
  }
  .hpn_nav2 > span {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: #1497c5;
    border-radius: 5px;
    padding: 0 8px;
    margin: 0 10px 0 0;
  }
  .hpn_nav2 > span.m0 {
    margin: 0;
  }
  .hpn_nav2 > ul {
    position: absolute;
    right: 25px;
    top: 30px;
  }
  .hpn_nav2 > ul li {
    border: 1px solid #08b0eb;
    border-radius: 5px;
    margin: 10px 0 0;
  }
  .hpn_nav2 > ul li a {
    display: block; /*padding: 10px 13px 10px 35px;*/
    font-size: 14px; /*color: #08b0eb*/
    font-weight: 500; /*background: url(../images/hp_n/hp_dwn.png) no-repeat 9px 50%;background-size: 17px 11px*/
  }
  .hpn_nav2 > ul li a b {
    font-weight: 700;
    color: #1a9ecc;
  }
  .hpn_nav2 .hp_sbm_btn {
    display: none;
  }

  .hpn_nav2.mobileNew > h2 {
    color: #08b1ec;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .hpn_nav2.mobileNew .mobileTop {
    width: 100%;
  }
  .hpn_nav2.mobileNew .mobileTop img {
    width: 90%;
  }
  .hpn_nav2.mobileNew .mobileTop img:first-child {
    margin-bottom: 10px;
    opacity: 0;
    animation: anim1 0.5s 0.5s 1 ease forwards;
  }
  .hpn_nav2.mobileNew .mobileTop img:nth-child(2) {
    opacity: 0;
    animation: anim1 0.5s 0.8s 1 ease forwards;
  }

  .sub0501 .sp03 .root_daum_roughmap {
    margin: 20px auto 30px;
    width: 96% !important;
  }
} /*1050*/
@media screen and (min-width: 769px) {
  .hp_sbm_pop {
    display: none !important;
  }
  .cu_none2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_none {
    display: none !important;
  }
  .sp_text {
    float: none;
    text-align: center;
    width: 100%;
    padding: 50px 0;
  }
  .sp_img {
    float: none;
    text-align: center;
    width: 100%;
  }
  .t-cus1 {
    margin-top: -135px;
  }
  .sub0101 .sp02 .sp_text {
    padding-top: 30px;
  }
  .sub0101 .sp05 > .cont_center {
    padding-top: 0 !important;
    background: url(../images/in/img0105.png) no-repeat right bottom;
    padding-bottom: 47% !important;
    background-size: contain;
  }
  .sub0101 .sp06 .sp_text {
    padding-bottom: 0;
  }
  .sub0102 .sp02 .mg_left {
    display: none;
  }
  .sub0102 .ty_cus1 {
    -webkit-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  .sub0102 .pl_cus1 {
    padding-left: 0;
  }
  .sub0102 .ty_cus2 {
    padding-top: 0 !important;
  }
  .sub0102 .pb0 {
    padding-bottom: 0;
  }
  .sub0102 .pt0 {
    padding-top: 0;
  }
  .sub0102 .ty_cus3 {
    padding-left: 0;
    position: relative;
    height: 0;
    padding-bottom: 69%;
  }
  .sub0102 .ty_cus3 img {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .sub0103 .mg_right {
    margin-top: -18%;
  }
  .sub0501 .sp02 {
  }
  .sub0501 .sp02 ul {
    margin-top: 20px;
  }
  .sub0501 .sp02 ul li {
    width: 48%;
    margin-left: 2%;
  }
  .sub0501 .sp02 img {
    max-width: 100%;
    height: auto;
  }
  .sub0301 .sp02 .mg_left {
    display: none;
  }
  .sub0301 .sp01 .ty_cus1 {
    margin-top: -10%;
  }
  .sub0301 .sp02 .sp_text {
    padding-top: 40px;
  }
  .sub0301 .set_left {
    width: 100%;
  }
  .sub0301 .set_right {
    display: none;
  }
  .sub0301 .sp03 .sp_text {
    float: none;
  }
  .sub0302 .sp01 img {
    margin-top: 0 !important;
  }
  .sub0302 .sp02 .set_left {
    width: 100%;
  }
  .sub0302 .sp02 .set_right {
    width: 100%;
  }
  .sub0302 .sp02 .sp_text {
    float: none;
  }
  .sub0302 .sp02 .sp_img {
    padding-top: 0;
  }
  .sub0302 .sp04 .mg_right {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sub0303 .sp01 .set_left {
    width: 100%;
  }
  .sub0303 .sp01 .sp_text {
    float: none;
  }
  .sub0303 .sp01 .sp_img {
    width: 100%;
  }
  .sub0303 .sp01 .set_right {
    width: 100%;
  }
  .sub0303 .sp01 .mt_cus1 {
    margin-top: -36%;
  }
  .sub0303 .sp02 .sp_text {
    padding-top: 0;
  }
  .sub0303 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0303 .sp04 .sp_text {
    padding-bottom: 0;
  }
  .sub0303 .sp04 .mg_right {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .sub0304 .sp01 .set_left {
    width: 100%;
  }
  .sub0304 .sp01 .set_right {
    width: 100%;
  }
  .sub0304 .sp02 .sp_text {
    padding-top: 0;
  }
  .sub0304 .sp02 .sp_text img {
    margin-left: 0;
  }
  .sub0305 .sp_text {
    padding-bottom: 0;
  }
  .sub0305 .sp02 {
    padding: 50px 0;
  }
  .sub0305 .sp02 .rp_img {
    max-width: 100%;
    height: auto;
  }
  .sub0305 .sp03 {
    padding: 30px 0;
  }
  .sub0306 .sp01 .set_left {
    width: 100%;
  }
  .sub0306 .sp01 .set_right {
    width: 100%;
  }
  .sub0306 .sp01 .sp_text {
    padding-bottom: 0;
  }
  .sub0306 .sp02 .sp_img {
    display: none;
  }
  .sub0306 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0306 .sp03 .sp_text img {
    max-width: 100%;
  }
  .sub0306 .sp05 .sp_text {
    padding-bottom: 0;
  }
  .sub0200 .sp_text {
    padding-bottom: 0;
  }
  .sub0601 .sp01 .set_left {
    width: 100%;
  }
  .sub0601 .sp01 .sp_text {
    float: none;
    padding-bottom: 0;
  }
  .sub0601 .sp01 .set_right {
    float: none;
    width: 100%;
  }
  .sub0601 .sp02 .sp_text {
    padding-top: 10px;
  }
  .sub0601 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0602 .sp01 {
    width: auto;
  }
  .sub0602 .sp01 .set_left {
    width: 100%;
    float: none;
  }
  .sub0602 .sp01 .set_right {
    width: 100%;
  }
  .sub0602 .sp01 .sp_text {
    float: none;
  }
  .sub0602 .sp02 .sp_text {
    padding-top: 0;
  }
  .sub0604 .sp01 .sp_text {
    padding-bottom: 0;
  }
  .sub0604 .sp02 .sp_text {
    padding: 40px 0;
  }
  .sub0604 .sp03 .sp_text {
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .sub0604 .sp03 img.mar {
    float: none;
  }
  .sub0604 .sp03 .sp_img img {
    max-width: 90%;
  }
  .sub0604 .sp05 .sp_img {
    margin-bottom: 40px;
  }
  .sub0603 .sp01 .sp_text {
    padding-bottom: 0;
  }
  .sub0603 .sp01 img.light {
    padding-top: 40px;
  }
  .sub0603 .sp03 .sp_text {
    padding: 40px 0;
  }
  .sub0603 .sp03 img.mar {
    float: none;
  }
  .sub0605 .sp01 .sp_text {
    padding-bottom: 20px;
  }
  .sub0605 .sp02 {
    background-color: #ecb133;
    padding-top: 40px;
  }
  .sub0605 .sp02 .sp_img {
    margin-bottom: 30px;
  }
  .sub0606 .sp01 .sp_text {
    padding-bottom: 0;
  }
  .sub0606 .sp02 {
    background: #88c7de;
    padding-top: 40px;
  }
  .sub0606 .sp03 .sp_text {
    padding-bottom: 0;
  }
  .sub0606 .sp04 .sp_text {
    margin-right: 0;
    float: none;
  }
  .sub0606 .sp04 .set_left {
    width: 100%;
  }
  .sub0606 .sp04 .set_right {
    float: none;
    width: 100%;
  }
  .hpn_list .best_icon {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .hpn_list .new_icon {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .hpn_nav2 > ul {
    display: none;
  }
  .hpn_nav2 {
    text-align: center;
  }
  .hpn_nav2 .hp_sbm_btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    height: 50px;
    background: url(../images/hp_n/hp_ft_btn_bg.jpg);
    color: #fff;
    font-size: 0;
    cursor: pointer;
  }
  .hpn_nav2 .hp_sbm_btn:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  .hpn_nav2 .hp_sbm_btn i {
    display: inline-block;
    vertical-align: middle;
  }
  .hp_sbm_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    font-size: 0;
    text-align: center;
    display: none;
  }
  _:-ms-input-placeholder,
  :root .hp_sbm_pop {
    background: rgba(0, 0, 0, 0.9);
  } /* Only works in IE10 이상*/
  _:-ms-fullscreen,
  :root .hp_sbm_pop {
    background: rgba(0, 0, 0, 0.9);
  } /* Only works in IE11  */
  .hp_sbm_pop:before {
    vertical-align: middle;
    height: 100%;
    content: "";
    display: inline-block;
  }
  .hp_sbm_pop .middle {
    display: inline-block;
    vertical-align: middle; /*width: 330px*/
  }
  .hp_sbm_pop .middle a {
    display: inline-block;
    width: /*100px*/ 120px;
    vertical-align: top;
    margin: 30px 0;
  }
  .hp_sbm_pop .middle a img {
    max-width: 90%;
    height: auto;
    margin: 0 0 10px;
  }
  .hp_sbm_pop .middle a p {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
  }
  .hp_sbm_close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px;
    cursor: pointer;
  }

  .sub0303 .sp05 .sp_text {
    padding: 0;
  }
  .cu_none1 {
    display: none;
  }
  .rp_bs > img {
    max-width: 100%;
    height: auto;
  }
  .rp_bs table {
    width: 100%;
    margin: 30px 0 0;
    font-size: 20px;
    letter-spacing: -1px;
  }
  .rp_bs table thead th {
    background: #051f48;
    color: #fff;
    font-weight: 400;
    padding: 12px 0;
  }
  .rp_bs table thead th:first-child {
    border-right: 2px solid #fff;
    width: 255px;
  }
  .rp_bs table tbody td {
    padding: 15px;
  }
  .rp_bs table td {
    color: #000;
    border-bottom: 2px solid #000;
  }
  .rp_bs table td:first-child {
    line-height: 25px;
  }
  .rp_bs table tbody td:first-child {
    border-right: 2px solid #000;
  }
  .rp_bs table p {
    font-size: 18px;
    background: url(../images/om/mk_ck.png) no-repeat left 4px;
    background-size: 13px 13px;
    padding-left: 20px;
    text-align: left;
    margin: 0 0 11px;
    color: #000;
    font-weight: 500;
    word-break: keep-all;
  }
  .rp_bs table p.red {
    color: red;
  }
  .rp_bs table tr.hrt {
  }
  .rp_bs table tr.hrt td {
    background: #051f48;
    color: #fff;
  }
  .rp_bs table tr.hrt td p {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    word-break: keep-all;
    background: none;
    padding: 0;
  }
  .rp_bs table tr.hrt td p span {
    color: #11dc45;
    display: block;
  }
  .rp_bs table + p {
    text-align: left;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0;
  }

  .rp_bs2 {
    text-align: center;
    padding: 0 0 40px;
  }
  .rp_bs2 table thead th {
    background: #351751;
  }
  .rp_bs2 table tr.hrt td {
    background: #351751;
  }
  .rp_bs2 table tr.hrt td p span {
    color: #f0dc13;
  }

  #wrapper.blur #head_wrap,
  #wrapper.blur #contents,
  #wrapper.blur #footer {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
}
@media screen and (max-width: 640px) {
  .sub0302 .sp03 {
    padding: 50px 0;
  }
  .sub0302 .sp03 .re_img {
    max-width: 100%;
    height: auto;
  }
  .sub0302 .sp03 .result {
    width: 100%;
  }
  .sub0302 .sp03 .result li {
    margin: 1%;
    width: 21%;
    height: auto;
    padding-bottom: 22%;
  }
  .sub0302 .sp03 .result > li > a {
    width: auto;
    height: auto;
  }
  .sub0302 .sp03 .result > li > a > img {
    width: 100%;
    height: auto;
  }
  .result_pop {
    left: 2.5%;
    margin-left: 0;
    width: 95%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_pop .set_title {
    width: 100%;
  }
  .result_pop > img {
    max-width: 100%;
    height: auto;
  }
  .result_pop .set_title p {
    font-size: 18px;
  }
  .hp_sbm_pop {
    min-width: 350px;
  }
  .hp_sbm_pop .middle a {
    margin: 15px;
  }
  .hp_sbm_pop .middle a img {
    max-width: 55%;
  }
  .hp_sbm_pop .middle a p {
    font-size: 16px;
  }
  .sub0501 .sp03 .root_daum_roughmap {
    height: 300px !important;
  }
}
@media screen and (max-width: 630px) {
  .rp_bs table {
    font-size: 16px;
  }
  .rp_bs table p {
    font-size: 16px;
  }
  .rp_bs table thead th:first-child {
    width: 190px;
  }
}
@media screen and (max-width: 470px) {
  .rp_bs table {
    font-size: 13px;
  }
  .rp_bs table p {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .rp_bs table thead th:first-child {
    width: 140px;
  }
  .rp_bs table tbody td {
    padding: 15px 5px;
  }
}

/*인트로페이지*/
#introModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  animation: modelTxt5 0.5s 2.5s 1 linear forwards;
  -webkit-animation: modelTxt5 0.5s 2.5s 1 linear forwards;
}
#introModel.cookie {
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0);
}
#introModel .introModelWrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  height: 800px; /*cursor:pointer;*/
  animation: modelTxt3 0.5s 2.5s 1 linear forwards;
}
#introModel .introModelWrap.cookie {
  width: 0;
  left: -300px;
}
#introModel .modelFir {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 1;
  width: 100%;
  animation: modelFir 0.7s 0.7s 1 linear forwards,
    modelThr 0.7s 1.6s 1 linear forwards;
}
#introModel .modelSec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  width: 100%;
  animation: modelSec 1.3s 0.7s 1 linear forwards;
}
#introModel .ballon1 {
  position: absolute;
  left: 45px;
  top: 0;
  width: 441px;
  height: auto;
}
#introModel .ballon2 {
  position: absolute;
  right: 170px;
  top: 30px;
  width: 367px;
  height: auto;
  animation: ballonNo2 0.5s 2.5s 1 linear forwards;
}

@keyframes modelFir {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes modelFir {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modelSec {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes modelSec {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes modelThr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modelFir {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ballonNo2 {
  0% {
    width: 367px;
    height: auto;
    top: 30px;
  }
  100% {
    width: 0;
    height: 0;
    top: 50px;
  }
}
@-webkit-keyframes ballonNo2 {
  0% {
    width: 367px;
    height: auto;
    top: 30px;
  }
  100% {
    width: 0;
    height: 0;
    top: 50px;
  }
}

.introModelSmall {
  position: fixed;
  left: 25px;
  bottom: 280px;
  width: 235px;
  height: 285px;
  background: url(../../images/intro/openBtnBg2.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  opacity: 0;
  animation: modelTxt2 0.5s 2.7s 1 linear forwards;
  z-index: 999;
  transition: all 0.5s;
}
introModelSmall .introModelSmall1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.introModelSmall .introModelSmall2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
}

.introModelSmall #txtSlide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.introModelSmall #txtSlide .swiper-slide {
  opacity: 0 !important;
}
.introModelSmall #txtSlide .swiper-slide-active {
  opacity: 1 !important;
}

.introModelSmall .spinner .quick-box-txt1 {
  position: absolute;
  left: 0;
  top: 0;
}
.introModelSmall .spinner .quick-box-txt2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: modelSec 1s 0.3s infinite forwards;
}

.introModelSmall #slideBox {
  width: 130px;
  height: 100px;
  position: absolute;
  top: 60px;
  left: 75px;
  overflow: hidden;
}
.introModelSmall .openBtnModel {
  position: absolute;
  top: 12px;
  left: -3px;
  z-index: 9;
}

.introModelSmall .introModelBtn2 {
  position: absolute;
  right: 0;
  top: 205px;
  width: 87px;
  height: auto;
}
.introModelSmall .introModelBtn2 .clickBtn1 {
  position: absolute;
  top: 6px;
  left: 0;
  animation: modelBtn2_1 1s 0.3s infinite;
}
.introModelSmall .introModelBtn2 .clickBtn1_2 {
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0;
  animation: modelBtn2_1 1s 0.3s infinite, modelBtn2_1_2 1s 0.3s infinite;
}
.introModelSmall .introModelBtn2 .clickBtn2 {
  position: absolute;
  top: 9px;
  left: 0;
}
.introModelSmall .introModelBtn2 .clickBtn3 {
  position: absolute;
  top: 0;
  left: 50px;
  opacity: 0;
  animation: modelBtn2_3 0.7s 0.3s infinite;
}
.introModelSmall .introModelBtn2 .clickBtn4 {
  position: absolute;
  top: 20px;
  right: 8px;
  animation: modelBtn2_4 1s 0.3s infinite;
}

@keyframes modelBtn2_1 {
  0%,
  100% {
    top: 6px;
  }
  50% {
    top: 9px;
  }
}
@-webkit-keyframes modelBtn2_1 {
  0%,
  100% {
    top: 6px;
  }
  50% {
    top: 9px;
  }
}
@keyframes modelBtn2_1_2 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes modelBtn2_1_2 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes modelBtn2_3 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes modelBtn2_3 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes modelBtn2_4 {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes modelBtn4 {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.spinner {
  width: 110px;
  padding: 10px 0 0;
  height: 50px;
  text-align: center;
  background: url(../../images/intro/quick-box-bg.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  right: 15px;
  z-index: 1;
}

.spinner .spinnerWrap {
  position: relative;
  width: 130px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
}
.spinner .spinnerWrap p:after {
  content: "";
  white-space: nowrap;
  padding-right: 0px;
}
.spinner .spinnerWrap p {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%,
  to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%,
  to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%,
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modelTxt1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes modelTxt1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modelTxt2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modelTxt2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modelTxt3 {
  0% {
    width: 1200px;
    height: 800px;
    left: 50%;
    bottom: 50%;
  }
  100% {
    width: 0px;
    height: 0;
    left: 50px;
    bottom: 300px;
  }
}
@-webkit-keyframes modelTxt3 {
  0% {
    width: 1200px;
    height: 800px;
    left: 50%;
    bottom: 50%;
  }
  100% {
    width: 0px;
    height: 0;
    left: 50px;
    bottom: 300px;
  }
}
@keyframes modelTxt4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modelTxt4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modelTxt5 {
  0% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    width: 0;
    height: 0;
    top: 50%;
    left: 25px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes modelTxt5 {
  0% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    width: 0;
    height: 0;
    top: 50%;
    left: 25px;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
}

.introModelSmall:hover .introModelSmall1 {
  opacity: 0;
}
.introModelSmall:hover .introModelSmall2 {
  opacity: 1;
}

#intro {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#intro .intro_close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
#intro .w1200 {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#intro .introPc {
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(12, 22, 30, 0.9);
  text-align: center;
}
#intro .introPc p {
  font-size: 24px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 70px;
}
#intro .introPc p img {
  margin-right: 10px;
  margin-top: -4px;
}

#intro .introLink1,
#intro .introLink2 {
  cursor: pointer;
  position: absolute;
  width: 360px;
  height: 429px;
}
#intro .introLink1 {
  background: url(../../images/intro/mainLink1.png) no-repeat center center;
  background-size: 100%;
  top: 250px;
  left: 5px;
  animation: introLink1 1.5s 0.1s infinite;
}

#intro .introLink1 .introMain01 {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
}
#intro .introLink2 {
  background: url(../../images/intro/mainLink2.png) no-repeat center center;
  background-size: 100%;
  top: 265px;
  right: 5px;
  animation: introLink2 1.5s 0.1s infinite;
}
#intro .introLink2 .introMain02 {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
}
#intro .introMain03 {
  position: absolute;
  top: 17.5%;
  left: 50%;
  transform: translateX(-50%);
}
#intro #introMain .introMainOn {
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
  animation: introTwinkle 1s 0.1s infinite;
}

@keyframes introLink1 {
  0%,
  100% {
    top: 250px;
  }
  50% {
    top: 260px;
  }
}
@-webkit-keyframes introLink1 {
  0%,
  100% {
    top: 250px;
  }
  50% {
    top: 265px;
  }
}
@keyframes introLink2 {
  0%,
  100% {
    top: 265px;
  }
  50% {
    top: 250px;
  }
}
@-webkit-keyframes introLink2 {
  0%,
  100% {
    top: 265px;
  }
  50% {
    top: 250px;
  }
}
@keyframes introTwinkle {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes introTwinkle {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.introDesign {
  visibility: hidden;
}
.introDesign .introMain05 {
  opacity: 0;
  position: absolute;
  top: 13%;
  left: -300px;
}
.introDesign.on .introMain03 {
  animation: intro_ani1 0.7s 0.5s 1 linear forwards;
}
.introDesign.on .introMain05 {
  animation: intro_ani2 0.7s 0.9s 1 linear forwards;
}

.introSkill {
  visibility: hidden;
}
.introSkill .introMain05 {
  opacity: 0;
  position: absolute;
  top: 13%;
  right: -300px;
}
.introSkill.on .introMain03 {
  animation: intro_ani3 0.7s 0.5s 1 linear forwards;
}
.introSkill.on .introMain05 {
  animation: intro_ani2 0.7s 0.9s 1 linear forwards;
}

@keyframes intro_ani1 {
  0% {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  50% {
    left: -100px;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    left: -100px;
    transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes intro_ani1 {
  0% {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  50% {
    left: -200px;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    left: -200px;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes intro_ani2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intro_ani2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes intro_ani3 {
  0% {
    right: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  50% {
    right: -100px;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    right: -100px;
    transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes intro_ani3 {
  0% {
    right: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  50% {
    right: -200px;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    right: -200px;
    transform: translateX(0);
    opacity: 0;
  }
}

#intro .designSlide {
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0;
  width: 969px;
  height: 835px;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../../images/intro/slideBg.png) no-repeat center center;
  background-size: cover;
}
#intro .designSlide.on {
  animation: intro_slide 0.7s 1.2s 1 linear forwards;
  -webkit-animation: intro_slide 0.7s 1.2s 1 linear forwards;
}
@keyframes intro_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intro_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#intro .designSlide p {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  font-weight: 300;
}
#intro .designSlide p span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  padding: 1px 3px 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff265 50%);
  background-size: 200%;
  transition: 0.5s;
  transition-delay: 0.5s;
}
#intro .designSlide p span.sw4 {
  transition-delay: 1s;
}
#intro .designSlide .swiper-slide.on p span {
  background-position: -100% 0;
  color: #111;
}

#intro .designSlide .mainGo {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  cursor: pointer;
}
#intro .designSlide .skillGo {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
#intro .designSlide .swiper-wrapper {
  padding-top: 80px;
  width: 930px;
  height: 835px;
  float: right;
  box-sizing: border-box;
  z-index: 998;
}
#intro .designSlide .swiper-pagination-intro {
  display: block;
  position: absolute;
  top: auto;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 9999;
}
#intro .designSlide .swiper-pagination-intro .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50px;
  margin: 0 2px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  outline: none;
  text-align: center;
}
#intro .designSlide .swiper-pagination-intro .swiper-pagination-bullet-active {
  color: #ff0;
  border: 1px solid #ff0;
}
#intro .designSlide .swiper-button-next-intro {
  position: absolute;
  bottom: 50px;
  right: 320px;
  width: 40px;
  height: 40px;
  background: url("../../images/intro/slideNext.png") no-repeat center center;
  background-size: 100%;
  z-index: 998;
  cursor: pointer;
  outline: none;
}
#intro .designSlide .swiper-button-prev-intro {
  position: absolute;
  bottom: 50px;
  left: 320px;
  width: 40px;
  height: 40px;
  background: url("../../images/intro/slidePrev.png") no-repeat center center;
  background-size: 100%;
  z-index: 998;
  cursor: pointer;
  outline: none;
}

#intro .designSlide .swiper-slide {
  width: 930px !important;
  overflow: hidden;
}
#intro .designSlide .swiper-slide.on {
}
#intro .designSlide .wrap {
  position: relative;
  margin: 0 auto;
  width: 860px;
}
#intro .designSlide .sw_a {
  position: absolute;
}

#intro .designSlide .sw1 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw1 .sw_a2 {
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw1 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}

#intro .designSlide .sw2 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw2 .sw_a2 {
  top: 99px;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw2 .sw_a2_2 {
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#intro .designSlide .sw2.on .sw_a2_2 {
  animation: design1 0.5s 0.3s 1 linear forwards;
}
#intro .designSlide .sw2 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes design1 {
  0% {
    top: 230px;
    opacity: 0;
  }
  100% {
    top: 181px;
    opacity: 1;
  }
}
@-webkit-keyframes design1 {
  0% {
    top: 230px;
    opacity: 0;
  }
  100% {
    top: 181px;
    opacity: 1;
  }
}

#intro .designSlide .sw3 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw3 .sw_a2 {
  top: 131px;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw3 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}

#intro .designSlide .sw4 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw4 .sw_a2 {
  top: 107px;
  left: 24px;
  opacity: 0;
}
#intro .designSlide .sw4 .sw_a2_2 {
  top: 326px;
  left: 24px;
  opacity: 0;
}
#intro .designSlide .sw4 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}
#intro .designSlide .sw4.on .sw_a2 {
  animation: design2 0.5s 0.3s 1 linear forwards;
}
#intro .designSlide .sw4.on .sw_a2_2 {
  animation: design3 0.5s 0.3s 1 linear forwards;
}

@keyframes design2 {
  0% {
    top: 137px;
    opacity: 0;
  }
  100% {
    top: 107px;
    opacity: 1;
  }
}
@-webkit-keyframes design2 {
  0% {
    top: 137px;
    opacity: 0;
  }
  100% {
    top: 107px;
    opacity: 1;
  }
}
@keyframes design3 {
  0% {
    top: 296px;
    opacity: 0;
  }
  100% {
    top: 326px;
    opacity: 1;
  }
}
@-webkit-keyframes design3 {
  0% {
    top: 296px;
    opacity: 0;
  }
  100% {
    top: 326px;
    opacity: 1;
  }
}

#intro #skillSlide {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 969px;
  height: 835px;
  padding-right: 40px;
  box-sizing: border-box;
  background: url(../../images/intro/slideBg2.png) no-repeat center center;
  background-size: cover;
}
#intro #skillSlide.on {
  animation: intro_slide2 0.7s 1.2s 1 linear forwards;
}
@keyframes intro_slide2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes intro_slide2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#intro #skillSlide p {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  font-weight: 300;
}

#intro #skillSlide p span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  padding: 1px 3px 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fff265 50%);
  background-size: 200%;
  transition: 0.5s;
  transition-delay: 0.5s;
}

#intro #skillSlide p span.sw1,
#intro #skillSlide p span.sw2,
#intro #skillSlide p span.sw3 {
  transition-delay: 1s;
}
#intro #skillSlide .swiper-slide.on p span {
  background-position: -100% 0;
  color: #111;
}

#intro #skillSlide .mainGo {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  cursor: pointer;
}
#intro #skillSlide .designGo {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
#intro #skillSlide .swiper-wrapper {
  padding-top: 80px;
  width: 930px;
  height: 835px;
  float: right;
  box-sizing: border-box;
  z-index: 998;
}
#intro #skillSlide .swiper-pagination-intro2 {
  display: block;
  position: absolute;
  top: auto;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 9999;
}
#intro #skillSlide .swiper-pagination-intro2 .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50px;
  margin: 0 2px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  outline: none;
  text-align: center;
}
#intro #skillSlide .swiper-pagination-intro2 .swiper-pagination-bullet-active {
  color: #ff0;
  border: 1px solid #ff0;
}
#intro #skillSlide .swiper-button-next-intro2 {
  position: absolute;
  bottom: 50px;
  right: 300px;
  width: 40px;
  height: 40px;
  background: url("../../images/intro/slideNext.png") no-repeat center center;
  background-size: 100%;
  z-index: 998;
  cursor: pointer;
  outline: none;
}
#intro #skillSlide .swiper-button-prev-intro2 {
  position: absolute;
  bottom: 50px;
  left: 300px;
  width: 40px;
  height: 40px;
  background: url("../../images/intro/slidePrev.png") no-repeat center center;
  background-size: 100%;
  z-index: 998;
  cursor: pointer;
  outline: none;
}

#intro #skillSlide .swiper-slide {
  width: 930px !important;
  overflow: hidden;
}
#intro #skillSlide .swiper-slide.on {
}
#intro #skillSlide .wrap {
  position: relative;
  margin: 0 auto;
  width: 860px;
}
#intro #skillSlide .sw_a {
  position: absolute;
}

#intro #skillSlide .sw0 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw0 .sw_a2 {
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw0 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}

#intro #skillSlide .sw1 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw1 .sw_a2 {
  top: 99px;
  left: 29px;
  opacity: 0;
}
#intro #skillSlide .sw1 .sw_a2_2 {
  top: 99px;
  left: 669px;
  opacity: 0;
}
#intro #skillSlide .sw1 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw1.on .sw_a2 {
  animation: skill4 0.5s 0.3s 1 linear forwards;
}
#intro #skillSlide .sw1.on .sw_a2_2 {
  animation: skill5 0.5s 0.3s 1 linear forwards;
}
@keyframes skill4 {
  0% {
    left: 64px;
    opacity: 0;
  }
  100% {
    left: 29px;
    opacity: 1;
  }
}
@-webkit-keyframes skill1 {
  0% {
    left: 64px;
    opacity: 0;
  }
  100% {
    left: 29px;
    opacity: 1;
  }
}
@keyframes skill5 {
  0% {
    left: 634px;
    opacity: 0;
  }
  100% {
    left: 669px;
    opacity: 1;
  }
}
@-webkit-keyframes skill5 {
  0% {
    left: 634px;
    opacity: 0;
  }
  100% {
    left: 669px;
    opacity: 1;
  }
}

#intro #skillSlide .sw2 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw2 .sw_a2 {
  top: 99px;
  left: 20px;
  opacity: 0;
}
#intro #skillSlide .sw2 .sw_a2_2 {
  top: 99px;
  left: 720px;
  opacity: 0;
}
#intro #skillSlide .sw2 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw2.on .sw_a2 {
  animation: skill6 0.5s 0.3s 1 linear forwards;
}
#intro #skillSlide .sw2.on .sw_a2_2 {
  animation: skill7 0.5s 0.3s 1 linear forwards;
}
@keyframes skill6 {
  0% {
    left: 55px;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes skill6 {
  0% {
    left: 55px;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@keyframes skill7 {
  0% {
    left: 686px;
    opacity: 0;
  }
  100% {
    left: 720px;
    opacity: 1;
  }
}
@-webkit-keyframes skill7 {
  0% {
    left: 686px;
    opacity: 0;
  }
  100% {
    left: 720px;
    opacity: 1;
  }
}

#intro #skillSlide .sw3 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw3 .sw_a2 {
  top: 91px;
  left: 21px;
  opacity: 0;
}
#intro #skillSlide .sw3 .sw_a2_2 {
  top: 91px;
  left: 700px;
  opacity: 0;
}
#intro #skillSlide .sw3 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw3.on .sw_a2 {
  animation: skill1 0.5s 0.3s 1 linear forwards;
}
#intro #skillSlide .sw3.on .sw_a2_2 {
  animation: skill2 0.5s 0.3s 1 linear forwards;
}

@keyframes skill1 {
  0% {
    left: 56px;
    opacity: 0;
  }
  100% {
    left: 21px;
    opacity: 1;
  }
}
@-webkit-keyframes skill1 {
  0% {
    left: 56px;
    opacity: 0;
  }
  100% {
    left: 21px;
    opacity: 1;
  }
}
@keyframes skill2 {
  0% {
    left: 665px;
    opacity: 0;
  }
  100% {
    left: 700px;
    opacity: 1;
  }
}
@-webkit-keyframes skill2 {
  0% {
    left: 665px;
    opacity: 0;
  }
  100% {
    left: 700px;
    opacity: 1;
  }
}

#intro #skillSlide .sw4 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw4 .sw_a2 {
  top: 123px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw4 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}

#intro #skillSlide .sw5 .sw_a1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw5 .sw_a2 {
  top: 140px;
  left: 20px;
  opacity: 0;
}
#intro #skillSlide .sw5 .sw_a2_2 {
  top: 140px;
  left: 323px;
  opacity: 0;
}
#intro #skillSlide .sw5 .sw_a2_3 {
  top: 140px;
  left: 602px;
  opacity: 0;
}
#intro #skillSlide .sw5 .sw_a3 {
  top: 483px;
  left: 50%;
  transform: translateX(-50%);
}
#intro #skillSlide .sw5.on .sw_a2 {
  animation: skill3 0.5s 0.2s 1 linear forwards;
}
#intro #skillSlide .sw5.on .sw_a2_2 {
  animation: skill3 0.5s 0.4s 1 linear forwards;
}
#intro #skillSlide .sw5.on .sw_a2_3 {
  animation: skill3 0.5s 0.6s 1 linear forwards;
}
#intro #skillSlide .sw5 p i {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: block;
  font-style: normal;
}

@keyframes skill3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes skill3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1050px) {
  #introModel,
  .introModelSmall {
    display: none;
  }
}
