@charset "utf-8";

/* common */
.sub_padding {
    padding: 100px 0;
}

.sub_tt {
    color: #333;
    font-size: 2em;
    margin-top: 20px;
    font-family: 'SCDream6';
    text-align: center;
    margin-bottom: 60px;
    font-family: 'SCDream6';
}

.sub_tt span {
    font-size: .7em;
    font-weight: 500;
}

.sub_tt_line {
    width: 52px;
    margin: 0 auto;
    text-indent: -9999px;
    border-top: 2px solid #0082e2;
}

/* 01_about_us */
/* sub_main ************************************ */
#about_us_bg {
    width: 100vw;
    height: 480px;
    background: url(../images/sub/sub01_main.jpg) no-repeat 50% 50% / cover;
}

main #main_inner > div {
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -30%);
}

main #main_inner > div h1 {
    animation: text 1s .2s both;
}

main #main_inner > div p {
    animation: text 1s .5s both;
}

@keyframes text {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* sub01_section01 회사소개 ************************************ */
#sub01_section01 {
    overflow: hidden;
}

#sub01_section01 #sub_title_inner {
    margin-bottom: 60px;
}

#sub01_section01 .sub_tt {
    text-align: left;
    font-size: 1.6em;
}

#sub01_section01 .sub_tt_line {
    margin: 0;
}

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

#sub01_section01 #sub_text strong {
    display: block;
    font-size: 1.4em;
    margin-bottom: 30px;
    font-family: 'SCDream6';
}

#sub01_section01 #sub_text p {
    position: relative;
}

#sub01_section01 #sub_text p::before {
    content: '';
    position: absolute;
    opacity: .3;
    z-index: -1;
    height: 12px;
    background: #0082e2;
}

#sub01_section01 #sub_text p:nth-of-type(1):before {
    top: 28%;
    left: 9.9%;
    width: 63%;
}

#sub01_section01 #sub_text p:nth-of-type(2):before {
    bottom: -3px;
    left: -1px;
    width: 56%;
}

#sub01_section01 #sub_text p span {
    font-family: 'SCDream6';
}

#sub01_section01 #img_box {
    width: 40%;
}

/* sub01_section01 히스토리 ************************************ */
#sub01_section01.history_section01 #sub_text p:nth-of-type(1):before {
    top: 78%;
    left: 37%;
    width: 60%;
}

#sub01_section01.history_section01 #sub_text p:nth-of-type(2):before {
    width: 65%;
}

/* sub01_section01 회사연혁 */
#sub01_2_section02 {
    width: 100vw;
    background: #f5f5f5;
}

#sub01_2_section02 .cnt_inner {
    align-items: self-start;
}

#sub01_2_section02 .cnt_inner .year_box {
    width: 15%;
    font-size: 2.3em;
    color: #666666;
    line-height: 1;
    font-family: 'SCDream5';
}

#sub01_2_section02 .line {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 4px solid #0082e2;
    background: #f5f5f5;
    left: -15px;
    top: 0;
}

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

#sub01_2_section02 .cnt_inner:last-child .text_box {
    padding-bottom: 0px;
}

#sub01_2_section02 .cnt_inner .text_box ul,
#sub01_2_section02 .cnt_inner .text_box ul li {
    align-items: self-start;
}

#sub01_2_section02 .cnt_inner .text_box ul {
    margin-bottom: 30px;
}

#sub01_2_section02 .cnt_inner:last-child .text_box ul:last-child {
    margin-bottom: 0;
}

#sub01_2_section02 .cnt_inner .text_box ul li {
    justify-content: flex-start;
}

#sub01_2_section02 .cnt_inner .text_box ul li .month_box strong {
    font-size: 2.3em;
    color: #0082e2;
    font-family: 'SCDream5';
    line-height: 1;
    margin-right: 50px
}
#sub01_2_section02 .cnt_inner .text_box ul li .content_box {
    width: 100%;
}
#sub01_2_section02 .cnt_inner .text_box ul li .content_box p {
    display: block;
    font-size: 1.1em;
    margin-top: 10px;
    font-family: 'SCDream5';
    position: relative;
}

#sub01_2_section02 .cnt_inner .text_box ul li .content_box p:nth-child(1) {
    margin-top: 0;
}

#sub01_2_section02 .cnt_inner .text_box ul li .content_box p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0082e2;
    border-radius: 50%;
}

#sub01_2_section02 .cnt_inner .text_box ul li {
    width: 45%;
}

/* sub01_3_section01 오시는 길 */
#sub01_3_section01 #location {
    width: 100%;
}
#sub01_3_section01 #sub_title_inner .sub_tt {
    margin-bottom: 10px;
}

#sub01_3_section01 #sub_title_inner p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 60px;
}

#sub01_3_section01 .map {
    width: 100%;
}

#sub01_3_section01 .map iframe {
    width: 100%;
    height: 500px;
}

/* 오시는 길_주소 */
#sub01_3_section01 #address {
    width: 100%;
    text-align: center;
}

#sub01_3_section01 #address h2 {
    font-size: 1.5em;
    margin-bottom: 50px;
    font-family: 'SCDream6';
}

#sub01_3_section01 #address ul li {
    width: 33%;
}

#sub01_3_section01 #address ul li .icon {
    width: 45px;
}

#sub01_3_section01 #address ul li strong {
    font-size: 1.2em;
    margin: 25px 0 10px 0;
    font-family: 'SCDream6';
}

#sub01_3_section01 #address ul li p,
#sub01_3_section01 #bot_box p {
    font-size: 1.1em;
}

#sub01_3_section01 #bot_box {
    padding: 30px;
    margin-top: 60px;
    background: #f5f5f5;
    align-items: self-start;
}

#sub01_3_section01 #bot_box h2 {
    font-size: 1.3em;
    color: #0082e2;
    margin-right: 20px;
    font-family: 'SCDream6';
}

#sub01_3_section01 #bot_box p {
    line-height: 1.5;
}

/* sub01_section02 디자인 ************************************ */
#sub01_section02 {
    width: 100vw;
    background: #f5f5f5;
}

#sub01_section02 #content {
    text-align: center;
}

#sub01_section02 #content ul li .icon_box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0 ,0, 0, .05);
}

#sub01_section02 #content ul li .text_box p {
    color: #0082e2;
    font-size: 1.3em;
    margin: 40px 0 10px;
    font-family: 'SCDream5';
}

#sub01_section02 #content ul li .text_box span {
    color: #777777;
    font-size: 1.1em;
    letter-spacing: -.5px;
}

/* sub01_section03 WE ARE CENNO ************************************ */
#sub01_section03 {
    color: #fff;
    text-align: center;
    background: url(../images/sub/sub01_section03_img.jpg) no-repeat 50% 50% /cover;
}

#sub01_section03 .sub_tt {
    color: #fff;
    margin-bottom: 45px;
}

#sub01_section03 p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.7;
}

#sub01_section03 p span {
    font-family: 'SCDream5';
}

/* 02_voucher */
/* sub_main ************************************ */
#voucher_bg {
    width: 100vw;
    height: 480px;
    background: url(../images/sub/sub05_main.jpg) no-repeat 50% 50% / cover;
}

#sub05_section01,
#sub05_section02 {
    text-align: center;
}

.voucher_title p {
    font-size: 1.5em;
    font-family: 'SCDream5';
}

.voucher_title h2 {
    font-size: 2.5em;
    margin: 15px 0;
    letter-spacing: -1.5px;
}

.voucher_title h2 > span {
    font-family: 'SCDream6';
}

#sub05_section02 .voucher_title h2 > span {
    color: #0082e2;
}

#sub05_section02 .voucher_title > span {
    display: block;
    color: #fc5252;
    font-size: 1.2em;
    margin: 60px 0;
    font-family: 'SCDream5';
}

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

#sub05_section01 .img_box  > div {
    width: 45%;
    box-shadow: 0px 0px 20px rgba(0 ,0, 0, .1);
}

/* 바우처 입력폼 */
#sub05_section02 .form_inner ul {
    border-top: 5px solid #333;
    border-bottom: 2px solid #cccccc;
    justify-content: space-between;
}

#sub05_section02 .form_inner ul li {
    width: 100%;
    border-bottom: 2px solid #cccccc;
}

#sub05_section02 .form_inner ul li > div {
    justify-content: flex-start;
}

#sub05_section02 .form_inner ul li select,
#sub05_section02 .form_inner ul li > div input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #808080;
    font-size: 1.05em;
    border: 1px solid #d0d0d0;
}

#sub05_section02 .form_inner ul li > div label {
    width: 20%;
    text-align: left;
    padding: 25px 15px;
    background: #f8f8f8;
}

#sub05_section02 .form_inner ul li > div label span {
    display: inline-block;
    position: relative;
    left: 3px;
    top: -5px;
}

#sub05_section02 .form_inner ul li > div input {
    width: 25%;
    background: #f1f1f1;
    display: block;
    margin-left: 20px;
}

#sub05_section02 .form_inner ul li > div select {
    width: 25%;
    display: block;
    padding: 0 3px;
}

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

#sub05_section02 .form_inner ul li > div #hp_box input {
    margin-left: 0;
}

#sub05_section02 .form_inner ul li > div input::placeholder,
#sub05_section02 .form_inner .text_area textarea::placeholder {
    font-size: 1.05em;
}

/* 클릭 시 테두리색 변경 */
input:focus,
textarea:focus {
    outline: 1px solid #0082e2;
}

/* 파일선택 */
#sub05_section02 .form_inner ul li .filebox {
    background: #fff;
    position: relative;
}

#sub05_section02 .form_inner ul li .filebox input[type="file"] {
    line-height: 45px;
    margin-bottom: 0;
}

/* 문의사항 */
#sub05_section02 .form_inner .text_area div label {
    width: 20%;
    text-align: left;
    padding: 100px 15px;
    background: #f8f8f8;
}

#sub05_section02 .form_inner .text_area textarea {
    width: 78%;
    height: 190px;
    color: #808080;
    margin-left: 20px;
    font-size: 1.05em;
    background: #f1f1f1;
    resize: none;
    border: 1px solid #d0d0d0;
}

/* 견적/상담요청 */
#sub05_section02 .form_inner #bottom_con {
    text-align: center;
    margin-top: 30px;
}

#sub05_section02 .form_inner #bottom_con #button > input {
    width: 300px;
    height: 55px;
    color: #fff;
    font-size: 1.5em;
    margin-top: 20px;
    font-family: 'SCDream6';
    line-height: 45px;
    border-radius: 15px;
    background: #0082e2;
    cursor: pointer;
    border: 0;
}


/* 02_voucher2 */
.voucher2_section01 {
    text-align: center;
}

.voucher2_section01 .img_box {
    width: 60%;
    margin-top: 50px;
}

#voucher2_section02 {
    width: 100vw;
    height: 780px;
    color: #fff;
    text-align: center;
    background: #1b2651;
    padding-top: 130px;
}

#voucher2_section02 .bg_img {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
}

#voucher2_section02 .voucher_title .icon {
    width: 70px;
    margin-top: -50px;
}

#voucher2_section02 .voucher_title h2 {
    margin: 0 80px 40px;
    font-family: 'SCDream6';
}

#voucher2_section02 .flight {
    left: 17%;
    bottom: -15%;
    width: 200px;
}

/* 바우처 신청 순서 */
.voucher_sequence {
    width: 100vw;
    background: #e3e3e3;
}

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

.voucher_sequence .sequence_tt p {
    color: #fff;
    font-size: 1.8em;
    font-family: 'SCDream5';
}

.voucher_sequence .list_box {
    width: 100%;
}

.voucher_sequence .list_box ul li {
    width: 24%;
    height: 300px;
    background: #fff;
}

.voucher_sequence .list_box ul li .step {
    width: 120px;
    height: 35px;
    background: #333;
    border-radius: 20px;
}

.voucher_sequence .list_box ul li .step p {
    color: #fff;
    font-size: 1.1em;
    font-family: 'SCDream5';
}

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

.voucher_sequence .list_box ul li p {
    font-size: 1.3em;
    text-align: center;
    font-family: 'SCDream5';
}

/* 02_voucher3 */
#voucher3_section01 .img_box {
    width: 90%;
    margin: 50px 0 80px;
}

#voucher3_section02 {
    width: 100vw;
    height: 650px;
    background: url(../images/sub/sub05_voucher3_bg.png) no-repeat 50% 100%;
}

#voucher3_section02 .box  {
    width: 100%;
}

#voucher3_section02 .box ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    border: 8px solid #dbebfc;
    justify-content: space-between;
}

#voucher3_section02 .box ul li {
    height: 130px;
    width: 33.333%;
    font-size: 1.5em;
    font-family: 'SCDream6';
    border: 1px solid #f5f5f5;
}

/* 03_service */
/* main */
#service_bg {
    width: 100vw;
    height: 480px;
    background: url(../images/sub/sub02_main.jpg) no-repeat 50% 50% / cover;
}

/* 메인 탭메뉴 */
main .tab_menu {
    bottom: 5%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

main .tab_menu ul li {
    padding: 0 20px;
    position: relative;
}

main .tab_menu ul li::after {
    content: '|';
    top: 50%;
    right: 0;
    color: #c5c5c5;
    position: absolute;
    transform: translateY(-50%);
}

main .tab_menu ul li:nth-child(4):after {
    display: none;
}

main .tab_menu ul li a {
    font-size: 1.1em;
    color: #fff;
    transition: .3s;
}

main .tab_menu ul li a.active {
    color: #0082e2;
    font-family: 'SCDream6';
    text-shadow: 0px 0px 20px rgba(0 ,0, 0, .2);
}

main .tab_menu ul li a:hover {
    color: #0082e2;
}

/* sub02_section01 서비스 ************************************ */
.sub02_section01 {
    text-align: center;
}

.sub02_section01 #content ul {
    flex-wrap: wrap;
}
.sub02_section01 #content ul li {
    width: 280px;
    height: 300px;
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow: 3px 3px 7px rgba(0 ,0, 0, .1);
}

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

.sub02_section01 #content ul li p {
    color: #0082e2;
    font-size: 1.3em;
    font-family: 'SCDream6';
    margin: 30px 0 10px;
}

.sub02_section01 #content ul li span {
    color: #777777;
    font-size: 1.1em;
    letter-spacing: -.5px;
}

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

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

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

/* sub02_section02 서비스 상세 ************************************ */
.sub02_section02 {
    background: url(../images/sub/sub02_section02_bg.png) no-repeat 50% 50% / cover;
}

.sub02_section02 ul {
    justify-content: space-between;
}

.sub02_section02 ul li {
    width: 47%;
    margin-bottom: 50px;
}

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

.sub02_section02 ul li strong {
    display: block;
    margin: 15px 0 10px;
    color: #0082e2;
    font-size: 1.4em;
    font-family: 'SCDream6';
}

.sub02_section02 ul li p {
    font-size: 1.2em;
    line-height: 1.3;
}

.sub02_section02 ul li p span {
    font-family: 'SCDream6';
}

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

#sub02_section03 > div ~ div > p {
    font-size: 1.3em;
    font-family: 'SCDream6';
    margin-bottom: 15px;
}

#sub02_section03 ul li {
    width: 220px;
    height: 200px;
    text-align: center;
}

#sub02_section03 ul li span {
    font-size: 1.3em;
    color: #0082e2;
    font-family: 'SCDream6';
    margin-bottom: 20px;
}

#sub02_section03 ul li p {
    font-size: 1.3em;
    font-weight: 500;
    color: #666666;
}

#sub02_section03 ul i {
    font-size: 45px;
    font-family: 'SCDream6';
}

/* 접수절차 */
#sub02_section03 .pro_box1 ul li {
    background: rgba(25, 142, 229, .07);
}

#sub02_section03 .pro_box1 ul i {
    color: rgba(25, 142, 229, .15);
}

/* 제작절차 */
#sub02_section03 .pro_box2 ul li {
    background: rgba(25, 142, 229, .15);
}

#sub02_section03 .pro_box2 ul i {
    color: rgba(25, 142, 229, .25);
}

/* 확인절차 */
#sub02_section03 .pro_box3 ul li span {
    color: #fff;
}

#sub02_section03 .pro_box3 ul li p {
    color: #fff;
}

#sub02_section03 .pro_box3 ul li:nth-of-type(1) {
    background: rgba(0, 130, 226, .6);
}

#sub02_section03 .pro_box3 ul li:nth-of-type(2) {
    background: rgba(0, 130, 226, .7);
}

#sub02_section03 .pro_box3 ul li:nth-of-type(3) {
    background: rgba(0, 130, 226, .9);
}

#sub02_section03 .pro_box3 ul li:nth-of-type(4) {
    opacity: 0;
}

#sub02_section03 .pro_box3 ul i {
    color: rgba(25, 142, 229, .35);
}

/* 심볼/패키지 */
#sub02_section03 .service2_pro_box2 ul li:nth-of-type(3) {
    color: #fff;
    background: rgba(0, 130, 226, .6);
}


#sub02_section03 .service2_pro_box2 ul li:nth-of-type(4) {
    color: #fff;
    background: rgba(0, 130, 226, .9);
}

#sub02_section03 .service2_pro_box2 ul li:nth-of-type(3) span,
#sub02_section03 .service2_pro_box2 ul li:nth-of-type(3) p,
#sub02_section03 .service2_pro_box2 ul li:nth-of-type(4) span,
#sub02_section03 .service2_pro_box2 ul li:nth-of-type(4) p {
    color: #fff;
}

/* 확인절차 */
#sub02_section03 .service3_pro_box3 ul li:nth-of-type(1) {
    background: rgba(0, 130, 226, .6);
}

#sub02_section03 .service3_pro_box3 ul li:nth-of-type(2) {
    background: rgba(0, 130, 226, .9);
}

#sub02_section03 .service3_pro_box3 ul li:nth-of-type(3) {
    background: transparent;
}

/* 03_portfolio */
/* main */
#portfolio {
    width: 100vw;
    height: 480px;
    background: url(../images/sub/sub03_main.jpg) no-repeat 50% 50% / cover;
}

/* sub03_section01 탭메뉴 ************************************ */
#sub03_section01 #tab_menu {
    margin-bottom: 50px;
}

#sub03_section01 #tab_menu ul {
    width: 500px;
    margin: 0 auto;
}

#sub03_section01 #tab_menu ul li a {
    width: 95px;
    height: 40px;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}

#sub03_section01 #tab_menu ul li a p {
    font-size: 1.1em;
    font-family: 'SCDream5';
}

#sub03_section01 #tab_menu ul li a.active {
    color: #0082e2;
    background: #f3f3f3;
}

/* 공통 */
#sub03_section01 #content_inner {
    overflow: hidden;
}

#sub03_section01 #content_inner > div ~ div {
    display: none;
}

/* 01.웹페이지 ************************************ */
#sub03_section01 .content > ul {
    justify-content: space-between;
}

#sub03_section01 .content > ul > li {
    width: 49%;
    margin-bottom: 30px;
}

#sub03_section01 .content ul li .text_box {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
}

#sub03_section01 .content ul li:hover .text_box {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
}

#sub03_section01 .content ul li:hover .text_box strong {
    color: #0082e2;
    font-size: 1.3em;
    font-family: 'SCDream6';
}

#sub03_section01 .content ul li:hover .text_box p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 15px;
}

#sub03_section01 .content ul li:hover .text_box a {
    display: flex;
    width: 80px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
    font-weight: 300;
    border: 1px solid #fff;
    transition: .3s;
}

#sub03_section01 .content ul li:hover .text_box a:hover {
    color: #0082e2;
    background: #fff;
}

/* 02.CIBI ************************************ */
#sub03_section01 #cibi > ul li,
#sub03_section01 #package ul li,
#sub03_section01 #advertising ul li {
    border: 1px solid #ebebeb;
}

#sub03_section01 #cibi > ul li .text_box strong,
#sub03_section01 #package ul li .text_box strong,
#sub03_section01 #advertising ul li .text_box strong {
    margin-bottom: 20px;
}

.more {
    cursor: pointer;
}

/* 모달 */
.modal_inner {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    opacity: 1;
    background: rgba(0,0,0,.8);
    transform: translateZ(0);
    display: none;
    padding-bottom: 200px;
}

.modal {
    top: 20%;
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

/* .modal ul li {
    display: none;
} */

/* 취소버튼 */
.modal .button {
    top: 20px;
    right: 30px;
    z-index: 100000;
    cursor: pointer;
}

.modal .button i {
    font-size: 25px;
}

/* 04_online */
/* main */
#online {
    width: 100vw;
    height: 480px;
    background: url(../images/sub/sub04_main.jpg) no-repeat 50% 50% / cover;
}

/* sub04_section01 CONTACT ************************************ */
#sub04_section01 {
    background: #f5f5f5;
}

#sub04_section01 .form_inner ul {
    justify-content: space-between;
}

#sub04_section01 .form_inner ul li {
    width: 49%;
}

#sub04_section01 .form_inner ul li select,
#sub04_section01 .form_inner ul li > div input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    color: #808080;
    font-size: 1.05em;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
}

#sub04_section01 .form_inner ul li > div input::placeholder,
#sub04_section01 .form_inner .text_area textarea::placeholder {
    font-size: 1.05em;
}

/* 클릭 시 테두리색 변경 */
input:focus,
textarea:focus {
    outline: 1px solid #0082e2;
}

/* 파일선택 */
#sub04_section01 .form_inner ul li .filebox {
    background: #fff;
    position: relative;
}

#sub04_section01 .form_inner ul li .filebox input[type="file"] {
    line-height: 45px;
    margin-bottom: 0;
}

/* 문의사항 */
#sub04_section01 .form_inner .text_area textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    color: #808080;
    font-size: 1.05em;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #d0d0d0;
}

/* 견적/상담요청 */
#sub04_section01 .form_inner #bottom_con {
    text-align: center;
}

#sub04_section01 .form_inner #bottom_con #button > input {
    width: 135px;
    height: 45px;
    color: #fff;
    font-size: 1.2em;
    margin-top: 20px;
    font-family: 'SCDream6';
    line-height: 45px;
    border-radius: 15px;
    background: #0082e2;
    border: 0;
    cursor: pointer;
}

/* 개인정보수집 */
.Personal_collection {
    visibility:hidden;
    overflow-y: scroll;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 999999999;
    opacity:0;
    background: rgba(0,0,0,.6);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    letter-spacing: 0;

}

.Personal_collection.on {
    opacity:1;
    visibility:visible;
}

.Personal_collection.on .Personal_collection_inner {
    opacity:1;
    -webkit-transform: translateY(0);
    transform:translateY(0);
}

.Personal_collection_inner {
    width: 900px;
    font-size:13px;
    line-height:1.8em;
    font-weight:300;
    position: relative;
    box-sizing:border-box;
    margin:200px auto;
    padding:30px;
    background:#fff;
    max-width:calc(100%-20px);
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform:translateY(-100px);
    transition: opacity .3s linear,transform .3s ease-out;
}

.Personall_close_btn {
    border:0;
    float:right;
    color:#fff;
    cursor:pointer;
    padding:5px 10px;
    box-sizing:border-box;
    background-color:#333;
    transition: .3s;
}

.Personal_top {
    width: 100%;
    padding: 30px;
    background: #f6f6f6;
    border: 1px solid #ddd;
}

.Personal_top strong {
    display: block;
    font-size: 1.2em;
    color: #0082e2;
    font-family: 'SCDream6';
}

.Personall_close_btn:hover {
    background-color:#0082e2;
}

.Personal_collection h2 {
    font-size: 1.5em;
    font-family: 'SCDream6';
}

.Personal_collection h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    font-family: 'SCDream5';
}
.Personal_collection p {
    margin-left: 13px;
}

html.on {
    overflow:hidden;
}

body.on {
    overflow:hidden;
}

/* sub04_section02 오시는 길 ************************************ */
#sub04_section02 {
    color: #777777;
    text-align: center;
}

#sub04_section02 .inner {
    width: 900px;
}

#sub04_section02 ul {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

#sub04_section02 ul li .img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #ecf6fe;
    box-shadow: 5px 5px 5px rgba(0 ,0, 0, .05);
}

#sub04_section02 ul li p {
    line-height: 1.4;
}