/* @charset "UTF-8"; */

/*** Reset style ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: middle;
}
button {
	border: none;
	font-family: inherit;
	cursor: pointer;
}
a {
	text-decoration: none;
	color: inherit;
}
input {
	border: none;
	box-sizing: border-box;
	appearance: none;
}
[type=text]::-ms-clear,
[type=text]::-ms-reveal,
[type=search]::-ms-clear,
[type=search]::-ms-reveal {
	display: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
select {
	-webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, input, select {
	vertical-align: top;
}
iframe {
	border: none;
}


/*Common Class*/
.a11y_hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}



/* Style */
.frog_newsy {
	min-width: 1200px;
	/* padding-bottom: 200px; */
	font-family: 'Noto Sans KR', sans-serif;
}
.layout_center {
	width: 1200px;
	margin: 0 auto;
}
.layout_center .centering {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}




[class*="section"] {
	text-align: center;
	/* box-sizing: border-box; */
	overflow-x: hidden;
}
.lastsection,
.section01 {
	padding:10px 0 0;
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/section01_bg.jpg') center center no-repeat;
	background-size: cover;
}
.lastsection {
	padding-bottom: 230px;
}

.yt_thumb {
	margin-top: 25px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}



/* Youtube Video */
.video_container {
	margin: 25px auto 0;
	width: 659px;
}
.video_container .video_box {
	position: relative;
	padding-top: 56.25%;
}
.video_container .video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}





/* Following Banner */
.psuedo_container {
	height: 250px;
	margin-top:0px;
}
.following_banner {
	position: relative;
	z-index: 10;
	/* width: 970px; */
	
	margin: 10px auto 0;
	padding: 20px 25px 15px;
	box-sizing: border-box;
	/* background-color: #d80204; */
	/* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7); */
}
.following_banner h3 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	color: #abb2be;
	text-align: center;
}
.following_banner .clearfix button,
.following_banner .clearfix label {
	display: inline-block;
	font-size: 20px;
}

.following_banner label input[type="text"],
.following_banner label input[type="tel"],
.following_banner button {
	border-radius: 40px;
	height: 80px;
}
.following_banner label input[type="text"],
.following_banner label input[type="tel"] {
	width: 279px;
	padding: 0;
	text-indent: 1em;
	background-color: #fff;
	font-size: 20px;
}
.following_banner label input[type="tel"] {
	width: 355px;
}
.following_banner .clearfix label:nth-of-type(2) {
	margin: 0 10px;
}
.following_banner button {
	width: 261px;
	background-color: transparent;
	color: #fd0000;
	border: 3px solid currentColor; 
}
.following_banner button span {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	margin-right: -25px;
}
.following_banner button span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	border-top: 2px solid #ff0000;
}
.following_banner button span::before {
	content: '';
	position: absolute;
	top: 29%;
	right: 1px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ff0000;
	border-right: 2px solid #ff0000;
	transform: rotate(45deg);
}


.following_banner > p {
	margin-top: 1em;
	color: #fff;
	text-align: center;
}
.following_banner > p input[type="checkbox"] {
	vertical-align: middle;
	appearance: auto;
}
.following_banner > p > a:first-of-type {
	margin-right: 1em;
}
.following_banner.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 5px;
	min-width: 1200px;
	background-color: #13151f;
	/* box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3); */
}
.following_banner.fixed h3 {
	margin-bottom: 5px;
}
.following_banner.fixed h3 img {
	height: 23px;
}
.following_banner.fixed .clearfix button,
.following_banner.fixed .clearfix label {
	float: none;
}
.following_banner.fixed label input[type="text"],
.following_banner.fixed label input[type="tel"],
.following_banner.fixed button {
	height: 60px;
}

.section02 {
	padding: 90px 0 70px;
	background: #eb0000 url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/section02_bg.png') center center no-repeat;
}
.section03 {
	padding: 122px 0 87px;
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/section03_bg.jpg') center center no-repeat;
	background-size: cover;
}




/* Section04 */
.section04 {
	padding: 130px 0 100px;
	background-color: #f3f3f8;
}
.section04 h2 {
	font-size: 50px;
}
.section04 h2 + p {
	margin-bottom: 2em;
	font-size: 26px;
}
.section04 h2 + p em {
	color: #d92e17;
}
.service_indicator_container {
	margin-bottom: 60px;
	text-align: center;
}
.service_indicator_container button {
	display: inline-block;
	width: 240px;
	height: 320px;
	margin: 0 18px;
	box-sizing: border-box;
	font-size: 34px;
	color: #fff;
}
.service_indicator_container button:nth-of-type(1) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s1_deactive.jpg') center center no-repeat;
	background-size: 100%;
}
.service_indicator_container button:nth-of-type(2) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s2_deactive.jpg') center center no-repeat;
	background-size: 100%;
}
.service_indicator_container button:nth-of-type(3) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s3_deactive.jpg') center center no-repeat;
	background-size: 100%;
}
.service_indicator_container button:nth-of-type(1).active {
	background-image: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s1_active.jpg');
}
.service_indicator_container button:nth-of-type(2).active {
	background-image: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s2_active.jpg');
}
.service_indicator_container button:nth-of-type(3).active {
	background-image: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/btn_s3_active.jpg');
}
.service_slider .slick-dots {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%);
}
.service_item {
	outline: none;
	text-align: center;
}
.service_item > h3 {
	margin-bottom: 20px;
	font-size: 40px;
}
.service_item h4 {
	margin-bottom: 1em;
	font-size: 28px;
}
.graph_container,
.right_container {
	float: left;
	width: 50%;
}
.service_item .graph_box {
	position: relative;
	display: inline-block;
	margin-bottom: 54px;
}
.service_item .graph_box ul {
	position: relative;
	width: 457px;
	height: 317px;
	padding-top: 57px;
	margin-left: 60px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}
.service_item .graph_box ul li {
	margin-bottom: 42px;
}
.service_item .graph_box ul li .group,
.service_item .graph_box ul li .bar {
	float: left;
}
.service_item .graph_box ul li .group {
	display: block;
	width: 100px;
	line-height: 48px;
	padding-right: 10px;
	margin-left: -110px;
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: right;
}
.service_item .graph_box ul li .bar {
	position: relative;
	display: block;
	height: 48px;
	background-color: #d70000;
}
.service_item .graph_box ul li .rate {
	position: absolute;
	top: 0;
	right: -65px;
	line-height: 48px;
	font-size: 24px;
}
.service_item .graph_box ul li:nth-child(1) .bar {
	background-color: #d70000;
}
.service_item .graph_box ul li:nth-child(2) .bar {
	background-color: #c7c7c7;
}
.service_item .graph_box ul li:nth-child(3) .bar {
	background-color: #ff7e00;
}
.graph_box .y_axis {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.explanation > p {
	height: 180px;
	font-size: 24px;
	line-height: 1.5;
}
.investment_type h4 {
	font-size: 24px;
}
.investment_type > .clearfix {
	width: 562px;
	margin: 0 auto;
}
.investment_type p {
	float: left;
	width: 50%;
	height: 145px;
	padding-top: 53px;
	font-size: 31px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.investment_type.type01 .clearfix p:first-child {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type01_object01.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type01 .clearfix p:nth-child(2) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type01_object02.jpg') center center no-repeat;
	background-size: cover;
}

.investment_type.type03 p,
.investment_type.type02 p {
	width: 33.3%;
}
.investment_type.type02 .clearfix p:nth-child(1) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type02_object01.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type02 .clearfix p:nth-child(2) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type02_object02.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type02 .clearfix p:nth-child(3) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type02_object03.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type03 .clearfix p:nth-child(1) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type03_object01.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type03 .clearfix p:nth-child(2) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type03_object02.jpg') center center no-repeat;
	background-size: cover;
}
.investment_type.type03 .clearfix p:nth-child(3) {
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/mb/type02_object03.jpg') center center no-repeat;
	background-size: cover;
}





.section04_1 {
	padding: 130px 0 45px;
	background-image: linear-gradient(170deg, #fff 58%, #d92e17 58.1%);
}
.link_helper {
	position: relative;
}
.section04_1 .links {
	position: absolute;
	bottom: 0;
	width: 1500px;
	text-align: center;
}
.section04_1 .links a {
	display: inline-block;
	width: 277px;	
	height: 45px;
	/* background-color: rgba(0, 0, 0, 0.7); */
}
.section04_1 .links a:nth-child(n+2) {
	margin-left: 220px;
}

.section05 {
	padding: 130px 0 100px;
	background-color: #fff;
}


/* .section06 {
	padding: 130px 0 100px;
	background: url('https://img.smkt.co.kr/frog/landing/2020/frog_newsy/pc/section06_bg.jpg') center center no-repeat;
	background-size: cover;
} */

