* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    word-break: keep-all;
}

.clearfix::after,
.clearfix::before {
    overflow: hidden;
    clear: both;
    content: '';
}

a,
img {
    display: block;
}

p {
    margin: 0 0 0px;
}

/*공통*/
.inner {
    max-width: 1300px;
    margin: 0 auto;
    height: inherit;
}
.main_content {
    padding-top: 100px;
}

article .article_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 10px;
}
article .article_section {
    font-size: 20px;
    color: #535353;
    text-align: center;
    letter-spacing: -1px;
}

/*intro*/
#intro_wrap {
    width: 100%;
    height: 100vh;
    padding: 174px 0;
    background-image: url(../../images/intro_background.jpg);
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999 !important;
}
#intro_wrap img {
    display: initial;
}
.intro_1440 {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}
.intro_contents1 {
    background-color: rgb(115, 52, 98, 0.7);
    width: 470px;
    margin-right: 10px;
    text-align: center;
    padding: 90px 0 110px 0;
    border-radius: 20px;
    transition: all 0.2s;
    cursor: pointer;
}
.intro_contents2 {
    background-color: rgb(25, 25, 25, 0.7);
    width: 470px;
    margin-right: 10px;
    text-align: center;
    padding: 90px 0 110px 0;
    border-radius: 20px;
    transition: all 0.2s;
    cursor: pointer;
}
.intro_contents3 {
    background-color: rgb(41, 159, 192, 0.7);
    width: 470px;
    margin-right: 10px;
    text-align: center;
    padding: 90px 0 110px 0;
    border-radius: 20px;
    transition: all 0.2s;
    cursor: pointer;
}
.intro_title {
    font-size: 34px;
    margin-top: 20px;
    font-weight: 500;
    color: #fff;
}
.text_line {
    width: 20%;
    height: 3px;
    background-color: #fff;
    margin: 20px auto 0 auto;
}
.intro_sub_text {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
}
.intro_contents1 span {
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: solid 1px #fff;
    display: inline-block;
    color: #fff;
    background-color: #733462;
    margin-top: 30px;
    font-size: 18px;
}
.intro_contents1:hover > span {
    background-color: #fff;
    transition: all 0.2s;
    color: #733462;
    font-weight: 500;
}
.intro_contents2 span {
    width: 250px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    border-radius: 10px;
    border: solid 1px #fff;
    display: inline-block;
    background-color: #000;
    margin-top: 30px;
    font-size: 18px;
}
.intro_contents2:hover > span {
    background-color: #fff;
    transition: all 0.2s;
    color: #000;
    font-weight: 500;
}
.intro_contents3 span {
    width: 250px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    border-radius: 10px;
    border: solid 1px #fff;
    display: inline-block;
    background-color: #0c80c5;
    margin-top: 30px;
    font-size: 18px;
}
.intro_contents3:hover > span {
    background-color: #fff;
    transition: all 0.2s;
    color: #0c80c5;
    font-weight: 500;
}

.intro_contents1:hover {
    background-color: rgb(115, 52, 98, 0.5);
}
.intro_contents2:hover {
    background-color: rgb(25, 25, 25, 0.5);
}
.intro_contents3:hover {
    background-color: rgb(41, 159, 192, 0.5);
}

.main_newcon {
    background-image: url(../../images/main_newcon_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 43px;
}
.main_newcon video {
    width: 640px;
}
.main_newcon_in {
    width: 1400px;
    margin: 0 auto;
}
.main_newcon_in > h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}
.main_newcon_in > h2 > span {
    font-weight: 500;
    color: #fff;
}
.video {
    vertical-align: bottom;
}
.main_newcon_in > img {
    text-align: center;
    display: block;
    margin: 0 auto 42px;
}
.swiper_newcon {
    overflow: hidden;
    width: 640px;
}
.main_newcon_box {
    background-color: #fff;
    padding: 36px 36px 28px;
    display: flex;
    justify-content: space-between;
}
.main_newcon_box > div {
    width: 48.5%;
}
.main_newcon_box > div > h3 {
    font-size: 22px;
    font-weight: 400;
    color: #eb6796;
    position: relative;
    margin-bottom: 35px;
    font-family: 'Noto Sans KR', sans-serif;
}
.main_newcon_box > div > h3 > span {
    color: #191919;
}
.main_newcon_box > div > h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    bottom: -16px;
    left: 0px;
}
.main_newcon_in > p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 29px;
    text-align: center;
}
.main_newcon_in > p > span {
    color: #eb6796;
}
.main_newcon_in > span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    display: block;
    text-align: center;
}
.newcon-pagination {
    text-align: center;
}
.newcon-pagination > span:nth-child(2) {
    margin: 0px 5px;
}
.newcon-pagination > .swiper-pagination-bullet-active {
    --swiper-theme-color: #eb6796;
}

/*tablet*/
@media screen and (max-width: 1024px) {
    #intro_wrap {
        padding: 0px;
    }
    .intro_1440 {
        width: 96%;
        padding: 40px 0px;
        flex-direction: column;
        align-items: center;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .intro_1440 > a > img {
        height: 70px;
    }
    .intro_1440 > a {
        padding: 15px;
        width: 48%;
        height: 395px;
    }
    .intro_title {
        font-size: 25px;
    }
    .intro_sub_text {
        font-size: 14px;
    }
}

/*mobile*/
@media screen and (max-width: 768px) {
    .intro_1440 > a {
        width: 100%;
        height: 33.3%;
        padding: 25px 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    .intro_title {
        margin-top: 10px;
    }
    .intro_sub_text {
        display: none;
    }
    .intro_1440 > a > img {
        height: 50px;
    }
    .intro_1440 span {
        margin-top: 15px;
    }
    .text_line {
        margin: 10px auto 0 auto;
    }
    .intro_1440 {
        padding: 0px 0px;
        width: 100%;
        height: 100%;
    }
    .intro_background {
        height: 100%;
    }
    .text_line {
        width: 12%;
        height: 1px;
    }
    .main_newcon_in {
        width: 360px;
    }
    .main_newcon_in > h2 {
        font-size: 24px;
    }
    .main_newcon_box {
        flex-direction: column;
    }
    .main_newcon_box > div > h3 {
        font-size: 12px;
    }
    .main_newcon_box {
        padding: 15px 15px 28px;
    }
    .main_newcon1 video {
        width: 330px;
    }
    .main_newcon2 video {
        width: 330px;
    }
    .main_newcon_box > div {
        width: 100%;
    }
    .newcon-pagination .swiper-pagination-bullet {
        background-color: #eb6796 !important;
    }
    .main_newcon_in > p {
        font-size: 14px;
    }
    .main_newcon_in > span {
        font-size: 12px;
    }
    .counting {
        margin-bottom: 30px;
    }
}

/*popup*/
.popup_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 19px;
}
.popup_bottom input {
    margin-bottom: 0px !important;
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

/*counting*/
.counting {
    display: none;
}
.counting .main_content {
    padding-top: 30px;
}
.counting ul {
    display: flex;
    justify-content: center;
}
.counting ul li {
    width: 33.3333%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.counting ul li:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #ccc;
}
.counting ul li:first-child:after {
    display: none;
}
.counting ul li .count_img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.counting ul li .count_img img {
    border: 2px solid #16394f;
    border-radius: 50%;
}
.counting ul li p {
    text-align: center;
    line-height: 1.2;
}
.counting ul li p span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
}

/*items*/
.items ul {
    overflow: hidden;
    padding: 20px 2px;
    margin-top: 30px;
}
.items ul li {
    float: left;
    width: 15.8333%;
    margin-left: 1%;
    border: 1px solid #ddd;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.items ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 4px;
    width: 100%;
    height: 100%;
}
/*.items ul li:hover{box-shadow: 0px 3px 5px rgba(0,0,0,0.2);border: 1px solid rgba(0,0,0,0);}*/
.items ul li:first-child {
    margin-left: 0;
}
.items ul li:hover .items_img {
    /*animation: pong 1s forwards;*/
}
@keyframes pong {
    0% {
        transform: rotate(0);
    }
    40% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0);
    }
}
.items {
    padding-bottom: 100px;
}
.items ul li .item_rap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 4px;
}

.items ul li .items_img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.items ul li .item_t {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 5px;
    word-break: keep-all;
    text-align: center;
}
.items ul li .item_n {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
    line-height: 19px;
    word-break: keep-all;
    text-align: center;
}

.items ul li .item_link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(115, 51, 97, 0.8);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}
.item_go {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 2px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.items ul li .item_link p,
.items ul li .item_link span {
    color: #fff;
    font-size: 16px;
}
.items ul li:hover .item_link {
    opacity: 1;
    top: 0;
}

/*vidio*/
video_m {
    display: none;
}

/*special*/
.special .swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
    opacity: 0.99;
    position: relative;
    z-index: 0;
    max-width: 1920px;
}

.special .swiper-slide {
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.special .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide-active {
    transform: scale(1.2);
}

.special .swiper-button-prev {
    left: 30%;
    top: 50%;
    transform: scale(0.8);
    color: #fff;
    filter: drop-shadow(2px 4px 4px black);
}
.special .swiper-button-next {
    right: 30%;
    top: 50%;
    transform: scale(0.8);
    color: #fff;
    filter: drop-shadow(-2px 4px 4px black);
}

.special .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}
.special .swiper-pagination-bullet-active {
    background: #000;
}

/*fullarch*/
.fullarch {
    background: url(../../images/main_images/fullarch_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin: 0 auto;
    max-width: 1920px;
    margin-top: 140px;
}

.fullarch_wrap {
    overflow: hidden;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullarch_text {
    float: left;
    width: 41%;
}
.fullarch_title {
    font-size: 50px;
    color: #25263b;
    font-weight: 600;
    letter-spacing: -3px;
    margin-left: -3px;
    margin-bottom: 30px;
    line-height: 66px;
}
.fullarch_section {
    font-size: 20px;
    color: #25263b;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.fullarch_section span {
    background: #e56592;
    color: #fff;
    font-weight: 400;
    padding: 0 3px;
}
.fullarch_text a {
    font-size: 16px;
    color: #fff;
    background: #25263b;
    text-align: center;
    width: 170px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 1px solid #25263b;
}
.fullarch_text a:hover {
    bottom: 10px;
    border: 1px solid #25263b;
    color: #25263b;
    background: #fff;
    font-weight: 500;
}
.arch_text_m {
    width: 0;
}
.fullarch_text_m {
    display: none;
}

.fullarch_img {
    float: left;
    width: 59%;
    margin-left: 1%;
    margin-top: 100px;
}
.fullarch_img ul {
    overflow: hidden;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    margin-left: -135px;
}
.fullarch_img ul li {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #e56592;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 18px;
    margin-left: 20px;
}
.fullarch_img ul li:first-child {
    margin-left: 0px;
}

/*case*/
.case {
    margin-top: 30px;
}
.case_wrap {
    margin-top: 50px;
}
.case0 {
    display: flex;
    margin-bottom: 2%;
}
.case0:last-child {
    margin-bottom: 0;
}
.case_wrap .case_title {
    width: 20%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-right: 1%;
}
.case_title1 {
    background: #e56592;
}
.case_title2 {
    background: #223671;
}
.case_title3 {
    background: #f6aa19;
}

.case0 ul {
    display: flex;
    position: relative;
    width: 40%;
    margin-right: 2%;
}
.case0 ul:last-child {
    margin-right: 0;
}
.case0 ul li {
    width: 50%;
    position: relative;
}
.case0 ul li p {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.case0 ul li span {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0px;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    font-size: 14px;
}
.case0 ul li img {
    width: 100%;
}
.case0 ul > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more_case {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.more_case a {
    width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #223671;
    border-radius: 10px;
    padding: 10px 0px;
    transition: all 0.3s ease;
    letter-spacing: -1px;
    color: #222;
}
.more_case a:hover {
    background: #223671;
    color: #fff;
}

/*review*/
.review {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 140px;
    padding-bottom: 70px;
}
.review::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #f0f0f0;
    bottom: 0;
    left: 0;
}
.review_tt {
    font-size: 14px;
    color: #25263b;
    letter-spacing: -0.5px;
}
.review_section {
    font-size: 32px;
    color: #25263b;
    letter-spacing: -2px;
    font-weight: 400;
}
.review_title {
    font-size: 36px;
    color: #25263b;
    letter-spacing: -2px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    padding-bottom: 50px;
}
.review_title span {
    font-weight: 300;
    position: absolute;
    bottom: 90%;
    right: 0;
}
.review_title span i {
    font-size: 20px;
    color: #25263b;
    margin: 0 4.2px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Enter your style code */
    .review_title span,
    .swiper-pagination {
        display: none;
    }
}

.news_swiper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.swiper2_inner {
    width: 100%;
    max-width: 1690px;
}
.swiper-container2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container2 .swiper-btns {
    position: absolute;
    bottom: 81%;
    right: 200px;
}
.swiper-container2 .swiper-button-next2 {
    background: url(../../images/main_images/review_next.png) no-repeat 50% 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0%;
    right: 0px;
    cursor: pointer;
}
.swiper-container2 .swiper-button-prev2 {
    background: url(../../images/main_images/review_prev.png) no-repeat 50% 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0%;
    right: 50px;
    cursor: pointer;
}

/*map*/
.e_map {
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: inherit;
    max-width: 1920px;
    margin: 0 auto;
}
.kakao_map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}
.kakao_map2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}
.adress {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background: rgba(37, 38, 59, 0.85);
    padding: 0 20px 20px 20px;
    transition: all 0.3s ease;
    height: 100%;
    width: 50%;
}
.adress:hover {
    background: rgba(37, 38, 59, 0.93);
}
.ad_wrap {
    overflow: hidden;
}

.ad_logo {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.ad_logo img {
    transform: scale(0.9);
    padding-right: 20px;
    margin-left: -13px;
}

.map_title {
    margin-top: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.map_title1 {
    margin-top: 0;
}

.adress .ad_section li {
    overflow: hidden;
    display: flex;
}
.adress .ad_section p,
.adress .ad_section span {
    color: #fff;
    float: left;
    font-weight: 200;
    font-size: 16px;
}
.adress .ad_section_one span {
    position: relative;
}
.adress .ad_section_one span::after {
    position: absolute;
    content: '';
    top: 0;
    right: -16px;
    width: 1px;
    height: 60%;
    background: #a4a4ad;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
}
.adress .ad_section_one p {
    float: right;
}
.ad_section_four li span {
    width: 39%;
    margin-right: 1%;
    position: relative;
    letter-spacing: -0.3px;
    width: 120px;
}
.ad_section_four li span::after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    width: 1px;
    height: 60%;
    background: #a4a4ad;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
}
.ad_section_four li p {
    width: 60%;
    letter-spacing: 0.5px;
}
.map_call {
    display: flex;
    align-items: center;
}
.ad_b {
    color: #fff;
    font-weight: 200;
    margin-top: 15px;
    font-size: 16px;
}
.ad_bb {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
}

.kakao_map2 {
    display: none;
}

@media (max-width: 1330px) {
    /**/
    .inner {
        width: 96%;
    }
    .swiper2_inner {
        width: 98%;
    }

    /*review*/
    .swiper-container2 .swiper-btns {
        right: 2%;
        bottom: 76%;
    }
} /*1330*/

@media (max-width: 1200px) {
    /*special*/
    .special .swiper-container {
        padding: 70px 0;
    }
    .special .swiper-button-next {
        right: 25%;
        transform: scale(0.7);
    }
    .special .swiper-button-prev {
        left: 25%;
        transform: scale(0.7);
    }
} /*1200*/

@media (max-width: 1000px) {
    /*items*/
    .items ul li {
        width: 32.6666%;
    }
    .items ul li:nth-child(4) {
        margin-left: 0%;
        margin-top: 1%;
    }
    .items ul li:nth-child(5),
    .items ul li:nth-child(6) {
        margin-top: 1%;
    }
    .items ul li:nth-child(4) .item_n,
    .items ul li:nth-child(5) .item_n,
    .items ul li:nth-child(6) .item_n {
        height: auto;
    }
    /*    .items ul li .item_n{height: 80px;}*/

    /*fullarch*/
    .fullarch_img ul li:first-child {
        margin-left: 0px;
    }
    .fullarch_img ul li {
        margin-left: 10px;
        width: 85px;
        height: 85px;
        font-size: 14px;
    }

    /*case*/
    .case_wrap .case_title {
        font-size: 2.1vw;
    }
} /*1000*/

@media (max-width: 960px) {
    /**/
    article .article_title {
        font-size: 29px;
    }
    article .article_section {
        font-size: 18px;
    }

    /*items*/
    .items ul li .item_t {
        font-size: 19px;
    }

    /*fullarch*/
    .fullarch_logo {
        width: fit-content;
        transform: scale(0.9);
        margin-left: -8px;
    }
    .fullarch_title {
        font-size: 40px;
        letter-spacing: -2.5px;
        margin-left: -2px;
        line-height: 50px;
    }
    .fullarch_section {
        font-size: 19px;
        line-height: 35px;
    }
    .fullarch_img {
        margin-top: 80px;
    }

    /*review*/
    .review_section {
        font-size: 30px;
    }
    .review_title {
        font-size: 34px;
        padding-bottom: 40px;
    }
    .swiper-container2 .swiper-btns {
        bottom: 75%;
    }
} /*960*/

@media (max-width: 900px) {
    /**/
    .main_content {
        padding-top: 70px;
    }
    .items ul {
        padding: 20px 0 30px 0;
    }
    .fullarch,
    .review {
        margin-top: 120px;
    }
    .review {
        padding-bottom: 60px;
    }

    /*special*/
    .special .swiper-container {
        padding: 70px 0;
    }
    .special .swiper-button-next {
        right: 18%;
        transform: scale(0.7);
    }
    .special .swiper-button-prev {
        left: 18%;
        transform: scale(0.7);
    }
} /*900*/

@media (max-width: 844px) {
    /*fullarch*/
    .fullarch {
        background: url(../../images/main_images/fullarch_bg.jpg) no-repeat 10%
            50%;
        background-size: cover;
    }
    .fullarch_img1 img {
        width: 100%;
    }
    .fullarch_img ul {
        margin-left: -72px;
    }
} /*844*/

@media (max-width: 768px) {
    /*map*/
    .kakao_map {
        height: 350px;
        overflow: hidden;
        display: none;
    }
    .kakao_map2 {
        display: block;
    }
    .adress {
        position: inherit;
        left: 0;
        padding: 0 2% 6px 2%;
        width: 100%;
    }

    /*case*/
    .case0 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 3%;
    }
    .case_wrap .case_title {
        font-size: 20px;
        padding: 10px 0;
        width: 80%;
        margin-right: 0;
    }
    .case_title br {
        display: none;
    }
    .case0 ul {
        margin-right: 0;
        width: 80%;
    }
} /*768*/

@media (max-width: 710px) {
    /*fullarch*/
    .fullarch {
        height: 780px;
    }
    .fullarch_wrap {
        flex-direction: column;
        height: 780px;
    }
    .fullarch_text {
        width: 90%;
    }
    .fullarch_title {
        margin-bottom: 15px;
    }
    .fullarch_section {
        margin-bottom: 40px;
    }
    .fullarch_img {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 0;
    }
    .fullarch_img1 {
        width: 60%;
    }
    .fullarch_img ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .fullarch_img ul li:first-child {
        margin-left: 0;
    }
    .fullarch_text_pc {
        display: none;
    }
    .arch_text_m {
        width: 90%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .fullarch_text_m {
        display: block;
    }
} /*710*/

@media (max-width: 680px) {
    /*review*/
    .swiper-container2 .swiper-button-prev2,
    .swiper-container2 .swiper-button-next2 {
        transform: scale(0.8);
    }
} /*680*/

@media (max-width: 648px) {
    article .article_title {
        font-size: 26px;
    }
    article .article_section {
        font-size: 17px;
    }

    .counting {
        display: block;
    }

    /*special*/
    .special .swiper-container {
        padding: 60px 0;
    }
    .special .swiper-button-next {
        right: 13%;
        transform: scale(0.6);
    }
    .special .swiper-button-prev {
        left: 13%;
        transform: scale(0.6);
    }

    /*fullarch*/
    .fullarch_logo {
        transform: scale(0.7);
        margin-left: -24px;
        margin-bottom: -5px;
    }
    .fullarch_title {
        font-size: 32px;
        letter-spacing: -2px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .fullarch_section {
        font-size: 18px;
        line-height: 34px;
    }
    .fullarch_img ul li {
        margin-left: 6px;
        width: 78px;
        height: 78px;
        font-size: 13px;
        line-height: 16px;
    }

    /*review*/
    .review_tt {
        font-size: 13px;
        letter-spacing: 0;
    }
    .review_section {
        font-size: 26px;
    }
    .review_title {
        font-size: 32px;
        padding-bottom: 30px;
    }
    .swiper-container2 .swiper-btns {
        bottom: 78%;
    }
} /*640*/

@media (max-width: 520px) {
    /*items*/
    .items ul {
        padding: 0;
        margin-top: 16px;
    }
    .items ul li {
        width: 49.5%;
    }
    .items ul li .item_t {
        font-size: 18px;
    }
    .items ul li .item_n {
        font-size: 13px;
        line-height: 17px; /*height: 70px;*/
    }
    .items ul li:nth-child(3) {
        margin-left: 0;
        margin-top: 1%;
    }
    .items ul li:nth-child(3) .item_n {
        height: 60px;
    }
    .items ul li:nth-child(4) {
        margin-left: 1%;
    }
    .items ul li:nth-child(4) .item_n {
        height: 60px;
    }
    .items ul li:nth-child(5) {
        margin-left: 0%;
    }
} /*520*/

@media (max-width: 480px) {
    /**/
    .main_content {
        padding-top: 40px;
    }
    article .article_title {
        font-size: 22px;
        letter-spacing: -1.5px;
    }
    article .article_section {
        font-size: 16px;
    }
    .fullarch,
    .review {
        margin-top: 90px;
    }
    .review {
        padding-bottom: 40px;
    }
    article .article_title {
        margin-bottom: 4px !important;
    }

    /*vidio*/
    .video {
        display: none;
    }
    .video_m {
        display: block;
        width: 100%;
    }

    /*counting*/
    .counting ul li:after {
        display: none;
    }
    .counting ul li p {
        font-size: 14px;
    }
    .counting ul li p span {
        font-size: 24px;
    }

    /*special*/
    .special .swiper-container {
        padding: 16px 0 40px 0;
    }
    .special .mySwiper .swiper-slide-active {
        transform: scale(1);
    }
    .special .swiper-button-next {
        right: 13%;
        transform: scale(0.6);
        right: 0;
        top: 48%;
    }
    .special .swiper-button-prev {
        left: 13%;
        transform: scale(0.6);
        left: 0;
        top: 48%;
    }

    /*fullarch*/
    .fullarch {
        height: 680px;
        background-size: cover;
    }
    .fullarch_wrap {
        height: 680px;
    }
    .fullarch_text {
        width: 100%;
    }
    .fullarch_logo {
        transform: scale(0.6);
        margin-left: -31px;
        margin-bottom: -12px;
    }
    .fullarch_title {
        font-size: 27px;
        margin-bottom: 5px;
    }
    .fullarch_section {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .fullarch_img {
        flex-direction: column;
    }
    .fullarch_img1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .fullarch_img1 img {
        width: 80%;
    }
    .fullarch_img ul li {
        margin-left: 5px;
        height: 70px;
        width: 70px;
        font-size: 12px;
        line-height: 14px;
    }
    .arch_text_m {
        margin-top: 40px;
        width: 100%;
        justify-content: center;
    }

    /*case*/
    .case_wrap {
        margin-top: 30px;
    }
    .case_wrap .case_title {
        font-size: 18px;
        padding: 10px 0;
        width: 90%;
    }
    .case0 ul {
        margin-right: 0;
        width: 90%;
    }
    .case0 ul li p {
        font-size: 12px;
        top: 5px;
        width: 50px;
    }

    /*review*/
    .review_tt {
        font-size: 10px;
    }
    .review_section {
        font-size: 21px;
    }
    .review_title {
        font-size: 27px;
        padding-bottom: 60px;
    }
    .swiper-container2 .swiper-btns {
        bottom: 70%;
        right: 0%;
    }
    .swiper-container2 .swiper-button-prev2,
    .swiper-container2 .swiper-button-next2 {
        transform: scale(0.8);
    }
    .swiper-container2 .swiper-button-prev2 {
        right: 45px;
    }
} /*480*/

@media (max-width: 380px) {
    /*popup*/
    .popup_bottom input {
        width: 25px !important;
        height: 25px !important;
    }
    .popup_bottom p {
        font-size: 20px !important;
    }
    .popup_bottom a img {
        width: 25px !important;
        height: 25px !important;
    }

    /*counting*/
    .counting .main_content {
        padding-top: 20px;
    }
    .counting ul li .count_img img {
        width: 56px;
        border: 1px solid #16394f;
    }
    .counting ul li p {
        font-size: 12px;
    }
    .counting ul li p span {
        font-size: 22px;
    }

    /*case*/
    .case_wrap .case_title {
        font-size: 16px;
        padding: 8px 0;
        width: 100%;
    }
    .case0 ul {
        margin-right: 0;
        width: 100%;
    }
    .more_case a {
        font-size: 14px;
        padding: 8px 0;
        width: 130px;
    }

    /*review*/
    .review_tt {
        font-size: 10px;
    }
    .review_section {
        font-size: 21px;
    }
    .review_title {
        font-size: 27px;
        padding-bottom: 60px;
    }
    .swiper-container2 .swiper-btns {
        bottom: 72%;
    }
    .swiper-container2 .swiper-button-prev2,
    .swiper-container2 .swiper-button-next2 {
        transform: scale(0.8);
    }
    .swiper-container2 .swiper-button-prev2 {
        right: 45px;
    }

    /*fullarch*/
    .fullarch {
        height: 630px;
    }
    .fullarch_wrap {
        height: 600px;
    }
    .fullarch_img ul li {
        margin-left: 3px;
        height: 60px;
        width: 60px;
        font-size: 10px;
        line-height: 11px;
        font-weight: 300;
    }
    .arch_text_m {
        margin-top: 40px;
    }
    .fullarch_text a {
        font-size: 14px;
        padding: 8px 0;
        width: 130px;
    }
} /*380*/

@media (max-width: 320px) {
    /*items*/
    .items ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1.5%;
    }
    .items ul li:nth-child(3) {
        margin-top: 0;
    }
    .items ul li:nth-child(4) {
        margin-left: 0;
        margin-top: 0;
    }
    .items ul li:nth-child(5),
    .items ul li:nth-child(6) {
        margin-top: 0;
    }
    .items ul li:last-child {
        margin-bottom: 0;
    }

    .ad_section_four li span {
        width: 100px;
    }
    .ad_section_four li span::after {
        right: 12px;
    }
}

@media (max-width: 280px) {
    /*review*/
    .review_title {
        padding-bottom: 20px;
    }
    .review_title span {
        display: none;
    }
    .swiper-container2 .swiper-btns {
        bottom: 70%;
    }
} /*280*/
