@charset "UTF-8";

@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url(https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@font-face {
    font-family: 'Mint';
    font-weight: 300;
    src: url('../fonts/Mint-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mint-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mint-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mint-Light.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Mint';
    font-weight: 400;
    src: url('../fonts/Mint-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mint-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mint-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mint-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Mint';
    font-weight: 800;
    src: url('../fonts/Mint-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Mint-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Mint-ExtraBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Mint-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    src: url('../fonts/Gilroy-Light.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-style: normal;
}



/* common reset */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #a0ffd8;}
html, body {
    font-family:'Malgun Gothic','NanumSquare',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d1012;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    word-break: keep-all;
    -webkit-text-size-adjust: antialiased;
    -moz-osx-font-smoothing:grayscale;
 }
body::-webkit-scrollbar { display: none;  }
*,
*:active,
*:hover,
*:focus {
    outline: none !important;
}
h1,h2,h3,h4,h5,h6{
    padding:0;
    margin:0;
    line-height: normal;
}
p{
    padding:0;
    margin: 0;
}
ul, li{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #0d1012;
}
input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            overflow: auto;
}
input::-ms-clear { display: none; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
       -webkit-text-fill-color: #0d1012 !important;
}
select {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select::-ms-expand { display: none; }
table{
    border-collapse: collapse;
    border-spacing: 0px;
}
table th{
    text-align: left;
    vertical-align: top;
}
table td{
    vertical-align: top;
}



/* common style */

h1{
    font-family: 'Gilroy';
    font-weight: 800;
    font-size: 72px;
    line-height: 76px;
}
h2{
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 48px;
}
h3{
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 32px;
}
h4{
    font-family: 'Mint';
    font-weight: 400;
    font-size: 24px;
}
h5{
    font-family: 'NanumSquare';
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
}
.margin_bottom_140{
    margin-bottom: 140px !important;
}
.margin_bottom_160{
    margin-bottom: 160px !important;
}
.margin_bottom_350{
    margin-bottom: 350px !important;
}


/* 리뉴얼*/
.pretendard{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}
.width_100per{
    width: calc(100% - 318px);
}
.main_section{
    height: 1080px;
    padding-top: 72px;
    display: flex;
    justify-content: right;
    position: relative;
}
.main_section h2{
    position: absolute;
    left: 120px;
    top: 40%;
    font-size: 130px;
    line-height: 140px;
    color: #000000;
    transform: translateY(-40%);
    font-weight: 700;
}
.main_title_br{
    display: none;
}
.main_section .home_main{
    background: url(../images/home/home_main.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.main_section img{
    display: block;
    width: 69%;
    height: 100%;
}
.value_list_wrap{
    display: flex;
    align-items: center;
}
.service_list{
    width: 33.3%;
}
.service_list h3{
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 32px;
}
.service_list ul{
    color: #6a6a6a;
    font-size: 16px;
    line-height: 19px;
}
.service_list ul li:not(:last-of-type){
    margin-bottom: 12px;
}
.value_img_list h3{
    color: #ffffff;
}
.value_img_list:not(:last-of-type){
    margin-right: 24px;
}
.value_img_list img{
    width: 100%;
}
.news_slide{
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 28px 24px;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_slide * {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}
.news_slide a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.news_slide .news_company{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 5px;
    background-color: #00BC90;
    border-radius: 2px;
}
.news_slide h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 32px;
    word-break: break-all;
}
.news_slide p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #6A6A6A;
}
.news_slide .news_date{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}
.home_partner_section{
    margin-bottom: 300px !important;
}
.partner_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.partner_list img{
    width: 33.3%;
    display: block;
}
.partner_list img:nth-of-type(1), .partner_list img:nth-of-type(2), .partner_list img:nth-of-type(3){
    margin-bottom: 116px;
}


/* about */
/* 리뉴얼 */
.infra_img{
    width: 100%;
    height: 532px;
    background: url(../images/about/infra.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 160px;
}
.about_section{
    padding-bottom: 350px;
}
.paymint_logo{
    display: block;
    width: 100%;
    margin-bottom: 148px !important;
}
.paymint_goods_image_wrap .goods_wrap img{
    display: block;
    width: 100%;
}
.paymint_goods_image_wrap .goods_wrap img:not(:last-of-type){
    margin-bottom: 26px;
}
/* 히스토리 */
.fintech_history > div, .paymint_history > div:not(:last-of-type){
    margin-bottom: 140px;
}
.fintech_history p{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.01em;
    margin-bottom: 36px;
}
.history_wrap > div{
    margin-bottom: 7%;
}
.history_wrap > div:last-child{
    margin-bottom: 0;
}
.history_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1002px;
}
.history_content > div{
    width: 32%;
    max-width: 318px;
}
.history_content .history_info{
    position: relative;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.mo_history{
    display: none;
}
.history_info h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.history_info p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #6A6A6A;
    margin-bottom: 8px;
}
.history_info span{
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #6A6A6A;
    display: block;
}
.history_info img{
    width: 100%;
    height: 100%;
    display: block;
}
.history_text_box{
    position: absolute;
    left: 24px;
    top: 28px;
    padding-right: 24px;
    letter-spacing: -0.015em;
    word-break: break-all;
}
.text_box_wh h3{
    color: #ffffff;
}
.text_box_wh p, .text_box_wh span{
    color: #DEDEDE;
}


.fintech_history img{
    width: 100%;
    display: block;
}
.show_more_history{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
    margin-bottom: 0px !important;
}
.show_more_history p{
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}
.show_more_history .more_btn{
    width: 48px;
    height: 48px;
    background: url(../images/home/swiper_next_btn.png) center center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    text-indent: -9999px;
    cursor: pointer;
}
.show_more_history .more_btn.close{
    transform: rotate(270deg);
}
.paymint_history{
    display: none;
}

/* 리뉴얼 */
/* team */
.team_main{
    padding-top: 312px;
}
.team_main_img, .career_main_img{
    width: calc(100% - 96px);
    margin: 0 auto 160px;
    height: 580px;
    border-radius: 8px;
}
.team_main_img{
    background: url(../images/team/team_main.png) center center no-repeat;
    background-size: cover;
}
.team_mission_wrap_01{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}
.team_mession_content{
    display: flex;
    flex-direction: column;
}
.team_mession_content p{
    color: #6A6A6A;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    margin-top: 24px;
}
.team_mission_01{
    width: 63%;
    align-items: flex-end;
}
.team_mission_01 p{
    margin-right: 48px;
}
.team_mission_wrap_02{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 48px);
}
.team_mission_02{
    width: 63%;
    align-items: flex-start;
}
.team_mission_02 img{
    border-radius: 0px 8px 8px 0px;
}
.team_mission_02 p{
    margin-left: 48px;
    text-align: right;
}
.team_mission_03{
    width: 30.6%;
    margin-top: 25%;
    align-items: flex-end;
}
.team_mession_content img{
    display: block;
    width: 100%;
}
.team_mission_01 img{
    border-radius: 8px 0px 0px 8px;
    min-width: 260px;
    /* max-width: 960px; */
}
.team_mission_02 img{
    border-radius: 0px 8px 8px 0px;
    min-width: 260px;
    /* max-width: 1130px; */
}
.team_mission_03 img{
    border-radius: 8px;
    min-width: 168px;
    /* max-width: 560px; */
}

.crew_list{
    padding: 24px 24px;
    height: 100%;
    background-position: right 0px bottom -2px;
    background-repeat: no-repeat;
    background-size: 75%;
}
.crew_slide:first-of-type .crew_list{
    background-image: url(../images/team/ceo.png);
}
.crew_slide:nth-of-type(2) .crew_list{
    background-image: url(../images/team/cmo.png);
}
.crew_slide:nth-of-type(3) .crew_list{
    background-image: url(../images/team/cto.png);
}
.crew_slide:nth-of-type(4) .crew_list{
    background-image: url(../images/team/cdo.png);
}
.crew_slide:nth-of-type(5) .crew_list{
    background-image: url(../images/team/cfo.png);
}
.crew_list span{
    background: #2B2B2B;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    padding: 3px 8px;
}
.crew_list h3{
    color: #2b2b2b;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.crew_nick_name {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1;
    margin-top: 12px;
    font-weight: 600;
}
.crew_name{
    color: #959595;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 1px;
}
.crew_info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 7px;
    opacity: 0;
    transition: 0.3s all;
    padding: 24px 24px;
    box-sizing: border-box;
}
.crew_info .rank{
    background-color: #d7d7d7;
    border-radius: 2px;
    color: #000000;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
.crew_info p{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.015em;
    font-family: 'Gilroy';
    margin-top: 10px;
}
.crew_slide:hover .crew_info{
    opacity: 1;
}
.team_list{
    margin-top: 200px;
    display: flex;
    flex-wrap: wrap;
}
.team_list li{
    width: 50%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 180px;
}
.team_list li:nth-of-type(5), .team_list li:nth-of-type(6){
    margin-bottom: 0;
}
.team_list li img{
    width: 76px;
    height: 76px;
    display: block;
    margin-right: 12px;
}
.team_list h3{
    padding-top: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 12px;
}
.team_list span{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 36px;
    display: block;
}
.team_list p{
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.015em;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.mind_list{
    margin-bottom: 136px;
}
.mind_list * {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.mind_list li{
    padding: 68px 83px 68px 60px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
}
.mind_list li:not(:last-of-type){
    margin-bottom: 56px;
}
.mind_list li h3{
    width: 42%;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -0.015em;
}
.mind_list li > div{
    width: 58%;
}
.mind_list li > div span{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gilroy';
    margin-bottom: 12px;
    display: block;
}
.mind_list li > div p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #555555;
}
.contact_paymint, .send_mail, .mail_to_button{
    font-size: 24px;
    letter-spacing: -0.015em;
    background-color: #2b2b2b;
    color: #ffffff;
    border-radius: 10px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0 52px;
    height: 80px;
}
.contact_paymint img, .send_mail img, .mail_to_button img{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    vertical-align: middle;
}

/* 서비스 */
.service_main{
    background: url(../images/service/service_main.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.service_main::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.service_main .sub_page_main{
    position: relative;
    z-index: 2;
}
.paymint_service_content{
    width: calc(100% - 48px);
    margin-left: auto;
}
.paymint_service_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 120px;

}
.paymint_service_list li > img{
    display: block;
    width: 170px;
    margin-right: 176px;
}
.service_info{
    max-width: 888px;
    width: calc(100% - 342px);
}
.paymint_service_list li *{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.paymint_service_list li h3{
    font-weight: 600;
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.paymint_service_list li p{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #6a6a6a;
}
.payssam_btn{
    margin-bottom: 64px;
}
.payssam_btn button{
    color: #000000;
    background-color: #efefef;
    border-radius: 6px;
    box-sizing: border-box;
    border: none;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 700;
    width: 152px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    cursor: pointer;
    letter-spacing: -0.02em;
    padding: 0;
}
.payssam_btn button img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.home_page_btn{
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* 커리어 */
.career_main{
    padding-top: 312px;
}
.career_main_img{
    background: url(../images/career/career_main.jpg) center center no-repeat;
    background-size: cover;
}
.career_main_text{
    margin-bottom: 160px !important;
}
.culture_list{
    display: flex;
    align-items: flex-start;
}
.culture_list:not(:last-of-type){
    margin-bottom: 56px;
}
.culture_title{
    display: flex;
    align-items: center;
    width: 45%;
}
.culture_title h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}
.culture_content_list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    position: relative;
    padding-left: 15px;
}
.culture_content_list li::after{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #555555;
}
.culture_content_list li:not(:last-of-type){
    margin-bottom: 12px;
}
.culture_content_list li.strong_list{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.culture_content_list li.strong_list span{
    color: #00BC90;
}
.career_sub_title_2{
    margin-bottom: 160px ;
}
.welcome_kit{
    display: flex;
    align-items: flex-end;
    height: 408px;
}
.welcome_kit img{
    display: block;
    width: 660px;
    height: 100%;
    border-radius: 8px;
}
.welcome_kit p{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ebebeb;
    margin-left: 24px;
}
.recruitment_content{
    width: 660px;
    margin: 0 auto;
}
.recruitment_list{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.recruitment_list .left{
    margin-right: 24px;
}
.recruitment_box{
    width: 318px;
    padding: 195px 28px 28px;
    border-radius: 8px;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 24px;
}
.recruitment_box h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.015em;
    margin-bottom: 16px;
}
.recruitment_box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
}
.step1{
    background-image : url(../images/career/recruit_01.png);
}
.step2{
    background-image : url(../images/career/recruit_02.png);
}
.step3{
    background-image : url(../images/career/recruit_03.png);
}
.step4{
    background-image : url(../images/career/recruit_04.png);
}
.step5{
    background-image : url(../images/career/recruit_05.png);
    color: #2b2b2b;
}
.submission{
    margin-bottom: 160px;
}
.submission li{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 40px 0px 40px 40px;
}
.submission li:not(:last-of-type){
    margin-bottom: 24px;
}
.submission li h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.015em;
    width: 25%;
}
.submission li p{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

/* ------------- 윤리강형 ------------- */
.ethics_code_button {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    border: none;
    background: unset;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}
.ethics_code_wrap {
    padding: 196px 48px 140px;
}
.ethics_code_wrap * {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}
.ethics_section_wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.ethics_section_title {
    flex-direction: column;
}
.ethics_section_title h2 {
    margin-top: 16px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
.ethics_logo_wrap {
    display: flex;
    align-items: center;
}
.ethics_logo_wrap .mint_dot {
    display: block;
    width: 8px;
    height: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="9" viewBox="0 0 8 9" fill="none"><circle cx="4" cy="4.5" r="4" fill="%2300E084"/></svg>') no-repeat center/contain;
}
.mint_dot + img {
    width: auto;
    height: 20px;
    margin-left: 8px;
}
.ethics_section_content {
    margin-top: 80px;
}
.ethics_section_content h4 {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.05;
}
.ethics_section_content h4,
.ethics_section_content .detail_desc {
    margin-bottom: 40px;
}
.ethics_section_content h5 {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.04;
    margin-bottom: 16px;
}
.ethics_section_content .detail_desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.035px;
    word-break: break-word;
}
@media screen and (max-width : 767px) {
    .ethics_code_wrap {
        padding: 112px 48px 80px;
    }
    .ethics_section_title h2 {
        margin-top: 20px;
        font-size: 32px;
    }
}

@media screen and (max-width : 413px) {
    .ethics_code_wrap {
        padding: 112px 22px 80px;
    }
}