
.hd-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    z-index: 9999;
    position: relative;
}
.hd-wrap > h1 {
    float: none;
    font-size: 12px;
    margin-top: 0;
	padding:20px 0;
	text-align:center;
}


.img-txt {
    padding-top: 10px;
}

.hd-img {
	display:none;
    position: absolute;
    right: -25%;
    top: -15px;
    z-index: 1;
}

.img-menu {
    overflow: hidden;
    margin-top: 20px;
}
.main-box {
    padding: 10px;
}
.review-box > div {
	padding:10px;
    margin-top: 10px;
	border:1px solid #e1e1e1;
}


.bbs-box > ul {
    margin: 10px 0 0px;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.main-box .bbs-box {
margin-bottom:20px;
    float: none;
    width: auto;
    margin-right: 0;
    border-right: 0px solid #e1e1e1;
    padding-right: 0;
}

.main-box .bbs-box iframe{
width:100%;
border:1px solid #e1e1e1;
}


.review-box > div > a {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
}



.tnb{display:none;}
html.active .tnb{display:block;}

.gnb {
	display:none;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
html.active .gnb{display:block; -webkit-transform: translate(200px, 0);	-moz-transform: translate(200px, 0);	-o-transform: translate(200px, 0);	transform: translate(200px, 0); float:none}



.gnb {
    float: none;
    position: fixed;
    height: 100%;
    background: #fff;
	left:-200px;
	top:0;
	z-index: 9999999;
}


.hd-wrap > .gnb > ul > li {
    float: none;
    position: relative;
}


.hd-wrap > .gnb > ul > li > a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 15px 25px 10px;
}


.hd-wrap .snb01 {
    position: relative;
    background: #1b3247;
    z-index: 999999;
    width: 100%;
}


.header-img {
    height: auto;
    background: url(/img/img_bg.jpg);
    margin-bottom: 30px;
}



.img-menu > ul {display:table; width:100%;}

.img-menu > ul > li {
    float: none;
    margin-right: 0;
    width: 30%;
    padding: 5px;
    display: table-cell;
}




#m_menu{position:absolute; left:10px; top:20px; z-index:999999; display:block;}
#m_menu > div { padding:10px 8px 10px 10px; }
#m_menu > div > a.menu-trigger{display:block; padding:5px 10px;  color:#333}

html.active #m_menu{left:110px; top:20px}

/*햄버거 메뉴 생성*/
.menu-trigger, .menu-trigger span {display:inline-block; transition: all.4s; box-sizing:border-box;}
.menu-trigger {position:relative; width:25px; height:15px; padding:10px;}
.menu-trigger span{position:absolute; left:0; width:100%; height:1px; background:#555; border-radius:1px; }

.menu-trigger span:nth-of-type(1) {top:0px;}
.menu-trigger span:nth-of-type(2) {top:6px;}
.menu-trigger span:nth-of-type(3) {bottom:2px;}

html.active .menu-trigger span:nth-of-type(1){
-webkit-transform : translateY(10px) rotate(-45deg);
transform : translateY(10px) rotate(-45deg);
}
html.active .menu-trigger span:nth-of-type(2){
opacity:0;
}
html.active .menu-trigger span:nth-of-type(3){
-webkit-transform : translateY(-2px) rotate(45deg);
transform : translateY(-2px) rotate(45deg);

}
html.active #m_menu{l}
html.active .menu-trigger span {background:#fff;
}

#dimLayer {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;background-color: #000; filter: alpha(Opacity=80); -ms-filter: "alpha(Opacity=80)"; opacity:0.80; z-index:9}
html.active #dimLayer {display: block;}


#gnb {

    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
html.active #gnb{-webkit-transform: translate(200px, 0);	-moz-transform: translate(200px, 0);	-o-transform: translate(200px, 0);	transform: translate(200px, 0);}



#gnb {
    float: none;
    position: fixed;
    height: 100%;
    background: #222;
	left:-200px;
	top:0;
	z-index: 9999999;
}



.pad_wrap .first_num > a {display: inline-block; margin-bottom:20px;}
.pad_wrap .pad_box{width:100%;}
.hp_cell > span {width:30%;}



.md-content > div {
    padding: 10px;
}

.md-content > div ul {
    padding: 20px 5px;
}


.md-content > div ul li {
    margin: 0 0px;
}


.eq_write {
    margin-bottom: 10px;
}


.pad_wrap {
    margin-bottom: 20px;

}

.pad_wrap .pad_box > ul > li > a {
	width:auto;
	height:auto;
	line-height:40px;
}


.pad_wrap .first_num > a {
    width: auto;
    height: auto;
	line-height:normal;
    font-size: 20px;
    padding: 10px 7px;
}


.pad_wrap .pad_box > ul > li > a.del {
    padding: 5px;
}
.pad_wrap .pad_box > ul > li > a.adel {
    padding: 5px;
}


.join_title_hp{font-size:19px;}
.md-content > div p {
    font-size: 20px;
}

.mb_login_top {
	margin-bottom: 10px;

}




.tel_icon:before{content:""; display:block;}

#footer > .ft_copy > p {
    padding: 10px;
    width: auto;
    margin: 0 auto;
    text-align: left;
}



#header .hd_wrap .hd_box > h1 {
    float: none;
    margin-top: 0;
    width: auto;
	text-align:center;
	padding-top:20px;
}


#header .hd_wrap .hd_box > ul#gnb > li {
    display: block;
    zoom: 1;
    margin: 0px 5px;
    position: relative;
}


#header .hd_wrap .hd_box > ul#gnb > li:first-child {
	margin-top:50px;
}



#header .hd_con > div.float_l {
    float: none;
    text-align: center;
    color: #fff;
	padding-bottom:0;
}



#header .hd_con {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto 0;
    overflow: hidden;
}


#header .hd_con > div.float_l > h3 {
    font-size: 21px;
    font-family: 'notokr-light';
    margin-top: 10px;
}

#header .hd_con > div.float_r {
	display:none;
    float: none;
}


#header .hd_con > div.float_r > div {
    width: auto;
	text-align:center;
}
#header .hd_con > div.float_r > div > img{
	width:50%;
}

.snb_wrap_5 > ul > li {
    display: inline-block;
    width: 50%;
}


.snb_wrap_5 > ul > li > a {
    display: block;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}



#vr_wrap iframe {
    width: 100%;
    height: 300px;
}




















#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0;
}


.hd_pops {
left:0 !important;
top:0 !important;
}


#hd_pops_con_2 .hd_pops_con {
width:auto !important;
height:auto !important;
}



#hd_pops_con_3 .hd_pops_con {
width:auto !important;
height:auto !important;
}


#hd_pops_con_1 .hd_pops_con {
width:auto !important;
height:auto !important;
}




#header .hd_con > div.float_l > div.banner_box > ul > li {
    float: left;
    width: 100px;
}


#header .hd_con > div.float_l > div.banner_box {
    overflow: hidden;
    margin-top: 18px;
}

#header .hd_con > div.float_l > div.banner_box > ul > li {
    float: left;
    width: 104px;
    vertical-align: bottom;
}

#header .hd_con > div.float_l > div.banner_box > ul > li:first-child{width:100px;}
#header .hd_con > div.float_l > div.banner_box > ul > li:last-child{width:116px;}



#content .con_box {
    width: auto;
    margin: 0 auto;
}



.con_box > ul > li.flat_01 {
    background: #FF842C;
    width: auto;
    height: auto;
	margin:0;
}




#content .index_logo {
    width: auto;
    margin: 20px auto 0;
    border: 1px solid #e1e1e1;
}


.con_box > ul {
    float: none;
}

.con_box > ul > li.flat_01 > div.notice_box > div > div {
    float: none;
    display: none;
}

.con_box > ul > li.flat_01 > div.notice_box > div > ul {
    float: none;
    margin-left: 0;
    margin-top: 10px;
    width: auto;
}



div.bbs_box > div > ul > li > a {
    width: 80%;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}






.con_box > ul > li.flat_02 > ul > li:first-child {
    margin-right: 0;
}


.con_box > ul > li.flat_02 > ul > li {
    float: none;
    width:auto;
}

.con_box > ul > li.flat_02 > ul > li > div:first-child {
    margin-bottom: 0;
}


.con_box > ul > li {
    margin: 10px 0;
}




.con_box > ul > li.flat_05 {
    background: #94CE23;
    width: auto;
}

.con_box > ul > li.flat_05 > div.news_box > div > div.news_img {
    margin: 18px 0;
    display: none;
}


.con_box > ul > li.flat_06 img{
	width:100%;
}


.main_link_box > ul > li {
    text-align: center;
    display: inline-block;
    zoom: 1;
    margin: 10px;
    width: 30%;
    border: 1px solid #ccc;
    padding: 20px;
	background:#fff;
}








#header .hd_wrap .hd_box > ul#gnb > li > a {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 15px;
}







#header .hd_wrap .hd_box > ul#gnb > li > ul {
    position: relative;
    border: 1px solid #fff;
    background: #1a3145;
    top: 0;
    text-align: center;
	width:auto;
}






.sub_text_box .msg {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -2px;
    color: #333;
}





.info_wrap_hd > h2 {
    display: inline-block;
    margin: 0 auto 30px;
    background: #1F3956;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 13px;
    padding: 15px;
}


.info_wrap_hd > ul > li {
    display: block;
    zoom: 1;
    margin-left: 0;
    width: auto;
}


.ic_container {
width:auto !important;
height:auto !important;
}



.hd_pops_con{width:100% !important;    height: 100% !important;}
.quick_wrap{display:none;}


.main_box > div {
    float: none;
    margin-right:0;
}


.mbox01 {
    width: 100%;
    height: 255px;
}

.main_box iframe{width:100% !important;}
.mbox03 {
    background: #e2b534;
    width: 100%;
    height: 255px;
}

.mbox03 > div > div img {
    width: 100%;
}


.main_box > div > ul > li {

    text-align: center;
}



.header-img-sub {
    height: auto;
    background: url(/img/img_bg.jpg);
    margin-bottom: 30px;
}

.img-txt-sub {
    padding-top: 20px;
}

.hd-img-sub {
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    text-align: right;
    padding: 5px;
    /* width: 140px; */
    /* margin: 0 auto; */
}



.hd-img-sub img{width:150px;}
