body{
    background: #000000;
    font-family: 'GmarketSansLight' !important;
    color: #fff;
}

@font-face {
    font-family: "GmarketSansLight";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

h1{
    font-size: 70px;
    line-height: 1.4;
    font-family: "GmarketSansBold";

}

.inner{
    width: 1400px;
    margin: 0 auto;
}

#about-wrap{
    margin-top: 180px;
    margin-bottom: 200px;
}

#about-wrap .sec-1 {
    margin-bottom: 100px;
}

#about-wrap .sec-1 .cbox{
    margin-top: 50px;
}

#about-wrap .sec-1 .img-wrap{
    display: flex;
}

#about-wrap .sec-1 .img-wrap .img-2{
    justify-content: flex-end;
    margin-left: auto;
    margin-top: -150px;
    margin-left: 70px;
}

#about-wrap .sec-1 .img-wrap .img-2 p{
    font-size: 25px;
    margin-top: 30px;
}

#about-wrap .sec-2 .t-tbox {
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 150px 0 0 287px;
}

#about-wrap .sec-2 .t-tbox .num {
    position: absolute;
    left: 0;
    top: -168px;
    font-size: 300px;
    color: #1db7ff;
    font-family: "GmarketSansBold";
    z-index: -1;
}

#about-wrap .sec-2 .t-tbox::after{
    display: block;
    content: "About Us";
    position: absolute;
    right: 0;
    top: 100px;
}

#about-wrap .sec-2 .tbox{
    position: relative;
    width: 950px;
    display: table;
    margin: 50px auto 0 auto;
    padding-left: 50px;
}

#about-wrap .sec-2 .tbox dt{
    display: flex;
    flex-wrap: wrap;
}

#about-wrap .sec-2 .tbox dl:not(:last-child){
    margin-bottom: 100px;
}


#about-wrap .sec-2 .tbox::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba( 255 255 255 / 20%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#about-wrap .sec-2 .tbox span{
    color: #1db7ff;;
    margin-right: 20px;
}

#about-wrap .sec-2 .tbox dt span,
#about-wrap .sec-2 .tbox dt p{
    font-family: "GmarketSansBold";
    display: inline-block;
    font-size: 30px;
}

#about-wrap .sec-2 .tbox dt p{
    width: calc(100% - 60px);
    justify-content: flex-end;
}

#about-wrap .sec-2 .tbox dd{
    margin-top: 30px;
    font-size: 20px;
    padding-left: 60px;
}

#grt-wrap{
    position: relative;
    padding-bottom: 100px;
}

#grt-wrap .img-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 355px;
}

#grt-wrap .img-box > div{
    position: relative;
}

#grt-wrap .img-box p{
    position: absolute;
    font-size: 200px;
    font-family: "GmarketSansBold";
}

#grt-wrap .img-box p.txt-1 {
    top: -120px;
    left: -190px;
}

#grt-wrap .img-box p.txt-2{
    bottom: -10rem;
    left: -11rem;
    letter-spacing: -0.06em;
}

#grt-wrap .tbox-wrap{
    width: 790px;
}

#grt-wrap .tbox-wrap h1{
    font-size: 60px;
}

#grt-wrap .tbox-wrap .cbox p{
    width: 650px;
    font-size: 16px;
}

#grt-wrap .tbox-wrap .cbox p > span{
    display: block;
    font-family: "GmarketSansBold";
    margin-top: 20px;
}

.mail{
    background: #fff;
    border-radius: 50px;
    display: table;
    padding: 10px 30px;
}

.mail span{
    background: url("../images/mail.png") left center no-repeat;
    padding-left: 30px;
    font-weight: bolder;
}

#grt-wrap .tbox-wrap .mail{
    margin-top: 80px;
}

#grt-wrap .tbox-wrap .list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 80px;
}

#grt-wrap .tbox-wrap .list .item{
    width: calc((100% - 20px)/2);
    background: #fff;
    padding: 40px;
    color: #111;
}

#grt-wrap .tbox-wrap .list .item b{
    position: relative;
    font-family: "GmarketSansBold";
}

#grt-wrap .tbox-wrap .list .item b::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #111;
    margin-right: 10px;
}


#grt-wrap .tbox-wrap .list .item li{
    display: flex;
}

#grt-wrap .tbox-wrap .list .item span {
    width: 6px;
    height: 1px;
    background: #111;
    margin-right: 0;
    margin-top: 11px;
}

#grt-wrap .tbox-wrap .list .item p{
    width: calc(100% - 20px);
    margin-left: 10px;
}

#grt-wrap .tbox-wrap .list .item.on{
    background: #1db7ff;
    color: #fff;
    transition: 0.2s;
}

#grt-wrap .tbox-wrap .list .item.on b::before,
#grt-wrap .tbox-wrap .list .item.on span{
    background: #fff;
}

#cfd-wrap{
    margin-bottom: 100px;
}

#cfd-wrap .img-box{
    display: flex;
}

#cfd-wrap .img-box .img-2{
    justify-content: flex-end;
    margin-left: auto;
}

#cfd-wrap .tbox{
    display: flex;
    margin-top: 100px;
}

#cfd-wrap .tbox .txt{
    width: 770px;
    justify-content: flex-end;
    margin-left: auto;
}

#contact-wrap .tbox{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

#contact-wrap .mail{
    cursor: pointer;
    margin: 50px auto;
}

#contact-wrap .mail:hover{
   transform: translateY(10px);
   transition: 0.2s;
}

#contact-wrap .map{
    position: relative;
}

#contact-wrap .map .arr{
    position: absolute;
}

#contact-wrap .map .arr-1 {
    top: 13rem;
    left: 26rem;
}

#contact-wrap .map .arr-2 {
    top: 20rem;
    right: 18rem;
}

#contact-wrap .map .arr-3 {
    bottom: 22rem;
    left: 20rem;
}

.dot {
    position: relative;
    top: 22rem;
    left: 38rem
}

.dot span{
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:#1db7ff;
}

.dot span::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:#1db7ff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: dots linear 1.5s infinite;
}

@keyframes dots {
    0%{
      opacity: 0.7;
      transform: scale(1);
    }
    100%{
      opacity: 0;
      transform: scale(4);
    }
}

#dsc-wrap{
    margin-bottom: 100px;
}

#dsc-wrap .tbox{
    position: relative;
    display: flex;
    gap: 0 50px;
    margin-top: 50px;
}

#dsc-wrap .tbox p:first-child:after{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255 255 255 / 10%);
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

#dsc-wrap .tbox p{
    width: calc((100% - 50px) / 2);
}




@media screen and (max-width: 1390px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }

    #about-wrap .sec-1 .img-wrap .img-1,
    #about-wrap .sec-1 .img-wrap img{
        width: 100%;
    }
  
    #about-wrap .sec-1 .img-wrap .img-2 {
        margin: 0 auto;
    }

    #about-wrap .sec-1 .img-wrap .img-2 img{
        display: none;
    }

    #about-wrap .sec-1 .img-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    
    #about-wrap .sec-1 .img-wrap .img-2 p {
        width: 70%;
        margin: 50px auto;
        font-size: 20px;
        text-align: center;
    }

    #about-wrap .sec-2 .t-tbox .num{
        font-size: 200px;
        top: -5rem;
    }

    #about-wrap .sec-2 .t-tbox {
        padding: 130px 0 0 160px;
    }

    #about-wrap .sec-2 img{
        width: 100%;
    }

    #about-wrap .sec-2 .tbox{
        width: 100%;
        padding-left: 20px;
    }

    #about-wrap .sec-2 .tbox dt span,
    #about-wrap .sec-2 .tbox dt p{
        font-size: 20px;
    }
   
    #about-wrap .sec-2 .tbox dd {
        font-size: 16px;
        padding-left: 40px;
    }

    #about-wrap{
        margin-bottom: 100px;
    }

    #grt-wrap .img-box {
        position: relative;
        top: initial;
        right: inherit;
        width: 100%;
    }

    #grt-wrap .img-box p{
        font-size: 100px;
    }

    #grt-wrap .img-box p.txt-1 {
        top: -5rem;
        left: 0;
    }

    #grt-wrap .img-box p.txt-2 {
        bottom: -2rem;
        left: auto;
        right: 0;
    }

    #grt-wrap .img-box img{
        margin: 0 auto;
        width: 50%;
    }

    #grt-wrap .tbox-wrap {
        width: 100%;
        margin-top: 30px;
    }

    #grt-wrap .tbox-wrap h1 {
        font-size: 30px;
    }

    #grt-wrap .tbox-wrap .cbox{
        text-align: center;
    }

    #grt-wrap .tbox-wrap .cbox p{
        width: 50%;
        margin: 0 auto;
    }

    #grt-wrap .tbox-wrap .mail{
        margin: 30px auto 0 auto;
    }

    #grt-wrap .tbox-wrap .list .item{
        padding: 20px;
    }
        
    #grt-wrap .tbox-wrap h1{
        margin-bottom: 20px;
    }

    #cfd-wrap .img-box {
        flex-wrap: wrap;
    }

    #cfd-wrap .img-box .img-1{
        width: 60%;
    }

    #cfd-wrap .img-box .img-2{
        width: 36%;
    }

    #cfd-wrap .tbox{
        margin-top: 50px;
    }

    #contact-wrap .tbox{
        width: 100%;
    }

    .map-img{
        width: 100%;
    }


    #contact-wrap .map .arr-1 {
        top: 4.5rem;
        left: 5.8rem;
    }

    #contact-wrap .map .arr-2 {
        top: 6rem;
        right: 3rem;
    }

    #contact-wrap .map .arr-3 {
        bottom: 7rem;
        left: 6rem;
    }


    #dsc-wrap .tbox {
        margin-top: 30px;
        gap: 0;
        flex-wrap: wrap;
    }

    #dsc-wrap .tbox p{
        width: 100%;
    }

    #dsc-wrap .tbox p:first-child{
        margin-bottom: 20px;
    }

    #dsc-wrap .tbox p:first-child:after{
        display: none;
    }

    #cfd-wrap .tbox{
        flex-wrap: wrap;
    }

    #cfd-wrap .tbox h1,
    #cfd-wrap .tbox .txt{
        width: 100%;
    }

    #contact-wrap .map{
        width: 640px;
        margin: 0 auto;
    }
    
    .map-img{
        width: 100%;
    }

    .dot {
        top: 11rem;
        left: 16rem;
    }

    #contact-wrap .map .arr{
        width: 100px;
    }

    #contact-wrap .map .arr-1 {
        top: 6.5rem;
        left: 5.8rem;
    }

    #contact-wrap .map .arr-2 {
        top: 10rem;
        right: 8rem;
    }

    #contact-wrap .map .arr-3 {
        bottom: 8rem;
        left: 4rem;
    }
    
}


@media screen and (max-width: 768px){
    h1{
        font-size: 30px;
    }

    #cfd-wrap .tbox h1{
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 700px){
    .dot {
        top: 9rem;
    }
}

@media screen and (max-width: 640px){

    #contact-wrap .map {
        width: 320px;
        margin: 0 auto;
    }

    .map-img{
        width: 320px;
    }

    #contact-wrap .map .arr {
        width: 60px;
    }

    .dot {
        top: 5.5rem;
        left: 8rem;
    }

    #contact-wrap .map .arr-1 {
        top: 3.5rem;
        left: 1.8rem;
    }

    #contact-wrap .map .arr-3 {
        bottom: 4rem;
        left: 4rem;
    }

    #contact-wrap .map .arr-2 {
        right: 2rem;
        top: 5rem;
    }

    #about-wrap{
       margin-top: 100px;
    }

    #about-wrap .sec-1 .img-wrap .img-2 p{
        width: 100%;
    }

    #about-wrap .sec-2 .t-tbox {
        padding: 130px 0 0 50px;
    }

    #about-wrap .sec-2 .tbox dl:not(:last-child){
        margin-bottom: 50px;
    }

    #about-wrap .sec-2 .tbox dt span,
    #about-wrap .sec-2 .tbox dt p {
        font-size: 16px;
    }

    #about-wrap .sec-2 .tbox dd{
        font-size: 14px;
    }

    #grt-wrap .img-box p{
        font-size: 60px;
    }

    #grt-wrap .img-box p.txt-1 {
        top: -3.5rem;
    }

    #grt-wrap .tbox-wrap h1{
        font-size: 25px;
        margin-bottom: 20px;
    }


    #grt-wrap .tbox-wrap .list .item{
        width: 100%;
    }


    #grt-wrap .tbox-wrap .cbox p{
        width: 100%;
    }

    #dsc-wrap{
        margin-top: 50px;
    }
}




@media screen and (max-width: 550px){


    
}

@media screen and (max-width: 390px){

}

@media screen and (max-width: 350px){

}