@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("/resources/fonts/NotoSansJP-DemiLight.woff2") format("woff2"),
    url("/resources/fonts/NotoSansJP-DemiLight.woff") format("woff"),
    url("/resources/fonts/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/resources/fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("/resources/fonts/NotoSansJP-Regular.woff") format("woff"),
    url("/resources/fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("/resources/fonts/NotoSansJP-Medium.woff") format("woff"),
    url("/resources/fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/NotoSansJP-Bold.woff2") format("woff2"),
    url("/resources/fonts/NotoSansJP-Bold.woff") format("woff"),
    url("/resources/fonts/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoKrR";
  font-style: normal;
  font-weight: 300;
  src: url("/resources/fonts/notokr-regular.eot");
  src: url("/resources/fonts/notokr-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/resources/fonts/notokr-regular.woff2") format("woff2"),
    url("/resources/fonts/notokr-regular.woff") format("woff");
}

@font-face {
  font-family: "NotoKrR";
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/notokr-medium.eot");
  src: url("/resources/fonts/notokr-medium.eot?#iefix")
      format("embedded-opentype"),
    url("/resources/fonts/notokr-medium.woff2") format("woff2"),
    url("/resources/fonts/notokr-medium.woff") format("woff");
}

@font-face {
  font-family: "NotoKrR";
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/notokr-bold.eot");
  src: url("/resources/fonts/notokr-bold.eot?#iefix")
      format("embedded-opentype"),
    url("/resources/fonts/notokr-bold.woff2") format("woff2"),
    url("/resources/fonts/notokr-bold.woff") format("woff");
}

/********************************
reset
********************************/

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "NotoKrR", "Noto Sans Japanese", "돋움", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

ol {
  display: block;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

address {
  font-style: normal;
}

ol,
article,
aside,
footer,
header,
nav,
section,
summary,
footer {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select {
  background: #fff;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
}

input[type="file"] {
  border: 0;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="password"]::-ms-reveal {
  display: none;
}

textarea {
  width: 100%;
  background: #fff;
  font-family: "NotoKrR", "돋움", sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  resize: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  word-break: break-all;
  overflow-y: hidden;
  /*    outline: none;*/
}

input,
textarea,
keygen,
select,
button {
  font-family: "NotoKrR", "돋움", sans-serif;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  color: #333;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.skip a {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 50;
}

.skip a:focus,
.skip a:active {
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
}

legend,
caption,
.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button[disabled="disabled"] {
  opacity: 0.5;
  cursor: inherit;
}

strong {
  /*font-family: 'NotoKrR', '돋움', sans-serif;*/
  font-weight: 500;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[checked="checked"] {
    border: none;
    background: none;
  }
}

/* Custom CSS
 * --------------------------------------- */
.fake-scroll {
  overflow: hidden;
}
.mouse-wheel {
  overflow-y: auto;
  height: 100%;
}

.fake-scroll:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 9999;
}

.section {
  text-align: center;
}

.area {
  width: 1420px;
  margin: 0 auto;
}

.mo {
  display: none;
}

/*****************************
	header
******************************/

.wrap {
  position: relative;
  height: 100%;
}

.wrap-bg {
  display: none;
  position: absolute;
  opacity: 0.5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8000;
  background: #000;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  border-bottom: 1px solid #ddd;
}

.wrap.js-on .header {
  /*height: 276px;*/
}

.wrap.js-on .wrap-bg,
.wrap.js-bg-on .wrap-bg {
  display: block;
}

.wrap.js-bg-on .header {
  background: #fff;
}

.wrap.js-bg-on .header a {
  color: #333;
}

.wrap.js-bg-on .news-wrap .more-btn {
  color: #666;
}

.wrap.js-bg-on .header .menu-trigger span {
  background: #333;
}

.header .header-inner.js-on {
  background: #fff;
  color: #333;
}

.header-menu-wrap {
  display: inline-block;
}

.header-inner {
  padding: 0 20px 0 30px;
  text-align: center;
}

.header-nav {
  position: absolute;
  left: 35px;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  align-items: center;
}

.header-logo {
  margin-left: 34px;
  height: 100%;
}

.header-logo a {
  display: block;
  width: 168px;
  height: 100%;
  background: url("/resources/images/common/new-logo.png?ver=6.1") no-repeat
    center center;
  background-size: 168px;
}

.header-gnb {
  position: relative;
  height: 80px;
  font-size: 0;
}

.header.js-on .header-gnb:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.wrap.js-on .header-gnb:before {
  display: block;
}

.header-gnb > li {
  display: inline-block;
  vertical-align: middle;
}

.header-gnb > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #d4d4d4;
  margin: 0 26px;
}

.header-gnb > li:first-child:before {
  display: none;
}

.header-gnb > li + li {
  text-align: center;
}

.header-gnb > li + li + li {
  text-align: left;
}

.header-gnb > li > a {
  display: inline-block;
  padding: 24px 0 25px 0;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.3px;
}

.header-inner.js-on .header-gnb > li > a {
  color: #333;
}

.wrap.js-bg-on .header-gnb > .js-on > a {
  color: #f16822;
}

.header-gnb > .js-on .gnb {
  margin: 0;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* gnb */
.gnb-wrap {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 81px;
  width: 100%;
  z-index: 9000;
  min-height: 454px;
}

.header-gnb .gnb-wrap {
  position: absolute;
  left: 50%;
  width: inherit;
  margin-left: -624px;
}

.header-gnb .gnb-wrap:before {
  display: none;
}

.header-gnb > li.js-on .gnb-wrap:before {
  display: block;
}

.header-gnb > .js-on .gnb-wrap {
  visibility: visible;
}

.gnb-wrap:before {
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: 100%;
  top: -1px;
  background: #fff;
  z-index: -1;
  border-top: 1px solid #dbdbdb;
}

.header-gnb > .js-on .gnb-wrap:before {
  bottom: 0;
}

.gnb-inner {
  padding: 20px 0 6px 0;
  /*border-top:1px solid #dbdbdb;*/
  background: #fff;
  overflow: hidden;
}

.gnb-inner-cnt {
  margin: 0 auto;
  width: 1248px;
  height: 100%;
}

.gnb {
  overflow: hidden;
  padding: 0 69px;
  margin: -20px 0 0;
  text-align: left;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  opacity: 0;
}

.gnb a {
  display: block;
}

.gnb > li {
  width: 25%;
  float: left;
}

/*.header-gnb > li:nth-child(2) .gnb > li {*/
/*width: 33.3%;*/
/*}*/

.header-gnb .gnb a {
  line-height: 34px;
}

.header-gnb .gnb a:hover,
.header-gnb .gnb a:focus {
  color: #f16822;
}
.header-gnb > li:first-child .gnb > li {
  /*width: 16.666%;*/
  width: 20%;
}

.header-gnb li:last-child .gnb > li {
  width: 20%;
}

/*.header-gnb > li:last-child .gnb > li:last-child {*/
/*padding-top: 32px;*/
/*}*/

.header-gnb .gnb ul a:hover,
.header-gnb .gnb ul a:focus {
  text-decoration: underline;
}

.gnb > li > a {
  font-weight: bold;
  font-size: 16px;
}

.gnb ul {
  padding-top: 5px;
  line-height: 28px;
  font-size: 16px;
}

.gnbItem.js-on .gnb {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

/* 전체 메뉴 */
.gnb-all .gnb ul {
  padding-top: 0;
}
.gnb-all-top {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

.gnb-all-top button {
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/resources/images/common/site_map_close.jpg") no-repeat
    center center;
  background-size: 24px;
}

.gnb-all-top h3 {
  font-size: 25px;
  color: #f16822;
}

.gnb-all .gnb-inner {
  padding: 30px 0 70px 0;
}

.gnb-all .gnb > li > a {
  margin: 12px 0;
  font-size: 16px;
}

.gnb-all .gnb-inner-cnt {
  margin: -20px auto 0 auto;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  opacity: 0;
}

.menu-trigger.js-on ~ .gnb-all .gnb-inner-cnt {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.gnb-wrap.gnb-all:before {
  bottom: 0;
}

.gnb-wrap.gnb-all .gnb {
  opacity: 1;
  padding: 0 20px;
}

.gnb-all .gnb {
  padding: 0;
  margin: 0;
}

.gnb-all .gnb > li {
  float: none;
  width: 100%;
}

.gnb-all-list {
  border-top: 2px solid #111;
  overflow: hidden;
  border-bottom: 2px solid #ccc;
}

.gnb-all-list > li {
  float: left;
  padding: 28px 0;
  width: 40%;
  height: 100%;
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 780px;
  overflow: hidden;
}

.gnb-all-list > li:first-child {
  padding-left: 0;
  border-left: none;
}

.gnb-all-list > li:nth-child(2) {
  width: 20%;
}

.gnb-all-list > li:nth-child(2) .gnb-all-inner {
  width: 100%;
}

.gnb-all-list .gnb-all-inner {
  float: left;
  width: 50%;
}

.gnb-all-list > li .gnb-all-inner + .gnb-all-inner {
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-top: 25px;
  padding-top: 22px;
  height: 730px;
}

.gnb-all-list .gnb a {
  display: inline-block;
}

.gnb-all-list .gnb a:hover,
.gnb-all-list .gnb a:focus {
  color: #f16822;
}

.gnb-all-list .gnb ul a:hover,
.gnb-all-list .gnb ul a:focus {
  text-decoration: underline;
}
.wrap.js-bg-on .gnb-all-inner > a {
  display: block;
  color: #f16822;
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
}

.wrap.js-bg-on .gnb-all-inner > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 10px 0;
  background: #f16822;
}

.gnb-all-list li + li + li .gnb {
  margin-top: 0;
}

.gnb_not_selected_bg {
  position: fixed;
  display: none;
  width: 530px;
  height: 80px;
  left: 50%;
  top: 0;
  margin-left: -265px;
  z-index: 9999;
}

/* header-util */
.header-util {
  position: relative;
  right: 0;
}

.header .header-util {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0;
}

.header-util > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.header-util > li:before {
  content: "";
  display: inline-block;
  margin-right: 22px;
  width: 1px;
  height: 10px;
  background: #e9e9e9;
  vertical-align: middle;
}
.header-util > li:first-child {
  margin-right: 30px;
}
.header-util > li:first-child:before {
  display: none;
}

.header-util > li > a {
  vertical-align: middle;
  font-size: 16px;
}

.header-util__kakao {
  width: 36px;
  height: 33px;
  background: url("/resources/images/common/kakao-icon.png?ver=1.4.1") no-repeat
    center center;
  background-size: 36px;
  display: inline-block;
}

.header-util__search {
  width: 32px;
  height: 33px;
  background: url("/resources/images/pc/common/header_util_search_new.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
  display: inline-block;
}

.header-util__more {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("/resources/images/pc/common/header_more_btn.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
}

.header-inner .header-util__kakao {
  background: url("/resources/images/pc/common/header_util_kakao_black.png?ver=1.4.1")
    no-repeat center center;
  background-size: 36px;
}

.header-inner .header-util__more {
  background: url("/resources/images/pc/common/header_more_btn_over.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
}

.header-inner .header-util__more.js-on {
  background: url("/resources/images/common/header_more_btn_close.png?ver=6.1")
    no-repeat center center;
  background-size: 22px;
}

/* header:hover시 */
.header-inner .header-util {
  top: 0;
  display: table;
  height: 80px;
}

.header-inner .header-util > li {
  display: table-cell;
  height: 100%;
}

.header-inner .header-util > li:before {
  display: none;
}

.header-inner .header-util > li:first-child > a {
  display: block;
  padding: 0 30px;
  height: 100%;
  line-height: 80px;
}

.header-inner .header-util > li > a {
  color: #333;
  border-left: 1px solid #e9e9e9;
}

.header-inner.js-on .header-util > li:first-child > a:hover {
  background: #f16822;
  border-left: 1px solid #f16822;
  color: #fff;
}

.header-inner.js-on .header-util__kakao:hover {
  background: #f16822
    url("/resources/images/pc/common/header_util_kakao_hover.png?ver=1.4.1")
    no-repeat center center;
  background-size: 36px;
}

.header-inner.js-on .header-util__search:hover {
  background: #f16822
    url("/resources/images/pc/common/header_util_search_hover.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
}

.header-inner.js-on .header-util__more:hover {
  background: #f16822
    url("/resources/images/pc/common/header_more_btn_hover.png?ver=6.1")
    no-repeat center center;
  background-size: 34px;
}

.header-inner.js-on .header-util > li:first-child > .js-on {
  background: #f16822;
  color: #fff;
}

.header-util__more.js-on ~ .news-wrap {
  display: block;
}

.header-inner .header-util__kakao {
  width: 80px;
  height: 100%;
  background: url("/resources/images/pc/common/header_util_kakao_black.png?ver=1.4.1")
    no-repeat center center;
  background-size: 36px;
}

.header-inner.js-on .header-util__kakao:hover {
  background: #f16822
    url("/resources/images/pc/common/header_util_kakao_hover.png?ver=1.4.1")
    no-repeat center center;
  background-size: 46px 51px;
}

.header-inner .header-util__search {
  width: 80px;
  height: 100%;
  background: url("/resources/images/pc/common/header_util_search_over_new.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
}
.header-inner.js-on .header-util__search.js-on,
.header-inner.js-on .header-util__search.js-on:hover {
  background: #f16822
    url("/resources/images/common/header_more_btn_close_white.png?ver=6.1")
    no-repeat center center;
  background-size: 25px;
}

.header-inner .header-util__more {
  width: 80px;
  height: 100%;
  background: url("/resources/images/pc/common/header_more_btn_over.png?ver=6.1")
    no-repeat center center;
  background-size: 26px;
}

.header-inner.js-on .header-util__more.js-on,
.header-inner.js-on .header-util__more.js-on:hover {
  background: #f16822
    url("/resources/images/common/header_more_btn_close_white.png?ver=6.1")
    no-repeat center center;
  background-size: 25px;
}

/* 메뉴 트리거 */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menu-trigger.js-on ~ .gnb-wrap {
  visibility: visible;
}

.menu-trigger.js-on ~ .gnb_not_selected_bg {
  display: block;
}

.menu-trigger {
  position: relative;
  top: 0;
  width: 28px;
  height: 22px;
  padding: 5px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background: #333;
  border: 2px solid #333;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.js-on span:nth-of-type(3) {
  bottom: 2px;
}

.header-util__consulting.js-on ~ .consulting-wrap {
  display: block;
}
/* 컨설팅 상담신청 */
.consulting-wrap {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  width: 485px;
  height: 100%;
  background: #fff;
  font-size: 14px;
  overflow-y: auto;
  text-align: left;
}

.consulting-top {
  padding: 20px 30px 20px 30px;
  height: 130px;
  overflow: hidden;
  text-align: center;
  background: #eee;
}

.consulting-top .close-btn {
  width: 20px;
  height: 20px;
  background: url("/resources/images/pc/common/consulting_close.jpg") no-repeat
    center center;
  float: right;
}

.consulting-top h3 {
  font-size: 33px;
  font-weight: normal;
  clear: both;
}
.consulting-top h3 strong,
.consulting-top h3 span {
  vertical-align: middle;
  display: inline-block;
}

.consulting-top p {
  color: #666;
  margin: 0 0 10px 0;
}

.consulting-top > span {
  border: 1px solid #f16822;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #f16822;
  padding: 1px 15px 1px 40px;
  background: #fff url("/resources/images/common/icon_tel.png?ver=6.1")
    no-repeat 16px center;
  background-size: 16px;
}

.consulting-write {
  margin-top: 38px;
}

.consulting-write dl {
  display: table;
  width: 100%;
  margin: 25px 0;
}

.consulting-write dt {
  width: 106px;
  display: table-cell;
  font-size: 18px;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.consulting-write dd {
  position: relative;
  display: table-cell;
  padding-right: 15px;
}

.consulting-write .select-btn {
  width: 346px;
  padding: 8px;
  border: 1px solid #d2d2d2;
  height: 35px;
  line-height: 18px;
  text-align: left;
  background: url("/resources/images/common/header_consulting_select_btn.png?ver=6.1")
    no-repeat right 20px center;
  background-size: 12px;
  font-size: 16px;
}

.consulting-write .select-btn span {
  position: relative;
}

.consulting-write .select-btn.js-on ~ ul {
  display: block;
}

.consulting-write input {
  padding: 5px 8px;
  width: 328px;
  font-size: 16px;
  letter-spacing: -1.2px;
}

.consulting-write input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.consulting-write input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.consulting-write input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.consulting-write input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.consulting-write .textarea-wrap {
  border: 1px solid #d2d2d2;
  padding: 5px 8px;
  width: 328px;
}

.consulting-write textarea {
  display: block;
  font-size: 16px;
  height: 23px;
  max-height: 46px;
  outline: none;
}

.consulting-write dd ul {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 298px;
  border: 1px solid #d2d2d2;
  border-top: 0;
  max-height: 100px;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
}

.consulting-write dd li a {
  display: block;
  width: 100%;
  padding: 0 8px;
  height: 35px;
  line-height: 35px;
  text-align: left;
}

.consulting-write dd li a:hover,
.consulting-write dd li a:focus {
  background: #eee;
}

.consulting-agree {
  padding: 17px 30px 0 30px;
}

.consulting-agree strong {
  display: block;
  font-size: 18px;
}

.consulting-agree > p {
  margin: 15px 0 30px 0;
  letter-spacing: -0.2px;
}

.consulting-agree li div {
  line-height: 24px;
}

.consulting-agree .js-on div {
  display: block;
}

.consulting-agree .tab-btn {
  margin-bottom: 5px;
}

.consulting-agree .tab-btn li {
  font-size: 13px;
  color: #888;
}

.consulting-agree .tab-btn a {
  display: block;
  width: 100%;
  padding: 0 0 6px 0;
  text-align: left;
}

.consulting-agree .tab-btn .js-on a {
  border-bottom: 3px solid #707070;
}

.consulting-agree .tab-cnt {
  border: 1px solid #d7d7d7;
  height: 91px;
  overflow: auto;
}

.consulting-agree .tab-cnt li > div {
  padding: 11px 16px 9px 11px;
  text-align: left;
  font-size: 13px;
  color: #666;
  line-height: 27px;
}

.consulting-agree .tab-cnt li > div strong {
  font-size: inherit;
  margin-bottom: 10px;
}

.consulting-agree .chk-btn {
  display: inline-block;
  margin: 15px 0 40px 0;
  font-size: 13px;
  color: #888;
  background: url("/resources/images/pc/common/consultation_chk.png?ver=6.1")
    no-repeat left center;
  background-size: 20px;
  padding: 1px 0 1px 28px;
}

.consulting-agree .chk:checked ~ .chk-btn {
  background: url("/resources/images/pc/common/consultation_chk_over.png?ver=6.1")
    no-repeat left center;
  background-size: 20px;
}

.submit-btn-wrap .submit-btn {
  width: 180px;
  height: 50px;
  background: #f16822;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.submit-btn-wrap {
  text-align: center;
  margin-bottom: 64px;
  padding-bottom: 64px;
}
.submit-btn-wrap .submit-btn:hover,
.submit-btn-wrap .submit-btn:active {
  background: #f16822e6;
}

/* 검색하기 */
.search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  font-size: 16px;
}

.search-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 22px 0;
}

.search-input {
  border-bottom: 1px solid #000;
}

.search-input input {
  border: none;
  font-size: 23px;
  padding: 20px 2px;
  width: calc(100% - (50px));
}

.search-input button {
  width: 24px;
  height: 24px;
  /*background: url('/resources/images/header_search.png?ver=6.1') no-repeat center center;*/
  background: url("/resources/images/common/header_search_new.png?ver=6.1")
    no-repeat center center;
  background-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.search-popular {
  margin-top: 10px;
  width: 100%;
  min-height: 50px;
  display: table;
  text-align: left;
}

.search-popular > div {
  display: table-cell;
  width: 102px;
}

.search-popular strong {
  display: block;
  font-size: 13px;
  color: #fff;
  background: #59585f;
  width: 82px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.search-popular ol {
  display: table-cell;
  margin-left: 10px;
  text-align: left;
}

.search-popular a {
  font-size: 13px;
  color: #666;
}

.search-popular a:hover,
.search-popular a:focus {
  text-decoration: underline;
}

.search-popular li {
  display: inline-block;
}

.search-popular li:last-child:after {
  display: none;
}

.search-popular li:after {
  content: "";
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background: #ddd;
}

.search-popular li:first-child:before {
  display: none;
}

.search-close {
  text-align: center;
}

.search-close button {
  padding-right: 15px;
  background: url("/resources/images/common/header_search_close.jpg") no-repeat
    right center;
  background-size: 11px;
}

/* 뉴스 소식 더보기 */
.news-wrap {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  width: 485px;
  height: 100%;
  background: #fff;
  font-size: 14px;
  overflow-y: auto;
  text-align: left;
}

.news-wrap h3 {
  font-size: 20px;
  height: 65px;
  line-height: 65px;
}

.news-wrap > div {
  position: relative;
  padding: 0 30px 25px 30px;
  background: #fff;
}

.news-wrap .more-btn-wrap {
  position: absolute;
  right: 30px;
  top: 24px;
  font-size: 14px;
  color: #666;
}

.news-wrap .client-interview {
  border-top: 8px solid #ececec;
  border-bottom: 8px solid #ececec;
}

.video-view {
  padding: 0 0 15px 0;
}

.video-view__iframe {
  display: block;
  margin: 0 auto;
  width: 425px;
  height: 230px;
}

.news-wrap .hot-consulting {
  padding: 0 30px 25px 30px;
}

.hot-consulting ul {
  overflow: hidden;
}

.hot-consulting li {
  float: left;
  width: 50%;
  height: 20px;
  line-height: 20px;
  margin: 9px 0;
}

.hot-consulting li a {
  display: block;
  padding: 1px 0 1px 34px;
  font-size: 14px;
  color: #666;
  background: url("/resources/images/pc/common/header_consulting_icon.png?ver=6.1")
    no-repeat left center;
  background-size: 21px;
}

.hot-consulting li a:hover,
.hot-consulting li a:focus {
  text-decoration: underline;
}

.news-wrap .news-list-wrap {
  margin-bottom: 48px;
}

.news-list {
  width: 100%;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.news-wrap .news-list {
  width: 98%;
}

.header-util .news-list {
  width: 98%;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
  margin-bottom: 10px;
}

.header-util .news-list li {
  height: 20px;
  margin: 10px 0;
}

.news-list li {
  position: relative;
}

.news-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.news-list a {
  display: block;
  position: relative;
  padding: 0 83px 0 9px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-list a:hover,
.news-list a:focus {
  text-decoration: underline;
}

.news-list span {
  position: absolute;
  right: 0;
  top: 0;
}

/*****************************
	footer
******************************/

.footer {
  color: #fff;
  /*min-width: 1440px;*/
  width: 100%;
}
.footer a {
  color: #fff;
  display: block;
}

.footer-top {
  background: #232323;
}
.footer-top .area {
  padding: 13px 0;
}

.footer-util {
  float: left;
}

.footer-util a {
  display: inline-block;
  vertical-align: middle;
}

.footer-util li {
  margin: 9px 0;
  display: inline-block;
  font-size: 14px;
}

.footer-util li.mo {
  display: none;
}

.footer-util li:before {
  content: "";
  display: inline-block;
  margin: 0 22px;
  vertical-align: middle;
  width: 1px;
  height: 13px;
  background: #656565;
}

.footer-util li:first-child:before {
  display: none;
}

.footer-middle {
  background: #2b2b2b;
}

.footer-btm {
  background: #141618;
}

.footer .footer-kakao {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-top-link {
  margin: 2px 0;
  float: right;
}
.footer-top .area:after {
  content: "";
  display: block;
  clear: both;
}

.footer-top-link > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.family-site {
  width: 184px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.family-site-select {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #414141;
  text-align: left;
  text-indent: 11px;
  color: #919191;
  background: url("/resources/images/common/mo_footer_select_bg.jpg") no-repeat
    right center;
  background-size: 40px 30px;
}

.family-site-select.js-on {
  background: url("/resources/images/common/mo_footer_select_bg_over.jpg")
    no-repeat right center;
  background-size: 40px 30px;
}

.family-site-select span {
  position: relative;
}

.family-site-select.js-on ~ .family-site-option {
  display: block;
}

.family-site-option {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  max-height: 210px;
  overflow-y: auto;
  z-index: 100;
  background: #232323;
  border: 1px solid #414141;
  border-bottom: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.family-site-option a {
  padding: 0 11px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #919191;
}

.family-site-option a:hover,
.family-site-option a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-middle {
  position: relative;
}

/*.footer-middle-inner {*/
/*display: table;*/
/*width: 100%;*/
/*}*/

.footer-middle .area {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
  display: table;
}

.footer-middle .logo {
  width: 230px;
  display: table-cell;
  vertical-align: top;
}

.footer-middle-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.footer-middle .address {
  display: table-cell;
  /*padding-top: 25px;*/
  /*padding:25px 20px 0 0;*/

  font-size: 13px;
  line-height: 22px;
  color: #7a7a7a;
  vertical-align: middle;
}
.footer-middle .address .break-txt span + span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background: #7a7a7a;
  vertical-align: middle;
}

.footer-middle-inner > div {
  width: 63px;
  display: table-cell;
  vertical-align: middle;
}

.footer-btm .area {
  display: table;
  padding: 24px 0 23px 0;
}

.copy-write__en {
  font-size: 12px;
  margin-right: 15px;
  /*font-family: 'verdana';*/
}

.copy-write__ko {
  font-size: 13px;
}
.footer-btm .copy-write,
.footer-btm .btn-list {
  display: table-cell;
  vertical-align: middle;
}

.footer-btm .btn-list li {
  display: inline-block;
  vertical-align: middle;
}
.footer-btm .btn-list a {
  display: block;
  width: 132px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  background: #424242;
}

.footer-btm .btn-list li:first-child {
  margin-right: 3px;
}

.aside-list {
  position: fixed;
  right: 35px;
  bottom: 87px;
  z-index: 7000;
}
.aside-list li {
  position: relative;
  width: 182px;
  height: 50px;
  text-align: right;
  overflow: hidden;
}
.aside-list li:first-child {
  margin-bottom: 10px;
}

.aside-list .icon-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(23, 26, 29, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

.aside-list button {
  outline: none;
}

.aside-list button span {
  position: relative;
}

.aside-list .icon-btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/resources/images/mobile/common/application_btn.png?ver=6.1")
    no-repeat center center;
  background-size: 20px;
  color: #fff;
  text-align: left;
}

.aside-list .consulting-btn em {
  position: absolute;
  left: 0;
  top: 0;
  width: 134px;
  display: none;
  line-height: 50px;
  height: 50px;
}

.aside-list .consulting-btn span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.aside-list .icon-btn:hover {
  background: rgba(241, 104, 34, 0.8);
}

.aside-list .consulting-btn {
  position: relative;
  width: 50px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.aside-list .consulting-btn:hover {
  width: 182px;
}

.aside-list .consulting-btn:hover em {
  display: block;
  text-indent: 20px;
  color: #fff;
}

.aside-list .consulting-btn:hover span {
  background: url("/resources/images/mobile/common/application_btn.png?ver=6.1")
    no-repeat right 15px center;
  background-size: 20px;
}

.aside-list .top-btn span {
  background: url("/resources/images/common/top_btn.png?ver=6.1") no-repeat
    center center;
  background-size: 17px 10px;
}

/* 더보기 버튼 */
.more-btn {
  position: relative;
  padding-left: 11px;
}

.more-btn-border {
  position: absolute;
  display: block;
  left: 0;
  background: #aaa;
}

.more-btn-border--vertical {
  width: 8px;
  height: 2px;
  top: 9px;
}

.more-btn-border--horizon {
  width: 2px;
  height: 8px;
  top: 6px;
  left: 3px;
}

/* 이미지 가운데 정렬 */
.img-center-wrap {
  /* width, height 추가하기 */
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.img-center {
  width: 100%;
  height: 0;
  display: block;
  /*padding-bottom: 50%;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.img-center {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

.img-center img {
  display: block;
  width: 100%;
}

.img-center:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.wrap.js-bg-on .header .application-btn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f16822;
  color: #fff;
  text-align: center;
  font-size: 18px;
  outline: none;
  margin-bottom: 30px;
}

.wrap.js-bg-on .header .application-btn:hover,
.wrap.js-bg-on .header .application-btn:active {
  background: #f16822e6;
}

.menu_disable {
  display: inline-block;
  vertical-align: middle;
  cursor: no-drop;
}

.menu_disable:after {
  content: "준비중";
  font-size: 9px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  padding: 0 7px;
  background: #f16822;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 17px;
  margin: -3px 0 0 5px;
}

/* 팝업 스타일 */
.popup-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.popup-table {
  display: table;
  width: 100%;
  height: 100%;
}

.popup {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popup-inner {
  background: #fff;
  padding: 40px 35px;
  display: inline-block;
}

.popup-tit {
  display: block;
  padding: 0 7px;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.popup-inner {
  position: relative;
}

.popup-inner .popup-close {
  position: absolute;
  right: 25px;
  top: 17px;
  width: inherit;
  border: none;
}
.popup-inner .popup-close span {
  position: relative;
  width: 38px;
  height: 37px;
  background: url("/resources/images/pc/sub/popup_close.png?ver=6.1") no-repeat
    center center;
  background-size: 30px;
  display: block;
  transition: all 0.1ms;
  -webkit-transition: all 0.1ms;
  -moz-transition: all 0.1ms;
  -o-transition: all 0.1ms;
}

.popup-inner .popup-close span:hover {
  background: url("/resources/images/pc/sub/popup_close.png?ver=6.1") no-repeat
    center center;
  background-size: 38px;
  transition: all 0.1ms;
  -webkit-transition: all 0.1ms;
  -moz-transition: all 0.1ms;
  -o-transition: all 0.1ms;
}

.popup .popup-inner p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.popup-btn-list {
  width: 100%;
  overflow: hidden;
}

.popup-btn-list a {
  float: left;
  display: block;
  width: 50%;
}

.popup-banner-wrap .popup-inner {
  padding: 0;
  background: none;
}

.popup-banner-wrap .popup-inner .popup-close {
  top: inherit;
  bottom: 1px;
  right: 0;
  outline: none;
}

.popup-banner-wrap .popup-inner .popup-close span:hover,
.popup-banner-wrap .popup-inner .popup-close span {
  width: 35px;
  height: 35px;
  background: url("/resources/images/common/popup_close.png") no-repeat center
    center;
  background-size: 35px;
}

.popup-btm {
  padding-top: 17px;
}
.popup-btm .chk-btn {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  padding: 1px 0 1px 28px;
  background: url("/resources/images/common/chk_white.png") no-repeat left
    center;
  background-size: 20px;
}

.popup-btm .chk:checked ~ .chk-btn {
  background: url("/resources/images/common/chk_white_over.png") no-repeat left
    center;
  background-size: 20px;
}

.personal-information-agree > div {
  border: 1px solid #ccc;
  padding: 20px 5px 20px 20px;
}

/* Layer Manager */
.layer_manager_js-on {
  overflow: hidden;
}

.layer_manager {
  display: none;
  background: none;
}

.layer_manager-wrap {
  display: table-cell;
  vertical-align: middle;
}

.layer_manager-inner {
  margin: 0 auto;
}

.layer_manager-content {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.layer_manager .layer_manager-inner {
  position: relative;
  /* 	overflow: auto; */
}

.layer_manager.js-on .layer_manager-inner:before {
  /* 	display: none; */
}

.layer_manager.js-on .layer_manager-content {
  background: rgba(0, 0, 0, 0.8);
}

.layer_managerfirst.js-on .layer_manager-content {
  background: rgba(0, 0, 0, 0.8);
}

.layer_manager_template_layerpopup {
}

.layer_manager_template_layerpopup .layer_manager_template_title_area {
  position: relative;
  height: 40px;
  background: #26a69a;
}

.layer_manager_template_layerpopup .layer_manager_template_content_area {
  /*overflow-y:auto;*/
  background: #fff;
  padding: 20px;
  max-height: 650px;
  overflow-y: auto;
}

.layer_manager_template_layerpopup
  .layer_manager_template_title_area
  .btn_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}

.layer_manager_template_content_area .pop_content > .btn_wrap {
  margin: 20px 0 15px;
}

.layer_manager_template_title_area h2 {
  padding-left: 15px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.layer_manager_template_content_area .title_wrap {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}

.layer_manager_template_content_area .title_type {
  padding-left: 9px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.img-wrap-table {
  width: 100%;
  display: table;
}

.img-wrap-cell {
  display: table-cell;
  vertical-align: middle;
}

.img-wrap-inner {
  padding: 60px 0;
  overflow-y: scroll;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  /*-webkit-animation-fill-mode: both;*/
  /*animation-fill-mode: both;*/
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/*  헤더 컨설팅신청하기, 퀵메뉴 클릭시 슬라이드 되면서 나올 때 */

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes slideInRightEnd {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideInRightEnd {
  -webkit-animation-name: slideInRightEnd;
  animation-name: slideInRightEnd;
}

/* 헤더 전체보기 아이콘 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.menu-trigger.type7 span:nth-of-type(1) {
  -webkit-animation: menu-bar07-01 0.75s forwards;
  animation: menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes menu-bar07-01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar07-01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.type7 span:nth-of-type(2) {
  /*transition : all .25s .25s;*/
  opacity: 1;
}

.menu-trigger.type7.js-on span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
}

.menu-trigger.type7 span:nth-of-type(3) {
  -webkit-animation: menu-bar07-02 0.75s forwards;
  animation: menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes menu-bar07-02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar07-02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active-7 span:nth-of-type(1) {
  -webkit-animation: active-menu-bar07-01 0.75s forwards;
  animation: active-menu-bar07-01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar07-01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.menu-trigger.active-7 span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active-7 span:nth-of-type(3) {
  -webkit-animation: active-menu-bar07-02 0.75s forwards;
  animation: active-menu-bar07-02 0.75s forwards;
}
@-webkit-keyframes active-menu-bar07-02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar07-02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* bg 크기 조절 */
@-ms-keyframes bgScale {
  0% {
    -ms-transform: scale(1.4);
  }
  50% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.4);
  }
}
@-webkit-keyframes bgScale {
  0% {
    -webkit-transform: scale(1.4);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
  }
}
@-o-keyframes bgScale {
  0% {
    -o-transform: scale(1.4);
  }
  50% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.4);
  }
}
@keyframes bgScale {
  0% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

/* 다음으로 가는 버튼 */
@-webkit-keyframes nextBtn {
  0% {
    bottom: 27px;
  }

  20% {
    bottom: 30px;
  }

  40% {
    bottom: 27px;
  }

  60% {
    bottom: 30px;
  }

  80% {
    bottom: 27px;
  }

  100% {
    bottom: 30px;
  }
}

@keyframes nextBtn {
  0% {
    bottom: 27px;
  }

  20% {
    bottom: 30px;
  }

  40% {
    bottom: 27px;
  }

  60% {
    bottom: 30px;
  }

  80% {
    bottom: 27px;
  }

  100% {
    bottom: 30px;
  }
}

.mobile-btn-wrap {
  display: none;
  margin-top: -1px;
  padding: 14px 14px 80px 14px;
  background: #141517;
}

.mobile-btn {
  text-align: center;
  background: #f16822e6;
  color: #fff;
  font-size: 80px;
  padding: 30px 0;
}

/* 모바일에서 pc 볼때 */
.mobile-to-pc .mobile-btn-wrap {
  display: block;
}

.mobile-to-pc,
.mobile-to-pc .header,
.mobile-to-pc .section,
.mobile-to-pc .section07-cnt > div {
  min-width: inherit;
}

.mobile-to-pc .section07-cnt > div {
  padding: 80px 2% 80px 2%;
  width: 46%;
}

.mobile-to-pc .section07-cnt-inner {
  max-width: 80%;
}

.mobile-to-pc .sub-btm {
  min-width: inherit;
}

.mobile-to-pc .sub-btm .area {
  min-width: 1460px;
  width: 1460px;
  padding: 77px 20px 50px 20px;
}
/*.mobile-to-pc .area,*/
/*.mobile-to-pc .footer {*/
/*min-width: 100%;*/
/*width: 100%;*/
/*}*/

.mobile-to-pc {
  min-width: 1420px;
}

.mobile-to-pc .contents-center,
.mobile-to-pc .footer-top,
.mobile-to-pc .footer-btm {
  padding: 0 20px;
}

.mobile-to-pc .sub-cnt.area,
.mobile-to-pc .sub-cnt > div > .area,
.mobile-to-pc .identity-btm .area,
.mobile-to-pc .sub-cnt.field-welfare > .area {
  min-width: 1480px;
  width: 1480px;
  margin: 0 auto;
}

.mobile-to-pc .sub-cnt.area {
  min-width: 1500px;
  width: 1500px;
  margin: 0 auto;
}

.mobile-to-pc .footer-middle .area {
  min-width: inherit;
  width: inherit;
}

.mobile-to-pc .next-btn,
.mobile-to-pc .gnb-wrap:before {
  display: none;
}

.mobile-to-pc .list-style02--edu-center li {
  height: 375px;
}

.mobile-to-pc .gnb-all-list > li .gnb-all-inner + .gnb-all-inner {
  height: 690px;
}

.mobile-to-pc .gnb-all-list > li {
  overflow: inherit;
}

/* 20181029 bizart text 추가 */
.bizart-txt {
  margin-top: 54px;
  padding: 25px 3%;
  color: #666;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 24px;
}

/*.bizart-txt span {*/
/*display: block;*/
/*}*/

.bizart-txt .txt-highlight {
  color: #f16822;
}
