@charset "UTF-8";

@font-face {
  font-family: 'GmarketSansTTF';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/GmarketSansTTFBold.ttf) format('woff');
}
@font-face {
  font-family: 'GmarketSansTTF';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GmarketSansTTFMedium.ttf) format('woff');
}
@font-face {
  font-family: 'GmarketSansTTF';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GmarketSansTTFLight.ttf) format('woff');
}

@font-face {
  font-family: 'scdDream';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/S-CoreDream-Regular.woff) format('woff'),
  url(../fonts/S-CoreDream-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'scdDream';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/S-CoreDream-Medium.woff) format('woff'),
  url(../fonts/S-CoreDream-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'scdDream';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/S-CoreDream-Bold.woff) format('woff'),
  url(../fonts/S-CoreDream-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'scdDream';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/S-CoreDream-ExtraBold.woff) format('woff'),
  url(../fonts/S-CoreDream-ExtraBold.otf) format('opentype');
}
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 14px; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  font-family: 'Nanum Gothic', '돋움', Dotum, sans-serif;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 14px;
  background-color: #f5f5f5;
  color: #333;
  height: 100%; }

a {
  color: #333;
  text-decoration: none; }
a.underline {
  text-decoration: underline; }

a:hover, a:focus {
  text-decoration: none; }

input[type=text], input[type=button], input[type=password], input[type=number], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

li{ list-style: none; }

/* IE 10, 11의 네이티브 화살표 숨기기 */
/*select::-ms-expand { display: none; }*/
input, select {
  vertical-align: middle;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #616161;
  background: #fff; }

select {
  padding-left: 5px;
  height: 35px; }

input[type=text], input[type=password], input[type=number], input[type=file] {
  padding-left: 5px;
  height: 35px; }

input[type=button], input[type=submit] {
  cursor: pointer; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

textarea {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #616161;
  padding: 5px; }

textarea::placeholder {
  color: #9d9d9d; }

input::placeholder {
  color: #9d9d9d; }

.clear {
  clear: both; }

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.b-loginM{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.b-loginM__inner{
  background-image: url("../images/login/bg-login-m.png");
  background-repeat: no-repeat;
  width: 90%;
  max-width: 600px;
  /*max-width: 414px;*/
  height: 736px;
  /*padding: 0 15px;*/
  background-size: 100% 736px;
}
.b-loginM__inner.advertisementM-inner{
  height: auto;
  padding: 0;
}
.b-loginM__inner.join{
  background-image: url("../images/login/bg-login-m3.png");
}
.b-loginM__top{
  width: 100%;
  height: 260px;
  background-image: url("../images/login/img-login-top.png");
  background-repeat: no-repeat;
  background-position: 88% 16px;
}
.b-loginM__top.join{
  background-image: url("../images/login/img-login-top2.png");
  height: 210px;
  background-position: 88% 16px;
}
.b-loginM__inner.join .b-loginM__btnGroup{
  margin: 15px 0;
}
.b-loginM__inner.join .b-loginM__form h2{
  margin: 10px 0;
}
.b-loginM__tit{
  font-weight: 600;
  text-align: center;
  color: #0064c1;
  font-size: 32px;
}
.b-loginM__tit span{
  color: #bbbbbb;
}

.b-loginM__tit.add{
  position: relative;
  padding-top: 30px;
}
.b-loginM__tit.add::before{
  position: absolute;
  content: "/";
  left: 50%;
  transform: translateX(-50%);
  color: #bbb;
  font-size: 14px;
  top: 6px;
}

.b-loginM__form h2{
  font-size: 16px;
  font-weight: 500;
  color: #0064c1;
  position: relative;
  text-align: center;
  margin: 20px 0 30px;
}
.b-loginM__form h2:before{
  content:'';
  display: inline-block;
  position: absolute;
  width: calc(50% - 70px);
  height: 1px;
  top: 50%;
  left: 25px;
  background-color:#0064c1;
}
.b-loginM__form h2:after{
  content:'';
  display: inline-block;
  position: absolute;
  width: calc(50% - 70px);
  height: 1px;
  top: 50%;
  right: 25px;
  background-color:#0064c1;
}
.b-loginM__input{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.b-loginM__input label{
  font-size: 14px;
  font-weight: 500;
  color: #555;
  min-width: 70px;
}
.b-loginM__input input,.b-loginM__input select{
  max-width: 240px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.b-loginM__input select{
  padding-top: 4px;
  padding-right: 20px;
  background: #fff url(../images/login/ico_selectbox.png) no-repeat 96% 50%;
  background-size: 8px;
  appearance: none;
}
.b-loginM__input select option{
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 3px 0;
}
.b-loginM__label{
  margin: 20px 0;
}
.b-loginM__label label{
  float: right;
  margin-right: 25px;
}
.b-loginM__label input{
  margin: 0;
  vertical-align: middle;
  margin-bottom: 2px;
}
.b-loginM__label span{
  font-size: 14px;
  font-weight: 500;
}
.b-loginM__btnGroup{
  text-align: center;
  margin: 10px 0 25px;
  font-size: 0;
  padding:0 25px;
}
.b-loginM__btn{
  width: calc(50% - 5px);
  height: 50px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #0064c1;
  border: 1px solid #0064c1;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  box-shadow: 3px 2px 10px rgba(0,0,0,0.1);
}
.b-loginM__btn.add{
  background-color: #0064c1;
  color: #fff;
  margin-right: 10px;
}
.b-question{
  width: calc(100% - 50px);
  margin: 0 25px;
  height: 40px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-question span{
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-top: 2px;
}
.b-question .fc-point{
  color: #0064c1;
  margin-right: 10px;
}

.b-selectCustomWrap{
  max-width: 240px;
  width: 100%;
  position: relative;
  border:1px solid #ddd;
  text-align: left
}
.b-selectCustomWrap a{
  color:#000;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
  text-decoration:none
}
.select_icon{
  display: block;
  content: '';
  clear: both;
  position:absolute;
  right:10px;
  top: 12px;
  width: 6px;
  height: 6px;
  border: 1px solid #888;
  border-top: none;
  transform: rotate(45deg);
  border-left: none;
}
.select_icon.active{
  border-top:1px solid #888;
  border-left: 1px solid #888;
  border-bottom: none;
  border-right: none;
  top: 15px;
}
.b-selectCustom{
  position: absolute;
  max-width: 240px;
  width: calc(100% + 2px);
  left: -1px;
  display: none;
  max-height: 210px;
  overflow: auto;
}
.b-selectCustom.active{
  display: block
}
.b-selectCustom li{
  min-height: 34px;
  align-items: center;
  border: 1px solid #ddd;
  text-align: left;
  padding: 0px 0px 0px 10px;
  cursor: pointer;
  display: flex;
  background-color: #fff;
}
.b-selectCustom li + li{
  border-top:none;
}
.b-selectCustom li span,.b-selectCustomWrap a span{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  line-height: 34px;
}
.b-selectCustomWrap a span:first-of-type{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-selectCustom li span:first-of-type{
  width: 55%;
  border-right: 1px solid #ddd;
}
.b-selectCustomWrap a span:first-of-type{
  width: 60%;
  border-right: 1px solid #ddd;
}
.b-selectCustom li span:last-of-type{
  width: 45%;
  text-align: center;
}
.b-selectCustomWrap a span:last-of-type{
  width: 40%;
  text-align: center;
}
.b-selectCustom li:hover{
  background-color: #ddd;
}

.b-errorBox{
  width: 900px;
  margin: 0 auto;
}
.b-loginM-wrap{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-group{
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.checkbox-group button{
  margin-top: 4px;
}
.checkbox-group button a{
  color: #0064c1;
  font-size: 14px;
  font-weight: 500;
}
.checkbox-f{
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-f > input{
  margin-bottom: 4px;
  margin-right: 5px;
  margin-top: 0px;
}
.line{
  border-top: 1px solid #0064c1;
  margin: 15px 25px;
}
.que-icon{
  display: none;
  margin-right: 10px;
}

@media screen and (max-width: 320px){
  .que-dis-mn{
    display: none;
  }

  .que-dis-b{
    display: block;
  }
}


/* 프로모션 */
.bg-grey{ background-color: #f5f5f5; }
.b-loginM__inner.b-promotionM__inner{
  background-image: none;
  padding: 0px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bg-promotion{
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/promotion/bg-promotion.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg-promotion > img{
  width: 100%;
}
.bg-mainText{
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  width: 100%;
}
.bg-mainText span{
  color: #00fff8;
  display: block;
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 700;
}
.promotion-wrap{
  width: 100%;
  padding: 0 30px;
}
.bg-promotion__inner{
  box-sizing: border-box;
  border-top: 1px solid #fff;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.bg-promotion__inner li{
  height: 100%;
  margin-top: 25px;
  flex: 0 1 65%;
}
.bg-promotion__inner li:nth-child(1){
  flex: 0 1 30%;
  margin-right: 2%;
  background-image: url(../images/promotion/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.bg-promotion__inner > li p{
  font-family: 'scdDream';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
}
.bg-promotion__inner > li p::before{
  content: "1";
  position: absolute;
  font-family: 'scdDream';
  font-size: 20px;
  font-weight: 700;
  color: #00fff8;
  left: 0;
  top: -3px;
}
.bg-promotion__inner > li p:nth-child(1){
  margin-bottom: 10px;
}
.bg-promotion__inner > li p:nth-child(2){
  margin-bottom: 10px;
}
.bg-promotion__inner > li p:nth-child(2)::before{
  content: "2";
}
.bg-promotion__inner > li p:nth-child(3){
  font-family: 'scdDream';
  font-size: 20px;
  font-weight: 700;
  color: #00fff8;
  position: relative;
  width: 205px;
  margin-left: 20px;
  text-align: center;
  padding: 0;
}
.bg-promotion__inner > li p:nth-child(3)::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50px;
  background-color: #00fff8;
}
.bg-promotion__inner > li p:nth-child(3)::after{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50px;
  background-color: #00fff8;
}
.bg-skyBlue{
  width: 100%;
  height: auto;
  padding: 29px 44px;
  background-image: url(../images/promotion/bg-skyBlue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg-skyBlue .dis-n{
  display: none;
}
.bg-skyBlue p{
  font-size: 14px;
  font-weight: 400;
  font-family: 'scdDream';
  text-align: center;
  line-height: 1.5;
}
.bg-skyBlue p span{
  font-weight: 700;
  color: #3a5be4;
  font-size: 16px;
  font-family: 'scdDream';
}
.promotion-contents{
  padding: 30px 0 50px;
}
.m2-contentArea{
  padding: 30px 0;
}

.promotion-contents p {
  position: relative;
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 16px;
  color: #222;
  padding-left: 22px;
  margin-bottom: 10px;
}
.promotion-contents p.contents-header:nth-child(n+2) {
  margin-top: 30px;
}
.promotion-contents p::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #3a5be4;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
}


/* 셀렉트 스타일 */
.cp-block{overflow: hidden; transition: all 0.3s;}
.cp-block.active{ overflow: inherit; }
.cp-block .selectbox {
  width: 100%;
  height: 50px;
  z-index: 999;
  position: relative;
}

.cp-block .selectbox .select li.choice{
  background-image: url(../images/promotion/ico-selectDown.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
}

.cp-block .selectbox .select li.choice.active{
  background-image: url(../images/promotion/ico-selectUp.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
}

.cp-block.first-select .selectbox .select {
  width: inherit;
  height: 50px;
  z-index: 999;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
}
.cp-block .selectbox .select.bg-grey{background-color: #eee;}

.cp-block .selectbox .select li {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cp-block .selectbox .select li span{
  font-weight: 500;
  font-size: 16px;
  color: #000
  font-family: scdDream;
}

.btn-video span{
  color: #3a5be4;
}

/* 두번째 셀렉트 */
.b-select{
  overflow: hidden; 
  transition: all 0.3s;
  border-bottom: 1px solid #3a5be4;
  box-sizing: border-box;
  height: 70px;
}
.b-select.active{ overflow: inherit; }
.b-select .second-selectbox{
  width: 100%;
  z-index: 995;
  position: relative;
  width: 100%;
  height: 70px;
}

.b-select .second-selectbox .second-choice li.choice{
  background-image: url(../images/promotion/ico-selectDownTwo.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
}

.m2 .second-choice li.choice{
  background-image: url(../images/promotion/ico-selectM2Down.png) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 95% center !important;
}

.b-select .second-selectbox .second-choice li.choice.active{
  background-image: url(../images/promotion/ico-selectUpTwo.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% center;
}

.m2 .second-choice li.choice.active{
  background-image: url(../images/promotion/ico-selectM2Up.png) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 95% center !important;
}

.b-select .second-selectbox .second-choice {
  width: inherit;
  height: 100px;
  z-index: 999;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgb(58, 91, 228);
  box-shadow: rgb(58 91 228 / 15%) 0px 1px 5px 3px;
}
.b-select .second-selectbox .second-choice.bg-grey{background-color: #eee;}

.b-select .second-selectbox .second-choice li {
  height: 70px;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.b-select .second-selectbox .second-choice li button span{
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  font-family: scdDream;
}
.b-select .second-selectbox .second-choice li a{
  font-weight: 500;
  font-size: 16px;
  font-family: scdDream;
  color: #222;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m2{
  border-bottom: 1px solid #9fc41c !important;
}
.m2 .second-choice{
  border: 1px solid #9fc41c !important;
}
.m2 .second-choice{
  box-shadow: 0px 1px 5px 3px rgba(159, 196, 28, 0.15);
}
.m2 .choice > span{
  font-family: 'scdDream';
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
  width: 95%;
}
.m2 .choice.active > span{
  width: 95%;
}
.m2 .init-hide > span{
  font-family: 'scdDream';
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
}
.m2 .second-choice li:hover{
  background-color: #f3f3f3;
}
.m2 .second-choice .active{
  background-color: #f3f3f3;
}


.select-inner{top: -1px;}

.selectbox-choiceBox{
  width: 430px;
  height: 50px;
  background-color: #eee;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
  line-height: 45px;
  background-image: url(../images/promotion/ico-selectDown.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 98% center;
}
.btn-blog a{
  font-weight: 500;
  font-size: 16px;
  color: #333;
  font-family: scdDream;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-blog{
  box-shadow: 0px 1px 5px 3px rgba(128, 128, 128, 0.15);
  border: 1px solid #aaa;
  width: 100%;
  height: 50px;
  margin: 30px 0 20px;
}
.btn-call{
  background-color: #fff;
  border: 1px solid #2e4fe4;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
}
.btn-call a{
  font-weight: 700;
  font-size: 16px;
  color: #3a5be4;
  font-family: scdDream;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.btn-call a .ico-call{
  width: 40px;
  height: 40px;
  background-image: url("../images/promotion/ico-call.png");
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

/* 컨텐츠 새로 추가되는 내용 */
.promotion-contentsText{
  width: 100%;
  height: auto;
}
.promotion-contentsText .promotion-contents{
  padding: 30px 0;
}
.promotion-contentsText .promotion-contents.br-line{
  border-bottom:  1px solid #ddd;
}
.promotion-contentsText.bg-lightGrey{
  background-color: #f5f5f5;
}
.promotion-contents > img{
  margin: 0 auto 20px;
  display: block;
}
.promotion-contentsText h6{
  font-family: scdDream;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  word-break: keep-all;
}
.promotion-contentsText h6 span{
  color: #3a5be4;
  font-family: scdDream;
  font-size: 16px;
  font-weight: 600;
}
.promotion-contentsText h6 span.tit-grey{
  font-size: 14px;
  color: #888;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
  display: block;
}
.promotion-innerText{
  width: 100%;
  height: auto;
}
.promotion-innerText > p{
  position: relative;
  font-family: scdDream;
  font-weight: 600;
  color: #222;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
  word-break: keep-all;
}
.promotion-innerText > p > span{
  position: relative;
  font-family: scdDream;
  font-weight: 600;
  color: #f00;
  font-size: 14px;
  margin-bottom: 10px;
  word-break: keep-all;
}
.promotion-innerText > p:last-of-type{
  margin-bottom: 0px;
}
.promotion-innerText > p::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #3a5be4;
}
.promotion-contents > img.promotion-background{
  max-width: 100%;
  margin: 0 auto;
}
.promotion-footer{
  width: 100%;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px 0;
}
.promotion-footer img{
  display: block;
  margin: 0 auto;
}
.promotionAdd-text{
  float: right;
  font-family: scdDream;
  font-weight: 400;
  font-size: 14px;
  color: #3a5be4;
  margin-top: 10px;
  margin-bottom: 30px;
}
.bg-promotionBottom{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/promotion/bg-promotionBottom.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bg-promotionBottom > p{
  font-size: 23px;
  font-weight: 600;
  font-family: scdDream;
  color: #fff;
  text-align: center;
}
.bg-promotionBottom > a{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: scdDream;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.bg-promotionBottom > a::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00fff8;
  border-radius: 50px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bg-promotionBottom > a::after{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00fff8;
  border-radius: 50px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bg-promotionBottom > p > span{
  font-size: 23px;
  font-weight: 600;
  font-family: scdDream;
  font-style: italic;
  color: #00fff8;
}

/* 슬라이드 */
.slide{ width: 100%; position: relative; overflow: hidden; margin: 30px 0; }
.slick-arrow{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; font-size: 0px; }
.slick-arrow.slick-prev{ left: 0; }
.slick-arrow.slick-prev::before{ content: ""; background-image: url("../images/promotion/btn-prevSlide.png"); position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 21px; height: 67px; }
.slick-arrow.slick-next{ right: 0; }
.slick-arrow.slick-next::before{ content: ""; background-image: url("../images/promotion/btn-nextSlide.png"); position: absolute; top: 50%; right: 0px; transform: translateY(-50%); width: 21px; height: 67px; }
.slick-slide{ width: 355px; display: inline-block; text-align: center; box-sizing: border-box; top: 50%; transform: translateY(0%); }
.slick-track{ display: flex; }

.slide-newLink{
  width: 85%;
  margin: 20px auto 0;
  height: 32px;
}
.slide-newLink a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.slide-newLink .btn{
  width: 40px;
  height: 100%;
  background-image: url(../images/promotion/ico-slideBtn.png);
  background-repeat: no-repeat;
  background-position: center;
}
.slide-newLink .btn.blue-btn{
  background-color: #3a5be4;
}
.slide-newLink .btn.orange-btn{
  background-color: #e69726;
}
.slide-newLink a span{
  border-left: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: scdDream;
  font-size: 13px;
  font-weight: 500;
}
.slide-newLink a span .inner-blueTit{
  color: #3a5be4;
  width: auto;
}
.slide-newLink a span .inner-orangeTit{
  color: #e69726;
  width: auto;
}
.slide-newLink a span.tit-blue{
  border: 1px solid #3a5be4;
}
.slide-newLink a span.tit-orange{
  border: 1px solid #e69726;
}

/* 첫번째 슬라이드 */
/* 슬라이드 -1 */
.first-slide div:nth-child(1) h4{ font-family: scdDream; font-weight: 500; font-size: 20px; color: #222; height: 55px; }
.first-slide div:nth-child(1) h4 .tit-blue{ font-family: scdDream; font-weight: 600; font-size: 20px; color: #3a5be4; }
.first-slide div:nth-child(1) h4.hidden{ visibility: hidden; }
.first-slide div > img{ max-width: 100%; display: block; margin: 25px auto; }
.first-slide div:nth-child(1) > img{ margin: 30px 0; display: inline-block; }
.slide-titleText{ font-family: scdDream; font-weight: 500; color: #222; font-size: 14px; }
.slide-titleText span{  font-family: scdDream; font-weight: 500; color: #3a5be4; font-size: 14px; }
.slide-subText{ font-family: scdDream; font-weight: 500; font-size: 14px; color: #888; line-height: 1.4; }
.slide-subText.mt5{ margin-top: 5px; }

/* 슬라이드 -2 */
.second-slide div:nth-child(1) h4{ font-family: scdDream; font-weight: 500; font-size: 20px; color: #222; height: 55px; }
.second-slide div:nth-child(1) h4 .tit-orange{ font-family: scdDream; font-weight: 600; font-size: 20px; color: #e69726; }
.second-slide div:nth-child(1) h4.hidden{ visibility: hidden; }
.second-slide div > img{ max-width: 100%; display: block; margin: 25px auto; }
.second-slide div:nth-child(1) > img{ margin: 30px 0; display: inline-block; }
.slide-titleText{ font-family: scdDream; font-weight: 500; color: #222; font-size: 14px; }
.second-slide .slide-titleText span{  font-family: scdDream; font-weight: 500; color: #e69726; font-size: 14px; }
.slide-subText{ font-family: scdDream; font-weight: 500; font-size: 14px; color: #888; line-height: 1.4; word-break: keep-all; }
.slide-subText.mt5{ margin-top: 5px; }

.b-vedio-wrap{ display: flex; justify-content: space-between; width: 100%; height: 110px; margin-top: 15px; } 
.b-vedio-wrap li{flex: 0 1 48%;}
.b-vedio-wrap li > a{ width: 100%; height: 100%; display: block; }
.b-vedio-wrap li > a > img{ width: 100%; height: 80px; }
.promotion-contents p.video-tit{
  padding: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}
.promotion-contents p.video-tit::before{
  content: "";
  height: 80%;
  width: 2px;
  left: 20px;
  top: 50%;
  position: absolute;
}
.promotion-contents p.video-tit::after{
  content: "";
  height: 80%;
  width: 2px;
  right: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: #3a5be4;
}

/* ----------------------------------------------------------------------------- */
.inner-wrap{
  /*
  padding: 0 30px;
  */
  margin: 0 auto;
  height: 100%;
}
.advertisement-heder{
  background-color: #fff;
  background-image: url(../images/promotion/promotion-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
}
.advertisement-area{
  background-image: url(../images/promotion/bg-kiwon.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 247px;
}
.advertisement-area.second-area{
  background-size: 100% 500px;
  height: 500px;
}
.advertisement-area.third-area{
  background-image: url(../images/promotion/img-namecardFront.jpg);
  background-size: 100% 500px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1024px){
  .advertisement-area.second-area{
    background-size: 100% 217px;
    height: 217px;
  }
  .advertisement-area.third-area{
    width: 100%;
    background-size: 100% 197px;
    height: 197px;
  }
}
.inner-advertiseText{
  margin: 40px 0;
}
.advertisement-area p{
  font-family: 'scdDream';
  font-size: 20px;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px){
  .advertisement-area p{
    font-size: 14px;
  }
}

.advertisement-content{
  margin: 40px 0;
}
.advertisement-title{
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
}
.advertisement-title::before{
  content: "1.";
  position: absolute;
  left: 0;
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.advertisement-content2 .advertisement-title::before{
  content: "2.";
}
.advertisement-content3 .advertisement-title::before{
  content: "3.";
}
.advertisement-content4 .advertisement-title::before{
  content: "4.";
}
.advertisement-content img{
  max-width: 100%;
  box-shadow: 0px 0px 5px 5px rgba(221, 221, 221, 0.2);
}
.advertisement-list{
  display: flex;
  flex-wrap: wrap;
}
.advertisement-list li{
  flex: 0 1 23%;
  margin: 0 1%;
  margin-bottom: 2%;
  height: 150px;
  background-color: #9fc41c;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1024px){
  .advertisement-list li{
    flex: 0 1 48%;
    height: 100px;
  }
}
.advertisement-list li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advertisement-list li img{
  display: block;
  margin: 0px auto 10px;
  box-shadow: none;
}
.advertisement-list li p{
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.advertisement-list li:nth-child(2n){
  /*margin-right: 0px;*/
}
.advertisement-list li:nth-child(5){
  margin-bottom: 0px;
}
.advertisement-list li:nth-child(6){
  margin-bottom: 0px;
}
.kiwon-btn{
  margin-top: 20px;
  border: 1px solid #9fc41c;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.kiwon-btn.btn-2{
  margin-top: 10px;
}
.kiwon-btn a{
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  font-family: 'scdDream';
  font-size: 15px;
  font-weight: 600;
  color: #9fc41c;
}
.b-freeBtnArea{
  margin: 20px 0 60px;
}
.b-freeBtnArea button{
  background-color: #9fc41c;
  box-shadow: 0px 0px 5px 5px rgba(159, 196, 28, 0.2);
  width: 100%;
  height: 50px;
}
.b-freeBtnArea button a{
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  color: #fff;
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 15px;
}
.advertisement-footer{
  background-image: url(../images/promotion/img-namecardFront2.png);
  background-repeat: no-repeat;
  background-size: 100% 500px;
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}

.advertisement-footer.bg-original {
  background-image: url(../images/promotion/img-advertisementFooter.png);
}
@media screen and (max-width: 1024px) {
  .advertisement-footer{
    background-size: 100% 280px;
    height: 280px;
  }
}
.advertisement-mainText{
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
}
.advertisement-mainText::before{
  content: "";
  position: absolute;
  width: 145px;
  height: 14px;
  background-color: #005c61;
  bottom: 0;
  left: 50%;
  transform: translateX(-85%);
}
.advertisement-mainText .strong{
  color: #00ffcc;
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  position: relative;
}
.advertisement-tell{
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.advertisement-tell span{
  color: #fff;
  font-family: 'scdDream';
  font-weight: 600;
  font-size: 20px;
}
.advertisement-tell::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00ffcc;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -15px;
}
.advertisement-tell::after{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #00ffcc;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.inner-footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ico-upTop{
  background-image: url("/resources/images/promotion/ico-top.png");
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  width: 49px;
  height: 49px;
  z-index: 999;
  margin-left: 10px;
}
.partner-information {
  width: 100%;
  height: 60px;
  text-align: right;
  line-height: 500%;
}

/* 반응형 */
@media screen and (max-width: 420px){
  .bg-promotion{height: 300px;}
  .bg-mainText{ font-size: 20px }
  .bg-promotion__inner > li p{ font-size: 14px; }
  .bg-promotion__inner > li p::before{ font-size: 16px; }
  .bg-skyBlue .dis-b-m{display: block;}
  .bg-skyBlue p{ font-size: 13px; }
  .bg-skyBlue p span{ font-size: 15px; }
  .promotion-contents p{ font-size: 14px; }
  .btn-video{ height: 46px; }
  .btn-video a{ line-height: 46px; font-size: 14px; }
  .btn-blog{ height: 46px; }
  .btn-blog a{ line-height: 46px; font-size: 14px; }
  .btn-call{ height: 46px; }
  .btn-call a{ line-height: 46px; font-size: 14px; }
  .btn-call a .ico-call{ width: 38px; height: 38px; margin-right: 10px; }
  .cp-block .selectbox .select li span{ font-size: 14px;}
  .b-select .second-selectbox .second-choice li a{ font-size: 14px; }
  .b-select .second-selectbox .second-choice li button span{ font-size: 14px;}
  .bg-promotion__inner > li p:nth-child(3){
    font-size: 14px;
    width: 140px;
  }
}

@media screen and (max-width: 345px){
  .btn-call a{ letter-spacing: -2px; }
  .promotion-innerText br{ display: none }
  .bg-promotionBottom > a{font-size: 18px;}
}

@media screen and (max-width: 320px){
  .slide-subtext br{ display: none; }
  .bg-promotion__inner > li p:nth-child(3){
    width: 125px;
    font-size: 13px;
  }
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}



.advertisement-mainText-none{
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
}

.advertisement-mainText-none .strong{
  color: #00ffcc;
  font-family: 'scdDream';
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  position: relative;
}

.wns-img {
  background-image: url("/resources/images/worknsales-logo.png");
}

#copyIp::selection {
  background: none;
  color: #000;
}
