@charset "utf-8";
/* CSS Document */

.img-zoom {}
.img-zoom figcaption {
	background: #f4f5f8;
	padding: 0.9rem 1.5rem;
	color: #666;
	text-align: left;
}
.list-style01.row , .list-style02.row {
    margin-left: 0 ;
    margin-right: 0 ;
}

/* Header */
.top-sub .container .row .col-12 {
    padding-right:15px;
}
#header .site-title .site-link {
    max-width: 270px;
}
#header .sub-site-title {
    font-size: 16px;
}
.menubar > li > [role="menuitem"] {
    height: auto;
    padding: 1rem 1.5rem;
}
#header .top-main .header-bg.on {
    display:none;
}
#header .site-logo {
	width: auto;
}
@media (min-width: 1200px) {
    .menubar > li > [role="menuitem"] {min-width: auto;letter-spacing: -0.09em;font-weight: 400;height: 100%;padding: 1rem 1rem;}
    .menubar > li:last-child > [role="menuitem"] {padding-right:0;}
}

/* footer */
#footer {
    padding: 15px 0;
    background:#3d3f45;
}
#footer .copyright {
    font-size: 15px;
    color: #a5a7ac;
}
#footer .footer-layout-right {
    display: none;
}


/*******************/
/* Main  */
/*******************/
.mv-box {
    height: auto;
}
.mv-carousel .item {
    position: relative;
    height: 500px;
}
.mv-carousel .owl-item img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -50%;
}
.mv-title {
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.mv-title  > strong {
    display: block;
}
.mv-tagline {
    display: inline-block;
    background: rgba(97, 64, 154, 0.95);
    color: #fff;
    padding: 0.6rem 1.5rem;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-radius: 55px;
}
.mv-tagline  > strong {
    font-size: 24px;
    font-weight: 300;
}
@media (min-width: 768px) {
    .mv-carousel .item {height:780px;}
    .mv-text-box {top: 45%;transform: translateY(-50%);}
    .mv-title {font-size:60px;}
}



/*******************/
/* Sub */
/*******************/

/* forum-details */
.forum-details {
    word-break: keep-all;
}
.forum-details .thum {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.forum-details .thum > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s ease,transform 1s ease;
}
.forum-details .btn-wrap {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
}
.forum-details .btn-wrap a {
    display: inline-block;
    background: #4c2a87;
    width: 40px;
    height: 40px;
    padding: 0.4rem 0;
    border-radius: 40px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
.forum-details .btn-wrap a:hover, .forum-details .btn-wrap a:focus {
    background: #5b20c0;
}
.forum-details .btn-wrap a + a {
    margin-left: 0.5rem;
}
.forum-details .btn-wrap a:first-child {
	margin-left:0;
}
.forum-details .btn-wrap a .material-icons {color: #fff;}
.forum-details .details-box {
    background: #f0f2f6;
    margin-bottom: 3.5rem;
}
.forum-details .details-info {
    position: relative;
    padding: 1.5rem 1.5rem 3rem 2rem;
}
.forum-details .details-info h3 {
    position: relative;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    color: #133486;
    margin-bottom: 1.5rem;
}
.forum-details .details-info h3:after {
	content:'';
	background: url("/site/resource/ansan/auforum/images/forum-tit.png") no-repeat center center;
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: -0.5rem;
	left: -1rem;
}
.forum-details .details-info ul {
    margin: 0;
}
.forum-details .details-info ul li {
    padding-left: 0;
    background: none;
    margin: 0.6rem 0;
}
.forum-details .details-info ul li .material-icons {
	color: #626262;
	font-size: 1.2rem;
	margin-right: 0.3rem;
	margin-top: -0.3rem;
}
.forum-details .details-info ul li strong {
    display: inline-block;
    min-width: 75px;
}
.forum-details  h4 {
	color: #264592;
	margin-top: 0;
	font-size: 21px;
	margin-bottom: 0.5rem;
}
.forum-details  h5 {
	color:#333;
	font-size: 18px;
}
@media (min-width: 768px) {
        .forum-details .details-info {padding: 1.5rem 2rem;}
}
@media (min-width: 992px) {
	    .forum-details .details-info {padding: 2.5rem 2rem 3rem 4rem;}
	    .forum-details .details-info h3 {font-size: 24px;}
	    .forum-details .details-info h3:after {left:-2rem;}
	    .forum-details .btn-wrap {bottom:1.4rem;}
}

/* 인사말 */
.sub-top-bg {
    background-color: #f2f3f4;
    padding: 2rem 0;
    margin-bottom: 2.5rem;
}
h3.sb-tit {
    position: relative;
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
h3.sb-tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #333;
}
.img-title {
    width: 100%;
}
.img-box {
    margin-bottom: 1rem;
}
.sub-container .sec-box h3,
.img-title h3 {
    background-image: none;
    font-size: 1.6rem;
    padding-left: 0;
}
.img-title h3 .text-en {
    font-size: 1rem;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin-top: 1rem;
    color: #013f6a;
}
.img-title h3 span.text-lighter {
    font-size: 1.8rem;
}
.sub-container .sec-box p {
    font-size: 17px;
    line-height: 1.6;
}
.sign {
    margin-top: 2rem;
    text-align: right;
    font-size: 1.1rem;
    color: #666;
}
.sign strong {
    color: #000;
    font-size: 1.25rem;
    margin-left: 0.5rem;
}
@media (min-width: 992px) {
    .sub-top-bg {
        background-color: transparent;
        background: url(/site/resource/ansan/www/images/sub-ctop-img.jpg) no-repeat center bottom;
        padding: 0;
        color: black;
        min-height: 410px;
        margin-bottom: 4rem;
    }
    .it-right .text-area {
        position: absolute;
        bottom: 22%;
    }
    .img-title h3 {
        font-size: 2rem;
        letter-spacing: -0.1rem;
        margin-bottom: 1rem;
    }

    .img-title h3 .text-en {
        font-size: 1.44rem;
        margin-bottom: 0.2rem;
    }
    .img-title h3 .text-en:before {
        content: '';
        position: absolute;
        left: -0.8rem;
        top: -0.8rem;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 5px;
        background: #0e70b4;
    }
    .img-title h3 .text-en:after {
        content: '';
        position: absolute;
        left: auto;
        top: 40%;
        margin-left: 1rem;
        width: 70px;
        height: 1px;
        background: #003d2d;
    }
    .sub-container .sec-box h3,
    .img-title h3 {
        font-size: 1.8rem;
    }
    .img-title h4 {
        font-size: 1.5rem;
        font-weight: 500;
    }
	.sub-container .sec-box p {
		line-height: 1.8;
	}
}
        