div {
    position: relative;
    display: block;
}
header .logo {
    position: relative;
    z-index:20;
    padding-left: 72px;
}
.home-intro {
    display: flex;
}
.home .sec01{
    position: relative;
    height: 663px;
}
.home .sec01 .logo img {
    position: absolute;
    top: 28px;
}
.home header {
    position: relative;
    z-index: 20;
    
}
.home header a { 
    padding-left: 72px;
}
.home .sec01::before {
    content: "";
    width: 50%;
    background-color: rgba(245, 250, 255, 0.88);
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
.home .sec01::after {
    content: "";
    width: 50%;
    background-color: #FEB526;
    height: inherit;
    right: 0;
    top: 0;
    position: absolute;
}
.home .sec01 .container {
    position: relative;
    z-index: 10;
}
.home .sec01 .left-box {
    width: 565px;
    padding: 195px 9px 51px 72px;
    background: rgba(245, 250, 255, 0.88);
}
.home .sec01 .btn {
    width: 272px;
    height: 64px;
    color: #323232;
}
.home .sec01 .btn img{
    padding-left: 4px;
}
.flex-2 {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.title {
    font-weight: 700;
    color:#323232;
}
.sec03 .desc p{
    margin-bottom: 28px;
}
.desc p {
    font-weight: 500;
    color:#474747;
}
.title-h1 {
    font-size: 40px;
    line-height: 56px;
}
.home .sec01 h1 {
    padding-bottom: 12px;
}
.home .sec01 .desc {
    padding-bottom: 44px;
}
.home .sec01 .desc p{
    line-height: 32px;
}
.home .sec01 .btn {
    padding: 14px 0 15px;
    font-size: 16px;
    color:#333333;
    border-radius: 100px;
}
a.btn {
    position: relative;
}
a.see-more::after{
    height: 100%;
    z-index: 100;
}
.sec01 a.btn::after, .sec04 a.btn::after {
    height: 60px;
}
.sec01 a.see-more::after,.sec04 a.see-more::after,
.sec01 a.btn::after, .sec04 a.btn::after {
    position: absolute;
    content: '';
    background-color: #F8B62D;
    width: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
a.see-more:hover{
    color: #fff;
}
.notice a.btn::after {
    position: absolute;
    content: '';
    background-color: #F8B62D;
    width: 0;
    right: 0;
    top: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}
a.see-more:hover:after{
    border-radius: 100px;
}
a.see-more:hover:after,
.sec01 a.btn:hover::after, .sec04 a.btn:hover::after {
    right: inherit;
    left: 0;
    width: 100%;
    z-index: -1;
}
.notice a.see-more:hover{
    color: #474747;
}
.sec02 .flex-2 {
    padding: 80px 72px;
}

.sec02 .flex-2 img{
    max-width: 508px;
    width: 100%;
}
.point {
    color: #1EB59E;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 12px;
}
.sec02 .right-box {
    width: 494px;
    padding-top: 44px;
}

.sec02 .flex-2 {
    justify-content: space-between;
}
.title-h2 {
    font-size: 32px;
}
.sec02 .title-h2 {
    line-height: 44px;
    margin-bottom: 28px;
}
.sec03 .btn:hover{
    background-color: #FEB526;
    color: #fff;
}
.sec03 .title-h2 {
    line-height: 44px;
    margin-bottom: 28px;
}
.home .sec02 .desc p{
    line-height: 36px;
}

.flatform {
    color:#FF9900;
    font-size: 18px;
    text-decoration-line: underline;
    line-height: 32px;
} 
.sec03 .flex-2 {
    padding: 80px 72px 88px 72px;
    gap: 40px;
    flex-wrap: nowrap;
}
.sec03 .left-box {
    flex: 0 0 48%;
    max-width: 508px;
}
.sec03 {
    position: relative;
    height: 532px;
}
.home .sec03::before {
    content: "";
    width: 100%;
    background-color: #F7FBFF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sec03 .right-box {
    flex: 0 0 48%;
    max-width: 507px;
}
.sec03 .tabs {
    display: flex;
    flex-wrap: wrap;
}
.sec03 .tab {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding-right: 12px;
}
.sec03 .info {
    display: flex;
    padding: 37px 0px 16px 56px;
}
.sec03 .username {
    display: flex;
    padding-right: 116px;
}
.sec03 .comment {
    display: flex;
}
.sec03 .btn {
    padding: 8px 18px;
    font-size: 18px;
    line-height: 32px;
    color: #474747;
}
.sec03 .info p {
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
    padding-left: 8px;
    color: #707070;
}
.sec03 .user-comment {
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 14px 0px 14px 40px;
    margin-bottom: 12px;
}
.sec03 .user-comment p {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #474747;
}
a:hover {
    cursor: pointer;
}
.item-tab {
    display: none;
}
.item-tab.active{
    display: block;
}
.orange-button {
    background-color: #F8B62D !important;
}
.sec03 .user-comment.component-active {
    background-color: #FFE3A9;
}
.sec04-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 96px;
}
.sec04 .title-h2 {
    line-height: 44px;
    margin-bottom: 28px;
}
.home .sec04 .btn {
    padding: 14px 0 15px;
    font-size: 16px;
    color: #323232;
    border-radius: 100px;
    width: 272px;
    height: 64px;
}
.home .sec04 .service {
    width: 324px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home .sec03 .name {
    padding: 0px 93px 0px 12px;
}
.flex-3 {
    display: flex;
    justify-content: space-between;
}
.sec04 .flex-2 {
    justify-content: center;
}
.sec04 .flex-3 {
    gap: 42px;
    padding-bottom: 20px;
}
.sec04 .title-h4 {
    font-size: 20px;
    line-height: 24px;
    color:#333333;
    letter-spacing: -0.408px;
    padding-bottom: 20px;
}
.sec04 .service img {
    width: 228px;
    margin-bottom: 40px;  
}
.sec04 .service .desc p {
    height: 144px;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.04em;
    color: #707070;
}
.popup {
    height: 501px;
    width: 956px;
    display: flex;
    flex-direction: column;
}
.popup .flex-3 {
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 32px;
    align-items: center;
}
.popup .flex-2 {
    justify-content: center;
    flex-wrap: nowrap;
    /* max-width: 621px; */
    padding-bottom: 83px;
}
.x-button {
    display: flex;
    justify-content: flex-end;
}
.popup-title {
    text-align: center;
    color: #474747;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.04em;
    padding: 83px 0px 60px 0px;
}
.platform-item {
    display: flex;
    align-items: center;
    /* padding-bottom: 35px; */
}
.platform-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color:#474747;
    letter-spacing: 0.04em;
    padding: 0px 44px 0px 16px;
}
header .menu {
    min-height: 80px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .nav {
    display: flex;
    flex-direction: row;
    grid-column-gap: 32px;
}
.nav a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
    padding: 10px 0;
}
.nav li:last-child {
    padding-right: 73px;
}
header .menu::before {
    content: "";
    width: 200%;
    background-color: #FFFFFF;
    height: inherit;
    position: absolute;
    left: -50%;
    top: 0;
}
.notice {
    margin-top: 126px;
}
.notice .flex-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 120px;
}
.notice .details {
    display: flex;
    width: 100%;
    align-items: center;
    grid-column-gap: 24px;
}
.notice .title-h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 75px;
}
.notice ul li:first-child{
    border-top: 1px solid #E5E5E5;
}
.notice ul li{
    padding: 33px 25px;
    border-bottom: 1px solid #E5E5E5;
}
.notice .date {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #8A8A8E;
    letter-spacing: 0.64px;
}
.notice .notice-desc {
    min-width: 90px;
    height: 36px;
    border: 1px solid #1EB59E;
    border-radius: 100px;
    font-family: 'Lato';
    color: #1EB59E;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.64px;
}
.notice .notice-content {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    color: #707070;
}
.notice .see-more{
    margin-top: 54px;
    padding: 16px 98px;
    border-radius: 30px;
    color: #474747;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.notice .ahover a:after {
    background-color: #707070;
}
.ahover a:after {
    bottom: -1px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #F8B62D;
    left: 0%;
}
.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.ahover a:hover {
    opacity: 1;
    color: #F8B62D;
}
.notice .ahover a:hover {
    color: #707070;   
}
.logo-white {
    display: none;
}
.desc-2 {
    display: none;
}
.banner-375 {
    display: none;
}
.notice .details {
    display: none;
}
.notice .notice-active {
    display: flex;
}

@media (max-width:520px){
    .flatform {
        font-size: 14px !important;
    }
    .point {
        font-size: 16px !important;
    }
    .home .sec04 .btn {
        width: 272px !important;
        height:50px;
    }
    .sec06-iteminfo .btn-info a {
        padding: 12px 0px;
    }    
    .sec07 .btnpage {
        font-size: 14px;
        padding: 12px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width:272px;
    }
    .title-h2 {
        line-height: 36px !important;
        /* margin-top: -10px !important; */
    }
    .sec05 .title-h2 {
        margin-top: 0px !important;
    }
    .sec04 .service img {
        width: 236px !important;
        height: auto !important;
    }
    .sec05 .botright-05 {
        width: auto !important;
        height: auto !important;
    }
    .bot-05.active .slick-next {
        right: 0px;
    }
    footer .flex-2 {
        flex-wrap: wrap;
    }
}

.slick-slide img.dispc{
    display: block;
}

.slick-slide img.dissp{
    display: none;
}

@media (max-width:601px){
    .slick-slide img.dispc{
        display: none;
    }
    
    .slick-slide img.dissp{
        display: block;
    }
}