* {
    padding: 0;
    margin: 0;
}





body,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Pretendard;
}





img,
fieldset {
    border: 0;
}





li {
    list-style: none;
}





select,
input {
    font-family: verdana;
    color: #000000;
    font-size: 1.00em;
}





address,
em {
    font-style: normal;
}





button {
    border: none;
    background: none;
    cursor: pointer;
}





hr,
legend {
    display: none;
}





p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}





a img {
    vertical-align: top;
}





a:link {
    font-size: 12px;
    color: #787878;
    text-decoration: none;
}





a:visited {
    font-size: 12px;
    color: #787878;
    text-decoration: none;
}





a:hover {
    font-size: 12px;
    color: #787878;
    text-decoration: underline;
}





/*fonts*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}





@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}




.section-title {
    font-size: 48px;
}




#wrap {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}





#content_wrap_main {
    width: 370px;
    height: 570px;
    padding: 38px 0 0 600px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}






#footer_wrap {
    width: 100%;
    height: 85px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}





.content_footer {
    width: 970px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}





#topmenu {
    width: 100%;
    height: 110px;
    padding: 30px 0;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}






.navbar_wrapp {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}





.navbar .logo_header {
    width: 220px;
    height: auto;
    display: block;
}





.navbar .logo_header img {
    width: 100%;
    height: auto;
}





.navbar .main_menu {
    display: flex;
}





.navbar .main_menu .navbar_items {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding: 0 50px;
}





.navbar .main_menu .navbar_items:hover {
    color: #1E5B82;
    text-decoration: none;
    font-weight: 500;
}





.navbar .main_menu .navbar_items.active {
    color: #1E5B82;
    text-decoration: none;
    font-weight: 500;
}






/*hero section*/
.hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
}






.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
    position: relative;
}






.hero-content .hero-subtitle {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}






.hero-content .hero-subtitle span {
    font-weight: 700;
}






.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(0deg, #797F8B 0%, #797F8B 100%), radial-gradient(335.05% 157.79% at 131.16% 87.25%, #FFF 0%, #274880 86.54%);
    mix-blend-mode: multiply;
}






.hero-title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}






.hero-title-sub {
    color: #fff;
    font-size: 66px;
    font-weight: 900;
    margin-bottom: 20px;
}






.hero-description {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
}





.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}





.hero-buttons .btn {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    display: flex;
    width: 440px;
}





.hero-buttons .btn-primary {
    border-radius: 12px;
    background: linear-gradient(91deg, rgba(22, 111, 168, 0.88) 0.48%, rgba(0, 74, 121, 0.88) 233.48%);
    height: 90px;






}








.hero-buttons .btn-secondary {
    border-radius: 12px;
    background: rgba(99, 146, 175, 0.88);
    height: 60px;






}






/*BACK TO POSITION*/
.back-to-position {
    opacity: 0;
    transition: 1s;
}





.back-to-position.to-right {
    transform: translateX(-150px);
}





.back-to-position.to-left {
    transform: translateX(150px);
}





.back-to-position.to-up {
    transform: translateY(150px);
}





.show .back-to-position {
    opacity: 1;
    transform: translateY(0) translateX(0);
}





.show .back-to-position.delay-0 {
    transition-delay: 0s;
}





.show .back-to-position.delay-1 {
    transition-delay: .3s;
}





.show .back-to-position.delay-2 {
    transition-delay: .6s;
}





.show .back-to-position.delay-3 {
    transition-delay: .9s;
}







.show .back-to-position.delay-4 {
    transition-delay: .12s;
}









/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }





    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}




@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }





    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}





.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}






/* Achievement Section */
.achievement-section {
    padding: 120px 0;
}






.achievement-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}






.achievement-item {
    border-radius: 50%;
    border: 3px solid #3666B6;
    background: #001231;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}






.achievement-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}






.achievement-number span {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}






.achievement-label {
    font-size: 18px;
    color: #fff;
}






.achievement-icon {
    width: 38px;
    height: auto;
}






.achievement-icon img {
    width: 100%;
}

.achievement-icon svg {
    color:#fff;
}





.achievement-section .section-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
}









/* Customer Section */






.customer-section {




    padding: 120px 0;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}








.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 20px;
    position: relative;
    width: 1440px;
}






.section-decoration-left,
.section-decoration-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}






.section-decoration-left {
    flex-direction: row;
}









.section-line {





    width: 350px;
    height: 1px;
    background: #1E5B82;
    margin-right: 15px;
}






.section-diamond {
    width: 12px;
    height: 12px;
    background: #1E5B82;
    transform: rotate(45deg);
}






.section-decoration-left .section-line {
    margin-right: 15px;
}






.section-decoration-right .section-line {
    margin-left: 15px;
}






.section-decoration-left .section-diamond {
    margin-right: 0;
}






.section-decoration-right .section-diamond {
    margin-left: 0;
}






.customer-section .section-title {
    font-weight: 700;
    color: #1E5B82;






}






.customer-description {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
}







#customer .customer-logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 1440px;
    margin: 0 auto;
}





#customer .customer-logos-track {
    display: inline-flex;
    align-items: center;
    will-change: transform;
}




#customer .customer-logos .logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    /* ±âÁ¸ °£°Ý ÇÊ¿äÇÏ¸é Á¶Àý */
    vertical-align: middle;    
}

.cutomer-logos {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}


.logo-item {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}


.logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
}




/* Service Section */
.service-section {
    width: 100%;
    padding: 120px 0;
}






.service-section .section-title {
    font-weight: 700;
    color: #1E5B82;
}







.service-grid {
    display: flex;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    flex-wrap: wrap;
    justify-content: center;
}






.service-section .section-header {




    margin: 0 auto 80px;
    max-width: 1440px;
}






.service-item {
    display: flex;
    gap: 30px;
    width: calc(100% / 3 - 50px);






    align-items: center;
}







.service-icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    background: #0066A7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}






.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}






.service-content {
    flex: 1;
    text-align: left;
}






.service-name {
    font-size: 28px;
    font-weight: 700;
    color: #1E5B82;
}






.service-description {
    font-size: 16px;
    color: #1E5B82;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
}






.service-features {





    padding: 0;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 19px;
}






.service-features li {
    font-size: 16px;
    color: #1E5B82;
    position: relative;
    width: 100%;
    list-style: disc;
}






.service-features.two-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}






.service-features.two-layout li {
    width: calc(100% / 2);
    flex-direction: row;
}






.work-section {
    background: linear-gradient(97deg, #D3E3EC -13.29%, #00507D 74.45%);
    height: 540px;
}






.work-content {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    justify-content: space-between;
}







.work-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 0;
    align-items: center;
}





.work-title {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}








.work-subtitle {
    color: #FFF;
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






.work-right {
    width: 50%;
    height: auto;
    padding: 30px 0 15px;
}






.work-right img {
    width: 100%;
}






.work-left_wrapp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;



}






.work-section .btn-primary {
    display: flex;
    width: 395px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #1E5B82;
    font-size: 28px;
    color: #FFF;
    font-weight: 500;
    font-family: Pretendard;
    text-decoration: none;





    box-sizing: border-box;
}









.portfolio-section {






    width: 100%;
    padding: 120px 0;
}






.portfolio-section .section-title {
    font-weight: 700;
    color: #1E5B82;
}







#portfolio #container_list {
    width: 1440px;
    margin: 0 auto;
}







#portfolio #container_list #category_navi {
    height: 30px;
    text-indent: 12px;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #F0F0F0;
    padding: 12px 16px;
    gap: 12px;
    width: fit-content;
    text-indent: 0;
    margin: 25px 0 36px;
}





#portfolio #container_list #category_navi div {
    float: unset;
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}







#portfolio #container_list #category_navi .selected {
    font-weight: bold;
    color: #fff;
    background: url(/cimg/board/cafe24_gallery/icon_arrow.gif) no-repeat 2% 40%;
    border-radius: 12px;
    background: #1E5B82;
}







#portfolio #container_list #ext_admin {
    display: none;
}





#portfolio #container_list #cafe_bbs_list_table {
    width: 100%;
    background: #F0F0F0;
    padding: 60px 70px;
    box-sizing: border-box;
}







#container_list #cafe_bbs_list_table .list_cell_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}





#portfolio #container_list .gallery_item_table {




    width: 100%;
    float: none;
    display: block;




    overflow: hidden;
}









/* Áß°£¿¡ ³¢¾îÀÖ´Â clear / split line Á¦°Å */
#portfolio #container_list .clear,
#portfolio #container_list .gallery_item_table_split {
    display: none;
}





/* »ó´Ü/ÇÏ´Ü ¸¶Áø ¼¿ Á¦°Å(Å×ÀÌºí ¾È¿¡ ºó ÁÙ) */
#portfolio #container_list .gallery_item_table .item_cell_top_margin,
#portfolio #container_list .gallery_item_table .item_cell_foot_margin {
    display: none;
}





/* ÀÌ¹ÌÁö: Ä«µå »ó´Ü ²Ë Â÷°Ô + Á¤»ç°¢Çü ½æ³×ÀÏ */
#portfolio #container_list .gallery_item_table .item_cell_media {
    padding: 0;
    text-align: left;
}





#portfolio #container_list .gallery_item_table .item_cell_media img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}





/* Á¦¸ñ: Áß¾Ó, ¿©¹é */
#portfolio #container_list .gallery_item_table .item_cell_subject {
    display: none;
}





/* °ü¸®ÀÚ¿ë Ã¼Å©¹Ú½º ¼û±è */
#portfolio #container_list .gallery_item_table .item_cell_subject input[type="checkbox"] {
    display: none;
}










/* (4) Á¦¸ñ(Ä¸¼Ç) ½ºÅ¸ÀÏ: ½ºÅ²¸¶´Ù class°¡ ´Ù¸¦ ¼ö ÀÖ¾î ¹ü¿ëÀ¸·Î Ã³¸® */
#portfolio .gallery_title,
#portfolio .board_output_gallery_subject,
#portfolio td .subject,
#portfolio td .title {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    color: #2b2f36;
}



#ext_paging {
    display: flex;
    align-items: center;
    justify-content: center;


    bottom: 32px;
    position: relative;
}




#ext_paging .ept_link_cell a{
    font-size: 14px;
    color: #aaa;
    font-family: Pretendard;
}

#ext_paging .ept_link_cell a:link{

 font-family: Pretendard;
}


#ext_paging .ept_btn_cell{display:none;}





/* contact */





.contact-section {
    background: #F4F4F4;
    padding: 120px 0;
}





.contact_wrap {
    width: 1400px;
    margin: 0 auto;





}





.contact-section .section-title {
    font-weight: 700;
    color: #1E5B82;
}





.map_container {
    width: 100%;
    aspect-ratio: 1334 / 545;
    margin: 80px 0 25px;
}




.map_container .cont {
    display: none;
}







/* 2) roughmap ÃÖ»óÀ§µµ ÄÁÅ×ÀÌ³Ê ³ôÀÌ¸¦ µû¶ó°¡°Ô */
#daumRoughmapContainer1741768155391 {
    width: 100%;
    height: 100%;
}





/* 3) ¹®Á¦ÀÇ 300px °íÁ¤ ³ôÀÌ Á¦°Å + ÀüºÎ 100%·Î */
#daumRoughmapContainer1741768155391.root_daum_roughmap .wrap_map {
    height: 100% !important;
    /* ÇÙ½É */
}





#daumRoughmapContainer1741768155391.root_daum_roughmap .wrap_map .map {
    height: 100% !important;
    /* Áöµµ Äµ¹ö½ºµµ 100% */
}





.contact_left {
    border-radius: 12px;
    background: #D3E3EC;
    padding: 30px 20px;
    width: 30%;
    height: fit-content;
    box-sizing: border-box;
}





.contact_title {
    color: #1E5B82;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}





.company_info {
    border-radius: 24px;
    background: #FFF;
    padding: 30px 20px;





    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}





.info_icon {
    border-radius: 50%;
    background: #D3E3EC;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}






.info_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
width: calc(100% - 50px);

}





.info_content .info_label {
    font-size: 18px;
    font-weight: 400;
    color: #1E5B82;
}





.info_content .info_value {
    font-size: 18px;
    font-weight: 600;
    color: #1E5B82;
    display: flex;
    align-items: center;
    gap: 7px;
text-align: left;
    word-break: keep-all;
}





.info_arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #1E5B82;
    display: flex;
    align-items: center;
    justify-content: center;
}





.contact_form {
    display: flex;
    justify-content: space-between;
    gap: 20px;





    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}




.contact_right {
    width: 70%;
    box-sizing: border-box;
}






/* ====== Contact Form (New) ====== */
.contact-new {
    width: 100%;
}





.contact-card {
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}





/* Æû ÀüÃ¼ */
.contact-card .contact-form {
    display: grid;
    gap: 14px;
}





/* ÇÊµå */
.contact-card .field {
    display: grid;
    gap: 8px;
}





.contact-card .label {
    font-size: 18px;
    font-weight: 700;
    color: #1f4f72;
    letter-spacing: -0.2px;
    text-align: left;
}





.contact-card .req {
    color: #1f4f72;
    font-weight: 800;
}





/* ÀÎÇ²/ÅØ½ºÆ®¿µ¿ª */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    border-radius: 10px;
    background: #d9e7f0;
    /* ÀÌ¹ÌÁöÀÇ ¿¬ÇÑ ºí·ç Åæ */
    padding: 14px 16px;
    font-size: 18px;
    color: #22313f;
    font-family: Pretendard;
}





.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #748C9C;
    font-family: Pretendard;
}





.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}





.phone_input {
    display: flex;
    gap: 8px;
}





/* ¹öÆ° */
.contact-card .btn-submit {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    background: #1e5b82;
    color: #fff;
    font-weight: 800;
    font-size: 15px;





    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;





    text-decoration: none;
    cursor: pointer;
}





.contact-card .btn-submit:hover {
    filter: brightness(0.98);
}





.contact-card .btn-submit:active {
    transform: translateY(1px);
}





.contact-card .btn-icon {
    font-size: 16px;
    line-height: 1;
}





/* µ¿ÀÇ */
.contact-card .agree {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #1f4f72;
    user-select: none;
}





.contact-card .agree input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1e5b82;
    /* ÃÖ½Å ºê¶ó¿ìÀú */
}





.info_item {
    display: flex;
    align-items: center;
    gap: 5px;
}





/* Æ÷Æ®Æú¸®¿À ¸ð´Þ */
.pf-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


.pf-modal {
    width: min(920px, calc(100vw - 32px));
    background: #0f2f44;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    position: relative;
    padding: 10px;


}


.pf-modal-close {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 34px;
}


.pf-modal-img {
    display: block;
    width: 100%;
    height: auto;
    background: #000;



    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.pf-modal-title {
    padding: 14px 18px;
    color: #fff;
    font-weight: 600;
}




/* ¸ð¹ÙÀÏ ¿©¹é */
@media (max-width: 768px) {
    .contact-card {
        padding: 20px;
        border-radius: 16px;
    }
}






.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}







#footer_03 {
    width: 100%;
    background-color: #111;
    padding: 0 0 20px 0;
    margin: 0px auto;
    color: #ccc;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
}


div.footer_sitemap {
    width: 100%;
    background-color: #252525;
    padding: 30px 0
}


div.footer_logo {
    float: left;
    width: 15%;
    opacity: 0.7;
}



#footer_03 ul.link {
    list-style-type: none;
    padding: 0px;
    margin: 0 auto;
    clear: both;
}


#footer_03 ul.link li {
    display: inline-block;
}


#footer_03 ul.link li a {
    display: block;
    padding: 10px 25px 20px 0px;
}


#footer_03 ul.link li a:hover {
    color: #fff;
}



div.footer_wrap {
    margin: 0 auto;
    padding: 50px 0;
}


div.footer_wrap div.sns {
    width: 100%;
    clear: both;
    padding-bottom: 10px;
}


div.footer_wrap div.sns a {
    padding: 0 5px;
    opacity: 0.9;
}


div.footer_wrap div.sns a img {
    border-radius: 50%;
}


div.footer_wrap div.sns a:hover {
    opacity: 1;
}


/*div.footer_wrap div.sns a img {height:50px;}*/



div.footer_wrap div.info ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    clear: both;
}


div.footer_wrap div.info ul li {
    display: inline-block
}


div.footer_wrap div.info ul li:before {
    content: "/";
    padding: 0 10px;
    color: #bbb;
}


div.footer_wrap div.info ul li:first-child:before {
    content: "";
    border-left: 0;
    padding: 0;
}


div.footer_wrap div.info p {
    clear: both;
}


div.footer_wrap a.sign {
    text-decoration: underline;
    color: #ccc;
}


#emailWrap, #personalWrap {
    width: 100%;
    padding-top: 110px;
    max-width: 1400px;
    margin: 0 auto;
}


#emailWrap #content, #personalWrap #content {
    width: 100%;
    position: relative;
margin: 50px 0;
}


#emailWrap #contentsArea, #personalWrap #contentsArea{
    padding: 60px 0;
    box-sizing: border-box;
}


.personal {
    line-height: 1.8;
}


.personal h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: left;
}


.personal h3:first-child {
    margin-top: 0;
}


.personal p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    word-break: keep-all;
    text-align: left;
}


.personal p:last-child {
    margin-bottom: 0;
}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
    #footer_03 {
        margin-top: 0px;
    }


    #footer_03 ul.link {
        width: 100%;
        text-align: center;
    }


    #footer_03 ul.link li {
        display: inline-block;
    }


    #footer_03 ul.link li a {
        padding: 10px 10px 10px 0;
    }



    div.footer_wrap {
        padding: 40px 15px 30px 15px;
    }


    div.footer_wrap div.sns {
        padding-bottom: 10px;
    }


    div.footer_wrap div.sns a {
        padding: 0 2px;
        opacity: 1;
    }


    div.footer_wrap div.sns a:hover {
        opacity: 1;
    }


    div.footer_wrap div.sns a img {
        height: 40px;
    }



    div.footer_wrap div.info ul li {
        display: block;
        line-height: 25px;
    }


    div.footer_wrap div.info p {
        clear: both;
    }


    div.footer_wrap div.info ul li:before {
        content: "";
        padding: 0 0px;
        color: #bbb;
    }
}


/* ============================================
   ¹ÝÀÀÇü ½ºÅ¸ÀÏ (Responsive Styles)
   ============================================ */






/* ÅÂºí¸´ (Tablet) - 1024px ÀÌÇÏ */
@media (max-width: 1024px) {





    /* ³×ºñ°ÔÀÌ¼Ç ¹Ù */
    .navbar_wrapp {
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
        box-sizing: border-box;
    }






    .navbar .logo_header {
        width: 180px;
    }






    .navbar .main_menu .navbar_items {
        font-size: 18px;
        padding: 0 30px;
    }





    .mobile-menu-toggle {





        display: flex;
    }





    .mobile-menu-toggle svg {
        width: 24px;
        height: 24px;
    }





    .navbar .main_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        width: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        padding: 20px 0;
        animation: slideDown 0.3s ease;
        border-top: 1px solid #e8e8e8;
    }






    .navbar .main_menu.mobile-menu-open {
        display: flex;
    }






    .navbar .main_menu .navbar_items {
        font-size: 20px;
        font-weight: 500;
        padding: 24px 20px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
        transition: all 0.3s ease;
        color: #333;
        box-sizing: border-box;
    }






    .navbar .main_menu .navbar_items::after {
        display: none;
    }






    .navbar .main_menu .navbar_items:hover {
        background: #f8f9fa;
        color: #1E5B82;
    }






    .navbar .main_menu .navbar_items.active {
        background: rgba(30, 91, 130, 0.1);
        color: #1E5B82;
        font-weight: 600;
    }






    .navbar .main_menu .navbar_items:last-child {
        border-bottom: none;
    }







    /* keyframes´Â media ¹Û¿¡ µÖµµ OK */
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }





        to {
            opacity: 1;
            transform: translateY(0);
        }
    }








    /* Hero Section */
    .hero-content .hero-subtitle {
        font-size: 28px;
    }






    .hero-title {
        font-size: 42px;
    }






    .hero-title-sub {
        font-size: 56px;
    }






    .hero-description {
        font-size: 20px;
    }






    .hero-buttons .btn {
        font-size: 20px;
        width: 380px;
    }






    /* Achievement Section */
    .achievement-grid {
        gap: 30px;
        flex-wrap: wrap;
    }






    .achievement-item {
        width: 160px;
        height: 160px;
    }






    .achievement-number {
        font-size: 28px;
    }






    .achievement-label {
        font-size: 16px;
    }






    .section-title {
        font-size: 40px;
    }






    /* Section Header */
    .section-header {
        width: 100%;
        padding: 0 20px;
    }






    .section-line {
        width: 200px;
    }






    /* Service Section */
    .service-grid {
        padding: 0 20px;
        gap: 30px;
    }






    .service-item {
        width: calc((100% - 30px) / 2);
    }






    /* Work Section */
    .work-content {
        width: 100%;
        padding: 0 20px;
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }






    .work-left {
        padding: 0;
        margin-bottom: 40px;
    }






    .work-title {
        font-size: 42px;
        margin-bottom: 20px;
    }






    .work-subtitle {
        font-size: 36px;
    }






    .work-section .btn-primary {
        width: 100%;
        max-width: 395px;
    }






    .work-right {
        width: 100%;
    }






    /* Customer Logos */
    #customer .customer-logos {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }






    /* Contact Section */
    .contact_wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }






    .contact_form {
        flex-direction: column;
        padding: 0;
    }






    .contact_left {
        width: 100%;
    }






    .contact_right {
        width: 100%;
    }






    .root_daum_roughmap {
        width: 100% !important;
    }






    #portfolio #container_list {
        width: 100%;
        margin: 0 auto;
    }
}






/* ¸ð¹ÙÀÏ (Mobile) - 768px ÀÌÇÏ */
@media (max-width: 768px) {




    #portfolio #container_list #category_navi div {
        width: calc(100% / 2 - 6px);
        box-sizing: border-box;
    }



    /* ³×ºñ°ÔÀÌ¼Ç ¹Ù */
    #topmenu {
        height: 80px;
        padding: 15px 0;
    }






    .navbar_wrapp {
        padding: 0 15px;
        position: relative;
    }






    .navbar .logo_header {
        width: 150px;
    }








    /* Hero Section */
    .hero-section {
        padding-top: 80px;
        height: 60vh;
    }






    .hero-content {
        padding: 0 20px;
    }






    .hero-content .hero-subtitle {
        font-size: 22px;
        margin-bottom: 15px;
    }






    .hero-title {
        font-size: 32px;
        margin-bottom: 15px;
    }






    .hero-title-sub {
        font-size: 42px;
        margin-bottom: 15px;
    }






    .hero-description {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 30px;
    }






    .hero-buttons {
        width: 100%;
        gap: 15px;
    }






    .hero-buttons .btn {
        font-size: 18px;
        width: 100%;
        padding: 15px;
    }






    .hero-buttons .btn-primary {
        height: 70px;
    }






    .hero-buttons .btn-secondary {
        height: 55px;
    }






    /* Achievement Section */
    .achievement-section {
        padding: 50px 0;
    }





    .achievement-section .section-title {
        margin-bottom: 40px;
    }




    .achievement-grid {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }






    .achievement-item {
        width: 140px;
        height: 140px;
    }






    .achievement-number {
        font-size: 24px;
        margin-bottom: 8px;
    }






    .achievement-number span {
        font-size: 20px;
    }






    .achievement-label {
        font-size: 14px;
    }






    .achievement-icon {
        width: 32px;
    }






    /* Section Header */
    .section-header {




        padding: 0;
        box-sizing: border-box;
    }






    .section-decoration-left,
    .section-decoration-right {
        justify-content: center;
    }






    .section-line {
        width: 60px;
    }






    .section-title {
        font-size: 32px;
    }






    /* Customer Section */
    .customer-section {




        padding: 50px 20px;
        box-sizing: border-box;
    }






    .customer-description {
        font-size: 15px;
        margin-bottom: 20px;
        padding: 0 15px;
    }






    .customer-logos {
        padding: 0 20px;
        overflow: hidden;
    }






    .customer-logos .logo-item {
        margin: 0 20px;
    }






    .customer-logos-wrapper {
        width: 100%;
        padding: 0 20px;
    }






    .customer-logos .logo-item img {
        max-width: 200px;
    }






    /* Service Section */
    .service-section {




        padding: 50px 20px;
        box-sizing: border-box;
    }






    .service-section .section-header {
        margin-bottom: 50px;
    }






    .service-grid {
        padding: 0 15px;
        gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }






    .service-item {
        width: calc((100% - 30px) / 2);
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }






    .service-icon {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }






    .service-content {
        text-align: center;
    }






    .service-name {
        font-size: 24px;
        margin-bottom: 10px;
    }






    .service-description {
        font-size: 14px;
        margin-bottom: 15px;
    }





    .service-features {
        text-align: left;
        padding-left: 0;
        column-gap: 14px;
    }





    /* Work Section */
    .work-section {
        height: auto;
    }






    .work-content {
        padding-top: 50px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }



    .work-left {
        margin-bottom: 0;
        aligin-items: flex-start;
    }



    .work-left_wrapp {
        margin-bottom: 20px;
    }


    .work-title {
        font-size: 32px;
    }






    .work-subtitle {
        font-size: 28px;
    }






    .work-section .btn-primary {
        font-size: 20px;
        width: 100%;
        max-width: 300px;
    }






    /* Portfolio Section */
    .portfolio-section {




        padding: 50px 20px;
        box-sizing: border-box;
    }



    #portfolio #container_list #category_navi {





        width: 100%;
        height: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }




    #portfolio #container_list #cafe_bbs_list_table {

        padding: 20px 20px 50px;
        box-sizing: border-box;
    }



    .portfolio-description {
        font-size: 16px;
        padding: 0 15px;
    }




    #container_list #cafe_bbs_list_table .list_cell_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }




    /* Contact Section */
    .contact-section {



        padding: 50px 20px;
        box-sizing: border-box;
    }





    .map_container {
        width: 100%;
        aspect-ratio: 16 / 9;
        margin: 40px 0 25px;
    }




    .contact_wrap {
        padding: 0;
    }






    .contact-section .section-header {
        margin-bottom: 30px;
    }






    .contact_left {
        margin-bottom: 30px;
    }






    .contact_title {
        font-size: 24px;
        margin-bottom: 20px;
    }






    .company_info {
        padding: 20px 15px;
    }






    .info_item {
        align-items: flex-start;
        gap: 15px;
    }






    .info_icon {
        width: 50px;
        height: 50px;
    }






    .info_label {
        font-size: 14px;
    }






    .info_value {
        font-size: 16px;
    }






    #portfolio #container_list {
        width: 100% !important;
    }





    .contact-card {
        padding: 20px;
        border-radius: 16px;
    }


#emailWrap, #personalWrap {
    width: 100%;
    padding-top: 
    max-width: 100%;
    margin: 0 auto;
}


#emailWrap #contentsArea, #personalWrap #contentsArea{
padding: 60px 20px;
}





@media (max-width: 640px) {
    #portfolio table.board {
        border-spacing: 12px !important;
    }







    #portfolio table.board td img {
        height: 200px !important;
        border-radius: 14px;
    }
}






/* ÀÛÀº ¸ð¹ÙÀÏ (Small Mobile) - 480px ÀÌÇÏ */
@media (max-width: 480px) {





    /* ³×ºñ°ÔÀÌ¼Ç ¹Ù */
    #topmenu {
        height: 70px;
        padding: 10px 0;
    }






    .navbar .logo_header {
        width: 120px;
    }






    .navbar .main_menu {
        padding: 0;
    }






    .navbar .main_menu .navbar_items {
        font-size: 18px;
        padding: 20px 20px;
    }






    /* Hero Section */
    .hero-content .hero-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }






    .hero-title {
        font-size: 18px;
        margin-bottom: 8px;
    }






    .hero-title-sub {
        font-size: 30px;
    }






    .hero-description {
        font-size: 14px;
        word-break: keep-all;
        line-height: 1.5;
    }






    .hero-buttons .btn {
        font-size: 16px;
    }






    .hero-buttons .btn-primary {
        height: 60px;
    }






    .hero-buttons .btn-secondary {
        height: 50px;
    }





    .achievement-item {
        width: 120px;
        height: 120px;
    }






    .achievement-number {
        font-size: 20px;
    }






    .achievement-number span {
        font-size: 16px;
    }






    .achievement-label {
        font-size: 12px;
    }






    /* Section Title */
    .section-title {
        font-size: 28px;
    }






    /* Customer Logos */
    #customer .customer-logos .logo-item  {
        margin: 0;
    }






    .customer-logos .logo-item img {
        max-width: 100px;
    }






    /* Service Section */
    .service-name {
        font-size: 17px;
        margin-bottom: 0;



        word-break: keep-all;
    }






    .service-description {
        font-size: 13px;



        margin-bottom: 10px;
        margin-top: 5px;
    }





    .service-features.two-layout li {



        width: calc(100% / 2 - 8px);
    }


    .service-features li {
        font-size: 13px;
    }



    .work-left {
        margin-bottom: 0;
    }



    /* Work Section */
    .work-title {
        font-size: 28px;
        margin-bottom: 10px;
    }






    .work-subtitle {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
    }






    .work-section .btn-primary {
        font-size: 18px;
    }




    .work-right {
        display: none;
    }



    #portfolio #container_list {
        width: 100%;
    }
}