﻿html { height: 100%; overflow:hidden;}
body { font-family: 'Open Sans', sans-serif; height: 100%; letter-spacing: normal; overflow:hidden;}
* { outline: none; }

.pc_only { display: block !important; }
.mo_only { display: none !important; }

.wrapper { height: 100%; width: 100%; overflow-y:auto;-webkit-overflow-scrolling: touch;}
.wrapper.fixed { overflow: hidden; }

/*header*/
.header_wrap { position: relative; z-index: 99; }
#header { height: 90px; background-image: url('../images/bg30.png'); position: fixed; width: 100%; left: 0; top: 0; transition: 0.3s all; }
#header .top_logo { background: url('../images/logo_header_white.png') no-repeat center; width: 150px; height: 100%; position: absolute; left: 40px; font-size: 0; transition: 0.3s all; z-index: 3; }
#header .top_logo a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; text-indent: -9999px; display: block; }

#header .btn_gnb { display: none; }
#header .gnb { position: relative; text-align: center; height: 90px; }
#header .gnb:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
#header .gnb > ul { display: table; table-layout: auto; display: inline-block; vertical-align: middle; }
#header .gnb > ul > li { display: table-cell; padding: 0 25px; height: 90px; box-sizing: border-box; position: relative; vertical-align: middle; transition: 0.3s all; border: 4px solid transparent; border-left-width: 1px; border-right-width: 1px; }
#header .gnb > ul > li > a { color: #ffffff; text-decoration: none; transition: 0.3s all; font-weight: bold; text-transform: uppercase; }
#header .gnb > ul > li:hover { background: #ffffff; border-top: 4px solid #064595; border-left: 1px solid #87a0ca; border-bottom: 0 solid #ffffff; border-right: 1px solid #87a0ca; }
#header .gnb > ul > li:hover a { color: #000000; }

#header .m_gnb { display: none; }




#header .gnb .sub_menu { position: absolute; left: -1px; top: 85px; margin-top: 0; background: #ffffff; border: 1px solid #87a0ca; z-index: -1; }
#header .gnb .sub_menu > li > a { height: 50px; line-height: 50px; /*letter-spacing:-0.03em;*/ }
#header .gnb .product_sub { position: fixed; width: 100%; left: 0; top: 90px; background: #ffffff; border: 1px solid #87a0ca; border-left: none; border-right: none; margin-top: -1px; z-index: -1; display: none; }
#header .gnb .product_sub .sub_menu { position: relative; display: table; margin: 0 auto; border: none; top: 0; padding-top: 15px; padding-bottom: 40px; }
#header .gnb .product_sub .sub_menu > li { display: table-cell; padding: 0 15px; }
#header .gnb .product_sub .sub_menu > li > a { text-transform: uppercase; position: relative; font-size: 0; text-align: center; display: block; margin-bottom: 12px; color: #444444; font-weight: bold; height: 40px; }
#header .gnb .product_sub .sub_menu > li > a:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
#header .gnb .product_sub .sub_menu > li > a span { font-size: 14px; display: inline-block; vertical-align: middle; line-height: 1.2em; }
#header .gnb .product_sub .sub_menu > li > img,
#header .gnb .product_sub .sub_menu > li > a img { display: block; margin: 0 auto; }
#header .gnb .product_sub .sub_menu > li > ul { text-align: left; border-top: 1px solid #d4d4d4; padding: 12px 5px 0; }
#header .gnb .product_sub .sub_menu > li > ul > li > a { color: #444444; font-size: 12px; font-weight: 500; line-height: 20px; transition: 0.3s all; }
#header .gnb .product_sub .sub_menu > li > ul > li > a:before { content: 'ㆍ '; }
#header .gnb .product_sub .sub_menu > li > ul > li > a:hover { color: #f39800; }

#header .gnb .sub_menu.solutions { width: 250px; display: none; }
#header .gnb .sub_menu.solutions li { text-align: left; border-top: 1px solid #d4d4d4; padding: 0 22px; }
#header .gnb .sub_menu.solutions li:first-child { border-top: none; }
#header .gnb .sub_menu.solutions li a { height: 50px; line-height: 50px; color: #444444; text-transform: uppercase; font-size: 13px; font-weight: bold; }

#header .gnb .sub_menu.support { width: 150px; display: none; }
#header .gnb .sub_menu.about { width: 220px; display: none; }
#header .gnb .sub_menu.news { width: 150px; display: none; }
#header .gnb .sub_menu.support li,
#header .gnb .sub_menu.about li,
#header .gnb .sub_menu.news li { text-align: left; border-top: 1px solid #d4d4d4; padding: 0 25px; }
#header .gnb .sub_menu.support li:first-child,
#header .gnb .sub_menu.about li:first-child,
#header .gnb .sub_menu.news li:first-child { border-top: none; }
#header .gnb .sub_menu.support li a,
#header .gnb .sub_menu.about li a,
#header .gnb .sub_menu.news li a { height: 50px; line-height: 50px; color: #444444; text-transform: uppercase; font-size: 13px; font-weight: bold; }
#header .gnb .sub_menu li a:hover { color: #f39800; }


#header .util { position: absolute; right: 60px; top: 50%; margin-top: -25px; font-size: 0; z-index: 2; }

#header .util .search_form { position: relative; display: inline-block; }
#header .util .search_form label { position: absolute; right: 0; width: 0; transition: 0.3s all; opacity: 0; z-index: 0; }
#header .util .search_form:hover label { width: 360px; display: block; opacity: 1; }
#header .util .search_form label input { height: 50px; width: 100%; border-color: #37507a; box-sizing: border-box; right: 0; transition: 0.3s all; }
#header .util .search_form:hover label input { padding: 0 45px 0 15px; }

#header .util button { width: 50px; height: 50px; position: relative; transition: 0.3s all; }
#header .util .btn_search { background: url('../images/icon_scope_white.png') no-repeat center; }
#header .util .search_form:hover .btn_search { background: url('../images/icon_scope_active.png') no-repeat center; }
#header .util .btn_language { background: url('../images/icon_language_white.png') no-repeat center; }
#header .util .btn_language span { position: absolute; top: 28px; left: 30px; font-size: 11px; color: #ffffff; line-height: 1em; transition: 0.3s all; }

#header.white { background: #ffffff; border-bottom: 1px solid #dddddd; }
#header.white .top_logo { background-image: url('../images/logo_header_color.png'); }
#header.white .gnb ul li a { color: #444444; }
#header.white .util .btn_search { background-image: url('../images/icon_scope_color.png'); }
#header.white .util .btn_language { background-image: url('../images/icon_language_color.png'); }
#header.white .util .btn_language span { color: #888888; }

/*content*/
.content_wrap { }
#content { }
.main_section { position: relative; text-align: center; }
.main_section:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
.main_section .section_content { position: relative; display: inline-block; vertical-align: middle; width: 100%; max-width: 1250px; text-align: left; }

#main_visual { position: relative; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; }
#main_visual .visual_group { width: 100%; height: 100%; top: 0; left: 0; position: absolute; }
#main_visual .visual_group .visual_item { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: cover; color: #ffffff; }
#main_visual .visual_group .visual_item.item1 { background-image: url('../images/main/img_main_visual_1.jpg'); }
#main_visual .visual_group .visual_item.item2 { background-image: url('../images/main/img_main_visual_2.jpg'); }
#main_visual .visual_group .visual_item.item3 { background-image: url('../images/main/img_main_visual_3.jpg'); }
#main_visual .visual_group .visual_item.item4 { background-image: url('../images/main/img_main_visual_4.jpg'); }
#main_visual .visual_group .visual_item.item5 { background-image: url('../images/main/img_main_visual_5.jpg'); }

#main_visual .visual_group .visual_item { font-size: 0; text-align: center; }
#main_visual .visual_group .visual_item:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
#main_visual .visual_group .visual_item .obj_wrap { display: inline-block; width: 90%; max-width: 1150px; vertical-align: middle; height: 350px; text-align: left; margin-top: -90px; }

#main_visual .visual_group .visual_item h2,
#main_visual .visual_group .visual_item .visual_title { font-size: 50px; position: relative; /*margin-top: ;*/ display: none; text-align: left; font-family: 'titillium_webregular', sans-serif; width: 100%; }
#main_visual .visual_group .visual_item .visual_title p { display: none; font-family: 'titillium_webthin', sans-serif; margin-top: 5px; }
#main_visual .visual_group .visual_item .visual_title p:first-child { margin-top: 0; }

#main_visual .visual_group .visual_item .obj_list { position: relative; margin-top: 35px; display: none; width: auto; }
#main_visual .visual_group .visual_item ul { margin-top: 10px; display: table; table-layout: fixed; position: relative; }
#main_visual .visual_group .visual_item ul li { display: table-cell; width: 120px; height: 140px; text-align: center; vertical-align: bottom; font-size: 15px; position: relative; width: 150px; }
#main_visual .visual_group .visual_item ul li div { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#main_visual .visual_group .visual_item ul li a { color: #ffffff; font-weight: bold; font-size: 15px; display: block; }
#main_visual .visual_group .visual_item ul li img { display: block; margin: 0 auto 5px; }
#main_visual .visual_group .visual_item .btn_wrap { display: block; margin-top: 40px; text-align: center; display: none; float: left; position: relative; }
#main_visual .visual_group .visual_item .btn_wrap:before { content: ''; width: 0; transition: 0.3s all; position: absolute; top: 0; left: 0; height: 100%; }
#main_visual .visual_group .visual_item .btn_wrap:hover:before { background: #f39800; width: 100%; }
#main_visual .visual_group .visual_item .btn_wrap button { width: 200px; height: 40px; border: 1px solid #ffffff; font-size: 15px; color: #ffffff; font-weight: bold; position: relative; z-index: 2; }

#main_visual .slick-list { height: 100%; position: absolute; width: 100%; left: 0; top: 0; }
#main_visual .slick-track { height: 100%; }

#main_visual .dot_group { height: 38px; left: 50%; position: absolute; bottom: 140px; background-image: url('../images/bg50.png'); border-radius: 20px; font-size: 0; text-align: center; padding: 0 25px; }
#main_visual .dot_group:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
#main_visual .dot_group .dot { width: 14px; height: 14px; border-radius: 50px; display: inline-block; margin: 0 5px; border: 1px solid #828282; vertical-align: middle; cursor: pointer; transition: 0.5s all; }
#main_visual .dot_group .dot.active { background: #f39800; border: 1px solid #828282; }
#main_visual .dot_group .btn_slide_toggle { width: 14px; height: 14px; background: url('../images/main/icon_slide_stop.png') no-repeat center; vertical-align: middle; margin: 0 5px; }

#main_visual .scroll_icon { background: url('../images/main/icon_scrolldown.png') no-repeat center 20px; font-family: "Exo 2", sans-serif; position: absolute; width: 70px; height: 95px; position: absolute; bottom: 20px; left: 50%; margin-left: -35px; color: #ffffff; font-size: 10px; transition: 0.3s all; }
#main_visual .scroll_icon.hover { background-position: center 40px; }

#main_visual .typed-cursor { display: none; }

#why { background: #f5f5f5; position: relative; text-align: center; font-size: 0; }

#why .section_content { max-width: 1200px; text-align: center; }
#why .section_title { margin-bottom: 85px; }
#why .section_title .title { font-size: 46px; margin-bottom: 15px; font-weight: bold; color: #333; }
#why .section_title .sub_title { color: #80838f; font-size: 14px; }
#why ul { display: table; table-layout: fixed; width: 100%; }
#why ul li { display: table-cell; padding: 0 10px; }
#why ul li h3 { font-size: 22px; font-weight: bold; color: #333333; margin-bottom: 35px; text-transform: uppercase; }

#why ul li img { max-width: 100%; display: block; margin: 0 auto 55px; width: 100%; }
#why ul li .big_txt { font-family: 'titillium_webthin', sans-serif; font-size: 64px; color: #0f4196; font-weight: normal; margin-bottom: 30px; }
#why ul li p { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; word-break: keep-all; line-height: 1.4em; }

#products { position: relative; background: url('../images/main/bg_main_products.jpg') no-repeat center; background-size: cover; font-size: 0; }
#products .section_content { height: 600px; }
#products .grid_box { position: absolute; width: 250px; height: 200px; background-position: 120px 100px; background-repeat: no-repeat; box-sizing: border-box; }
#products .grid_box a { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; padding: 20px 10px; background-repeat: no-repeat; letter-spacing: -0.03em; }
#products .grid_box.solution { height: 110px; }

#products .grid_box .box_title { font-size: 22px; color: #ffffff; margin-bottom: 10px; font-weight: 800; }
#products .grid_box p { font-size: 13px; line-height: 1.4em; color: #ffffff; }

#products .col1 { width: 20%; }
#products .col2 { width: 40%; }
#products .col3 { width: 60%; }
#products .col4 { width: 80%; }
#products .col5 { width: 100%; }
#products .hor1 { left: 0; }
#products .hor2 { left: 20%; }
#products .hor3 { left: 40%; }
#products .hor4 { left: 60%; }
#products .hor5 { left: 80%; }
#products .ver1 { top: 0; }
#products .ver2 { top: 200px; }
#products .ver3 { top: 400px; }
#products .ver4 { top: 600px; }


#products .product1 .box_title,
#products .product3 .box_title,
#products .product4 .box_title,
#products .product5 .box_title,
#products .product6 .box_title,
#products .product7 .box_title { color: #ffffff; }
#products .product2 .box_title,
#products .product8 .box_title { color: #333333; }
#products .product1 { color: #ffffff; }

#products .product4 .box_title,
#products .product9 .box_title { font-family: 'titillium_webthin', sans-serif; font-size: 53px; font-weight: 100; }
#products .product9 .box_title { font-size: 50px; }

#products .product1 p,
#products .product3 p,
#products .product4 p,
#products .product5 p,
#products .product6 p,
#products .product7 p { color: #ffffff; }
#products .product2 p,
#products .product8 p { color: #797d81; }
#products .product1 p,
#products .product3 p,
#products .product6 p,
#products .product7 p { opacity: 0.6; }
#products .product2 p,
#products .product8 p { opacity: 0.9; }

#products .product4 p,
#products .product9 p { font-family: 'titillium_webregular', sans-serif; font-size: 14px; letter-spacing: 0.38em; /*text-transform: uppercase;*/ }
#products .product9 p { font-size: 12px; }


#products .product1 a,
#products .product3 a,
#products .product4 a,
#products .product5 a,
#products .product6 a,
#products .product7 a { background: url('../images/main/arrow_products_light.png') no-repeat 20px 153px; }
#products .product2 a,
#products .product8 a { background: url('../images/main/arrow_products_dark.png') no-repeat 20px 153px; }

#products .product1 { background-color: #064595; }
#products .product2 { background-color: #e6e6e6; }
#products .product3 { background-color: #3e454d; }
#products .product4 { padding: 35px 25px; }
#products .product5 { background: url('../images/main/txt_main_products_product_line.png') no-repeat center; font-size: 0; border-left: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); color: transparent; }
#products .product5 .box_title { font-size: 0; overflow: hidden; text-indent: -9999px; }
#products .product5:after { position: absolute; content: ''; height: 1px; width: 1250px; right: 100%; bottom: 0; background: rgba(255,255,255,0.3); margin-bottom: -1px; }
#products .product6 { background-color: #454545; }
#products .product7 { background-color: #064595; }
#products .product8 { background-color: #E6E6E6; }
#products .product8 a { border: 1px solid #bebebe; }
#products .product8 .box_title { font-size: 18px; color: #333333; text-transform: uppercase; }
#products .product8 .box_title strong { font-size: 25px; font-weight: 800; color: #333333; text-transform: uppercase; line-height: normal; opacity: 1; }
#products .product9 { border-left: 1px solid rgba(255,255,255,0.3); padding: 90px 30px 0; }

#products .product1:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_1.png'); width: 72px; height: 80px; right: 36px; bottom: 14px; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }
#products .product2:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_2.png'); width: 85px; height: 85px; right: 27px; bottom: 8px; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }
#products .product3:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_3.png'); width: 57px; height: 95px; right: 43px; bottom: 0; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }
#products .product7:before { position: absolute; width: 105px; height: 88px; content: ''; background-image: url('../images/main/icon_products_4.png'); right: 19px; bottom: 8px; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }
#products .product6:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_5.png'); width: 100px; height: 76px; right: 19px; bottom: 14px; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }
#products .product8:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_6.png'); width: 70px; height: 66px; right: 30px; bottom: 28px; background-size: 85%; background-position: right bottom; background-repeat: no-repeat; }


#products .solution a { border: 1px solid rgba(255,255,255,0.3); padding-top: 63px; text-align: center; }
#products .solution a .box_title { font-size: 12px; font-weight: bold; }
#products .solution1 { background: url('../images/main/bg_main_soluton_odd.png'); }
#products .solution2 { background: url('../images/main/bg_main_soluton.png'); }
#products .solution3 { background: url('../images/main/bg_main_soluton_odd.png'); }
#products .solution4 { background: url('../images/main/bg_main_soluton.png'); }
#products .solution1 a { background-image: url('../images/main/icon_products_solution_1.png'); background-position: center 13px; }
#products .solution2 a { background-image: url('../images/main/icon_products_solution_2.png'); background-position: center 13px; }
#products .solution3 a { background-image: url('../images/main/icon_products_solution_3.png'); background-position: center 13px; }
#products .solution4 a { background-image: url('../images/main/icon_products_solution_4.png'); background-position: center 13px; }


/*news*/
#news { position: relative; background: #f2f1ee; font-size: 0; }
#news .section_content { max-width: 1200px; }
#news .section_title { margin-bottom: 55px; text-align: center; }
#news .section_title .title { font-size: 46px; margin-bottom: 15px; font-weight: bold; color: #333; }
#news .section_title .sub_title { color: #80838f; font-size: 14px; }
.exhibition { width: 100%; max-width: 1170px; margin: 0 auto; margin-bottom: 50px; }
.exhibition ul { display: block; width: 100%; font-size: 0; text-align: left; }
.exhibition ul li { display: inline-block; padding: 0 10px; vertical-align: top; box-sizing: border-box; width: 33.3333%; }
.exhibition ul li img { display: block; margin: 0 auto 15px; max-width: 100%; }
.exhibition ul li h3 { font-size: 22px; color: #333; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.exhibition ul li p { font-size: 14px; color: #777777; margin-top: 5px; }
.exhibition ul li p:first-child { margin-top: 0; }

#news .general_board { display: table; width: 100%; max-width: 1150px; table-layout: fixed; margin: 0 auto; }
#news .general_board .board { display: table-cell; vertical-align: top; }
#news .general_board .notice { padding-left: 10px; padding-right: 25px; }
#news .general_board .press { padding-left: 25px; padding-right: 10px; }

#news .general_board .board h3 { font-size: 28px; position: relative; border-bottom: 1px solid #d4d4d4; height: 40px; line-height: 40px; font-weight: bold; margin-bottom: 20px; }
#news .general_board .board h3 a { position: absolute; height: 20px; top: 50%; margin-top: -10px; line-height: 20px; font-size: 12px; font-weight: normal; right: 10px; color: #aaaaaa; text-transform: uppercase; }
#news .general_board .board ul li { margin-top: 25px; }
#news .general_board .board ul li:first-child { margin-top: 0; }
#news .general_board .board h4 { font-size: 18px; font-weight: bold; color: #555555; margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#news .general_board .board h4 .catagory { color: #004294; padding-right: 10px; margin-right: 10px; border-right: 1px solid #d4d4d4; }
#news .general_board .board p { font-size: 14px; color: #777777; line-height: 1.4em; }


/*section_dots*/
.section_dots { position: fixed; z-index: 99; right: 50px; top: 50%; width: 100px; }
.section_dots .dot { color: #ffffff; padding-right: 22px; position: relative; display: block; margin-top: 20px; height: 14px; line-height: 14px; }
.section_dots .dot:before { content: ''; position: absolute; right: 6px; width: 1px; height: 14px; opacity: 0.3; border-right: 2px dotted #ffffff; display: block; bottom: 100%; margin-bottom: 2px; }
.section_dots .dot:after { content: ''; width: 14px; height: 14px; box-sizing: border-box; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; display: block; right: 0; position: absolute; top: 50%; margin-top: -7px; transition: 0.3s all; }
.section_dots .dot span { opacity: 0.3; font-size: 11px; display: block; font-weight: bold; text-transform: uppercase; transition: 0.3s all; text-align: right; }
.section_dots .dot:first-child { margin-top: 0; }
.section_dots .dot:first-child:before { display: none; }

.section_dots .dot:hover { }
.section_dots .dot:hover span,
.section_dots .dot.on span { opacity: 1; }
.section_dots .dot:hover:after,
.section_dots .dot.on:after { content: ''; width: 14px; height: 14px; box-sizing: border-box; border: none; background: #f39800; border-radius: 50%; display: block; right: 0; position: absolute; top: 50%; margin-top: -7px; opacity: 1; }

.section_dots.white .dot span { color: #999999; opacity: 1; }
.section_dots.white .dot.on span,
.section_dots.white .dot:hover span { color: #666666; }
.section_dots.white .dot:before { border-color: #c4c4c4; opacity: 0.8; }
.section_dots.white .dot:after { border-color: #cfcfcf; }


/*sub*/





/*footer*/
.footer_wrap { }
#footer { height: auto !important; background: #3c3c3a; }
#footer .footer_top { padding: 55px 15px; }
#footer .footer_top .footer_content { display: table; margin: 0 auto; width: 1150px; }
#footer .footer_top .footer_content > div { display: table-cell; }

#footer .site_map { width: 890px; padding-right: 40px; box-sizing: border-box; text-align: left; }
#footer .site_map > ul { display: table; width: 100%; table-layout: fixed; }
#footer .site_map > ul > li { display: table-cell; padding: 0 10px; }
#footer .site_map > ul > li > h4 { font-size: 18px; font-weight: bold; border-bottom: 1px solid rgba(255,255,255,0.08); color: #ffffff; text-transform: uppercase; display: block; padding-bottom: 10px; margin-bottom: 15px; }
#footer .site_map .depth2 { }
#footer .site_map .depth2 li { }
#footer .site_map .depth2 li a { line-height: 12px; font-size: 12px; color: #bbbbbb; text-transform: uppercase; padding-left: 10px; position: relative; display: block; margin-top: 10px; font-weight: bold; }
#footer .site_map .depth2 li a:before { content: '> '; font-size: 10px; line-height: 12px; display: inline-block; vertical-align: top; position: absolute; top: 0; left: 0; font-weight: normal; }

#footer .contact { width: 260px; padding-left: 40px; box-sizing: border-box; border-left: 1px solid rgba(0,0,0,0.5); text-align: left; }
#footer .contact h3 { color: #ffffff; font-size: 20px; margin-bottom: 10px; font-weight: bold; }
#footer .contact h4 { color: #ffffff; font-size: 12px; margin-bottom: 5px; }
#footer .contact .address { opacity: 0.5; color: #ffffff; font-size: 11px; margin-bottom: 10px; line-height: 1.4em; }
#footer .contact .tel { color: #ffffff; font-size: 12px; font-weight: bold; line-height: 1.4em; text-transform: uppercase; }
#footer .contact .tel a { color: #ffffff; display: block; }
#footer .contact .email { color: #ffffff; font-size: 12px; margin-bottom: 10px; }
#footer .contact .social { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 10px; padding-top: 15px; font-size: 0; }
#footer .contact .social a { font-size: 0; display: inline-block; margin-right: 8px; }
#footer:before { content: ''; display: none; }
#footer .copyright { font-family: Roboto, sans-serif; font-weight: bold; height: 60px; line-height: 60px; font-size: 10px; font-family: Roboto, sans-serif; color: #858484; background: #2a2a2a; text-transform: uppercase; }
#footer .copyright strong { color: #a9a9a9; }

.main_pop_wrap { position: fixed; background: #ffffff; }
.main_pop_wrap .pop_content { padding-bottom:30px;font-size:12px;}
.main_pop_wrap .pop_footer { position: absolute; width: 100%; height: 30px; line-height: 30px; background: #000000; bottom: 0; left: 0; box-sizing: border-box; padding: 0 10px; }
.main_pop_wrap .pop_footer * { vertical-align: middle; display: inline-block; color: #ffffff; font-size: 12px; }
.main_pop_wrap .pop_footer input[type=checkbox] { margin-right: 10px; }

.main_pop_wrap .pop_footer button { position: absolute; width: 40px; height: 20px; border: 1px solid #ffffff; box-sizing: border-box; top: 5px; right: 10px; }


@media all and (min-width : 1025px) and (max-width : 1280px) {
  #header { height: 60px; }
  #header .top_logo { left: 10px; width: 120px; }
  #header .gnb { height: 60px; }
  #header .gnb > ul > li { padding: 0 15px; height: 60px; }
  #header .gnb > ul > li a { font-size: 14px; }
  #header .gnb .product_sub { top: 60px; }
  #header .gnb .sub_menu { top: 55px; }
  #header .gnb .sub_menu.support { width: 120px; }
  #header .gnb .sub_menu.support li { text-align: left; border-top: 1px solid #d4d4d4; padding: 0 15px; }

  #header .util { right: 20px; }
  #header .util .search_form:hover label { width: 220px; }
  #header .util .search_form label input { height: 50px; width: 100%; }


  #products .section_content { max-width: 1000px; }
  #products .col1 { width: 200px; }
  #products .col2 { width: 400px; }
  #products .col3 { width: 600px; }
  #products .col4 { width: 800px; }
  #products .col5 { width: 1000px; }
  #products .hor1 { left: 0; }
  #products .hor2 { left: 200px; }
  #products .hor3 { left: 400px; }
  #products .hor4 { left: 600px; }
  #products .hor5 { left: 800px; }
  #products .ver1 { top: 0; }
  #products .ver2 { top: 200px; }
  #products .ver3 { top: 400px; }
  #products .ver4 { top: 600px; }

  #products .product4 .box_title, #products .product9 .box_title { font-size: 36px; }
  #products .product1 p, #products .product3 p, #products .product6 p, #products .product7 p { transform: scale(0.9); transform-origin: left top; }
  #products .product2 p, #products .product8 p { transform: scale(0.9); transform-origin: left top; }
  #products .product5 { background-size: 80%; }
  #products .product9 { padding: 45px 30px 0; }

  #products .grid_box { background-position: 100px 110px; background-size: 100px; }
  #products .grid_box .box_title { /*font-size:18px;*/ }
  #products .product1 { background-position: 100px 95px; }
  #products .product2 { background-position: 100px 95px; }
  #products .product3 { }
  #products .product4 { }
  #products .product5 { background-position: center; background-size: 80%; }
  #products .product5 .box_title { opacity: 0; }
  #products .product5:after { }
  #products .product6 { }
  #products .product7 { background-position: 100px 95px; }
  #products .product8 { background-position: 100px 95px; }
  #products .product9 { }

  #products .product1:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_1.png'); width: 50.4px; height: 56px; right: 25.2px; bottom: 9.8px; background-size: cover; }
  #products .product2:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_2.png'); width: 59.5px; height: 59.5px; right: 18.9px; bottom: 5.6px; background-size: cover; }
  #products .product3:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_3.png'); width: 39.9px; height: 66.5px; right: 30.1px; bottom: 0; background-size: cover; }
  #products .product6:before { position: absolute; width: 73.5px; height: 61.6px; content: ''; background-image: url('../images/main/icon_products_4.png'); right: 13.3px; bottom: 5.6px; background-size: cover; }
  #products .product7:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_5.png'); width: 70px; height: 53.2px; right: 13.3px; bottom: 9.8px; background-size: cover; }
  #products .product8:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_6.png'); width: 49px; height: 46.2px; right: 21px; bottom: 19.6px; background-size: cover; }

  #news .exhibition { max-width: 1000px; }
  #news .exhibition ul { table-layout: fixed; }
  #news .general_board { max-width: 1000px; }

  #footer .footer_top { padding: 35px 15px; }
  #footer .footer_top .footer_content { width: 100%; }
}

/*mobile*/
@media all and (max-width : 1024px) {
  .pc_only { display: none !important; }
  .mo_only { display: block !important; }
  span.mo_only { display: inline-block !important; }

  body { letter-spacing: normal; }
  .wrapper { overflow-y: auto; min-width: 100%; }
  .wrapper.fixed { overflow-y: auto; }

  #header { height: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); background: transparent; }
  #header .top_logo { left: 15px; width: 60px; background-size: 55px; }
  #header .btn_gnb { display: block; width: 40px; height: 40px; right: 10px; position: absolute; top: 0; background: url('../images/mobile/icon_btn_gnb.png') no-repeat center; background-size: 25px; }
  #header.white .btn_gnb { background-image: url('../images/mobile/icon_btn_gnb_dark.png'); }
  #header .gnb { position: fixed; left: 100%; }
  #header .util { display: none; }

  #header .m_gnb { position: fixed; width: 100%; height: 100%; overflow-y: auto; background: #ffffff; z-index: 222; }
  #header .m_gnb .gnb_header { position: relative; background: #343434; border-bottom: 1px solid #000000; }
  #header .m_gnb .gnb_header .gnb_logo { background: url('../images/logo_header_white.png') no-repeat center; width: 150px; height: 100%; position: absolute; left: 40px; font-size: 0; transition: 0.3s all; z-index: 3; background-size: 55px; left: 15px; width: 60px; }
  #header .m_gnb .gnb_header .gnb_header_top { height: 40px; position: relative; }
  #header .m_gnb .gnb_header .gnb_util { position: absolute; right: 70px; display: table; }
  #header .m_gnb .gnb_header .gnb_util a { display: table-cell; font-weight: bold; font-size: 13px; padding-left: 10px; vertical-align: middle; height: 40px; }
  #header .m_gnb .gnb_header .gnb_util a span { border-bottom: 1px solid transparent; border-top: 1px solid transparent; color: #888888; display: block; line-height: 16px; }
  #header .m_gnb .gnb_header .gnb_util a.on { }
  #header .m_gnb .gnb_header .gnb_util a.on span { border-bottom: 1px solid rgba(255,255,255,0.35); color: #ffffff; }
  #header .m_gnb .gnb_menu { overflow-y: auto; }
  #header .m_gnb .gnb_menu > ul > li { border-top: 1px solid #d4d4d4; }
  #header .m_gnb .gnb_menu > ul > li:last-child { border-bottom: 1px solid #d4d4d4; }
  #header .m_gnb .gnb_menu > ul > li > a { height: 50px; line-height: 50px; font-size: 14px; display: block; margin: 0 25px 0 20px; font-weight: bold; color: #2e2e2e; background: url('../images/arrow_gnb_down.png') no-repeat right center; background-size: 12px; text-transform: none; }
  #header .m_gnb .gnb_menu > ul > li.no_sub > a { background: none; }
  #header .m_gnb .gnb_menu > ul > li > a.on { color: #064595; background-image: url('../images/arrow_gnb_up.png'); }
  /*#header .m_gnb .gnb_menu > ul > li > a:first-of-type { text-transform:uppercase;}*/
  #header .m_gnb .gnb_menu > ul > li .sub_menu { background: #e4f0ef; padding: 0 20px; /*border-bottom:1px solid #d4d4d4;*/ border-top: 1px solid #d4d4d4; display: none; }
  #header .m_gnb .gnb_menu > ul > li .sub_menu > li { border-top: 1px solid #d4d4d4; }
  #header .m_gnb .gnb_menu > ul > li .sub_menu > li:first-child { border-top: none; }
  #header .m_gnb .gnb_menu > ul > li .sub_menu > li > a { font-size: 13px; font-weight: 500; height: 40px; line-height: 40px; color: #444444; }
  #header .m_gnb .gnb_menu > ul > li .sub_menu > li > a::first-letter { text-transform: uppercase; }

  #header .m_gnb .gnb_search { position: relative; background: #2a303a; padding: 5px; box-sizing: border-box; }
  #header .m_gnb .gnb_search label { position: relative; display: block; }
  #header .m_gnb .gnb_search label input { height: 35px; width: 100%; box-sizing: border-box; background: #484c59; color: #858a94; border: none; padding: 0 50px 0 15px; color: #ffffff; }
  #header .m_gnb .gnb_search label input:focus { }
  #header .m_gnb .gnb_search button { position: absolute; width: 30px; height: 35px; background: url('../images/icon_scope_white.png') no-repeat center; background-size: 20px; right: 15px; top: 50%; margin-top: -17.5px; }


  #header .m_gnb .btn_close { position: absolute; top: 0; right: 15px; background: url('../images/icon_gnb_close.png') no-repeat center; background-size: 16px; width: 30px; height: 40px; }



  #main_visual { font-size: 0; }
  #main_visual .visual_group { position: relative; }
  #main_visual .slick-list { position: relative; }
  #main_visual .visual_group .visual_item { /*padding:60px 0;*/ box-sizing: border-box; }
  #main_visual .visual_group .visual_item .obj_wrap { width: 100%; text-align: center; height: auto; padding-bottom: 40px; margin-top: 0; }
  #main_visual .visual_group .visual_item .obj_wrap h3 { font-size: 11px; font-weight: 500; display: inline-block !important; font-family: 'titillium_websemibold'; border-bottom: 1px solid #ffffff; line-height: 1.4em; text-transform: uppercase; margin-bottom: 15px; }
  #main_visual .visual_group .visual_item .obj_wrap .visual_title { display: block; text-align: center; font-weight: 500; z-index: 9; }
  #main_visual .visual_group .visual_item .obj_wrap .visual_title p { display: block; font-family: 'titillium_websemibold'; font-size: 22.5px; margin-top: 5px; padding: 0 15px; }
  #main_visual .visual_group .visual_item .obj_wrap .visual_title p:first-child { margin-top: 0; }
  #main_visual .visual_group .visual_item .obj_wrap .obj_list { display: block; padding: 0 15px; box-sizing: border-box; margin-bottom: 30px; margin-top: 15px; }
  #main_visual .visual_group .visual_item .obj_wrap .obj_list ul { margin: 0 auto; width: 100%; max-width: 100%; display: block; font-size: 0; text-align: center; }
  #main_visual .visual_group .visual_item .obj_wrap .obj_list ul li { width: 80px; /*padding:0 15px;*/ font-size: 11px; display: inline-block; width: 25%; vertical-align: top; padding: 0 10px; box-sizing: border-box; height: auto; }
  #main_visual .visual_group .visual_item .obj_wrap .obj_list ul li div { display: block; position: relative; }
  #main_visual .visual_group .visual_item .obj_wrap .obj_list ul li div img { max-width: 100%; width: 100%; }
  #main_visual .visual_group .visual_item .obj_wrap .btn_wrap { display: block; margin: 0 auto; float: none; width: 135px; }
  #main_visual .visual_group .visual_item .obj_wrap .btn_wrap button { font-size: 10px; height: 25px; width: 100%; }
  #main_visual .visual_group .visual_item ul li a { color: #ffffff; font-weight: bold; font-size: 11px; display: block; }

  #main_visual .slick-dots { height: 22px; left: 50%; position: absolute; bottom: 140px; background-image: url('../images/bg50.png'); border-radius: 20px; font-size: 0; text-align: center; padding: 0 15px; bottom: 75px; }
  #main_visual .slick-dots:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
  #main_visual .slick-dots li { width: 8px; height: 8px; border-radius: 50px; display: inline-block; margin: 0 2.5px; border: 1px solid #828282; vertical-align: middle; cursor: pointer; transition: 0.5s all; font-size: 0; overflow: hidden; text-indent: -9999px; color: transparent; }
  #main_visual .slick-dots li.slick-active { background: #f39800; border: 1px solid #828282; }
  #main_visual .slick-dots .btn_slide_toggle { width: 14px; height: 14px; background: url('../images/main/icon_slide_stop.png') no-repeat center; vertical-align: middle; margin: 0 5px; }

  #main_visual .scroll_icon { width: 80px; height: 38px; margin-left: -40px; background-size: 10px; background-position: center 10px; bottom: 15px; }
  #main_visual .scroll_icon em { transform: scale(0.5); display: block; opacity: 0.5; }

  #why { padding: 60px 0; }
  #why, section_content { max-width: 100%; }
  #why .section_title { margin-bottom: 20px; }
  #why .section_title .title { font-size: 25px; margin-bottom: 5px; }
  #why .section_title .sub_title { font-size: 11px; padding: 0 15px; line-height: 1.4em; }
  #why ul { display: block; padding: 0 12.5px; box-sizing: border-box; }
  #why ul li { display: inline-block; vertical-align: top; padding: 0 2.5px; box-sizing: border-box; width: 50%; position: relative; margin-top: 30px; }
  #why ul li:nth-child(1),
  #why ul li:nth-child(2) { margin-top: 0; }
  #why ul li h3 { position: absolute; z-index: 2; background: rgba(0,0,0,0.45); left: 2.5px; right: 2.5px; margin-bottom: 10px; top: 0; }
  #why ul li h3:before { content: ''; display: block; padding-top: 68.52%; }
  #why ul li h3 span { line-height: 1.2em; height: 2.4em; color: #fff; position: absolute; width: 100%; top: 50%; margin-top: -1.2em; font-size: 13px; left: 0; }
  #why ul li img { margin-bottom: 10px; }
  #why ul li .big_txt { font-size: 32px; margin-top: 10px; margin-bottom: 5px; }
  #why ul li p { font-size: 11px; }

  #products { }
  #products:before { display: none; }
  #products .section_content { display: block; padding: 60px 15px; box-sizing: border-box; font-size: 0; height: auto; }

  #products .section_content .grid_box { position: relative; display: inline-block; vertical-align: top; padding: 5px; background-size: 65px; height: 130px; background-position: 80px 65px; }
  #products .grid_box .box_title { margin-bottom: 5px; }
  #products .section_content .grid_box a { top: 5px; right: 5px; bottom: 5px; left: 5px; padding: 10px; }
  #products .col1,
  #products .col2,
  #products .col3,
  #products .col4,
  #products .col5 { width: 50%; }
  #products .hor1,
  #products .hor2,
  #products .hor3,
  #products .hor4,
  #products .hor5 { left: 0; }
  #products .ver1,
  #products .ver2,
  #products .ver3,
  #products .ver4 { top: 0; }

  #products .product6 { background-color: #064595; }

  #products .product1 a,
  #products .product3 a,
  #products .product4 a,
  #products .product5 a,
  #products .product6 a,
  #products .product7 a { background-size: 12.5px; }

  #products .section_content .product1 { background-position: right 65px; }
  #products .section_content .product2 { }
  #products .section_content .product3 { background-position: right 70px }
  #products .section_content .product4 { }
  #products .section_content .product5 { }
  #products .section_content .product6 { background-position: right 65px; }
  #products .section_content .product7 { background-position: right 70px; }
  #products .section_content .product8 { }
  #products .section_content .product9 { width: 100%; padding: 0; height: auto !important; margin-top: 35px; border: none; }
  #products .section_content .product9 .box_title { font-size: 30px; border: none; text-align: center; text-transform: none; }


  #products .product1 .box_title,
  #products .product3 .box_title,
  #products .product4 .box_title,
  #products .product5 .box_title,
  #products .product6 .box_title,
  #products .product7 .box_title { color: #ffffff; font-size: 13px; }
  #products .product2 .box_title,
  #products .product8 .box_title { color: #333333; font-size: 13px; }
  #products .product1 { color: #ffffff; }

  #products .product4 .box_title,
  #products .product9 .box_title { font-family: 'titillium_webthin', sans-serif; font-size: 50px; font-weight: 100; text-transform: uppercase; }

  #products .product1 p,
  #products .product3 p,
  #products .product4 p,
  #products .product5 p,
  #products .product6 p,
  #products .product7 p { color: #ffffff; font-size: 10px; line-height: 1.2em; }
  #products .product2 p,
  #products .product8 p { color: #797d81; font-size: 10px; line-height: 1.2em; }
  #products .product1 p,
  #products .product3 p,
  #products .product6 p,
  #products .product7 p { opacity: 0.6; }
  #products .product2 p,
  #products .product8 p { opacity: 0.9; }

  #products .product4 p,
  #products .product9 p { font-family: 'titillium_websemibold', sans-serif; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; text-align: center; }
  #products .product4 { width: 100%; height: auto !important; padding: 0 !important; }
  #products .product4 .box_title { font-size: 12px; text-align: center; margin: 0; font-family: 'titillium_webthin', sans-serif; }
  #products .product4 p { display: none; }
  #products .product5 { width: 100%; border: none; background: none; text-indent: 0; padding: 0 !important; height: auto !important; margin-bottom: 20px; }
  #products .product5:after { display: none !important; }
  #products .product5 .box_title { font-family: 'titillium_webthin', sans-serif; text-indent: 0; font-size: 32.5px; background: none; font-weight: normal; text-align: center; margin: 0; }
  #products .product5 .box_title span { font-family: 'titillium_webthin', sans-serif; text-transform: uppercase; }
  #products .product8 .box_title strong { font-size: 18px; }
  #products .product9 { margin-bottom: 20px; }
  #products .product9 .box_title { margin-bottom: 5px; }
  #products .product1 a, #products .product3 a, #products .product4 a, #products .product5 a, #products .product6 a, #products .product7 a { background-position: 10px 93px; background-size: 12.5px; }
  #products .product2 a, #products .product8 a { background-position: 10px 93px; background-size: 12.5px; }


  #products .solution { height: 70px !important; }
  #products .solution a { border: 1px solid rgba(255,255,255,0.3); text-align: center; display: block; font-size: 0; background: none; font-size: 0; }
  #products .solution a:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
  #products .solution a .box_title { font-size: 12px; font-weight: bold; margin-bottom: 0; min-width: 60px; }
  #products .solution1 { background: url('../images/main/bg_main_soluton_odd.png'); }
  #products .solution2 { background: url('../images/main/bg_main_soluton.png'); }
  #products .solution3 { background: url('../images/main/bg_main_soluton_odd.png'); }
  #products .solution4 { background: url('../images/main/bg_main_soluton.png'); }
  #products .solution a h3 { padding-top: 25px; background-size: auto 22px !important; display: inline-block; vertical-align: middle; }
  #products .solution a h3 span { transform: scale(0.8); display: block; font-size: 10px; }
  #products .solution1 a h3 { background-image: url('../images/main/icon_products_solution_1.png'); background-position: center top; background-repeat: no-repeat; }
  #products .solution2 a h3 { background-image: url('../images/main/icon_products_solution_2.png'); background-position: center top; background-repeat: no-repeat; }
  #products .solution3 a h3 { background-image: url('../images/main/icon_products_solution_3.png'); background-position: center top; background-repeat: no-repeat; }
  #products .solution4 a h3 { background-image: url('../images/main/icon_products_solution_4.png'); background-position: center top; background-repeat: no-repeat; }

  #products .product1:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_1.png'); width: 40.32px; height: 44.8px; right: 10px; bottom: 5px; background-size: cover; }
  #products .product2:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_2.png'); width: 47.6px; height: 47.6px; right: 10px; bottom: 5px; background-size: cover; }
  #products .product3:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_3.png'); width: 31.92px; height: 53.2px; right: 10px; bottom: 0; background-size: cover; }
  #products .product6:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_5.png'); width: 56px; height: 42.56px; right: 10px; bottom: 5px; background-size: cover; }
  #products .product7:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_4.png'); width: 58.8px; height: 49.28px; right: 10px; bottom: 5px; background-size: cover; }
  #products .product8:before { position: absolute; content: ''; background-image: url('../images/main/icon_products_6.png'); width: 39.2px; height: 36.96px; right: 15px; bottom: 10px; background-size: cover; }

  #news { }
  #news:before { display: none; }
  #news .section_content { padding: 50px 0; }
  #news .section_title { margin-bottom: 20px; }
  #news .section_title .title { text-transform: uppercase; font-size: 25px; margin-bottom: 5px; }
  #news .section_title .sub_title { font-size: 11px; }
  #news .section_title p { font-size: 11px; }

  #news .exhibition { padding: 0 15px; box-sizing: border-box; margin-bottom: 20px; }
  #news .exhibition ul { display: block; position: relative; }
  #news .exhibition ul li { display: block; padding: 0; background: #ffffff; }
  #news .exhibition ul li { margin: 0; padding-bottom: 20px; }
  #news .exhibition ul li h3 { padding: 0 15px; padding-bottom: 0; margin-bottom: 5px; font-size: 15px; }
  #news .exhibition ul li p { font-size: 10px; padding: 0 15px; }
  #news .exhibition ul li img { max-width: 100%; width: 100%; }

  #news .exhibition .slick-prev,
  #news .exhibition .slick-next { width: 30px; height: 35px; position: absolute; display: block; background-position: center; background-size: 8px; background-repeat: no-repeat; top: 50%; background-color: rgba(0,0,0,0.5); z-index: 9; overflow: hidden; text-indent: -9999px; }
  #news .exhibition .slick-prev { background-image: url('../images/arrow_echibition_prev.png'); left: -7.5px; }
  #news .exhibition .slick-next { background-image: url('../images/arrow_echibition_next.png'); right: -7.5px; }

  #news .general_board { display: block; padding: 0 15px; box-sizing: border-box; }
  #news .general_board .tabs { display: table !important; padding: 0 15px; width: 100%; box-sizing: border-box; table-layout: fixed; border-collapse: collapse; margin-bottom: 5px; }
  #news .general_board .tabs li { display: table-cell; vertical-align: middle; background: #ebebeb; text-align: center; height: 32px; border: 1px solid #d4d4d4; }
  #news .general_board .tabs li a { color: #777; font-size: 14px; font-weight: bold; }
  #news .general_board .tabs li.ui-state-active { background: #ffffff; }
  #news .general_board .tabs li.ui-state-active a { color: #064595; }
  #news .general_board .board { display: block; }
  #news .general_board .board h3 { display: none; }
  #news .general_board .board ul li { border-top: 1px solid #d4d4d4; padding: 15px 0; margin-top: 0; }
  #news .general_board .board ul li:first-child { border-top: none; }
  #news .general_board .board ul li h4 { font-size: 11px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 5px; }
  #news .general_board .board h4 .catagory { padding-right: 5px; margin-right: 5px; }
  #news .general_board .board ul li p { font-size: 10px; }

  #news .general_board .notice,
  #news .general_board .press { padding: 0; }



  #content .section_dots { display: none; }

  #footer:before { display: none; }
  #footer .footer_top { padding: 25px 15px 15px; }
  #footer .footer_top .footer_content { width: auto; }
  #footer .footer_top .footer_content > div.site_map { display: none; }
  #footer .footer_top .footer_content > div.contact { border-left: none; padding-left: 5px; width: auto; position: relative; display: block; }
  #footer .footer_top .footer_content > div.contact > * { width: 100%; }
  #footer .footer_top .footer_content > div.contact h3,
  #footer .footer_top .footer_content > div.contact h4 { display: none; }
  #footer .footer_top .footer_content > div.contact .address { word-break: keep-all; font-size: 11px; }
  #footer .footer_top .footer_content > div.contact .tel { margin-top: 15px; font-size: 11px; }
  #footer .footer_top .footer_content > div.contact .tel a { display: block; margin-top: 2px; }
  #footer .footer_top .footer_content > div.contact .email { margin-top: 5px; font-size: 11px; }
  #footer .footer_top .footer_content > div.contact .social { border-top: none; margin-top: 15px; padding-top: 0; }
  #footer .copyright { position: relative; height: auto; line-height: 1.2em; padding: 10px; }
  #footer .copyright:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
  #footer .copyright span { font-size: 10px; display: block; margin: 0 auto; line-height: 1.2em; display: inline-block; vertical-align: middle; }

  .main_pop_wrap { position: fixed; background: rgba(0,0,0,0.3); width: 100%; height: 100%; top: 0; left: 0; overflow-y: auto;padding:15px;box-sizing:border-box; font-size:0;}
  .main_pop_wrap:before { content:'';display:inline-block;height:100%;vertical-align:middle;}
  .main_pop_wrap .pop_frame { width:100%;position:relative;box-shadow:0 0 5px 5px rgba(0,0,0,255);display:inline-block;vertical-align:middle;}
  .main_pop_wrap .pop_frame .pop_content { background:#ffffff; padding-bottom:30px;font-size:12px;}
  .main_pop_wrap .pop_footer { position: absolute; width: 100%; height: 30px; line-height: 30px; background: #000000; bottom: 0; left: 0; box-sizing: border-box; padding: 0 10px; }
  .main_pop_wrap .pop_footer * { vertical-align: middle; display: inline-block; color: #ffffff; font-size: 12px; }
  .main_pop_wrap .pop_footer input[type=checkbox] { margin-right: 10px; }

  .main_pop_wrap .pop_footer button { position: absolute; width: 40px; height: 20px; border: 1px solid #ffffff; box-sizing: border-box; top: 5px; right: 10px; }
}
