/* Àü¹®°¡ Ä®·³ ºä ÆäÀÌÁö ½ºÅ¸ÀÏ */
.container.view-page {
    width: 1112px;
    margin: 0 auto;
    padding: 0px;
	display: flex;
	flex-direction: column;
	gap:30px;
}
.view-header {
	position: relative;
	margin-top: 36px;
	border-bottom: 1px solid var(--black);
}
.view-category {	
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 4px;
	height: 21px;
	margin-bottom: 12px;
}
.view-category .main-menu {	
	height: 21px;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: var(--grey-5);
}
.view-category .sub-cate {
	height: 21px;
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	color: var(--primary);
}
.view-header .view-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	color: var(--black);	
	margin-bottom: 28px;
	min-height: 50px;
}
.view-date {
	display: flex;
	flex-direction: row;
	margin-bottom: 19.5px;
}
.view-date span {		
	font-size: 15px;
	line-height: 140%;
}
.v-number{
	display: flex;
    align-items: center;
	font-weight: 500;
	color: var(--grey-5);
}
.v-number::after {
    content: "";
    display: inline-block;
    width: 1px; 
    height: 21px; 
    background-color: var(--grey-d9);
	margin: 0 12px;
	align-self: center; 
}
.v-date{
	display: flex;
    align-items: center;
	font-weight: 400;
	color: var(--grey-8);
}
.conarea-side-wrap {
	display: flex;
	flex-direction: row;
	gap:60px;
}
.conarea-side-wrap .content-area {
	flex-shrink: 0;
	width: 691px;
	display: flex;
	flex-direction: column;
	gap:24px;
}
.center_img {
	margin: 32px 0; 
}
.contenta_img .center_img_dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:12px;
}
.center_img_dd {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--black-10-opt);
	position: relative;
}
.center_img_dt {
	text-align: left;
	color: var(--grey-5);
}
.content-area .contenta_img {
	margin: 32px 0; 
}
.contenta_img .img_dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:12px;
}
.contenta_img .img_dl .img_dt {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--black-10-opt);
	position: relative;
}
.contenta_img .img_dl .img_dd {
	text-align: left;
	color: var(--grey-5);
}
.contenta_img .img_dl dd {
	text-align: left;
	color: var(--grey-5);
}

.content-area .contenta_img img {
	width: 100%;
	height: auto;
    display: block;
}
.conarea-side-wrap .content-area hr {	
	margin-top: 32px;
	border-top: 1px dashed var(--grey-5);
}
.conarea-side-wrap .content-area hr.pri {	
	margin-top: 32px;	
  	border-top: 1px dashed var(--primary);  	
}
.conarea-side-wrap .content-area .edit_txt {
	margin-bottom: 60px;	
}
.conarea-side-wrap .content-area .edit_txt p {
	font-weight: 500;
	font-size: 18px;
	line-height: 164%;
	color: var(--black);
}
/* Àü¹®°¡Ä®·³, ÁÖ°£¾Ï¼Ò½Ä line-height°ª ½ºÅ¸ÀÏ ½ÃÀÛ */
.conarea-side-wrap .content-area.column .edit_txt p {
	font-weight: 500;
	font-size: 18px;
	line-height: 155%;
	color: var(--black);
}
.conarea-side-wrap .content-area.column .edit_txt p b{
	font-weight: 700;
	line-height: 156%;
}
.conarea-side-wrap .content-area.column .edit_txt .Preface {
	font-size: 14px;
	line-height: 156%;
}
/* Àü¹®°¡Ä®·³, ÁÖ°£¾Ï¼Ò½Ä line-height°ª ½ºÅ¸ÀÏ ³¡ */ 
.conarea-side-wrap .content-area .edit_txt p.interview {	
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	height: 28px;
	border-left: 3px solid var(--primary);
	padding-left: 20px;	
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: var(--black);
	margin-bottom: 30px;
}
.center_img_dl .center_img_dd{   
	width: 691px;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: var(--grey-5);
    box-sizing: border-box;
    border: 1px solid var(--black-10-opt);
    position: relative;
}

.center_img_dl .center_img_dd img{   
	width: auto;
    height: auto;
    display: block;
    max-width: 100%;
}
.edit-writer {
	width: 691px;
	height: 28px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}
.contents_bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:24px;
	border-top:1px solid var(--black);
}
.cb-copyright {
	display: flex;	
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	margin-top: 20px;
}
.cb-copyright .contents-copy {	
	width: 260px;
	height: 28px;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: var(--grey-5);
}
.cb-copyright .cb-newsletter {
	border-radius: 44px;	
	border:1px solid var(--grey-b);	
}
.cb-copyright .cb-newsletter a{
	display: flex;	
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;	
	width: 197px;
	height: 43px;
	box-sizing: border-box;
	padding: 10px 28px;
}
.cb-copyright .cb-newsletter a span {
	width: 101px;
	height: 23px;
	font-weight: 700;
	font-size: 16px;
	color: var(--grey-5);
}
.cb-adbanner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 32px 28px 32px 40px;
	box-sizing: border-box;
	gap: 40px;
	width: 691px;
	height: 173px;
	background: var(--primary-10);
	border-radius: 10px;
}
.cb-adbanner .ad-txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
	width: 331px;
	height: 121px;
}
.cb-adbanner .ad-txt h2{
	width: 331px;
	height: 24px;
	font-weight: 700;
	font-size: 17px;
	line-height: 140%;
	color: var(--black);
}
.cb-adbanner .ad-txt .at-txt-l {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px 8px;
	gap: 10px;
	width: 331px;
	height: 29px;
	border-bottom: 1px solid var(--primary);
}
.cb-adbanner .ad-txt .at-txt-l span{
	height: 21px;
	font-weight: 400;
	font-size: 14px;
	line-height: 148%;
	color: var(--grey-8);	
}
/* ±×·¡ÇÈ ´º½º ºä ÆäÀÌÁö ½ºÅ¸ÀÏ ½ÃÀÛ */
.container.view-page {
    width: 1112px;
    margin: 0 auto;
    padding: 0px;
	display: flex;
	flex-direction: column;
	gap:30px;
}
.conarea-gview-wrap {
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
    gap: 60px;
}
.conarea-gview-wrap .content-area.graphic {
    flex-shrink: 0;
    width: 940px;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    gap: 24px;
}
.content-area.graphic .contents_edit{
	width: 940px;
	margin-bottom: 4px;
}
.content_g_img_wrap {
	display: flex;
	flex-direction: column;
	gap:25px;
}
.content_g_img {
    display: flex;
    justify-content: center;  
}
.content_g_img .img_dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:0px;
}
.content_g_img .img_dl .img_dt {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.content_g_img img {
     width: auto;     
    height: auto;
    display: block;
    max-width: 100%; 	
	border: 1px solid var(--black-10-opt);
}
.content_g_img img.cardnewsimg {
     max-width: 750px;
	border: 0px solid var(--black-10-opt);
}
.content_g_img img.infoimg {
	border: 0px solid var(--black-10-opt);
}
.content_g_txt {
	margin-top: 32px;
}
.graphic .edit_txt {
    margin-bottom: 60px;	
}
.graphic .edit_txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: var(--black);
}
.graphic .edit_txt .contenta_txt {
    margin: 32px 0 0px;
}
.graphic_c_bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top:1px solid var(--black);
}
.cb_title{
	margin: 20px 0;
}
.cb_title h2{	
	height: 28px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}
.cb_news a {
	display: flex;
	gap:22px;
	justify-content: flex-start;
	align-items: center;
}
.cb_news a .cb_news_img{
    flex-shrink: 0;
    width: 180px;
    height: 118px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 0.55px solid var(--black-10-opt);
    overflow: hidden;
}
.cb_news_img img{
   width: 100%;
   height: 100%;
}
.cb_news_txt {
	display: flex;
	flex-direction: column;
	gap:8px;
}
.cb_news_txt h3{	
	height: 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: var(--black);
}
.cb_news_des{	
	height: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 156%;
	color: var(--grey-5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cb_news_write {
				position: relative;
				display: flex;
				align-items: center; 
				height: 21px;
		}
.cb_news_write span {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--grey-8);
    display: inline-block;
}
.cb_news_write .cb_name {
	font-weight: 500;
}
.cb_news_write .cb_name::after {
				content: "|"; 
				display: inline-block; 
				font-weight: 800;
				font-size: 15px;
				color: var(--grey-d9);
				margin: 0 8px; 
}
.cb_keyword {
	display: flex;
	gap: 6px;
}
.cb_keyword a {
	height: 21px;
	font-weight: 400;
	font-size: 15px;
	line-height: 142%;
	text-align: center;
	color: var(--grey-5);
	padding: 6px 10px 4px 10px;
	background: var(--grey-ea);
	border-radius: 44px;
}
.cb_graphic_news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3°³ÀÇ ÄÃ·³ */
    gap: 31px; /* Ä«µå °£°Ý */
    align-items: flex-start;
}
.notecard {
	 width: 100%; 
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--black-10-opt);
    border-radius: 10px;
}
.gn-image {   
	width: 293px;
	height: 198px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--black-10-opt);
}
.gn-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 400 / 270;
}
.gn-content {
    box-sizing: border-box;
    padding: 12px 12px 16px;
}
.gnews-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: var(--black);
    margin: 0;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gnews-date {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 40px;
	height: 40px;
}
.contenta_img {
	position: relative;
}
.content_g_img {
	position: relative;
}
.img_sizeup {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}
.img_sizeup img{	
	width: 30px;
	height: 30px;
}
.img_sizeup.visual .openModal img {
	width: 100%;	
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
	overflow-y: auto; 
}
.modal::-webkit-scrollbar {
    width: 10px;
}

.modal::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.modal::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.modal::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.modal-content {
    margin-top: 60px;
    max-width: 100%;
    border-radius: 0px;
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

/* ±×·¡ÇÈ ´º½º ºä ÆäÀÌÁö ½ºÅ¸ÀÏ ³¡ */

/* =============================
   °³ÀÎÁ¤º¸Ã³¸®¹æÄ§_ ÆäÀÌÁö ½ºÅ¸ÀÏ ½ÃÀÛ 
   ============================= */
.privacy-header {
    margin: 0 auto;
    padding: 0px;
    padding: 40px 0 30px;
    background-color: var(--white);
}
.privacy-header .header-flex {	
	width: 940px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
}
.privacy-header .page-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
    height: 56px;
}
.container.privacy {
    width: 940px;
    margin: 0 auto;
    padding: 0px;
}
/* ¼Ò°³ ¹®´Ü */
.privacy-intro {
  background-color: var(--bg-secondary);
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--black);
}
.privacy-section {
	display: flex;
	flex-direction: column;
	gap:12px;
	color: var(--black);
	margin-bottom: 30px;
	
}
/* ¼½¼Ç Á¦¸ñ */
.privacy-section h2 {
  font-size: 19px;
  font-weight: 700;
  color: var(--black);
}

/* ¼½¼Ç º»¹® */
.privacy-section p,
.privacy-section ul {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.privacy-section p strong {
	font-weight: 600;
}

/* ¸®½ºÆ® ½ºÅ¸ÀÏ */
.privacy-section ul {	
  list-style-type: none;
}
.privacy-section .privacy-list {
	display: flex;
	flex-direction: column;
	gap:4px;
}
.privacy-list li {
  position: relative;
  padding-left: 12px; /* -°¡ µé¾î°¥ °ø°£ È®º¸ */
}
.privacy-section .privacy-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 4px;
  font-size: 16px;
  line-height: 140%;
}
.privacy-section .privacy-list li.li_frist::before {
  content: "";
}
.privacy-section .list-p-strong {	
font-weight: 600;
font-size: 16px;
line-height: 140%;
}
.none-list-wrap {
	display: flex;
	flex-direction: column;
	gap:0;
}	
.none-list-wrap .none-list {
	margin-left: 16px;
}
.privacy-section .privacy-list li.li_frist{
  margin-left: 0px;
	padding-left: 0px;
}
/* Ç¥ ½ºÅ¸ÀÏ */
.privacy-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.privacy-section table th,
.privacy-section table td {
  border: 1px solid var(--grey-d9);
  padding: 8px;
  text-align: center;
}
.privacy-section table th {
  background-color: var(--bg-footer);
  font-weight: 600;
}

