@charset "utf-8";


* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; line-height:1;}
html {-ms-touch-action: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #ffffff; }
html,body{ height: 100%; margin: 0; background-color: #ffffff; font-weight: 400; color: #000000; letter-spacing: -0.25px; }


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0; box-sizing:border-box;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
input::-ms-clear {display:none}
button {border:0 none;background-color:transparent;cursor:pointer}
input[type="text"], textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input, textarea, button, select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}
body,th,td,input,select,textarea,button {font-size:14px; font-family: "Noto Sans","Open Sans", Helvetica, Arial, sans-serif; -webkit-text-size-adjust: none;letter-spacing:0}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal}
img, fieldset {border: 0}
button:focus { outline: none; }


/* 구글 폰트 */
body{ font-family: "Noto Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100; transition: all ease 0.3s;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}


/*링크에 대한 설정*/
a { text-decoration: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; color:#000;}
a:hover { text-decoration: none; }


/*텍스트 숨김처리*/
.blind{position:absolute; top:0; left:0; width:0; height:0; visibility:hidden; overflow:hidden; font-size:0; line-height:0;}

.wrap{position:relative;}

.mb20{margin-bottom:20px;}
.color-blue{color: #1774FF ! important;}
.color-red{color: #f24147 ! important;}

/*header*/
.header{position: fixed; top: 0; left: 0; width: 100%; height:auto; margin: 0 auto; background: #fff; z-index: 100;}
.header-inner{display: flex; align-items: center; justify-content: space-between; max-width:1280px; height:inherit; margin:0 auto; padding:  20px 30px;}
.logo > a {display: inline-block;}
.logo > a > img{height: 100px;}

.gnb-right{display: flex; align-items: center;}
.gnb , .gnb  ul, .gnb ul > li, .gnb ul > li > a{height:inherit;}
.gnb  {display: flex;}
.gnb  ul{display:flex; justify-content: center;}
.gnb  ul > li > a{position:relative; display:flex; align-items:center; padding:0 24px; font-size:20px; color:#222; font-weight: bold;}

.depth{position:absolute; top:100px; left:50%; transform:translateX(-50%); width:1280px; max-width:1280px; height:64px; overflow:hidden; z-index:5; visibility:hidden;}
.depth ul{position:absolute; display:flex; align-items:center; height:inherit;}
.depth ul > li > a{display:flex; align-items:center; height:72px; padding:0 16px; font-size:18px; color:#aaa;}
.depth ul > li > a:hover{color: #000;}

.langBtn {position: relative; margin-left: 16px; z-index: 1;}
.langBtn .langCurrent {position: relative; display: flex; align-items: center; gap: 4px; padding: 12px 16px; border: 1px solid #e5e5e5; border-radius: 5px; color: #555; font-size: 16px; cursor: pointer; transition: all ease 0.3s;}
.langBtn .langCurrent:hover {border: 1px solid #999;}
.langBtn .langSelect {position: absolute; display: none; background: #555555; top: 100%; width: 100%;}
.langBtn .langSelect li > a {display: block; padding: 12px; cursor: pointer; color: #ddd; font-size: 14px;}
.langBtn .langSelect li > a:hover {font-weight: 500;}
.langBtn .langSelect li.on > a {color: #fff; font-weight: bold !important;}

.top{height:60px; display:none;}
.top > .inner{height:inherit; display:flex; justify-content:space-between; align-items:center;}
.top > .inner > a , .top > button{height:inherit;}
.top > .inner > a.back{position:relative; display:block; width:60px;}
.top > .inner > a.back::before{content:''; position:absolute; top:50%; left:50%; width:12px; height:12px; border-top:1.5px solid #000; border-left:1.5px solid #000; transform:translate(-50%,-50%) rotate(-45deg);}
.top > .inner > a.logo{display:flex; align-items:center; width:100px;}
.top > .inner > a.logo img{width:100%}
.top > .inner > button{position:relative; display:block; width:60px; height:inherit;}
.top > .inner > button::before, .top > .inner > button::after{content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:20px; height:1px; background-color:#000;}
.top > .inner > button::before{transform:translate(-50%,-5px);}
.top > .inner > button::after{transform:translate(-50%,5px);}

/*container*/
.wrap{background: #f5f5f5;}
.container {position: relative; overflow: hidden; z-index: 0;}
.container::before {content: ''; display: block; position: absolute; width: 100%; height: 100%; background: #fff; z-index: -1;}
.contents{max-width:1280px; margin:0 auto;}
.main-contents{max-width:1280px; margin:0 auto;}
.inner-padding{padding:120px 0;}
.inner-padding:after{content:''; clear:both; display:block;}
.inner-padding h2{margin-bottom:120px; font-size:40px; text-align:center;}


/*button style*/
.btn-single{text-align:center;}
.btn-style01{display:inline-block; padding:20px 48px; border-radius:50px; font-size:18px;}
.btn-color01{background-color:#fff; color:#000; border: 1px solid #333;}
.btn-color02{background-color:#fff; color:#1774FF !important; border: 1px solid #fff;}


/*main-visual*/
.main-visual{margin-top: 143px; background: url(../../img/main.png) center center no-repeat; background-size:cover;}
.main-title {padding: 180px 30px;}
.main-title > span{display: block; text-align: center; font-size: 28px; color: #bad6ff; font-weight: bold;}
.main-title > .title{margin-top: 32px; font-size: 68px; line-height: 130%;  text-align: center; font-weight: bold; color: #fff; letter-spacing: -2px;}

/*main-description*/
.main-wrap-bg{position: relative; margin-bottom: 240px; backdrop-filter: blur(400px);}
.main-wrap-bg:before{position: absolute; content: ''; display: block; width: 100%; height: 100%; background: url(../../img/bg-part1.png) center 140px no-repeat; background-size: 800px; filter: blur(70px); z-index: -1;  animation-name: circlemove; animation-duration: 2s; animation-iteration-count: infinite;}

@keyframes circlemove {
    from {
      background-position: 200px 140px;
    }

    50%{
        background-position: 200px 200px;
    }

    to {
        background-position: 200px 140px;
    }
  }

.main-wrap-bg:after{position: absolute; content: ''; display: block; top: 780px; width: 100%; height: 100%; background: url(../../img/bg-part2.png) 300px -100px no-repeat; background-size: 470px; filter: blur(170px); z-index: -1; animation-name: circlemove2; animation-duration: 1.5s; animation-iteration-count: infinite;}

@keyframes circlemove2 {
    from {
      background-position: 1000px 60px;
    }

    50%{
        background-position: 1000px 0px;
    }

    to {
        background-position: 1000px 60px;
    }
  }

.main-about{padding: 160px 0;}
.dafin-desc  {transition:all 0.3s linear;}
.dafin-desc > h3 {display: block; text-align: center; margin-bottom: 60px; font-size: 52px; line-height: 130%; font-weight: bold; color: #000; }
.flex-horizon {display: flex; align-items: center; gap:50px; padding: 0 20px;}
.dafin-desc-list{display: flex; flex-direction: column; gap: 20px;}
.dafin-p {font-size: 22px; line-height: 130%; color: #555;}
.flex-horizon > img{flex:0 0 360px; height: 180px; border-radius: 500px;}

.main-desc{width: 100%; padding: 120px 100px 30px; text-align: center;}
.main-desc > span{display: inline-block; width: 190px; height: 160px; background: url(../../img/logo-dafin.png)center center no-repeat; background-size: contain;}
.main-desc > p{margin-top: 40px; font-size: 60px; color: #000; line-height: 150%; letter-spacing: -2px;}
.main-desc > p > strong{display: block;}


/*features*/
.features{position: relative; padding: 140px 30px; background: url(../../img/main-features-bg.png) center center no-repeat; background-size: cover; z-index: 0;}
.features::after{position: absolute; display: block; content: ''; top:0; left:0; width: 100%; height: 300px; background:linear-gradient(180deg, rgba(255,255,255,100) 40%, rgba(255,255,255,0) ) ; z-index: -1;}
.features > .contents{display: flex; justify-content: space-between; height: 100%;}

.title-features{position: sticky; top: 100px; height: 100%; margin-bottom: 40px;}
.title-features > strong {font-size: 80px; font-weight: bold;}
.title-features > strong > em{display: block; font-size: 80px; font-weight: bold;}
.title-features > span{display: block; margin-top: 40px; font-size: 40px; color: #999;}
.features-list{;}
.features-item{margin-bottom: 80px; padding: 60px 40px; background: rgba(255,255,255,.3); backdrop-filter: blur(30px); border-radius: 10px; transition:all 0.3s linear;}
.features-item > span {display: inline-block; width: 700px; margin-bottom: 40px; overflow: hidden;}
.features-item > span > img{width: 100%;}
.features-item > dl{display: flex; justify-content: space-between; gap: 40px; width: 700px;}
.features-item > dl > dt{font-size: 40px; line-height: 130%; font-weight: bold;}
.features-item > dl > dd{font-size: 18px; color: #555; line-height: 140%;}


/*footer*/
.footer{position: relative; max-width: 1280px; margin: 80px auto 80px; padding: 0 40px 80px;}
.footer-wrap{display:flex; justify-content: space-between; align-items: center;}
.footer-wrap > img{width:100px; height:fit-content;}
.footer-wrap > .wrap-sns {display: flex;}
.footer-wrap > .wrap-sns > a{display: block; width: 52px; height: 52px; margin-left: 8px; border-radius: 100%; background: #ddd;}
.footer-wrap > .wrap-sns > .kakao{background: #F9E000;}
.footer-wrap > .wrap-sns > .telegram{background: #00AAE7;}
.footer-wrap > .wrap-sns > .facebook{background: #435D98;}
.footer-wrap > .wrap-sns > .twitter{background: #2AA0D5;}
.footer-wrap > .wrap-sns > .medium{background: #000000;}
.info-company{margin-top: 40px;}
.info-company > p{margin-bottom: 8px; font-size: 16px; color:#aaa;}
.info-company > .wrap-info{margin-top: 40px; font-size:16px; color:#aaa;}
.info-company > .wrap-info > p{margin-bottom: 12px; line-height: 1.2;}
.info-company > .wrap-info > p > em{color: #666;}
.copyright{display:block; margin-top:32px; font-size:16px; color:#666;}
.wrap-terms {margin-top: 20px;}
.wrap-terms > a{display: inline-block; padding: 0 12px; color: #999;}
.wrap-terms > a:first-child{padding-left:0; border-right: 1px solid #ddd;}

/*popup*/
.regulatory-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(17, 24, 39, 0.75);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);display: flex;justify-content: center;align-items: center;z-index: 9999;}
.regulatory-popup {background-color: #fff;width: 90%;max-width: 500px;border-radius: 10px;box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);overflow: hidden;transform: translateY(0);animation: float-in 0.5s cubic-bezier(0.16, 1, 0.3, 1);}
.popup-header {position: relative;padding: 20px 24px;background: linear-gradient(90deg, #091626 0%, #505e71 100%);color: white;}
.popup-header h2 {font-size: 18px;font-weight: 600;margin-right: 20px;}
.popup-alert-icon {display: inline-block;margin-right: 10px;vertical-align: middle;}
.popup-alert-icon svg {width: 20px;height: 20px;fill: white;}
.popup-content {padding: 24px;}
.regulatory-notice {margin-bottom: 16px;padding: 16px;background-color: #EFF6FF; border-radius: 4px 0 0 4px;font-weight: 500;line-height: 1.4; color: #1774ff;}
.popup-message {color: #4B5563;font-size: 15px;line-height: 1.4;}
.popup-footer {display: flex;justify-content: flex-end;gap: 12px;padding: 16px 24px 24px;}
.popup-btn {padding: 12px 20px;border-radius: 4px; font-size: 14px;font-weight: 500;cursor: pointer;transition: all 0.2s;border: none;outline: none;}
.btn-dont-show {background-color: #F3F4F6;color: #4B5563;}
.btn-dont-show {background-color: #E5E7EB;}
.btn-close {background-color: #2563EB;color: white;}
.btn-close {background-color: #1D4ED8;}
@keyframes float-in {0% {opacity: 0;transform: translateY(20px);} 100% {opacity: 1;transform: translateY(0);}}
@media (max-width: 640px) {.regulatory-popup {width: 95%;}.popup-header {padding: 16px 20px;}.popup-content {padding: 20px;}.popup-footer {padding: 12px 20px 20px;flex-direction: column;}.popup-btn {width: 100%;}}


@media screen and (max-width:1280px) {
    .scroll-right{width: calc(100% - 340px);}
    .wrap-phone > .phone-left{ height: 560px;}
    .wrap-phone > .phone-right{right: 0px; height: 560px;}
    .main-desc{padding: 0 30px;}
    .main-desc > p{font-size: 40px;}

    .main-wrap-bg{margin-bottom: 120px;}
    .flex-horizon{flex-direction: column;}
    .flex-horizon > img{display: none;}

    .features-item{display: flex; justify-content: start; align-items: center; gap: 60px; margin-bottom: 0px; background: none; backdrop-filter: none;}
    .features-item > span {width: 500px; height: 280px; margin-bottom: 0; border-radius: 10px;}
    .features-item > span > img {width: 100%; height: auto;}
    .features-item > dl {display: block; width: 100%; flex: 1;}

    .wrap-grid > .row-grid {flex-direction: column;}
    .column-single {margin:0 0 40px;}
    .column-double{flex-direction: row; flex: 1 1 400px;}
    .column-double > li {width: 100%; height: 100%; margin: 0 40px 0 0; padding: 60px;}
    .column-double > li:last-child {margin-right: 0px;}

    .column-single > li{height: 400px; padding: 60px; background: #212121 url(../../img/iPhone-right.png) right 10px no-repeat; background-size: 650px;}
    .column-single > li > strong{font-size: 40px;}
    .column-single > li > span, .column-double > li > span {font-size: 20px;}
    .features > .contents{display: block;}
    .features::before{width: 1370px; height: 700px; margin-left:0}
    .features::after{width: 1370px; height: 700px;}
    .features-item > dl > dt{margin-bottom: 12px;}
    .title-features {position: relative; top: 0;}
    .title-features > strong {display: block; font-size: 50px; font-weight: bold; text-align: center;}
    .title-features > strong > em {display: inline-block; font-size: 50px; }
    .title-features > span{display: block; margin-top: 20px; text-align: center; font-size: 28px;}

    .title-section{font-size: 80px;}
    .services > p{margin-top: 40px; font-size: 24px;}

    .wrap-btn{margin-top: 60px;}
    .btn-circle > img {height: 48px;}
}

@media screen and (max-width:980px) {
    .main-scrolling{height: auto; padding: 240px 30px 120px;}
    .main-title > .title{font-size: 40px;}
    .main-about{padding: 120px 0;}
    .dafin-desc{padding: 0;}

    .title-section {font-size: 52px; letter-spacing: -2px;}
    .title-features > strong{font-size: 32px;}
    .title-features > strong > em {font-size: 32px;}
    .features{display: flex; flex-wrap: wrap; height: auto; margin-top: 120px; padding: 80px 30px;}
    .features::before,.features::after{display: none;}
    .features-item{display: flex; flex: 1 1 50%; flex-direction: column; gap: 30px; margin: 0 0 60px 0; padding: 0 20px;}
    .features-item > span{width: 100%; height: auto;}
    .features-item > span:nth-child(2n-1){margin-right: 0px;}
    .features-item > span > img{flex:0 0 300px; order: 1; width: 100%; height: auto; margin: 0 !important; border-collapse: separate;}
    .features-item > dl > dt {margin-bottom: 12px; font-size: 24px;}
    .main-desc > p{font-size: 28px;}
}

@media screen and (max-width:820px) {
    .logo > a > img{height: 72px;}
    .gnb > ul > li > a{padding: 0 16px; font-size: 16px;}
    .langBtn .langCurrent{padding: 12px; font-size: 15px;}

    .main-visual{margin-top: 115px;}
    .main-wrap-bg{margin-bottom: 60px;}
    .dafin-desc > h3{font-size: 32px;}
    .dafin-desc-list{flex-direction: column;}
    
    .column-single {margin: 0 0 20px;}
    .column-single > li{background: #212121 url(../../img/iPhone-right.png) right 160px no-repeat; background-size: 400px;}
    .column-double {flex-direction: column;}
    .column-double > li{margin: 0 0 20px 0;}
    

    .features-item {flex: 1 1 60%; gap: 20px; padding: 0px;}
    .features-item > dl > dd {font-size: 18px;}

}

@media screen and (max-width:670px) {
    .header-inner{flex-direction: column; align-items: flex-start; gap: 12px;}
    .gnb-right{justify-content: space-between; width: 100%;}
    .gnb > ul > li > a{padding: 0 8px;}
    .gnb > ul > li:first-child > a{padding: 0 8px 0 0;}
}

@media screen and (max-width:550px) {
    
    .header {height: auto;}
    .header-inner{padding: 20px 30px;}
    .logo > a > img{height: 60px;}
    
    .main-visual{margin-top: 155px;}
    .main-title > span{font-size: 15px;}
    .main-title {padding: 60px 20px;}
    .main-title > .title{font-size: 24px; letter-spacing: -1px;}
    .main-about{padding: 80px 0 0;}

    .dafin-desc > h3{margin-bottom: 20px;}
    .dafin-desc-list{gap: 20px;}
    .dafin-p{font-size: 16px;}
 
    .dafin-desc > h3{margin-bottom: 20px; font-size: 24px; letter-spacing: -1px;}
    .dafin-desc > p{font-size: 16px; letter-spacing: -1px;}

    .main-desc{padding: 80px 20px 0;}
    .main-desc > p{margin-top: 24px; font-size: 24px;}
    .main-desc > span {height: 80px;}
    
    .features{margin-top: 80px; padding: 80px 30px;}
    .features-item > dl{margin-top: 16px;}
    .features-item > dl > dt{font-size: 20px; text-align: center;}

    .title-section{font-size: 40px; letter-spacing: -1px;}
    .services > p{font-size: 18px;}

    .wrap-grid > .row-desc {font-size: 16px;}

    .column-double {flex-direction: column;}
    .column-double > li{padding: 40px; }
    .column-double > li > strong{font-size: 24px;}
    .column-single > li{height: auto; padding: 40px; background: #212121;}
    .column-single > li > strong{font-size: 24px;}
    .column-single > li > span, .column-double > li > span{font-size: 16px;}

    .title-features > strong, .title-features > strong > em{font-size: 24px;}
    .title-features > span{margin-top: 12px; font-size: 24px;}

    .footer-wrap {flex-direction: column; align-items: flex-start;}
    .footer-wrap > img {width: 80px;}
    .footer-wrap > .wrap-sns{margin-top: 20px;}
    .footer-wrap > .wrap-sns > a {width: 32px; height: 32px; margin: 0 8px 0 0;}

    .info-company > p{font-size: 14px;}
    .info-company > .wrap-info{margin-top: 24px; font-size: 14px;}
    .wrap-terms{font-size: 15px;}
    .copyright{font-size: 14px;}
}

