@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

body, html {margin: 0; padding: 0; font-family:'Noto Sans KR', sans-serif;}
h1,h2,h3,h4,h5,h6,span,p,a,strong,ul,li{margin: 0;padding: 0; word-break: keep-all; word-wrap: break-word; font-family:'Noto Sans KR', sans-serif; font-size: 16px; color: #333; letter-spacing: -.5px;}
a:hover {text-decoration: none;}
ul, li {list-style: none; margin: 0; padding: 0; box-sizing: border-box;}
table, thead, tbody, tr, td, th {border-collapse:collapse; font-family: 'Noto Sans KR', sans-serif; box-sizing: border-box; word-break: keep-all; word-wrap: break-word;}
input, label {box-sizing: border-box;}

/* 폰트컬러 */
.menu, .menu a, .sub-title h2{color: #fff;}
.font-dark-gray{color: #555;}
.font-light-gray{color: #888;}
.border-light-gray{border: 1px solid #e1e1e1;}

/* 폰트사이즈 */
h2{font-size: 48px;}
h3{font-size: 40px;}
h4{font-size: 30px;}
h5{font-size: 26px;}
h6{font-size: 18px;}

.loading {position: fixed; width: 100%; height: 100vh; background-color: #fff; z-index: 10;}
.x {max-width: 1200px; margin: auto;}
/*관리자 로그인시 캐시 및 설정 버튼*/ 
.btnArea{display: inline-block; position: absolute; right: 20px;}
.xm .signin{margin: 80px auto;}

/* header */
header {width: 100%; height: 96px; padding: 26px 70px 26px 100px; z-index: 9; position: fixed; transition-duration: 0.2s;}
    .h-right{display: flex; justify-content: flex-end; align-items: center;}
        .logo{width:111px; height: 22px; position: absolute; top: 34px; background-image: url(../img/main/logo_white.png); cursor: pointer;}
        .logo a{display: inline-block; width: 100%; height: 100%;}
        .menu{width: 286px; height: 100%; display: flex; justify-content: space-between; margin-right: 58px; font-size: 18px; font-weight: bold;}
        .menu li{transition-duration: 0.2s; position: relative; width: 107px; height: 32px; padding-top: 3px;}
        .menu li:hover:before,
        .menu li.on:before{content: ""; display: inline-block; width: 107px; height: 32px; background-image: url(../img/main/menu_rhombus.png); background-size: cover; transition-duration: 0.2s; position: absolute; top: 0; left: 0;}
        .menu li:before{display: none;}
        .menu a{position: inherit; z-index: 1; text-align: center; display: block; left: 4px;}
        .sitemap-btn{width: 40px; height: 40px; border-radius: 100%; background-color: #fff;  display: flex; justify-content: center; flex-direction: column; align-items: center; cursor: pointer;}
        .sitemap-btn .red-line{width: 14px; height: 2px; background-color: #b90b0a;}
        .sitemap-btn .red-line:nth-child(2){margin: 3px auto;}
    .sitemap-area{width: 720px; height: 100vh; position: absolute; top: 0; right: -730px; background: #fff; z-index: 10;}
        .sitemap-header{padding: 40px 80px 40px 42px; border-bottom: 1px solid #e1e1e1; display: flex; justify-content: space-between;}
        .sitemap-header i{font-size: 24px; cursor: pointer;}
        .sitemap-menu{height: 465px; border-bottom: 1px solid #e1e1e1; padding: 96px 0;}
        .sitemap-menu li{text-align: center;}
        .sitemap-menu a{font-size: 42px; font-weight: bold; }
        .sitemap-menu li:nth-child(2){margin: 48px 0;}
        .sitemap-menu li:hover a{text-decoration-line: underline; text-decoration-color:#b90b0a;}
        .sitemap-info{margin: 82px 0; display: flex; flex-direction: column; align-items: center;}
        .sitemap-info p{text-align: center; line-height: 32px;}
        .sitemap-info .loca-btn,
        .sitemap-info .tel-btn{display: inline-block; padding: 20px 120px; background-color: #b90b0a; color: #fff; font-weight: 500;  margin: 0 auto; margin-top: 40px; border-radius: 30px; }
        .sitemap-info .loca-btn:hover,
        .es-sign-btn:hover{background-color: #fff; color: #b90b0a; border: 1px solid #b90b0a; transition: all 0.2s ease-in-out;}
    .back-cover{position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); z-index: 5; display: none; top: 0; left: 0;}
header.scroll{background: #222; transition-duration: 0.2s;}
   
/* visual */
.visual {width: 100%; height: 100vh; background-color:#ffffff00}
    .back{width: 100%; height: 100vh; position: absolute; top: 0; left: 0;}
    .back-bottom{background-image: url(../img/main/bg_01.jpg); background-size: cover;}
    .back-middle{background-image: url(../img/main/obj_line_red.png); background-repeat: no-repeat;}
    .back-top{background-image: url(../img/main/typo_01.png); background-repeat: no-repeat; background-position: center; margin-top: 2px;}

/* container */
.main-contents{height: auto;}
.section01{width: 100%; height: auto; padding: 130px 0 92px 0}
.section01 ul{width: 81.25%; height: 698px; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: space-between; margin: 0 auto; }
.section01 li{width: 32%; height: 334px; transition-duration: 0.3s; background-size: cover; background-position: center;}
.section01 li:first-child{background-image: url(../img/main/p_01.jpg); transition-duration: 0.3s;}
.section01 li:nth-child(2){background-image: url(../img/main/p_02.jpg);}
.section01 li:nth-child(3){background-image: url(../img/main/p_03.jpg);}
.section01 li:nth-child(4){background-image: url(../img/main/p_04.jpg);}
.section01 li:nth-child(5){background-image: url(../img/main/p_05.jpg);}
.section01 li:last-child{background-image: url(../img/main/p_06.jpg);}
.section01 li:hover{cursor: pointer; transition-duration: 0.3s;}
.section01 li:first-child:hover{background-image: url(../img/main/p_01_on.jpg);}
.section01 li:nth-child(2):hover{background-image: url(../img/main/p_02_on.jpg);}
.section01 li:nth-child(3):hover{background-image: url(../img/main/p_03_on.jpg);}
.section01 li:nth-child(4):hover{background-image: url(../img/main/p_0401_on.jpg);}
.section01 li:nth-child(5):hover{background-image: url(../img/main/p_05_on.jpg);}
.section01 li:last-child:hover{background-image: url(../img/main/p_06_on.jpg);}
.section01 li a{display: inline-block; width: 100%; height: 100%;}
.section01 .more-btn{width: 162px; height: 38px; display: block; font-weight: 500; font-size: 14px; margin: 0 auto; margin-top: 56px; text-align: center; line-height: 36px; overflow: hidden; position: relative; z-index: 1;}
    .more-btn,
    .more-btn::after{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
    .more-btn::after{content: ''; position: absolute; height: 100%; left: 0; top: 0; width: 0;}
    .more-btn:hover::after{background: #000; width: 100%;  z-index: -1;}
    .more-btn:hover{color: #fff; border: 1px solid #000;}

.section02{width: 100%; height: 500px; background-image: url(../img/main/bg_02.jpg); display: flex; align-items: center; justify-content: center; background-size: cover;}
    .txt-wrap h2{font-size: 36px; margin-bottom: 36px; font-weight: bold;}
    .txt-wrap p{font-size:17px; line-height: 30px;}
    .txt-wrap p.adress-info{margin-top: 30px;}
    .txt-wrap .loca-btn{display: inline-block; padding: 12px 88px; background-color: #b90b0a; color: #fff; font-weight: 500; margin-top: 40px; border-radius: 30px;}
    .txt-wrap .loca-btn:hover{background-color: #fff; color: #b90b0a; box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);}
    .txt-wrap .loca-btn,
    .txt-wrap .loca-btn:hover,
    .sitemap-info .loca-btn,
    .sitemap-info .loca-btn:hover{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

/* footer */
footer {height: auto; background-color: #4f4f4f;}
    .f-wrap{padding: 46px 0 44px 180px;}
        .f-logo{margin-bottom: 16px;}
        .f-txt p,
        .f-txt a{color: #fff; font-size: 14px; font-weight: 300; line-height: 30px;}
        .f-txt .copyright{font-size: 12px; color: #989898;}

/** sub **/
.sub-visual{width: 100%; height: 400px; position: relative;}
    .sub-visual-img{overflow: hidden; height: 100%;}
    .sub-visual-img img{display: inline-block; width: 100%; height:100%;}
    .sub-title{top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%);}
    .sub-title h2{text-align: center; font-weight: 900; margin-bottom: 16px;}
    .sub-title p{text-align: center; color: #ffffffa4; font-weight: 300;}
    
/** ABOUT **/
.contens-wrap{padding-top: 110px;}
    .estimate{text-align: center; padding-bottom: 110px; width: 1000px; margin: 0 auto;}
    .estimate h4{font-weight: bold; text-align: left; padding-bottom: 40px; border-bottom: 2px solid #333;}
    .estimate #directMailForm{margin-top: 20px;}
        .es-row{margin-bottom:20px; display: flex; height: 45px; margin-top: 30px;} 
        .es-row > div{flex: 1; display: flex; flex-direction: row; border-bottom: 1px solid #c3c3c3; justify-content: space-between; align-items: center; padding-bottom: 6px; transition: all 0.2s ease-in-out;}
        .es-row .list-box-space:nth-child(odd){margin-right: 50px;}
        .es-row .list-box-space:nth-child(even){margin-left: 50px;}
        .es-row .email-space{margin-right: 34px}
        .es-row .flex5{flex: 5;}
            .es-label{font-size:18px; color:#222; line-height:1em; font-weight:500; margin-bottom: 0;}
            .es-input{border: none; box-shadow: none; width: auto; flex: 1; height: 100%; font-weight: 400; font-size: 16px; padding: 6px 20px;}
            .es-input:focus{box-shadow:none;}
            .es-label, .es-select, .email-and{font-size: 16px; font-weight: 600;}
            .email-and{margin:0 10px; display: flex; align-items: center;}
            .es-select{margin-left:0; height: 34px; padding: 0!important;}
        .es-row .btn-certified-wrap{flex: 1.5; margin-left: 20px; border: none; align-items: flex-end; padding-bottom: 0;}
                .btn-certified{width: 110px; height: 36px; background-color: #333; border: none; color: #fff;}
                textarea.form-control{padding-left: 0;}
        .es-row:last-child{margin-top: 64px;}

    .direction-column{flex-direction: column;}
    .direction-column .d-flex{border-bottom: none;}

    .agree-section{padding:45px 0; margin-top: 100px; text-align: right;}
    .agree-section .es-label label{font-size: 13px;}
    .agree-section .es-label-last-tit{margin-bottom: 12px;}
    .agree-section .es-label-last-box{margin-top: 20px;}
    .agree-section .agree-check{width:16px; height:16px; border-radius:0; margin-right:2px;}
    .agree-section .agree-check-sub{width:20px; height:20px; border-radius:0; margin-right:8px;}
    .agree-section .agree-box{border:1px solid #d5d5d5; color:#000; font-size:14px; padding:8px 26px; margin-left:30px;}
    .es-sign-btn{background-color:#b90b0a; font-size:18px; color:#fff; font-weight:bold; padding:15px 110px; border:1px solid #b90b0a; border-radius:30px; margin-top:120px; transition: all 0.2s ease-in-out;}
   
    .direction{padding: 88px 0 126px 0; background-color: #f4f4f4;}
        .direction-wrap{width: 1000px; margin: 0 auto; text-align: left;}
        .direction-wrap iframe{border: 1px solid #dfe0e1; margin: 48px 0 32px 0;}
            .direction-info{padding-left: 5px;}
            .direction-info p{margin-bottom: 4px;}
            .direction-info span{display: inline-block; width: 24px; height: 24px; border-radius: 100%; background-color: #b90b0a; color: #fff; font-size: 12px; text-align: center; padding-top: 2px; margin-right: 10px;}

/** WORK **/
    /* 게시판 css수정 */
    #responBoard{position: relative; padding-bottom: 180px; }
        #bd_156_0{width: 1560px; margin: 0 auto; padding-top: 240px;}
            .nav-pills-cover{position: absolute; top: 120px; left: 0; height: 20px; display: flex; justify-content: center; align-items: center; width: 100%; border-bottom: 1px solid #e1e1e1; flex-direction: row; margin: 0 auto;}
    #responBoard .nav-pills>li>a{border-radius: 0;}
            .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{background: none; border-bottom: 2px solid #b90b0a; color: #b90b0a;}
    #responBoard .nav.nav-pills a{font-size: 16px; color: #333; font-weight: bold;}
    #responBoard .nav-pills>li.active>a, #responBoard .nav-pills>li.active>a:focus, #responBoard .nav-pills>li.active>a:hover{color: #b90b0a; padding-bottom: 16px; font-size: 16px; font-weight: bold;}
    #responBoard .nav-pills>li+li{margin-left: 48px;}
    #responBoard .nav.nav-pills a:hover{color: #333;}
                .galleryinfobox{width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all 0.7s ease-in; cursor: pointer;}
                .gallerytitle{color: #fff; font-size: 24px; font-weight: 500; text-align: center; margin: 0 auto;}
                #masonry-container .itemBox{height: 334px; margin-bottom: 30px;}
                #masonry-container .nothumbnail{height: 100%;}
                #masonry-container .itemBox:hover .galleryinfobox{opacity: 1; transition: all 0.7s ease-in-out;}
                #masonry-container .itemBox:hover .thumbnailcoverinfo{opacity: 0.8; transition: all 0.7s ease-in-out;}
                #masonry-container .itemBox:hover .thumbnailover img{transform: scale(1.1,1.1);}
                #masonry-container .nothumbnail .noimgwh{height: 100%;}
    /* 게시판 쓰기 폼 */
    .write-form{width: 1200px; margin: 0 auto; padding: 64px 0;}
    /* 게시판 페이지네이션 */
    #responBoard .pagination-sm>li>a.page-no{border: none; border-radius: 100%; width: 36px; height: 36px; padding: 8px; font-size: 15px; margin-right: 12px; font-weight: bold!important; color: #555;}
    #responBoard .pagination-sm>li i{color: #999;}
        .pagination>.active>a{background: #b90b0a!important; color: #fff!important;}
        .pagination>.active>a:hover{background: #b90b0a!important; }
    
    /* 리스트 모달 */
        #modal{width: 100%; height: 100%; display: none; margin: 0 auto; background-color: #000000b3; position: fixed; z-index: 99; top: 0; left: 0; padding-top: 100px; overflow-y: scroll; padding-bottom: 100px;}
        #modal.active{display:flex}
        #modal .modal-window{background: #fff; width: 1140px; height: fit-content; margin: 0 auto; padding: 50px; position: relative;}
        #modal .title{margin-bottom: 48px;}
        #modal .title span {font-size: 24px; font-weight: bold;}
        #modal .close-area {cursor: pointer; color: #fff; position: absolute; top: -28px; right: 0; font-size: 20px;}
        #modal .go-home{display:none; width: fit-content; height: auto; text-align: center; background-color: #b90b0a; font-size: 14px; color: #fff; font-weight: 500; padding: 12px 32px; border: 1px solid #b90b0a; transition: all 0.2s ease-in-out;}
        #modal .go-home:hover{background-color: #fff; border: 1px solid #b90b0a; color: #b90b0a; transition: all 0.2s ease-in-out;}
        #modal .go-home.active{display:block;}
		
		#modal .content {margin-top: 16px;}

/** SERVICE **/
.service-01{padding: 12px 166px 100px 166px;}
.service-01 ul{display: flex; justify-content: space-between;}
.service-01 li{width: 281px; height: 277px; position: relative;}
.service-01 li:first-child{background-image: url(../img/sub/sub_03_circle01.png);}
.service-01 li:nth-child(2), .service-01 li:nth-child(3), .service-01 li:nth-child(4){background-image: url(../img/sub/sub_03_circle02.png);}
.service-01 li:last-child{background-image: url(../img/sub/sub_03_circle03.png);}
.service-01 li img{display: block; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%);}
.service-01 li p{position: absolute; bottom: -36px; left: 50%; transform: translateX(-50%); font-size: 17px; font-weight: bold;}
.service-01 li::after{background: url(../img/sub/sub_03_connect.png) no-repeat;  content: ""; display: inline-block; height: 14px; width: 107px; position: absolute; right: -76px; z-index: 1; top: 50%; transform: translateY(-50%);}
.service-01 li:last-child::after{display: none;}
.service-02{background-color: #f6f6f6; padding: 106px 0 150px 0;}
    .service-info{width: 1000px; margin: 0 auto;}
    .service-info div{padding: 0 70px 0 132px;}
    .service-info div:nth-child(2){margin: 60px 0;}
    .service-info h6{margin-bottom: 16px; font-weight: bold;}
    .service-info p{line-height: 30px; font-size: 16px;}


    /* 캡차 */
    .captcha1{display: flex; justify-content: center; margin-top: 150px; margin-bottom: -50px;}
@media (min-width:1921px) {
    .sitemap-info{margin: 120px 0;}
    .xm .signin{margin: 140px auto;}
    .section01 ul{width: 1560px;}
}

@media (max-width:1281px) {
    .section01 ul{height: 460px;}
    .section01 li{height: 223px;}
    #bd_156_0{width: 81.25%;}
    #masonry-container .itemBox{height: 220px;}
    #masonry-container .thumbnailimg{max-width: none; min-width: 100%; height: 100%!important; position: relative; left: 50%; transform: translateX(-50%);}
    .service-01 {padding: 12px 20px 100px 20px;}
    .service-01 li{background-size: contain; background-repeat: no-repeat; height: 230px;}
    .sitemap-area{width: 500px;}
    .sitemap-menu {height: 400px; padding: 50px 0;}
    /* 모달 */
    #modal{padding-top: 0;}
    #modal .modal-window{padding: 72px 20px; width: 100%;}
    #modal .close-area{color: #333; top: 8px; right: 20px;}
    #modal-content p img{width: 100%;}
    #modal .content div{margin-left: 0!important;}
    #modal .title{white-space: normal;}
    #modal .title span{font-size: 18px;}
}

@media (max-width:1025px) {
    .section01 ul{height: 380px;}
    .section01 li{height: 180px;}
    .service-01 li{height: 200px;}
}

@media (max-width:991px) {
    h2{font-size: 30px;}
    h3{font-size: 24px;}
    h4{font-size: 18px;}
    span,p,a,strong,ul,li{font-size: 14px;}

    /* main */
    header {width: 100%; height: 52px; padding: 10px 12px 19px 20px}
        .menu{display: none;}
        .logo{width:76px; height: 18px; top: 20px; background-size: contain; background-repeat: no-repeat; }

    .visual {width: 100vw;}
        .back-bottom{background-image: url(../img/main/m_bg_01.jpg);}
        .back-middle{background-image: url(../img/main/m_obj_line.png); background-size: 80%;}
        .back-top{background-image: url(../img/main/m_typo_01.png); background-size: 80%; background-position-y: 192px;}

    .section01{padding: 50px 16px;}
    .section01 ul{height: auto; flex-wrap: wrap; gap: 16px;}
    .section01 li{height: 110px; background-size: cover; flex-basis: 150px; flex-grow: 1;}
    .section01 .more-btn{font-size: 12px; font-weight: 600; margin-top: 33px;}
    .section02{width: 100%; height: 40vh; background-image: url(../img/main/m_bg_02.jpg); background-size: cover; background-position: bottom;}
    .section02 .txt-wrap{padding: 90px 36px}
    .txt-wrap h2,
    .txt-wrap p{text-align: center;}
    .txt-wrap h2{font-size: 19px;}
    .txt-wrap p{font-size: 14px;}
    .txt-wrap .loca-btn{display: block; width: 150px; height: 34px; text-align: center; margin: 0 auto; font-size: 12px; padding: 8px 24px; margin-top: 48px;}

    /* m_menu */
    .sitemap-area{width: 100%; right: -1000px;}
    .sitemap-header{padding: 18px 15px;}
        .logo-red{width: 20%; height: 100%; margin-top: 4px;}
    .sitemap-menu{padding: 64px 0; height: auto;}
    .sitemap-menu a{font-size: 27px;}
    .sitemap-info .loca-btn,
    .sitemap-info .tel-btn{width: 254px; padding: 14px 0; text-align: center; font-size: 12px;}
    .sitemap-info .tel-btn{background-color: #fff; color: #b90b0a; border: 1px solid #b90b0a;}
    .sitemap-info .loca-btn{margin-top: 16px;}
    .sitemap-btn{width: 30px; height: 30px;}
    .sitemap-btn .red-line{width: 12px; }
    .sitemap-btn .red-line:nth-child(2){margin: 2px auto;}

    /* footer */
    .f-wrap{padding: 58px 46px;}
    .f-txt p, .f-txt a{font-size: 12px;}

    /* sub */
    .sub_section .contens-wrap{padding: 58px 16px 0 16px;}
        /* visual */
    .sub-visual{height: 300px;}
        .sub-title h2{margin-bottom: 8px;}
        .sub-title p{font-size: 12px;}

        /* ABOUT */
        .estimate{padding-bottom: 50px; width: 100%;}
        .estimate h4{padding-bottom: 20px; margin-bottom: 30px;}
        .estimate #directMailForm{margin-top: 20px;}
            .es-row{flex-direction: column; align-items: flex-start; margin: 0; height: auto;} 
            .es-row > div{width: 100%; margin-bottom: 36px;}
            .es-row .list-box-space{margin-right: 0!important; margin-left: 0!important; justify-content: flex-start;}
            .es-row .list-box-space .es-label,
            .es-row .list-box-space .es-input{flex: none;}
            .es-row .email-space{margin-right: 0; margin-bottom: 12px;}
                .es-label{font-size:14px; text-align: left;}
                .es-input{font-size: 14px;}
                .es-label, .es-select, .email-and{font-size: 14px;}
                .email-and{margin:0 10px; display: flex; align-items: center;}
                .es-select{margin-left:0; height: 34px; padding: 0!important;}
            .es-row .btn-certified-wrap{flex: none; margin-left: 0; justify-content: center;}
                    .btn-certified{font-size: 13px;}
                    .btn-certified:first-child{margin-right: 4px;}
                    .es-contact-area{margin-bottom: 10px!important;}
                    textarea.form-control{padding-left: 0;}
            .es-row .m-email{margin-bottom: 12px;}
            .es-row:last-child{margin-top: 24px;}

        .es-sign-btn{font-size:16px; margin-top:0px; padding: 8px 64px;}
            .direction{background: none; padding: 20px 0 80px 0;}
                .direction-wrap{width: 100%; margin: 0 auto; text-align: left;}
                .direction-wrap h4{text-align: center;}
                .direction-wrap iframe{width: calc(100% + 16*2px); margin: 18px 0 18px -16px; height: 200px!important;}
                    .direction-info{padding-left: 0;}
                    .direction-info p{font-size: 12px;}
                    .direction-info span{width: 20px; height: 20px; font-size: 10px; margin-right: 4px;}
        /* WORK */
            /* 게시판 css수정 */
            #responBoard{padding-bottom: 100px;}
            #bd_156_0{width: 100%; padding-top: 124px;}
                .nav-pills-cover{top: 60px; height: 16px;}
            #responBoard .nav-pills-cover #i-dropdown{transform: rotate(180deg); vertical-align: top;}
                .boardListForm{padding: 0 16px;}
            #responBoard .nav-pills>li>a{border-radius: 0;}
            #responBoard .nav.nav-pills a{font-size: 15px;}
            #responBoard .nav-pills>li.active>a, #responBoard .nav-pills>li.active>a:focus, #responBoard .nav-pills>li.active>a:hover{font-size: 15px;}
            #responBoard .nav.nav-pills, #responBoard .nav.nav-pills li{margin-bottom: 14px;}
                        #masonry-container .nothumbnail{margin-bottom: 20px; height: 150px;}
                        #masonry-container .nothumbnail .thumbnailimg{height: 100%!important; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: fit-content;}
                            .galleryinfobox{display: block; position: static; transform: none; width: 95%; visibility: visible;}
                                .gallerytitle{text-align: left; font-size: 15px; color: #333;}
                        #masonry-container{padding: 0 16px;}
                        #masonry-container .itemBox{height: auto; margin-bottom: 10px; position: static!important;}
            
            /* 게시판 페이지네이션 */
            #responBoard .pagination-sm>li>a.page-no{border: none; border-radius: 100%;}
                .pagination>.active>a{background: #b90b0a!important; color: #fff!important; font-weight: bold!important;}
                #responBoard .pagination-sm>li>a, #responBoard .pagination-sm>li>span{color: #888;}

        /* SERVICE */
        .service-01{width: 100%; padding: 0;}
            .m-service-01{position: relative;}
            .m-service-01 img:first-child{display: block; width: 100%; position: inherit; z-index: 1;}
            .m-service-01 img:nth-child(2){margin: 16px -16px 16px 0; position: absolute; top: -150px; right: 0; width: 28%;}
            .m-service-01 img:nth-child(3){margin: 16px 0 16px -16px; position: absolute; top: 140px; left: 0;}
            
        .service-02{padding:62px 0; width: calc(100% + 16*2px); margin: 60px 0 0 -16px;}
        .service-info{width: 100%; margin: 0 auto;}
        .service-info div{padding: 16px;}
        .service-info div:nth-child(2){margin: 8px 0;}
        .service-info h6{margin-bottom: 12px; font-size: 16px}
        .service-info p{line-height: 24px;}
}

@media (max-width:500px) {

    #masonry-container .itemBox{padding-right: 0; padding-left: 0;}
    #masonry-container .itemBox:nth-child(odd){padding-right: 8px;}
    #masonry-container .itemBox:nth-child(even){padding-left: 8px;}
    .section01 li{height: 120px;}
}


@media (max-width:391px) {
    .back-middle{background-size: 90%;}
    .back-top{background-size: 90%; background-position-y: 204px;}
    .m-service-01 img:nth-child(2){top: -130px;}
    .sitemap-area{right: -500px;}
    .sitemap-info{margin: 64px 0;}
    .sitemap-menu{padding: 40px 0;}
}

@media (max-width:361px) {
    .back-middle{background-size: 80%;}
    .back-top{background-size: 80%; background-position-y: 167px;}
    /* .section02{height: 72vh;} */
}
@media (max-width:281px) {
    #masonry-container .nothumbnail{height: 115px;}
}

@media (max-height:513px) {
    #masonry-container .nothumbnail{margin-bottom: 50px;}
}