﻿.article{
    height:272px;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.visual .pos_wrap
{
	z-index:11;
}

.login_wrap > a
{
	display:none
}


.login_ok_txt
{
	display:none
}


 /* .links_wrap {
	 display:none;
 } */

 .login_wrap_top {
	 display:block;
 }

.visual ul li .text_wrap {
	/* width:1170px; */
	text-align: left;
	font-weight:normal;
	/* padding-left:30px; */
}

.visual ul li .text_wrap p {
	color:#fff;
	font-size: 40px;
	font-family: "NotoKrR";
	color: rgb(255, 255, 255);
	line-height: 1.239;
}

.visual ul li:first-child .text_wrap p {
	letter-spacing:-4px;
}

.visual ul li .text_wrap p span.bg {
	background-color:#7691d9;
	font-family:'NotoKrB';
	display:inline-block;
	height:80px;
	line-height:75px;
	padding:0 10px;
}

.visual ul li .text_wrap p.center {
	text-align:center;
	/* width:540px; */
}

.visual ul li .image_wrap {
	position: relative;
}

.visual ul li .image_wrap:after {
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.4);
}

.visual .pos_wrap a:not(.auto_key) {
	width:9px;
	height:9px;
	background-color:rgba(255, 255, 255, 0.5);
	border:none;
}

.visual .pos_wrap a:not(.auto_key).active {
	width:34px;
	border-radius:300px;
	background-color:#fff;
}

.visual .pos_wrap a.auto_key {
	display:none;
}

/* .visual ul li:not(:first-child) .text_wrap {
	top: 64%;
} */

.visual>.layout {
	z-index: 10;
}

.login_wrap .login>p {
	color:#000;
	font-size:18px;
	font-family:'NotoKrR';
	margin:25px 0;
	text-align:center;
}

.login_wrap .login form {
	padding:0 20px;
	width:100%;
}

.login_wrap .login form input {
	width:100%;
	height:40px;
	border:1px solid #bcbcbc;
	background-color:#fff;
	color:#666666;
	font-size:13px;
	font-family:'Malgun Gothic';
	padding-left:15px;
	margin-bottom:5px;
}

.login_wrap .login form label {
	display:block;
	font-weight:normal;
	margin: 5px 0 11px;
	color:#474747;
	font-size:13px;
	line-height: 21px;
	font-family:'Malgun Gothic';
}

.login_wrap .login form label input {
	width:15px;
	height:15px;
	vertical-align: top;
}

.login_wrap .login form .btns_wrap {
	text-align:center;
}

.login_wrap .login form .btns_wrap button {
	display:inline-block;
	border:none;
	border-radius:3px;
	width: calc(100% - 3px);
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#303442;
	text-align:center;
}

.login_wrap .login form .btns_wrap button:last-child {
	background-color:#303442;
    margin-top: 20px;
}

.login_wrap .logout {
	padding:0 13px;
}

.login_wrap .logout .top_wrap {
	padding:25px 0 20px;
	margin-bottom:18px;
	border-bottom:1px solid #aaaaaa;
}

.login_wrap .logout .top_wrap p {
	display:inline-block;
	color:#000;
	font-size:18px;
	font-family:'NotoKrR';
	margin-top: 10px;
	vertical-align: top;
}

.login_wrap .logout .top_wrap p span {
	color:#3b5e92;
	font-size:18px;
	font-family:'NotoKrB';
}

.login_wrap .logout .top_wrap button {
	display:inline-block;
	width:78px;
	height:35px;
	line-height:35px;
	background-color:#484848;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:'NotoKrR';
	border-radius:3px;
	border:none;
	margin-left: 12px;
	vertical-align: top;
}

.login_wrap .logout .bottom_wrap>p {
	color:#000;
	font-size:16px;
	font-family:'Malgun Gothic';
	margin-bottom:15px;
}

.login_wrap .logout .bottom_wrap>p span {
	color:#9c0b0b;
	font-weight:bold;
}

.login_wrap .logout .bottom_wrap a {
	display:block;
}

.login_wrap .logout .bottom_wrap a img {
	width:100%;
}

.login_wrap.active
{
	width:406px;
	height:350px;
}
.login_wrap.active .login>p
{
	font-size:25px;
	margin:45px 0 35px;
}
.login_wrap.active .login form input[type="text"],
.login_wrap.active .login form input[type="password"]
{
	height:50px
}
.login_wrap.active .login form
{
	padding:0 40px;
}
.login_wrap.active .login form .btns_wrap button
{
	height:50px;
	line-height:50px;
}



.section1_wrap {
	margin-top:-50px;
	position: relative;
	z-index: 100;
}

.section1_wrap .row_wrap {
	margin-left:-5px;
	width:calc(100% + 10px);
}

.section1_wrap .row_wrap .article {
	background-color:#fff;
	border-radius:5px;
	border:1px solid #dcdcdc;
	margin:0 5px;
	float:left;
}

.section1_wrap .row_wrap .article .top_title {
	padding:15px 10px;
	border-bottom:2px solid #a3bee3;
}

.section1_wrap .row_wrap .article .top_title a {
	color:#000;
	font-size:16px;
	font-family:'NotoKrM';
	display:block;
	position: relative;
}

.section1_wrap .row_wrap .article .top_title a span {
	position: absolute;
	top: 8px;
	right:0;
}

.section1_wrap .row_wrap .article .top_title a span:before,
.section1_wrap .row_wrap .article .top_title a span:after {
	content:'';
	width:15px;
	height:2px;
	border-top:1px solid #000;
	transform-origin:0 0;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.section1_wrap .row_wrap .article .top_title a span:after {
	transform:rotate(-90deg) translate(-50%, -50%);
}

.section1_wrap .row_wrap .article:first-child {
	padding:0 15px;
	width:calc(41.333334% - 10px);
}

.section1_wrap .row_wrap .article:first-child ul li a {
	border-bottom:1px solid #e9e9e9;
	padding: 10px 10px;
	display:block;
}

.section1_wrap .row_wrap .article:first-child ul li:last-child a {
	border-bottom:none;
}

.section1_wrap .row_wrap .article:first-child ul li a span {
	display:inline-block;
}

.section1_wrap .row_wrap .article:first-child ul li a span:first-child {
	width:calc(100% - 80px);
	color:#474747;
	font-size:14px;
	font-family:'Malgun Gothic';
	padding-left:10px;
	position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.section1_wrap .row_wrap .article:first-child ul li a span:first-child:before {
	content:'·';
	position: absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.section1_wrap .row_wrap .article:first-child ul li a span:last-child {
	width:75px;
	color:#999999;
	font-size:12px;
	text-align:right;
	font-family:'Verdana';
}

.section1_wrap .row_wrap .article:nth-child(2) {
	padding: 0 15px;
	width: calc(30.6% - 10px);
}

.section1_wrap .row_wrap .article:nth-child(2) ul li {
	padding: 5px 10px;
	border-bottom:1px solid #e9e9e9;
}

.section1_wrap .row_wrap .article:nth-child(2) ul li span.tag {
	display:inline-block;
	width:85px;
	font-size:16px;
	font-family:'NotoKrM';
}

.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(1) span {
	color:#617dc8;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(2) span {
	color:#617dc8;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(3) span {
	color:#617dc8;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(4) span {
	color: #9e55bf;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(5) span {
	color: #9e55bf;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(6) span {
	color: #9e55bf;
}
.section1_wrap .row_wrap .article:nth-child(2) ul li:nth-child(7) span {
	color: #7747be;
}

.section1_wrap .row_wrap .article:nth-child(2) ul li p {
	display:inline-block;
	width: calc(100% - 159px);
	color:#777777;
	font-size:13px;
	font-family:'Malgun Gothic';
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section1_wrap .row_wrap .article:nth-child(2) ul li span.money {
	width:65px;
	display:inline-block;
	color:#f47901;
	text-align:right;
	font-size:14px;
	font-family:'NotoKrM';
}

.section1_wrap .row_wrap .article:nth-child(2)>p {
	text-align:center;
	padding: 12px 0;
	color:#5e5e5e;
	font-size:12px;
	font-family:'Malgun Gothic';
}

.section1_wrap .row_wrap .article:nth-child(2)>p strong {
	color:#1e1e1e;
}

.section1_wrap .row_wrap .article:nth-child(3) {
	width: calc(28% - 10px);
	height: 207px;
	position: relative;
	overflow:hidden;
}

.section1_wrap .row_wrap .article:nth-child(3)>img {
	width:100%;
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap {
	position: absolute;
	top:28px;
	left:21px;
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap p {
	font-size:16px;
	font-family:'NotoKrM';
	margin-bottom:18px;
	color:#fff;
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap img {
	margin-bottom:10px;
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap span {
	color:#fff;
	font-size:18px;
	font-family:'BMY';
	margin-bottom:20px;
	display:block;
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap a {
	width:177px;
	height:35px;
	line-height:35px;
	padding-left:25px;
	border-radius:3px;
	background-color:#eaae2e;
	color:#242424;
	font-size:14px;
	display:block;
	font-family:'NotoKrR';
}

.section1_wrap .row_wrap .article:nth-child(3) .text_wrap a i {
	margin-left: 13px;
	vertical-align: top;
	margin-top: 10px;
}

.section2_wrap .row_wrap {
	margin-top:10px;
	margin-left:-5px;
	width:calc(100% + 10px);
}

.section2_wrap .row_wrap>div {
	padding:0 5px;
}

.section2_wrap .row_wrap>div>div {
	border:1px solid #dcdcdc;
	background-color:#fff;
	min-height:110px;
	line-height:110px;
	text-align:center;
	font-size:25px;
	font-family:'NanumG';
	border-radius:5px;
}

.section3_wrap {
	margin-top:10px;
	margin-bottom:130px;
}

.section3_wrap .left_wrap {
	width:calc(100% - 340px);
	float:left;
	border-radius:5px;
	border:1px solid #dcdcdc;
	padding:10px;
}

.section3_wrap .left_wrap .info_wrap {
	width:100px;
	height:90px;
	float:left;
	border-radius:5px;
	background-color:#3b5e92;
	position: relative;
}

.section3_wrap .left_wrap .info_wrap p {
	position: absolute;
	top:50%;
	left:0;
	text-align:center;
	width:100%;
	transform:translateY(-50%);
	color:#fff;
	font-size:16px;
	font-family:'NotoKrM';
	line-height:1.4;
}

.section3_wrap .left_wrap .slide_wrap {
	float:left;
	width:calc(100% - 140px);
	margin-left:40px;
}

.section3_wrap .left_wrap .slide_wrap li {
	line-height:90px;
	width:auto;
}

.section3_wrap .right_wrap {
	width:338px;
	float:left;
}

.section3_wrap .right_wrap li {
	float:left;
	width:33.333334%;
	height:90px;
	border-right:1px solid #ededed;
	overflow:hidden;
	margin-top: 9px;
}

.section3_wrap .right_wrap li:last-child {
	border-right:none;
}

.section3_wrap .right_wrap li img {
	width:50px;
	display:block;
	margin: 6px auto 10px;
}

.section3_wrap .right_wrap li span {
	display:block;
	text-align:center;
	color:#333333;
	font-size:14px;
	font-family:'NotoKrB';
}





@media screen and (max-width:1200px) {
	.visual ul li .text_wrap {
		width:auto;
	}
}
/* 1200 */

@media screen and (max-width:1024px) {
	.visual ul li .text_wrap p {
		font-size:40px;
	}

	.visual ul li .text_wrap p span.bg {
		height:59px;
		line-height:56px;
	}

	.login_wrap {
		right:110px;
	}

	.visual ul li .text_wrap {
		left:26%;
	}

	.visual .arrows {
		opacity: 1;
	}

	.visual .arrows.left {
		left:15px;
	}

	.visual .arrows.right {
		right:15px;
	}

	.visual ul li:not(:first-child) .text_wrap {
		top:50%;
	}

	.section3_wrap {
		margin-bottom:65px;
	}
}
/* 1024 */

@media screen and (max-width:1023px) {
	
	.login_wrap
	{
		display:none
	}
	.login_wrap.active > a
	{
		display:block
	}
	.login_wrap.active
	{
		position:absolute;
		top:50%;
		right:inherit;
		left:50%;
		transform:translate(-50%, -50%);
		z-index:1001;
	}
	.login_wrap.logout .login
	{
		display:none
	}
	.login_wrap.logout .logout.hide
	{
		display:block !important;
	}

	.login_ok_txt
	{
		display:block;
		position:absolute;
		top:22px;
		right:55px
	}
	.login_ok_txt h2
	{
		position:relative;
		font-family:'NotoKrR';
		font-size:15px;
		color:#474747	
	}
	.login_ok_txt h2 span
	{
		font-family:'NotoKrB';
		font-size:15px;
		color:#000000
	}
	.login_ok_txt h2:after
	{
		content:'';
		position:absolute;
		top:-13px;
		right:-40px;
		background:url(../images/main/logout.png) no-repeat center center;
		width:39px;
		height:39px;
		background-size:39px;
	}
}
/* 1023 */

@media screen and (max-width:768px)
{
	
	.visual.reaction
	{
		min-height:343px !important;
		max-height:343px !important;
	}
	.login_wrap,
	.visual .arrows
	{
		display:none
	}
	
	.visual .pos_wrap
	{
		display:block !important
	}
	.visual ul li .text_wrap
	{
		left:55%;
	}
	.section1_wrap .row_wrap .article:first-child
	{
		width:calc(40% - 10px);
	}
	.section1_wrap .row_wrap .article:nth-child(2)
	{
		width:calc(60% - 10px);
	}
	.section1_wrap .row_wrap .article:nth-child(3) img:nth-child(1)
	{
		display:none;
	}
	.section1_wrap .row_wrap .article:nth-child(3) img:nth-child(2)
	{
		display:inline-block !important;
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap
	{
		width:100%;
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap span
	{
		display:inline-block;
		font-size:26px;
		margin-left:20px;
		margin-bottom:0;
	}
	.section1_wrap .row_wrap .article:nth-child(3)
	{
		width:calc(100% - 10px);
		height:132px;
		margin-top:10px;
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap a
	{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right:50px;
		width:113px;
		height:43px;
		line-height:43px;
		padding-left:17px
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap a i
	{
		vertical-align:1px;
		margin-top:0;
	}
}


@media screen and (max-width:767px)
{

	.login_wrap > a
	{
		top:15px
	}
	.visual.reaction
	{
		min-height:305px !important;
		max-height:305px !important;
	}
	.visual.active
	{
		min-height:343px !important;
		max-height:343px !important
	}
	.visual ul li .text_wrap
	{
		left:auto;
		right:30px
	}
	.visual .pos_wrap
	{
		bottom:45px;
	}
	.visual ul li .text_wrap p
	{
		font-size:30px;
	}
	.visual ul li:first-child .text_wrap p
	{
		letter-spacing:-3px
	}
	.section1_wrap
	{
		margin-top:-25px;
	}
	.section1_wrap .row_wrap .article:first-child,
	.section1_wrap .row_wrap .article:nth-child(2)
	{
		width:calc(100% - 10px)
	}
	.section1_wrap .row_wrap .article:nth-child(2)
	{
		margin-top:10px;
	}
	.section3_wrap
	{
		margin-bottom:25px;
	}
	.section3_wrap .left_wrap
	{
		width:100%;
	}
	.section3_wrap .right_wrap
	{
		width:100%;
		margin-top:20px;
	}
	.section3_wrap .left_wrap .slide_wrap
	{
		margin-left:20px;
	}
	
	
}
/* 767 */


@media screen and (max-width:600px)
{
	.section1_wrap .row_wrap .article:nth-child(3) > img:nth-child(2)
	{
		display:none !important
	}
	.section1_wrap .row_wrap .article:nth-child(3) > img:nth-of-type(1)
	{
		display:block !important;
	}
	.section1_wrap .row_wrap .article:nth-child(3)
	{
		height:207px
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap p
	{
		margin-bottom:26px;
	}
	.section1_wrap .row_wrap .article:nth-child(3) img:nth-child(2)
	{
		display:block !important
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap
	{
		height:100%;
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap span
	{
		display:block !important;
		margin-left:0;
		margin-top:15px;
	}
	.section1_wrap .row_wrap .article:nth-child(3) .text_wrap a
	{
		top:auto;
		transform:inherit;
		bottom:40px;
		right:34px;
	}
}


@media screen and (max-width:425px)
{
	.login_wrap.logout > a
	{
		display:none
	}
	.login_wrap.active
    {
        width:276px;
        height:260px;
    }
    .login_wrap.active .login>p
    {
        font-size:18px;
        margin:25px 0;
    }
	.login_wrap.active .login form input[type="text"],
	.login_wrap.active .login form input[type="password"]
    {
        height:40px
    }
    .login_wrap.active .login form
    {
        padding:0 20px;
    }
    .login_wrap.active .login form .btns_wrap button
    {
		height:40px;
		line-height:40px;
    }
	.login_ok_txt
	{
		top:16px;
	}
	.login_wrap > a
	{
		top:15px
	}
}