/* ---- [data-content-type1='profileLink'] ---- */
[data-content-type1='profileLink'] .module_wrap[data-layout-fullsize='no'] { max-width:660px; } /* default: 620px (.module_container 좌우 10씩 (+20), .module_wrap 좌우 10씩 (+20)) */
[data-content-type1='profileLink'] ul { width:100%; display:flex; flex-direction:column; align-items:center; }
[data-content-type1='profileLink'] ul.profile_introduce_content { margin-bottom:20px; gap:10px; }
[data-content-type1='profileLink'] ul > li { width:100%; }
[data-content-type1='profileLink'] ul > li p { white-space: pre-wrap; letter-spacing: -1px; }
[data-content-type1='profileLink'] ul > li img { width:100%; height:100%; border-radius:inherit; object-fit:cover; }
[data-content-type1='profileLink'] ul > li.profile_subject { font-weight:bold; }
[data-content-type1='profileLink'] ul > li.profile_image { width:140px; height:140px; border-radius:70px; }
[data-content-type1='profileLink'] ul > li.profile_link { display:table; padding:10px; position:relative; }
[data-content-type1='profileLink'] ul > li.profile_link > * { display:table-cell; vertical-align:middle; }
[data-content-type1='profileLink'] ul > li.profile_link > .image { min-width:30px; min-height:30px; }
[data-content-type1='profileLink'] ul > li.profile_link > .image + p { padding-left:15px; padding-right:5px; }
[data-content-type1='profileLink'] ul > li.profile_sns .row { display:flex; flex-direction:row; gap:20px; margin-bottom:10px; }
[data-content-type1='profileLink'] ul > li.profile_sns .row:last-child { margin-bottom:0; }
[data-content-type1='profileLink'] ul > li.profile_sns svg { width:28px; height:28px; }
[data-content-type1='profileLink'] ul > li.profile_text .subject { font-weight: bold; }
/* ---- [data-content-type1='profileLink'] ---- */