@charset "utf-8";

#contact_modal .mo {
    display: none;
}
/* 아이폰 input radius 초기화 */
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/* check */
#contact_modal .common_chk_box input[type="checkbox"]+label span,
#contact_modal .common_chk_box input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/contact/select.png") no-repeat;
    vertical-align: -4px;
    background-size: contain;
}

/* 공통 input checkbox, radio 스타일 */
#contact_modal .common_chk_box input[type="checkbox"],
#contact_modal .common_chk_box input[type="radio"] {
    display: none;
}

#contact_modal .common_chk_box input[type="checkbox"]:checked+label span,
#contact_modal .common_chk_box input[type="radio"]:checked+label span {
    background: url("/img/contact/selected.png") no-repeat;
    background-size: contain;
}

#contact_modal .common_chk_box label {
    color: #777777;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

/* select_style */
#contact_modal .select_style {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    user-select: none;
    -webkit-touch-callout: none;
}

#contact_modal .select_style .placeholder {
    display: block;
    position: relative;
    padding: 20px 13px 19px;
    border: 1px solid #454951;
    color: #bbb;
    font-size: 17px;
    background-color: transparent;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
}
#contact_modal .select_style .placeholder.black {
    color: #454951;
}
#contact_modal .select_style .placeholder:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 18px;
    height: 10px;
    background: url(/img/contact/select_arrow.png) no-repeat;
    content: '';
    transform: translateY(-50%);
    background-size: cover;
    background-position: center center;
    z-index: 10;
}

#contact_modal .select_style.is-open .placeholder {
    border: 1px solid #ffa433;
    outline: 1px solid #ffa433;

}

#contact_modal .select_style.is-open .placeholder:after {
    background: url(/img/contact/select_arrow02.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

#contact_modal .select_style.is-open ul {
    display: block;
    border: 1px solid #ffa433;
    outline: 1px solid #ffa433;
    border-top: none;
}

#contact_modal .select_style ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    overflow: hidden;
    z-index: 100;
}

.select_style ul li {
    display: block;
    padding: 0.8em 1em;
    color: #454951;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
}

.select_style ul li:hover {
    background: rgba(51, 109, 255,0.1);

}

/* file_style */
.filetype {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #454951;
    font-size: 0;
    vertical-align: top;
}

.filetype * {
    vertical-align: middle;
}

.filetype .file-text {
    display: inline-block;
    position: relative;
    width: 70%;
    padding: 24px 13px 19px;
    margin: 0;
    border: none;
    background: transparent;
    line-height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
    cursor: unset;
}

.filetype .file-text:focus {
    border: none;
    outline: none;
}

.filetype .file-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.filetype .file-select .input-file {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.filetype .file-text+.file-btn {
    float: right;
    width: 30%;
    padding: 20px 0 19px;
    color: #fff !important;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    background-color: #ffa433;
    cursor: pointer;
}
input[type=file],
/* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}

input::placeholder {
    color: #bbb;
}

textarea::placeholder {
    color: #bbb;
}

/* 원 모바일 POP체 */
@font-face {
    font-weight: 400;
    font-family: "ONE-MOBILE-POP";
    font-style: normal;
    src: url("/css/fonts/ONE-MOBILE-POP-OTF.woff") format('woff');

}

/* contact modal_section1 */
/* .subWrapper .sec1 { */
/*     width: 100%; */
/*     height: 100vh; */
/*     background: url(/img/contact/contact-1_s1_bg.jpg) no-repeat center center; */
/*     background-size: cover; */
/* } */

/* contact modal_section2 */
/* .show1024 { */
/*     display: none; */
/* } */

#contact_modal .box_cont {
    position: relative;
    width: 100%;
    height: 65vh;
    margin: 0 auto;
    max-width: 1480px;
}

#contact_modal .max_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1480px;
}

#contact_modal .top_tit {
    text-align: center;
    margin-bottom: 3vh;
    padding-top: 8vh;

}

#contact_modal .top_tit > .title {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#contact_modal .top_tit > .title > b {
    font-weight: 700;
}

#contact_modal .top_tit > h3 {
    display: inline-block;
    position: relative;
    padding: 0 35px;
    font-weight: 300;
    font-size: 35px;
    line-height: 30px;
    margin-top: 8px;
}

#contact_modal .top_tit > h3 > b {
    font-weight: 700;
}

#contact_modal .top_tit > h3:before {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(240, 78, 93, 0.2);
    content: '';
}

#contact_modal .top_tit > .text {
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 1vw;
}

#contact_modal .top_tit > .text > b {
    color: #8f4ef0;
    font-weight: 700;
}


/* modal */
#contact_modal {
    position: fixed;
    bottom: -100vh;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    transition: bottom 0.6s ease-in;
    overflow-x: hidden;
}
/* #contact_modal #contact_modal_head { */
    /* z-index: 101; */
    /* width:100%; */
    /* height:100px; */
    /* position: absolute; */
    /* top:0px; */
    /* left:0px; */
    /* background-color: #fcfaff; */
/* } */

#contact_modal .bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(69, 73, 81, 0.8);
    z-index: 90;
}

#contact_modal.is-active {
    bottom: 0;
}

#contact_modal .modal_section {
    opacity: 0;
    transition: opacity 0.5s 0.5s ease-in-out;
}

#contact_modal .modal_section.show {
    opacity: 1;
    z-index: 100;
}

.backBtn {
    display: none;
    position: fixed;
    top: 42px;
    right: 42px;
    z-index: 110;
}

.backBtn span {
    display: block;
    width: 42px;
    height: 4px;
    background: #454951;
    border-radius: 3px;
}

.backBtn span:first-child {
    transform: rotate(45deg);
    margin-bottom: -4px;
}

.backBtn span:last-child {
    transform: rotate(-45deg);
    margin-top: -4px;
}

.backBtn:hover span {
    background: #ffa433;
}

/* contact modal_section3 */
#contact_modal .modal_sec {
    position: relative;
    width: 100%;
    background: rgba(238, 229, 253, 0.2);
}

#contact_modal .modal_sec .top_tit > h3:before {
    right: auto;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
#contact_modal .client_cont {
    margin-bottom: 5rem;
    margin-top: 3rem;
}
.client_cont ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.client_cont ul li {
    width: 23%;
    height: 100px;
    border: 1px solid #f04e5d;
    margin-bottom: 2rem;
    box-shadow: 3px 4px 4px rgb(69 73 81 / 20%);
}
.client_cont ul li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1rem;
}
.client_cont ul li > span img {
    width: 70%;
    object-fit: contain;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.contact_form {
    padding: 10vh 10vh 5vh;
    border-top: 5px solid #454951;
    border-bottom: 5px solid #454951;
    margin-top: 7vh;
}

.form_list {
    margin-bottom: 7vh;
}

.form_list .quetion {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
}

.form_list em {
    color: #ffa433;
    font-weight: 700;
    margin-left: 3px;
}

.form_list input {
    border: 1px solid #454951;
    font-size: 17px;
    box-sizing: border-box;
}

.form_list input:focus {
    border: 1px solid #ffa433;
    outline: 1px solid #ffa433;
}

.form_list .quetion em {
    font-size: 25px;
}

.form_list .sub {
    color: #ffa433;
    font-size: 19px;
}

.select_wrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.select_wrap > ul > li {
    width: 30%;
    margin-top: 3vh;
}

.select_wrap > ul > li label {
    font-weight: 400;
    font-size: 19px;
}

.input_wrap > ul > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;

}

.input_wrap li > div {
    width: 45%;
}

.input_wrap li > div .subject {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 1px;
}

.input_wrap li > div .subject em {
    font-size: 19px;
}

.input_wrap li > div .subject span {
    color: #ffa433;
}

.input_wrap li > div .input_box {
    display: inline-block;
    width: 100%;
    padding: 20px 13px 19px;
}

.input_wrap li > div .input_box::placeholder {
    font-size: 17px;
}

.input_wrap li .detail {
    border: 1px solid #454951;
    background: transparent;
    font-size: 17px;
}

.input_wrap li .detail:focus {
    border: 1px solid #ffa433;
    outline: 1px solid #ffa433;
}

.input_wrap li .mt {
    margin-top: 27px;
}

.input_wrap > ul > li.last {
    position: relative;
}

.input_wrap > ul > li.last {
    position: relative;
}

.input_wrap > ul > li.last .common_chk_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.input_wrap > ul > li.last .common_chk_box label {
    font-size: 19px;
}

.input_wrap > ul > li.last .common_chk_box label a {
    font-weight: 700;
    font-size: 19px;
}
.input_wrap > ul > li.last .common_chk_box label a:hover {
    text-decoration: underline;
}
.input_wrap > ul > li.last .common_chk_box label em {
    color: #ffa433;
    vertical-align: super;
}

.submit_bottom {
    text-align: center;

}

.submit_bottom button {
    width: 300px;
    height: 80px;
    margin: 5% 0;
    background: #ffa433;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 80px;
    text-align: center;
}

/* recruit modal_section3*/
.recruitCont .top_tit > h3:before {
    width: 80%;
    margin: 0 auto;
}

/* talent_info */
ul.acordeon * {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/* Contenedor general */
ul.acordeon {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    font-size: 0;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Personalizar sncho total */
    overflow: hidden;
}

/* Cada elemento */
ul.acordeon > li {
    display: inline-block;
    position: relative;
    height: 0;
    height: 75vh;
    zoom: 1;
    flex: 1;
    /* Ratio aspecto imagen = (height*X)/width */
    margin-right: 5px;
    cursor: pointer;
}

ul.acordeon > li > h4 {
    position: absolute;
    top: 5%;
    left: 50%;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    white-space: nowrap;
    transform: translateX(-50%);
    z-index: 1;
    text-transform: uppercase;
    writing-mode: vertical-lr;
}

ul.acordeon > li.ma {
    background: url(/img/contact/contact-2_s3_none_01.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.pl {
    background: url(/img/contact/contact-2_s3_none_02.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.ds {
    background: url(/img/contact/contact-2_s3_none_03.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.pu {
    background: url(/img/contact/contact-2_s3_none_04.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.dv {
    background: url(/img/contact/contact-2_s3_none_05.jpg) no-repeat center center;
    background-size: cover;
    margin-right: 0;
}

ul.acordeon > li.ma:hover {
    background: url(/img/contact/contact-2_s3_none_01-1.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.pl:hover {
    background: url(/img/contact/contact-2_s3_none_02-1.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.ds:hover {
    background: url(/img/contact/contact-2_s3_none_03-1.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.pu:hover {
    background: url(/img/contact/contact-2_s3_none_04-1.jpg) no-repeat center center;
    background-size: cover;
}

ul.acordeon > li.dv:hover {
    background: url(/img/contact/contact-2_s3_none_05-1.jpg) no-repeat center center;
    background-size: cover;
    margin-right: 0;
}

ul.acordeon > li:before {
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 1px;
    height: 17%;
    background: #454951;
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;

}

ul.acordeon > li:hover h4 {
    color: #fff;
}

ul.acordeon > li:hover:before {
    background: #fff;

}

ul.acordeon > li.active {
    flex: 30;
}

ul.acordeon > li.active:before {
    display: none;
}

ul.acordeon > li .hoverCont {
    width: 0;
    opacity: 0;
}

ul.acordeon > li.active .hoverCont {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;

}

ul.acordeon > li.active > h4 {
    display: none;
}

ul.acordeon > li.active .desc_box img {
    width: 100%;
}

.color_box {
    position: relative;
    padding: 2%;
    background: #f04e5d;
    flex: 1;
}

.color_box p {
    color: #fff;
    text-align: left;
}

.color_box p:first-child {
    font-size: 19px;

}

.color_box p:nth-child(2) {
    font-weight: 700;
    font-size: 25px;
}

.color_box .applyLink {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.color_box .applyLink > a {
    width: 220px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
}

.color_box .applyLink > a:hover {
    background: #fff;
    color: #f04e5d;
}

.desc_box {
    position: relative;
    flex: 5;
}

.desc_box img {
    object-fit: cover;
}

.desc_box .text {
    position: absolute;
    top: 6%;
    left: 5%;
    width: 90%;
    text-align: left;
}

.desc_box .text .job_group {
    color: #f04e5d;
    font-size: 19px;

}

.desc_box .text li {
    padding: 2% 0;
    border-bottom: 1px solid #454951;
}

.desc_box .text li > strong {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 3%;
}

.desc_box .text li > p {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    font-family: "Noto Sans KR";
}

.desc_box .text li:last-child {
    border-bottom: 0;
}

@media(max-width:600px) {
    ul.acordeon li h4 {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/* VARIACIONES PARA CONSEGUIR QUE EL MENU OCUPE INICIALMENTE TODO EL ANCHO 
ul.acordeon li {
  width: 20%;
}
ul.acordeon:hover li {
  width: 10%;
}
ul.acordeon li:hover {
  width: 60%;
}
*/

/* application_cont */
.application_cont .form_list > .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.application_cont .select_wrap > ul > li {
    width: 20%;
}

.application_cont .input_wrap > ul > li.fullW > div {
    width: 100%;
}

.application_cont .input_wrap > ul > li.last .common_chk_box {
    right: auto;
    bottom: -27px;
    left: 0;
}

/* #contactCont {
    display: none;
}
#contactCont.show {
    display: table;
}
#recruitCont {
     display: none;
}
#recruitCont.show {
    display: table;
}
#fp-nav ul li:nth-child(3) {
    display:none;
}
#fp-nav ul li:nth-child(4) {
    display: none;
}
#fp-nav ul li:nth-child(3).show {
    display: block
}
#fp-nav ul li:nth-child(4).show {
    display: block;
} */

/* footer */
.subWrapper .footer_sec {
    /* height: calc(var(--vh, 1vh) * 100) !important; */
    overflow: auto !important;
}

.subWrapper .footer_sec .fp-tableCell {
    height: 60vh !important;
}

.footInfo_cont > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footInfo_cont > ul li {
    padding: 0 2vw;
    border-right: 1px solid #737a89;
}

.footInfo_cont > ul li:first-child {
    flex: 2.5;
}

.footInfo_cont > ul li:nth-child(2) {
    flex: 1;

}

.footInfo_cont > ul li:nth-child(3) {
    flex: 1;
}

.footInfo_cont > ul li:last-child {
    flex: 1.5;
    border-right: 0;
}

.footInfo_cont > ul li:first-child .info {
    margin-top: 12px;
}

.footInfo_cont > ul li:not(:nth-child(1)) .info {
    margin-top: 30px;
}

.footInfo_cont li a,
.footInfo_cont li span {
    color: #fff;
}

.footInfo_cont li .main_txt {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Montserrat';
}

.footInfo_cont li .sub_txt {
    font-size: 15px;
    margin-right: 5%;
}

.footInfo_cont li .info > div span {
    float: left;
    font-size: 19px;
}

.footInfo_cont li .info > div a {
    float: right;
    width: 100px;
    height: 30px;
    background: #ffa433;
    font-size: 15px;
    line-height: 30px;
    font-family: "Noto Sans KR";
    text-align: center;
    border-radius: 5px;

}

.footInfo_cont li .info > div a img {
    width: 18px;
    height: 19px;
    vertical-align: sub;
}

/* media query */
/* width가 1720px이하 */
@media (max-width:1720px) {}

/* width가 1540px이하 */
@media (max-width:1540px) {

    /* recruit */
    .color_box {
        padding-top: 3%;
    }

    .color_box .applyLink > a {
        width: 170px;
    }

    .color_box p:first-child {
        font-size: 15px;
    }

    .color_box p:nth-child(2) {
        font-size: 21px;
    }

    .desc_box .text li > p {
        font-size: 17px;
    }

    .color_box .applyLink {
        bottom: 9%;
    }

    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 19px;
    }

}

/* width가 1440px이하 */
@media (max-width:1440px) {


    /* modal_section3 */
    .modal_sec .box_cont .line_tit {
        font-size: 14px;
    }

    /* 마케팅대행 modal_section2 */
}

/* width가 1340px이하 */
@media(max-width:1340px) {


    /* modal_section4 */
    .sec4 li {
        margin-right: 2%;
    }

    .sec4 .round h5 {
        font-size: 19px;
    }

    .sec4 .round img {
        height: 47px;
    }

    /* 마케팅대행 modal_section3 */

    .modal_sec .list .line_tit,
    .modal_sec .list .line_tit em {
        font-size: 15px;
    }

    .modal_sec .list .icon {
        height: 10vw;
    }

    .list .tit {
        font-size: 25px;
    }

    .list .desc {
        font-size: 16px;
    }

    .modal_sec .list .next {
        width: 45px;
        height: 45px;
    }

    .modal_sec .list .prev {
        left: -45px;
        width: 45px;
        height: 45px;
    }

    /* 마케팅대행 modal_section3 */
    .business02_wrap .modal_sec .system_box {
        margin-top: 6vh;
    }

    /* 마케팅대행 modal_section4 */
    .sec4 .list .icon {
        margin: 5vw auto 0;
    }

    /* footer */
    .footInfo_cont li .main_txt {
        font-size: 19px;
    }

    .footInfo_cont > ul li:first-child .info {
        margin-top: 8px;
        padding-bottom: 4px;
    }

    .footInfo_cont > ul li:first-child {
        position: relative;
    }

    .footInfo_cont li .info > div a {
        position: absolute;
        top: 0;
        right: 2vw;
    }

}

/* width가 1200px이하 */
@media (max-width:1200px) {

    /* modal_section1 */
    .sec1 .main_text > h2 {
        font-size: 5vw;
    }

    .sec1 .main_text > p {
        font-size: 2vw;
    }

    /* contact modal_section2 */
    .contact_form {
        padding: 10vh 5vh 5vh;

    }

    .input_wrap li > div {
        width: 48%;
    }

    /* recruit */
    ul.acordeon > li > h4 {
        font-size: 21px;
    }

    .color_box .applyLink > a {
        width: 150px;
        font-size: 15px;
    }
}

/* width가 1024px이하 */
@media (max-width:1024px) {
    .top_tit {
        padding-top: 15%;
    }

    /* modal_section2 */

    /* modal_section3 */
    .modal_sec .box_cont {
        height: 51vh;
    }

    .business_wrap .modal_sec .system_box {
        height: 62vh;
    }

    .modal_sec .blueBg {
        height: 50vh;
    }

    .box_cont .desc {
        font-size: 13px;
    }

    /* modal_section4 */
    .sec4 .box_cont {
        height: 33vh;
    }

    /* 마케팅대행 modal_section4 */
    .list .desc {
        font-size: 15px;
    }

    .sec4 .system_box {
        margin-bottom: 8vh;
    }

    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 15px;
    }

    .footInfo_cont li .main_txt {
        font-size: 17px;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 31px;
    }

    .footInfo_cont li .info > div a {
        width: 80px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .footInfo_cont li .info > div a img {
        width: 15px;
        height: 16px;
    }

    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 50%;
        margin-bottom: 15px;
    }

    .footInfo_cont > ul li:nth-child(2) {
        border-right: 0;

    }
}

/* width가 1000px이하 */
@media (max-width:1000px) {
    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    /* modal_section2 */
    .sec2 .box_cont {
        height: auto;
    }

    .top_tit {
        height: auto;
        margin-bottom: 3vh;
    }

    .top_tit > .text {
        margin-top: 3vh;
    }

    /* contact modal_section2 */


    .input_wrap li > div .subject span {
        font-size: 15px;
    }

    .contact_form {
        padding: 5% 3%;
    }

    .sec2 .after_text p span {
        font-size: 31px;
    }

    .sec2 .scroll_box .ellipse span {
        font-size: 21px;
    }

    /* recruit */
    ul.acordeon {
        flex-flow: wrap-reverse;
    }

    ul.acordeon > li {
        height: 60px;
        flex: 100%;
        margin-bottom: 5px;
    }

    ul.acordeon > li.active {
        height: 640px;
        flex: auto;
    }

    ul.acordeon > li.ma {
        background: rgba(240, 78, 93, 0.6);
    }

    ul.acordeon > li.pl {
        background: rgba(240, 78, 93, 0.6);
    }

    ul.acordeon > li.ds {
        background: rgba(240, 78, 93, 0.6);
    }

    ul.acordeon > li.pu {
        background: rgba(240, 78, 93, 0.6);
    }

    ul.acordeon > li.dv {
        background: rgba(240, 78, 93, 0.6);

    }

    ul.acordeon > li.ma:hover {
        background: #f04e5d;
    }

    ul.acordeon > li.pl:hover {
        background: #f04e5d;
    }

    ul.acordeon > li.ds:hover {
        background: #f04e5d;
    }

    ul.acordeon > li.pu:hover {
        background: #f04e5d;
    }

    ul.acordeon > li.dv:hover {
        background: #f04e5d;
        margin-right: 5px;
    }

    ul.acordeon > li > h4 {
        top: 50%;
        left: 5%;
        color: #fff;
        writing-mode: unset;
        transform: translateY(-50%);
    }

    ul.acordeon > li:before {
        display: none;
    }

    ul.acordeon > li.active .hoverCont {
        flex-direction: column;
    }

    .color_box {
        width: 100%;
        height: auto;
        padding: 4%;
        flex: none;
    }

    .desc_box {
        width: 100%;
        height: 200px;

    }

    .desc_box .text li {
        padding: 25px 0;
    }

    .color_box .applyLink {
        top: 50%;
        right: 4%;
        bottom: auto;
        left: auto;
        transform: translate(0);
        transform: translateY(-50%);
    }

    .color_box .applyLink > a {

        width: 160px;
        height: 100px;
        line-height: 100px;
    }

    .desc_box .text {
        top: 0;
        left: 4%;
    }

    ul.acordeon > li.dv {
        margin-right: 5px;

    }

    .color_box p:nth-child(2) {
        font-size: 25px;
    }

    .color_box p.ko {
        font-size: 19px;
        margin-top: 17px;
    }

    .desc_box .text li > strong {
        font-size: 19px;
        margin-bottom: 2%;
    }
    .backBtn span {
        width: 35px;
    }
}

/* width가 768px 이하*/
@media (max-width:768px) {

    /* modal_section1 */
    .top_tit > h3 {
        font-size: 33px;
    }

    .top_tit > .text {
        font-size: 15px;
    }

    .sec1 .inner_box {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .sec1 .main_text {
        width: 100%;
        text-align: center;
        margin-bottom: 10vw;
    }

    .sec1 .main_text > h2 {
        font-size: 8vw;
    }

    .sec1 .main_text > p {
        font-size: 3vw;
    }

    .sec1 .main_icons {
        width: 100%;
    }

    .sec1 .main_icons .box {
        width: 78vw;
        height: 56vw;
        margin: 0 auto;
    }

    /* contact modal_section2 */
    .sec2 .top_tit {
        height: auto;
        padding-top: 6vh;
    }

    /* .sec2 .box_cont li {
        width: 100%;
        height: 32vh;
    }
.sec2 .box_cont li.contact {
    margin-bottom: 2vh;
}
.sec2 .after_text p {
    padding:2% 0 0 2%;
} */
    .sec2 .before_text h3 {
        font-size: 51px;
    }

    .input_wrap li > div {
        width: 100%;
        margin-top: 3%;
    }

    .input_wrap > ul > li {
        margin-top: 0;
    }

    .form_list .quetion {
        font-size: 23px;
    }

    .form_list .sub {
        font-size: 17px;
    }

    .select_wrap > ul {
        justify-content: space-between;
    }

    .select_wrap > ul > li label {
        font-size: 15px;
    }

    .input_wrap li > div .subject {
        font-size: 17px;
    }

    .form_list input {
        font-size: 16px;
    }
    .input_wrap li .detail {
        font-size: 15px;
    }

    .input_wrap li > div .input_box::placeholder {
        font-size: 15px;
    }

    .select_style ul li {
        font-size: 15px;
    }

    .select_style .placeholder {
        font-size: 15px;
    }

    .filetype .file-text+.file-btn {
        font-size: 17px;
    }

    .input_wrap > ul > li.last .common_chk_box {
        bottom: -56%;
    }

    .submit_bottom button {
        width: 250px;
        height: 60px;
        line-height: 60px;
    }

    .sec1 .icon01 .i_box img {
        width: 25vw;
    }

    .sec1 .icon02 .i_box img {
        width: 11vw;
    }

    .sec1 .icon03 .i_box img {
        width: 8vw;
    }

    .sec1 .icon04 .i_box img {
        width: 12vw;
    }

    .sec1 .icon05 .i_box img {
        width: 11vw;
    }

    .sec1 .icon06 .i_box img {
        width: 11vw;
    }

    .sec1 .main_icons .icon07 {
        right: -9vw;
    }

    .sec1 .icon07 .i_box img {
        width: 20vw;
    }

    .sec1 .icon07 .i_box .light {
        top: 1vw;
        width: 18vw;
        height: 6vw;
    }

    /* recruit */
    ul.acordeon > li.active {
        height: 600px;
    }

    .client_cont ul li {
        height: 75px;
    }

    .client_cont ul li > span img {
        width: 100%;
    }
}

/* width가 640px이하 */
@media (max-width:640px) {
    /* modal_section2 */

    /* modal_section3 */
    .top_tit > h3 {
        padding: 0;
        font-size: 31px;
    }

    /* 마케팅대행 */
    /* modal_section3 */

    .modal_sec .list .next,
    .modal_sec .list .prev {
        width: 55px;
        height: 55px;
    }

    .modal_sec .list .desc {
        font-size: 15px;
    }

    /* recruit */
    ul.acordeon > li.active {
        height: 570px;
    }

    .desc_box .text li > p {
        font-size: 15px;
    }

    /* footer */
    .footInfo_cont li .sub_txt {
        font-size: 13px;
    }

    .footInfo_cont li .info > div span {
        font-size: 14px;
    }

    .footInfo_cont > ul li:first-child .info {
        margin-top: 0;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 17px;
    }

}

/* width가 600px 이하*/
@media (max-width:600px) {
    .top_tit > .title {
        font-size: 10px;
    }

    .top_tit > .text {
        font-size: 14px;
    }

    /* contact modal_section2 */
    .sec2 .box_cont li {
        width: 100%;
        height: 32vh;
    }

    .sec2 .box_cont li.contact {
        margin-bottom: 2vh;
    }

    .sec2 .after_text p {
        padding: 2% 0 0 2%;
    }

    .sec2 .scroll_box .ellipse {
        width: 80px;
        height: 150px;
        padding: 38px 0;
    }

    .sec2 .scroll_box .ellipse span {
        font-size: 17px;
    }

    .select_wrap > ul > li {
        width: 50%;
    }

    .input_wrap > ul > li.last .common_chk_box label {
        font-size: 15px;
    }
    .input_wrap > ul > li.last .common_chk_box label a {
        font-size: 15px;
    }

    .form_list .sub {
        font-size: 15px;
    }

    @keyframes scroll {
        0% {
            bottom: -20px;
        }

        40% {
            bottom: -35px;
        }

        80% {
            bottom: -50px;
        }

        100% {
            bottom: -20px;
        }
    }

    /* recruit modal_section3 */
    .application_cont .select_wrap > ul {
        justify-content: flex-start;
    }

    .application_cont .select_wrap > ul > li {
        width: 33.333%;
    }

    /* footer */
    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 100%;
        border-right: 0;
        margin-bottom: 5px;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 0;
    }
}

/* width가 500px 이하*/
@media (max-width:500px) {
    .top_tit > h3 {
        font-size: 23px;
    }
    .backBtn {
        top: 24px;
        right: 15px;
    }
    .backBtn span {
        width: 27px;
    }
    /* modal_section1 */
    .sec1 .main_text {
        margin-bottom: 20vw;
    }

    .sec1 .main_text > h2 {
        font-size: 11vw;
    }

    .sec1 .main_text > p {
        font-size: 4vw;
    }

    /* modal_section2 */
    .sec2 .box_cont .text_wrap > .txt {
        font-size: 13px;
    }

    /* contact modal_section3 */
    .top_tit > h3:before {
        height: 12px;
    }

    .form_list .quetion {
        font-size: 19px;
    }

    .input_wrap li > div .subject {
        font-size: 15px;
    }

    .form_list .sub {
        font-size: 13px;
    }

    .submit_bottom button {
        font-size: 17px;
    }

    .filetype .file-text+.file-btn {
        font-size: 13px;
    }

    .input_wrap li > div .input_box,
    .select_style .placeholder {
        padding: 16px 6px 15px;
    }

    .filetype .file-text,
    .filetype .file-text+.file-btn {
        padding: 16px 0 15px;
    }

    /* recruit */
    ul.acordeon > li.active {
        height: 560px;
    }

    .color_box .applyLink > a {
        width: 130px;
    }
    .client_cont ul li {
        width: 31%;
        height: 55px;
    }
        .client_cont ul li:last-child {
            display:none;
        }

}

/* width가 425px이하 */
@media (max-width:426px) {

    /* modal_section2 */
    .top_tit {
        margin-bottom: 0;
    }

    .sec2 .box_cont:after {
        width: 58px;
        height: 57px;
    }

    .top_tit > .text {
        font-size: 14px;
        line-height: 19px;
        margin-top: 1vh;
        margin-bottom: 3vh;
    }

    .top_tit > .title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px;
    }

    .top_tit > h3 {
        padding: 0 15px;
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .top_tit > h3:before {
        bottom: 0;
        height: 15px;
    }

    /* modal_section3 */
    .modal_sec .box_cont {
        height: 40vh;
    }

    /* contact modal_section2*/

    .sec2 .before_text h3 {
        font-size: 41px;
    }

    .sec2 .after_text p span {
        font-size: 25px;
        line-height: 37px;
    }

    .sec2 .scroll_box .ellipse {
        width: 70px;
        height: 110px;
        padding: 27px 0;
    }

    .sec2 .scroll_box .ellipse span {
        font-size: 15px;

    }

    .sec2 .scroll_box .ellipse span.go {
        margin-top: 7px;
    }

    /* contact modal_section3 */
    .form_list .quetion {
        font-size: 16px;
    }

    /* recruit */
    ul.acordeon > li.active {
        width: 520px;
    }

    .color_box p.ko {
        font-size: 15px;
    }

    .desc_box .text {
        width: 92%;
    }

    .desc_box .text li > strong {
        font-size: 17px;
    }

    .desc_box .text li > p {
        font-size: 14px;
    }
}

/* width가 400px이하 */
@media (max-width:400px) {
    .box_cont .tit {
        font-size: 16px;
    }

    .input_wrap li > div .subject span {
        font-size: 13px;
    }

    /* recruit modal_section3 */
    .modal_sec {
        padding-bottom: 26px;
    }

    .form_list .sub {
        width: 100%;
    }

    .color_box p:nth-child(2) {
        font-size: 21px;
    }

    .desc_box .text li > p {
        font-size: 13px;
    }

    .color_box .applyLink > a {
        width: 100px;
        height: 90px;
        font-size: 14px;
        line-height: 90px;
    }

    .color_box p:nth-child(2) {
        font-size: 17px;
    }

    .color_box p:first-child {
        font-size: 12px;
    }
}

/* width가 320px 이하 */
@media (max-width:320px) {
    .input_wrap li > div .subject span {
        font-size: 11px;
    }

    /* modal_section2 */
    .top_tit > .text {
        font-size: 11px;
    }

    .top_tit > h3 {
        padding: 0 3px;
        font-size: 17px;
    }

    .top_tit > h3:before {
        height: 14px;
    }

    .sec2 .box_cont .text_wrap > .tit {
        font-size: 15px;
    }

    .sec2 .box_cont .text_wrap > .txt {
        font-size: 12px;
    }

    /* contact modal_section3 */
    .form_list .sub {
        font-size: 12px;
    }

    .select_wrap > ul > li label {
        font-size: 13px;
    }

    .sec2 .after_text p span {
        font-size: 21px;
    }

    /* recruit */
    .color_box p:nth-child(2) {
        font-size: 15px;
    }
    .sec2 .before_text h3 {
        line-height: 17px;
    }
    /* footer */
    .tit_wrap h5 {
        font-size: 19px;
    }

    .footInfo_cont li .sub_txt {
        font-size: 11px;
    }

    .footInfo_cont li .info > div span {
        font-size: 13px;
    }
    @keyframes scroll {
        0% {
            bottom: -20px;
        }

        40% {
            bottom: -28px;
        }

        80% {
            bottom: -35px;
        }

        100% {
            bottom: -20px;
        }
    }
}

/* width가 280px 이하 */
@media (max-width:280px) {}