@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);


@font-face {
    font-family: 'Nanum';
    src: url('../fonts/NanumGothic.eot');
    src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothic.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: Nanum;
    src: url('../fonts/NanumGothicBold.eot');
    src: url('../fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothicBold.woff') format('woff');
    font-weight: 700;

}

@font-face {
    font-family: 'Nanum';
    src: url('../fonts/NanumGothicExtraBold.eot');
    src: url('../fonts/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumGothicExtraBold.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('../fonts/NanumSquareR.eot');
    src: url('../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumSquareR.woff') format('woff'),
        url('../fonts/NanumSquareR.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('../fonts/NanumSquareB.eot');
    src: url('../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumSquareB.woff') format('woff'),
        url('../fonts/NanumSquareB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('../fonts/NanumSquareEB.eot');
    src: url('../fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumSquareEB.woff') format('woff'),
        url('../fonts/NanumSquareEB.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('../fonts/NanumSquareL.eot');
    src: url('../fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NanumSquareL.woff') format('woff'),
        url('../fonts/NanumSquareL.ttf') format('truetype');
}

@font-face {
    font-family: 'Mina';
    src: url('../fonts/Mina-Bold.eot');
    src: url('../fonts/Mina-Bold.woff') format('woff');
}

@font-face {
    font-family: fontawesome;
    src: url('../fonts/fa-solid-900.eot');
    src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fa-solid-900.woff') format('woff');
    font-weight: 700;

}

@font-face {
    font-family: 'tvN';
    src: url('../fonts/tnN.eot');
    src: url('../fonts/tnN.eot') format('embedded-opentype'),
        url('../fonts/tvN.woff') format('woff'),
        url('../fonts/tvN.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'tvNB';
    src: url('../fonts/tnNB.eot');
    src: url('../fonts/tnNB.eot') format('embedded-opentype'),
        url('../fonts/tvNB.woff') format('woff'),
        url('../fonts/tvNB.ttf') format('truetype');
    font-weight: 800;
}


@font-face {
    font-family: 'NotoSansCJKjp_M';
    src: url('../fonts/NotoSansCJKjp-Medium.eot');
    src: url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype'),
        url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff'),
        url('../fonts/NotoSansCJKjp-Medium.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'NotoSansCJKsc_M';
    src: url('../fonts/NotoSansCJKsc-Medium.eot');
    src: url('../fonts/NotoSansCJKsc-Medium.eot') format('embedded-opentype'),
        url('../fonts/NotoSansCJKsc-Medium.woff2') format('woff'),
        url('../fonts/NotoSansCJKsc-Medium.ttf') format('truetype');
    font-weight: 600;
}


body {
    font-family: "NanumSquare";
}

.bg_color{
    background: #333;
}
.font_color{
    color:#0984e3;
}

p::selection,
input::selection{
    background: #0984e3;
    color:#fff;
}




/*////////////////////////////////////////////////////////////////start : header */
.header{
    z-index: 999;
}
/*********************************start : top_menu*/
.top_menu li {
    float: left;
    position: relative;
}

.top_menu li:after {
    content: "|";
    display: block;
    color: #fff;
    position: absolute;
    right: -1px;
    top: 10px;
}

.top_menu li:last-child:after {
    display: none;
}


.top_menu li a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    font-family: 'Nanum';
}


.top_menu li:last-child a {
    padding-right: 0;
}


/*********************************end : top_menu*/


/*********************************start : menu*/

.logo_container a {
	display: inline-block;
	margin-top: 5px;
}

.logo_container a img{
	display: block;
	width:170px;
    height: 29.72px;
}



.logo_text {
    font-family: 'NanumSquare';
    font-size: 30px;
}

.main_nav li:not(:last-child){
	margin-right: 35px;
}

.main_nav li a{
	font-weight: 600;
}

.main_nav .btn_menu a{
	display: block;
	padding: 5px 20px;
	border-radius: 50px;
	color:#fff;
	font-weight: 700;
}

.main_nav .btn_menu a:hover{
	color:#fff;
}




/*start : m_menu*/

.menu{
    z-index: 9999;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);

}


.m_nav{
	text-align: center;
}


.m_nav ul li a{
	color:rgba(51,51,51,0.5);
	font-family: 'Nanum';
	font-weight: 600;
	display: block;
	height: 35px;
	font-size: 14px;

}

.menu{
	padding: 30px;
	padding-top: 50px;
}

.m_logo{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 150px;
}
.menu_close_container{
	right: 30px;
}

.btn_m_login{
	display: block;
	width: 100%;
}


.btn_m_login a{
	display: block;
	width: 100%;
	
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	margin: 10px 0;
	color:#fff;
	font-weight: 700;
	margin-top: 30px;
}


.menu_nav{
	width: 100%;
}

.menu_nav ul li{
	margin: 15px 0;
}

.menu_nav ul li a{
	font-family: 'NanumSquare';
	font-size: 17px;
    color:rgba(51,51,51,0.5);

}

.menu_nav ul li a:hover{
    color:#333;
}

.mm1{
	border-bottom: 1px solid #ccc;
}

.menu_mm.active a{
    color:#333;
}



.m_nav .swiper-slide.active a{
	color:#333;
	border-bottom: 2px solid #333;
}


/*start : member_m_menu*/
.box_m_member{
	width: 100%;
	margin-top: 35px;
    margin-bottom: 10px;
}

.box_m_member span{
	font-size: 20px;
	float: left;
}

.box_m_member .btn_m_logout{
	float: right;
    color: #333;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}
#contents, #title{
    font-family: "Nanum";
}
/*end : member_m_menu*/




/*end : m_menu*/

/*********************************end : menu*/







/*////////////////////////////////////////////////////////////////end : header */



/*////////////////////////////////////////////////////start : footer*/

.footer{
    padding: 50px 0px;
}

.footer_title{
    font-size: 20px;
    font-family: 'NanumSquare';
    line-height: 20px;
    margin-top: 0px;
}

.footer_contact{
    padding-left: 0;
}

.footer_social ul li{
    width: auto;
    height: auto;
}

.footer_contact_info ul li>a{
	color:#b5b8be;
}

.sns li{
    margin-right: 8px;
}

.sns li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/footer_sns.png) no-repeat ;
    }

.sns li:first-child a{
    background-position: -6px -7px;
}

.sns li:nth-child(2) a{
    background-position: -55px -7px;
}

.sns li:nth-child(3) a{
    background-position: -104px -7px;
}

.sns li:nth-child(4) a{
    background-position: -153px -7px;
}

.sns li:nth-child(5) a{
    background-position: -202px -7px;
}

.sns li:first-child:hover a{
    background-position: -6px -47px;
}

.sns li:nth-child(2):hover a{
    background-position: -55px -47px;
}

.sns li:nth-child(3):hover a{
    background-position: -104px -47px;
}

.sns li:nth-child(4):hover a{
    background-position: -153px -47px;
}

.sns li:nth-child(5):hover a{
    background-position: -202px -47px;
}

.footer_col:nth-of-type(2){
    margin-right: 15px;
}

.footer_links_container ul{
    columns: 1
}

.footer_links_container{
    margin-top: 25px;
}

.footer_links_container ul li{
    display: block;
    width: 100%;
}

/*.sandollB{
	width:180px;
	height:77px;
	background:url(/b2c/images/sandoll_license_banner.png) no-repeat;
	background-size:100%;
}*/

/*  crack error 
.row div:nth-child(4){
	margin-bottom:0px;
}
*/

.footer_links_container ul li a,
.cr_list li a{
    font-size: 15px;
    font-family: 'Nanum';
}

.cr_list li:not(:last-child){
    margin-right: 20px;
}

.cr_list li:first-of-type a:after{
    content:'|';
    display: inline-block;
    margin-left: 20px;
} 

.cr_list li:first-of-type a:hover:after{
    color:#b5b8be;
}

.footer_content{
    padding-bottom: 30px;
}

.copyright, 
.copyright>div>ul li a{
    text-align: center;
    padding-top: 30px;
    font-family:"Nanum";
    font-size:14px;
}


.copyright>.cr_text{
    font-family:"Nanum";
    font-size:13.7px;
    margin: 15px 0;
}


.box_btn_top{
    
    position: absolute;
    right: 0;
    top: 0;
}
.btn_top{
    display: inline-block;
    background: #FFFFFF;
    color:#384158;
    text-align: center;
    border-radius: 3px;
    padding: 4.5px 9px;;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_links{
    padding-left: 0;
}

.btn_top:hover{
    background: #0984e3;
    color:#fff;
}

.btn_top i{
    display: block;
}

/*////////////////////////////////////////////////////end : footer*/

@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }
}


@media only screen and (max-width: 1200px){
    .hamburger, .talk_cs
	{
        cursor: pointer;
		display: inline-block;
		margin-left: 7vw;
	}

	.main_nav,
	.search_button
	{
		display: none;
	}

	
}

@media only screen and (max-width: 768px) {
    .footer_content>.row div:nth-child(4) { margin-bottom: 5%;}
}

@media only screen and (max-width: 682px){

.header.scrolled .header_content{
    height: 90px;
}

}

@media only screen and (max-width: 500px) {
    .footer_content {padding-bottom:0px;}
}

@media only screen and (max-width: 414px) {

    .header_content {
        height: 70px;	
    }
    .header.scrolled{
        top: 0;
    }


	.header.scrolled .header_content{
		/*margin-top: 40px;*/
		height: 70px;
	}

    .box_btn_top{
        right: 15px;
    }

    .footer_content{
        padding-bottom: 0;
    }

}
/*아이폰 5*/
@media only screen and (max-width: 320px) {

    /*phone inner*/
    .img_clip, .img_clip img {
        width: 175px;
    }
    .conbox3 .con_title {
        top: 0px;
        margin-left: 0px;
    }
    .img_clip .slick-dots li {
    margin-right: 15px;
    margin-top: 10px;
    }
    
	.super_container>div:nth-child(3) {
    height:230px;
    }
    
    .con_category li {
        width: 103px;
        height: 103px;
    }
 
    .con_title p{
        font-size: 30px;
    }
    
    .phone{
        padding-top: 130px;
    }

    .conbox3 .con_title{
        top: -501px;
        margin-left: -145px;
    }
    
    .recent_clip h4{
        font-size: 21px;
    }

    .con_clip div p{
        width: 277px;
    }

     .tab2{
        font-size: 11px;
        width: 69px;
    }
    
    .list_lecture li a img{
        width: 120px;
    }
    
    .lec_title{
        width: 160px;
    }
	.popup_title .flip-clock-wrapper {display: none;}
	.popup_text {margin-top: 0;}
	
	.popup_text a {font-size: 15px; margin-top: 15px;}
    
}







