/* common */
.talent .title-group {text-align: center; margin-bottom: 40px; padding: 0 20px;}
.talent .title-group .en-title {font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 400; color: #00ae8e; text-transform: uppercase;}
.talent .title-group h3 {font-family: 'NanumSquareExtraBold'; font-size: 33px; font-weight: 800; color: #000; margin-top: 7px;}

/* talent */
.talent {position: relative; background: #fff; overflow: hidden;}
.talent .inner {padding: 60px 0 0;}
.talent-list {}
.talent-list li {border: 1px solid #ebebeb; text-align: center; padding: 28px 20px;}
.talent-list li:first-child {}
.talent-list li + li {border-top: none;}
.talent-list .icon {/* width: 80px; */ /* height: 80px; */ /* border-radius: 50%; */ /* border-width: 3px; */ /* border-style: solid; */ /* line-height: 80px; */ margin: 0 auto 25px;}
.talent-list li:nth-child(2n) .icon {/* background: #fdfff7; */ /* border-color: #a7cb40; */}
.talent-list li:nth-child(2n+1) .icon {/* background: #f9fffe; */ /* border-color: #00ae8e; */}
.talent-list .icon img {max-width: 53px;}
.talent-list li:last-child .icon img {position: relative; left: 5px;}
.talent-list .text-group strong {font-family: 'Poppins', sans-serif; font-size: 23px; font-weight: 600; color: #000;}
.talent-list .text-group strong::before {content: ''; display: block; width: 20px; height: 2px; background: #333; margin: 0 auto 7px;}
.talent-list .text-group p {font-size: 14px; font-weight: 300; line-height: 1.8em; color: #333; margin-top: 5px;}
.talent-list .text-group p br {display: none;}
