/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}

#hd_pop .hd_pops .hd_pops_con img {
	width: 100%;
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 0px;
	background: #fff
}

.hd_pops_con {
	overflow: hidden;
}

.hd_pops_footer {
	padding: 8px 0;
	background: #393939;
	color: #fff;
	text-align: right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right: 5px;
	padding: 0px 7px;
	border: 0;
	background: #282828;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 300;
	margin: 3px 5px 3px 0px;
}

@media only screen and (max-width:992px) {
	#hd_pop .hd_pops {
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con {
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*Header Top*/
#header {
	min-height: 117px !important;
}

#header .header-nav-top ul>li {
	background: url(../img/top_nav.png) no-repeat;
	background-position: right 0;
}

#header .header-nav-top .nav-top > li > a:hover,
#header .header-nav-top .nav-top > li > a:focus {
	background: transparent;
	color: #3c3c3c !important;
}

#header .nav-top-master {
	color: #c67c77 !important;
}

#header .header-nav-top .nav-top > li > .nav-top-master:hover,
#header .header-nav-top .nav-top > li > .nav-top-master:focus {
	color: #be1b11 !important
}

#header .user_count,
#header .list_count {
	color: #3c3c3c;
	font-size: 0.9em;
}

#header .search-mobile_wrp {
	padding: 15px 50px;
}

#header .search-mobile_wrp .btn {
	display: inline-block;
	width: 23%;
	vertical-align: top;
}

#header .header-search-mobile {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 65px;
	top: 106px;
	left: 0;
}

#header .search-mobile-input {
	width: 75%;
	display: inline-block !important;
}

#header .search-mobile a.btn.btn-primary.btn-basic {
	color: #676767 !important;
}

@media only screen and (max-width: 992px) {
	.search-in {
		display: block !important;
	}
	.header-nav-main {
		border-bottom: 1px solid #eee;
		box-shadow: 0px 1px 1px rgba(244, 244, 244, 0.6);
	}
	#mainNav li {
		padding: 0 10px !important;
	}
	#header {
		min-height: 119px !important;
	}
	#header .container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	#header.header-narrow .header-logo img {
		margin: 12px 12px 12px 15px;
	}
	#header .header-nav-main {
		background: rgb(255, 255, 255);
		clear: both;
		float: none;
		position: relative;
		top: 27px;
	}
	#header .header-container {
		display: block;
		height: 105px;
	}
	#header .top-nav-btn-wrp {
		position: absolute;
		right: 15px;
		top: 8px;
	}
	#header .header-nav-top ul>li {
		background: none;
		background-position: right -1px;
	}
	#header .header-nav-top {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 5px;
	}
	#header .header-btn-collapse-nav {
		margin: 12px 0 8px 5px;
	}
	#header .header-body {
		padding-bottom: 0;
	}
	#header .header-nav-top .nav > li > a,
	#header .header-nav-top .nav > li > span {
		color: #3c3c3c;
	}
	#header .header-nav-top .nav-top > li > a:hover,
	#header .header-nav-top .nav-top > li > a a:focus {
		color: #999 !important;
	}
	#header .nav-top-master {
		color: #be1b11 !important;
	}
	#header .header-nav-top .nav-top > li > .nav-top-master:hover,
	#header .header-nav-top .nav-top > li > .nav-top-master:focus {
		color: #c67c77 !important
	}
	#header .user_count,
	#header .list_count {
		color: #999;
	}
	#header .header-nav-top ul>.bg-no-mobile {
		background: none;
	}
}

@media only screen and (max-width: 496px) {
	#header.header-narrow .header-logo img {
		margin: 18px 12px 12px 15px;
		width: 50%;
	}
	#header .header-nav-top ul>li {
		background: none;
		background-position: right -5px;
	}
	#header .header-nav-top {
		position: absolute;
		bottom: 0;
	}
	#header .header-nav-main {
		top: 37px;
	}
	#header .header-btn-collapse-nav {
		color: #FFF;
		margin: 12px 0 8px 5px;
		padding: 6px 12px !important;
	}
	#header .header-nav-top .nav > li > a,
	#header .header-nav-top .nav > li > span {
		padding: 1px 3px;
	}
}


/*Header*/
#header .header-btn-collapse-nav {
	background-color: #0561a5;
}
#header .header-body {
	padding-bottom: 0;
}

#header .header-nav-main nav > ul > li > a {
	font-size: 17px;
	font-weight: 500;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #0561a5;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 1.1em;
}

#header .header-nav-main > nav > ul > li > a {
	padding: 10px 20px !important;
	color: #4a4a4a !important;
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
	color: #FFF !important;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	border-color: #4a4a4a transparent transparent transparent;
}

#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border-color: #ffffff transparent transparent transparent;
}

@media only screen and (min-width:992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #0561a5;
	}
}

@media only screen and (max-width:992px) {
	#header .header-nav-main > nav > ul > li > a {
		color: #111 !important;
		font-size: 15px;
		line-height: 1em;
		padding: 5px 10px !important
	}
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		color: #0b3f8e !important;
	}
	#header .header-nav-main nav > ul li a {
		line-height: inherit;
		padding: 7px 8px 3px 8px;
	}
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
	nav>ul>li>a:focus {
		color: #0561a5 !important;
	}
}
/*slider*/
.slider-container .tp-caption.btn:hover{
	background-color: #0b255a !important;
	border-color: #0b255a !important;
}
/*.page-header.parallax*/
@media (max-width:768px) {
	.page-header.parallax {
		padding: 50px 20px 40px !important;
		text-align: center;
		background-size: cover;
		background-position: center center !important;
		background-attachment: inherit;
	}
}
/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
    }
}
/*dft*/
.dft {
    word-break: keep-all;
    margin-bottom: 30px;
}
h1.dft {
    font-size: 40px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 30px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 22px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 18px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 16px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 30px;
    color: #221814;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 16px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 15px;
    }
    h4.dft {
        font-size: 14px;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 19px;
    }
    p.dft {
        font-size: 12px;
    }
}

/*sec_dvd*/
.sec_dvd {
	padding: 100px 0;
    position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 30px 0;
	}
}

/*mtit*/
.mtit h1 {
    font-size: 45px;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
	word-break: keep-all;
}
.mtit p {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1em;
	word-break: keep-all;
}
@media (max-width:768px){
    .mtit h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mtit p {
        font-size: 13px;
        word-break: keep-all;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 20px;
    }
}

.c_yl{
    color:#fbff00 !important;
}

/*msec01*/
#msec01 {
    background: url(../img/msec01_bg.png) center center no-repeat;
	background-color: #1e1e1e;
}
#msec01 .txtbox h2 {
	margin-bottom: 10px;
	font-weight: 700;
}
#msec01 .txtbox h2 span {
	
}
#msec01 .txtbox h4 {
	font-weight: 300;
}

/*t_list*/
.t_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 7px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 15px;
    }
}

/*msec02*/
#msec02 {
    background-color: #f7f7f7;
}
#msec02 li a {
    text-decoration: none;
    background-size: 100% !important;
}
#msec02 li a span img {
    width: 60px;
}
#msec02 li:first-child a {
    background: url(../img/stu_bg1.jpg) center center no-repeat;
}
#msec02 li:nth-child(2) a {
    background: url(../img/stu_bg2.jpg) center center no-repeat;
}
#msec02 li:nth-child(3) a {
    background: url(../img/stu_bg3.jpg) center center no-repeat;
}
#msec02 li:nth-child(4) a {
    background: url(../img/stu_bg4.jpg) center center no-repeat;
}
#msec02 li a strong {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}
#msec02 li a h3,
#msec02 li a strong {
    margin-top: 10px;
}
#msec02 .d_list > li{
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    position: relative;
    word-break: keep-all;
}
#msec02 .img_wrp {
    background-color: #fff;
}
@media (min-width:769px) {
    #msec02 li a {
        height: 350px;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        transition: all 2s;
    }
    #msec02 li a:hover {
        background-size: 120% !important;
    }
}
@media (max-width:992px) {
    #msec02 ul {
        margin: 0 -5px;
    }
    #msec02 li {
        padding: 0 5px;
        
    }
}
@media (max-width:768px) {
    #msec02 li a {
        padding: 0px 15px;
        height: 260px;
    }
    #msec02 li a span img {
        width: 40px;
    }
    #msec02 li a h3 {
        font-size: 13px;
    }
    #msec02 li a strong {
        padding: 7px 14px;
        font-size: 13px;
    }
}


#msec03 .conbox .mbox {
    text-decoration: none;
    display: block;
    
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec03 .conbox .mbox h4 {
	margin-top: 15px;
    margin-bottom: 0px;
	line-height: 1.3em;
	padding: 15px;
	background-color: #0561a5;
	border-radius: 10px 10px 0 0 ;
	color: #fff;
    display: block;
}
#msec03 .conbox .mbox .img_wrp {
    overflow: hidden;
}
#msec03 .conbox .mbox .img_wrp img {
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
#msec03 .conbox .mbox:hover .img_wrp img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#msec03 .conbox .mbox .txtbox h3 span {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: -27px;
    z-index: 3;
    position: relative;
	
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec03 .conbox .mbox:hover .txtbox h3 span {
    background-color: #1765c3;
    color: #fff;
    width: 100%;
}
#msec03 .conbox .mbox .txtbox h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 40px;
    height: 2px;
    background-color: #1765c3;
}
#msec03 .conbox .mbox .txtbox h3 span:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 40px;
    height: 2px;
    background-color: #1765c3;
}
#msec03 .conbox .mbox .txtbox h3 span:after,
#msec03 .conbox .mbox .txtbox h3 span:before {	
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec03 .conbox .mbox:hover .txtbox h3 span:after,
#msec03 .conbox .mbox:hover .txtbox h3 span:before {
    background-color: #fff;
    width: 60px;
}
#msec03 .conbox .mbox .txtbox p {
    font-weight: 300;
    padding: 15px 0;
}
#msec03 .conbox .mbox .txtbox .btn_wrp {
    margin-top: 30px;
}
#msec03 .conbox .mbox .btn_wrp span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 0;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.4em;
    border-bottom: 1px solid #1e1e1e;
}
#msec03 .conbox .mbox .btn_wrp span strong {	
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec03 .conbox .mbox:hover .btn_wrp span strong {	
    color: #1765c3;
}
#msec03 .conbox .cmt {
	background-color: #313131;
    padding: 15px;
    border-radius: 10px 0 10px 10px;
    color: #fff;
}
@media (min-width:1201px){
    #msec03 .conbox .mbox .txtbox p {
        height: 190px;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #msec03 .conbox .mbox .txtbox p {
        height: 240px;
    }
}
@media (max-width:768px){
    #msec03 .conbox .mbox .btn_wrp span {
        font-size: 13px;
    }
    #msec03 .conbox .mbox .txtbox h3 span:after,
    #msec03 .conbox .mbox .txtbox h3 span:before {
        width: 20px;
    }
    #msec03 .conbox .mbox:hover .txtbox h3 span:after,
    #msec03 .conbox .mbox:hover .txtbox h3 span:before {
        width: 40px;
    }
}

/*msec04*/
#msec04 {
    background: url(../img/msec04_bg.jpg) center bottom no-repeat;
    position: relative;
}
#msec04:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/msec04_pt.png) center center no-repeat;
}
#msec04 .ctu {
    position: relative;
    z-index: 3;
}
#msec04 .ctu .btn_wrp a {
    text-decoration: none;
    color: #fff; 
    font-size: 20px; 
    line-height: 1em; 
    font-weight: 500; 
    display: inline-block; 
    padding: 10px 50px; 
    border: 2px solid #fff;
    margin-top: 25px;
}
#msec04 .ctu .btn_wrp a:hover {
    background-color: #fff;
    color: #1e1e1e;
    
     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width:769px) {
    #msec04 {
        background-attachment: fixed;
    }
    #msec04 .ctu {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #msec04 .ctu > div {
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width:768px) {
	#msec04 .ctu {
		position: relative;
		overflow: hidden;
	}
    #msec04 .ctu .txtbox {
        padding: 50px 15px;
		text-align: center;
		display: block;
		position: relative;
		z-index: 3;
    }
    #msec04 .ctu .imgbox {
        padding: 0px;
		text-align: center;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		left: 0;
		top: -25%;
		opacity: 0.5;
    }
    #msec04 .ctu .btn_wrp a {
        font-size: 13px; 
        padding: 7px 30px; 
        border: 1px solid #fff;
        margin-top: 15px;
        text-align: center;
    }
}
/*footer*/
#footer {
	padding: 0;
	margin-top: 0px !important;
}
#footer h4 a.com_lnk {
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
#footer .footer-copyright {
	margin-top: 0;
}
#footer .contact p {
	margin: 0 0 10px;
	word-break: keep-all;
}
/*s_tit*/
.s_tit .t_img {
    margin-bottom: 20px;
}
.s_tit h1 {
    margin-bottom: 15px;
}
.s_tit h4 {
    color: #636363;
    font-weight: 300;
    text-transform: uppercase;
}
.s_tit p.w_p {
    color: #eee;
}

.page-header .breadcrumb > li {
	color: #FFF;
    opacity: 0.7;

}