@charset "utf-8";
.main_top {
    height: 768px; 
    width: 100%;
    background: url("/images/member/main/section_bg.jpg") center no-repeat; 
    position: relative;
	background-size: cover;
}
#visual {
    width: 100%;
    height: 450px;
    background: url("/images/member/main/visual_bg.png") center bottom no-repeat;
    padding-top: 50px;
}
#visual .member_pic {
    width: 700px;
    height: 450px;
    background-color: #fafafa;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
	border-radius: 10px 0 0 10px;
}
#visual .member_pic img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	height: 450px;
    object-fit: cover;
}
#visual .member_txt {
    display: inline-block;
    width: 480px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 38px 40px;
    font-family: "Nanum";
}
#visual .top_txt {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 17px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#visual .top_txt .name {
    display: block;
    font-size: 23px;
    font-weight: 500;
	letter-spacing: -2px;
	line-height: 40px;
}
#visual .top_txt .name strong {
    font-size: 32px;
    font-weight: 900;
    color: #fffdcc;
	letter-spacing: -1.5px;
}
#visual .top_txt .greeting_btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-family: "Nanum";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: #2c686d;
    width: 79px;
    height: 29px;
    line-height: 29px;
    text-align: left;
    padding-left: 12px;
    border-radius: 5px 10px 5px 10px;
    box-sizing: border-box;
}
#visual .top_txt .greeting_btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 5px;
    top: 40%;
    right: 10px;
    background: url("/images/member/main/ico_greeting.png") center no-repeat;
}
#visual .bottom_txt {
    margin-top: 20px;
    font-family: "Nanum";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
#visual .bottom_txt .info {
    margin-bottom: 25px;
}
#visual .bottom_txt .info li {
    margin-bottom: 10px;
}

#visual .bottom_txt .info span {
    display: inline-block;
    width: 45px;
    margin-right: 30px;
}
#visual .bottom_txt .info p {
    display: inline-block;
    font-weight: 700;
}
#visual .bottom_txt .info p a {
    color: #fff;
}

#visual .career {
    width: 393px;
    height: 98px;
    box-sizing: border-box;
    padding: 16px 17px 16px 25px;
    background: #2c686d;
    border-radius: 10px;
    font-family: "Nanum";
    font-size: 14px;
    font-weight: 700;
}

#visual .career > ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

#visual .career > ul::-webkit-scrollbar {
    width: 4px;
}

#visual .career > ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
}

#visual .career > ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

#visual .career li {margin-bottom: 4px;}
#visual .career li p {font-weight: 500;}

#quick {margin-top: 67px; float: none; width: 100%;}
#quick ul {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 940px;
}
#quick li {
    text-align: center;
}
#quick li a {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.4);
    position: relative;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}
#quick li a:hover {
    background-color: #539c98;
}
#quick li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
#quick li:nth-child(1) a::after {
    width: 60px;
    height: 43px;
    background: url("/images/member/main/quick1.png") center no-repeat;
    transition: all ease-in-out 0.3s;
}
#quick li:nth-child(1) a:hover::after {
    width: 60px;
    height: 43px;
    background: url("/images/member/main/quick1_h.png") center no-repeat;
}
#quick li:nth-child(2) a::after {
    width: 51px;
    height: 49px;
    top: 46%;
    left: 54%;
    background: url("/images/member/main/quick2.png") center no-repeat;
}
#quick li:nth-child(3) a::after {
    width: 51px;
    height: 49px;
    background: url("/images/member/main/quick3.png") center no-repeat;
}
#quick li:nth-child(4) a::after {
    width: 51px;
    height: 49px;
    background: url("/images/member/main/quick4.png") center no-repeat;
}
#quick li:nth-child(5) a::after {
    width: 51px;
    height: 49px;
    background: url("/images/member/main/quick5.png") center no-repeat;
}

#quick li span {
    display: inline-block;
    color: #fff;
    font-family: "Nanum";
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

#gallery {
    background: url("/images/member/main/gallery_bg.jpg") center bottom no-repeat;
    height: 490px;
	background-size: cover;
}
#gallery .tit {
    text-align: center;
}
#gallery h4{
    font-size: 28px;
    color: #1d1d1d;
    font-family: "Nanum";
    font-weight: 800;
    margin-top: 50px;
    text-align: center;
}
#gallery h4 strong {
    color: #4d5a95;
    font-weight: 800;
}
#gallery .tit span {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin-top: 10px;
    display: block;
}

#gallery .gallery_btn {
    position: absolute;
    right: 25px;
    top: 15px;
}
#gallery .gallery_btn button {
    margin-right: 10px;
}
#gallery .gallery_btn button,
#gallery .gallery_btn a {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
    font-size: 0;
    vertical-align: top;
    border-radius: 5px;
    position: relative;
}

#gallery .gallery_btn button.prev::after,
#gallery .gallery_btn button.next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7px;
    height: 13px;
    background: url("/images/member/main/ico_arrow.png") center no-repeat;
}
#gallery .gallery_btn button.next::after {
    transform: translate(-50%,-50%) rotate(180deg);
}
#gallery .gallery_btn a.more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 16px;
    background: url("/images/member/main/ico_more.png") center no-repeat;
}

#gallery .gallery_list a {
    display: block;
    width: 270px;
    border-radius: 20px 5px 20px 5px;
    overflow: hidden;
    border: 2px solid transparent;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
    background-color: #fff;
    margin: 50px 0 10px;
    transition: all 0.3s linear;
    text-decoration: none;
}
#gallery .gallery_list a:hover {
    border: 2px solid #4d5a95;
    color: #fff;
    background-color: #4d5a95;
    transform: translateY(-15px);
}
#gallery .gallery_list:hover span {
    color: #fff;
}

#gallery .gallery_list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#gallery .gallery_list .gallery_txt {
    height: 80px;
    box-sizing: border-box;
    padding: 15px;
}
#gallery .gallery_list .gallery_txt p {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#gallery .gallery_list .gallery_txt .date {
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
    position: relative;
}
#gallery .gallery_list a span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url("/images/member/main/ico_date.png") center no-repeat;
}
#gallery .gallery_list a:hover span::after {
    background: url("/images/member/main/ico_date_w.png") center no-repeat;
}
#gallery .slick-slide {
    width: 270px !important;
    margin: 0 20px;
}
#gallery .slick-list {
    margin: 0 -20px;
}
.slick-track {
    padding: 10px 0;
}