
@font-face {
    font-family: 'Spoqa';
    font-weight: 400;

    src: url('/common/fonts/SpoqaHanSansRegular.woff2') format('woff2'), url('/common/fonts/SpoqaHanSansRegular.woff') format('woff'), url('/common/fonts/SpoqaHanSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto';
    font-weight: 900;

    src: url('/common/fonts/NotoSansKR-Bold.woff2') format('woff2'), url('/common/fonts/NotoSansKR-Bold.woff') format('woff'),url('/common/fonts/NotoSansKR-Bold.otf') format('truetype'); 
}

* {
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Spoqa';
    font-weight: 300;
}

img {
   margin:0;
   padding:0;
   image-rendering: -webkit-optimize-contrast;
}

.container {
    width: 100%;
}

.link-container {
    height: 100vh;
    display: flex;
    align-items: center;
}

.container .head {
    position:fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #6b86ca;
}

.container .head .img1 img {
    width: 35%;
    transform: translateX(10%) translateY(-35%);
}

.container .head .img2 img {
    width: 50%;
    transform: translateX(90%) translateY(15%);
}

.title {
    max-width: 1024px;
    margin: auto;
    margin-top: 150px;
}

.title div img {
    width: 100%;
}

.title .title-row {
    display: flex;
    flex-direction: row;
}

.title .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title .left {
    width: 40%;
}

.title .center {
    width: 30%;
}

.title .right {
    width: 40%;
}

.title .left-img {
    margin-top: 350px;
}

.title .center-img {
    margin: auto;
    width: 80%;
}

.title .center img:nth-child(2) {
    transform:translateY(-10%);
}

.title .right {
    display: flex;
    flex-direction: column;
}

.title .right-img {
    margin-top: 50px;
}

.title .right-img2 {
    width:60%;
    
}

.title .right-img3 {
    width: 40%;
    margin: 0 0 0 auto;
    padding-right: 50px;
}

.mom-video {
    margin: 30px 0;
}

.video-title {
    font-family: Noto;
    margin: auto;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    padding-top: 20px;
    letter-spacing: -1px;
}

.video-sub-title {
    font-family: Noto;
    margin: auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.col-right {
    width: 100%;
}

.main {
    background-color: #6b86ca;
    display: flex;
    flex-direction: column;
}

.main .main-title {
    font-family: Noto;
    margin: auto;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    padding-top: 20px;
    letter-spacing: -1px;
    height: 100px;
}

.main .main-img1 {
    transform: translateY(-35%);
    margin: auto;
    text-align: center;
}

.main .main-img2 {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    width: 100%;
}

.main .main-img1 img {
    width: 50%;
}

.main .main-img2 img {
    width: 75%;
    transform: translateY(5px);
}

.main .main-2 {
    background-color: #fff;
}

.search {
    max-width: 1024px;
    margin: auto;
}

.search .main-title {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 600px;
    margin: auto;
    text-align: center;
    font-family: Noto;
}

.search .main-title p {
    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
    background-color: #6b86ca;
    text-align: center;
}

.search .search-box {
    display: flex;
    flex-direction: column;
}

.search .searchBox {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search .searchBox .main-img {
    width: 50%;
    text-align: center;
}

.search .searchBox .main-img img {
    width: 80%;
}

.search .searchBox .main-content-img {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    padding-top: 5%;
}

.search .searchBox .main-content-img p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -1px;
}

.search .searchBox .main-content-img img {
    width: 55%;
}

.search .searchBox .main-content-img .search-back {
    margin-top: 40px;
    margin-bottom: 30px;;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -1px;
}

.search .searchBox .main-content-img .search-back span {
    background-image: url("/common/images/Asset 10.png");
    background-size: cover;
}

.save {
    background-color: #6b86ca;
}

.save .save-box {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
    position: relative;
}

.save .save-text-box {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    width: 50%;
    margin-top: 15%;
    text-align: right;
    word-spacing: -1px;
}
.save .save-text-box span {
    position: relative;
}

.save .save-text-box span img {
    position: absolute;
    width: 120%;
    top:-30%;
    left: -5%;
}

.save .save-img-box {
    position: relative;
    margin-right: 10%;
    width: 50%;
    
}
.save .save-img-box img:nth-child(1){
    width: 90%;
}

#asset12 {
    position:absolute;
    top:60%;
    width: 10%;
}

.ticket-detail {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
    position: relative;
}


.ticket-detail .asset20 {
    width: 45%;
    height: 45%;
}

.ticket-detail .asset15 {
    width: 6%;
    height:15%;
    position: absolute;
    top: 60%;
    left: 15.5%;
}

.ticket-detail .detail-text-box {
    margin-top: 8%;
    padding-left: 5%;
}

.ticket-detail .detail-text-box ul {
    margin: 0;
    padding: 0;
}

.ticket-detail .detail-text-box li{
    list-style: none;
    font-size: 1.8rem;
    font-weight: 400;
}

.ticket-detail .detail-text-box li:nth-child(2) {
    background-image: url('/common/images/Asset 17.png');
    background-size: cover;
    width: 180px;
}

.ticket-detail .detail-text-box img {
    width: 70%;
}

.reSearch {
    background-color: #6b86ca;
}

.reSearch .reSearch-box {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.reSearch .reSearch-box ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.reSearch .reSearch-box li {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.reSearch .reSearch-box li span{
    position: relative;
    
}

.reSearch .reSearch-box li span img{
    position: absolute;
    width: 115%;
    top: -20%;
    left: -5%;
}

.reSearch .reSearch-box img {
    width: 45%;
    margin: 0 0 0 auto;
}

.reSearch .reSearch-box .reSearch-text-box {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: 10%;
}

.reSearch .reSearch-box .reSearch-text-box .asset18 {
    width: 70%;
}


.reSearch .reSearch-box .asset20 {
    margin-right: 10%;
    width: 45%;
    height: 45%;
    
    transform: translateX(-15%);
}

.reSearch .reSearch-box .asset15 {
    position: absolute;
    width: 5%;
    height: 12%;
    right: 41%;
    top: 70%;
}

.chart {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.chart .asset22 {
    width: 50%;
    height:50%;
    margin-right: 5%;
}

.chart .chart-text-box {
    margin-top: 8%;
}

.chart .chart-text-box img {
    width: 90%;
    margin-bottom: 20px;
}

.chart .chart-text-box ul {
    margin: 0;
    padding: 0;
}

.chart .chart-text-box li {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 400;
}

.chart .chart-text-box li span {
    background-image: url("/common/images/Asset 23.png");
    background-size: cover;
}

.like {
    background-color: #6b86ca;  
}

.like .like-box {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.like .like-box .like-text-box {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    transform: translateX(20%);
}

.like .like-box .like-text-box .like-img{
    width: 20%;
    margin: 0 0 0 auto;
    margin-right: 10px;
}

.like .like-box .like-text-box img:nth-child(2){
    width: 60%;
    margin: 0 0 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    
    
}

.like .like-box .like-text-box span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: right;
    margin-top: 5px;
}

.like .like-box .like-text-box span span {
    position: relative;
}


.like .like-box .like-text-box span span img{
    width: 110%;
    top: -23%;
    left: -3%;
    position: absolute;
}

.like .like-box .like-img-box img{
    width: 60%;
    transform: translateX(20%) translateY(5.2px);
}

.awesome {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.awesome .awesome-img-box img {
    width: 80%;
    transform: translateX(15%) translateY(5px);
}

.awesome .awesome-text-box {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
}

.awesome .awesome-text-box img:nth-child(1) {
    width: 20%;
    margin-bottom: 15px;
}

.awesome .awesome-text-box img:nth-child(2) {
    width: 70%;
    margin-bottom: 15px;
    transform: translateX(-3%);
}

.awesome .awesome-text-box span {
    font-size: 1.8rem;
    font-weight: 400;
}

.awesome .awesome-text-box span span {
    background-image: url("/common/images/Asset 31.png");
    background-size: cover;
}

.service {
    background-color: #6b86ca;
}

.service .service-box {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

.service .service-box .service-img-box img {
    width: 15%;
    margin-top: 50px;
    margin-bottom: 80px;
} 

.service .service-box .service-text-box {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
} 

.service .service-box .service-text-box span {
    margin-bottom: 10px;
}

.service .service-box .service-text-box span:nth-child(2) {
    background-color: #ec5758;
    margin: auto;
    margin-bottom: 30px;
}

.prod {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.prod .prod-text-box {
    text-align: right;
    margin-top: 10%;
}

.prod .prod-text-box img {
    transform: translateX(-1%);
    width: 60%;
}

.prod .prod-text-box ul {
    margin: 0;
}

.prod .prod-text-box li {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 400;
}

.prod .prod-img-box img {
    width: 70%;
}

.info {
 background-color: #6b86ca;
}

.info .info-box {
    margin: auto;
    position: relative;
}

.info .info-box ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
}

.info .info-box li {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

.info .info-box .info-1 {
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    width: 500px;
    margin: auto;
}

.info .info-box .info-2 {
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    width: 500px;
    margin: auto;
}

.info .info-box .info-1 .info-img-box {
    width: 10%;
}

.info .info-box .info-1 ul {
    width: 90%;
}

.info .info-box .info-1 li span {
    position: relative;
}

.info .info-box .info-1 li span img {
    width: 120%;
    top: -5%;
    left: -10%;
    position: absolute;
}

.info .info-box .info-2 .info-img-box {
    width: 10%;
}

.info .info-box .info-2 ul {
    width: 90%;
}

.info .info-box .info-2 li span {
    position: relative;
}

.info .info-box .info-2 li span img {
    width: 115%;
    height:135%;
    top: -22%;
    left: -5%;
    position: absolute;
}


.info .info-box .info-1 .info-img-box img{
    position: absolute;
    width: 10px;
    top: 33%;
}

.info .info-box .info-2 .info-img-box img{
    position: absolute;
    width: 10px;
    top: 64%;
}

.point {
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.point .point-title {
    margin: auto;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-family:Noto;
    width: 430px;
}

.point .point-title p {
    background-color: #6b86ca;
}

.point .point-contents {
    display: flex;
    flex-direction: row;
}

.point .point-img-box {
    width: 40%;
}

.point .point-img-box img {
    width: 100%;
}

.point .point-text-box {
    width: 60%;
    margin-top: 5%;
}

.point .point-text-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.point .point-text-box li {
    list-style: none;
    font-size: 1.4rem;
    font-weight: 400;
}

.point .point-text-box img {
    width: 20%;
}

.point .point-info {
    font-size: 1.6rem;
    font-weight: 400;
}

.point .point-info ul {
    margin: 0;
    padding: 0;
}

.point .point-info li {
    text-align: center;
    list-style: none;
}

.point .point-info li .spans1 {
    background-image: url("/common/images/Asset 40.png");
    background-size: cover;
}

.point .point-info li .spans2 {
    background-image: url("/common/images/Asset 41.png");
    background-size: cover;
}

.intro-end {
    margin: auto;
    text-align: center;
}

.intro-end img {
    width: 50%;
}

.market-link {
	margin:auto;
	text-align:center;
	width: 150px;
	height: 40px;
	line-height:40px;
	background-color: #6b86ca;
	margin-bottom: 30px;
	border-radius: 10px;
}

.market-link a {
	display:block;
	cursor:pointer;
	text-decoration: none;
	font-weight: 400;
	color:#fff;
}

.link-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}


.link-bar a:nth-child(1){
    margin: auto;
    text-align: right;
    width: 50%;
    padding-right: 10px;
}

.link-bar a:nth-child(2){
    margin: auto;
    text-align: left;
    width: 50%;
    padding-left: 10px;
}


.link-bar a img {
    text-align: center;
    width: 150px;
}



@media screen and (max-width: 1000px) { 
    
    .title {
        margin-top: 120px;
    }
    
    .title .left-img {
        margin-top: 350px;
    }

    .title .center-img {
        margin: auto;
    }

    .title .right-img {
        margin-top: 160px;
    }
    
    .title .right-img2 {
        transform:translateX(-10%);
    }
    
    .title .right-img3 {
        padding-right: 20px;
    }

    .search .main-title {
        width: 470px;
    }
    
    .search .main-title p {
        font-size: 2.9rem;
    }

    .save .save-text-box {
        font-size: 2.2rem;
        width: 50%;
        transform: translateX(10%);
    }

    .save .save-img-box {
        transform: translateX(-10%);
    }


    #asset12 {
        width: 9%;
    }

    
    .ticket-detail .detail-text-box li{
        font-size: 1.6rem;
    }
    
    .ticket-detail .detail-text-box li:nth-child(2) {
        width: 160px;
    }
    

    .reSearch .reSearch-box li {
        font-size: 1.6rem;
    }

    .chart .chart-text-box li {
        font-size: 1.6rem;
    }

    .like .like-box .like-text-box span {
        font-size: 1.6rem;
    }
    
    .like .like-box .like-text-box span span {
        background-size: 75px 40px;
    }

    .like .like-box .like-text-box {
        margin-top: 6%;
    }

    .like .like-box .like-text-box img:nth-child(2){
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .awesome .awesome-text-box span {
        font-size: 1.6rem;
    }

    .service .service-box .service-img-box img {
        width: 15%;
        margin-top: 50px;
        margin-bottom: 80px;
    } 
    .service .service-box .service-text-box {
        font-size: 1.6rem;
    } 
    
    .service .service-box .service-text-box span {
        margin-bottom: 10px;
    }
    
    .prod .prod-text-box li {
        font-size: 1.6rem;
    }

    .info .info-box li {
        font-size: 1.2rem;
    }
    
    .info .info-box .info-1 {
        padding-top: 100px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: row;
        width: 400px;
        margin: auto;
    }
    
    .info .info-box .info-2 {
        padding-bottom: 100px;
        display: flex;
        flex-direction: row;
        width: 400px;
        margin: auto;
    }


    .info .info-box .info-2 li span {
        background-size: 75px 29px;
    }
    

    .point .point-text-box li {
        font-size: 1.3rem;
    }
    
    .point .point-info {
        font-size: 1.4rem;
    }

    .link-bar a img {
        width: 40%;
    }
}
 
@media screen and (max-width: 768px) {

    .title .right-img {
        margin-top: 160px;
    }
    
    .main {
        position: relative;
        background-color: #6b86ca;
       
    }
     
    .main .main-img2 {
        margin: auto;
        text-align: center;
        width: 100%;
    }
    
    .main .main-img1 img {
        width: 50%;
    }
    
    .main .main-img2 img {
        width: 75%;
    }

    .search .main-title {
        margin-bottom: 20px;
        width: 350px;
    }
    
    .search .main-title p {
        font-size: 2rem;
    }
    
    .search .searchBox .main-img img {
        width: 100%;
    }

    .search .searchBox .main-content-img p {
        font-size: 1.2rem;
    }

    .search .searchBox .main-content-img .search-back {
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        font-size: 1.2rem;
        width: 120px;
    }

    .save .save-text-box {
        font-size: 1.8rem;
    }

    .ticket-detail .detail-text-box li{
        font-size: 1.3rem;
    }
    
    .ticket-detail .detail-text-box li:nth-child(2) {
        width: 140px;
    }

    .reSearch .reSearch-box li {
        font-size: 1.3rem;
    }

    .chart .chart-text-box li {
        font-size: 1.3rem;
    }

    .like .like-box .like-text-box span {
        font-size: 1.3rem;
    }
    

    .awesome .awesome-text-box span {
        font-size: 1.3rem;
    }

    .service .service-box .service-img-box img {
        margin-top: 30px;
        margin-bottom: 60px;
    } 

    .service .service-box .service-text-box {
        font-size: 1.3rem;
    } 
    
    .service .service-box .service-text-box span {
        margin-bottom: 10px;
    }
    
    .prod .prod-text-box li {
        font-size: 1.3rem;
    }
    
    .prod .prod-text-box {
        margin-top: 8%;
    }

    .info .info-box .info-1 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    
    .info .info-box .info-2 {
        padding-bottom: 80px;
    }

    .point .point-text-box li {
        font-size: 1.1rem;
        
    }
    
    .point .point-info {
        font-size: 1.2rem;
    }

    .link-bar a img {
        width: 50%;
    }
}

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

    .title .right-img {
        margin-top: 160px;
    }
    

    .main .main-title {
        font-size: 1.5rem;
    }

    .video-title {
        font-size: 1.5rem;
    }

    .video-sub-title {
        font-size: 1rem;
    }

    .save .save-text-box {
        font-size: 1.4rem;
    }

    .ticket-detail .detail-text-box li{
        font-size: 1.1rem;

    }
    
    .ticket-detail .detail-text-box li:nth-child(2) {
        width: 120px;
    }

    .reSearch .reSearch-box li {
        font-size: 1.1rem;
    }

    .chart .chart-text-box li {
        font-size: 1.1rem;
    }

    .like .like-box .like-text-box span {
        font-size: 1.1rem;
    }
    
    .awesome .awesome-text-box span {
        font-size: 1.1rem;
    }

    .service .service-box .service-img-box img {
        margin-top: 30px;
        margin-bottom: 50px;
    } 

    .service .service-box .service-text-box {
        font-size: 1.1rem;
    } 

    .prod .prod-text-box li {
        font-size: 1.1rem;
    }
    
    .prod .prod-text-box {
        margin-top: 8%;
    }

    .search .main-title {
        margin-bottom: 60px;
    }
    .search .main-title span {
        font-size: 1.3rem;
    }

    .info .info-box li {
        font-size: 1rem;
    }
    
    .info .info-box .info-1 {
        width: 350px;
    }
    
    .info .info-box .info-2 {
        width: 350px;
    }


    .info .info-box .info-2 li span {
        background-size: 65px 24px;
    }

    .point .point-text-box ul {
        margin-bottom: 15px;
    }

    .point .point-text-box li {
        font-size: .9rem;
    }
    
    .point .point-info {
        font-size: 1rem;
    }

    .link-bar a img {
        width: 50%;
    }
}

@media screen and (max-width: 500px) { 
    
    .title {
        margin-top: 100px;
    }

    .title .left-img {
        margin-top: 250px;
    }


    .title .right-img {
        margin-top: 100px;
    }
    
    

    .save .save-text-box {
        font-size: 1rem;
    }

    .search .searchBox .main-content-img p {
        font-size: .9rem;
    }

    .search .searchBox .main-content-img .search-back {
        font-size: .8rem;
        width: 90px;
    }

    .ticket-detail .detail-text-box li{
        font-size: .9rem;
    }
    
    .ticket-detail .detail-text-box li:nth-child(2) {
        width: 100px;
    }
    

    .reSearch .reSearch-box li {
        font-size: 1rem;
    }

    .chart .chart-text-box li {
        font-size: 1rem;
    }

    .like .like-box .like-text-box span {
        font-size: 1rem;
    }
    
    .awesome .awesome-text-box img:nth-child(1) {
        margin-bottom: 2px;
    }
    
    .awesome .awesome-text-box img:nth-child(2) {
        margin-bottom: 2px;
    }

    .awesome .awesome-text-box span {
        font-size: .9rem;
    }

    .service .service-box .service-img-box img {
        margin-top: 30px;
        margin-bottom: 40px;
    } 

    .service .service-box .service-text-box {
        font-size: .9rem;
    } 

    .prod .prod-text-box li {
        font-size: .8rem;
    }
    
    .prod .prod-text-box {
        margin-top: 8%;
    }

    .search .main-title {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 250px;
    }
    
    .search .main-title p {
        font-size: 1.5rem;
    }

    .info .info-box li {
        font-size: .8rem;
    }

    .info .info-box .info-1 .info-img-box img{
        position: absolute;
        width: 7px;
        top: 36%;
    }
    
    .info .info-box .info-2 .info-img-box img{
        position: absolute;
        width: 7px;
        top: 61%;
    }
    
    .info .info-box .info-1 {
        margin-left: 15%;
        width: 300px;
    }
    
    .info .info-box .info-2 {
        margin-left: 15%;
        width: 300px;
    }

    .point .point-title {
        font-size: 1rem;
        width: 240px;
    }

    .point .point-text-box ul {
        margin-bottom: 5px;
    }

    .point .point-text-box li {
        font-size: .7rem;
    }
    
    .point .point-info {
        font-size: .8rem;
    }

    .link-bar a img {
        width: 60%;
    }
}

@media screen and (max-width: 400px) {
    
    .title {
        margin-top: 80px;
    }
    
    .title .left-img {
        margin-top: 170px;
    }

    .title .right-img {
        margin-top: 50px;
    }
    .search .searchBox .main-content-img p {
        font-size: .6rem;
    }

    .search .searchBox .main-content-img .search-back {
        font-size: .6rem;
        width: 70px;
    }

    .search .main-title {
        width: 180px;
    }
    
    .search .main-title p {
        font-size: 1.1rem;
    }

    .save .save-text-box {
        font-size: .8rem;
    }

    .ticket-detail .detail-text-box li{
        font-size: .8rem;
    }
    
    .ticket-detail .detail-text-box li:nth-child(2) {
        width: 80px;
    }

    .reSearch .reSearch-box ul {
        margin-top: 5px;
    }


    .reSearch .reSearch-box li {
        font-size: .7rem;
    }

    .chart .chart-text-box img {
        margin-bottom: 5px;
    }

    .chart .chart-text-box li {
        font-size: .8rem;
    }

    .like .like-box .like-text-box span {
        margin:0;
        font-size: .8rem;
    }
    
    
    .awesome .awesome-text-box span {
        font-size: .6rem;
    }

    .service .service-box .service-img-box img {
        margin-top: 30px;
        margin-bottom: 30px;
    } 

    .service .service-box .service-text-box {
        font-size: .7rem;
    } 

    .prod .prod-text-box li {
        font-size: .6rem;
    }
    
    .prod .prod-text-box {
        margin-top: 8%;
    }

    .info .info-box li {
        font-size: .7rem;
    }

    .info .info-box li {
        font-size: .7rem;
    }
    
    .info .info-box .info-1 {
        margin-left: 10%;
        padding-top: 30px;
        width: 250px;
    }
    
    .info .info-box .info-2 {
        margin-left: 10%;
        padding-bottom: 30px;
        width: 250px;
    }
    
    .info .info-box .info-1 .info-img-box img{
        position: absolute;
        width: 7px;
        top: 28%;
    }
    
    .info .info-box .info-2 .info-img-box img{
        position: absolute;
        width: 7px;
        top: 69%;
    }


    .info .info-box .info-2 li span {
        background-size: 48px 18px;
    }

    .point .point-text-box li {
        font-size: .5rem;
    }
    
    .point .point-info {
        font-size: .6rem;
    }

    .link-bar a img {
        width: 70%;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .title div img {
        width: 350px;
    }
    
    .title .right-img2 {
        width: 250px;
    }

    .title .center-img {
        width: 250px;
        transform: translateX(10%);
    }

    .main .main-img1 img {
        width: 650px;
    }
    
    .main .main-img2 img {
        width: 768px;
    }

    .search .searchBox .main-img {
        transform: translateX(-3%);
        text-align: center;
    }
    
    .search .searchBox .main-img img {
        width: 400px;
    }
    
    .search .searchBox .main-content-img {
        transform: translateX(-13%);
        display: flex;
        flex-direction: column;
        padding-top: 15px
    }

    .search .searchBox .main-content-img img {
        width: 250px;
    }

 
    .save .save-box {
        width: 1024px;
    }

    .ticket-detail .detail-text-box {
        transform: translateX(3%);
    }
    
    .ticket-detail  img:nth-child(1) {
        width: 450px;
        margin: 0;
        padding: 0;
    }

    .ticket-detail img:nth-child(2) {
        width: 5.2%;
        top: 60%;
        right: 53%;
    }

    .reSearch .reSearch-box img:nth-child(3){
        width: 5%;
        right: 40%;
        top: 70%;
    }
    
    .reSearch .reSearch-box .reSearch-text-box {
        transform: translateX(15%);
    }

    .reSearch .reSearch-box .reSearch-text-box .asset18 {
        width: 350px;
    }
    .reSearch .reSearch-box .asset20 {
        margin-right: 10%;

        transform: translateX(-25%);
    }

    .reSearch .reSearch-box .asset15 {
        position: absolute;
        width: 5%;
        right: 34.5%;
        top: 70%;
    }
    
    .chart img:nth-child(1) {
        width: 500px;
    }

    .like .like-box .like-text-box {
        transform: translateX(50%);
    }
    
    .like .like-box .like-text-box span span {
        background-size: 80px 42px;
    }

    .like .like-box .like-text-box img:nth-child(1){
        width: 100px;
    }   

    .like .like-box .like-text-box img:nth-child(2){
        width: 300px;
    }
    
    .like .like-box .like-img-box img{
        width: 400px;
        transform: translateX(30%) translateY(5.2px);
    }

    .awesome .awesome-img-box img {
        width: 450px;
    }

    .awesome .awesome-text-box img:nth-child(1) {
        width: 150px;
        margin-bottom: 15px;
    }
    
    .awesome .awesome-text-box img:nth-child(2) {
        width: 450px;
        margin-bottom: 15px;
    }

    .awesome .awesome-text-box {
        transform: translateX(20%);
    }

    .service {
        background-color: #6b86ca;
    }

    .service .service-box {
        max-width: 1024px;
        margin: auto;
        text-align: center;
    }

    .service .service-box .service-img-box img {
        width: 15%;
        margin-top: 50px;
        margin-bottom: 80px;
    } 

    .service .service-box .service-text-box {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    } 

    .service .service-box .service-text-box span {
        margin-bottom: 10px;
    }

    .service .service-box .service-text-box span:nth-child(2) {
        background-color: #ec5758;
        margin: auto;
        width: 400px;
        margin-bottom: 30px;
    }
    
    
    .point .point-img-box {
        width: 500px;
    }
    
    .point .point-img-box img {
        width: 450px;
    }
    
    .point .point-text-box {
        width: 500px;
    }
    
    
    .point .point-text-box img {
        width: 120px;
    }
    
    .point .point-text-box li {
        list-style: none;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .intro-end {
        margin: auto;
        text-align: center;
    }
    
    .intro-end img {
        width: 50%;
    }
    
    .market-link {
        display: none;
    }
    
    .like .like-box .like-text-box span span img{
    width: 140px;
    top:-30%;
    left:-10%;
    }

    .link-bar a img {
        width: 40%;
    }
}

/* link.html 전용 css */
.link-main {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-mom {
    margin:auto;
    text-align:center;
    width: 150px;
    height: 40px;
    line-height:40px;
    background-color: #6b86ca;
    margin-bottom: 30px;
    border-radius: 10px;
}

.link-mom a {
    display:block;
    cursor:pointer;
    text-decoration: none;
    font-weight: 400;
    color:#fff;
}

