@charset "utf-8";

@media (max-width: 1300px) {
    /* sub02_section01 ******************************* */
    .sub02_section01 #content ul {
        flex-wrap: wrap;
    }

    .sub02_section01 #content ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .sub02_section01 #content ul li:nth-child(3),
    .sub02_section01 #content ul li:nth-child(4) {
        margin-bottom: 0;
    }

    #voucher2_section02 .flight {
        bottom: -14%;
        width: 150px;
    }

    #voucher2_section02 {
        height: 650px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 13px;
        letter-spacing: 0;
    }

    #voucher2_section02 .voucher_title .icon {
        width: 60px;
    }
    
    #voucher2_section02 .voucher_title h2 {
        margin: 0 50px 40px;
    }
}

@media (max-width: 1150px) {
    /* sub02_section03 프로세스 ******************************* */
    #sub02_section03 ul li {
        width: 190px;
        height: 180px;
    }

    /* 모달 */
    .modal {
        width: 85%;
    }

    #web .modal {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 13px;
    }

    /* sub01_section01 ******************************* */
    #sub01_section01 {
        text-align: center;
        flex-direction: column;
    }
    
    #sub01_section01 #sub_title_inner {
        margin-bottom: 40px;
    }

    #sub01_section01 .sub_tt {
        text-align: center;
    }

    #sub01_section01 .sub_tt_line {
        margin: 0 auto;
    }

    #sub01_section01 #img_box {
        width: 55%;
        margin-top: 60px;
    }

    #sub01_section01 #sub_text p:nth-of-type(1):before {
        top: 25%;
        left: 15.8%;
        width: 62%;
    }

    /* sub01_section01 히스토리 */
    #sub01_section01.history_section01 #sub_text p:nth-of-type(2):before {
        left: 4.5%;
    }

    /* sub01_section02 회사연혁 */
    #sub01_2_section02 .cnt_inner .text_box ul li {
        width: 48%;
    }

    #sub01_2_section02 .cnt_inner .text_box ul li .month_box strong {
        margin-right: 35px;
    }

    /* 바우처 */
    #sub05_section02 .form_inner ul li > div input {
        width: 35%;
    }

    #sub05_section02 .form_inner ul li > div #hp_box {
        width: 35%;
        margin-left: 20px;
    }

    #sub05_section02 .form_inner ul li > div #hp_box input {
        width: 30%;
    }

    #voucher2_section02 .flight {
        width: 130px;
    }

    #voucher2_section02 {
        height: 550px;
    }

    .voucher_sequence .sequence_tt {
        width: 280px;
        height: 50px;
        background: #0082e2;
        border-radius: 25px;
        margin-bottom: 40px;
    }

    .voucher_sequence .sequence_tt p {
        font-size: 1.5em;
    }

    .voucher_sequence .list_box ul li {
        height: 250px;
        background: #fff;
    }

    .voucher_sequence .list_box ul li p {
        font-size: 1.2em;
    }

    .voucher_sequence .list_box ul li .step p {
        font-size: 1em;
    }

    .voucher_sequence .list_box ul li .icon {
        width: 70px;
        height: 70px;
        margin: 30px 0;
    }


    /* sub01_section02 ******************************* */
    #sub01_section02 #content ul {
        flex-wrap: wrap;
    }

    #sub01_section02 #content ul li {
        width: 50%;
        margin-bottom: 50px;
    }

    #sub01_section02 #content ul li:nth-child(3),
    #sub01_section02 #content ul li:nth-child(4) {
        margin-bottom: 0px;
    }

    #sub01_section02 #content ul li .text_box p {
        margin: 20px 0 7px;
    }

    /* sub02_section03 프로세스 ******************************* */
    #sub02_section03 ul {
        flex-wrap: wrap;
    }

    #sub02_section03 ul li {
        width: 45%;
        margin-bottom: 20px;
    }

    #sub02_section03 ul i:nth-of-type(2n) {
        display: none;
    }

    /* sub02_section03 프로세스 ******************************* */
    #sub02_section03 .service3_pro_box3 ul li:nth-of-type(3),
    #sub02_section03 .pro_box3 ul li:nth-of-type(4),
    #sub02_section03 .pro_box3 ul i:nth-of-type(3) {
        display: none;
    }

    /* sub04_section01 개인정보수집 */
    .Personal_collection_inner {
        width: 90vw;
    }

    /* sub04_section02 오시는 길 ******************************* */
    #sub04_section02 .inner {
        width: 90%;
    }

    #sub04_section02 ul li .img_box {
        width: 80px;
        height: 80px;
    }

    #sub04_section02 ul li .img_box img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .pc_show {
        display: none;
    }

    .mobile_show {
        display: block;
    }

    main #main_inner > div {
        font-size: 10px;
    }

    .sub_tt {
        margin-bottom: 40px;
    }

    /* sub_main ******************************* */
    main #main_inner > div {
        width: 90%;
        transform: translate(-50%, -50%);
    }

    main .tab_menu ul li {
        padding: 0 15px;
    }

    /* sub01_section01 ******************************* */
    #sub01_section01 #img_box {
        width: 70%;
    }

    #sub01_section01 #sub_text p::before {
        height: 10px;
    }

    /* sub01_section03 ******************************* */
    #sub01_section03 > div {
        width: 80%;
        margin: 0 auto;
    }

    /* sub01_section02 회사연혁 */
    #sub01_2_section02 .cnt_inner .year_box {
        width: 20%;
        font-size: 2em;
    }

    #sub01_2_section02 .cnt_inner .text_box {
        width: 80%;
    }

    #sub01_2_section02 .cnt_inner .text_box ul {
        flex-direction: column;
    }
    
    #sub01_2_section02 .cnt_inner .text_box ul li {
        width: 100%;
    }

    #sub01_2_section02 .cnt_inner .text_box ul li:last-child {
        margin-top: 30px;
    }

    #sub01_2_section02 .cnt_inner .text_box ul li .month_box strong {
        font-size: 2em;
    }

    /* 오시는 길 */
    #sub01_3_section01 #address ul {
        flex-direction: column;
    }

    #sub01_3_section01 #address ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    #sub01_3_section01 #bot_box {
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    /* 바우처 */
    #sub05_section02 .form_inner ul li > div label {
        width: 30%;
    }

    #sub05_section02 .form_inner ul li > div input {
        width: 70%;
    }

    #sub05_section02 .form_inner ul li > div #hp_box {
        width: 35%;
        margin-left: 20px;
    }

    #sub05_section02 .form_inner ul li > div #hp_box {
        width: 70%;
    }

    #sub05_section02 .form_inner ul li > div #hp_box input {
        width: 30%;
    }

    #sub05_section02 .form_inner .text_area div label {
        width: 30%;
    }

    #sub05_section02 .form_inner .text_area textarea {
        width: 70%;
    }

    .voucher_title {
        font-size: 11px;
    }

    .voucher2_section01 .img_box {
        width: 90%;
        margin-top: 30px;
    }

    #voucher2_section02 .bg_img {
        width: 100%;
    }

    #voucher2_section02 .voucher_title .icon {
        width: 45px;
    }
    
    #voucher2_section02 .voucher_title h2 {
        margin: 0 15px 40px;
    }

    #voucher2_section02 .flight {
        left: 12%;
        width: 110px;
    }

    #voucher2_section02 {
        height: 450px;
        padding-top: 100px;
    }

    .voucher_sequence .list_box ul {
        flex-wrap: wrap;
    }

    .voucher_sequence .list_box ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    #sub05_section01 .img_box {
        margin-top: 40px;
    }

    #sub05_section01 .img_box  > div {
        width: 48%;
    }

    #sub05_section02 .voucher_title > span {
        margin: 40px 0;
    }

    #voucher3_section01 .img_box {
        width: 100%;
        margin: 30px 0 50px;
    }

    #voucher3_section02 {
        height: 550px;
        background: url(../images/sub/sub05_voucher3_bg.png) no-repeat 50% -1500%;
    }

    #voucher3_section02 .box ul {
        margin-top: 0;
    }

    #voucher3_section02 .box ul li {
        font-size: 1.3em;
        text-align: center;
    }
    
    /* sub02_section02 서비스 상세 ******************************* */
    .sub02_section02 {
        background: #edf7ff;
    }

    .sub02_section02 ul li {
        width: 90%;
        margin: 0 auto 50px;
    }

    .sub02_section02 ul li:nth-child(3) {
        margin-bottom: 50px;
    }

    /* sub03_section01 웹 포트폴리오 ******************************* */
    #sub03_section01 #tab_menu ul {
        width: 80%;
        margin: 0 auto;
    }

    #sub03_section01 #tab_menu ul li a {
        width: 80px;
        height: 32px;
        line-height: 35px;
        text-align: center;
        border-radius: 20px;
    }

    #sub03_section01 #web ul li:hover .text_box p {
        font-weight: 300;
        margin: 7px 0 10px;
    }

    #sub03_section01 #web ul li:hover .text_box a {
        width: 65px;
        height: 28px;
    }
    
    /* 모달 */
    .modal {
        width: 90%;
    }
    
    #web .modal {
        width: 90%;
    }

    #advertising .modal {
        width: 60%;
    }

    /* 모달 취소버튼 */
    .modal .button {
        top: 10px;
        right: 20px;
    }

    /* 개인정보수집 */
    .Personal_collection_inner {
        font-size: 11px;
    }

    .Personal_top {
        padding: 15px;
    }

    .Personal_collection h2 {
        font-size: 1.3em;
        font-family: 'SCDream6';
    }
    
    .Personal_collection h3 {
        font-size: 1.1em;
        font-family: 'SCDream5';
    }

    .Personal_collection p {
        margin-left: 8px;
    }
}

@media (max-width: 530px) {
    .sub_padding {
        padding: 70px 0;
    }

    /* sub01_section01 ******************************* */
    main .tab_menu ul li {
        padding: 0 10px;
    }

    #sub01_section01 #sub_text {
        font-size: 1.1em;
    }

    main .tab_menu ul li a {
        font-size: 1em;
    }
    
    #sub01_section01 #sub_text p::before {
        display: none;
    }

    #sub01_section01 #sub_text p span {
        color: #0082e2;
    }

    #sub01_section01 #img_box {
        margin-top: 40px;
    }

    #sub01_section03 {
        font-size: 11px;
    }

    /* sub01_section02 회사연혁 */
    #sub01_2_section02 {
        font-size: 12px;
    }
    #sub01_2_section02 .cnt_inner .year_box {
        width: 22%;
        font-size: 1.8em;
    }

    #sub01_2_section02 .line {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 3px solid #0082e2;
        background: #fff;
        left: -12px;
        top: 0;
    }

    #sub01_2_section02 .cnt_inner .text_box {
        width: 85%;
        padding-left: 20px;
        padding-bottom: 50px;
        border-left: 2px solid #0082e2;
    }

    #sub01_2_section02 .cnt_inner .text_box ul li .month_box strong {
        font-size: 1.8em;
    }

    /* sub01_section02 ******************************* */
    #sub01_section02 #content ul li {
        width: 45%;
    }

    #sub01_section02 #content ul li .icon_box {
        width: 100px;
        height: 100px;
    }

    #sub01_section02 #content ul li .icon_box img {
        width: 50%;
    }

    /* 바우처 */
    #sub05_section02 .inner {
        width: 100%;
    }

    #sub05_section02 .form_inner ul li > div label {
        padding: 20px 15px;
    }

    #sub05_section02 .form_inner ul li select, #sub05_section02 .form_inner ul li > div input {
        height: 35px;
    }

    #sub05_section02 .form_inner .text_area div label {
        padding: 70px 15px;
    }

    #sub05_section02 .form_inner .text_area textarea {
        height: 130px;
    }

    #sub05_section02 .form_inner #bottom_con #button > input {
        width: 180px;
        height: 40px;
        font-size: 1.2em;
        margin-top: 15px;
        line-height: 40px;
        border-radius: 30px;
    }

    .voucher_title {
        font-size: 9px;
    }

    .voucher2_section01 .img_box {
        width: 100%;
        margin-top: 30px;
    }

    #voucher2_section02 .voucher_title .icon {
        display: none;
    }

    #voucher2_section02 .flight {
        left: 10%;
        width: 90px;
    }

    #voucher2_section02 {
        height: 370px;
        padding-top: 70px;
    }

    .voucher_sequence .list_box ul li {
        height: 230px;
        margin-bottom: 10px;
    }

    .voucher_sequence .list_box ul li .step {
        width: 100px;
        height: 30px;
    }

    .voucher_sequence .list_box ul li .step p {
        font-size: .9em;
    }

    .voucher_sequence .list_box ul li .icon {
        width: 60px;
        height: 60px;
        margin: 20px 0;
    }

    .voucher_sequence .list_box ul li p {
        font-size: 1.1em;
    }

    #sub05_section01 .img_box {
        margin-top: 30px;
    }

    #sub05_section02 .voucher_title > span {
        margin: 30px 0;
    }

    .voucher_sequence .sequence_tt {
        width: 250px;
        height: 45px;
        margin-bottom: 30px;
    }

    .voucher_sequence .sequence_tt p {
        font-size: 1.3em;
    }

    #voucher3_section02 {
        height: 470px;
        background: url(../images/sub/sub05_voucher3_bg.png) no-repeat 50% -130%;
    }

    #voucher3_section02 .box ul {
        border: 7px solid #dbebfc;
    }

    #voucher3_section02 .box ul li {
        height: 110px;
        padding: 0 10px;
        font-size: 1.1em;
    }

    /* sub02_section01 ******************************* */
    .sub02_section01 #content ul li {
        width: 48%;
        height: 250px;
        padding: 0 20px;
    }

    .sub02_section01 #content ul li .img_box {
        width: 100px;
        height: 80px;
    }

    /* 심볼.패키지 */
    #service2_section02 #content ul li .img_box {
        width: 70px;
    }

    /* 영상제작 */
    #service3_section02 #content ul li .img_box {
        width: 70px;
    }

    /* 광고마케팅 */
    #service4_section02 #content ul li .img_box {
        width: 90px;
    }

    .sub02_section01 #content ul li p {
        margin: 30px 0 5px;
    }

    /* sub02_section02 서비스 상세 ******************************* */
    .sub02_section02 ul li {
        margin: 0 auto 30px;
    }

    .sub02_section02 ul li:nth-child(3) {
        margin-bottom: 40px;
    }

    /* sub02_section03 프로세스 ******************************* */
    #sub02_section03 > div ~ div {
        margin-bottom: 30px;
    }

    #sub02_section03 ul li {
        height: 160px;
    }

    /* 포트폴리오 */
    #sub03_section01 #tab_menu ul li a p {
        font-size: .9em;
    }

    #sub03_section01 .content ul li {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /* 모달 */
    .modal {
        width: 100%;
    }

    #web .modal {
        width: 85%;
    }

    #package .modal {
        width: 85%;
    }

    #cibi .modal {
        width: 85%;
    }

    #advertising .modal {
        width: 85%;
    }

    #cibi .modal_inner {
        padding-bottom: 0px;
    }

    /* 모달 취소버튼 */
    .modal .button {
        top: 5px;
        right: 10px;
    }

    /* sub04_section01 신청 폼 ******************************* */
    #sub04_section01 .form_inner .text_area textarea {
        height: 200px;
    }

    /* sub04_section02 오시는 길 ******************************* */

    #sub04_section02 ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    #sub04_section02 ul li {
        margin: 25px;
    }

    #sub04_section02 ul li .img_box {
        margin-bottom: 15px;
    }
}

@media (max-width: 410px) {
    /* sub03_section01 웹 포트폴리오 ******************************* */
    #sub03_section01 #tab_menu ul li a {
        width: 70px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 10px;
    }

    /* 02_service 메인 탭메뉴 ******************************* */
    main .tab_menu ul li a {
        text-align: center;
    }

    /* 모달 취소버튼 */
    .modal .button {
        right: 8px;
    }

    #sub01_2_section02 .cnt_inner .year_box,
    #sub01_2_section02 .cnt_inner .text_box ul li .month_box strong {
        font-size: 1.6em;
    }

    #sub01_2_section02 .line {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid #0082e2;
        background: #fff;
        left: -11px;
        top: 0;
    }

    /* 바우처 */
    .voucher_sequence .list_box ul li {
        height: 200px;
    }
}