
dl, dt, dd, ul, li {
	list-style: none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:active, a:hover {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}


/*** Html & Body Start ***/
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	/* ½Ã½ºÅÛÆùÆ® ¿ì¼±ÇÏ´Â °æ¿ì */
	/*font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
	/* Pretendard ¿ì¼±ÇÏ´Â °æ¿ì */
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.075em;
	color: #000;
	background: #ffffff;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
/*** Html & Body End ***/


/*** Page Wrapper ***/
#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}

#page-wrapper:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}
/*** Page Wrapper End***/


/*** Header Start ***/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	z-index: 10000;
	background: #ffffff;
}

#header_wrapper {
	width: 980px;
	margin: 0 auto;
}

#header_wrapper .site_logo {
	width: 116px;
	height: 30px;
	margin-top:13px;
	color: #ffffff;
	cursor:pointer;
}
/*** Header End ***/


/*** Menu Start ***/
#header_menu {
	float: right;
	height: 47px;
	margin: 5px 30px 0 0;
}

#header_menu #header_menu_left{
	position: absolute;
	width: 20px;
	height: 47px;
	top: 0px;
	left: 0px;
}

#header_menu ul {
	float:right;
	margin: 10px 0 0 20px;
	padding: 0px;
	list-style: none;
}

#header_menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#header_menu ul li.sub_menu a{
	float: left;
	display: block;
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;	
	text-decoration: none;
	outline: none;
}

#header_menu ul li a:hover, #header_menu ul li.sub_menu .active {
	color: #D92A00;
}

#header_menu ul li.sub_menu a.last_box {
	position:relative;
	bottom:2px;
	width:145px;
	height: 34px;
	background: url(/images/LandingPage/header_login_box.png) no-repeat;
}

#header_menu ul li.sub_menu a.last_box span {
	margin-left:60px;
	line-height:24px;
}

#header_menu ul li.sub_menu a.last_home {
	position:relative;
	bottom:2px;
	height: 34px;
	background: url(/images/LandingPage/header_login_home.png) no-repeat 10px;
	background-color: #D92A00;
	border-radius: 7px;
}

#header_menu ul li.sub_menu a.last_home span {
	margin-left: 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}

#header_menu ul li.sub_menu a.last_home:hover span {
	color: #A6A6A6;
}
/*** Menu End ***/


/*** Content Start ***/
#content_wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	min-height: 87.4vh;	
}

#content {
	width: 100%;
	padding: 60px 10px 10px 10px;
	background: #ffffff;
	line-height: 20px;
}
/*** Content End ***/


/*** ÀÚÁÖ¹¯´Â Áú¹® FAQ Start ***/
p.faq_title {
    position:relative;
    width: 618px;
    height: 48px;
    top: 100px;
    left:220px;
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 67px;
    align-items: center;
    text-align: center;
    color: #000000;
}

dl.faq_tabs {
	display: flex;
	align-items: center;
	width: 970px;
	list-style: none;
	padding: 0px;
	margin-top: 200px;
	margin-left: 60px;
}

dl.faq_tabs dt.faq_tab {
	width: 160px;
	height: 48px;
	margin-right: 79px;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
	font-style: normal;
	color: #D92A00;
	background: none;
	display: inline-block;
	padding: 13px 5px;
	cursor: pointer;	
}

dl.faq_tabs dt.faq_tab.active, dl.faq_tabs dt.faq_tab:hover {
	background: #D92A00;
	border-radius: 30px;
	color: #ffffff;
}

ul.faq_listWrap {
	margin: 50px 0 20px 60px;
}

ul.faq_listWrap li.faq_li { 
    position:relative;
    display:block;
    padding:0; 
    cursor:pointer; 
}

ul.faq_listWrap li.faq_li .faq_tit { 
    font-weight: 700;
	font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    word-break: break-all;
    cursor: inherit;
}

ul.faq_listWrap li.faq_li:hover .faq_tit { 
    color:#0a7ac8; 
}

li.faq_li .faq_question { 
    position: relative; 
    display: block; 
    padding: 20px; 
	line-height: 1.4;
	cursor: inherit;
}

li.faq_li .faq_question .faq_icon { 
	content: "";
	position: absolute;
	top: 32px;
	right: 80px;
	transform: rotate(180deg);
	transition: all 0.3s;
}

li.faq_li .faq_answer { 
    display: none; 
    width: 93.5%;
    padding: 30px 20px 30px 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    background: #FDF2F0; 
    border-top: 1px solid #e4e4e4; 
}

ul.faq_listWrap {
	display: none;
}

ul.faq_listWrap.active {
	display: block;
}
/*** ÀÚÁÖ¹¯´Â Áú¹® FAQ End ***/


/*** Footer Start ***/
#footer {
	position: relative;
	width: 1440px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}

#footer ul li.footer_logo {
	position: absolute;
	width: 254px;
	height: 65px;
	left: 296px;
	top: 9px;
	cursor:pointer;
}

#footer ul li.copyright {
	position: absolute;
	width: 610px;
	height: 49px;
	left: 604px;
	top: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 67px;
	display: flex;
	align-items: center;
	text-align: center;
}
/*** Footer End ***/


/*** Quick Menu Start ***/
div, ul, li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

.quickmenu {
	position: absolute;
	width: 100px;
	top: 50%;
	margin-top: -50px;
	right: 10px;
	background: #fff;
	z-index: 1;
}

.quickmenu ul {
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
	*display: inline;
	border: 1px solid #ddd;
}

.quickmenu ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	*display: inline;
}

.quickmenu ul li a {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 9.5pt;
	text-decoration: none;
}

.quickmenu ul li a:hover, .quickmenu ul li .current {
	color: #000;
}

.quickmenu ul li:last-child {
	border-bottom: 0;
}

.content {
	position: relative;
	min-height: 1000px;
}
/*** Quick Menu End ***/


/*** Top Button Start ***/
.scrollup {
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	width: 39px;
	height: 39px;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	border: 1px solid #fff;
	display: none;
	background: #FECE1A;
}

.scrollup > a {
	position: relative;
	top: 7px;
	color: #fff;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "porta";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}

.icon-up-open {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;');
}

.icon-up-open:before {
	content: '\e805';
}
/*** Top Button Start ***/