@charset "utf-8";

/*************************************/
/***** (개별) 하위에서만 수정할것 *****/
/*************************************/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	line-height: 1;
}
body {
	min-width: 768px;
	color:#555;
	letter-spacing:0;
}
a {text-decoration: none; color: #000;}
ol, ul {list-style: none;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
img, fieldset{border:none;vertical-align:top;}
input,textarea,select{vertical-align:middle;}
legend,caption{display: none;}
i,em,address{font-style:normal;}
label,button{cursor:pointer;}
button{margin:0;padding:0;border:0;}
hr{display:none}
img { 
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}
body{}


#lnb_wrap {
	position: fixed;
	top:0;
	width: 307px;
	height: 100%;
	background-color: rgba(16, 24, 47, 0.8);
	z-index:55;
}
#lnb_wrap .lnb_area {
	position: relative;
	height: 100%;
}
#lnb_wrap h1 {
	padding:35px 0 20px;
	text-align: center;
}
#lnb_wrap h1 img {
	width:130px;
}
#lnb_wrap .lnb {
	margin:0 30px;
	padding:0 20px;
	border-top:1px solid #80828c;
}
#lnb_wrap .lnb > li {
	margin-bottom:30px;
}
#lnb_wrap .lnb > li:first-child {
	margin-top: 25px;
}
#lnb_wrap .lnb > li > strong {
	font-size:19px;
	color:#ffb7d8;
}
#lnb_wrap .lnb > li > ul > li {
	margin-top: 10px;
}
#lnb_wrap .lnb > li > ul > li > a {
	font-size:17px;
	color:#fff;
}
#lnb_wrap .lnb_btm {
	position: absolute;
	bottom:0;
	left:0;
	z-index:2;
	width:100%;
}
#lnb_wrap .lnb_btm .btn_sub {
	display: block;
	margin-bottom: 1px;
	padding:12px 0;
	text-align: center;
	font-size:17px;
	color:#fff;
	background: #e07caa;
}
#lnb_wrap .lnb_btm .country_list {
	padding: 20px 40px;
}
#lnb_wrap .lnb_btm .country_list a {
	display: inline-block;
	margin:6px 0;
}
#container {
	position: relative;
}
.main_area {
	position: absolute; /* */
	left: 490px;
	top: 50%;
	transform: translate(0, -50%);
	z-index:60;
}
.main_area dl {
	margin-top:15px;
}
.main_area dl.mt60 {
	margin-top: 55px;
}
.main_area dt {
	display: inline-block;
	min-width:390px;
	font-size:25px;
	color:#26303b;
}
.main_area dd {
	display: inline-block;
}
.main_area dd a {
	display:block;
	padding:10px 20px;
	font-size:20px;
	color:#fff;
	border-radius:30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26303b+0,434c55+100 */
	background: #26303b; /* Old browsers */
	background: -moz-linear-gradient(top,  #26303b 0%, #434c55 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #26303b 0%,#434c55 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #26303b 0%,#434c55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26303b', endColorstr='#434c55',GradientType=0 ); /* IE6-9 */
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide.bg1 {
	background:url(../img/bg_gateway_01.jpg) center center no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide.bg2 {
	background:url(../img/bg_gateway_02.jpg) center center no-repeat;
	background-size:cover;
	width: 100%;
	height: 100%;
}

/* 서브페이지 */
body.subpage {
	background:url(../img/bg_subpage.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	height:100%;
}
.sub_main {
	padding-left:307px;
	margin:0 auto;
}

/* 히스토리 페이지 */
.history_area {
	padding:85px 0 60px;
	text-align: center;
}
.history_area h2 {
	font-size:69px;
	font-weight:bold;
	color:#303649;
}
.history_area h2:before {
	content: '';
	position: relative;
	width: 62px;
	height: 4px;
	background-color: #303649;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.4rem;
}
.history_area .wpb_wrapper {
	margin:0 auto;
	width:824px;
}
.history_area .wpb_wrapper:after {
	clear:both;
}
.history_area .wpb_wrapper h3 {
	margin:42px 0 14px;
	font-size:28px;
	font-weight:500;
	color:#000;
}
/*
.history_area .wpb_wrapper h3:before {
	content: '';
	background-color: #223179;
	width: 2rem;
	height: 3px;
	position: relative;
	display: block;
	left: 50%;
	margin-left: -1rem;
	margin-bottom: 1rem;
}
*/
.history_area .wpb_wrapper .wpb_row:after {
	content:'';
	clear:both;
	display:table;
}
.history_area .wpb_wrapper .wpb_cont .box_bg {
	float:left;
	position: relative;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height:400px;
}
.history_area .wpb_wrapper .wpb_cont .box_desc {
	float:left;
	position: relative;
	padding: 5%;
	width: 40%;
	background-color: white;
	min-height:318px;
	text-align: left;
}
.history_area .wpb_wrapper .wpb_cont .box_bg.b_lt {
	left:50%;
}
.history_area .wpb_wrapper .wpb_cont .box_desc.b_rt {
	right:50%;
}
.history_area .wpb_wrapper .wpb_cont .box_desc .desc:after {
	content: '';
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	left: -0.6rem;
	top: 50%;
	margin-top: -0.7rem;
	background-color: white;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.history_area .wpb_wrapper .wpb_cont .box_desc.b_rt .desc:after {
	left: auto;
	right: -0.6rem;
}
.history_area .wpb_wrapper .wpb_cont .box_desc .desc .p-date {
	margin:7px 0 14px;
	font-size:23px;
	color:#2372b9;
}
.history_area .wpb_wrapper .wpb_cont .box_desc .desc .p-date:before {
	content: '';
	position: relative;
	width: 1rem;
	height: 2px;
	display: block;
	left: auto;
	margin-bottom: 0.4rem;
	background-color: #c4e2fe;
}
.history_area .wpb_wrapper .wpb_cont .box_desc .desc .p-title {
	margin:7px 0 14px;
	color:#2372b9;
	font-size:14px;
}
.history_area .wpb_wrapper .wpb_cont .box_blue {
	position: relative;
	padding: 42px;
	float: left;
	width: 740px;
	background-color: #c4e2fe;
	min-height:270px;
}
.history_area .wpb_wrapper .wpb_cont .box_blue img {
	max-width:100px;
}
.history_area .wpb_wrapper .wpb_cont .box_blue .p-date {
	margin:7px 0 14px;
	font-size:23px;
	font-weight:bold;
	color: #2372b9;
}
.history_area .wpb_wrapper .wpb_cont .box_blue .p-title {
	margin:7px 0 14px;
	color: #2372b9;
}
.history_area .wpb_wrapper .wpb_cont .bg_blue {
    float: left;
    position: relative;
    padding: 5%;
    width: 40%;
	min-height: 270px;
    background-color: #c4e2fe;
	text-align: center;
}
.history_area .wpb_wrapper .wpb_cont .bg_blue img {
	max-width:100px;
}
.history_area .wpb_wrapper .wpb_cont .bg_blue .p-date {
	margin:7px 0 14px;
	font-size:23px;
	font-weight:bold;
	color: #2372b9;
}
.history_area .wpb_wrapper .wpb_cont .bg_blue .p-title {
	margin:7px 0 14px;
	color: #2372b9;
}

/* business */
.business_area {
	padding:85px 0 60px;
	text-align: center;
}
.business_area h2 {
	font-size:69px;
	font-weight:bold;
	color:#303649;
}
.business_area h2 span {
	color:#e07caa;
}
.business_area h2:before {
	content: '';
	position: relative;
	width: 62px;
	height: 4px;
	background-color: #303649;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.4rem;
}
.business_area .sub_tit1 {
	margin:48px 0 30px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.business_area .sub_tit2 {
	margin:30px 0 40px;
	font-size:18px;
	color:#1d1d1d;
}
.business_area .rpd_row {
	margin: 0 auto;
	padding:40px 0;
	width: 824px;
	background: #fff;
}

.pr_top h3 {margin:0 0;font-size:32px;} 
.pr_top hr {background-color: #494444; margin-bottom: 0rem;}
.pr_top img {width:37px;} 
.pr_form {margin-top:20px;}
.pr_form table tr {border-bottom: 1px solid #ccc;} 
.pr_form table tr th {width:20%; font-weight:normal; padding: 7px 0; border-right: 0px solid #c7c7c7;} 
.pr_form table tr th, .pr_form table tr td {padding:10px 10px;}
.pr_form table tr th h3 {font-size: 100%; border-right: 0px solid #c7c7c7; margin: 0px 0px;} 
.pr_form table tr th h3 span {color:#f13333;} 
.pr_form table tr td input, .pr_form table tr th input {width:50%; vertical-align: middle;} 
.pr_form table tr td select {height: 29px;}
.pr_form table tr th label {margin: 0 0;} 
.pr_form table tr td.sg_select > select {width:50%; height:400px; float:left;  overflow: scroll; } 
.pr_form table tr td.sg_select select option{padding-left:16px; font-size:0.85em;} 
.pr_form table tr td.sg_select option:checked {background:#fe7db7 !important;  color:#fff !important;}

.pr_form table tr td.sg_select .option_category {background:#e6e6e6; color: #7d7d7d; padding-left:0px !important;} 
.pr_form table tr td.sg_select option:hover {background:#e6e6e6; color: #404040;}
.pr_form table .agDetailBtn{background:#666;width:50px; background:#ccc; } 
.pr_form table .sendBtn{background: #fe7db7; float: right; width: 100px; height: 30px;color: #fff; font-weight: normal;text-shadow: none;font-size: 1rem;}
.pr_form table .sendBtn:hover{border-color: #f1f3f3 #bbb #aaa; box-shadow: inset 0 1px 0 rgb(218, 101, 152), inset 0 15px 17px rgb(241, 112, 166), inset 0 -5px 12px rgba(68, 67, 67, 0.02);}
.pr_form table .captchaBtn{background: #989898; height: 20px;color: #fff; font-weight: normal;text-shadow: none;font-size: 1rem; padding:0 5px}
.pr_form table .sgSelected {margin: 0px 0px; width: 45%; height: 400px; margin-left: 10px; display: inline-block; background: #fff; padding: 5px;border: 1px solid #ccc; overflow:auto;	} 
.pr_form table .sgSelected .sgSelectedValue{position:relative; width:100%; background: #fe7db7;display: inline-block;padding: 4px 30px 2px 5px;color: #fff;margin: 0px 0px 1px 0px; font-size:0.85em;line-height: 1.2em;} 
.pr_form table .sgSelected .sgSelectedValue p{margin: 0px 0px 3px 0px;} 
.pr_form table .sgSelected .sgSelectedValue span {position:absolute; right:7px; top:3px; background:none; color:#fff; padding:0px; font-size: 1.3rem; cursor: pointer;} 
.pr_form table .sgSelected .sgSelectedValue span:hover {color: #b71960; font-weight: bold;} 
.pr_form table .width30 {width:31.5%;} 
.pr_form table .lasttr {border-bottom:0px solid #ccc;}

.pr_form input[type="text"]{
	font-size:14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
	line-height: 1.5;
	background: #f1f3f4;
}
.pr_form input::placeholder {
	color:#000;
}
.pr_form select {
	height:29px;
	border: 1px solid #ccc;
    border-radius: 3px;
	width: 52%;
}

.pr_form .form_list > li {
	padding:10px 10px;
	border-bottom:1px solid #ccc;
	overflow: hidden;
	text-align: left;
}
.pr_form .form_list > li:after {
	content:'';
	display: block;
	clear:both;
}
.pr_form .form_list > li > div {
	float:left;
}
.pr_form .form_list > li .txbx {
	width:50%;
}
.pr_form .form_list > li .fmbx {
	width:50%;
}
.pr_form .form_list .txbx span {
	color: #f13333;
}
.pr_form .form_list > li > div input {
	width:50%;
	vertical-align: middle;
}
.pr_form .form_list > li > div input.w30 {
	width: 30%;
}
.sendbx {
	margin:20px auto 0;
	overflow: hidden;
}
.sendbx .sendBtn {
	background: #fe7db7;
	width: 100px;
	height: 30px;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
	font-size: 1rem;
}




@media screen and (max-width: 1024px) { 
	
}


@media screen and (max-width: 768px) { 
	
}

