.layout_1200 {
    /* width: 1000px; */
} 

.mainWrap .visual
{
    height:390px;
}
.mainWrap .visual[data-visual-auto="off"] .pos_wrap{
	display: none;
}



.mainWrap .visual .pos_wrap
{
    bottom:45px;
} 

.mainWrap .visual ul li .text_wrap
{
    width:1000px;
    padding-left:90px;
} 

.mainWrap .visual ul li .text_wrap h1
{
    font-size: 53px;
    font-family: "lotteHL";
    color: rgb(255, 255, 255);
    margin-bottom:15px;
    line-height: 1.132;
}

.mainWrap .visual ul li .text_wrap p
{
    color:#fff;
    font-size: 27px;
    font-family: 'NotoKrL';
    margin-bottom:40px;
}

.mainWrap .visual ul li .text_wrap .more
{
    display:block;
    width:195px;
    height:50px;
    line-height:46px;
    font-weight: normal;
    border:1px solid #ffd3dd;
    background-color:rgba(255, 255, 255, 0.1);
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.07);
    color:#fff;
    text-align:center;
    font-size: 20px;
    font-family: 'SpR';
}

.mainWrap .section1Wrap
{
    margin-top:-30px;
    position: relative;
    z-index: 10;
    margin-bottom:40px;
}

.mainWrap .section1Wrap .contentWrap
{
    height:60px;
    background-color:#fafafa;
    border:1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 5px -5px #f2f2f2;
}

.mainWrap .section1Wrap .contentWrap .tag
{
    display:block;
    width:130px;
    height:43px;
    line-height: 43px;
    color:#fff;
    background-color:#19bbd1;
    text-align:center;
    font-size: 15px;
    float:left;
    margin:6.5px 0px;
}

.mainWrap .section1Wrap .contentWrap .rightWrap
{
    float:left;
    width:calc(100% - 130px);
    padding-left:18px;
    margin:6.5px 0px;
}

.mainWrap .section1Wrap .contentWrap .rightWrap p
{
    line-height: 43px;
    color:#777777;
    font-size: 15px;
    margin:0;
}
.mainWrap{
	background-color: #fff;
}
.mainWrap .sectionsWrap
{
	position:relative;
	padding-top: 40px;
	padding-bottom: 40px;
	/* z-index:10; */
}

.mainWrap .sectionsWrap .layout_1200 {
	width: 1000px;
}

.mainWrap .sectionsWrap .leftWrap
{
    float:left;
    width:626px;
}

/* 공지사항 */
.mainWrap .section2Wrap .b_notice {
    width: 100%;
    border:3px solid #e4e4e4;
    padding: 27px 17px 20px;
    background-color: #fff;
    min-height: 269px;
}

.mainWrap .section2Wrap .b_notice.left { 
    float:left;
}

.mainWrap .section2Wrap .b_notice.right {
    float: right;
}

.mainWrap .section2Wrap .b_notice .topWrap {
    margin-bottom:20px;
    padding:0 15px;
}

.mainWrap .section2Wrap .b_notice .topWrap .tab_menu1 {
    float:left;
}

.mainWrap .section2Wrap .b_notice .topWrap .tab_menu1 li {
    float:left;
}

.mainWrap .section2Wrap .b_notice .topWrap .tab_menu1 li:not(:last-child) a {
    padding-right:20px;
    margin-right:20px;
    border-right:1px solid #cccccc;
}

.mainWrap .section2Wrap .b_notice .topWrap .tab_menu1 li a {
    color:#a7a7a7;
    font-size: 20px;
    font-family: 'aritaM';
}

.mainWrap .section2Wrap .b_notice .topWrap .tab_menu1 li.active a {
    color:#000000;
    font-weight: 600;
}

.mainWrap .section2Wrap .b_notice .topWrap .more {
    display:block;
    float:right;
    width:14px;
    text-indent: -9999px;
    height:14px;
    position: relative;
    margin-top:3px;
}

.mainWrap .section2Wrap .b_notice .topWrap .more:before {
    content:'';
    width:2px;
    height:100%;
    background-color:#a6a6a6;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-1px;
}

.mainWrap .section2Wrap .b_notice .topWrap .more:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #a6a6a6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.mainWrap .section2Wrap .b_notice .listWrap li:not(:last-child) {
    border-bottom:1px solid #d9d9d9;
}

.mainWrap .section2Wrap .b_notice .listWrap li a {
    padding:10px;
    display:block;
}

.mainWrap .section2Wrap .b_notice .listWrap li a:after {
    content:'';
    display:block;
    clear:both;
}

.mainWrap .section2Wrap .b_notice .listWrap li a p {
    float:left;
    width:calc(100% - 73px);
}

.mainWrap .section2Wrap .b_notice .listWrap li a p span {
    display:inline-block;
    vertical-align: middle;
    font-size: 15px;
    color:#777777;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:100%;
}

.mainWrap .section2Wrap .b_notice .listWrap li a span {
    font-size:13px;
}

.mainWrap .section2Wrap .b_notice .listWrap li a p img {
    vertical-align: middle;
}

.mainWrap .section2Wrap .b_notice .listWrap li a p.new span {
    max-width:calc(100% - 30px);
}

.mainWrap .section2Wrap .b_notice .listWrap li a .date {
    float:right;
    display:block;
    color:#777777;
    font-size: 15px;
}
/*  */

.mainWrap .sectionsWrap .leftWrap .section2Wrap
{
    margin-bottom:46px;
}

.mainWrap .sectionsWrap .leftWrap .section2Wrap .article
{
    width:calc(50% - 12.5px);
    border:1px solid #d9d9d9;
    padding-bottom:10px;
}

.mainWrap .sectionsWrap .leftWrap .section2Wrap .article:first-child
{
    float:left;
}

.mainWrap .sectionsWrap .leftWrap .section2Wrap .article:last-child
{
    float: right;
}

.mainWrap .sectionsWrap .leftWrap .section2Wrap .article .topWrap
{
    margin-bottom:10px;
    border-bottom:1px solid #d9d9d9;
}


.mainWrap .sectionsWrap .leftWrap .section3Wrap .article
{
    width:calc(50% - 12.5px);
    float:left;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article:last-child
{
    float:right;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap
{
    margin-bottom:15px;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap:after
{
    content:'';
    display:block;
    clear:both;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap h2
{
    float:left;
    color:#333333;
    font-size: 20px;
	font-family: 'SpL';
	font-weight:600;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap .rightWrap
{
    float:right;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap .rightWrap a
{
    display:block;
    float:left;
    border:1px solid #e4e4e4;
}

.rightWrap a.s_more {
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 17px;
}

.rightWrap a.s_more > img {
    width: 9px;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap .rightWrap a:first-child
{
    margin-right:-1px;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap
{
    position: relative;
    width:100%; 
    height:170px;
    overflow:hidden;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .notiNews {	
	position: relative;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .notiNews:before {	
	position: absolute;
	content: '';
	width: 100%;
	height: 75%;
	bottom: 0px;
	left: 0px;
	background: #0f52a7;
	z-index: -1;
}

.notiNews > .contents {
	display: block;
    clear: both;
    height: 100%;
    padding: 0px;
    overflow: hidden;
}

.notiNews > .contents > a {
	display: block;
	float: left;
	width: 50%;
	height: 100%;	
	overflow: hidden;
}

.notiNews > .contents > a > img {
	width: auto;
	height: 100%;
	border: 1px solid #bebebe;	
	box-shadow: 5px 0px 0px rgba(0,0,0,0.1);
}

.notiNews > .contents > div {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;	
	margin-top: 24%;
	padding: 0px 15px 0 0;
}

.notiNews > .contents > div a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}

.notiNews > .contents > div span {
    display: block;
    font-size: 12px;
    color: #9bd0ff;
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap ul li .textWrap
{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 20px;
    background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap ul li .textWrap p
{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
   -webkit-box-orient: vertical
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap
{
    float:right;
	width:calc(100% - 666px);
	/* margin-top:-160px; */
    margin-top: 0px;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap
{
    background-color:#166ebc;
    padding:30px 40px 30px;
    overflow:hidden;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap h2
{
    margin:45px 0 30px;
    color:#fff;
    font-size: 20px;
    font-family: 'NotoKrB';
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul
{
    display:flex;
    flex-flow: row wrap;
    margin-bottom:40px;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li
{
    flex: 1 1 50%;
    max-width:50%;
    text-align:center;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
    border-right:1px solid rgba(255, 255, 255, 0.1);
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(even)
{
    border-right:none;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(3),
.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(4)
{
    border-bottom:none;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li a
{
    display:block;
    padding:20px 0;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li a img
{
    width:57px;
}

.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li a p
{
    text-align:center;
    margin-top:8px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    line-height: 1.2;
}

.social_wrap
{
	position:relative;
	width:100%;
}
.social_wrap .title
{
	overflow:hidden;
}
.social_wrap .title h3
{
	font-family:'SpL';
	font-weight:600;
	font-size:20px;
	color:#fff;
	float:left;
}
.social_wrap .title a.s_more
{
	float:right;
	padding-top:3px;
}
.social_wrap .title a.s_more img
{
	width:12px;
}
.social_wrap .contents
{
	position:relative;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}
.social_wrap .contents:after
{
	content:'';
	position:absolute;
	bottom:-16px;
	left:13px;
	width:100%;
	height:150px;
	background:#0f52a7;
}
.social_wrap .contents img
{
	max-width:105px;
	position:Relative;
	z-index:1;
}
.social_wrap .contents div
{
	position:absolute;
	bottom:20px;
	right:5px;
	z-index:1;
	width: 50%;
}
.social_wrap .contents div a
{
	display:block;
	font-size:15px;
	color:#ffffff;
	line-height:1.4;
	letter-spacing:-0.05em;
	margin-bottom:15px;
}
.social_wrap .contents div span
{
	display:block;
	font-size:12px;
	color:#9bd0ff
}



.mainWrap .section5Wrap
{
    margin-bottom:40px;
}

.mainWrap .section5Wrap .contentWrap
{
    border:1px solid #e5e5e5;
    padding:20px;
}

.mainWrap .section5Wrap .contentWrap .arrows
{
    display:inline-block;
    vertical-align: middle;
    border:1px solid #e4e4e4;
}

.mainWrap .section5Wrap .contentWrap .slideWrap
{
    display:inline-block;
    position: relative;
    width:calc(100% - 139px);
    margin:0 25px;
    vertical-align: middle;
    overflow:hidden;
    height:42px;
}

.mainWrap .section5Wrap .contentWrap .slideWrap ul
{
    position: absolute;
    top:0;
    left:0;
    width:10000px;
}

.mainWrap .section5Wrap .contentWrap .slideWrap ul li
{
    float:left;
    width:220px;
    text-align:center;
}

.mainWrap .section5Wrap .contentWrap .slideWrap ul li a
{
    display:block;
    line-height: 42px;
}

.mainWrap .section5Wrap .contentWrap .slideWrap ul li a img
{
    vertical-align: middle;
    max-width:100%;
}


/* media */
@media screen and (max-width:1200px)
{
	.mainWrap .visual
	{
		height:350px;
	}

	.layout_1200,
	.mainWrap .sectionsWrap .layout_1200 {
		/* padding: 0 40px; */
		width: 100%;
	}

	.social_wrap .contents div
	{
		right:0;
	}

	.visual ul li .image_wrap * {
		width: 100%; 
		height: 100%; 
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap {
		padding: 30px 25px 30px;
	}
}

@media screen and (max-width:1023px)
{
	.mainWrap .visual
	{
        height:270px;
    }

	.mainWrap .visual ul li .text_wrap
	{
        width:100%;
        padding-left:40px;
    }

	.mainWrap .visual ul li .text_wrap h1
	{
        font-size: 40px;
    }

	.mainWrap .visual ul li .text_wrap p
	{
        font-size: 22px;
        margin-bottom:20px;
    }

	.mainWrap .visual ul li .text_wrap .more
	{
        width:155px;
        height:40px;
        line-height: 36px;
        font-size: 16px;
    }

	.mainWrap .section1Wrap .contentWrap .tag
	{
        width:110px;
        height:33px;
        line-height: 33px;
        font-size: 13px;
    }

	.mainWrap .section1Wrap .contentWrap .rightWrap
	{
        width:calc(100% - 110px);
        padding-left:10px;
    }

	.mainWrap .section1Wrap .contentWrap .rightWrap p
	{
        line-height: 33px;
        font-size: 13px;
    }

	.mainWrap .section1Wrap .contentWrap
	{
        height:auto;
    }

	.mainWrap .section1Wrap
	{
        margin-top:-24px;
    }

	.mainWrap .sectionsWrap .leftWrap
	{
        float:none;
        width:100%;
        margin-bottom:15px;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap
	{
        float:none;
		width:100%;
		margin-top:0;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap
	{
        padding: 0 20px 20px;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul {		
		margin-top: 20px;
	}

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li
	{
        flex: 1 1 25%;
        max-width: 25%;
		border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:not(:last-child)
	{
        border-right:1px solid rgba(255, 255, 255, 0.1) !important;		
    }

	/* .mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(even)
	{
        border-right:1px solid rgba(255, 255, 255, 0.1);
    }

    .mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(3),
	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(6)
	{
        border-right:none;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(4)
	{
        border-bottom:none;
    } */

	/* .mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li a {
		padding: 20px 0;
	} */

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap h2
	{
        margin:20px 0;
    }

	.mainWrap .section5Wrap .contentWrap
	{
        padding:10px;
	}
	
	.mainWrap .sectionsWrap
	{
		margin:15px 0
	}
	.mainWrap .sectionsWrap .leftWrap .section2Wrap
	{
		margin-top: 25px;
		margin-bottom:25px;
	}
	.social_wrap .contents img
	{
		float:left;
	}
	.social_wrap .contents div
	{
		right:inherit;
		bottom:inherit;
		top:0;
		left:145px;
	}
	.social_wrap .contents:after
	{
		display:none;
	}

	.main_tab_wrapper ul.tab_menu1 li:not(.m_more)
	{
		
	}
	.main_tab_wrapper ul.tab_menu1 li.m_more img
	{
		width:14px;
	}
	.main_tab_wrapper .tab_content ul li a,
	.main_tab_wrapper .tab_content ul li span
	{
		
	}
	.main_tab_wrapper .tab_content ul li span
	{
		padding-top:3px;
	}
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap h2
	{
		font-size:18px;
	}
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap
	{
		margin-bottom:10px;
	}
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article
	{
		width:calc(50% - 7.5px)
	}

    .mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap {
        height: auto;
        max-height: 260px;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap h2,
	.social_wrap .title h3
	{
		font-size:18px;
	}
	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li a p
	{
		font-size:14px;
	}

	.mainWrap .visual .pos_wrap
	{
		bottom:15px;
	}
	.social_wrap .contents div a br
	{
		display:none
	}
}
/* 1023-end */


@media screen and (max-width:768px)
{
	
	.main_tab_wrapper .tab_content .maint_search {
		padding:11px 15px;
	}
	.main_tab_wrapper .tab_content .maint_search input[type="text"]
	{
		width:100%;
		font-size:13px;
	}

	.main_tab_wrapper .tab_content .maint_search button img {
		width:26px;
		margin-top:26px;
	}

	.notiNews > .contents > div {
		margin-top: 20%;
	}

	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap {
		height: 190px;
		/* max-height: none; */
	}
}


@media screen and (max-width:767px)
{
	.mainWrap .visual
	{
        height:230px;
    }

	.mainWrap .visual ul li .text_wrap
	{
        padding-left:15px;
        top:45%;
    }

	.mainWrap .visual ul li .text_wrap h1
	{
        font-size: 25px;
        margin-bottom:10px;
    }

	.mainWrap .visual ul li .text_wrap p
	{
        font-size: 18px;
        margin-bottom:10px;
    }

	.mainWrap .visual ul li .text_wrap .more
	{
        width:105px;
        height:30px;
        line-height: 26px;
        font-size: 14px;
    }

	.mainWrap .sectionsWrap{
		padding-top: 0;
		margin-top: 0;
	}
    .mainWrap .sectionsWrap .leftWrap .section2Wrap .article,
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article
	{
        width:100%;
        float:none !important;
    }

    .mainWrap .sectionsWrap .leftWrap .section3Wrap .article:first-child,
	.mainWrap .sectionsWrap .leftWrap .section2Wrap .article:first-child
	{
        margin-bottom:15px;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li
	{
        flex:1 1 50%;
        max-width:50%;
        border-right:1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
    }

	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(even)
	{
        border-right: none !important;
    }

    .mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(5),
	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap ul li:nth-child(6)
	{
        border-bottom: none !important;
    }

	.mainWrap .section5Wrap .contentWrap .arrows img
	{
        width:25px;
    }

	.mainWrap .section5Wrap .contentWrap .slideWrap
	{
        margin:0 10px;
        width:calc(100% - 83px);
    }

	.mainWrap .section1Wrap .contentWrap .tag
	{
        float:none;
        margin:0 auto;
        width:100%;
    }

	.mainWrap .section1Wrap .contentWrap .rightWrap
	{
        float:none;
        width:100%;
        padding:0 10px;
    }

	.mainWrap .section1Wrap .contentWrap .rightWrap p
	{
        line-height: 1.4;
        font-size: 12px;
	}

	.layout_1200
	{
		padding:0 10px;
	}
	
	.footer .layout_1200
	{
		padding:0 15px;
	}
	.mainWrap .sectionsWrap
	{
		margin:0 0;
	}
	.main_tab_wrapper ul.tab_menu1 li:not(.m_more)
	{
		float:none;
		width:100%;
	}
	.main_tab_wrapper ul.tab_menu1 li
	{
		border:1px solid #d9d9d9 !important;
		border-top:0 !important;
	}
	.main_tab_wrapper ul.tab_menu1 li:first-child
	{
		border-top:1px solid #d9d9d9 !important
	}
	.main_tab_wrapper ul.tab_menu1 li:not(.m_more)
	{
		padding:12px 0 11px;
	}
	.main_tab_wrapper ul.tab_menu1 li.m_more
	{
		float:none;
		width:100%;
	}
	.main_tab_wrapper ul.tab_menu1 li.m_more a
	{
		padding:11px 0 12px;
	}
	.main_tab_wrapper .tab_content
	{
		height:auto;
	}
	.main_tab_wrapper .tab_content ul li
	{
		padding:11px 0;
	}
	.main_tab_wrapper .tab_content ul li a,
	.main_tab_wrapper .tab_content ul li span
	{
		
	}
	.main_tab_wrapper .tab_content .maint_search>span
	{
		font-size:14px;
		margin-right:20px;
	}

	.main_tab_wrapper .tab_content .maint_search button img
	{
		width:20px;
		margin-top:24px;
	}
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .topWrap h2
	{
		font-size:16px;
		padding-top:4px;
	}
	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap ul li .textWrap p
	{
		font-size:15px;
	}
	.mainWrap .sectionsWrap>.layout_1200>.rightWrap .section4Wrap h2, .social_wrap .title h3
	{
		font-size:16px;
	}
	.social_wrap .contents div
	{
		left:125px;
	}
	.social_wrap .contents div a
	{
		font-size:16px;
	}
	.social_wrap .contents img
	{
		max-width:110px;
	}

	.mainWrap .sectionsWrap .leftWrap .section2Wrap,
	.mainWrap .sectionsWrap .leftWrap
	{
		margin-bottom:15px;
	}

	.notiNews > .contents > div {
		width: 55%;
	}

	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap {
		height: auto;
	}

	.mainWrap .sectionsWrap .leftWrap .section3Wrap .article .bottomWrap {
		height: 170px;
	}
}
/* 767-end */

@media screen and (max-width:650px)
{
	.mainWrap .visual
	{
        height:200px;
    }

}

@media screen and (max-width:560px)
{
	.mainWrap .visual
	{
        height:180px;
    }

}

@media screen and (max-width:500px)
{
	.mainWrap .visual
	{
        height:35vw;
    }

}


/* @media screen and (max-width: 320px)
{

	.notiNews > .contents > div {
		width: 49%;
		margin-top: 23%;
	}

} */