/* =========================================================
   1. ÆùÆ® È£Ãâ ¹× ¿ÜºÎ CSS ·Îµå
========================================================= */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Michroma&family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');



@import url('common.css');
@import url('sequencejs_theme.css');
@import url('main.css');
@import url('sub.css');
@import url('aos.css');



/* =========================================================
   2. ±âº» ÃÊ±âÈ­ ¹× °øÅë ½ºÅ¸ÀÏ
========================================================= */


* { margin:0; padding:0; box-sizing: border-box; }




html, body { 
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif; 
    font-weight: 500; 
    background: #ffffff; 
    font-size: 12px; 
    line-height: 26px; 
    overflow-x: hidden;
}




/* ¼Û¼ÛÃ¼ */
@font-face {
    font-family: 'Cafe24SsongSsong';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Syongsyong.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}




.ssong-font {
    font-family: 'Cafe24SsongSsong', sans-serif !important;


    font-weight: normal !important;


    line-height: 1.22 !important;


    letter-spacing: -0.5px !important;
}




table { border-spacing:0; border-collapse:collapse; }
a { color:#666666; text-decoration:none; }
img { border:0 none; display: block; max-width: 100%; }
ol, ul, li { list-style-type:none; }




/* =========================================================
   3. ÇÁ·ÎÁ§Æ® Á¤º¸ ¹Ú½º 
========================================================= */
.aladin-project-info {
    display: flex !important;
    flex-wrap: nowrap !important;
    background-color: #f7f7f7 !important;
    padding: 45px 60px !important;
    max-width: 1300px !important; 
    margin: 0px auto 60px !important;
    box-sizing: border-box !important;
    text-align: left !important;
}


.info-overview { flex: 1.2 !important; padding-right: 20px !important; }
.info-note { flex: 1 !important; padding-left: 60px !important; }


.info-divider {
    width: 1px !important;
    background-color: #999999 !important;
    align-self: stretch !important;
}


.info-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    margin: 0 0 10px 0 !important; 
    position: relative;
    padding-top: 10px !important; 
    
   
    background: linear-gradient(to right, #00b4db 30%, #0000ff 70%) !important; 
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important; 
    
    display: inline-block !important; 
}


.info-title::before {
    display: none !important; 
}


.info-list {
    display: flex !important;
    flex-wrap: wrap !important;
}


.info-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    font-family: 'Pretendard', sans-serif !important;
    box-sizing: border-box !important;
}


.overview-list li, .note-list li { width: 50% !important; }


.info-list li::before {
    content: "¡¤";
    position: absolute;
    left: 0; top: -4px;
    font-size: 20px; font-weight: 900; color: #000;
}



.overview-list li strong {
    display: inline-flex !important; 
    align-items: center !important;  
    width: 65px; 
    font-weight: 700;
    color: #111;
    margin-right: 8px; 
    font-family: 'Pretendard', sans-serif !important;
}



.overview-list li span, 
.note-list li span {
    color: #444;
    flex: 1;
    word-break: keep-all;
    font-size: 17px !important;
    
    font-weight: 400 !important; 
    
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important; 
    font-family: 'Pretendard', sans-serif !important;
}



.note-list li span {
    margin-right: 25px !important; 
}



.note-list li span:last-child {
    margin-right: 0 !important;
}


/* =========================================================
   4. ±âÅ¸ UI ¹× ¸ð¹ÙÀÏ ´ëÀÀ
========================================================= */
.board_button_area {
    position: relative !important;
    display: block !important;
    margin: 80px auto 40px !important;
    padding-top: 40px !important;
    text-align: center !important;
    border-top: 1px solid #e5e5e5 !important;
}



/* ¸ð¹ÙÀÏ È­¸é ÃÖÀûÈ­ (992px ÀÌÇÏ) */
@media screen and (max-width: 992px) {
    .aladin-project-info { 
        flex-direction: column !important; 
        padding: 25px 20px !important; /* ÀüÃ¼ ¹Ú½º ¾ÈÂÊ ¿©¹é Ãà¼Ò */
    }
    
    .info-overview { 
        padding: 0 !important; 
        width: 100% !important; 
        margin-bottom: 15px !important; /* ¼½¼Ç °£ °£°Ý Ãà¼Ò (±âÁ¸ 40px) */
    }


    /* SPECIAL NOTE ¼½¼Ç »ó´Ü ¿©¹é Ãà¼Ò */
    .info-note { 
        padding: 10px 0 0 0 !important; /* ±¸ºÐ¼± À§ÂÊ ¿©¹é Ãà¼Ò (±âÁ¸ 40px) */
        width: 100% !important; 
        margin-bottom: 10px !important; 
        border-top: 1px solid #d8d8d8 !important;
    }


    .info-title { 
        font-size: 28px !important; /* Å¸ÀÌÆ² Å©±â »ìÂ¦ Ãà¼Ò */
        margin-bottom: 8px !important; /* Å¸ÀÌÆ²°ú ¸®½ºÆ® »çÀÌ °£°Ý Ãà¼Ò */
    }
    
    .info-list li { 
        width: 100% !important; 
        margin-bottom: 7px !important; /* ¡Ú ¸®½ºÆ® Ç×¸ñ °£ÀÇ °£°Ý ´ëÆø Ãà¼Ò (±âÁ¸ 12px) */
        font-size: 15px !important; /* ¸ð¹ÙÀÏ °¡µ¶¼ºÀ» À§ÇØ ±ÛÀÚ Å©±â Á¶Á¤ */
    }
    
    /* Ç×¸ñ ÀÌ¸§(ÇÁ·ÎÁ§Æ®, ÀÛ¾÷³»¿ë µî) ³Êºñ Á¶Á¤ */
    .overview-list li strong {
        width: 60px !important;
        font-size: 15px !important;
    }


    .overview-list li span, .note-list li span {
        font-size: 15px !important;
    }


    .info-divider { display: none !important; }
}


/* =========================================================
   5. ½Ã°ø »ç·Ê º»¹® °­Á¶ ¹× ¸ð¹ÙÀÏ (ÇÁ¸®ÅÙ´Ùµå)
========================================================= */
.aladin-mid-text {
    font-family: 'Pretendard Variable', 'Pretendard', sans-serif !important;
    text-align: center !important;
    margin: 25px auto 60px auto !important; 
    padding: 0 20px !important;
    max-width: 600px !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #000000 !important;
    font-weight: 400 !important;
    word-break: keep-all !important;
}


.aladin-mid-text .point-blue { color: #000000 !important; font-weight: 700 !important; }
.aladin-mid-text p { text-align: center !important; margin: 0 auto !important; }


@media screen and (max-width: 768px) {
    .aladin-mid-text { font-size: 16px !important; margin: 10px auto 40px auto !important; }
}


/* =========================================================
   6. ºÒÇÊ¿äÇÑ ·¹ÀÌ¾Æ¿ô ÅØ½ºÆ® ¼û±â±â
========================================================= */
#header .btn_nav_open h2.hide, .btn_nav_open .hide, h2.hide {
    display: none !important;
    visibility: hidden !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
}





/* =========================================================
   7. Æ÷Æ®Æú¸®¿À ¸ÞÀÎ Å¸ÀÌÆ² 
========================================================= */
.portfolio-main-title {
    font-family: 'Rajdhani', sans-serif !important;
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #00b4db 20%, #0000ff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
}


/* Å¸ÀÌÆ² ¾Æ·¡ »ç¼± °¡»ó ¿ä¼Ò */
.portfolio-main-title::after {
    content: "";
    display: block;
    /* ¼öÁ÷ ¼±À» »ç¼±À¸·Î º¯°æÇÏ±â À§ÇØ transform ¼Ó¼º Ãß°¡ */
    width: 2px; /* ¼±ÀÇ µÎ²² */
    height: 20px; /* ¼±ÀÇ ±æÀÌ */
    background-color: #666;
    margin: 15px auto 0;
    /* È¸Àü Áß½ÉÀ» Áß¾ÓÀ¸·Î ¼³Á¤ÇÏ°í 45µµ È¸Àü */
    transform: rotate(35deg);
    transform-origin: center center;
}


/* ¸ð¹ÙÀÏ È­¸é ¹ÝÀÀÇü Å©±â Á¶Àý */
@media (max-width: 768px) {
    .portfolio-main-title {
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    /* ¸ð¹ÙÀÏ¿¡¼­µµ µ¿ÀÏÇÏ°Ô »ç¼± Àû¿ë */
    .portfolio-main-title::after {
        height: 15px;
        margin: 10px auto 0;
        /* ¸ð¹ÙÀÏ¿¡¼­´Â È¸Àü °¢µµ¸¦ Á¶±Ý Á¶Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù */
        transform: rotate(45deg);
    }
}




/* =========================================================
   ÇÏ´Ü ÄÁÅÃÆ® ¼½¼Ç (ÀüÈ­¹®ÀÇ & ¹öÆ°) 
========================================================= */
.aladin-contact-section {
    max-width: 1200px;
    /* [Á¶Àý] Ã¹ ¹øÂ° ¼ýÀÚ(80px)´Â ¼½¼Ç À§ÂÊ ¿©¹éÀÔ´Ï´Ù */
    margin: 0px auto 0px; 
    /* [Á¶Àý] 40pxÀº ¼½¼Ç ¾ÈÂÊÀÇ À§¾Æ·¡ °£°ÝÀÔ´Ï´Ù */
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee; 
    font-family: 'Pretendard', sans-serif !important;
}


/* ÀüÈ­¹®ÀÇ ½ºÅ¸ÀÏ */
.contact-phone {
    display: flex;
    align-items: center;
    gap: 15px;
}
.phone-label {
   
    font-size: 20px;
    font-weight: 500 !important; 
    color: #000;
}
.phone-number {
    
    font-size: 23px;
    font-weight: 700 !important;
    color: #000 !important; 
    text-decoration: none;
    display: flex;
    align-items: center;
}


/* ÀüÈ­±â ¾ÆÀÌÄÜ */
.phone-number em {
    margin-right: 10px;
    color: #000;
    font-size: 24px;
    vertical-align: middle;
}


/* ¹öÆ° °øÅë ½ºÅ¸ÀÏ */

.contact-buttons {
    display: flex;
    gap: 12px;
   
    width: 320px; 
}
.contact-buttons a {
    
    flex: 1; 
    display: inline-flex; 
    justify-content: center;
    align-items: center;
 
    padding: 10px 0px; 
    font-size: 16px;
    font-weight: 600 !important;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
    font-family: 'Pretendard', sans-serif !important;
    white-space: nowrap; 
}




.btn-blog {
    /* [Á¶Àý] ÅØ½ºÆ® »ö»ó */
    color: #03c75a !important; 
    /* [Á¶Àý] Å×µÎ¸® µÎ²²¿Í »ö»ó */
    border: 1.5px solid #03c75a !important; 
    background: #ffffff;
}
/* ¸¶¿ì½º ¿Ã·ÈÀ» ¶§ (³×ÀÌ¹ö ±×¸°À¸·Î °­Á¶) */
.btn-blog:hover { 
    background: #03c75a !important; 
    color: #ffffff !important; 
    border-color: #03c75a !important;
}



.btn-quote {
   
    color: #666666 !important; 
   
    border: 1.5px solid #666666!important; 
    background: #ffffff;
}

.btn-quote:hover { 
    background: #0005d0 !important; 
    color: #ffffff !important; 
    border-color: #0005d0 !important;
}

/*  ¸ð¹ÙÀÏ È­¸é ÃÖÀûÈ­ (768px ÀÌÇÏ) */
@media screen and (max-width: 768px) {
    .aladin-contact-section {
        flex-direction: column;
       
        gap: 10px;
        padding: 35px 20px;
        margin-top: 30px;
    }
    
    .contact-phone {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 350px;
    }
    .phone-label { font-size: 18px; }
    .phone-number { font-size: 20px; }
    .phone-number em { font-size: 18px; }


    .contact-buttons {
        width: 100%;
        max-width: 350px;
    }
    .contact-buttons a {
        flex: 1;
      
        padding: 12px 0;
        font-size: 15px;
    }
}