@charset "UTF-8";
@import url("common.css");

html {
    scroll-behavior: smooth;
    scroll-margin: 120px;
}

html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: 'Pretendard';

}

img {
    max-width: 100%;
    object-fit: cover;
}

.wrap, .wrapper {
    margin: 0 auto;
    width: 1180px;
}



header {
    width: 100%;
    height: 80px;
    background-color:#fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    transition: top 0.7s;
}

header .wrap {
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .wrap h1 {
    width: 105px;
    height: 32px;
    background: url("../images/h1-logo.svg") left center no-repeat;
    background-size: contain;
}
body.en header .wrap h1 {
    width: 105px;
    height: 32px;
    background: url("../images/h1-logo-en.svg") left center no-repeat;
    background-size: contain;
}

header .wrap h1 button {
    width: 100%;
    height: 100%;
    color: transparent;
    font-size: 0;
}

header .wrap .gnb {
    display: flex;
    align-items: center;
    justify-content: end;
}

header .wrap .gnb nav a {
    color: #111;
    font-size: 14px;
    padding:10px 40px;
    display: inline-block;
}

header .wrap .gnb nav a:hover {
    color: #EF4D94;
}
header .wrap .gnb nav a:active {
    color: #EF4D94;
}

header .wrap .gnb button {
    border: 1px solid #9E9E9E;
    width: 128px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 14px;
    border-radius: 8px;
    margin-left: 40px;

}

header .wrap .gnb button i {
    width: 18px;
    height: 18px;
    background: url("../images/ic-link.svg") center center no-repeat;
    margin-left: 11px;
}

header .wrap .gnb button:hover {
    border-color: #EF4D94;
    color: #EF4D94 !important;
    transition: all 0.1s;
}

header .wrap .gnb button:hover i {
    background-image: url("../images/ic-link-hover.svg");
}
header .wrap .gnb .language{
    margin-left: 50px;
}
header .wrap .gnb .language button{
    border: none;
    width: auto;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 14px;
    border-radius: 0;
    margin-left: 16px;
    font-weight: 300;
}
header .wrap .gnb .language button:first-child:after{
    content: '';
    display: inline-block;
    width: 1px ;
    height: 14px;
    background-color: #111;
    margin-left: 20px;
}
header .wrap .gnb .language button.on{
    color: #EF4D94;
}



.main-visual {
    height: calc(100vh - 80px);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    background: #000;

}
.main-visual .pagination-wrapper {
    position: absolute;
    top: 0;
    left: -3px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.main-visual .wrapper {
    margin: 0 auto;
    height: calc(100vh - 80px);
    position: relative;
    text-align: left;
}


.main-visual .sliders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}


.main-visual .slider-main {
    background: url("../images/bg-main.png") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.main-visual .main-title {
    width: 1180px;
    margin:0 auto;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -0.05em;
    line-height: 60px;
    text-align: left;
    text-shadow: 1px 3px 2px #424242;
}

.main-visual .main-title b {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -0.05em;
}
body.en .main-visual .main-title b{
    font-weight: 400;
}

.main-visual .main-title span {
    display: block;
    font-size: 24px;
    letter-spacing: 0.5px;

    font-weight: 300;
    text-shadow: 1px 3px 2px black;
}
.main-visual .main-title span strong{
    font-weight: 600;
}
.main-visual .main-title small{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    width: 477px;
    line-height: 150%;
    word-break: keep-all;
    text-shadow: none;
}
body.en .main-visual .main-title small{
    width: 810px;
}


.main-visual .slider .wrap {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main-visual .pagination {
    width: 358px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 999999999;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: start;*/
}

.main-visual .pagination .swiper-pagination-bullet  {
    width: 80px;
    height: 3px;
    background: #fff;
    /*box-shadow: 0px 0px 14px rgba(255, 175, 203, 0.8);*/
    border-radius: 3px;
    opacity: 0.4;
    color: transparent;
    font-size: 0
}

.main-visual .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF7CAA;
    box-shadow: 0px 0px 14px rgba(255, 175, 203, 0.8);
    opacity: 1;
}

.main-visual .slider .wrap .main-title {
    width: 370px;
    margin-right: 95px;
    text-align: left;
}

.main-visual .slider .wrap .description {
    font-size: 20px;
    width: 607px;
    line-height: 180%;
    color: #fff;
}

.main-visual .slider01 {
    background: url("../images/bg2.png") center center no-repeat;
    background-size: cover;

}

.main-visual .slider02 {
    background: url("../images/bg-main-02.png") center center no-repeat;
    background-size: cover;

}

.main-visual .slider03 {
    background: url("../images/bg-main-03.png") center center no-repeat;
    background-size: cover;

}

.main-visual .slider04 {
    background: url("../images/bg-main-04.png") center center no-repeat;
    background-size: cover;

}

/*footer*/
#footer {
    background-color: #000;
    height:364px;
}

footer .wrap {
    padding: 80px 0 40px 0;
    margin: 0 auto;
    position: relative;
}

footer .wrap .fnb {
   display: flex;
   justify-content: start;
    align-items: center;
}
body.en footer .wrap .fnb{
    flex-direction: column;
    align-items: start;
}

footer .wrap .fnb .logo-wrap {
    position: relative;
    margin-right: 20px;
}



footer .wrap .fnb h6 {
    width: 77px;
    height: 38px;
    background: url("../images/foot-logo.svg") left center no-repeat;
    background-size: contain;
}
.en footer .wrap .fnb h6{
    width: 100px;
    margin-bottom: 20px;
}
body.en footer .wrap .fnb h6 {

    background: url("../images/foot-logo-en.svg") left center no-repeat;

}


footer address {
    color: #fff;
    font-size: 14px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;

}
footer address a{
    color: #fff !important;
}
body.en footer address{
    flex-direction: column;

}
body.en footer address div:first-child{
    margin-bottom: 20px;
}



footer address span {
    color: #fff;
    font-weight: 200;
    letter-spacing: 0;
}


footer address i {
    margin: -1px 8px 0;
    display: inline-block;
    width: 0.5px;
    height: 9px;
    background: #E1E1E1;
    vertical-align: middle;
    opacity: .5;
}

footer address em {
    color: #AEAEAE;
    letter-spacing: 0;
}

footer .dropdown {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 10;
}

footer .dropdown ul {
    display: none;
    margin-bottom: 16px;
    position: absolute;
    /*bottom: 100%;*/
    top: calc(100% - 38px);
    left: 0;
    z-index: 9999999999999999;
    background: #121212;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    width: 147px;
}

footer .dropdown li {
    display: block;
}

footer .dropdown li a {
    display: block;
    padding: 5px 16px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #C8C8C8;
    background: url('../images/ic-arrow.png') right 18px center no-repeat;
    background-size: 6px;
}

footer .dropdown li a:hover {
    background-image: url('../images/ic-arrow-pink.png');
    color: #ff7caa;
}

footer .dropdown button {
    width: 147px;
    height: 38px;
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

footer .dropdown button {
    background: linear-gradient(to right, #ef4d94 50%, transparent 50%) right bottom;
    background-size: 200% 100%;
    transition: all 0.3s ease-out;
}

footer .dropdown button span {

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #C8C8C8;
}

footer .dropdown button em {
    margin: 0 0 0 12px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/ic-plus.svg") right top no-repeat;
    background-size: 14px;
    transition: opacity 0.3s, transform 0.3s;
}

footer .dropdown button:hover {
    border-color: #ef4d94;
    background-position: left bottom;
    color: #fff;
}

footer .dropdown button:hover span {
    color: #fff;
}

footer .dropdown button:active {
    border-color: #ff7caa;
    background: #ff7caa;
}

footer .dropdown.active button {
    border-color: #ff7caa;
    background: #ff7caa;
}

footer .dropdown.active button em {
    background-image: url('../images/ic-cross-dark.png');
}

footer .dropdown.active ul {
    display: block;
}


/*en common*/

body.en .description{
    width: 726px;
    word-break: break-word;
}


.fade {
    animation: fade 2s;
    -webkit-animation: fade 2s;
    -moz-animation: fade 2s;
    -o-animation: fade 2s;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes sc-down-ani {
    0% {
        transform: translate3d(0, -250%, 0);
    }
    to {
        transform: translate3d(0, 250%, 0);
    }
}

@keyframes sc-down-ani {
    0% {
        transform: translate3d(0, -250%, 0);
    }
    to {
        transform: translate3d(0, 250%, 0);
    }
}


/*container*/
.container {
    padding: 80px 0 0;
}

.container h2.title {
    color: #666;
    font-size: 36px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 24px;
    display:flex;
    justify-content: start;
    align-items: center;
    word-spacing: 2px;

}
.container h2.title div{
    letter-spacing: 0.01em;
}
.container h2.title:before{
    content: '';
    display: inline-block;
    min-width: 110px;
    height: 42px;
    background: url("../images/logo-hwikgo.svg") left center no-repeat;
    background-size: auto 42px;
    padding-right: 42px;
    border-right: 1px solid #666;
    margin-right: 24px;
}
.container .solution-container h2.title:before{
    background: url("../images/logo-hwikbiz.svg") left center no-repeat;
    background-size: auto 42px;
}

body.en .container h2.title:before{
    min-width: 174px;
    background: url("../images/logo-hwikgo-en.svg") left center no-repeat;
}
body.en .container .solution-container h2.title:before{
    background: url("../images/logo-hwikbiz-en.svg") left center no-repeat;

}
.container h2.title b{
    color: #E7428D;
    font-weight: 700;
}
.container h2.title small{
    font-size: 16px;
    color: #8B8B8B;
    display: block;
    letter-spacing: -1px;
    font-weight: 200;
}

.container section {
    margin: 0 auto;
}

/*.business-container */

.business-container .wrapper{

    background: url("../images/img-maas.png") right top no-repeat;
    background-size: 400px 150px;
}
.business-container .description{
   width: 635px;
   font-size: 18px;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}

.business-container .wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;

}

.business-container .wrap{
    margin-bottom: 80px;
}
.business-container .wrap .cont {
    flex: 1;
    height: 480px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: end;
}
.business-container .wrap .cont:last-child{
    margin-right: 0;
}
.business-container .wrap .cont .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.business-container .wrap .cont .img img{
    width: 100%;
    height: 100%;
}
.business-container .wrap .cont dl{
    width: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    height: 127px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 10px;
}
body.en .business-container .wrap .cont dl{
    height: 148px;
}
.business-container .wrap .cont dl dt {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 28px !important;
    display: flex;
    justify-content: start;
    align-items: start;
}
.business-container .wrap .cont dl dt i{
    width: 100%;
    height: 100%;
}
.business-container .wrap .cont dl dt .logo.tagride{
    display: block;
    background: url("../images/logo-tegride.png") center center no-repeat;
    height: 20px;
    width: 116px;
    background-size: auto 20px !important;
}
.business-container .wrap .cont dl dt .logo.hwik{
    display: inline-block;
    background: url("../images/ic-hwikgnpass.svg") center center no-repeat;
    height: 20px;
    width: 142px;
    background-size: auto 20px !important;
}
body.en .business-container .wrap .cont dl dt .logo.hwik{
    display: inline-block;
    width: 173px;
    height: 20px;
    background: url("../images/ic-hwikgnpass-en.svg") center center no-repeat;
    background-size: auto 20px !important;
}
.business-container .wrap .cont dl dt .logo.international{
    display: inline-block;
    background: url("../images/logo-intaix.svg") center center no-repeat;
    height: 28px;
    width: 98px;
    background-size: auto 28px !important;
}
.business-container .wrap .cont dl dt .logo.rtk{
    display: inline-block;
    background: url("../images/logo-rdk.png") center center no-repeat;
    height: 24px;
    width: 56px;
    background-size: auto 24px !important;
}


.business-container .wrap .cont dl dd {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
}


.business-container .wrap .cont .btn button {
    position: absolute;
    left: 0;
    top:30px;
    /*background: #FF84AF url("../images/ic-arrow-white.svg") 95% center no-repeat;*/
    background: #FF84AF ;
    border-radius: 0 18px 18px 0;
    /*width: 152px;*/
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 148%;
}





/*solution-container*/
.solution-container {
    padding: 80px 0;
    background: #F4F4F4;

    clear: both;
}

.solution-container .wrapper{

    background: url("../images/img-laas.png") right top no-repeat;
    background-size: 400px 150px;
}
.solution-container .description{
    width: 660px;
    font-size: 18px;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.solution-container .wrap {
    height: 480px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.solution-container .cont {
    flex: 1;
    height: 480px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    margin-right: 20px;

}

.solution-container .cont:last-child {
    margin-right:0;
}

.solution-container .cont .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-container  .cont .img img {
    width: 100%;
    height: 100%;
}
.solution-container .wrap .cont dl{
    width: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    height: 130px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 10px;
    z-index: 2;
}
.solution-container .wrap .cont dl dt {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 10px;
}


.solution-container .wrap .cont dl dd {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
}


/*news-container*/
section.news-container {
    background-color: #505050;
    width: 100%;
}

.news-container .wrap {
    margin: 0 auto;
    padding: 80px 0;

}

.news-container .wrap h2.title {
    color: #fff;
    margin-bottom: 50px;
}
.news-container .wrap h2.title:before{
    display: none;
}

.news-container .wrap .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 325px;
}

.news-container .wrap .news-wrap .img-cont {
    width: 348px;
    margin-right: 40px;
    cursor: pointer;
}

.news-container .wrap .news-wrap .img-cont .img {
    margin-bottom: 20px;
    width: 100%;
    height: 206px;
}

.news-container .wrap .news-wrap .img-cont dl dt {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;

}

.news-container .wrap .news-wrap dl dd {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}

.news-container .wrap .news-wrap span.label {
    width: 79px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.news-container .wrap .news-wrap span.date {
    font-weight: 200;
    color: #fff;

}

.news-container .wrap .news-wrap .list-cont {
    width: 690px;
}

.news-container .wrap .news-wrap .list-cont ul li {
    border-bottom: 1px solid #9E9E9E;
    padding: 25px 0;
    text-align: left;
    cursor: pointer;
}

.news-container .wrap .news-wrap .list-cont ul li:first-child {
    padding-top: 0;
}

.news-container .wrap .news-wrap .list-cont ul li button {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}




/*address-container*/
section.address-container {
    width: 100%;
    /*height: 497px;*/
    background-color: #F2F3F7;
}

section.address-container .wrap {
    display: flex;
    justify-content: start;
    align-items: start;
}

.address-container .img {
    width: 710px;
    margin-right: 20px;
    height: 546px;
}

.address-container .img img {
    height: 546px;
}

.address-container .cont {
    margin: 80px 0;
    width: 500px;
}

.address-container h3.title {
    font-size: 36px;
    color: #2D2B2B;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.address-container dl {
    margin-bottom: 20px;
    color: #2D2B2B;
}

.address-container dl dt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.address-container dl dd {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: center;
}

.address-container a {
    color: #2D2B2B;
}

.address-container a:hover {
    color: #9E9E9E;
}

.address-container a:active {
    color: #FF7CAA;
}

.address-container .ic-mail {
    width: 24px;
    height: 24px;
    background: url("../images/ic-mail.svg") center center no-repeat;
    margin-right: 5px;
}
