@charset "UTF-8";

/* visual */
#visual {
  height: 700px;
  position: relative;
  width: 100%;
  background-color: #173143;
  background-image: url('../img/visual_bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#visual .visual-inner {
  width: 1050px;
  margin: auto;
}
#visual .con-box {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;  
}
#visual h2 {
  font-family: "base-b";
  line-height: 1.2;
  font-size: 2.4em;
}
#visual .text {
  font-size: 1.2em;
  margin-top: 20px;
  line-height: 1.4;
}
#visual input{
  margin-top: 30px;
  width: 350px;
  padding: 12px 0 12px 15px;
  border-radius: 5px;
  box-sizing: border-box;
}
#visual input::placeholder{
  color: #bbb;
}
#visual .free_Btn {
  margin-left: 5px;
  height: 40px;
  width: 130px;
  background: #5ecb70;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
}
#visual .free_Btn:hover {
  color: #5ECB70;
  background: #fff;
}
#visual .logo_pack {
  position: absolute;
  width: 800px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
#visual li {
  display: block;
  float: left;
  width: 14%;
}
#visual li:not(:last-child) {
  margin-right: 7.5%;
}
#visual li img {
  width: 100%;
}

/* section-1 */
#section-1 {
  background: #173143;
  color: #eee;
  width: 100%;
}
#section-1 .book {
  float: left;
  margin-left: 80px;
}
#section-1 .book img {
  width: 345px;
}
#section-1 .text-box {
  float: left;
  margin-left: 60px;
  margin-top: 60px;
}
#section-1 .text-box h3 {
  font-family: "base-b";
  font-size: 1.6em;
  line-height: 1.2;
}
#section-1 .text-box .text {
  margin-top: 20px;
  color: #ddd;
  line-height: 1.3;
}
#section-1 .text-box button {
  background: none;
  margin-top: 10px;
  padding: 10px 10px 10px 0;
  color: #5ECB70;
}
#section-1 .text-box button i {
  transition: all 0.2s;
}
#section-1 .text-box button:hover i{
  margin-left: 5px;
}

/* section-2 */
#section-2 {
  background: #F1F2F3;
}
#section-2 .title {
  margin-top: 20px;
  text-align: center;
}
#section-2 h2 {
  display: inline;
  font-family: "base-eb";
  font-size: 2.6em;
  color: #0E2535;
  text-align: center;
  letter-spacing: 1px;
}
#section-2 .con {
  position: relative;
}
#section-2 .prev {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}
#section-2 .next {
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
}
#section-2 .client-review {
  position: relative;
  background: #fff;
  width: 850px;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 50px auto 0;
}
#section-2 .slide_wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#section-2 .slides.animated {
  transition: all 0.5s ease-out;
}
#section-2 .slides li {
  float: left;
}
#section-2 .slides .logo {
  float: left;
  line-height: 200px;
  text-align: center;
  margin-left: 15px;
  width: 130px;
}
#section-2 .slides img {
  width: 130px;
  vertical-align: middle;
}
#section-2 .slides .text {
  display: table;
  height: 200px;
  float: left;
  width: 565px;
  margin-left: 50px;
}
#section-2 .slides .text p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.05em;
}
#section-2 .logo-pack {
  width: 850px;
  height: 100%;
  margin: auto;
  padding-top: 10px;
}
#section-2 .logo-pack li {
  float: left;
  background: #fbfbfb;
  padding: 20px 30px;
  vertical-align: middle;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 7px;
}
#section-2 .logo-pack li:not(:nth-child(5n)) {
  margin-right: 29px;
}
#section-2 .logo-pack img {
  height: 30px;
  transition: all 0.3s;
}
#section-2 .logo-pack li:hover img{
  transform: scale(1.1);
}

/* section-3/4/5 */
[id ^= explain] .section-inner {
  width: 1050px;
  height: 100%;
  padding: 65px 0 100px 0;
  margin: auto;
  box-sizing: border-box;
}

#explain-1 {
  height: 800px;
  position: relative;
  width: 100%;
  background-image: url('../img/section-3_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  color: #f1f2f3;
}
#explain-2 {
  height: 800px;
  position: relative;
  width: 100%;
  background-image: url('../img/section-4_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
}
#explain-3 {
  height: 800px;
  position: relative;
  width: 100%;
  background-image: url('../img/section-5_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  color: #f1f2f3;
}
#additional {
  height: 880px;
  position: relative;
  width: 100%;
  background-image: url('../img/additional_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
}

[id ^= explain] .title,
#additional .title {
  margin-top: 20px;
  text-align: center;
}
[id ^= explain] h2,
#additional h2 {
  font-family: "base-eb";
  font-size: 2.8em;
  letter-spacing: 3px;
}
[id ^= explain] .title a,
#additional a {
  display: inline-block;
  padding: 3px;
  margin-top: 10px;
  font-size: 1.3em;
  color: #ffcc00;
  transition: all 0.2s;
}
[id ^= explain] .title a:hover {
  padding-left: 20px;
}
[id ^= explain] .title i {
  font-size: 0.8em;
  margin-left: 5px;
}
[id ^= explain] .sub,
#additional .sub {
  width: 90%;
  margin: auto;
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 1.3;
  opacity: 0.9;
}
[id ^= explain] .con,
#additional .con {
  margin-top: 40px;
}
#explain-1 .left,
#explain-3 .left {
  float: left;
}
#explain-2 .left {
  float: left;
  margin-top: 30px;
  width: 400px;
}
[id ^= explain] img {
  width: 580px;
  border-radius: 5px;
  box-sizing: border-box;
}
#explain-2 img {
  border: 1px solid #eaeaea;
}

#explain-1 .right,
#explain-3 .right {
  float: left;
  width: 430px;
  margin-left: 40px;
  margin-top: 10px;
}
#explain-2 .left {
  width: 430px;
}
#explain-2 .right {
  float: left;
  margin-left: 40px;
}
#explain-2 .mobile-img {
  display: none;
}
[id ^= explain] li,
#additional li {
  line-height: 1.3;
}
[id ^= explain] li:not(:last-child) {
  margin-bottom: 25px;
}
#additional li:not(:last-child) {
  margin-bottom: 22px;
}
[id ^= explain] .menu,
#additional .menu {
  font-family: "base-b";
  font-size: 1.2em;
  margin-bottom: 5px;
}
[id ^= explain] .text {
  font-size: 0.9em;
  line-height: 1.4;
}
#explain-1 .text,
#explain-3 .text {
  color: #ddd;
}
[id ^= explain] .text span {
  color: orange;
}
#additional .section-inner {
  padding: 60px 0 0;
  box-sizing: border-box;
}
#additional [class ^= add] {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#additional .mark {
  display: inline-block;
  padding: 6px 16px 4px;
  border: 1px solid #ffcc00;
  border-radius: 25px;
  color: #ffcc00;
  font-family: "base";
  margin-bottom: 12px;
}
#additional .mark span {
  font-size: 0.9em;
}
#additional .add-2 {
  padding-left: 50px;
}
#additional [class ^= add] ul {
  padding: 15px 0;
}
#additional .add-1 .con {
  padding-right: 50px;
  border-right: 1px solid #ccc;
}
#additional .title {
  text-align: center;
}
#additional .title .sub {
  margin-top: 7px;
}
#additional .text {
  padding: 5px 13px;
  background: rgba(223, 227, 233, 0.3);
}

/* 반응형 최적화 */
.mb {
  display: none;
}

@media screen and (max-width:767px) {
#header .mobile-btn {
  color: #eee;
}

  /* visual */
#visual .text {
  font-size: 1.3em;
}
#visual input {
  width: 70%;
  padding: 12px 0 12px 15px;
}
#visual .free_Btn {
  width: 70%;
  height: 40px;
  margin: 12px 0;
}
#visual .logo_pack {
  width: 85%;
  bottom: 75px;
}
#visual li {
  width: 15.5%;
}
#visual li:not(:last-child) {
  margin-right: 5.6%;
}

/* section-1 */
#section-1 .book {
  float: none;
  text-align: center;
  margin: 0;
}
#section-1 .book img {
  width: 90%;
}
#section-1 .text-box {
  float: none;
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
}
#section-1 .text {
  font-size: 0.8rem;
}

/* section-2 */
#section-2 h2 {
  padding: 12px 0px;
}
#section-2 .prev {
  left: 10px;
}
#section-2 .next {
  right: 10px;
}
#section-2 .client-review {
  width: 80%;
  height: 360px;
  padding: 10px 15px;
}
#section-2 .slide_wrapper {
  height: 320px;
}
#section-2 .slides li {
  float: none;
}
#section-2 .slides .logo {
  float: none;
  line-height: 90px;
  margin: auto;
}
#section-2 .slides img {
  width: 100px;
}
#section-2 .slides .text {
  float: none;
  width: 95%;
  height: 220px;
  margin: auto;
}
#section-2 .slides .text p {
  vertical-align: top;
  text-align: initial;
  font-size: 1.1em;
  line-height: 1.2;
}
#section-2 .logo-pack {
  width: 80%;
}
#section-2 .logo-pack li {
  padding: 0;
  width: 47%;
  padding: 20px 0;
  text-align: center;
}
#section-2 .logo-pack li:not(:nth-child(5n)) {
  margin-right: 0;
}
#section-2 .logo-pack li:not(:nth-child(2n)) {
  margin-right: 6%;
}
#section-2 .logo-pack img {
  transform: scale(1);
}

/* explain */
[id ^= explain] .section-inner,
#additional .addition-inner {
  width: 100%;
  padding: 60px 0;
}
[id ^= explain] .title,
#additional .title {
  margin-top: 0;
}
[id ^= explain] .sub {
  font-size: 0.75rem;
}
[id ^= explain] .con,
#additional .con {
  margin-top: 20px;
}
[id ^= explain] img {
  width: 280px;
}
#explain-1,
#explain-2,
#explain-3,
#explain-4 {
  height: 100%;
}
#explain-1,
#explain-3 {
  background-color: #0E2535;
}
#explain-1 .left,
#explain-3 .left {
  float: none;
  text-align: center;
}
#explain-2 .left {
  float: none;
  margin: auto;
  width: 85%;
}
#explain-1 .right,
#explain-3 .right {
  float: none;
  margin: auto;
  margin-top: 30px;
  width: 85%;
}
#explain-2 .right {
  float: none;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
#explain-2 .mobile-img {
  display: block;
  margin-bottom: 30px;
}
#explain-2 .pc {
  display: none;
}
[id ^= explain] .text {
  font-size: 1.1em;
}
[id ^= explain] li,
#additional li {
  line-height: 1.4;
}
[id ^= explain] li:not(:last-child),
#additional li:not(:last-child) {
  margin-bottom: 20px;
}
[id ^= explain] .menu,
#additional .menu {
  margin-bottom: 3px;
}
#additional {
  height: 100%;
  padding: 20px 0;
}
#additional .section-inner {
  padding: 40px 0 20px ;
}
#additional [class ^= add] {
  float: none;
  width: 100%;
  margin: auto;
}
#additional .add-2 {
  padding-left: 0;
}
#additional [class ^= add] .con {
  width: 95%;
  margin: auto;
}
#additional .add-1 .con {
  border-right: none;
  padding: 30px 10px;
  border-bottom: 1px solid #ccc;
}
#additional .add-2 .con {
  padding: 30px 10px;
}

.pc {
  display: none;
}
.mb {
  display: block;
}
}
