@charset "utf-8";

@media only screen
and (max-width: 1440px) {
    .bg_black_end{
        padding-top: 176px;
    }
    .width_100per{
        width: calc(100% - 174px);
    }
    .responsive_remove_br br{
        display: none;
    }
    .main_section{
        height: 850px;
    }
    .main_section h2{
        left: 80px;
        font-size: 110px;
        line-height: 106px;
    }
    .service_list h3{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .service_list ul{
        font-size: 14px;
        line-height: 17px;
    }
    .partner_list img:nth-of-type(1), .partner_list img:nth-of-type(2), .partner_list img:nth-of-type(3){
        margin-bottom: 55.5px;
    }
    .news_slide p{
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

    /* about */
    .infra_img{
        background-image: url(../images/about/infra_img_1024.png);
        margin-bottom: 120px;
    }
    .about_section{
        padding-bottom: 176px;
    }
    .paymint_logo{
        margin-bottom: 74px;
    }
    .fintech_history > div, .paymint_history > div:not(:last-of-type){
        margin-bottom: 86px;
    }
    .fintech_history p{
        font-size: 24px;
        line-height: 29px;
    }
    .history_info p{
        font-size: 14px;
        line-height: 18px;
    }
    .history_info span{
        font-size: 12px;
        line-height: 1;
    }
    .show_more_history{
        margin-top: 120px;
    }
    

    /* team */
    .team_main{
        padding-top: 252px;
    }
    .crew_list, .crew_info{
        padding: 20px 20px; 
    }
    .crew_list span, .crew_info .rank{
        font-size: 12px;
        line-height: 16px;
    }
    .crew_info p{
        font-size: 16px;
        line-height: 24px;
    }
    .team_list{
        margin-top: 180px;
    }
    .team_list li{
        width: 100%;
    }
    .team_list li:not(:last-of-type){
        margin-bottom: 40px !important;
    }
    .team_list li img{
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }
    .team_list h3{
        font-size: 20px;
        line-height: 24px;
        padding-top: 8px;
        min-width: 242px;
    }
    .team_name{
        display: flex;
        width: 100%;
    }
    .team_name p{
        padding-top: 8px;
        font-size: 16px;
        line-height: 19px;
    }
    .mind_list{
        margin-bottom: 176px;
    }
    .mind_list li{
        display: block;
        padding: 28px 30px 28px 28px;
    }
    .mind_list li:not(:last-of-type){
        margin-bottom: 32px;
    }
    .mind_list li h3{
        width: 100%;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 24px;
    }
    .mind_list li h3 br{
        display: none;
    }
    .mind_list li > div{
        width: 100%;
    }
    .mind_list li > div span{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    
    /* service */
    .paymint_service_content{
        width: 100%;
        max-width: 672px;
        margin: 0 auto;
    }
    .paymint_service_list li{
        margin-bottom: 88px;
        justify-content: center;
    }
    .paymint_service_list li:last-of-type{
        margin-bottom: 122px;
    }
    .paymint_service_list li > img{
        width: 126px;
        margin-right : 52px;
    }
    .service_info{
        width: calc(100% - 178px);
        max-width: 498px;
    }
    .paymint_service_list li h3{
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .paymint_service_list li p{
        font-size: 16px;
        line-height: 19px;
    }
    .payssam_btn{
        margin-bottom: 46px;
    }
    .payssam_btn button{
        width: 126px;
        height: 36px;
        font-size: 14px;
        margin-right: 8px;
    }
    .contact_paymint, .send_mail, .mail_to_button{
        font-size: 20px;
        padding: 0 42px;
        height: 66px;
    }
    .contact_paymint img, .send_mail img, .mail_to_button img{
        width: 28px;
        height: 28px;
        margin-left: 4px;
    }
    
    /* career */
    .career_main{
        padding-top: 252px;
    }
    .career_main_text{
        margin-bottom: 120px !important;
    }
    .team_main_img, .career_main_img{
        margin: 0 auto 120px;
        height: 400px;
    }
    .culture_list{
        display: block;
    }
    .culture_title{
        width: 100%;
        margin-bottom: 24px;
    }
    .culture_title h3{
        font-size: 24px;
        line-height: 30px;
    }
    .career_sub_title_2{
        margin-bottom: 120px;
    }
    .welcome_kit{
        height: 296px;
    }
    .welcome_kit img{
        width: 440px;
    }
    .recruitment_content{
        width: 672px;
    }
    .recruitment_box{
        width: 324px;
    }
    .recruitment_box h3{
        font-size: 28px;
        line-height: 33px;
    }
}
@media only screen
and (max-width:1220px){
    .history_text_box{
        top: 18px;
        left: 18px;
        padding-right: 18px;
    }
    .history_info h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}
@media only screen
and (max-width:1024px) {
    .main_section{
        height: 680px;
    }
    .main_section h2{
        left: 50px;
        font-size: 84px;
        line-height: 80px;
    }

    /* about */
    .history_info p{
        font-size: 13px;
        line-height: 17px;
        word-break: break-all;
        margin-bottom: 5px !important;
    }
    .history_info span{
        font-size: 11px;
    }
    .team_mission_title{
        margin-right: 50px;
    }
    .team_mession_content p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }
}
@media only screen
and (max-width: 888px) and (min-width : 768px){
    .history_text_box{
        top: 12px;
        left: 12px;
        padding-right: 12px;
    }
    .history_info h3{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .history_info p{
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen
and (max-width:768px) {
    .main_section{
        padding-top: 60px;
    }
    .main_section .home_main{
        width: 100%;
    }
    .main_section h2{
        left: 48px;
        font-size: 76px;
        line-height: 72px;
    }
    .width_100per{
        width: 100%;
    }
    .contact_paymint, .send_mail, .mail_to_button{
        font-size: 16px;
        padding: 0 34px;
        height: 54px;
    }
    .contact_paymint img, .send_mail img, .mail_to_button img{
        width: 24px;
        height: 24px;
        margin-left: 2px;
    }
    .bg_black_end{
        padding-top: 110px;
    }

    /* home */
    .service_list{
        width: 50%;
    }
    .service_list:last-of-type{
        margin-top: 44px;
    }
    .value_list_wrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .value_img_list{
        width: 48%;
    }
    .value_img_list:not(:last-of-type){
        margin: 0;
    }
    .news_slide{
        padding: 10px 12px;
    }
    .news_slide .news_company{
        font-size: 12px;
        line-height: 14px;
    }
    .news_slide h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        margin-top: 9px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news_slide h3 br{
        display: none;
    }
    .news_slide p{
        font-size: 14px;
        line-height: 20px;
    }
    .news_slide .news_date{
        font-size: 14px;
    }
    .home_partner_section{
        margin-bottom: 142px !important;
    }
    .partner_list img{
        width: 50%;
        /* margin-bottom: 0 !important; */
    }
    .partner_list img:nth-of-type(1), .partner_list img:nth-of-type(2), .partner_list img:nth-of-type(3), .partner_list img:nth-of-type(4){
        margin-bottom: 69px;
    }

    /* about */
    .infra_img{
        background-image: url(../images/about/infra_mobile.png);
        height: 856px;
        margin-bottom: 56px;
    }
    .paymint_logo{
        margin-bottom: 80px;
        content: url(../images/about/ci_logo_mo.png);
    }
    .history_content{
        flex-wrap: wrap;
    }
    .history_content > div{
        width: 49%;
        max-width: 100%;
    }
    .history_mo_wrap{
        display: flex;
        justify-content: space-between;
        width: 100% !important;
        max-width: 100%;
        height: auto;
        margin-top: 1.5%;
    }
    .history_mo_wrap{
        margin-top: 1.5%;
    }
    .fintech_history{
        margin-bottom: 0;
    }
    .fintech_history > div, .paymint_history > div:not(:last-of-type){
        margin-bottom: 64px;
    }
    .fintech_history p{
        margin-bottom: 26px;
    }
    .history_mo_wrap .history_info{
        width: 49%;
    }
    .history_wrap > div{
        margin-bottom: 7%;
    }
    .history_wrap > div:last-child{
        margin-bottom: 0;
    }
    .history_info img{
        height: auto;
    }
    .history_info h3{
        font-size: 20px;
        line-height: 26px;
        word-break: keep-all;
    }
    .history_info p{
        font-size: 14px;
        line-height: 18px;
    }
    .history_info span{
        font-size: 12px;
    }
    .pc_history{
        display: none;
    }
    .mo_history{
        display: block;
    }
    .show_more_history{
        margin-top: 54px;
        margin-bottom: 0 !important;
    }

    /* team */
    .team_main{
        padding-top: 170px;
    }
    .team_mission_wrap_01{
        margin-bottom: 32px;
    }
    .team_mission_wrap_02{
        display: block;
        width: calc(100% - 48px);
    }
    .team_mission_03{
        margin-top: 32px;
        margin-left: auto;
        width: 45%;
    }
    .team_mession_content p{
        font-size: 10px;
        line-height: 16px;
        margin-top: 12px;
    }
    .crew_info{
        padding: 16px 14px;
    }
    .crew_info p{
        font-size: 12px;
        line-height: 16px;
    }
    .crew_nick_name {
        font-size: 14px;
    }
    .crew_name{
        font-size: 10px;
    }
    .crew_list, .crew_info{
        padding: 10px 10px; 
    }
    .crew_list span, .crew_info .rank{
        font-size: 10px;
        line-height: 10px;
    }
    .crew_list h3{
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
    }
    .team_list{
        margin-top: 80px;
    }
    .team_name{
        flex-direction: column;
    }
    .team_list span{
        margin-bottom: 14px;
    }
    .mind_list{
        margin-bottom: 60px;
    }

    /* service */
    .service_main_title{
        margin-bottom: 100px !important;
    }
    .paymint_service_list li{
        display: block;
    }
    .paymint_service_list li h3{
        font-size: 24px;
    }
    .paymint_service_list li > img{
        width: 160px;
        margin-bottom: 24px;
    }
    .service_info{
        width: 100%;
        max-width: inherit;
    }
    .paymint_service_list li:last-of-type{
        margin-bottom: 60px;
    }
    .payssam_btn button{
        font-size: 12px;
    }
    .payssam_btn button img{
        margin-right: 4px;
    }


    /* career */
    .career_main{
        padding-top: 170px;
    }
    .career_main_text{
        margin-bottom: 120px !important;
    }
    .team_main_img, .career_main_img{
        height: 180px;
        margin: 0 auto 80px;
        width: calc(100% - 44px);
    }
    .career_sub_title_2{
        margin-bottom: 80px;
    }
    
    .welcome_kit{
        height: auto;
        display: block;
    }
    .welcome_kit img{
        width: 100%;
    }
    .welcome_kit p{
        margin-left: 0;
        margin-top: 14px;
        font-size: 12px;
        line-height: 20px;
    }
    .welcome_kit p br{
        display: none;
    }
    .recruitment_content{
        width: 100%;
    }
    .recruitment_list{
        justify-content: center;
    }
    .recruitment_list .left{
        margin-right: 8px;
    }
    .recruitment_box{
        width: 154px;
        height: 182px;
        background: #2b2b2b;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 8px;
    }
    .step5{
        background: #00E084;
    }
    .recruitment_box h3{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px;
    }
    .recruitment_box p{
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .submission{
        margin-bottom: 60px;
    }

    .submission li{
        display: block;
        margin-bottom: 20px;
        padding: 24px 19px;
    }
    .submission li h3{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 14px;
    }
    .submission li p{
        font-size: 14px;
        line-height: 20px;        
    }
    
}
@media only screen and (max-width:580px) {
    .history_text_box{
        top: 12px;
        left: 12px;
        padding-right: 12px;
    }
    .history_info h3{
        font-size: 14px;
        line-height: 18px;
    }
    .history_info p{
        font-size: 10px;
        line-height: 14px;
    }
    .history_info span{
        font-size: 10px;
    }
}

@media only screen and (max-width:414px) {
    .main_section{
        height: 394px;
    }
    .main_section h2{
        left: 22px;
        font-size: 46px;
        line-height: 42px;
    }
    .main_title_br{
        display: block;
    }
    .payssam_btn button{
        font-size: 10px;
    }
    .team_mission_wrap_02{
        width: calc(100% - 22px);
    }
    .team_mession_content p{
        margin-left: 22px;
        margin-right: 22px;
    }
    .culture_content_list li{
        font-size: 14px;
        line-height: 17px;
    }
    .culture_content_list li.strong_list{
        font-size: 18px;
        line-height: 21px;
    }
}

@media (min-width: 768px) {
  .apply_button:hover {
    width: 250px;
  }

  .apply_button:hover .apply_text {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .apply_text {
    display: none;
  }
}