@charset "UTF-8";
body {
    position: relative;
}
/*테스트01 하람아이 프로모션입니다.*/
header {
    padding: 10px 20px;
    border-bottom: 1px solid #d1d1d1;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 100px;
}

.logo a {
    display: block;
    width: 100%;
}

.logo a img {
    width: 100%;
}

nav {
    margin-right: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

nav ul li {
    padding: 10px 25px;
}

nav ul li:hover a {
    color: #67b2c7;
}

nav ul li a {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    font-family: 'NanumSquare', sans-serif;
}

.main-slide {
    width: 100%;
    overflow: hidden;
}

.main-slide__box {
    min-width: 1920px;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slide__box#slideNo1 {
    background-image: url('../landing_img/main_1.png');
    background-position: center;
    background-size: cover;
}

.main-slide__box#slideNo2 {
    background-image: url('../landing_img/main_2.png');
    background-position: center;
    background-size: cover;
}

.main-slide__box#slideNo3 {
    background-image: url('../landing_img/main_3.png');
    background-position: center;
    background-size: cover;
}

.main-slide__box#slideNo4 {
    background-image: url('../landing_img/main_4.png');
    background-position: center;
    background-size: cover;
}

#slideNo2 .main-slide__box__text,
#slideNo4 .main-slide__box__text {
    margin-left: auto;
}

#slideNo2 .main-slide__box__text {
    margin-right: 300px;
}

#slideNo4 .main-slide__box__text {
    margin-right: 400px;
}

.main-slide__box__text {
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-slide__box__text span {
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
}

.main-slide__box__text span:first-child {
    font-size: 40px;
    color: #454545;
    margin-bottom: 20px;
    margin-top: 50px;
}

.main-slide__box__text span:nth-child(2) {
    font-size: 36px;
    color: #2d99bb;
    margin-bottom: 40px;
    line-height: 50px;
}

.main-slide__box__text span:nth-child(3) {
    font-size: 22px;
    color: #454545;
    margin-bottom: 80px;
    line-height: 46px;
}

.main-slide__box__text .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slide__box__text .btns a {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #0ca2e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.main-slide__box__text .btns a:first-child {
    background-color: #0ca2e5;
    color: white;
    margin-right: 20px;
}

.main-slide__box__text .btns a:last-child {
    background-color: white;
    color: #0ca2e5;
}

.main-slide__box__text .btns a:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(45, 154, 187, 0.3);
    box-shadow: 0px 2px 5px 1px rgba(45, 154, 187, 0.3);
}

.intro {
    width: 100%;
}

.intro__header {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../landing_img/intro.png');
    background-size: cover;
    background-position: center;
}

.intro__header__text {
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.intro__header__text span {
    font-size: 28px;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    color: #707070;
    line-height: 44px;
    margin-bottom: 20px;
}

.intro__header__text a {
    display: block;
    width: 360px;
    height: 80px;
    border-radius: 10px;
    font-family: 'Nanum Gothic', sans-serif;
    background-color: white;
    border: 1px solid #0ca2e5;
    color: #0ca2e5;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}

.intro__header__text a:hover {
    background-color: #0ca2e5;
    color: white;
}

.tab--wrap {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}

.intro__tabs {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.intro__tabs#tablet {
    display: none;
}

.intro__tabs .tab {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.intro__tabs .tab.active .tab__icon,
.intro__tabs .tab:hover .tab__icon {
    background-position: center top;
}

.intro__tabs .tab.active span,
.intro__tabs .tab:hover span {
    font-weight: bold;
    color: #67b2c7;
}

.intro__tabs .tab#tab1 .tab__icon {
    background-image: url('../landing_img/icon_1.png');
}

.intro__tabs .tab#tab2 .tab__icon {
    background-image: url('../landing_img/icon_2.png');
}

.intro__tabs .tab#tab3 .tab__icon {
    background-image: url('../landing_img/icon_3.png');
}

.intro__tabs .tab#tab4 .tab__icon {
    background-image: url('../landing_img/icon_4.png');
}

.intro__tabs .tab#tab5 .tab__icon {
    background-image: url('../landing_img/icon_5.png');
}

.intro__tabs .tab#tab6 .tab__icon {
    background-image: url('../landing_img/icon_6.png');
}

.intro__tabs .tab#tab7 .tab__icon {
    background-image: url('../landing_img/icon_7.png');
}

.intro__tabs .tab#tab8 .tab__icon {
    background-image: url('../landing_img/icon_8.png');
}

.intro__tabs .tab#tab9 .tab__icon {
    background-image: url('../landing_img/icon_9.png');
}

.intro__tabs .tab#tab10 .tab__icon {
    background-image: url('../landing_img/icon_10.png');
}

.intro__tabs .tab#tab11 .tab__icon {
    background-image: url('../landing_img/icon_11.png');
}

.intro__tabs .tab#tab12 .tab__icon {
    background-image: url('../landing_img/icon_12.png');
}

.intro__tabs .tab .tab__icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 15px;
}

.intro__tabs .tab span {
    font-size: 14px;
    font-family: 'Nanum Gothic', sans-serif;
}

.intro__tab--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    height: 800px;
}

.intro__tab--content .intro__tab--wrap {
    position: absolute;
    left: 0px;
    display: none;
    width: 100%;
}

.intro__tab--content .intro__tab--wrap#intro1 {
    display: block;
}

.intro__tab--content * {
    font-family: 'Nanum Gothic', sans-serif;
}

.intro__tab--content__ttl span {
    display: block;
    text-align: center;
}

.intro__tab--content__ttl span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.intro__tab--content__ttl span:last-child {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.intro__tab--content__img {
    text-align: center;
}

.intro__tab--content__detail {
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px auto 80px;
}

.intro__tab--content__detail .detail__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro__tab--content__detail .detail__box span {
    font-size: 18px;
    text-align: center;
}

.intro__tab--content__detail .detail__box span:first-child {
    font-weight: bold;
    color: #0ca2e5;
    margin-bottom: 20px;
}

.intro__tab--content__detail .detail__box span:last-child {
    line-height: 40px;
}

.documents {
    width: 100%;
    padding: 80px 0px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.documents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 100px;
}

.apply {
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #0ca2e5;
    font-size: 20px;
    line-height: 50px;
    color: #0ca2e5;
    background-color: white;
    margin-top: 20px;
    cursor: pointer;
}

.apply:hover {
    background-color: #0ca2e5;
    color: white;
}

.documents__box__img {
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.documents__box__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.documents__box__text span {
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
}

.documents__box__text span:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.documents__box__text span:last-child {
    font-size: 18px;
    line-height: 40px;
    margin-top: 40px;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 80px 0px;
}

.price > span {
    font-family: 'NanumSquare', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #0ca2e5;
    margin-bottom: 40px;
}

.price .price__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'NanumSquare', sans-serif;
    margin: 30px 0px 40px;
}

.price .price__type__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    margin: 0px 100px;
    position: relative;
}

.price .price__type__box:first-child div:nth-child(2) {
    border-left: 1px solid #4bb5ff;
    border-right: 1px solid #4bb5ff;
}

.price .price__type__box:last-child div:nth-child(2) {
    border-left: 1px solid #223f6b;
    border-right: 1px solid #223f6b;
}

.price .price__type__box div:first-child.basic-color,
.price .price__type__box div:nth-child(3).basic-color {
    background-color: #4bb5ff;
    color: white;
}

.price .price__type__box div:first-child.basic-color .price-img,
.price .price__type__box div:nth-child(3).basic-color .price-img {
    background-color: #3aa3ff;
}

.price .price__type__box div:first-child.premium-color,
.price .price__type__box div:nth-child(3).premium-color {
    background-color: #223f6b;
    color: white;
}

.price .price__type__box div:first-child.premium-color .price-img,
.price .price__type__box div:nth-child(3).premium-color .price-img {
    background-color: #132b51;
}

.price .price__type__box .price--label {
    position: absolute;
    top: 13px;
    left: -30px;
    display: block;
    background-color: white;
    width: 140px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    font-size: 15px;
    font-weight: 800;
    color: #8dcee2;
}

.price .price__type__box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price .price__type__box div:first-child {
    width: 400px;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    background-color: #8dcee2;
    font-size: 20px;
    font-weight: bold;
}

.price .price__type__box div:first-child .price-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.price .price__type__box div:first-child .price-img img {
    width: 40px;
}

.price .price__type__box div:nth-child(2) {
    width: 400px;
    height: 400px;
    background-color: white;
    line-height: 24px;
    font-size: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.price .price__type__box div:nth-child(2) .price-premium {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 40px;
    padding: 20px;
    border-radius: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 20px;
    background-color: #223f6b;
    color: white;
}

.price .price__type__box div:nth-child(2) > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 20px;
}

.price .price__type__box div:nth-child(2) i {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../landing_img/check.png');
    background-size: cover;
    margin-right: 5px;
}

.price .price__type__box div:nth-child(2) .price-month {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 20px;
}

.price .price__type__box div:nth-child(2) .price-month.basic-month {
    border-top: 1px solid #4bb5ff;
}

.price .price__type__box div:nth-child(2) .price-month.basic-month span {
    color: #4bb5ff;
}

.price .price__type__box div:nth-child(2) .price-month.premium-month {
    border-top: 1px solid #223f6b;
}

.price .price__type__box div:nth-child(2) .price-month.premium-month span {
    color: #223f6b;
}

.price .price__type__box div:nth-child(2) .price-month span {
    font-size: 28px;
    font-weight: bold;
}

.price .price__type__box div:nth-child(2) .price-month span:last-child {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    color: #999;
}

.price .price__type__box div:nth-child(3) {
    width: 400px;
    height: 180px;
    border-radius: 0px 0px 10px 10px;
    background-color: #8dcee2;
    font-size: 18px;
    line-height: 32px;
}

.price .price__type__box div:nth-child(3) span:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price__cloud {
    width: 900px;
    height: 130px;
    background-color: #effbff;
    line-height: 26px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price__cloud span {
    font-family: 'NanumSquare', sans-serif;
}

.price__cloud span:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price__cloud span:not(:firts-child) {
    font-size: 16px;
}

.price__options {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
}

.price__options span {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #707070;
    line-height: 32px;
}

.inquire {
    width: 100%;
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common--ttl span {
    font-family: 'NanumSquare', sans-serif;
    display: block;
    text-align: center;
}

.common--ttl span:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #0ca2e5;
    margin-bottom: 20px;
}

.common--ttl span:last-child {
    font-size: 18px;
    color: #707070;
}

.common--contact,
.common--contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.common--contact {
    margin-top: 30px;
}

.common--contact span {
    font-family: 'Nanum Gothic', sans-serif;
    color: #707070;
}

.common--contact__box {
    margin: 0px 40px;
}

.common--contact__box span {
    margin-left: 5px;
}

.common--form {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common--form-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 380px;
}

.common--form-div .common--form__box input {
    width: 180px;
}

.common--form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.common--form__box:nth-child(5) span {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 15px;
}

.common--form__box label {
    color: #707070;
    font-size: 16px;
    margin-bottom: 5px;
}

.common--form__box input {
    width: 380px;
    height: 34px;
}

.common--form__box textarea {
    resize: none;
    width: 380px;
    height: 120px;
}

.common--form__box input,
.common--form__box textarea {
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Nanum Gothic', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

footer {
    width: 100%;
    padding: 40px 0px;
    background-color: #454545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer img {
    margin-right: 60px;
}

footer .footer--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer--text span {
    font-size: 14px;
    color: #f9f9f9;
}

footer .footer--text span:first-child {
    margin-bottom: 10px;
}

.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.popup .popup--wrap {
    width: 500px;
    padding: 30px 80px 80px;
    border-radius: 20px;
    background-color: #f9f9f9;
    margin: 100px auto;
}

.popup .documents-pop {
    display: none;
}

.popup .demo-pop {
    display: none;
}

.popup .estimate-pop {
    display: none;
}

.popup .common--close {
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: -15px;
    display: block;
    margin-bottom: 20px;
}

.popup .checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.popup .popup__check {
    margin-top: 10px;
}

#documentsConfirm {
    display: none;
}

#demoConfirm {
    display: none;
}

#estimateConfirm {
    display: none;
}

.pop--confirm.popup--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 200px auto;
    width: 400px;
}

.pop--confirm.popup--wrap .documents__download {
    margin: 60px 0px;
}

.pop--confirm.popup--wrap .documents__download .common--ttl {
    margin-top: 30px;
}

.pop--confirm.popup--wrap .confirm--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.pop--confirm.popup--wrap .confirm--text span {
    text-align: center;
    color: #454545;
    line-height: 30px;
}

.pop--confirm.popup--wrap .confirm--text span:last-child {
    margin-top: 30px;
}

/* 반응형 css 추가 */
.pc-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-menu {
    display: none;
}

.tablet--ttl {
    display: none;
}

.mobile--ttl {
    display: none;
}

.footer--text.mobile-footer {
    display: none;
}

.popup .popup--wrap.estimate-pop {
    margin: 60px auto;
}

.intro__tabs#mobile {
    display: none;
}

.price__options#mOptions {
    display: none;
}

.common--ttl#mTtl {
    display: none;
}

.main-slide__box .mobile-img {
    display: none;
}

@media all and (max-width: 1199px) {
    .pc-menu {
        display: none;
    }
    .m-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .m-menu .m-menu__nav {
        position: relative;
    }
    .m-menu .m-menu__nav button {
        background: none;
        border: none;
        outline: none;
    }
    .m-menu .m-menu__nav nav {
        display: none;
        position: absolute;
        -webkit-box-shadow: 2px 3px 5px 0px rgba(217, 217, 217, 0.7);
        box-shadow: 2px 3px 5px 0px rgba(217, 217, 217, 0.7);
    }
    .m-menu .m-menu__nav nav ul {
        width: 300px;
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }
    .m-menu .m-menu__nav nav ul li:not(:last-child) {
        border-bottom: 1px solid #d9d9d9;
    }
    .m-menu .m-menu__nav nav ul li a {
        display: block;
        padding: 20px 0px;
        font-size: 28px;
    }
    .m-menu .m-menu__nav nav ul li:last-child {
        padding: 20px;
    }
    .m-menu .m-menu__nav nav ul li:last-child span {
        display: block;
    }
    .m-menu .m-menu__nav nav ul li:last-child span:first-child {
        font-size: 20px;
        font-weight: bold;
        color: #666;
    }
    .m-menu .m-menu__nav nav ul li:last-child span:last-child {
        font-size: 22px;
        margin-top: 10px;
        color: #67b2c7;
    }
    .m-menu img {
        height: 32px;
    }
    .m-menu .m-blog {
        width: 50px;
        height: 24px;
        display: block;
        background-image: url('../landing_img/m_blog.png');
        background-repeat: none;
    }
    .main-slide {
        height: 2200px;
    }
    .main-slide__box {
        min-width: 1200px;
        height: 550px;
    }
    .main-slide__box#slideNo1 {
        background-image: url('../landing_img/m_main.png');
    }
    .main-slide__box#slideNo2 {
        background-image: url('../landing_img/m_main2.png');
    }
    .main-slide__box#slideNo3 {
        background-image: url('../landing_img/m_main3.png');
    }
    .main-slide__box#slideNo4 {
        background-image: url('../landing_img/m_main4.png');
    }
    #slideNo2 .main-slide__box__text,
    #slideNo4 .main-slide__box__text {
        margin-left: 80px;
    }
    .main-slide__box__text {
        margin-left: 80px;
    }
    .main-slide__box__text span:first-child {
        font-size: 32px;
        margin-top: 20px;
    }
    .main-slide__box__text span:nth-child(2) {
        font-size: 28px;
    }
    .main-slide__box__text span:nth-child(3) {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .main-slide__box__text .btns a {
        width: 180px;
    }
    .intro {
        margin: 60px 0px;
    }
    .intro__header {
        display: none;
    }
    .intro__tab--content {
        display: none;
    }
    .tab--wrap {
        border: none;
    }
    .intro__tabs {
        display: none;
    }
    .intro__tabs#tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 300px;
    }
    .intro__tabs#tablet .tab .tab__icon {
        background-position: center top;
    }
    .intro__tabs#tablet .tab span {
        color: #2e2e2e;
        font-weight: bold;
    }
    .tablet--ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tablet--ttl span {
        font-family: 'NanumSquare', sans-serif;
        font-weight: bold;
        color: #2e2e2e;
    }
    .tablet--ttl span:first-child {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .tablet--ttl span:nth-child(2) {
        font-size: 28px;
        color: #2d99bb;
        margin-bottom: 25px;
    }
    .tablet--ttl span:last-child {
        font-size: 20px;
    }
    .tablet--div {
        width: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 30px 0px;
    }
    .documents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .documents__box:last-child {
        margin-top: 60px;
    }
    .price .price__type__box {
        margin: 0px 20px;
        width: 340px;
    }
    .price .price__type__box div:first-child,
    .price .price__type__box div:nth-child(2),
    .price .price__type__box div:nth-child(3) {
        width: 340px;
    }
    .price .price__type__box div:nth-child(2) span {
        font-size: 16px;
    }
    .price .price__type__box div:nth-child(2) .price-premium {
        width: 300px;
        font-size: 16px;
    }
    .price .price__type__box div:nth-child(3) {
        font-size: 16px;
    }
    .price__cloud {
        width: 640px;
    }
    .price__options {
        width: 640px;
    }
    .price__options span {
        font-size: 12px;
    }
    .apply {
        width: 180px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .common--ttl span:first-child,
    .price > span {
        font-size: 24px;
    }
    .common--ttl span:last-child {
        font-size: 16px;
    }
    .common--form__box label {
        font-size: 14px;
    }
    .popup .popup--wrap {
        margin: 50px auto;
    }
    .footer--text.pc-footer {
        display: none;
    }
    .footer--text.mobile-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .footer--text span:nth-child(2) {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    .m-menu .m-menu__nav button {
        width: 32px;
        height: 32px;
        padding: 0px;
    }
    .m-menu .m-menu__nav button img {
        width: 100%;
    }
    .m-menu img {
        width: 172px;
        height: 28px;
    }
    .m-menu .m-blog {
        width: 50px;
        height: 24px;
        background-size: cover;
    }
    .m-menu .m-menu__nav nav ul {
        width: 200px;
    }
    .m-menu .m-menu__nav nav ul li a {
        font-size: 20px;
    }
    .m-menu .m-menu__nav nav ul li:last-child span:first-child {
        font-size: 16px;
    }
    .m-menu .m-menu__nav nav ul li:last-child span:last-child {
        font-size: 16px;
    }
    .main-slide {
        overflow: visible;
        height: 2700px;
    }
    .main-slide__box {
        min-width: 300px;
        width: 100%;
        padding: 60px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 650px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-slide__box .mobile-img {
        max-width: 400px;
        display: block;
        margin-bottom: 40px;
    }
    .main-slide__box:first-child {
        height: 750px;
    }
    .main-slide__box#slideNo1,
    .main-slide__box#slideNo2,
    .main-slide__box#slideNo3,
    .main-slide__box#slideNo4 {
        background-image: none;
    }
    #slideNo1 {
        margin-bottom: 30px;
    }
    #slideNo2,
    #slideNo4 {
        background-color: #f9f9f9;
    }
    #slideNo2 .main-slide__box__text,
    #slideNo4 .main-slide__box__text {
        margin: 0px auto;
    }
    .main-slide__box__text {
        text-align: center;
        margin-left: 0px;
        margin-top: -40px;
    }
    .main-slide__box__text span:first-child {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main-slide__box__text span:nth-child(2) {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main-slide__box__text span:nth-child(3) {
        font-size: 16px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .main-slide__box__text .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-slide__box__text .btns a {
        width: 180px;
    }
    .main-slide__box__text .btns a:hover {
        margin-top: 0px;
    }
    .main-slide__box__text .btns a:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .intro {
        margin: 0px;
    }
    .intro__header {
        display: none;
    }
    .intro__tab--content {
        display: none;
    }
    .intro__tabs {
        display: none;
    }
    .tablet--ttl {
        display: none;
    }
    .intro__tabs#tablet {
        display: none;
    }
    .intro__tabs#mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 300px;
    }
    .intro__tabs .tab .tab__icon {
        width: 30px;
        height: 30px;
    }
    .intro__tabs .tab span {
        font-size: 12px;
    }
    .mobile--ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 80px;
    }
    .mobile--ttl span {
        font-family: 'NanumSquare', sans-serif;
        font-weight: bold;
        color: #2e2e2e;
    }
    .mobile--ttl span:first-child {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .mobile--ttl span:nth-child(2) {
        font-size: 22px;
        color: #2d99bb;
        margin-bottom: 25px;
    }
    .mobile--ttl span:last-child {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .intro__tabs#mobile .tab .tab__icon {
        background-position: center top;
    }
    .intro__tabs#mobile .tab span {
        color: #2e2e2e;
        font-weight: bold;
    }
    .tablet--div {
        width: 400px;
        margin: 30px 0px;
    }
    .documents {
        padding: 40px 0px 60px;
    }
    .documents__box {
        margin: 0px;
    }
    .documents__box:last-child {
        margin-top: 40px;
    }
    .documents__box__img {
        width: 200px;
        height: 200px;
    }
    .documents__box__img img {
        width: 100%;
    }
    .documents__box__text {
        margin-top: 20px;
    }
    .documents__box__text span:first-child {
        font-size: 20px;
    }
    .documents__box__text span:last-child {
        font-size: 14px;
        margin-top: 20px;
    }
    .common--ttl span:first-child,
    .price > span {
        margin-bottom: 20px;
    }
    .common--ttl span:first-child,
    .price > span {
        font-size: 22px;
    }
    .price .price__type__box:first-child div:nth-child(2) {
        height: 340px;
    }
    .price .price__type__box div:first-child,
    .price .price__type__box div:nth-child(2),
    .price .price__type__box div:nth-child(3) {
        width: 280px;
    }
    .price .price__type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price .price__type__box:first-child {
        margin-bottom: 40px;
    }
    .price .price__type__box div:first-child {
        font-size: 18px;
    }
    .price .price__type__box div:nth-child(2) .price-premium {
        width: 260px;
    }
    .price .price__type__box div:nth-child(2) .price-month span {
        font-size: 20px;
    }
    .price .price__type__box div:nth-child(2) span {
        font-size: 14px;
    }
    .price .price__type__box div:nth-child(2) span i {
        width: 12px;
        height: 12px;
    }
    .price .price__type__box div:nth-child(3) {
        font-size: 14px;
    }
    .price .price__type__box div:nth-child(3) span:first-child {
        font-size: 18px;
    }
    .price__cloud {
        width: 300px;
    }
    .price__options {
        width: 280px;
    }
    .price__options#options {
        display: none;
    }
    .price__options#mOptions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .common--ttl#ttl {
        display: none;
    }
    .common--ttl#mTtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .common--ttl span:last-child {
        line-height: 24px;
    }
    .common--contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    .common--contact__box {
        margin-top: 10px;
    }
    .popup .popup--wrap {
        width: 320px;
        padding: 30px 30px 60px;
    }
    .common--form__box input,
    .common--form-div {
        width: 280px;
    }
    .common--form-div .common--form__box input {
        width: 120px;
    }
    .common--form__box textarea {
        width: 280px;
    }
    .common--form__box input,
    .common--form__box textarea {
        font-size: 12px;
    }
    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer img {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    footer .footer--text span {
        text-align: center;
    }
}

/* 프로모션 페이지 */
body,
html,
.promotion-wrap {
    height: 100%;
}

.promotion-main {
    width: 100%;
    height: 100%;
    background-image: url('../landing_img/main-bg.png');
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.promotion-main__ctt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promotion-main__ctt__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.promotion-main__ctt__text span {
    font-family: 'NanumSquare', sans-serif;
}

.promotion-main__ctt__text span:first-child {
    background-color: #0075c9;
    color: white;
    padding: 10px 15px;
    font-size: 34px;
    margin-bottom: 20px;
}

.promotion-main__ctt__text span:nth-child(2) {
    font-size: 40px;
    color: #0075c9;
    line-height: 60px;
}

.promotion-main__ctt__text span:nth-child(2) i {
    font-size: 48px;
    font-weight: bold;
}

.promotion-main__ctt__text a {
    display: block;
    padding: 15px 30px;
    margin-top: 40px;
    background-color: #0ca2e5;
    color: white;
    font-size: 26px;
    border-radius: 10px;
}

.promotion-main__ctt.ci {
    position: absolute;
    width: 20%;
    max-width: 100%;
    max-height: 100%;
    /* left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    bottom: 80px;
}

.promotion-main__ctt.ci img {
    display: block;
    margin: 0 auto;
    image-orientation: none;
}

@media screen and (min-width: 1200px) and (max-width: 1570px) {
    .promotion-main__ctt:not(.ci) #teaming-img {
        width: calc(100% - 600px);
        width: -webkit-calc(100% - 600px);
    }
}
.promotion-price {
    width: 100%;
    padding: 120px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promotion-price__ttl,
.promotion-case__ttl {
    font-family: 'NanumSquare', sans-serif;
    margin-left: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promotion-price__ttl span,
.promotion-case__ttl span {
    position: relative;
}

.promotion-price__ttl span:first-child,
.promotion-case__ttl span:first-child {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.promotion-price__ttl span:first-child::before,
.promotion-case__ttl span:first-child::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0075c9;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -15px;
}

.promotion-price__ttl span:last-child,
.promotion-case__ttl span:last-child {
    margin-left: -14px;
    color: #666;
    margin-bottom: 40px;
}

.promotion-price__img {
    width: 100%;
    margin-bottom: 100px;
}

.promotion-price__img#mPrice {
    display: none;
}

.promotion-price__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.promotion-price__detail > div {
    /*width: 400px;
    height: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 20px;*/
}

.promotion-price__detail > div.promotion-price--basic {
    background-image: url('../landing_img/price-basic.png');
}

.promotion-price__detail > div.promotion-price--premium {
    background-image: url('../landing_img/price-premium.png');
}

.promotion-intro {
    width: 100%;
    height: 630px;
    background-image: url('../landing_img/intro-bg.png');
    background-size: cover;
    background-position: top left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promotion-intro__text {
    width: 575px;
    margin-right: 80px;
}

.promotion-intro__text span {
    display: block;
    color: #666;
    font-family: 'NanumSquare', sans-serif;
}

.promotion-intro__text span i {
    font-weight: bold;
    color: #0075c9;
}

.promotion-intro__text span:first-child {
    font-size: 36px;
    margin-bottom: 60px;
}

.promotion-intro__text span:nth-child(2) {
    font-size: 24px;
    line-height: 38px;
}

.promotion-intro__text a {
    display: block;
    width: 158px;
    margin-top: 40px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #0075c9;
    font-size: 24px;
    color: white;
    font-family: 'NanumSquare', sans-serif;
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) and (max-width: 1470px) {
    .promotion-intro img {
        width: calc(100% - 655px);
    }
}

.promotion-func {
    padding: 40px 80px;
    border-radius: 20px;
    position: absolute;
    margin-top: -60px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    justify-items: center;
    background-color: white;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.35);
}

.promotion-func#mFunc {
    display: none;
}

.promotion-func__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    justify-items: center;
}
.line {
    line-height: 26px;
}
.promotion-func__box:first-child {
    margin-bottom: 40px;
}

.promotion-func__box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.promotion-func__box > div span {
    color: #333;
    margin-top: 10px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 12px;
}

.promotion-func__box > span {
    margin: auto 15px 0px;
    color: #999;
}

.promotion-case {
    margin-top: 260px;
    padding: 120px 0px;
}

.promotion-case__ttl {
    width: 1200px;
    margin-bottom: 40px;
    margin: 0px auto;
}

.promotion-case--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promotion-case__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
}

.promotion-case__box:not(:first-child) {
    margin-left: 5px;
}

.promotion-case__box:nth-child(2),
.promotion-case__box:nth-child(4),
.promotion-case__box:nth-child(6) {
    margin-top: 60px;
}

.promotion-case__box span {
    text-align: center;
    font-family: 'NanumSquare', sans-serif;
}

.promotion-case__box span:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
}

.promotion-case__box span:last-child {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.promotion-case__box--img {
    width: 100%;
    height: 500px;
    background-position: center;
    margin-bottom: 20px;
}

.promotion-case__box--img#case1 {
    background-image: url('../landing_img/case1.png');
}

.promotion-case__box--img#case2 {
    background-image: url('../landing_img/case2.png');
}

.promotion-case__box--img#case3 {
    background-image: url('../landing_img/case3.png');
}

.promotion-case__box--img#case4 {
    background-image: url('../landing_img/case4.png');
}

.promotion-case__box--img#case5 {
    background-image: url('../landing_img/case5.png');
}

.promotion-case__box--img#case6 {
    background-image: url('../landing_img/case6.png');
}

.promotion-contact {
    width: 100%;
    height: 300px;
    background: url('../landing_img/contact-bg.png') no-repeat center center/cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promotion-contact span {
    font-family: 'NanumSquare', sans-serif;
    color: white;
    font-weight: bold;
}

.promotion-contact span:first-child {
    font-size: 28px;
    margin-bottom: 30px;
}

.promotion-contact span:first-child i {
    font-size: 30px;
}

.promotion-contact span:last-child {
    font-size: 20px;
}

.promotion-contact span#mContact {
    display: none;
}

.promotion-form {
    width: 630px;
    margin: 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promotion-form span,
.promotion-form label,
.promotion-form input {
    font-family: 'NanumSquare', sans-serif;
}

.promotion-form__ttl > span#mForm {
    display: none;
}

.promotion-form__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promotion-form__ttl > span:first-child {
    font-size: 28px;
    color: #0ca2e5;
    font-weight: bold;
    margin-bottom: 15px;
}

.promotion-form__ttl > span:nth-child(2) {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.promotion-form__ttl > div span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}

.promotion-form__ttl > div span:first-child {
    margin-right: 20px;
}

.promotion-form__ttl > div span img {
    margin-right: 5px;
}

.promotion-form--form {
    width: 630px;
    margin-top: 20px;
    border-top: 2px solid #333;
}

.promotion-form--form > input {
    margin: 30px auto 0px;
}

.promotion-form__box {
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promotion-form__box:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.promotion-form__box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e9f1ff;
    width: 170px;
    padding: 30px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0ca2e5;
}

.promotion-form__box label i {
    color: #ffae01;
}

.promotion-form__box input {
    margin-left: 20px;
    width: 300px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

@media all and (max-width: 1199px) {
    .promotion-main__ctt:not(.ci) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promotion-main__ctt:not(.ci) #teaming-img {
        width: 500px;
    }
    .promotion-main__ctt.ci {
        width: 40%;
        bottom: 30px;
    }
    .promotion-main__ctt__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px;
        margin-left: 0px;
    }
    .promotion-main__ctt__text span:first-child {
        font-size: 22px;
    }
    .promotion-main__ctt__text span:nth-child(2) {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    .promotion-main__ctt__text span:nth-child(2) i {
        font-size: 28px;
    }
    .promotion-intro__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promotion-intro__text span {
        text-align: center;
    }
    .promotion-intro__text span:nth-child(2) {
        line-height: 50px;
    }
    .promotion-intro > img {
        display: none;
    }
    .promotion-case__ttl {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }
    .promotion-case__box,
    .promotion-case__box--img {
        width: 100%;
    }
    .promotion-case__box span:nth-child(2) {
        font-size: 14px;
    }
    .promotion-case__box span:last-child {
        font-size: 12px;
    }
}

@media all and (max-width: 767px) {
    .promotion-main__ctt__text {
        margin-top: 0px;
    }
    .promotion-main__ctt.ci {
        image-orientation: none;
        width: 100%;
        bottom: 60px;
    }
    .promotion-main__ctt.ci img:first-child {
        display: block;
        margin: 0 auto;
    }
    .promotion-main__ctt #teaming-img {
        display: none;
    }
    .promotion-main__ctt__text span:nth-child(2) {
        font-size: 24px;
        line-height: 40px;
    }
    .promotion-price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promotion-price__ttl,
    .promotion-case__ttl {
        margin-left: 0px;
    }
    .promotion-price__ttl span:first-child,
    .promotion-case__ttl span:first-child {
        font-size: 20px;
    }
    .promotion-price__ttl span:last-child,
    .promotion-case__ttl span:last-child {
        font-size: 14px;
    }
    .promotion-price__img#basicPrice {
        display: none;
    }
    .promotion-price__img#mPrice {
        display: block;
        width: 100%;
    }
    .promotion-price__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .promotion-price__detail .promotion-price--basic {
        margin-bottom: 30px;
    }
    .promotion-intro__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0px;
    }
    .promotion-intro__text span:first-child {
        font-size: 20px;
    }
    .promotion-intro__text span:nth-child(2) {
        font-size: 14px;
    }
    .promotion-intro__text a {
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }
    .promotion-func#basicFunc {
        display: none;
    }
    .promotion-func#mFunc {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .promotion-func__box:not(:last-child) {
        margin-bottom: 30px;
    }
    .promotion-case {
        margin-top: 500px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promotion-case__ttl {
        -webkit-box-align: Center;
        -ms-flex-align: Center;
        align-items: Center;
    }
    .promotion-case--wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promotion-case__box {
        width: 300px;
    }
    .promotion-case__box:not(:last-child) {
        margin-bottom: 60px;
    }
    .promotion-case__box span:nth-child(2) {
        margin-top: -60px;
        margin-bottom: 0px;
        display: block;
        width: 280px;
        padding-top: 20px;
        background-color: #f6f6f6;
        border-radius: 5px 5px 0px 0px;
        -webkit-box-shadow: 2px 0px 2px 0px rgba(153, 153, 153, 0.35);
        box-shadow: 2px 0px 2px 0px rgba(153, 153, 153, 0.35);
    }
    .promotion-case__box span:last-child {
        width: 280px;
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
        background-color: #f6f6f6;
        border-radius: 0px 0px 5px 5px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(153, 153, 153, 0.35);
        box-shadow: 0px 2px 2px 0px rgba(153, 153, 153, 0.35);
    }
    .promotion-case__box--img {
        width: 300px;
        height: 200px;
    }
    .promotion-case__box:nth-child(2),
    .promotion-case__box:nth-child(4),
    .promotion-case__box:nth-child(6) {
        margin-top: 0px;
    }
    .promotion-contact {
        height: 200px;
    }
    .promotion-contact span#basicContact {
        display: none;
    }
    .promotion-contact span#mContact {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .promotion-contact span:last-child {
        font-size: 16px;
    }
    .promotion-form {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promotion-form__ttl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promotion-form__ttl > span:first-child {
        font-size: 20px;
    }
    .promotion-form__ttl > span#basicForm {
        display: none;
    }
    .promotion-form__ttl > span#mForm {
        display: block;
        text-align: center;
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .promotion-form__ttl > div span {
        font-size: 14px;
    }
    .promotion-form--form {
        width: 90%;
    }
    .promotion-form__box label {
        width: 120px;
        font-size: 14px;
    }
    .promotion-form__box input {
        width: 160px;
    }
}

.agreeFont {
    font-size: 13px;
    line-height: 30px;
}
