body {
    word-break: keep-all;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    position:relative;
}
.sub_wrap {
    padding:0 30px;
    box-sizing:border-box;
    transition:all 0.3s ease-in-out;
}
.ds_table {
	display:table;
	height:inherit !important;
}
.ds_table_cell {
	display:table-cell;
	vertical-align:middle;
}

html,
body {
    height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
	position:relative;
}

.main_popup {
	position:absolute;
	border:1px solid #ddd;
	z-index:99;
	width:auto;
}
.main_popup .pop_con {
	background:#fff;
	width:100%;
    height:100%;
    /* padding:10px; */
    box-sizing:border-box;
    background:#fff;
}
.main_popup .pop_con img {
    max-width:100%;
    display:block;
    width:auto !important;
    height:auto !important;
}

.main_popup .pop_btn li {
	float:left;
	width:70%;
}
.main_popup .pop_btn li.pop_close {
	width:30%;
}
.main_popup .pop_btn li button {
	width:100%;
	background:#333;
	border:none;
    color:#fff;
    padding:10px 0;
    font-size:13px;
    cursor:pointer;
}
.main_popup .pop_btn li.pop_close button {
    background:#000;
}

/* 메뉴 시작 */
#pc {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background: #fff; */
    z-index: 10;
    background: #004889;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004889 0%, #05965b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004889 0%, #05965b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004889 0%, #05965b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004889', endColorstr='#05965b', GradientType=0);
    /* IE6-9 */
}

#mobile {
    display: none;
}
.m_nav_wrap {
	display: none;
	width: 100%;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 0 30px 50px;
	box-sizing: border-box;
	position:fixed;
	top:100px;
	left:0;
	background:#fff;
	z-index:50;
	box-sizing:border-box;
	overflow-y: auto;
}

.logo_area {
    width: 100%;
    height: auto;
}

.logo_img {
    display: block;
    margin: 50px auto 70px;
}


.menu_1st {}

.menu_1st_list {
    font-family: 'noto-sans-regular';
    text-align: left;
    padding: 20px 50px;
    font-size: 17px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.menu_1st_list:hover {
    color: #fff;
    transition: all .3s;
}

.menu_1st_list:hover:after {
    content: " ";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #1a1a1a;
    border-width: 10px;
}

.menu_2nd_wrap {
    width: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 200px;
    display: none;
	background:#1a1a1a url(../images/bg_menu_2nd_wrap.png) no-repeat 25px bottom;
}

.menu_2nd_on {
    display: block;
}

.menu_2nd {
    width: 200px;
    position: fixed;
    top: 0;
	/*
    height: 100%;
    display: flex;
	*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.menu_1st_list:nth-child(1) .menu_2nd{margin-top:140px}
.menu_1st_list:nth-child(2) .menu_2nd{margin-top:135px}
.menu_1st_list:nth-child(3) .menu_2nd{margin-top:310px}
.menu_1st_list:nth-child(4) .menu_2nd{margin-top:445px}
.menu_1st_list:nth-child(5) .menu_2nd{margin-top:445px}
.menu_1st_list:nth-child(4){letter-spacing:32px}
.menu_1st_list:nth-child(4) > *{letter-spacing:0;}

.menu_2nd_list {
    width: 100%;
    position: relative;
}

.menu_2nd_list a {
    display: block;
    text-align: left;
    padding: 20px 10px 20px 30px;
    font-size: 17px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.menu_2nd_list a:hover {
    color: #fff;
}

.menu_2nd_active:after {
    content: " ";
    right: 0;
    top: 33px;
    transform: translateY(-50%);
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #0d0d0d;
    border-width: 10px;
}

.menu_3rd_wrap {
	/*
    width: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 400px;
    background: #0d0d0d;
	*/
	margin-left:30px;
    display: none;position:relative;text-align:left;
}
.menu_3rd_wrap:before{content:'';display:block;width:1px;background:rgba(255,255,255,0.5);position:absolute;left:0;top:0;bottom:0;}

.menu_3rd_on {
    display: block;
}

.menu_3rd {
    width: 200px;
    /* position: fixed; */
    top: 38%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.menu_3rd_list {
    width: 100%;
    position: relative;
}

.menu_3rd_list a {
    display: block;
    text-align: left;
    padding: 5px 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: all .3s;
}

.menu_3rd_list a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    -ms-text-underline-position: under;
}

/* 언어설정 시작 */
.language_change {
    position: relative;
	margin-bottom:50px;
	width:62px;
	height:32px;
    left: 50%;
    transform: translateX(-50%);
}

.language_change .to_eng {
    border: 2px solid #51bd88;
}

.to_eng a {
    color: #ccf2df;
    display: block;
    padding: 7px 16px;
	width:100%;
	height:100%;
    box-sizing: border-box;
}

/* 언어설정 끝 */
/* 메뉴 끝 */

/* page scroll 시작 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.section {
    position: relative;
    height: 100%;
}

/* 페이지네이션 시작 */
#page2 .swiper-pagination, #page3 .swiper-pagination {
    opacity:0;
}
#page2 .swiper-pagination-bullet-active:after,#page3 .swiper-pagination-bullet-active:after {
    display:none;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 0;
    background: #83899c;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -31px;
    width: 40px;
    height: 1px;
    background: #fff;
}

.bullet_bar:after {
    position: absolute;
    top: 4px;
    right: -31px;
    width: 40px;
    height: 1px;
    background: #515763;
    z-index: 10;
}

.change_bg {
    background: #9ea1a8;
}

.change_bg_active {
    background: #515763;
}

/* 페이지네이션 끝 */
/* page scroll 끝 */

/* page 01 시작 */
section#page1 {
    width: 100%;
    height: 100vh;
    background: #004889;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004889 0%, #05965b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004889 0%, #05965b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004889 0%, #05965b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004889', endColorstr='#05965b', GradientType=0);
    /* IE6-9 */
}

#page1 .content_wrap {
    background: url(../images/bg01.jpg);
    background-size: cover;
}

.content_wrap {
    width: 100%;
    height: 100%;
    padding-left: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.topbanner {
    width: 100%;
    height: 70px;
    background: url(../images/tob_banner_bg.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 10;
}

.topbanner .top_con {
    font-family: 'noto-sans-light';
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.topbanner .top_con > span {
    font-family: 'noto-sans-medium';
    margin-right: 25px;
    color: #0cf283;
}

.topbanner_event {
    width: 177px;
    height: 20px;
    position: absolute;
    top: 45px;
    right: 350px;
}

.topbanner_event p {
    font-family: 'noto-sans-light';
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

.m_topbanner_event {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.close_banner_icon {
    display:block;
    width: 28px;
    height: 28px;
    border: 1px solid #b3cbe1;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    line-height:28px;
    text-align:center;
}

.close_banner_icon i {
    font-size: 25px;
}

#page1 .content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    background: url(../images/logo_center.png) no-repeat center;
    background-size: 30%;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company_des {
    text-align: center;
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.company_name {
    font-family: 'Orbitron';
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 53px;
}

.company_description {
    font-family: 'noto-sans-demilight';
    font-size: 17px;
    color: #fff;
}

.notice_area {
    width: 100%;
    height: 60px;
    background: rgba(8, 21, 35, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 200px;
    box-sizing: border-box;
}

#mainNotice {
    float:left;
    width:70%;
}

.notice_center {
    max-width: 1200px;
    margin: 0 auto;
}

.notice_center h3 {
    font-family: 'noto-sans-bold';
    color: #fff;
    font-size: 16px;
    float:left;
    width:30%;
}

.notice_center p {
    font-family: 'noto-sans-demilight';
    color: #eee;
    font-size: 13px;
    font-weight: 100;
    float:right;
    width:10%;
}

.notice_center .notice a {
	display:block;
	width:100%;
	height:100%;
    color: #eee;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    text-align:left;
	padding-right:10%;
	box-sizing:border-box;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	text-decoration:none;
}
.notice_center .notice a span {
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.notice_center .edu a {
	float:left;
    width:60%;
	display:block;
    color: #eee;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    text-align:left;
}


.notice_center i {
    color: #eee;
}

.notice {
    width: 50%;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    justify-content: space-around;
}

.edu {
    width: 50%;
    height: 60px;
    float: right;
    line-height: 60px;
    text-align: center;
    justify-content: space-around;
}

/* page 01 끝 */







/* page 02 시작 */
section#page2 {
    width: 100%;
    height: 100vh;
}

#page2 .content_wrap {
    background: url(../images/bg02.jpg);
    background-size: cover;
}

#page2 .content {
    max-width: 1200px;
    margin: 0 auto;
	/*height: 100%;*/
    /* position: relative; */
}

.equipment_des {
    /*padding-top: 162px;*/
    text-align: center;
}

.equipment_des>h2 {
    font-family: 'noto-sans-light';
    color: #f9f9f9;
    font-size: 30px;
}

.equipment_des>p {
    font-family: 'noto-sans-demilight';
    color: #eee;
    font-size: 15px;
    margin: 31px 0;
}

.gear_wrap {
    width: auto;
    margin-top: 55px;
    margin: 0 -12px;
}

.gear {
    float: left;
    width: 25%;
    height: 460px;
}

.gear_box {
    background: url(../images/gear_bg.png);
    margin: 0 12px;
    transition: all .3s;
    cursor: pointer;
    max-width: 280px;
}

.gear_box:hover {
    background: url(../images/gear_bg_hover.png);
}

.gear_img_1,
.gear_img_2,
.gear_img_3,
.gear_img_4 {
    width: 100%;
    /* height: 280px; */
    padding-top: 100%;
}

.gear_img_1 {
    background: url(../images/gear1.png) no-repeat;
    background-size: cover;
}

.gear_img_2 {
    background: url(../images/gear2.png) no-repeat;
    background-size: cover;
}

.gear_img_3 {
    background: url(../images/gear3.png) no-repeat;
    background-size: cover;
}

.gear_img_4 {
    background: url(../images/gear4.png) no-repeat;
    background-size: cover;
}

.gear_des {
    text-align: center;
    padding: 0 35px;
    height: 175px;
}

.gear_des h4 {
    font-family: 'noto-sans-regular';
    font-size: 18px;
    color: #fff;
    margin: 35px 0 24px;
}

.gear_des p {
    font-family: 'noto-sans-demilight';
    font-size: 13px;
    color: #ccc;
}

/* page 02 끝 */



/* page 03 시작 */
section#page3 {
    width: 100%;
    height: 100vh;
}

#page3 .content_wrap {
    background: url(../images/bg03.jpg);
    background-size: cover;
}

#page3 .content {
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative; */
	/*height: 100%;*/
}

.gu_equipment_des {
    /*padding-top: 162px;*/
    text-align: center;
}

.gu_equipment_des>h2 {
    font-family: 'noto-sans-light';
    color: #333;
    font-size: 30px;
}

.gu_gear_wrap {
    width: 100%;
    margin-top: 85px;
}

.gu_gear {
    float: left;
    width: 31.666%;
    height: auto;
    margin-right: 30px;
}

.gu_gear:last-child {
    margin-right: 0;
}

.gu_gear_img_1,
.gu_gear_img_2,
.gu_gear_img_3,
.gu_gear_img_4 {
    width: 100%;
    padding-top: 70%;
    position: relative;
}

.gu_gear_img_1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -1px;
    height: 30px;
    width: 2px;
    background: #004889;
}

.gu_gear_img_2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -1px;
    height: 30px;
    width: 2px;
    background: #004889;
}

.gu_gear_img_3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -1px;
    height: 30px;
    width: 2px;
    background: #004889;
}

.gu_gear_img_1 {
    background: url(../images/gu_gear1.png) 0 0 no-repeat;
    background-size: cover;
}

.gu_gear_img_2 {
    background: url(../images/gu_gear2.png) 0 0 no-repeat;
    background-size: cover;
}

.gu_gear_img_3 {
    background: url(../images/gu_gear3.png) 0 0 no-repeat;
    background-size: cover;
}

.gu_gear_img_4 {
    background: url(../images/gu_gear4.png) 0 0 no-repeat;
    background-size: cover;
}

.gu_gear_des {
    text-align: center;
    padding: 0 35px;
}

.gu_gear_des h4 {
    font-family: 'noto-sans-regular';
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 35px 0 22px;
}

.gu_gear_des p {
    font-family: 'noto-sans-demilight';
    font-size: 13px;
    color: #666;
}

/* page 03 끝 */




/* page 04 시작 */
section#page4 {
    width: 100%;
    height: 100vh;
}

#page4 .content_wrap {
    background: url(../images/bg04.jpg);
    background-size: cover;
    background-position-x: 100px;
}

#page4 .content {
    max-width: 1200px;
    margin: 0 auto;
	/*height: 100%;*/
	padding-bottom: 9%;
}

.gu_provide_tit {
	/*padding-top: 170px;*/
    text-align: center;
}

.gu_provide_tit>h2 {
    font-family: 'noto-sans-light';
    color: #222;
    font-size: 30px;
    font-weight: 100;
}

.gu_provide_wrap {
    margin-top: 60px;
    padding: 0 70px;
    margin-left: -25px;
    margin-right: -25px;
}

.provide {
    float: left;
    width: 33.3333%;
    height: 400px;

}

.provide_box {
    transition: all .3s;
    margin: 0 25px;
}

.provide_box:hover {
    margin-top: -50px;
    height: 450px;
}


.gu_provide_1,
.gu_provide_2,
.gu_provide_3 {
    width: 100%;
    height: 400px;
    position: relative;
}

.gu_provide_1 {
    background: url(../images/provide1.jpg) 50% 0 no-repeat;
}

.provide_box .icon_arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/icon_page.jpg) 0 0 no-repeat;
    bottom: 0;
    right: 0;
}

.gu_provide_2 {
    background: url(../images/provide2.jpg) 50% 0 no-repeat;
}

.gu_provide_3 {
    background: url(../images/provide3.jpg) 50% 0 no-repeat;
}

.gu_provide_des {
    text-align: center;
    padding: 200px 30px 0;
}

.gu_provide_des h4 {
    font-family: 'noto-sans-medium';
    color: #fff;
    font-size: 20px;
    margin: 26px 0;
	font-weight:500;
}

.gu_provide_des p {
    font-family: 'noto-sans-demilight';
    color: #fff;
    font-size: 13px;
}

/* page 04 끝 */



/* footer 시작 */
footer {
    font-family: 'noto-sans-light';
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1a1a1a;
    z-index: 30;
}

.footer_wrap {
    padding-left: 200px;
}
.footer_box {
    padding:20px 30px;
}
.footer_info {
    float: left;
}
.gu_detail_area2 {
    float:right;
	text-align:center;
}
.footer_logo_area {
	float: left;
    margin-right:15px;
}
.footer_logo_area>img {
    width: 100%;
    max-width: 100px;
}
.gu_detail_area1 {
	float:left;
}
.gu_detail_area1 p {
    color: #999;
    font-size: 13px;
}

.gu_detail_area1 p.copyright {
    margin-top:10px;
    color: #ccc;
}
.gu_detail_area1 p span {
    color: #ccc;
}
.sns {
	display:inline-block;
	vertical-align:top;
}
.sns li {
    float:left;
}
.sns li:nth-child(2) {
    width: 60px;
    text-align: center;
    margin: 0 16px;
    position: relative;
}
.br {
	display:none;
}
.sns li:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #444;
}
.sns li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #444;
}
.sns li a {
    color: #999;
    font-size: 32px;
}
.gu_detail_box {
    margin-bottom: 10px;
}

.sitemap {
    font-family: 'noto-sans-light';
    width: 120px;
    height: 32px;
    color: #ccc;
    background: #444;
    margin-right: 10px;
    cursor: pointer;
}

.gu_detail_box select::-ms-expand {
    display: none;
}
.familysite {
    border-radius: 0;
    width: 140px;
    height: 32px;
    border: 1px solid #444;
    color: #999;
    padding-left: 14px;
    cursor: pointer;
    background: url(../images/select_down.png) 95% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.brand_img_area {
    margin-right: 50px;
	text-align:center;
}

/* footer 끝 */

/* 탑버튼 시작 */
.topBtn {
    position: fixed;
    z-index: 2;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #3d3d3d;
    cursor: pointer;
    display: none;
}

.topBtn i {
    color: #fff;
    font-size: 22px;
}

/* 탑버튼 끝 */

/* sitemap 팝업 시작 */
.sitemap_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: none;
}

.pop_wrap {
    max-width: 1200px;
    width: 1200px;
    height: 780px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
}

.pop_content {
    position: relative;
}

.pop_head {
    width: 100%;
    height: 72px;
    background: #004989;
    /* Old browsers */
    background: -moz-linear-gradient(left, #004989 30%, #06a453 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004989 30%, #06a453 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004989 30%, #06a453 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004989', endColorstr='#06a453', GradientType=1);
    /* IE6-9 */
    position:relative;
}

.pop_head h2 {
    font-size: 25px;
    color: #fff;
    line-height: 72px;
    padding-left: 40px;
}
.pop_scroll {
    overflow-y:auto;
    height: 708px;
}
.close_popup {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.pop_company {
    width: 100%;
    padding:50px 0;
    position:relative;
}
.company_introduce {
    width: 230px;
    float: left;
}

.company_introduce h3 {
    color: #004889;
    padding: 0 60px;
    font-size: 22px;
}

.company_introduce_list {
    float: left;
}
.company_introduce_list li {
    display: inline-block;
    font-size: 17px;
    color: #444;
    padding-right: 60px;
}

.bar {
    clear: both;
    width: 90%;
    height: 1px;
    background: #ddd;
    clear: both;
    margin: 0 auto;
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}

.pop_product {
    width: 100%;
    margin-top: 30px;
    padding:50px 0;
    position:relative;
}

.product_info {
    width: 230px;
    float: left;
}

.product_info h3 {
    padding: 14px 60px 0;
    color: #004889;
    font-size: 22px;
}

.product_list_wrap {
    width: 950px;
    float: left;
}

.product_list {
    float: left;
    width: 20%;
}

.product_list ul {
    margin-top: 20px;
}

.product_list li {
    padding: 7px 0;
}

.product_list li a {
    font-size: 15px;
    color: #777;
}

.product_list li:first-child {
    margin-bottom: 20px;
    padding: 0;
    color: #000;
    font-size: 17px;
}

.product_list li:first-child a {
    color: #000;
    font-size: 17px;
}

/* sitemap 팝업 끝 */





/* 화면 너비가 0 ~ 1400px : 데스크탑*/
@media (max-width: 1100px) {
    .topbanner{
        top:100px;
        background:rgba(1,72,138,0.8);
    }
    /* 모바일 메뉴 시작 */
    #pc {
        display: none;
    }
    .wrapper {
        padding-left:0;
    }

    .content_wrap {
        padding-left: 0;
    }

    #mobile {
        display: block;
        width: 100%;
        height: 100px;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index:50;
    }

    /* .swiper-pagination {
    opacity: 0;
} */

    .m_logo_area {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .m_logo_area a {
        display: inline-block;
        width: 120px;
        padding: 14px 0;
    }

    .m_logo_area_changed {
        background: #004989;
        /* Old browsers */
        background: -moz-linear-gradient(left, #004989 30%, #06a453 85%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #004989 30%, #06a453 85%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #004989 30%, #06a453 85%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004989', endColorstr='#06a453', GradientType=1);
        /* IE6-9 */
    }

    .m_logo_area a>img {
        width: 100%;
    }

    .open_menu_icon {
        color: #222;
        font-size: 42px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }

    .close_menu_icon {
        display: none;
        float: right;
        color: #fff;
        font-size: 42px;
        margin-top: 22px;
    }

    .m_language_change {
        margin: 40px 0 20px;
    }

    .m_to_eng {
        width: 90px;
        height: 50px;
        border: 2px solid #eee;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
        line-height: 46px;
    }

    .m_to_eng a {
        font-family: 'noto-sans-bold';
        color: #444;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 22px;
    }

    .m_menu_1st {
        font-family: 'noto-sans-bold';
        font-weight: bold;
        font-size: 22px;
        color: #222;
    }

    .m_menu_1st_list {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .m_menu_1st_list_link {
        position: relative;
        display: inline-block;
        padding: 25px 0;
        z-index: 10;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .m_menu_1st_list_link_on {
        color: #004889;
        border-bottom: none;
    }

    .m_menu_1st_list>span {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .m_menu_2nd {
        display: none;
        font-family: 'noto-sans-regualr';
        color: #222;
        font-size: 20px;
    }

    .m_menu_2nd_list {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .m_menu_2nd_list_link {
        display: inline-block;
        width: 100%;
        padding: 18px 30px;
        box-sizing: border-box;
    }

    .m_menu_2nd_list_link_on {
        background: #004889;
        color: #fff;
    }

    .m_menu_3rd {
        display: none;
        background: #f5f5f5;
    }

    .m_menu_3rd_list {
        display: inline-block;
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .m_menu_3rd_list_link {
        display: inline-block;
        width: 100%;
        color: #666;
        padding: 22px 0 21px;
    }

    .notice_area {
        padding-left: 0;
    }

    /* page 04 시작 */

    .gu_provide_tit {
        padding-top: 170px;
        text-align: center;
    }

    .gu_provide_tit>h2 {
        font-family: 'noto-sans-light';
        color: #222;
        font-size: 30px;
        font-weight: 100;
    }

    .gu_provide_wrap {
        margin-top: 60px;
        padding: 0 70px;
        margin-left: -25px;
        margin-right: -25px;
    }

    .provide {
        float: left;
        width: 33.3333%;
        height: 300px;

    }

    .provide_box {
        transition: all .3s;
        margin: 0 25px;
    }

    .provide_box:hover {
        margin-top: -50px;
        height: 450px;
    }

    .gu_provide_1,
    .gu_provide_2,
    .gu_provide_3 {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .gu_provide_1 {
        background: url(../images/provide1_m_s.png) 50% 0 no-repeat;
    }

    .provide_box .icon_arrow {
        display: none;
    }

    .gu_provide_2 {
        background: url(../images/provide2_m_s.png) 50% 0 no-repeat;
    }

    .gu_provide_3 {
        background: url(../images/provide3_m_s.png) 50% 0 no-repeat;
    }

    .gu_provide_des {
        display: none;
    }

    /* page 04 끝 */
    .footer_wrap {
        padding:0;
    }



}
@media (max-width: 1300px) {
    .br {
        display:block;
    }
}
/* 화면 너비가 0 ~ 1200px : 데스크탑 */
@media (max-width: 1200px) {
    .gear_box {
        /* background: url(../images/gear_bg.png); */
        background: rgba(255, 255, 255, 0.05);
    }
    .gear_box:hover {
        background: rgba(255, 255, 255, 0.05);
    }
    .sitemap {
        display:none;
    }
    .familysite {
        width:100%;
    }
}


/* 화면 너비가 0 ~ 960px : 노트북 */
/* @media (max-width: 960px) {} */

@media (max-width: 800px) {

    .brand_img_area,.gu_detail_box {
        margin-right:0;
    }
}

/* 화면 너비가 0 ~ 768px : 타블렛 */
@media (max-width: 768px) {
	.ds_table {
		display:block;
		height:auto !important;
	}
	.ds_table_cell {
		display:block;
	}
	.main_popup {
        max-width:80% !important;
        height:auto !important;
    }
	.equipment_des,.gu_equipment_des {
		padding-top:162px;
	}
	#page4 .content {
		padding-bottom:0;
	}
    #page2 .swiper-pagination, #page3 .swiper-pagination {
        opacity:1;
        bottom:50px;
    }
    #page3 .swiper-pagination-bullet-active {
        background:#515763;
    }

    html,
    body {
        overflow: visible;
    }

    /* 모바일 메뉴 시작 */
    #mobile {
        display: block;
        width: 100%;
        /*overflow: auto;*/
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 10;
        box-sizing:border-box;
    }
    .swiper-pagination {
        opacity: 0;
    }

    .m_logo_area_changed {
        background: #004989;
        /* Old browsers */
        background: -moz-linear-gradient(left, #004989 30%, #06a453 85%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #004989 30%, #06a453 85%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #004989 30%, #06a453 85%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004989', endColorstr='#06a453', GradientType=1);
        /* IE6-9 */
    }

    .open_menu_icon {
        color: #222;
        font-size: 42px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }

    .close_menu_icon {
        display: none;
        float: right;
        color: #fff;
        font-size: 42px;
        margin-top: 22px;
    }

    .m_language_change {
        margin: 40px 0 20px;
    }

    .m_to_eng {
        width: 90px;
        height: 50px;
        border: 2px solid #eee;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
        line-height: 46px;
    }

    .m_to_eng a {
        font-family: 'noto-sans-bold';
        color: #444;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 22px;
    }

    .m_menu_1st {
        font-family: 'noto-sans-regular';
        font-size: 22px;
        color: #222;
    }

    .m_menu_1st_list {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .m_menu_1st_list_link {
        position: relative;
        display: inline-block;
        padding: 25px 0;
        z-index: 10;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .m_menu_1st_list_link_on {
        color: #004889;
        border-bottom: none;
    }

    .m_menu_1st_list>span {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .m_menu_2nd {
        display: none;
        font-family: 'noto-sans-regualr';
        color: #222;
        font-size: 20px;
    }

    .m_menu_2nd_list {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .m_menu_2nd_list_link {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        color:#666;
        position:relative;
    }
    .m_menu_2nd_list_link:before {
        content:'-';
        position:absolute;
        top:50%;
        left:10px;
        transform: translateY(-50%);
    }

    .m_menu_2nd_list_link_on {
        background: #004889;
        color: #fff;
    }

    .m_menu_3rd {
        display: none;
        background: #f5f5f5;
    }

    .m_menu_3rd_list {
        display: inline-block;
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .m_menu_3rd_list_link {
        display: inline-block;
        width: 100%;
        color: #666;
        padding: 22px 0 21px;

    }

    section#page1,
    section#page2,
    section#page3,
    section#page4 {
        height: auto;
    }

    #page1 .content_wrap,
    #page2 .content_wrap,
    #page3 .content_wrap,
    #page4 .content_wrap {
        padding-left: 0;
    }

    header > div {
        width: 100%;
        display: none;
    }
    .topbanner .top_con {
        font-size: 19px;
        text-align: left;
        padding-left: 30px;
    }

    .topbanner_event {
        display: none;
    }

    .swiper-container.full-page {
        overflow: visible;
    }

    .swiper-wrapper {
        display: block;
        transform: none;
    }

    #page1 .content_wrap {
        background-position: center;
    }

    #page1 .content {
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        background-size: 70%;
    }

    .company_des {
        margin: 300px 0 220px 0;
    }

    .company_name {
        font-family: 'Orbitron';
        font-size: 53px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 80px;
        padding: 0 30px;
    }

    .company_description {
        padding: 0 58px;
        line-height: 30px;
    }

    .notice_area {
        width: 100%;
        height: auto;
        padding-left: 0;
        box-sizing: border-box;
        /* position: absolute;
        bottom: 0;
        left: 0; */
        position: static;
    }

    .notice {
        width: 100%;
        height: 70px;
        float: none;
        line-height: 70px;
        text-align: center;
        margin-bottom: 5px;
        background: rgba(8, 21, 35, .6);
    }

    .edu {
        width: 100%;
        height: 70px;
        float: none;
        line-height: 70px;
        text-align: center;
        background: rgba(8, 21, 35, .6);
    }

    section#page2 {
        height: auto;
    }

    #page2 .content_wrap {
        height: auto;
    }

    #page2 .content {
        padding: 0 30px;
        height: auto;
    }

    #page2 .swiper-container {
        height: auto;
    }

    .equipment_des {
        text-align: left;
        padding-left: 30px;
        padding-right: 50px;
    }

    .gear_wrap.swiper-wrapper {
        display: flex;
        height: auto;
    }

    .gear_wrap {
        margin-bottom: 135px;
        margin: 0;
    }

    .gear {
        float: none;
        height: auto;
        margin-bottom: 120px;
    }

    .gear_box {
        background: none;
        background: rgba(255, 255, 255, 0.05);
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .gear_box:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .gear_des {
        padding: 0 35px 35px;
        height: auto;
    }

    .gear .swiper-slide {
        width: 280px;
    }

    .gear_img_1,
    .gear_img_2,
    .gear_img_3,
    .gear_img_4 {
        background-position: center;
        background-size: 80%;
    }

    .gear:hover {
        background: rgba(50, 60, 70, 0.5);
    }



    section#page3 {
        height: auto;
    }

    #page3 .content_wrap {
        height: auto;
    }

    #page3 .content {
        padding: 0 30px;
        height: auto;
    }

    .gu_equipment_des {
        text-align: left;
        padding-left: 30px;
        padding-right: 50px;
    }

    .gu_gear_wrap {
        margin-bottom: 135px;
    }

    .gu_gear {
        float: none;
    }

    .gu_gear_wrap.swiper-wrapper {
        display: flex;
        height: auto;
    }

    .gu_gear_img_1,
    .gu_gear_img_2,
    .gu_gear_img_3 {
        background-position: center;
    }


    section#page4 {
        height: auto;
    }

    #page4 .content_wrap {
        background: url(../images/m_bg04.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;
    }

    #page4 .content {
        padding: 0 30px;
        height: auto;
    }

    .gu_provide_tit {
        text-align: left;
        padding-left: 30px;
        padding-right: 50px;
    }

    .gu_provide_wrap {
        margin-top: 70px;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .provide {
        float: none;
        width: 400px;
        height: 385px;
        margin: 0 auto 60px;
    }

    .provide_box {
        margin: 0;
    }

    .provide_box:hover {
        margin-top: 0;
    }

    .gu_provide_des {
        display: none;
    }

    .provide:first-child {
        margin: 0 auto 60px;
    }

    .provide:last-child {
        margin: 0 auto 120px;
    }

    .gu_provide_1,
    .gu_provide_2,
    .gu_provide_3 {
        /* width: 400px;
        height: 385px; */
        width: 100%;
        height: auto;
        padding-top: 96%;
    }

    .gu_provide_1 {
        background: url(../images/provide1_m.png);
    }

    .gu_provide_2 {
        background: url(../images/provide2_m.png);
    }

    .gu_provide_3 {
        background: url(../images/provide3_m.png);
    }

    .gu_provide_4 {
        background: url(../images/provide4_m.png);
    }

    .provide_box .icon_arrow {
        display: none;
    }




    /* footer 시작 768 */
     footer {
        position: static;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .footer_box {
        padding:15px 0;
    }
    .footer_wrap {
        padding-left: 0;
    }

    .footer_logo_area {
        width: 140px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .gu_detail_area1 {
        width: 100%;
        padding-top: 15px;
    }

    .gu_detail_area1 p {
        font-size: 18px;
    }

    .sns {
    margin: 0 auto;
    }

    .sns li:nth-child(2) {
        width: 60px;
        text-align: center;
        margin: 0 16px;
        position: relative;
    }

    .sns li:nth-child(2):before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #444;
    }

    .sns li:nth-child(2):after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #444;
    }

    .sns li a {
        color: #999;
        font-size: 32px;
    }

    .gu_detail_area2 {
        float: none;
        width: 100%;
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .gu_detail_box {
        text-align: right;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        width: 100%;
    }

    .sitemap {
        display: none;
        width: 160px;
        height: 60px;
        margin-right: 0;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .familysite {
        font-size: 20px;
        width: 100%;
        height: 60px;
        border: none;
        border-top: 1px solid #444;
        border-bottom: 1px solid #444;
        color: #999;
        padding-left: 14px;
    }

    .brand_img_area {
        text-align: center;
        width:100%;
        margin-top:15px;
    }

    .copyright {
        padding: 15px 0;
        font-size: 18px;
    }

    /* footer 끝 768 */
	/* 탑버튼 시작 768 */

    .topBtn {
        background: #0c0c0c;
    }

    /* 탑버튼 끝 768 */
}
@media (max-width: 500px) {
    .topbanner .top_con {
        font-size: 18px;
        padding-left: 10px;
    }
}
/* 화면 너비가 320px ~ 460px : 모바일 */
@media (min-width: 320px) and (max-width: 460px) {

    .topbanner .top_con {
        font-size: 13px;
        padding-left: 10px;
    }
    .topbanner .top_con > span {
        margin-right:10px;
    }
    .m_topbanner_event {
        right: 10px;
    }
    .close_banner_icon {
        width: 30px;
        height: 30px;
        border: none;

    }
    .close_banner_icon i {
        font-size: 21px;
        line-height:30px;
    }

    /* menu 영역 시작 */
    .m_menu_1st {
        font-size: 22px;
    }

    /* menu 영역 끝 */


    .company_des {
        margin: 250px 0 80px 0;
    }

    .company_name {
        font-size: 32px;
    }

    .company_description {
        font-size: 15px;
    }

    .notice_center h3 {
        font-size: 12px;
    }

    .notice_center a {
        font-size: 11px;
    }

    .equipment_des {
        padding-top: 80px;
    }

    .equipment_des>h2 {
        font-size: 24px;
    }

    .gu_equipment_des {
        padding-top: 80px;
    }

    .gu_equipment_des>h2 {
        font-size: 24px;
    }

    .gu_provide_tit {
        padding-top: 80px;
    }

    .gu_provide_tit>h2 {
        font-size: 24px;
    }


    .provide {
        width: 260px;
        height: auto;
    }

    .gu_provide_1 {
        background: url(../images/provide1_m_xs.png);
    }

    .gu_provide_2 {
        background: url(../images/provide2_m_xs.png);
    }

    .gu_provide_3 {
        background: url(../images/provide3_m_xs.png);
    }

    .gu_provide_4 {
        background: url(../images/provide4_m_xs.png);
    }

    /* footer 시작 320 */

    footer {
        padding: 0 30px;
    }

    .footer_logo_area {
        width: 120px;
        height: 110px;
        padding-top: 20px;
    }

    .gu_detail_area1 {
        padding-top: 15px;
    }

    .gu_detail_area1 p {
        font-size: 14px;
    }

    .sns {
        margin-top: 0;
        display: flex;
    }

    .sns li:nth-child(2) {
        width: 60px;
        margin: 0 16px;
    }

    .sns li a {
        color: #999;
        font-size: 26px;
    }

    .gu_detail_area2 {
        padding-top: 7px;
    }

    .gu_detail_box {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .sitemap {
        width: 120px;
        height: 40px;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .familysite {
        font-size: 14px;
        height: 40px;
        padding-left: 14px;
    }

    .brand_img_area {
        margin-right: 0;
    }

    .copyright {
        padding: 15px 0;
        font-size: 14px;
    }

    /* footer 끝 320 */

	/* 탑버튼 시작 320 */

    .topBtn {
        width: 30px;
        height: 30px;
    }

    .topBtn i {
        font-size: 14px;
    }

    /* 탑버튼 끝 320 */
}