@charset "utf-8";
/* 메인 */
main {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    /* background: url(../images/mainimg.png) no-repeat 50% 50% / cover; */
}

main video {
    position: relative;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
}

/* main {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/mainimg.png) no-repeat 50% 50% / cover;
} */

main #title_box {
    top:  50%;
    left: 50%;
    width: 100vw;
    text-align: center;
    transform: translate(-50%, -50%);
}

main #icon {
    left: 50%;
    bottom: 5%;
    text-align: center;
    transform: translateX(-50%);
    animation: ani1 .7s ease-in Infinite Alternate;
}

@keyframes ani1 {
    0% {
        bottom: 5%;
    }
    
    100% {
        bottom: 3%;
    }
}
.main_section {
    overflow-x: hidden;
}

section .text_box {
    width: 45%;
}

section .text_box h2 {
    font-size: 3em;
    font-family: 'SCDream7';
}

.section .text_box strong,
#sub03_section01 .text_box .sub_tt {
    display: block;
    font-size: 1.5em;
    color: #6d6d6d;
    margin: 20px 0 40px;
    font-family: 'SCDream4';
}

.section .text_box p {
    font-size: 1.3em;
    margin-bottom: 40px;
    font-family: 'SCDream5';
}

.section .text_box .button {
    width: 155px;
    height: 50px;
    font-size: 1.3em;
    font-family: 'SCDream6';
    border: 2px solid #0082e2;
    transition: .3s;
}

.section .text_box .button a {
    width: 100%;
    height: 100%;
    line-height: 46px;
    display: block;
    color: #0082e2;
    transition: .3s;
    border: 1px solid;
    text-align: center;
}

.section .text_box .button:hover {
    border: 2px solid #0082e2;
    background: #0082e2;
}

.section .text_box .button:hover a {
    color: #fff;
}

.section .img_box {
    width: 50%;
}

#section_02,
#section_04  {
    width: 100vw;
    background: #edf7ff;
}

/* 포트폴리오 */
.main_sub03_section01 .modal_inner {
    padding-bottom: 300px;
}

#sub03_section01 {
    width: 100vw;
    text-align: center;
    overflow-x: hidden;
}

#sub03_section01 .inner {
    width: 1400px;
}

#sub03_section01 .text_box {
    width: 100%;
}

#sub03_section01 .content > ul {
    justify-content: center;
}

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

#sub03_section01 .content > ul > li:nth-child(3n) {
    margin-right: 0;
}

#sub03_section01 .content > ul > li strong {
    margin: 20px 0 40px;
}

#sub03_section01 .content > ul > li .text_box strong {
    margin: 20px 0 0;
}

#sub03_section01 .content > ul > li > div {
    border: 1px solid #ebebeb;
}

#sub03_section01 #cibi > ul li, #sub03_section01 #package ul li, #sub03_section01 #advertising ul li,
#sub03_section01 #cibi > ul li, #sub03_section01 #package ul li, #sub03_section01 #advertising ul li {
    border: none;
}

#sub03_section01.main_sub03_section01 .modal {
    top: 40%;
    width: 50%;
}

/* 지도 */
#section_06 {
    width: 100vw;
    text-align: center;
    background: #f5f5f5;
}

#section_06 > div > div {
    width: 50%;
}

#section_06 #map {
    border: 1px solid #d6d6d6;
}

#section_06 #map iframe {
    width: 100%;
}

#section_06 .text_box {
    width: 90%;
}

#section_06 .text_box p {
    font-size: 1.1em;
    font-family:'SCDream4';
}

#section_06 .text_box p span {
    font-family:'SCDream6';
}

#section_06 .text_box .button {
    margin: 0 auto;
}

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

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

#sub03_section01 #tab_menu ul li a {
    width: 170px;
    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;
}

#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;
}