#container {
	padding-top: 0;
}

.visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 232px);
    background: url("../images/bg.svg")no-repeat 90% 0 / cover;
    margin-top: 100px;
}
.visual .inner {
	position: static;
}
.visual .date {
	position: absolute;
	top: 0px;
	left: 80%;
	width: 270px;
	text-align: center;
	background: #EA5557;
	color: #fff;
	font-size: 30px;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	z-index: 1;
}
.visual .date strong {
    display: block;
    height: 65px;
    line-height: 75px;
}
.visual .date #timer {
	margin: 10px;
	background: #fff;
	color: #EA515A;
	font-size: 30px;
	padding: 15px 0;
	font-weight: 700;
	font-family: 'Cafe24Ohsquare';
}
.visual .date #timer:after {
	content: '일 전';
	color: #000;
}
.visual .flex {
	width: 100%;
}
.visual .flex > div {
	position: relative;
	flex: 1;
	margin-left: 20px;
	background-color: #fff;
}
.visual .flex > div:nth-child(1) {
	position: absolute;
    bottom: 0;
	flex: 3;
	margin-left: 0;
	padding: 60px 50px;
	max-width: 935px;
	box-sizing: border-box;
}
.visual .flex > div:nth-child(1) .tit span {
	display: block;
	font-family: 'Cafe24Ohsquareair';
	color: #132761;
	font-size: 42px;
	margin-bottom: 10px;
	transform: rotate(0.03deg);
    letter-spacing: -1px;
}
.visual .flex > div:nth-child(1) .tit h3 {
	font-family: 'Cafe24Ohsquare';
	color: #EA5557;
	font-size: 120px;
}
.visual .flex > div:nth-child(1) .tit h3 em {
	color: #132761;
	margin-bottom: 15px;
}
.visual .flex > div:nth-child(1) .tit p {
    font-family: 'Cafe24Ohsquareair';
    font-size: 40px;
    font-weight: 300;
    color: #132761;
    margin: 5px 0 25px;
    transform: rotate(0.03deg);
}
.visual .flex > div:nth-child(1) ul {
	margin-top: 60px;
}
.visual .flex > div:nth-child(1) ul li {
	font-size: 22px;
	color: #132761;
	padding-left: 40px;
	font-family: 'Cafe24Ohsquareair';
	margin: 10px 0 20px;
	transform: rotate(0.03deg);
}
.visual .flex > div:nth-child(1) ul li:nth-child(1) {
	background: url("../images/main_ico_01.svg")no-repeat 0 50% / 25px;
}
.visual .flex > div:nth-child(1) ul li:nth-child(2) {
	background: url("../images/main_ico_02.svg")no-repeat 0 0 / 25px;
}

.visual .flex > div:nth-child(1) ul li:nth-child(3) p {
    font-weight: 700;
    font-family: 'Cafe24Ohsquare';
    margin-top: 15px;
    margin-left: 5px;
    line-height: 1.2;
    font-size: 16px;
}
.visual .flex > div:nth-child(1) ul li strong {
	display: inline-block;
	width: 90px;
	color: #EA5557;
	font-size: 22px;
	margin-right: 5px;
	font-family: 'Cafe24Ohsquare';
}
.visual .flex > div:nth-child(1) ul li span {
	font-family: 'Gmarket Sans';
}
.visual .flex > div:nth-child(1) ul li p {
	padding-left: 90px;
    margin-top: 5px;
}
.visual .flex > div:nth-child(1) .txt {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #EA5557;
	font-family: 'Cafe24Ohsquareair';
	margin-top: 50px;
	padding: 27px 0;
	transform: rotate(0.03deg);
}
.visual .flex > div:nth-child(1) .txt:before {
	content: '';
	display: block;
	background: url("../images/main-txt.svg")no-repeat 0 0 / 100%;
	width: 27px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
.visual .flex > div:nth-child(1) .txt:after {
	content: '';
	display: block;
	background: url("../images/main-txt.svg")no-repeat 0 0 / 100%;
	width: 27px;
	height: 23px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.visual .flex > div:nth-child(1) .txt em {
	font-family: "Malgun gothic";
}
.visual .flex > div:nth-child(2) {
	height: 120px;
	background: #fff url("../images/message-icon.svg")no-repeat 40px 50%;
}
.visual .flex > div:nth-child(3) {
	height: 120px;
	background: #fff url("../images/dashboard-icon.svg")no-repeat 40px 50%;
}
.visual .flex > div a {
	display: block;
	width: 100%;
    height: 100%;
	text-align: center;
	color: #132761;
	font-family: 'Cafe24Ohsquare';
	font-weight: bold;
	font-size: 25px;
}
.visual .flex > div img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
.visual .flex > div a span {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%) rotate(0.03deg);
    word-break: keep-all;
}


#footer {
	margin-top: 0;
}




@media screen and (max-width: 1370px){
	.visual {
		height: calc(100vh - 248px);
		overflow: hidden;
		margin-top: 80px;
	}

	.visual .date,
	.visual .date #timer {
		font-size: 23px;
	}
	.visual .date {
		top: 0;
		left: auto;
		right: 0;
	}
	.visual .date strong {
	    height: 50px;
	    line-height: 65px;
	}
	.visual .flex > div:nth-child(1) {
		padding: 5% 3% 4%;
	}
	.visual .flex > div:nth-child(1) .tit span {
		font-size: 30px;
	}
	.visual .flex > div:nth-child(1) .tit h3 {
		font-size: 75px;
	}
	.visual .flex > div:nth-child(1) .tit p {
		font-size: 25px;
	}
	.visual .flex > div:nth-child(1) ul li {
		font-size: 18px;
		background-size: 18px!important;
		padding-left: 30px;
	}
	.visual .flex > div:nth-child(1) ul li strong {
		font-size: 18px;
		margin-right: 0;
	}
	.visual .flex > div:nth-child(1) .txt {
		font-size: 20px;
		margin-top: 30px;
	}
	.visual .flex > div a {
		font-size: 20px;
	}
	.visual .flex > div:nth-child(1) ul li:nth-child(3) p {
		margin-left: 0;
	}
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	#container {
		padding-top: 80px;
	}

	.visual {
		height: 630px;
		background: url("../images/m_main.svg")no-repeat 50% 0 / cover;
		margin-top: 0;
	}
	.visual .flex {
		top: 135px;
	}
	.visual .inner {
		position: static;
	}
	.visual .date, 
	.visual .date #timer {
	    font-size: 18px;
	}
	.visual .date {
		width: 160px;
		top: 0;
	}
	.visual .date strong {
	    height: 40px;
	    line-height: 55px;
	}
	.visual .flex {
		font-size: 0;
		display: block;
	}
	.visual .flex > div:nth-child(1) {
		position: static;
    	margin-top: 140px;
    	width: 80%;
    	min-width: 330px;
		padding: 60px 20px;
		margin-bottom: 20px;
		margin-left: -20px;
		box-sizing: border-box;
	}
	.visual .flex > div:nth-child(1) .tit span {
	    font-size: 16px;
	}
	.visual .flex > div:nth-child(1) .tit h3 {
	    font-size: 40px;
	    background-position: 90% 50%;
	}
	.visual .flex > div:nth-child(1) .tit p {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.visual .flex > div:nth-child(1) ul li {
		font-size: 14px;
		line-height: 1.3;
		background-position: 0 0!important;
		padding-left: 30px;
	}
	.visual .flex > div:nth-child(1) ul li strong {
		display: block;
		font-size: 16px;
		margin-bottom: 0;
    	margin-right: 0;
    	padding-left: 0;
	}
	.visual .flex > div:nth-child(1) ul li p {
		padding-left: 0;
		margin-top: 2px;
	}
	.visual .flex > div:nth-child(1) .txt {
    	font-size: 14px;
    	padding: 20px 0;
    }
    .visual .flex > div:nth-child(1) .txt:before,
    .visual .flex > div:nth-child(1) .txt:after {
    	width: 15px;
    	height: 15px;
    }
    .visual .flex > div:nth-child(2), 
    .visual .flex > div:nth-child(3) {
	    width: calc(50% - 5px);
	    height: 70px;
	    background-size: 33px!important;
	    background-position: 23px 50%!important;
	}
	.visual .flex > div:nth-child(3) {
		margin-left: 10px;
	}
	.visual .flex > div:nth-child(1) ul li:nth-child(3) p {
		margin-top: 10px;
	}
	.visual .flex > div a {
		font-size: 14px;
	}
	.visual .flex > div a span {
		left: 70px;
	}

}
@media screen and (max-width: 480px) {
	.visual .flex > div:nth-child(2), 
	.visual .flex > div:nth-child(3) {
		background-position: 13px 50%!important;
	}
	.visual .flex > div a span {
	    left: 50px;
	}
}