@charset "utf-8";

/*** 공통 ****/
.non_float{float:none !important; }

.rb_top_menu{
	overflow:hidden;
	display:block;
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.rb_top_menu li{
	width:25%;
	box-sizing:border-box;
	float:left;
	border-right:1px solid #dedede;
	border-top:1px solid #dedede;

}
.rb_top_menu li a{
	display:block;
	font-size:17px;
	line-height:40px;
	text-align:center;
}
.s_notice{
	font-size:13px;
	line-height:34px;
	margin-left:15px;
	display:inline-block;
}

/*** tracking_result ***/

.btm_no_icon{
	margin-top:57px;
	margin-bottom:20px;
}
.track_stat{
	font-size:19px;
	margin-bottom:21px;
}
.btm_noti{
	overflow:hidden;
	margin:80px auto 20px auto;
	width:894px;
}
.btm_noti li{
	
	float:left;
	width:100px;
	height:100px;
	display:table;
	text-align:center;
	margin-right:30px;
	border-radius:50%;
	position:relative;
	font-size:14px;
	background:url(/images/sub/result_circle.png) no-repeat left top;
	background-size:100% auto;

}
.btm_noti li.on{
	color:#000;
	font-weight:600;
	background:url(/images/sub/result_circle_1.png) no-repeat left top;
	background-size:100% auto;
}
.btm_noti li p{
	display:table-cell;
	vertical-align:middle;
}
.btm_noti li span{
	width:31px;
	background:#d6d6d6;
	height:1px;
	position:absolute;
	top:49px;
	right:-31px;
}
.btm_noti li:last-child{
	margin-right:0;
}
.result_track .btm_no{
	text-align:center;
	
	margin-bottom:150px;
	line-height:38px;
	font-size:18px;
	font-weight:600;
}
.track_tb{
	margin:50px auto 40px auto ;
	border-top:2px solid #6f6f6f;
	width:500px;
}
.track_tb th{
	background:#f1f1f1;
	border-right:1px solid #fff;
	line-height:35px;
	font-size:15px;
}
.track_tb td{
	border-right:1px solid #efefef;
	line-height:35px;
	font-size:15px;
}
.track_tb td:last-child{
	border-right:0;
}

/** wrap **/
#wrap {
	width:100%;
}
/* 서브 이미지 */
#sub_visual {
	height:400px;
	position:relative;
	background-size:100% auto;
	z-index:9;
}
#sub_visual h1.visual_text {
	width:1080px;
	margin:0 auto;
	line-height:50px;
	font-size:42px;
	font-family:Verdana;
	text-transform:uppercase;
	text-shadow:0px 4px 3px #424242;
	padding-top:170px;
	color:#fff;
}
#sub_visual h4.visual_text {
	width:1080px;
	margin:0 auto;
	line-height:50px;
	font-size:32px;
	font-weight:600;
	text-shadow:0px 4px 3px #424242;
	color:#fff;
	font-family:'Nanum Gothic';
}

.visual_bt {
	z-index:80000;
	width:1080px; 
	margin:0 auto;
	/*background:url('/images/index/anex_m_visual_bg.png') no-repeat center bottom;*/
	position:absolute;
	bottom:70px;
	left:50%;
	margin-left:-540px;
	overflow:hidden;
}
.visual_bt li {
	width:20%;
	text-align:center;
	float:left;
}
.visual_bt li a {
	color:#fff;
	font-size:18px;
	padding-top:90px;
	padding-bottom:25px;
	display:block;
	transition:0.3s all ease;
}


.visual_bt li a:hover span{
	opacity:1;
	font-weight:bold;
}
.visual_bt li a span{
	color:#e82f21;
	transition:0.3s all ease;
	opacity:0;
}
.visual_bt li a.visual_bt_01 {
	background:url('/images/index/anex_m_visual_icon_01.png') no-repeat center 37px;
}
.visual_bt li a.visual_bt_01:hover,
.visual_bt li a.visual_bt_01.on
{
	background:url('/images/index/anex_m_visual_icon_01_on.png') no-repeat center 30px;
}
.visual_bt li a.visual_bt_02 {
	background:url('/images/index/anex_m_visual_icon_02.png') no-repeat center 37px;
}
.visual_bt li a.visual_bt_02:hover,
.visual_bt li a.visual_bt_02.on{
	background:url('/images/index/anex_m_visual_icon_02_on.png') no-repeat center 30px;
}
.visual_bt li a.visual_bt_03 {
	background:url('/images/index/anex_m_visual_icon_03.png') no-repeat center 37px;
}

.visual_bt li a.visual_bt_03:hover,
.visual_bt li a.visual_bt_03.on{
	background:url('/images/index/anex_m_visual_icon_03_on.png') no-repeat center 30px;
}
.visual_bt li a.visual_bt_04 {
	background:url('/images/index/anex_m_visual_icon_04.png') no-repeat center 37px;
}

.visual_bt li a.visual_bt_04:hover, 
.visual_bt li a.visual_bt_04.on{
	background:url('/images/index/anex_m_visual_icon_04_on.png') no-repeat center 30px;
}
.visual_bt li a.visual_bt_05 {
	background:url('/images/index/anex_m_visual_icon_05.png') no-repeat center 37px;
}

.visual_bt li a.visual_bt_05:hover,
.visual_bt li a.visual_bt_05.on {
	background:url('/images/index/anex_m_visual_icon_05_on.png') no-repeat center 30px;
}



/* 상단타이틀 */
.sub_titlemenu {
	width:100%;
	height:50px;
	line-height:50px;
	background:#353b91;
}
.sub_titlemenu ul {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
}
.sub_titlemenu ul li {
	padding:0 50px 0 20px;
	border-left:1px solid #3c47a7;
	color:#fff;
	float:left;
	position:relative;
}
.sub_titlemenu ul li:first-child {
	border-right:1px solid #3c47a7;
	padding:0 20px;
}
.sub_titlemenu ul li.select {
	background:#2f347e;
}
.sub_titlemenu ul li select {
	background:none;
	border:none;
	color:#fff;
	line-height:50px;
}
.sub_titlemenu ul li i {
	color:#fff;
	position:absolute;
	right:20px;
	top:15px;
	font-size:20px;
}
.sub_titlemenu ul li.select i {
	color:#fff;
	position:absolute;
	right:20px;
	top:18px;
	font-size:14px;
}


/* 레프트메뉴 */
#lnb{
	width:240px;
	background:#353b91;
	margin-right:30px;
	margin-top:-100px;
	position:absolute;
	top:450px;
	z-index:999;
	
}
#lnb h2{
	height:100px; 
	line-height:100px; 
	font-size:24px;
	text-align:center;
	color:#fff;
	background:#1f2874;
}
#lnb ul li{
	text-indent:30px;
	border-bottom:1px solid #3c47a7;
}
#lnb ul li:last-child {
	border-bottom:none;
}
#lnb ul a{
	width:250px; 
	height:50px;
	line-height:50px;
	font-size:15px;
	color:#fff;  
	display:block; 
}
#lnb ul a:hover,
#lnb ul a:active,
#lnb ul a:focus,
#lnb ul li.on a{
	color:#fff; 
	background:url("../images/sub/anex_lbg.png") no-repeat 220px center #e82f21;
}

.leftbanner_00 {
	padding:20px;
	background:url('/images/index/anex_m_bg01.jpg') no-repeat center center;
	background-size:100%;
}
.leftbanner_00 p {
	border:1px solid #888a90;	
	text-align:center;
}
.leftbanner_00 p a {	
	padding:20px 0px;
	color:#fff;
	font-size:18px;
	display:block;
}
.leftbanner_00 p a:hover {	
	color:#e82f21;
}

.leftbanner_01 {
	padding:20px;
	background:url('/images/index/anex_m_banner_c_icon01.png') no-repeat 120px 20px #fff;
	border:1px solid #f1f1f1;
	box-sizing:border-box;
	cursor:pointer;
	position:relative;
}
.leftbanner_01 h4 {
	font-size:18px;
	color:#000;
	font-weight:400;
}
.leftbanner_01 input {
	width:100%;
	height:42px;
	line-height:26px;
	text-indent:10px;
	border:4px solid #0b3ab1;
	box-sizing:border-box;
	margin-top:12px;
}
.leftbanner_01 span {
	position:absolute;
	right:20px;
	top:60px;
}

.leftbanner_02 {
	background:#e82f21;
	padding:20px;
}
.leftbanner_02 h4 {
	font-size:18px;
	color:#fff;
	font-weight:400;
}
.leftbanner_02 h1 {
	padding-top:9px;	
	font-size:24px;
	color:#fff;
	font-weight:400;
}
.leftbanner_02 h5 {
	color:#ffd3d0;
}
.leftbanner_03 {	
	padding:20px;
	background:url('/images/index/anex_m_banner_c_icon02.png') no-repeat 195px 25px #fff;
	background-size:20%;
	border:1px solid #f1f1f1;
	box-sizing:border-box;
}
.leftbanner_03 h4 {
	font-size:18px;
	color:#000;
	font-weight:400;
}
.leftbanner_03 h6 {
	color:#133895;
	padding-top:13px;
	font-size:14px;
	font-weight:400;
}

.leftbanner_04 {
	padding:20px;
	background:url('/images/index/anex_m_bt_two_02.png') no-repeat center center;
	background-size:100%;
}
.leftbanner_04 p {
	border:1px solid #888a90;	
	text-align:center;
}
.leftbanner_04 p a {	
	padding:20px 0px;
	color:#fff;
	font-size:18px;
	display:block;
}
.leftbanner_04 p a:hover {	
	color:#e82f21;
}

.sub_titletext {
	background:#f7f7f7;
	border:1px solid #cad4dd;
}
.sub_title_1080 {
	width:1080px;
	height:240px;
	margin:0 auto;
}
.sub_titletext h1 {
	font-size:45px;
	color:#1f2874;
	margin-bottom:10px;
	padding-top:70px;
}
.sub_titletext h6{
	width:62%;
	line-height:1.5em;
	font-size:16px;
	font-weight:normal;
	color:#494949;
}
.bottom_line {
	width:30px;
	height:1px;
	margin:0px 0 50px 0;
	background:#2f347e;
}


.row {
	margin-bottom:30px;
}
.width-1080 {
	width:1080px;
	margin:0 auto;
	overflow:hidden;
}

iframe{margin-top: -74px;}

/**/
.sub_wrap{
	padding:50px 0 70px 0px;
	line-height:26px;
}
.con_subtitle {
	color:#000;
	font-size:28px;
	text-indent:30px;
	border-bottom:2px solid #000;
	margin-bottom:60px;
	padding-bottom:15px;
	font-weight:bold;
	background:url('/images/sub/anex_dot01.png') no-repeat 0 2px;
	position: relative;
}
.con_subtitle a.seavantage {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -2px;
	display: block;
}
.con_subtitle a.seavantage:hover {
	text-decoration: underline;
}
.con_subtitle2 {
	color:#000;
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.con_title {
	width:160px;
	margin-right:50px;
	font-size:17px;
	color:#000;
	font-weight:bold;
	float:left;
}
.con_title p {
	width:50px;
	color:#c5c5c5;
	font-size:55px;
	text-align:right;
	margin-right:10px;
	float:left;
}
.con_title.have_bg {
	width:470px;
	height:300px;
	padding:25px 30px;
	font-size:23px;
	color:#1d3164;
	font-weight:bold;
}
.con_text {
	width:870px;
	font-size:15px;
	float:left;
}
.con_img {
	width:49%;
	font-size:15px;
	border:1px solid #ddd;
	box-sizing:border-box;
	text-align:center;
	overflow:hidden;
	float:left;
}
.con_img p {
	height:112px;
	padding:10px;
	clear:both;
}
.con_img img {
	width:100%;
	margin:-10px;
}
.con_img b {
	color:#000;
	font-size:17px;
}
.con_img_1080 {
	width:100%;
	margin-bottom:20px;
}
.con_img_1080 img {
	width:50%;	
	margin:0px;
	float:left;
}
.con_img_1080 p {
	height:90px;
}
.con_img_l {
	margin:0 2% 2% 0;
}
.con_img_r {
	margin:0 0 2% 0;
}

.con_title2 {
	width:350px;
	font-size:17px;
	color:#000;
	font-weight:bold;
	float:right;
}
.con_title2 img {
}
.con_text2 {
	width:695px;
	font-size:15px;
	float:left;
}

ul.dot_list li {
	line-height:28px;
	background:url('/images/sub/anex_dot02.jpg') no-repeat 0 12px;
	text-indent:12px;
}

a.btn_type1 {
	padding:10px 50px 10px 20px;
	background:url('/images/sub/anex_arrow02.png') no-repeat right 15px #2f347e;
	color:#fff;
	margin-top:15px;
	margin-right:5px;
	font-size:15px;
	display:inline-block;
}
a.btn_type2 {
	padding:10px 50px 10px 20px;
	background:url('/images/sub/anex_arrow02.png') no-repeat right 15px #e82f21;
	color:#fff;
	margin-top:15px;
	margin-right:5px;
	font-size:15px;
	display:inline-block;
}
a.btn_type3 {
	padding:10px 50px 10px 20px;
	background:url('/images/sub/anex_arrow02.png') no-repeat right 15px #2f347e;
	color:#fff;
	margin-top:15px;
	margin-right:5px;
	font-size:15px;
	display:inline-block;
}
a.btn_type4 {
	padding:10px 50px 10px 20px;
	background:url('/images/sub/anex_arrow02.png') no-repeat right 15px #e82f21;
	color:#fff;
	margin-top:15px;
	margin-right:5px;
	font-size:15px;
	display:inline-block;
}

span.bl-red{
	border-left:2px solid #e82f21;
	padding-left:10px;
}



/************************************************************************   컨 텐 츠   ******************************************************************************************************/

/* 경영이념 */
.ci-bi {
	height:450px;
	border:1px solid #ddd;
	background:url('/images/sub/anex_a2_03.png') no-repeat 30px 30px;
}
.ci-bi p {
	padding:30px 30px 0 450px;
	color:#555;
	font-size:15px;
}
.ci-bi p span {
	font-weight:bold;
}

/* 연혁 */
.history {
	width:1080px;
	margin:0 auto;
	margin-top:30px;
}
.history ul {
	overflow:hidden;
}
.history li {
	line-height:40px;
	float:left;
}
.history li:first-child {
	width:26%;
	font-size:30px;
	text-indent:20px;
	color:#1f2774;
}
.history li:nth-child(2) {
	width:10%;
	font-size:20px;
}
.history li:last-child {
	width:64%;
	font-size:15px;
}
.history ul.last {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #cad4dd;
}


/* 찾아오시는길 */
.location {
	text-align:center;
}
.location h1 {
	line-height:100px;
	font-size:28px;
	color:#000;
}
.location h2 {
	line-height:40px;
	font-size:18px;
	color:#000;
}
.location h3 {
	line-height:40px;
	font-size:16px;
	color:#333;
}
.location h4 {
	line-height:40px;
	font-size:14px;
	color:#555;
}



/* 해운사업 */
.b_step {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step li {
	width:280px;
	background:url('/images/sub/anex_arrow03.jpg') no-repeat 243px 20px;
	float:left;
}
.b_step li:last-child {
	width:205px;
	background:none;
}
.b_step li p {
	width:70%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px;
	text-align:center;
	color:#000;
	font-size:16px;
}
.b_step li:last-child p {
	width:100%;
}
.b_step li p span {
	padding-bottom:10px;
	font-size:30px;
	font-family:'Gotham';
	color:#c5c5c5;
	display:block;
}
.b_step li i {
	width:70%;
	font-style:normal;
	font-size:14px;
	padding:15px;
	display:block;
}
.b_step li:last-child i {
	width:100%;
}


.b_step2 {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step2 li {
	width:220px;
	background:url('/images/sub/anex_arrow03.jpg') no-repeat 192px 32px;
	float:left;
}
.b_step2 li:last-child {
	width:170px;
	background:none;
}
.b_step2 li p {
	width:70%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px;
	text-align:center;
	color:#000;
	font-size:16px;
}
.b_step2 li:last-child p {
	width:100%;
}
.b_step2 li p span {
	padding-bottom:10px;
	font-size:30px;
	font-family:'Gotham';
	color:#c5c5c5;
	display:block;
}
.b_step2 li i {
	width:80%;
	font-style:normal;
	font-size:14px;
	padding:15px;
	display:block;
}
.b_step2 li:last-child i {
	width:100%;
}


.b_step3 {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step3 li {
	width:380px;
	background:url('/images/sub/anex_arrow03.jpg') no-repeat 330px 32px;
	float:left;
}
.b_step3 li:last-child {
	width:288px;
	background:none;
}
.b_step3 li p {
	width:70%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.b_step3 li:last-child p {
	width:100%;
}
.b_step3 li p span {
	padding-bottom:10px;
	font-size:30px;
	color:#c5c5c5;
	display:block;
}
.b_step3 li i {
	width:72%;
	font-style:normal;
	font-size:14px;
	padding:15px;
	display:block;
}
.b_step3 li:last-child i {
	width:100%;
}



.b_step4 {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step4 li {
	width:600px;
	background:url('/images/sub/anex_arrow03.jpg') no-repeat 545px 32px;
	float:left;
}
.b_step4 li:last-child {
	width:450px;
	background:none;
}
.b_step4 li p {
	width:80%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.b_step4 li:last-child p {
	width:100%;
}
.b_step4 li p span {
	padding-bottom:10px;
	font-size:30px;
	color:#c5c5c5;
	display:block;
}
.b_step4 li i {
	width:72%;
	font-style:normal;
	font-size:14px;
	padding:15px;
	display:block;
}
.b_step4 li:last-child i {
	width:100%;
}


.b_step5 {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step5 li {
	width:100%;
}
.b_step5 li p {
	width:100%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px 0;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.b_step5 li p span {
	padding-bottom:10px;
	font-size:30px;
	color:#c5c5c5;
	display:block;
}
.b_step5 li i {
	width:100%;
	font-style:normal;
	font-size:14px;
	padding:15px;
	text-align:center;
	display:block;
}



.b_step6 {
	margin-bottom:80px;
	overflow:hidden;
}
.b_step6 li {
	width:100%;
	background:url('/images/sub/anex_arrow04.jpg') no-repeat center bottom;
	margin-bottom:50px;
}
.b_step6 li:last-child {
	background:none;
	margin:0;
}
.b_step6 li p {
	width:100%;
	background:#f5f5f5;
	border-radius:10px;
	padding:15px 0;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.b_step6 li p span {
	padding-bottom:10px;
	font-size:30px;
	color:#c5c5c5;
	display:block;
}
.b_step6 li i {
	font-style:normal;
	font-size:14px;
	padding:15px 15px 60px 15px;
	text-align:center;
	display:block;
}



/* 항공사업 */
.b_tab {
	width:1080px;
	margin:0 auto;
}
.b_tab ul {
	overflow:hidden;
	margin-bottom:50px;
}
.b_tab ul li {
	width:16.6%;
	text-align:center;
	border:1px solid #dedede;
	border-right:none;
	box-sizing:border-box;
	float:left;
}
.b_tab ul li:last-child {
	width:16.7%;
	border-right:1px solid #dedede;
}
.b_tab ul li.b_tab_select {
	border-bottom:2px solid #e82f21;
}
.b_tab ul li a {
	width:100%;
	height:65px;
	line-height:65px;
	color:#000;
	font-size:17px;
	display:block;
}


/* 해외이주 */
.c_tab {
	width:1080px;
	margin:0 auto;
}
.c_tab ul {
	overflow:hidden;
	margin-bottom:50px;
}
.c_tab ul li {
	width:33.3%;
	text-align:center;
	border:1px solid #dedede;
	border-right:none;
	box-sizing:border-box;
	float:left;
}
.c_tab.four ul li{
	width:25%;
}
.c_tab ul li:last-child {
	width:33.4%;
	border-right:1px solid #dedede;
}
.c_tab.four ul li:last-child{
	width:25%;
}
.c_tab ul li.c_tab_select {
	border-bottom:2px solid #e82f21;
}
.c_tab ul li a {
	width:100%;
	height:65px;
	line-height:65px;
	color:#000;
	font-size:17px;
	display:block;
}

.c_tab2 {
	width:1080px;
	margin:0 auto;
}
.c_tab2 ul {
	overflow:hidden;
	margin-bottom:50px;
}
.c_tab2 ul li {
	width:50%;
	height:65px;
	line-height:65px;
	text-align:center;
	border:1px solid #dedede;
	border-right:none;
	box-sizing:border-box;
	float:left;
}
.c_tab2 ul li:last-child {
	border-right:1px solid #dedede;
}
.c_tab2 ul li.c_tab_select {
	border-bottom:2px solid #e82f21;
}
.c_tab2 ul li a {
	height:65px;
	line-height:65px;
	color:#000;
	font-size:17px;
	display:block;
}

.c_tab3 {
	width:1080px;
	margin:0 auto;
	border-top:1px solid #dedede;
	box-sizing:border-box;
}
.c_tab3 ul {
	overflow:hidden;
	margin-bottom:50px;
}
.c_tab3 ul li {
	width:10%;
	height:65px;
	line-height:65px;
	text-align:center;
	border:1px solid #dedede;
	border-top:none;
	border-right:none;
	box-sizing:border-box;
	float:left;
}
.c_tab3 ul li:nth-child(10n) {
	border-right:1px solid #dedede;
}
.c_tab3 ul li.c_tab_select {
	border:3px solid #e82f21;
}
.c_tab3 ul li a {
	height:65px;
	line-height:65px;
	color:#000;
	font-size:17px;
	display:block;
}
.c_tab3 ul li:hover {
	border:3px solid #e82f21;
}
.c_tab3 ul li:hover a {
	line-height:60px;
}

 /* 무역용어 */
.c_tab4 {
	width:1080px;
	margin:0 auto;
}
.c_tab4 ul {
	overflow:hidden;
	margin-bottom:50px;
}
.c_tab4 ul li {
	width:90px;
	height:65px;
	line-height:65px;
	text-align:center;
	border:1px solid #dedede;
	border-right:none;
	box-sizing:border-box;
	float:left;
}
.c_tab4 ul li:last-child {
	border-right:1px solid #dedede;
}
.c_tab4 ul li.c_tab_select {
	border-bottom:2px solid #e82f21;
}
.c_tab4 ul li a {
	height:65px;
	line-height:65px;
	color:#000;
	font-size:17px;
	display:block;
}



.c_root {
	overflow:hidden;
}
.c_root li {
	width:311px;
	height:200px;
	background:url('/images/sub/anex_c_root.png') no-repeat left top;
	font-size:15px;
	float:left;
}
.c_root li:last-child {
	width:145px;
	padding-right:0px;
	background:url('/images/sub/anex_c_root_xia.png') no-repeat right top;
}
.c_root li img {
	padding-top:23px;
	padding-left:41px;
	display:block;
}
.c_root span {
	padding-left:38px;
}
.c_root li.word05 span {
	padding-left:33px;
}
.c_root li.word06 span {
	padding-left:27px;
}


.c_root2 {
	margin-bottom:10px;
	overflow:hidden;
}
.c_root2 li {
	width:311px;
	height:200px;
	background:url('/images/sub/anex_c_root2.png') no-repeat right top;
	font-size:15px;
	float:right;
}
.c_root2 li:last-child {
	width:145px;
	padding-right:0px;
	background:url('/images/sub/anex_c_root_normal.png') no-repeat right top;
}
.c_root2 li img {
	padding-top:23px;
	padding-left:209px;
	display:block;
}
.c_root2 li:last-child img {
	padding-left:41px;
}
.c_root2 span {
	padding-left:202px;
}
.c_root2 li:last-child span {
	padding-left:40px;
}
.c_root2 li.word02 span {
	padding-left:218px;
}
.c_root2 li.word06 span {
	padding-left:191px;
}
.c_root2 li.word08 span {
	padding-left:25px;
}

.c_con {	
	margin-bottom:50px;
}
.c_con .con_title {
	line-height:50px;
}


.c_table {
	width:100%;
	border-top:2px solid #000;
	text-align:center;
}
.c_table thead th {
	background:#f5f5f5;
	border-bottom:1px solid #dddddd;
	padding:15px 0;
	color:#000;
}
.c_table tbody th {
	background:#f8f8f8;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:12px 0;
}
.c_table tbody td {
	padding:12px 0;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.c_table tbody td:last-child {
	border-right:0;
}
.c_table tbody td.br1px {
	border-right:1px solid #dddddd;
}


.con_info {
	padding:30px;
	background:#f5f5f5;
	margin-top:15px;
}
.con-math span {
	text-align:center;
	background:#fff;
	padding:10px 0;
	border-radius:8px;
	margin-bottom:20px;
	display:block;
}


/* FAQ */
.faq {
	margin-top:-20px;
}
.faq ul {
	border-bottom:1px solid #ddd;
	padding:15px 20px;
}
.faq li {
	line-height:50px;
	position:relative;
}
.faq li:last-child {
	line-height:24px;
	background:#f6f6f6;
	padding:20px;
	font-size:14px;
}
.faq li i {
	position:absolute;
	right:10px;
	top:19px;
}
.faq li span {
	width:50px;
	font-size:24px;
	color:#1f2774;
	display:inline-block;
}
.faq li:last-child span {
	color:#da3223;
}
.faq li.faq_off {
	display:none;
}


/* 표준운송약관 */
.terms {
	font-size:14px;
}
.terms span {
	font-size:18px;
	padding-bottom:10px;
	color:#2f347e;
	display:block;
}
.terms b {
	font-size:16px;
}




/** 동영상 **/
.video_cont .video {display:block; width:560px; height:315px; margin:0 auto 50px;}
.thum_lst li {float:left; margin:0 20px 25px 0;}
.thum_lst li p {display:block; text-align:center; padding-top:10px; width:170px; margin:0 auto; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.thum_lst li img {width:175px; height:140px; border:1px solid #ddd;}




/************************************************************************   게  시  판   ******************************************************************************************************/



/** paginb_Bx **/
.paginb_Bx {position:relative; text-align: center; height: 18px; line-height:18px; margin:30px 0 17px;}
.paginb_Bx a {display:inline-block; height:29px; line-height:29px; width:30px; border:1px solid #dfdfdf; color:#777; background:#fff; margin:0 2px;}
.paginb_Bx a:hover,
.paginb_Bx a.nowpage {background:#999; color:#fff; border:1px solid #999;}
.paginb_Bx a.nowpage {cursor:default;}
.paginb_Bx .btn_wrte{position: absolute;  display:inline-block; padding:0; border:none; background:none; right:-2px; width:auto; height:23px;}
.paginb_Bx a.btn_wrte:hover {background:none;}
.paginb_Bx a.direction {letter-spacing:-1px; font-weight:bold; color:#bbb;}
.paginb_Bx a.direction:hover {color:#fff;}
.paginb_Bx a.direction.next {text-indent:1px;}
.paginb_Bx a.direction.prev {text-indent:-1px;}

/** search_bx **/
.search_bx *{line-height: 1.1em; vertical-align: top;}
.search_bx {text-align: center; padding: 25px 0 0 0;}
.search_bx .search_sel{width: 55px; height: 25px; padding:0; border: 1px solid #ccc; padding:0;}
.search_bx .search_inpuut{width: 149px; height: 23px; padding:0; border: 1px solid #ccc; padding:0;}

/**lst_tab_bx**/
.lst_tab_bx {width: 100%; overflow: hidden; height:25px;}
.lst_tab_bx .count_bx{float: left; display:block; color: #000;}
.lst_tab_bx .paginb_bx{float: right; display:block; color: #000;}

/** view_guide **/
.view_guide{width: auto; overflow: hidden;}
.view_guide .view_h{padding: 14px 15px; border-top: 2px solid #000; color: #353535; font-size: 15px; background-color: #f5f5f5; font-weight: bold; border-bottom: 1px solid #ccc;}
.view_guide .txt_bottom{border-bottom: 2px solid #000; overflow: hidden; width: auto;}
.view_guide .txt_bottom .txt_bx{float:right; overflow: hidden; padding: 8px 0 12px;}
.view_guide .txt_bottom .txt_bx .rgt_txt{float: left; padding: 4px 10px 0 0;}
.view_guide .txt_bottom .txt_bx .rgt_txt01{float: left; padding: 4px 10px 0 0;}
.view_guide .txt_bottom .txt_bx .rgt_txt02{float: left; padding: 4px 0 0 0; margin: 0 15px 0 0;}
.view_guide .txt_bottom .txt_bx a{float: left; margin: 0 5px 0 0;}
.view_guide .view_txt{min-height: 296px; line-height: 1.6;}
.view_guide .view_txt p {line-height: 1.6;}
#font_plus_minus {padding:20px 15px; width:100%; box-sizing:border-box;  word-wrap:break-word;}
#font_plus_minus img {max-width:740px !important;}
.view_guide .input_btm{width: auto; padding: 10px 0;overflow: hidden; border-top: 2px solid #000;}
.view_guide .input_btm strong{display: block; float: left; color: #000; font-size: 12px; padding: 7px 13px 0 10px;}
.view_guide .input_btm .ico_h{padding-left: 18px !important; background:url("../images/sub/ico_write.gif") no-repeat left 4px;}
.view_guide .input_btm input{display: block; float: left; width: 60px; height: 24px; padding:0; border: 1px solid #ccc; line-height: 24px;}
.view_guide .input_btm .spam_ico{display: block; float: left; margin: 0 0 0 5px;}
.view_guide .text_area_bx{width: auto; overflow: hidden;}
.view_guide .text_area_bx .i_text{padding: 10px; width: 659px; height: 57px; display: block; float: left; border: 1px solid #ccc; line-height: 18px;}
.view_guide .text_area_bx .repple_btn{display: block; float: left; margin: 0 0 0 8px; }
.view_guide .view_btn_bx{width: auto; overflow: hidden; padding: 15px 0;}
.view_guide .view_btn_bx .lft_bx{float: left;}
.view_guide .view_btn_bx .rgt_bx{float: right;}
.view_guide .comment_m {border-top:1px solid #ddd; padding:7px; text-align:left;}
.view_guide .comment_m input {width:100px; margin-bottom:3px;}
.view_guide .comment_m textarea {padding: 10px; width: 651px; height: 57px; margin-right:5px; vertical-align:top;}
.view_paging {width:100%; border:1px solid #ccc;}
.view_paging th {padding:2px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:12px; background:#eee; text-align:center;}
.view_paging td {padding:2px 10px; border-bottom:1px solid #ccc; font-size:12px; background:#fff;}
.view_paging td span {display:block; height:32px; overflow:hidden;}
.view_paging td a {display:block; font-size:12px; color:#7c97b2; line-height:32px;}


/** write_guide **/
table.write_guide{
	width:100%;
	border-left:1px solid #cad4dd;
	box-sizing:border-box;
}
table.write_guide th{
	font-size:14px; 
	color:#000;
	background-color:#ecf2f8; 
	border:1px solid #cad4dd;
}
table.write_guide td{
	padding:10px; 
	border: 1px solid #cad4dd;
}
table.write_guide td input[type=text] {
	width:99%;
	height:26px; 
	line-height:26px;
	border:1px solid #cad4dd;
	float:left;
}
table.write_guide td input.small-input {
	width:200px;
	margin-right:10px;
}
table.write_guide td select {
	width:150px;
	height:34px; 
	line-height:34px;
	border:1px solid #cad4dd;
	float:left;
}
table.write_guide textarea {
	width:99%;
	height:200px;
	line-height:18px;
	border:1px solid #cad4dd; 
}
table.write_guide .line_txt{
	width:20px;
	line-height:34px;
	font-size:12px;  
	text-align:center;
	display: block; 
	float:left; 
}
table.write_guide.sm_size th,
table.write_guide.sm_size td{
	height:22px;
}
table.write_guide.sm_size input[type=text],
table.write_guide.sm_size input[type=password]{
	height:19px;
}

/** password_bx **/
.password_bx{width: auto; overflow: hidden; border: 11px solid #ebebeb; text-align: center; padding: 149px 0;}
.password_bx strong{display: inline-block; padding: 2px 0 0 0;}
.password_bx input{display: inline-block; width: 150px; height: 24px; padding:0; border: 1px solid #ccc; line-height: 24px; text-indent:3px;}
.password_bx a img {vertical-align:bottom;}

/** passwd_div **/
.passwd_div {text-align:center;}
.passwd_div ul li {display:inline-block;}
.passwd_div ul li a img {vertical-align:middle; margin-top:-5px;}

/** scroll_bx **/
.scroll_bx{
	width:auto; 
	height:150px;
	padding:30px; 
	margin-top:10px;
	border:1px solid #cad4dd; 
	overflow-y: auto;
}
.scroll_bx strong{
	font-size:16px; 
	color: #000; 
	display: block;
	padding: 0 0 20px;
}

.scroll_bx .dl_lst dt{
	color:#000; 
	margin-bottom:5px;
}
.scroll_bx .dl_lst dd{
	padding:0 0 10px; 
	line-height:20px;
	color:#7b7b7b;
	font-size:14px; 
}
.agree {
	text-align:right;
	margin-top:5px;
}
.agree input[type=checkbox] {
	width:18px;
	height:18px;
	margin-right:5px;
	margin-bottom:3px;
	border:1px solid #cad4dd; 
}


/** lst_guide01 **/
.lst_guide01{width: 100%; border-top: 2px solid #000;}
.lst_guide01 th{background-color: #f7f7f7; color: #370000; text-align: center; font-weight: normal; padding: 11px 0 9px; border-bottom: 1px solid #e4e4e4; text-align: center; color: #000;}
.lst_guide01 td{background-color: #fff; color: #370000; text-align: center; font-weight: normal; padding: 11px 0 9px; border-bottom: 1px solid #e4e4e4; text-align: center; color: #000;}
.lst_guide01 td.num{color: #ccc;}
.lst_guide01 td.td_lft{text-align: left; padding: 11px 0 9px 10px;}

.no_cont {width:100%;text-align:center;padding:80px 0; color:#828282; font-size:13px;}

/** view_bx **/
.view_bx{overflow: hidden; border-top: 2px solid #000; padding:0 0 20px;}
.view_bx .title_bx{width: auto;}
.view_bx dl{line-height: 1.1em; vertical-align: top;}
.view_bx dl{width: auto; overflow: hidden; background-color: #f7f7f7; border-bottom:1px solid #e4e4e4;}
.view_bx dl dt{color: #353537; float: left; background-color: #fff; border-top:1px solid #e4e4e4; font-weight: bold; width:100px; padding:12px 0 12px 26px; height:100%; text-align: left; }
.view_bx dl dd{color: #353537; float: left; background-color: #fff; border-top:1px solid #e4e4e4; border-left:1px solid #e4e4e4; font-weight: bold; width:603px; text-align: left; padding: 12px 20px;}
.view_bx dl .top_dt{width: 100px; background-color: #f7f7f7; float:left; border-top:0 none;}
.view_bx dl .top_dd{width: 603px; background-color: #f7f7f7; border-top:0 none;}
.view_bx dl dd a{ font-weight: bold; color: #065ddf;}
.view_bx dl .gray_bg {background-color: #f7f7f7;} 
.view_bx .text_bx {word-wrap:break-word;  line-height: 21px !important;  color: #353537; padding:30px 15px; width:auto; border-bottom: 1px solid #d5d5d5;}
.view_bx .text_bx img {max-width: 100%;}

table.view_table input.box,
table.view_table textarea.textarea {border:1px solid #ccc;}

/** Tab_img (갤러리 리스트) **/
.Tab_img {margin-bottom:20px;}
.Tab_img li {display:inline-block; margin:0 18px 18px 0;}
.Tab_img li:nth-child(4n){margin-right:0;}
.Tab_img li.last {margin-right:0;}
.Tab_img li>a{display:block; width:179px; height:169px; position:relative;}
.Tab_img li>a img {width:179px; height:169px;}
.Tab_img li>a span{display:block; width:179px; height:35px; line-height:35px; text-align:center; font-size:14px; color: #fff; position:absolute; left:0; bottom:0; background: url(/images/common/thum_lst_img_line.png) no-repeat left top;}


/** gallery_cont **/
.gallery_cont {padding:0 0 30px;}
.gallery_cont h3 {font-size:28px; margin-bottom:19px;}
.gallery_cont .view_bx {width:auto;}
.gallery_cont .view_bx .gtb01 {width:100%}
.gallery_cont .view_bx .gtb01 thead{background:#eee;}
.gallery_cont .view_bx .gtb01 tr{height:40px; border-bottom:1px solid #ddd;}
.gallery_cont .view_bx .gtb01 th{border-right:1px solid #ddd; color:#000;}
.gallery_cont .view_bx .gtb01 td{padding:15px;}





/* 탭 */


.tabs-nav.tabs-nav2.tab02 {
letter-spacing: 1px;
width:100%; 
overflow:hidden;
margin-bottom:10px;
}
 
.tabs-nav.tabs-nav2.tab02 li {

     width:179px;
	height:50px;
	text-align:center;
    float: left;
    position: relative;
    border:1px solid rgb(218, 218, 218); 
	border-left:none;
	font-size:16px;
}


.tabs-nav.tabs-nav2.tab02 li:first-child{

     width:179px;
	height: 50px;
	text-align:center;
    float: left;
    position: relative;
    border:1px solid rgb(218, 218, 218); 
	box-sizing:border-box;
}


.tabs-nav.tabs-nav2.tab02 a { 
     display: block;
	 width:179px;
	 height: 50px;
	 line-height:50px; 
     position: relative;
}

.tabs-nav.tabs-nav2.tab02 a:hover,
.tabs-nav.tabs-nav2.tab02 a.active, 
.tabs-nav.tabs-nav2.tab02 li.active a {
  width:179px;
 height:51px; 
/*  border-top: 2px solid rgb(53, 59, 145); */
 margin-top:-1px;
  color:#fff;
  font-weight:600;
  background:rgb(53, 59, 145);
}




.tabs-nav.tabs-nav2 {
letter-spacing: 1px;
width:100%; 
overflow:hidden;
margin-bottom:10px;
}
 
.tabs-nav.tabs-nav2 li {

    width:50%;
	height:50px;
	text-align:center;
    float: left;
    position: relative;
    border:1px solid rgb(218, 218, 218); 
	border-left:none;
	box-sizing:border-box;
	font-size:17px;
}


.tabs-nav.tabs-nav2 li:first-child{

    width:50%;
	height: 50px;
	text-align:center;
    float: left;
    position: relative;
    border:1px solid rgb(218, 218, 218); 
	box-sizing:border-box;
}


.tabs-nav.tabs-nav2 a { 
     display: block;
	 height: 50px;
	 line-height:50px; 
     position: relative;
}

.tabs-nav.tabs-nav2 a:hover,
.tabs-nav.tabs-nav2 a.active, 
.tabs-nav.tabs-nav2 li.active a {
 width:100%;
 height:50px; 
/*  border-top: 2px solid rgb(53, 59, 145); */
 margin-top:-1px;
  color:#fff;
  font-weight:600;
  background:rgb(53, 59, 145);
}


/*정관 들어가는 내용*/


.div-body .tabs-panel .content2 {
    
	clear:both; width:1080px;
    height:auto;

}


/* 인증서현황 */
.clear { clear:both }
.certificate_list li { float:left; /* width:275px; */width:270px; margin:50px 0 50px; }
.certificate_list li.last { width:250px; }
.certificate_list li .tit { margin-bottom:9px; font-size:16px; color:#000; font-weight:bold; background: url('/images/sub/bullet.gif') left 50% no-repeat; padding:0 0 0 15px }
.certificate_list li .tit_n { margin-bottom:11px; background:none }
.certificate_list li .tit span { font-size:14px; font-weight:bold; color:#e82f21 }
.certificate_list li img { max-width:250px; border:1px solid #e8e8e8}

.certificate_list2 li.list1 { float:left; width:275px; margin:0 0 30px; }
.certificate_list2 li.list1 img { max-width:250px; border:1px solid #e8e8e8}

.certificate_list2 li { float:left; width:410px; margin:30px 0 30px; }
.certificate_list2 li.last { width:385px; }
.certificate_list2 li .tit { margin-bottom:9px; font-size:16px; color:#000; font-weight:bold; background: url('/images/sub/bullet.gif') left 50% no-repeat; padding:0 0 0 15px }
.certificate_list2 li img { width:385px; border:1px solid #e8e8e8}

