@charset "utf-8";

/* List */
.list-item .tack-check { right: 8px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }

/* Modal */
.m03_01_dimmed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1001;
}
.m03_01_dimmed.on {
    display: block;
}
.m03_01_modal { 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    max-width: 1720px;
    background: #e7ebee;
    padding: 20px;
    z-index: 1001;
    display: none;
}
.m03_01_modal.on {
    display: block;
} 
.m03_01_modal .modal_inner {
    display: flex;
    gap: 5.4%;
    max-height: 60vh;
    overflow: auto;
}
.m03_01_modal .img_area {
    width: 45%;
	overflow: hidden;
}
.m03_01_modal .img_area img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.m03_01_modal .info_area {
    flex: 1;
}
.m03_01_modal .info_area .modal_info_inner { 
    display: flex; 
    align-items: center; 
    padding-top: 67px;  
}
.m03_01_modal .info_area .modal_info .modal_name { 
    display: inline-block; 
    font-size: 40px; 
    font-weight: 500; 
    color: #222; 
    margin-right: 20px; 
}
.m03_01_modal .info_area .modal_info .modal_en_name { 
    display: inline-block; 
    margin-top: auto;
    /* font-family: 'Montserrat';  */
    font-size: 18px; 
    color: #666; 
}
.m03_01_modal .info_area .modal_info .modal_position { 
    display: inline-block; 
    margin-top: auto;
    /* font-family: 'Montserrat';  */
    font-size: 18px; 
    color: #666; 
}
.m03_01_modal .info_area .modal_info .modal_position::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 17px;
    margin: 0 5px;
    background: #666;
}
.m03_01_modal .info_area .modal_info .modal_part { 
    /* font-family: 'Montserrat';  */
    font-size: 20px; 
    font-weight: 500; 
    color: #222; 
    margin-top: 13px; 
}
.m03_01_modal .info_area .modal_info .modal_email { 
    /* font-family: 'Montserrat';  */
    font-size: 18px; 
    color: #222; 
    padding-left: 26px; 
    background: url('/img/email_icon.png') no-repeat left top 2px; 
    margin-top: 20px; 
}
.m03_01_modal .info_area .modal_career {
    margin-top: 40px;
}
.m03_01_modal .info_area .modal_career li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    color: #000;
    padding-left: 17px;
}
.m03_01_modal .info_area .modal_career li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #000;
}
/* 모달창 close 버튼 */
.m03_01_modal .modal_btn {
    position: absolute;
    top: 38px;
    right: 38px;
    width: 31px;
    height: 31px;
    transform: rotate(45deg);
    background: transparent;
}
.m03_01_modal .modal_btn span {
    position: absolute;
    top: 48%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #444;
}
.m03_01_modal .modal_btn span:nth-child(2) {
    transform: rotate(90deg);
}

@media (max-width:1600px){
    .m03_01_modal { padding: 56px 25px 50px; }
    .m03_01_modal .modal_inner { flex-direction: column; width: 100%; max-height: 67vh; }
    .m03_01_modal .img_area { width: 100%; overflow:initial;  }
	.m03_01_modal .img_area img { width: 100%; }
}

@media (max-width:991px){
    .m03_01_modal .modal_btn { top: 11px; width: 35px; height: 35px; }
    .m03_01_modal .info_area .modal_info_inner { flex-wrap: wrap; row-gap: 5px; padding-top: 33px; }
    .m03_01_modal .info_area .modal_info .modal_name { width: 100%; font-size: 28px; }
    .m03_01_modal .info_area .modal_info .modal_en_name { font-size: 14px; }
    .m03_01_modal .info_area .modal_info .modal_position { font-size: 14px; }
    .m03_01_modal .info_area .modal_info .modal_position::before { height: 11px; }
    .m03_01_modal .info_area .modal_info .modal_part { font-size: 15px; margin-top: 15px; }
    .m03_01_modal .info_area .modal_info .modal_email { font-size: 14px; margin-top: 13px; padding-left: 22px; background: url(/img/email_icon.png) no-repeat left top 3px / 16px; }
    .m03_01_modal .info_area .modal_career { margin-top: 40px; }
    .m03_01_modal .info_area .modal_career li { font-size: 14px; padding-left: 11px; }
    .m03_01_modal .info_area .modal_career li::before { top: 12px; width: 4px; }
}
