/*common.css*/
/* 공통 Class */

#hd_pop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 0;
}


a,p,span,h1,h2,h3,h4,h5,h6 {
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}

body {
	background: #fff;
	overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	padding:0 15px;
	height: 100%;
}

.hd_sch_wr {
	display: none;
}

.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	line-height: 0;
}

.clearfix::after {
	clear: both;
}

.ell {
	-webkit-overflow: hidden;
	-ms-overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 72px;
}

#popular {
	display: none;
}

#hd_qnb {
	display: none;
}

#hd_wrapper .inner {
	height: 100%;
	position: relative;
}

#hd_pop,
#hd_wrapper,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
	width: 100%;
}

#container {
	width: 100%;
	min-height: inherit;
	margin: 0;
}

.section_wrap {
	padding: 70px 0;
}

.detail_view {
	width: 220px;
	text-align: center;
	border: 1px solid #2185d0;
	margin: 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
}

.detail_view a {
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	color: #2185d0;
	line-height: 55px;
}

.detail_view:hover {
	background: #2185d0;
}

.detail_view:hover a {
	color: #fff;
}

#hd,
#wrapper,
#ft {
	min-width: inherit;
}

#container_title {
	display: none;
}

#fregisterform .btn_confirm .btn_submit,
#fregisterform .btn_confirm .btn_cancel {
	background: #2185d0;
}

#mb_login #login_fs .btn_submit {
	background: #2185d0;
}

.mb_join a {
	color: #2185d0
}

.mb_join {
	border: 1px solid #2185d0;
}

.login_box {
	border-bottom: 1px solid #2185d0;
}

.mbskin h1 {
	color: #2185d0;
}

/*section_title S*/

.sect_title {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}

.sect_title h3 {
	font-size: 36px;
	line-height: 45px;
	color: #333;
	text-align: center;
}

.sect_title h3 span {
    position: relative;
    font-weight: 700;
}
.sect_title h3 span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #2185d0;
    z-index: -1;
    opacity: 0.6;
}

.sect_title p {
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.title_line {
	width: 100px;
	height: 1px;
	background: #2185d0;
	margin: 20px auto;
}


/*section_title E*/


/*maysubmenu S*/

#mysubmenu {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#mysubmenu .tab_sub2ul {
	width: max-content;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#mysubmenu .tab_sub2ul li {
	float: left;
	width: 220px;
}

#mysubmenu .tab_sub2ul li a {
	color: #fff;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	-webkit-transition: .3s;
	transition: .3s;
}

#mysubmenu .tab_sub2ul li:hover a {
	color: #2185d0;
}

#mysubmenu .tab_sub2ul li.on_mysub:hover a {
	color: #fff;
}

.on_mysub {
	background: #2185d0;
}

.on_mysuba {
	color: #333;
}


/*maysubmenu E*/


/*maysubmenu2 S*/

#mysubmenu2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#mysubmenu2 .tab_sub2ul {
	width: max-content;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#mysubmenu2 .tab_sub2ul li {
	float: left;
	padding: 0 25px;
	width: 190px;
}

#mysubmenu2 .tab_sub2ul li a {
	color: #fff;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	-webkit-transition: .3s;
	transition: .3s;
}

#mysubmenu2 .tab_sub2ul li:hover a {
	color: #2185d0;
}

#mysubmenu2 .tab_sub2ul li.on_mysub:hover a {
	color: #fff;
}


/*maysubmenu2 E*/

@media screen and (max-width:1400px) {
	.detail_view a {
		line-height: 45px;
	}
	.detail_view {
		width: 190px;
	}
}

@media screen and (max-width:1199px) {
	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media screen and (max-width:980px) {
	.detail_view {
		margin: 0;
	}
	.sect_title h3 {
		font-size: 28px;
		line-height: 26px;
	}
	.sect_title p {
		font-size: 15px;
		line-height: 24px;
		padding-top: 15px;
	}
	.visual_txt h6 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:768px) {
	#mysubmenu .tab_sub2ul li a {
		padding: 12px 0;
		font-size: 16px;
	}
	#mysubmenu2 .tab_sub2ul li a {
		padding: 12px 0;
		font-size: 16px;
	}
	#mysubmenu2 .tab_sub2ul li {
		width: 33.33%;
	}
	#mysubmenu2 {
		width: 100%;
	}
	#mysubmenu2 .tab_sub2ul {
		width: auto;
	}
	.sect_title {
		margin-bottom: 50px;
	}
	.sect_title h3 {
		font-size: 26px;
		line-height: 24px;
	}
	.sect_title p {
		font-size: 13px;
		line-height: 24px;
		padding-top: 10px;
	}
	.title_line {
		width: 80px;
	}
	.visual_txt h6 {
		font-size: 36px!important;
		line-height: 34px!important;
	}
	.visual_txt p {
		font-size: 20px!important;
		line-height: 26px!important;
	}
}

@media screen and (max-width:600px) {
	#mysubmenu .tab_sub2ul li a {
		font-size: 15px;
	}
	#mysubmenu2 .tab_sub2ul li a {
		font-size: 15px;
	}
	.visual_txt h6 {
		font-size: 32px!important;
		line-height: 32px!important;
	}
	.visual_txt p {
		font-size: 18px!important;
	}
}

@media screen and (max-width:480px) {
	#mysubmenu {
		width: 100%;
	}
	#mysubmenu .tab_sub2ul {
		width: auto;
	}
	#mysubmenu .tab_sub2ul li {
		width: 50%;
	}
	#mysubmenu .tab_sub2ul li a {
		padding: 10px 0;
		font-size: 14px;
	}
	#mysubmenu2 .tab_sub2ul li a {
		padding: 10px 0;
		font-size: 12px;
	}
	.section_wrap {
		padding: 50px 0;
	}
	.sect_title {
		margin-bottom: 40px;
	}
	.sect_title h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.sect_title p {
		font-size: 12px;
		line-height: 24px;
		padding-top: 5px;
	}
	.title_line {
		width: 70px;
	}
	.visual_txt h6 {
		font-size: 30px!important;
		line-height: 30px!important;
	}
	.visual_txt p {
		font-size: 16px!important;
		line-height: 24px!important;
	}
}



@media screen and (max-width: 480px) {

	.hd_pops {
		max-width: 94% !important;
		width: auto !important;
		height: auto !important;
	}

    .hd_pops_con {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

	.hd_pops_footer .hd_pops_reject {
		font-size: 13px;
	}

	.hd_pops_footer .hd_pops_close {
		font-size: 13px;
	}
}