@charset "utf-8";

/* 내용관리 */
#ctt { margin: 0; padding: 0; background: #fff; }
.ctt_admin {text-align: right;top: 100px;position: absolute;right: 0; display: inline-block;border: 1px solid #ccc;background: #fff;padding: 0 13px;font-weight: 500; text-decoration: none; vertical-align: middle;}
.ctt_admin a { font-size:12px; color:#333}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:20px 0;line-height:1.6em; max-width:1400px; margin: 0 auto 0 auto; }
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
/* #head-edit-form { display: block !important; } */

.memberWrap {max-width:1240px;margin:0 auto;text-align:left;padding:150px 10px 50px 10px;color:#666; letter-spacing:-0.8px;line-height:24px;word-break:keep-all}
.memberWrap h3{font-size:18px;font-weight:500;color:#333;margin-bottom:10px;margin-top:50px; font-weight:bold;}
.memberWrap h3:first-child{margin-top:0}
.memberWrap p{margin-top:15px; line-height:1.6;word-break:keep-all; font-size:15px}
.memberWrap .law{margin-top:15px;padding:20px;border:solid 1px #ebebeb;background:#fafafa; font-size:14px}
.memberWrap .law ul li{line-height:22px;margin-top:3px; padding:0; line-height:1.6;}
.memberWrap .law ul li:first-child{margin-top:0}





*:lang(ko) { 
	letter-spacing: -0.05em; word-break: keep-all}
.privacy-anchor-box { margin-top: 50px; padding: 60px; border: solid 1px #dbdbdb; background: #f9f9f9;}
.privacy-anchor-box li { float: left; width: 50%;}
.privacy-anchor-box li a { display: inline-block; font-size: 16px; color: #333; line-height: 30px;}
.privacy-anchor-box li a:hover { color: #0054a6; text-decoration: underline;}
.privacy-terms-content { border: solid 1px #dbdbdb; padding: 7%;}
.privacy-terms-content h3 { padding: 70px 0 20px; font-size: 20px; font-weight: 700; color: #111;}
.privacy-terms-content p { font-size: 16px; color: #444; line-height: 1.7em;}
.privacy-terms-content p.center { width: 80%; margin: 0 auto;}
.privacy-terms-content .bu-list { padding-top: 15px;}
.privacy-terms-content .bu-list > li { padding-left: 20px; margin-bottom: 7px; background: url('../../../img/privacy-dot.png') no-repeat; background-position: left 8px; font-size: 16px; color: #333; line-height:1.6em;}
.privacy-terms-content .bu-list > li > ul { padding-top: 7px;}
.privacy-terms-content .bu-list > li > ul > li { padding-left: 5px; margin-bottom: 5px; font-size: 15px; color: #333; line-height:1.6em;}
.privacy-terms-content .bu-list > li > ul > li::before { content: "- ";}
.privacy-terms-content hr { margin-top: 60px; border-top: solid 1px #dbdbdb; position: static; width: 100%; visibility: visible;}

#lnb > ul > li > a { color:#333}
#login-box a, #login-box2 a, #login-box3 a{ color:#333}.scrolled #wrap #header_wrap { border-bottom:0}
/* .scrolled #lnb > ul > li > a { color:#fff; opacity:0.9; background-color:#000} 
.scrolled #lnb > ul > li > a:hover { opacity:1}
.scrolled  #login-box a, #login-box2 a, #login-box3 a { color:#fff; opacity:0.9}
.scrolled  #login-box a, #login-box2 a, #login-box3 a:hover { opacity:1} */
.logo a {background-image: url("/theme/sample108/img/logo/ssu_logo.png"); }
.scrolled .logo a {background-image: url("/theme/sample108/img/logo/ssu_logo.png"); }


/* 커스텀 css */
.txtCon {
    max-width: 1440px;
    margin: 0 auto;
    padding: 150px 0px 100px 0px;
    clear: both;
}
.sub_title { text-align: center; }
.sub_title h2 {
    font-size: 40px;
    line-height: 44px;
    color: #000;
    position: relative;
    margin-bottom: 100px;
}
.sub_title h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    width: 35px;
    height: 1px;
}
.sub_pointer {
    padding-top: 30px;
    font-weight: 600;
    font-size: 32px;
    color: #111;
}
.sub_pointer .first {
    color: #666;
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
    font-family: 'GyeongbukDaeJinri';
    font-weight: 200;
	letter-spacing: 0;
}
.sub_pointer .last {
	font-weight: 300;
	/* color: #fc0000; */
	font-size: 40px;
	line-height: 48px; 
	font-family: 'GyeongbukDaeJinri';
	word-break: keep-all;
	/* letter-spacing: 2px; */
}
.sub_pointer .last .color-change { color: #fc0000; }
.dean_area {
	width: 100%;
    height: 400px;
    margin-top: 50px;
    background-color: #f1f1f1;
    background: url(/theme/sample108/img/sub/greetings_bg4.jpg) no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background-position: top;
    background-size: contain;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.dean_area p {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #444;
    text-align: left;
}
.dean_area p .point {
    font-weight: 600;
    color: #111;
}
.dean_area img {
    width: 300px;
    visibility: hidden;
}



@media screen and (max-width: 1280px) {
	.dean_area {
		gap: 200px;
        height: 350px;
        background-position: bottom right;
	}
}

@media screen and (max-width: 992px) {
	.dean_area { gap: 100px; }
}

@media screen and (max-width: 980px) {
	.sub_title h2 { font-size: 32px; }
	.sub_pointer { padding-top: 20px; }
	.sub_pointer .first {
	    font-size: 22px;
        padding-bottom: 1px;
	}
	.sub_pointer .last {
		font-size: 30px;
        line-height: 38px;
	}
}

@media screen and (max-width: 860px) {
	.dean_area { gap: 20px; }
	.dean_area p {
		font-size: 24px;
        line-height: 28px;
	}
}

@media screen and (max-width: 768px) {
	.dean_area { height: 250px; }
	.dean_area p { text-align: center; }
	.dean_area img { display: none; }
}

@media screen and (max-width: 578px) {
	#ctt_con { padding: 0; }
	.sub_title h2 { font-size: 28px; margin-bottom: 60px; }
	.sub_pointer { padding-top: 0; }
	.sub_pointer .first { font-size: 20px; }
	.sub_pointer .last {
        font-size: 26px;
        line-height: 30px;
	}
	.dean_area { height: 200px; }
	.dean_area p {
		font-size: 22px;
        line-height: 28px;
	}
}

@media screen and (max-width: 450px) {
	.sub_pointer .first { font-size: 18px; }
	.sub_pointer .last { font-size: 24px; }
	.dean_area p {
        font-size: 20px;
        line-height: 24px;
    }
}