@charset "utf-8";


/* font rule */
	@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

	@font-face {
	    font-family: 'TmoneyRoundWindExtraBold';
	    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'TmoneyRoundWindRegular';
	    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
	@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
	@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');


/* basic */

* {margin: 0px; padding: 0px; outline: 0px; border:0px;}
ol, ul, li {list-style:none}
a {text-decoration: none; cursor: pointer;}

* {-webkit-text-size-adjust:none;}

.clear {clear: both;}
.wrap {
	width: 100%;
	min-width: 1000px;
	z-index: 10;
	overflow-y:hidden;
	overflow-x:hidden;
}
.section {
	position: relative;
	min-height: 600px;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
	text-align: center;
}
.main {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.bgc {
	width: 100%;
	position: absolute;
}


/*txt set*/

.color_sky{color: #64FFFF;}
.color_bell{color: #1698D6;}
.color_blue{color: #00ABEB;}
.color_navy{color: #485676;}
.color_indigo{color: #1C2C54;}
.color_white{color: #ffffff;}
.color_gold{color: #FDD469;}
.color_pink {color: #ed7774;}


h1, h2, h3, h4, h5, h6, p{
	font-weight: 500;
}
h1 {
	font-family: GmarketSansBold;
	font-size: 28px;
}
h2 {
	font-family: NanumSquare;
	font-size: 20px;
	line-height: 33px;
}
h3 {
	font-family: NanumSquare;
	font-size: 20px;
	line-height: 30px;
}
h4 {
	font-family: NanumSquaReround;
	font-size: 16px;
	line-height: 27px;
}
h5 {
	font-family: GmarketSansMedium;
	font-size: 16px;
	line-height: 28px;
}
h6 {
	font-family: NanumSquare;
	font-size: 14px;
	line-height: 20px;
}
body{
	font-family: NanumSquare;
}


b {
	font-weight: 900;
}


.img_s1 {
	margin: 30px 0px 100px 0px;
}

.img_s2 {
	margin: 30px 0px 20px 0px;
}

.img_s3 {
	margin: 50px 0px 100px 0px;
}

.img_s4 {
	margin: 30px 0px 90px 0px;
}


/* Section 01 */

.s1 {
position: relative;
}
.s1 .bgc_01 {
background-color: #1d5248;
height: 1600px;

}

.s1 .notice {
text-align: left;
margin-left: 150px;
}

.s1 h6 {
margin-bottom: 60px;
}



.s2 {
position: relative;
}
.s2 .bgc_02 {
background-color: #0a293b;
height: 1800px;

}


.s2 .btn_01 {
position: absolute;
top: 1090px;
left: 350px;

}


.sub_title {
margin: 100px 0px 30px 0px;
}



.s3 {
position: relative;
}
.s3 .bgc_03 {
background-color: #ffffff;
height: 1800px;

}

.s4 {
position: relative;
}
.s4 .bgc_04 {
background-color: #33635a;
height: 1450px;

}
.s4 .bgc_041 {
background-color: #1d5248;
height: 560px;

}



.btn_01 {
	background-color:#1d5248;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:GmarketSansBold;
	font-size:24px;
	padding:10px 30px;
	margin-bottom: 100px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.btn_01:hover {
	background-color:#13352e;
}



.btn_02 {
	background-color:#1d5248;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:GmarketSansBold;
	font-size:24px;
	padding:10px 30px;
	margin-bottom: 100px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.btn_02:hover {
	background-color:#13352e;
}
.btn_02:active {
	position:relative;
	top:1px;
}


.btn_03 {
	background-color:#ed7774;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:GmarketSansBold;
	font-size:24px;
	padding:10px 30px;
	margin-bottom: 0px;
	text-decoration:none;
}
.btn_03:hover {
	background-color:#d34f4f;
}
.btn_03:active {
	position:relative;
	top:1px;
}


/*tab_01*/
.tab_01 {
	margin-top: 100px;
}
.tab_01 .tabbed_content {
	width: 930px;
	margin: 0 auto;
}
.tab_01 .tabs {
	width: 900px;
	height: 184px;
	position: relative;
	color: #fff;
	margin-left: 110px;


}
.tab_01 .tabs .moving_bg {
	position: absolute;
	background-color: #ed7774;
	width: 165px;
	height: 8px;
	z-index: 200;
	left: 0;
	margin: 0 6.75px;
	bottom: 0px;
	
}
.tab_01 .tabs .moving_bg>b{
	border-bottom: 15px solid #ed7774;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	top: -10px;
	left: 65px;
}
.tab_01 .tabs .tab_item {
	background-color: #1d5248;
	color: #1d5248;
	float: left;
	width: 165px;
	height: 184px;
	z-index: 190;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0 6.75px;
	transition-property:background-color;
	
}
.tab_01 .tabs .tab_item:hover {
	background-color: #13352e;	
	color: #13352e ;
}
.tab_01 .tabs .tab_item>h1 {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 77px;
	color: #fff;
}
.tab_01 .tabs .tab_item>h2 {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
}
.tab_01 .tabs .tab_item>.img_01 {
	left:35px;
	top: -22px;
	position: absolute;
}
.tab_01 .tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 930px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.tab_01 .tabslider {
	width: 3720px; /*930px x 4*/
}
.tab_01 .tabslider>div {
	float: left;
	width: 930px;
	position: relative;
	color: #485676;
	text-align: center;
}

.tab_01 .tabslider>div>h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
}

.s3 .fas01 {
	font-size: 100px;
	position: absolute;
	left: 159px;
	top: 45px;
}

.s03_img01 {background: url(img/13.png) no-repeat; width: 90px; height: 90px;}
.s03_img02 {background: url(img/14.png) no-repeat; width: 90px; height: 90px;}
.s03_img03 {background: url(img/15.png) no-repeat; width: 90px; height: 90px;}
.s03_img04 {background: url(img/16.png) no-repeat; width: 90px; height: 90px;}

.s04_img01 {background: url(img/18.png) no-repeat; width: 1000px; height: 800px; background-position: center;}

/*tab_02*/
.tab_02 {
	margin-top: 80px;
}
.tab_02 .tabbed_content {
	width: 800px;
	margin: 0 auto;
}
.tab_02 .tabs {
	width: 627px;
	height: 120px;
	position: relative;
	color: #fff;
	margin: 0 85.5px;

}
.tab_02 .tabs .moving_bg {
	position: absolute;
	background-color: #fabaae;
	width: 300px;
	height: 8px;
	z-index: 200;
	left: 0;
	margin: 0 6.75px;
	bottom: 0px;
	
}
.tab_02 .tabs .moving_bg>b{
	border-bottom: 15px solid #fabaae;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	top: -10px;
	left: 135px;
}
.tab_02 .tabs .tab_item {
	background-color: #ed7774;
	color: #ed7774;
	float: left;
	width: 300px;
	height: 120px;
	z-index: 190;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0 6.75px;
	transition-property:background-color;
	
}
.tab_02 .tabs .tab_item:hover {
	background-color: #d34f4f;	
	color: #d34f4f;
}
.tab_02 .tabs .tab_item>h1 {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 68px;
	color: #fff;
}
.tab_02 .tabs .tab_item>h2 {
	font-size: 15px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}
.tab_02 .tabs .tab_item>.img_01 {
	left:124px;
	top: 10px;
	position: absolute;
}
.tab_02 .tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 800px;
	margin-top: 50px;
	margin-bottom: 100px;
}
.tab_02 .tabslider {
	width: 1600px; /*930px x 4*/
}
.tab_02 .tabslider>div {
	float: left;
	width: 800px;
	position: relative;
	text-align: center;
}


.tab_02 .tabslider>div>h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.s04_img01 {background: url(img/21.png) no-repeat; width: 50px; height: 50px;}
.s04_img02 {background: url(img/22.png) no-repeat; width: 50px; height: 50px;}

.sub_text {margin-bottom: 20px;}

.caption {
	margin-bottom: 60px;
}


.s5 {
position: relative;
}
.s5 .bgc_05 {
background-color: #1d5248;
height: 300px;

}
.s5 p {
	font-size: 14px;
	line-height: 22px;
}
.footer {
	position: relative;
	min-height: 100px;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
	text-align: center;
}
