/* =====================
   Pretendard (self-hosted subset)
   ===================== */
@font-face { font-family: 'Pretendard'; font-weight: 300; font-display: swap; src: url('font/pretendard/Pretendard-Light.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 400; font-display: swap; src: url('font/pretendard/Pretendard-Regular.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 500; font-display: swap; src: url('font/pretendard/Pretendard-Medium.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 600; font-display: swap; src: url('font/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 700; font-display: swap; src: url('font/pretendard/Pretendard-Bold.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 800; font-display: swap; src: url('font/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'); }

/* =====================
   Fontello Icon Font
   ===================== */
@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?91023305');
    src: url('font/fontello.eot?91023305#iefix') format('embedded-opentype'),
         url('font/fontello.woff2?91023305') format('woff2'),
         url('font/fontello.woff?91023305') format('woff'),
         url('font/fontello.ttf?91023305') format('truetype'),
         url('font/fontello.svg?91023305#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cancel:before { content: '\e800'; }
.icon-cancel-1:before { content: '\e801'; }
.icon-cancel-2:before { content: '\e802'; }
.icon-cancel-3:before { content: '\e803'; }
.icon-cancel-4:before { content: '\e804'; }
.icon-cancel-5:before { content: '\e805'; }
.icon-cancel-6:before { content: '\e806'; }
.icon-cancel-7:before { content: '\e807'; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa6b2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #aaa6b2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #aaa6b2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #aaa6b2;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #aaa6b2;
}

::placeholder { /* Most modern browsers support this now. */
   color: #aaa6b2;
}


/* =====================
   Sidebar Panel
   ===================== */
.author_image .sb-inner {
    position: absolute;
    inset: 0;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 52px 44px;
    overflow: hidden;
}
.sb-watermark {
    position: absolute;
    bottom: -60px;
    right: -30px;
    font-family: 'Pretendard', sans-serif;
    font-size: 340px;
    font-weight: 800;
    color: rgba(0,0,0,0.025);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -10px;
}
.sb-top {
    position: relative;
    z-index: 1;
}
.sb-headline {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.sb-sub {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 1.9;
}
.sb-services {
    position: relative;
    z-index: 1;
}
.sb-service-item {
    padding: 11px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
}
.sb-service-item:last-child {
    border-bottom: none;
}
.sb-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 0;
}
.sb-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 16px;
    border-left: 1px solid #e4e4e4;
}
.sb-stat:first-child {
    padding-left: 0;
    border-left: none;
}
.sb-num {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: -0.5px;
}
.sb-lbl {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

#preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}
#preloader:before,
#preloader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#preloader:after{
    left: auto;
    right: 0;
}
#preloader .loader_line{
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.loader_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}
.loader_line:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #777;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}

@keyframes lineround{
    0%{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

/*hiding all*/
.preloaded .loader_line:after{
    opacity: 0;
}
.preloaded  .loader_line{
    opacity: 0;
    height: 100%!important;
}
.preloaded:before,
.preloaded:after{
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}
@keyframes preloadedzero{
    0%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}
.coint_tm_header .logo[data-type="image"] .image{
	display: inline-block;
}
.coint_tm_header .logo[data-type="image"] .text{
	display: none;
}
.coint_tm_header .logo[data-type="text"] .image{
	display: none;
}
.coint_tm_header .logo[data-type="text"] .text{
	display: inline-block;
}
.coint_tm_section{
	transition: visibility 1s linear, opacity 0s linear;
	-moz-transition: visibility 1s linear, opacity 0s linear;
	-webkit-transition: visibility 1s linear, opacity 0s linear;
	-o-transition: visibility 1s linear, opacity 0s linear;
}
.coint_tm_about .partners .list ul{
    min-width: calc(100% + 12px);
} 
/* ================================================
   Site Typography System
   - Title:       20px  #333
   - Description: 15px  #7d7789  line-height 1.8
   - Meta:        13px  #aaa6b2
   ================================================ */

/* Title - 서비스, 기술스택, 포트폴리오 카드 헤딩 */
.list_inner .title,
.portfolio-card .pf-title,
.process-flow-card .process-step-title {
    font-size: 20px;
    color: #333;
    line-height: 1.35;
}
/* Description - 카드 본문 텍스트 */
.list_inner .text,
.process-flow-card .process-step-desc {
    font-size: 15px;
    color: #7d7789;
    line-height: 1.8;
}
/* Meta - 보조 텍스트 (포트폴리오 연도·카테고리) */
.portfolio-card .pf-meta {
    font-size: 13px;
    color: #aaa6b2;
}

/* Work Process - single flow card */
.process-flow-card .process-steps-wrap {
    display: flex;
    align-items: flex-start;
}
.process-flow-card .process-step {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.process-flow-card .process-step::before,
.process-flow-card .process-step::after {
    content: '';
    position: absolute;
    top: 19px;
    height: 1px;
    background: #d0cfd8;
    z-index: 0;
}
.process-flow-card .process-step::before {
    left: 0;
    right: 50%;
}
.process-flow-card .process-step::after {
    left: 50%;
    right: 0;
}
.process-flow-card .process-step:first-child::before,
.process-flow-card .process-step:last-child::after {
    display: none;
}
.process-flow-card .process-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #b9b8c3;
    background: #fff;
    margin: 0 auto 18px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-flow-card .process-step-num span {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    font-family: 'Pretendard', sans-serif;
}
.process-flow-card .process-step-title {
    font-weight: 500;
    margin-bottom: 0;
}
.process-flow-card .process-unified-desc {
    margin-top: 50px;
    padding: 40px 30px 0;
    border-top: 1px solid #e8e7ef;
}
.process-flow-card .process-unified-desc p {
    font-size: 15px;
    color: #7d7789;
    line-height: 1.9;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
@media (max-width: 1040px) {
    .process-flow-card .process-steps-wrap {
        flex-wrap: wrap;
        gap: 30px 0;
        padding: 0 30px;
    }
    .process-flow-card .process-step {
        flex: none;
        width: 33.33%;
        padding: 0 10px;
    }
    .process-flow-card .process-step::before,
    .process-flow-card .process-step::after {
        top: 19px;
    }
    .process-flow-card .process-step:nth-child(3)::after,
    .process-flow-card .process-step:nth-child(4)::before {
        display: none;
    }
}

/* Portfolio grid - equal column widths */
.coint_tm_portfolio .portfolio_list .gallery_zoom {
    gap: 25px;
}
.coint_tm_portfolio .portfolio_list .gallery_zoom > li {
    width: calc(50% - 12.5px);
}
@media (max-width: 1040px) {
    .coint_tm_portfolio .portfolio_list .gallery_zoom > li {
        width: 100%;
    }
}

/* Portfolio - history link */
.portfolio-history-link {
    margin-top: 40px;
    text-align: center;
}
.portfolio-history-link a {
    font-size: 13px;
    font-weight: 500;
    color: #aaa6b2;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 0.2s;
}
.portfolio-history-link a:hover {
    color: #333;
}

/* Service icon size */
#service_list_main .list_inner img.service-icon,
#service_list_main .list_inner svg.service-icon {
    width: 48px;
    height: 48px;
}

/* Service Modal - Diagram Image */
.coint_tm_modalbox .service_popup_informations .image.service-diagram-image {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    background: transparent;
    border: 1px solid #e8e7ef;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}
.coint_tm_modalbox .service_popup_informations .image.service-diagram-image img {
    position: relative;
    width: 100%;
    min-width: auto;
    height: auto;
    opacity: 1 !important;
    display: block;
}
.coint_tm_modalbox .service_popup_informations .image.service-diagram-image img.mobile-diagram {
    display: none;
}
@media (max-width: 768px) {
    .coint_tm_modalbox .service_popup_informations .image.service-diagram-image img.desktop-diagram {
        display: none;
    }
    .coint_tm_modalbox .service_popup_informations .image.service-diagram-image img.mobile-diagram {
        display: block;
    }
}

/* Service Modal - internal scroll */
.coint_tm_modalbox .description_wrap {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Service Modal - Features Grid */
.service-features-grid {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 30px;
    border: 1px solid #e8e7ef;
    border-radius: 6px;
    overflow: hidden;
}
.service-feature-item {
    padding: 20px 18px;
    text-align: center;
    border-right: 1px solid #e8e7ef;
    background: #fff;
}
.service-feature-item:last-child {
    border-right: none;
}
.service-feature-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}
.service-feature-value {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

/* Service Modal - Tech Tags */
.service-tech-tags {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e8e7ef;
}
.service-tech-tags-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
}
.service-tech-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.service-tech-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    background: #f4f3f8;
    border: 1px solid #e8e7ef;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.service-tech-tag:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
.service-tech-tag.in-stack {
    background: #fff;
    color: #333;
    border-color: #333;
    font-weight: 600;
}
.service-tech-tag.in-stack::before {
    content: "●";
    font-size: 7px;
    margin-right: 6px;
    vertical-align: middle;
    color: #333;
}
.service-tech-tag.in-stack:hover {
    background: #333;
    color: #fff;
}
.service-tech-tag.in-stack:hover::before {
    color: #fff;
}

/* Service Modal Responsive */
@media (max-width: 768px) {
    .service-features-grid {
        grid-template-columns: 1fr;
    }
    .service-feature-item {
        border-right: none;
        border-bottom: 1px solid #e8e7ef;
    }
    .service-feature-item:last-child {
        border-bottom: none;
    }
    .coint_tm_modalbox .service_popup_informations .image.service-diagram-image {
        padding: 0;
        border: none;
    }
    .coint_tm_modalbox .box_inner {
        width: 92% !important;
        min-width: 280px;
        top: 60px !important;
        bottom: 20px !important;
    }
    .coint_tm_modalbox .description_wrap {
        padding: 20px !important;
    }
    .coint_tm_modalbox .service_popup_informations .main_title h3 {
        font-size: 18px !important;
    }
    .service-feature-label {
        font-size: 10px;
    }
    .service-feature-value {
        font-size: 13px;
    }
    .service-tech-tag {
        padding: 5px 10px;
        font-size: 11px;
    }
}

/* mobile-br: hidden on desktop, shown on mobile */
br.mobile-br { display: none; }

/* Service cards mobile - 2 columns, icon + title only */
@media (max-width: 768px) {
    #service_list_main ul {
        gap: 12px;
        margin-left: 0 !important;
    }
    #service_list_main ul li {
        width: calc(50% - 6px) !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
    #service_list_main .list_inner {
        padding: 36px 16px !important;
    }
    #service_list_main .list_inner .text {
        display: none;
    }
    #service_list_main .list_inner img.service-icon,
    #service_list_main .list_inner svg.service-icon {
        width: 36px !important;
        height: 36px !important;
        margin-bottom: 14px !important;
    }
    br.mobile-br {
        display: block;
    }
}

/* Portfolio Card - matches service card style */
.coint_tm_portfolio .portfolio_list ul li .portfolio-card {
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.coint_tm_portfolio .portfolio_list ul li .portfolio-card:hover {
	background-color: #222;
	border-color: #222;
}
.coint_tm_portfolio .portfolio_list ul li .portfolio-card:hover .pf-title {
	color: #ffffff;
}
.coint_tm_portfolio .portfolio_list ul li .portfolio-card:hover .pf-meta {
	color: rgba(255, 255, 255, 0.5);
}

/* Service Card hover - 포트폴리오와 동일 반전 효과 */
#service_list_main .list_inner {
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
#service_list_main .list_inner:hover {
	background-color: #222;
	border-color: #222;
}
#service_list_main .list_inner:hover .service-icon {
	filter: brightness(0) invert(1);
}
#service_list_main .list_inner:hover .title {
	color: #ffffff;
}
#service_list_main .list_inner:hover .text {
	color: rgba(255, 255, 255, 0.5);
}

/* Tech Stack */
.tech-stack-card {
    padding: 50px 60px;
    width: 100%;
}
.tech-category {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 28px 0;
    border-bottom: 1px solid #e8e7ef;
}
.tech-category:first-child { padding-top: 0; }
.tech-category:last-child { border-bottom: none; padding-bottom: 0; }
.tech-category-label {
    width: 150px;
    flex-shrink: 0;
    padding-top: 11px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #555;
    text-transform: uppercase;
}
.tech-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-chip {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 13px 22px;
    border: 1px solid #b9b8c3;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    transition: border-color 0.25s;
    cursor: default;
    position: relative;
}
.tech-chip:hover {
    border-color: #333;
}
.tech-chip img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.tech-chip:hover .chip-tooltip {
    display: block;
}
@media (max-width: 1040px) {
    .tech-stack-card { padding: 40px 30px; }
    .tech-category { flex-direction: column; gap: 14px; }
    .tech-category-label { width: auto; padding-top: 0; }
}
/* Tooltip always hidden by default */
.tech-chip .chip-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
}
@media (max-width: 768px) {
    .tech-stack-card { padding: 24px 20px; }
    .tech-chip {
        padding: 0;
        width: 44px;
        height: 44px;
        justify-content: center;
        gap: 0;
        border-radius: 12px;
        position: relative;
    }
    .tech-chip span {
        display: none;
    }
    .tech-chip img {
        width: 22px;
        height: 22px;
    }
    .tech-chips {
        gap: 8px;
    }
    .tech-chip:hover {
        background: transparent;
        border-color: #b9b8c3;
        color: #333;
    }
    .tech-chip:hover img {
        filter: none;
    }
    .tech-chip.tooltip-active .chip-tooltip {
        display: block;
    }
}

.coint_tm_modalbox .close a{
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	border:2px solid #fff;
	border-radius: 10px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.coint_tm_modalbox .close a:hover{
	border-radius: 100%;
}
.coint_tm_modalbox .close a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* 타이틀 라인 두께 통일 */
.coint_tm_contact .coint_tm_title span:after {
    height: 0.5px;
}

/* 타이틀-콘텐츠 간격 통일 */
.coint_tm_title + * {
    margin-top: 40px;
}
.coint_tm_portfolio .portfolio_list {
    margin-top: 40px;
}
.coint_tm_service .service_list {
    margin-top: 40px;
}
.coint_tm_about .partners .list {
    margin-top: 40px;
}

/* Contact info row: card + map */
.contact-info-row {
    width: 100%;
    float: left;
    display: flex;
    border: 1px solid #b9b8c3;
    margin-top: 40px;
}
.contact-info-card {
    width: 40%;
    flex-shrink: 0;
}
.contact-info-item {
    padding: 28px 30px;
    border-bottom: 1px solid #e8e7ef;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.contact-info-item:last-child {
    border-bottom: none;
}
.contact-info-item .svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}
.contact-info-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 4px;
}
.contact-info-main {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.contact-info-main a {
    color: #000;
    transition: color 0.2s;
}
.contact-info-main a:hover {
    color: #333;
}
.contact-info-sub {
    display: block;
    font-size: 12px;
    color: #aaa6b2;
    margin-top: 4px;
}
.contact-map {
    flex: 1;
    border-left: 1px solid #b9b8c3;
    min-height: 280px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* Contact form */
.contact-form-wrap {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

@media (max-width: 768px) {
    .contact-info-row {
        flex-direction: column;
    }
    .contact-info-card {
        width: 100%;
    }
    .contact-map {
        border-left: none;
        border-top: 1px solid #b9b8c3;
        flex: none;
        height: 300px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Contact form inputs */
.contact_form input,
.contact_form textarea,
.contact_form select {
    width: 100%;
    border: 1px solid #b9b8c3;
    background-color: transparent;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    padding: 12px 14px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
    border-color: rgba(0,0,0,.35);
}

/* Select */
.contact-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaa6b2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    color: #aaa6b2;
    line-height: 1.4;
}
.contact-select option { color: #333; }
.contact-select option:first-child { color: #aaa6b2; }

/* Textarea */
.contact_form textarea {
    height: 140px;
    resize: none;
    margin-bottom: 18px;
}

.mouse-cursor{
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
  }
  .cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: #333;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  }
  .cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #333;
    opacity: .3;
  }
  .cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
  }
  .cursor-outer.cursor-hover{
    opacity: 0;
  }
  .coint_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
      display: none;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: -1111;
  }
.coint_tm_topbar .logo[data-type="image"] .image{
	display: inline-block;
}
.coint_tm_topbar .logo[data-type="image"] .text{
	display: none;
}
.coint_tm_topbar .logo[data-type="text"] .image{
	display: none;
}
.coint_tm_topbar .logo[data-type="text"] .text{
	display: inline-block;
}
.coint_tm_topbar .hamburger{
	padding: 0px;
}
.coint_tm_topbar .hamburger-inner, 
.coint_tm_topbar .hamburger-inner:after, 
.coint_tm_topbar .hamburger-inner:before{
	width: 30px;
	height: 2px;
}
.coint_tm_topbar .hamburger-box{
	width: 30px;
}
.coint_tm_mobile_menu.opened{
	right: 0px;
}
.coint_tm_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.coint_tm_overlay.opened{
	opacity: 1;
	visibility: visible;
}

.coint_tm_topbar {
	z-index: 15;
}

.coint_tm_topbar.menu-opened::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 200px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.coint_tm_topbar .trigger {
	position: relative;
	z-index: 20;
}

.coint_tm_mobile_menu {
	z-index: 20;
	height: calc(100vh - 50px) !important;
}
.coint_tm_mobile_menu .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 30px 20px 50px;
	text-align: right;
}
.coint_tm_mobile_menu .avatar {
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-bottom: 30px;
}
.coint_tm_mobile_menu .avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.coint_tm_mobile_menu .menu_list ul li {
	margin-bottom: 7px;
}
.coint_tm_mobile_menu .menu_list ul li a {
	color: #333;
	font-family: 'Pretendard', sans-serif;
}
.coint_tm_mobile_menu .copyright p {
	color: #333;
	font-family: 'Pretendard', sans-serif;
	font-size: 12px;
}
.coint_tm_portfolio .portfolio_filter ul li {
	margin-bottom: 10px;
}
.coint_tm_portfolio .portfolio_filter ul li a{
	position: relative;
	display: inline-block;
	z-index: 0;
}
.coint_tm_portfolio .portfolio_filter ul li a::after{
	content: "";
	position: absolute;
	top: -2px;
	right: -12px;
	bottom: -2px;
	left: -12px;
	background-color: #333;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	z-index: -1;
}
.coint_tm_portfolio .portfolio_filter ul li a:hover,
.coint_tm_portfolio .portfolio_filter ul li a.current{
	color: #fff;
}
.coint_tm_portfolio .portfolio_filter ul li a:hover::after,
.coint_tm_portfolio .portfolio_filter ul li a.current::after{
	transform: scaleX(1);
}
.coint_tm_section .section_inner{
	padding-top: 50px !important;
	padding-left: 60px !important;
	padding-right: 0 !important;
}
.coint_tm_section .section_inner::before{
	content: none !important;
	display: none !important;
	width: 0 !important;
	background: transparent !important;
}
@media (max-width: 1040px){
	.coint_tm_section .section_inner{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.coint_tm_mainpart{
	display: flex;
	top: 90px !important;
	bottom: 80px !important;
}
.coint_tm_mainpart .author_image{
	position: relative;
	width: 30%;
	height: 100%;
	z-index: 15;
}
.coint_tm_mainpart .main_content{
	position: relative;
	width: 70%;
	height: 100%;
}

/* History Timeline */
.coint_tm_history .history_list > ul{
	position: relative;
	padding-left: 28px;
}
.coint_tm_history .history_list > ul::before{
	content: "";
	position: absolute;
	left: 12px;
	top: 26px;
	bottom: 12px;
	width: 2px;
	background: rgba(0,0,0,0.12);
}
.coint_tm_history .history_list > ul > li{
	position: relative;
	margin-bottom: 36px;
	padding: 18px 22px 18px 26px;
	border: none;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.coint_tm_history .history_list > ul > li:hover{
	transform: translateY(-3px);
}
.coint_tm_history .history_list > ul > li:last-child{
	margin-bottom: 0;
}
.coint_tm_history .history_list > ul > li::before{
	content: "";
	position: absolute;
	left: -20px;
	top: 26px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #111;
	box-shadow: none;
}
.coint_tm_history .history_list > ul > li > h3{
	display: block;
	margin-bottom: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #111;
	letter-spacing: 0.02em;
}
.coint_tm_history .history_list .list-disc{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.coint_tm_history .history_list .list-disc li{
	position: relative;
	margin-bottom: 8px;
	padding-left: 18px;
	color: #4b4b4b;
	line-height: 1.6;
}
.coint_tm_history .history_list .list-disc li:last-child{
	margin-bottom: 0;
}
.coint_tm_history .history_list .list-disc li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #333;
	box-shadow: none;
}

/* =====================
   Accessibility
   ===================== */
a:focus-visible,
button:focus-visible,
select:focus-visible,
[role="button"]:focus-visible {
	outline: 2px solid #333;
	outline-offset: 2px;
}
input:focus-visible,
textarea:focus-visible {
	outline: none;
	border-color: #333 !important;
}

/* Privacy Consent */
.privacy-consent {
	width: 100%;
	float: left;
	margin-bottom: 18px;
}
.privacy-text {
	width: 100%;
	max-height: 100px;
	overflow-y: auto;
	border: 1px solid #b9b8c3;
	padding: 14px 16px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 12px;
}
.privacy-text p {
	margin-bottom: 2px;
}
.privacy-text strong {
	color: #333;
}
.privacy-check {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 13px;
	color: #333;
}
.privacy-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
	accent-color: #333;
	flex-shrink: 0;
}
.privacy-check em {
	color: #d44;
	font-style: normal;
	margin-left: 1px;
}
