#col-735299666 > .col-inner {
    padding: 15px 15px 0px 15px;
}
#section_2009603338 {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    background-color: rgb(246, 246, 246);
}
#section_2009603338 .container {
	margin-bottom: -5px;
}
#section_2009603338 .section-title-main {
	color: #000;
}
.chonrem {
	border-bottom: 3px solid #000;
    clear: left;
}
.chonrem .section-title-main {
	background: #FDDC01;
	color: #000;
	font-weight: 500;
	font-size: 15px;
}
.footer-2 .chonrem {
	padding-bottom: 10px;
	border-bottom: 1px solid #FDDC01
}
.footer-2 .widget > ul > li {
	list-style: disc;
	margin-left: 15px;
}
.footer-2 .is-divider {
	border-bottom: 1px solid #FDDC01;
    background: transparent;
    height: 1px;
    max-width: 100%;
}
.footer-2 .social-icons {
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.mce-toc ul li {
	list-style: none;
}
.mce-toc {
	width: 80%;
    border: 1px solid #ddd;
    padding: 15px;
}
.fancybox-content {
	width: 450px;
}
.magnific_popup {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 600vh;
    position: fixed;
    z-index: 1;
    display: none;
}
#popup_container {
    position: absolute;
    background: white;
    height: 500px;
    width: 800px;
    top: 80px;
    margin-left: 50%;
    left: -400px;
    font-family: sans-serif;
}
#closer {
    color: white;
    background-color: #007cc8;
    height: 45px;
    width: 50px;
    position: absolute;
    text-align: center;
    border-radius: 200px;
    font-size: 35px;
    padding-top: 5px;
    right: 20px;
    margin-top: 15px;
    cursor: pointer;
}
@keyframes popup_fadein {
    from {
        transform: scale(0.5, 0.5);
    }
    to {
        transform: scale(1, 1);
    }
}
@keyframes popup_fadeout {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(0.5, 0.5);
    }
}

#sagbutton {
    border: none;
    position: absolute;
    outline: none;
    color: white;
    background-color: #007cc8;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 50%;
    left: -60px;
    cursor: pointer;
    top: 30%;
    transform: scale(1.2, 1.2);
}

#title {
    color: #007cc8;
    position: absolute;
    border: solid black 1px;
    width: 100%;
    text-align: center;
    top: 100px;
    font-size: 30px;
}
#secondary span.widget-title {
    color: #000
}
@media(max-width: 992px) {
	.mce-toc {
		width: 100%;
	}
}