.wrap {
	position:relative;
	width:1200px;
	margin:0 auto;
}

/* head */

#head {
    min-width: 1200px;
}

.topmenu {
    /* float: left; */
    clear: both;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    /* overflow: hidden; */
}

.left_btnbox {
	float:left;
}

a.left_btn01 {
    float: left;
    line-height: 40px;
    font-size: 12px;
    padding: 0px 15px;
	color:#fff;
	background:#003586;
}
a.left_btn01 i {
	color:#fff;
}

a.left_btn02 {
    float: left;
    line-height: 40px;
    font-size: 12px;
    padding: 0px 15px;
	color:#fff;
	background:#0887cc;
}
a.left_btn02 i {
	color:#fff;
}

.right_btnbox {
	float:right;
}

.right_btnbox a {
	position:relative;
    display: inline-block;
	padding: 0px 10px;
	background:url('../image/top/top_menu_line.png') left center no-repeat;
	line-height: 40px;
    font-size: 11px;
	color:#888;
}

.right_btnbox a:first-child {
	background:none;
}

.right_btnbox a.last {
	padding-right:0px;
}

.join_point {
    position: absolute;
    left: 0px;
    top: 20px;
}

.topbanner {
    position: absolute;
    left: 0px;
    top: 0px;
}

.logobox {
    padding: 8px 0px;
    text-align: left;
}

.logobox #hd_sch {
    position: absolute;
    top: 30px;
    right: 0px;
    /* width: 285px; */
}
.logobox #hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.logobox #hd_sch #sch_str {
    padding-left: 10px;
    height: 50px;
    background: #fff;
    border: 2px solid #003586;
    width: 360px;
    border-right: 0;
    float: right;
    border-radius: 4px;
}

.logobox #hd_sch #sch_str::placeholder {
	color:#b8b8b8;
}

.logobox #hd_sch #sch_submit {
    position: absolute;
    height: 50px;
    border: 0;
    background: #003586;
    border: 0;
    border-left: 0;
    color: #fff;
    width: 65px;
    /* float: right; */
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.menu {
    background: #222;
	overflow:hidden;
}

.menu_inner li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #393939;
}

.menu_inner li:first-child {
	background:none;
}

.menu_inner li.allcategory {
    background: #34bdef;
    border-right: none;
}

.menu_inner li.allcategory span {
    position: relative;
    top: -4px;
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 15px;
    margin-right: 10px;
}

.menu_inner li.allcategory span:after {
	position:absolute;
	left:0px;
	bottom: 7px;
	display:inline-block;
	background:#fff;
	height:2px;
	width:15px;
	content:'';
}

.menu_inner li.allcategory span:before {
	position:absolute;
	left:0px;
	top: 7px;
	display:inline-block;
	background:#fff;
	height:2px;
	width:15px;
	content:'';
}

.menu_inner li a {
	line-height:45px;
	font-size:16px;
	color:#fff;
	display:block;
}

.menu_inner li:hover, .menu_inner li.over {
    background:#003586;
}

.all_menu {
	display:none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 53, 134,0.8);
    padding: 20px;
    z-index: 99;
}

.gnb_1dli {
    float: left;
    width: 33%;
    height: auto;
    margin-left: 0.5%;
	list-style: none;
    text-align: center;
}

.gnb_1dli:first-child {
    border-left: none;
	margin-left: 0%;
}

.gnb_1dli > a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #0887cc;
    padding: 5px 0;
}

.gnb_2dul:after {
    content: "";
    display: block;
    clear: both;
}

li.gnb_2dli {
    margin: 0 1%;
    /* border-bottom: 1px solid #1d488a; */
    width: 48%;
    float: left;
}

.gnb_2dli a {
	display: inline-block;
    margin-bottom: 0px;
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.gnb_2da:focus, .gnb_2da:hover {
    text-decoration: underline;
}

/* footer */

#ft {
    overflow: hidden;
	clear: both;
    padding: 0px 0 30px;
	width:100%;
    background: #f5f5f5;    
	border-top:2px solid #003586;
}

.ft_btn {
    text-align: center;
    margin-bottom: 10px;
    color: #8ca15a;
    background: #fff;
	border-bottom:1px solid #d3d3d3;
}

.ft_btn a {
    display:inline-block;
	color: #000;
	font-weight: 500;
    line-height:40px;
}

.ft_btn a:hover {
    text-decoration: underline;
}

.ft_inner {
    float: left;
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.5px;
	word-break: keep-all;
}

.ft_inner span {
    display: inline-block;
    font-weight: 600;
}

.ft_inner p {
    margin-top: 5px;
}

.ft_logobox {
    float: right;
    margin-top: 15px;
}

.ft_logobox a {
	display:inline-block;
	margin-left:10px;
}

#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #003586;
    color: #003586;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: transparent;
}
#top_btn:hover {
    border-color: #003586;
    background: #003586;
    color: #fff;
}

/* quick */

#STATICMENU {
    position: fixed;
    margin: 0pt;
    padding: 0pt;
    right: 20px;
    top: 220px;
}

.kakao_box {
    margin-bottom: 5px;
}

p.li_empty {
    text-align: center;
}

.today_quick {
    border: 1px solid #2c2f34;
}

.today_quick li {
	padding: 10px 0px;
	background: #fff;
}

.today_quick li.today_title {
    background: #2c2f34;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 7px 0px;
    font-weight: 500;
}

.today_quick li.today_top {
    background: #2c2f34;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 7px 0px;
    font-weight: 500;
}

.prd_img {
    text-align: center;
}

.prd_name {
    text-align: center;
	display:none;
}

.prd_cost {
    text-align: center;
	display:none;
}

/* main */
#main_con {
	min-width: 1300px;
}

#main_con h2 {
    /* position: relative; */
    display: inline-block;
    margin-bottom: 50px;
    background: #fff;
	padding:0 10px;
	font-size: 36px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    /* z-index: 999; */
}

#main_con h2::after {
	position: absolute;
    top: 21px;
    right: 0px;
	content: "";
	width: 40%;
	height: 5px;
	background:url('../image/main/title_bg02.png') right center no-repeat;
    display: inline-block;
    margin-left: 20px;
	z-index: -1;
}

#main_con h2::before {
    position: absolute;
    top: 21px;
    left: 0px;
    content: "";
    width: 40%;
    height: 5px;
    background: url(../image/main/title_bg01.png) left center no-repeat;
    display: inline-block;
    margin-right: 20px;
	z-index: -1;
}

#main_con h2 span {
	font-weight: 300;
}

#main_vis {
    position: relative;
	overflow:hidden;
	margin-bottom: 80px;
}

.bxslider li div {
    display: block;
    overflow: hidden;
    height: 600px;
}

.bxslider li .img1 {background: url('../image/main/main_vis01.png') center top no-repeat; background-size: cover;}
.bxslider li .img2 {background: url('../image/main/main_vis02.png') center top no-repeat; background-size: cover;}
.bxslider li .img3 {background: url('../image/main/main_vis03.png') center top no-repeat; background-size: cover;}
.bxslider li .img4 {background: url('../image/main/main_vis04.png') center top no-repeat; background-size: cover;}
.bxslider li .img5 {background: url('../image/main/main_vis05.png') center top no-repeat; background-size: cover;}

.bxslider li .img6 {background: url('../image/main/main_vis06.png') center top no-repeat; background-size: cover;}
.bxslider li .img7 {background: url('../image/main/main_vis07.png') center top no-repeat; background-size: cover;}

.bxslider li .img8 {background: url('../image/main/event_vis01.jpg') center top no-repeat; background-size: cover;}

#main_vis .main_text {
    margin-top: 150px;
    height: auto;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#main_vis .img8 .main_text { 
	margin-top: 110px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

.bxslider li .main_img p {
	color:#fff;
	font-size:24px;
	font-weight:300;
	letter-spacing:-0.75px;
}

.bxslider li .main_img h3 {
	color:#fff;
	font-size:82px;
    letter-spacing: -5px;
	font-weight:500;
    line-height: 82px;
}

.bxslider li .main_img h3 span{
	display:block;
	font-size:60px;
	font-weight:300;
}

.bxslider li .main_img.img5 h3 span {
    margin-bottom: 20px;
	font-size: 30px;
    line-height: 36px;
	letter-spacing: -0.75px;
}

.bxslider li .main_img h4 {
	color:#001b2a;
	font-size:71px;
    letter-spacing: -4px;
	font-weight:300;
    line-height: 82px;
}

.bxslider li .main_img h4 span{
	display:inline-block;
	font-size:71px;
	font-weight:600;
}

.bxslider li .main_img.img8 p {
	margin-bottom: 20px;
    color: #001b2a;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.bxslider li .main_img.img8 p span {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 500;
}

.bxslider li .main_img.img8 p span:after {
	content:'';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #001b2a;
}

.bx-controls.bx-has-controls-direction {
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 999;
}

.bx-controls-direction {
    /*width: 1200px;*/
    position: relative;
	margin: 0 auto;
}

#main_vis .wrap {
	position:relative;
}

#bx-pager {
    position: absolute;
    left: 0px;
    bottom: 50px;
	width:100%;
}

#bx-pager a {
    display: inline-block;
    float: left;
    width: 19.8%;
    background: rgba(255,255,255,0.8);
    margin-left: 0.2%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    letter-spacing: -0.5px;
}

#bx-pager a:hover, #bx-pager a.active {
	background: #003586;
	color:#fff;
}

#main_con02 {
    margin-bottom: 80px;
    text-align: center;
}

#main_con02 .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    padding-top: 30px;
    display: none;
}

#main_con02 .bx-wrapper .bx-prev {
	left: -30px;
	background: url('../image/main/best_arrow01.png') left center no-repeat;
}

#main_con02 .bx-wrapper .bx-next {
	right: -30px;
	background: url('../image/main/best_arrow02.png') right center no-repeat;
}

#main_con02 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#main_con02 .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

#main_con02 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: 20px;
	outline: 0;
	width: 11px;
	height: 20px;
	text-indent: -9999px;
	z-index: 99;
}

#main_con03 {
	margin-bottom: 80px;
    text-align: center;
}

.main_con04 {
	background:url('../image/main/main_con03_bg01.png') center center no-repeat;
	margin-bottom:80px;
	padding: 50px 0px;
}

.main_con04 h3 {
	margin-bottom:15px;
    font-size: 44px;
    color: #fff;
    font-weight: 100;
	letter-spacing: -3px;
}

.main_con04 h3 span {
	font-weight: 600;
	color:#ffff00;
}

ul.main_con04_text li {
    position: relative;
    padding: 2px 0;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
}

ul.main_con04_text li:before {
	display:inline-block;
	position:absolute;
	left:0px;
	top:13px;
	content:'';
	background:#fff;
	width:5px;
	height:1px;
}

.main04_imgbox {
    position: absolute;
    right: 0;
    top: -70px;
}

/* sub */

#sub_container {
	min-width: 1200px;
    margin-bottom: 80px;
    clear: both;
    overflow: hidden;
}

.sub_img {
    background: url('../image/sub/subtop_img01.png') center center no-repeat;
    height: 270px;
	margin-bottom:30px;
}

#sub_top h2 {
    display: inline-block;
    margin-top: 70px;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    letter-spacing: -1px;
}

#sub_top h2 span {
    display: block;
	font-size: 34px;
    font-weight: 100;
}

#sub_top p {
    margin-top: 10px;
    letter-spacing: 5px;
	color: #fff;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

#sub_page h4 {
    color: #003586;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

#sub_page p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
}

/* join */

.join_img {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 99;
}

/* login */

.login_img {
    text-align: center;
    position: absolute;
    left: -21px;
    width: 100%;
    top: -65px;
    z-index: 99;
}

/* 주문 */

.mobilever {
    display: none;
}

.mobliever {
    display: none;
}

#sub_page.company h4 {
	margin-bottom: 20px;
	color: #003586;
    font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}

ul.company_inner li {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 28px;
    word-break: keep-all;
}

ul.company_inner li.company_img {
	width: 40%;
	padding-left:20px;
}

ul.company_inner li.company_img img {
	max-width:100%;
}